++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Dec 15 02:13:01 AM UTC 2025 ===================' INFO: =================== Mon Dec 15 02:13:01 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ 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.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.129,10.20.0.254,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.254,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ 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.23,10.0.0.50,10.0.0.65 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.23,10.0.0.50,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.23 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.50,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.50,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq +++ local local_ips=,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ sort ++ set -o posix ++ set + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/15/2025 02:13:10.868 7f6cb545d540 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/15/2025 02:13:11.035 7f6cb545d540 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/15/2025 02:13:11.047 7f6cb545d540 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/15/2025 02:13:11.047 7f6cb545d540 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.21: /usr/bin/python3 Mon Dec 15 02:13:24 2025 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3741 autonomous_system=64512, config_version=CONFIG_VERSION)) 3742 self._gsc_uuid = gsc.uuid 3743 gvc = self.create_singleton_entry(GlobalVrouterConfig( 3744 parent_obj=gsc)) 3745 domain = self.create_singleton_entry(Domain()) gvc undefined self = self.create_singleton_entry = > global GlobalVrouterConfig = parent_obj undefined gsc = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...c1b1f7aa-417d-46e9-8ef3-63bc66328a9e at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_vrouter_config:default-global-system-config:default-global-vrouter-config exists already with ID: c1b1f7aa-417d-46e9-8ef3-63bc66328a9e at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_vrouter_config default-global-system-config:default-global-vrouter-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...c1b1f7aa-417d-46e9-8ef3-63bc66328a9e at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...c1b1f7aa-417d-46e9-8ef3-63bc66328a9e at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...c1b1f7aa-417d-46e9-8ef3-63bc66328a9e at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2525, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_vrouter_config default-global-system-config:default-global-vrouter-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3743, in _db_init_entries gvc = self.create_singleton_entry(GlobalVrouterConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_vrouter_config:default-global-system-config:default-global-vrouter-config exists already with ID: c1b1f7aa-417d-46e9-8ef3-63bc66328a9e at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Dec 15 02:13:27 AM UTC 2025 ===================' INFO: =================== Mon Dec 15 02:13:27 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ 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 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.129,10.20.0.254,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.254,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ 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.23,10.0.0.50,10.0.0.65 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.23,10.0.0.50,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 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.23,10.0.0.50,10.0.0.65 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.23,10.0.0.50,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ sort ++++ uniq ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/15/2025 02:13:35.836 7f9d1e6f2640 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/15/2025 02:13:35.998 7f9d1e6f2640 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/15/2025 02:13:36.010 7f9d1e6f2640 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/15/2025 02:13:36.010 7f9d1e6f2640 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2025-12-15 02:13:36] "GET / HTTP/1.1" 200 45871 0.002093 10.0.0.65 - - [2025-12-15 02:13:36] "GET / HTTP/1.1" 200 45871 0.001158 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.65 - - [2025-12-15 02:13:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000632 10.0.0.65 - - [2025-12-15 02:13:36] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000300 10.0.0.65 - - [2025-12-15 02:13:38] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.628843 10.0.0.65 - - [2025-12-15 02:13:39] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.006086 10.0.0.65 - - [2025-12-15 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 1.318092 10.0.0.65 - - [2025-12-15 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007465 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.65 - - [2025-12-15 02:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.65 - - [2025-12-15 02:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.65 - - [2025-12-15 02:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.50 - - [2025-12-15 02:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.23 - - [2025-12-15 02:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000781 10.0.0.65 - - [2025-12-15 02:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.50 - - [2025-12-15 02:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2025-12-15 02:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.50 - - [2025-12-15 02:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2025-12-15 02:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.50 - - [2025-12-15 02:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2025-12-15 02:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2025-12-15 02:13:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2025-12-15 02:13:52] "POST /fqname-to-id HTTP/1.1" 404 225 0.032889 10.0.0.23 - - [2025-12-15 02:13:52] "POST /access-control-lists HTTP/1.1" 200 585 0.038549 10.0.0.23 - - [2025-12-15 02:13:52] "POST /route-targets HTTP/1.1" 200 327 0.018342 10.0.0.23 - - [2025-12-15 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.020353 10.0.0.23 - - [2025-12-15 02:13:52] "POST /fqname-to-id HTTP/1.1" 404 201 0.003553 10.0.0.23 - - [2025-12-15 02:13:52] "PUT /access-control-list/85008cb2-b970-40b4-ab92-36005544054f HTTP/1.1" 200 272 0.032431 10.0.0.23 - - [2025-12-15 02:14:28] "POST /ref-update HTTP/1.1" 200 156 0.038263 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.65 - - [2025-12-15 02:16:38] "GET /obj-perms HTTP/1.1" 200 5056 0.350654 10.0.0.23 - - [2025-12-15 02:17:38] "GET /obj-perms HTTP/1.1" 200 5056 0.050250 10.0.0.50 - - [2025-12-15 02:17:39] "GET /obj-perms HTTP/1.1" 200 5056 0.047247 10.0.0.65 - - [2025-12-15 02:18:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.65 - - [2025-12-15 02:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.65 - - [2025-12-15 02:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.65 - - [2025-12-15 02:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.50 - - [2025-12-15 02:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2025-12-15 02:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.50 - - [2025-12-15 02:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.23 - - [2025-12-15 02:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000742 10.0.0.23 - - [2025-12-15 02:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.50 - - [2025-12-15 02:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2025-12-15 02:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.50 - - [2025-12-15 02:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 [Introspect:8084]10.0.0.65 - - [2025-12-15 02:19:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001123 [Introspect:8084]10.0.0.65 - - [2025-12-15 02:19:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000921 [Introspect:8084]10.0.0.65 - - [2025-12-15 02:19:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000973 [Introspect:8084]10.0.0.65 - - [2025-12-15 02:19:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000964 10.0.0.23 - - [2025-12-15 02:20:37] "GET / HTTP/1.1" 200 35931 0.001623 10.0.0.23 - - [2025-12-15 02:20:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2025-12-15 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.051777 10.0.0.65 - - [2025-12-15 02:20:38] "GET /projects?obj_uuids=78c07aa3-03af-4571-8826-43af0e087ba7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.071671 10.0.0.65 - - [2025-12-15 02:20:38] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.65 - - [2025-12-15 02:20:38] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.032207 10.0.0.65 - - [2025-12-15 02:20:38] "POST /id-to-fqname HTTP/1.1" 200 188 0.007081 10.0.0.65 - - [2025-12-15 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.003458 10.0.0.65 - - [2025-12-15 02:20:39] "POST /security-groups HTTP/1.1" 200 589 0.038672 10.0.0.65 - - [2025-12-15 02:20:39] "POST /projects HTTP/1.1" 200 581 0.317518 10.0.0.65 - - [2025-12-15 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.396625 10.0.0.23 - - [2025-12-15 02:20:39] "POST /access-control-lists HTTP/1.1" 200 594 0.061751 10.0.0.23 - - [2025-12-15 02:20:39] "GET /project/78c07aa3-03af-4571-8826-43af0e087ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.627336 10.0.0.23 - - [2025-12-15 02:20:40] "GET / HTTP/1.1" 200 35931 0.002108 10.0.0.65 - - [2025-12-15 02:20:41] "DELETE /project/78c07aa303af4571882643af0e087ba7 HTTP/1.1" 404 173 0.005155 10.0.0.65 - - [2025-12-15 02:20:43] "GET /projects?obj_uuids=78c07aa3-03af-4571-8826-43af0e087ba7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.23 - - [2025-12-15 02:20:43] "GET /project/78c07aa3-03af-4571-8826-43af0e087ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043941 10.0.0.65 - - [2025-12-15 02:20:43] "GET /projects?obj_uuids=78c07aa3-03af-4571-8826-43af0e087ba7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.23 - - [2025-12-15 02:20:43] "GET /project/78c07aa3-03af-4571-8826-43af0e087ba7?fields=virtual_networks HTTP/1.1" 200 1027 0.060133 10.0.0.65 - - [2025-12-15 02:20:43] "GET /projects?obj_uuids=78c07aa3-03af-4571-8826-43af0e087ba7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.23 - - [2025-12-15 02:20:43] "GET /project/78c07aa3-03af-4571-8826-43af0e087ba7?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.052343 10.0.0.65 - - [2025-12-15 02:20:43] "GET /projects?obj_uuids=78c07aa3-03af-4571-8826-43af0e087ba7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.23 - - [2025-12-15 02:20:43] "GET /project/78c07aa3-03af-4571-8826-43af0e087ba7?fields=security_groups HTTP/1.1" 200 1251 0.063824 10.0.0.65 - - [2025-12-15 02:20:44] "GET /projects?obj_uuids=f492968e-7f1f-4cc7-9c25-dd28eda1181e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003332 10.0.0.65 - - [2025-12-15 02:20:44] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.65 - - [2025-12-15 02:20:44] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007990 10.0.0.65 - - [2025-12-15 02:20:44] "POST /id-to-fqname HTTP/1.1" 200 167 0.005044 10.0.0.65 - - [2025-12-15 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 176 0.007570 10.0.0.65 - - [2025-12-15 02:20:44] "POST /security-groups HTTP/1.1" 200 568 0.039708 10.0.0.23 - - [2025-12-15 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.003778 10.0.0.65 - - [2025-12-15 02:20:44] "POST /projects HTTP/1.1" 200 539 0.306912 10.0.0.65 - - [2025-12-15 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.347928 10.0.0.23 - - [2025-12-15 02:20:45] "GET /project/f492968e-7f1f-4cc7-9c25-dd28eda1181e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.532985 10.0.0.23 - - [2025-12-15 02:20:45] "POST /access-control-lists HTTP/1.1" 200 571 0.080594 [Introspect:8084]10.0.0.23 - - [2025-12-15 02:20:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001125 10.0.0.65 - - [2025-12-15 02:20:46] "GET /projects?obj_uuids=f492968e-7f1f-4cc7-9c25-dd28eda1181e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001869 10.0.0.23 - - [2025-12-15 02:20:46] "GET /project/f492968e-7f1f-4cc7-9c25-dd28eda1181e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.053083 10.0.0.65 - - [2025-12-15 02:20:47] "GET /obj-perms HTTP/1.1" 200 5056 0.053395 [Introspect:8084]10.0.0.23 - - [2025-12-15 02:20:49] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000667 10.0.0.23 - - [2025-12-15 02:20:49] "GET /obj-perms HTTP/1.1" 200 5056 0.045460 10.0.0.23 - - [2025-12-15 02:20:49] "GET /obj-perms HTTP/1.1" 200 5056 0.009265 10.0.0.23 - - [2025-12-15 02:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.004492 10.0.0.23 - - [2025-12-15 02:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.004483 10.0.0.23 - - [2025-12-15 02:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.004617 10.0.0.23 - - [2025-12-15 02:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.004013 10.0.0.23 - - [2025-12-15 02:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.004445 10.0.0.23 - - [2025-12-15 02:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.004551 10.0.0.23 - - [2025-12-15 02:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.004213 10.0.0.23 - - [2025-12-15 02:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.005151 10.0.0.23 - - [2025-12-15 02:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.004150 10.0.0.50 - - [2025-12-15 02:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.049397 10.0.0.65 - - [2025-12-15 02:20:51] "GET /obj-perms HTTP/1.1" 200 5056 0.005038 10.0.0.23 - - [2025-12-15 02:20:51] "GET /obj-perms HTTP/1.1" 200 5056 0.006728 10.0.0.65 - - [2025-12-15 02:20:51] "GET /obj-perms HTTP/1.1" 200 5056 0.005031 10.0.0.65 - - [2025-12-15 02:20:51] "GET /obj-perms HTTP/1.1" 200 5056 0.005541 10.0.0.23 - - [2025-12-15 02:20:52] "GET /obj-perms HTTP/1.1" 200 5056 0.005481 10.0.0.23 - - [2025-12-15 02:20:52] "GET /obj-perms HTTP/1.1" 200 5056 0.004066 10.0.0.23 - - [2025-12-15 02:20:52] "GET /obj-perms HTTP/1.1" 200 5056 0.005156 10.0.0.23 - - [2025-12-15 02:20:53] "GET /obj-perms HTTP/1.1" 200 5056 0.004359 10.0.0.23 - - [2025-12-15 02:20:53] "GET /obj-perms HTTP/1.1" 200 5056 0.003950 10.0.0.23 - - [2025-12-15 02:20:53] "GET /obj-perms HTTP/1.1" 200 5056 0.005246 10.0.0.23 - - [2025-12-15 02:20:53] "GET /obj-perms HTTP/1.1" 200 5056 0.004687 10.0.0.23 - - [2025-12-15 02:20:53] "GET /obj-perms HTTP/1.1" 200 5056 0.004310 10.0.0.23 - - [2025-12-15 02:20:53] "GET /obj-perms HTTP/1.1" 200 5056 0.004738 10.0.0.23 - - [2025-12-15 02:20:53] "GET /obj-perms HTTP/1.1" 200 5056 0.005435 10.0.0.23 - - [2025-12-15 02:20:56] "GET /obj-perms HTTP/1.1" 200 5056 0.004246 10.0.0.23 - - [2025-12-15 02:20:56] "GET /obj-perms HTTP/1.1" 200 5056 0.007501 10.0.0.23 - - [2025-12-15 02:20:56] "GET /obj-perms HTTP/1.1" 200 5056 0.007094 10.0.0.23 - - [2025-12-15 02:20:56] "GET /obj-perms HTTP/1.1" 200 5056 0.003894 10.0.0.23 - - [2025-12-15 02:20:57] "GET /obj-perms HTTP/1.1" 200 5056 0.004715 10.0.0.23 - - [2025-12-15 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.022733 10.0.0.65 - - [2025-12-15 02:20:58] "GET /projects?obj_uuids=02a2a996-3ae3-48f7-b1fb-3ae918f412af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003241 10.0.0.65 - - [2025-12-15 02:20:58] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.65 - - [2025-12-15 02:20:58] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007282 10.0.0.65 - - [2025-12-15 02:20:59] "POST /id-to-fqname HTTP/1.1" 200 201 0.002163 10.0.0.65 - - [2025-12-15 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.011580 10.0.0.65 - - [2025-12-15 02:20:59] "POST /security-groups HTTP/1.1" 200 602 0.083484 10.0.0.65 - - [2025-12-15 02:20:59] "POST /projects HTTP/1.1" 200 607 0.324423 10.0.0.23 - - [2025-12-15 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.012033 10.0.0.65 - - [2025-12-15 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.418985 10.0.0.23 - - [2025-12-15 02:20:59] "GET /project/02a2a996-3ae3-48f7-b1fb-3ae918f412af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.557752 10.0.0.23 - - [2025-12-15 02:21:00] "GET / HTTP/1.1" 200 35931 0.001788 10.0.0.23 - - [2025-12-15 02:21:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.23 - - [2025-12-15 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.062760 10.0.0.65 - - [2025-12-15 02:21:01] "GET /projects?obj_uuids=02a2a996-3ae3-48f7-b1fb-3ae918f412af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000892 10.0.0.23 - - [2025-12-15 02:21:01] "GET /project/02a2a996-3ae3-48f7-b1fb-3ae918f412af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.071096 10.0.0.23 - - [2025-12-15 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.050551 10.0.0.65 - - [2025-12-15 02:21:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007817 10.0.0.23 - - [2025-12-15 02:21:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.294232 10.0.0.23 - - [2025-12-15 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001243 10.0.0.23 - - [2025-12-15 02:21:02] "GET /virtual-network/f48ea6f6-c31b-489b-8cbd-1d8199f47444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005426 10.0.0.23 - - [2025-12-15 02:21:02] "GET /virtual-network/f48ea6f6-c31b-489b-8cbd-1d8199f47444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.020049 10.0.0.23 - - [2025-12-15 02:21:02] "POST /neutron/network HTTP/1.1" 200 837 0.010498 10.0.0.23 - - [2025-12-15 02:21:03] "GET /virtual-network/f48ea6f6-c31b-489b-8cbd-1d8199f47444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006519 10.0.0.23 - - [2025-12-15 02:21:04] "GET /obj-perms HTTP/1.1" 200 5052 0.056743 10.0.0.23 - - [2025-12-15 02:21:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001676 10.0.0.65 - - [2025-12-15 02:21:06] "GET /projects?obj_uuids=02a2a996-3ae3-48f7-b1fb-3ae918f412af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001376 10.0.0.23 - - [2025-12-15 02:21:06] "GET /project/02a2a996-3ae3-48f7-b1fb-3ae918f412af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.086635 10.0.0.23 - - [2025-12-15 02:21:07] "POST /neutron/network HTTP/1.1" 200 837 0.032026 10.0.0.23 - - [2025-12-15 02:21:07] "POST /neutron/port HTTP/1.1" 200 117 0.010924 10.0.0.23 - - [2025-12-15 02:21:09] "POST /neutron/port HTTP/1.1" 200 1069 0.048239 10.0.0.23 - - [2025-12-15 02:21:09] "POST /neutron/port HTTP/1.1" 200 1097 0.023438 10.0.0.23 - - [2025-12-15 02:21:09] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.23 - - [2025-12-15 02:21:12] "POST /neutron/security_group HTTP/1.1" 200 2069 0.010863 10.0.0.23 - - [2025-12-15 02:21:20] "GET /obj-perms HTTP/1.1" 200 5052 0.004843 10.0.0.23 - - [2025-12-15 02:21:23] "POST /neutron/network HTTP/1.1" 200 837 0.010731 10.0.0.23 - - [2025-12-15 02:21:23] "POST /neutron/security_group HTTP/1.1" 200 2069 0.043732 10.0.0.23 - - [2025-12-15 02:21:24] "POST /neutron/port HTTP/1.1" 200 151 0.283439 10.0.0.65 - - [2025-12-15 02:21:26] "GET /projects?obj_uuids=02a2a996-3ae3-48f7-b1fb-3ae918f412af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001757 10.0.0.23 - - [2025-12-15 02:21:26] "GET /project/02a2a996-3ae3-48f7-b1fb-3ae918f412af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.055145 10.0.0.65 - - [2025-12-15 02:21:26] "GET /projects?obj_uuids=02a2a996-3ae3-48f7-b1fb-3ae918f412af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000935 10.0.0.23 - - [2025-12-15 02:21:26] "GET /project/02a2a996-3ae3-48f7-b1fb-3ae918f412af?fields=virtual_networks HTTP/1.1" 200 1053 0.068851 10.0.0.65 - - [2025-12-15 02:21:26] "GET /projects?obj_uuids=02a2a996-3ae3-48f7-b1fb-3ae918f412af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000947 10.0.0.23 - - [2025-12-15 02:21:26] "GET /project/02a2a996-3ae3-48f7-b1fb-3ae918f412af?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.061009 10.0.0.65 - - [2025-12-15 02:21:27] "GET /projects?obj_uuids=02a2a996-3ae3-48f7-b1fb-3ae918f412af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001142 10.0.0.23 - - [2025-12-15 02:21:27] "GET /project/02a2a996-3ae3-48f7-b1fb-3ae918f412af?fields=security_groups HTTP/1.1" 200 1290 0.043874 10.0.0.65 - - [2025-12-15 02:21:27] "GET /projects?obj_uuids=f492968e-7f1f-4cc7-9c25-dd28eda1181e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000930 10.0.0.23 - - [2025-12-15 02:21:27] "GET /project/f492968e-7f1f-4cc7-9c25-dd28eda1181e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.047009 10.0.0.65 - - [2025-12-15 02:21:33] "GET /projects?obj_uuids=f492968e-7f1f-4cc7-9c25-dd28eda1181e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001598 10.0.0.23 - - [2025-12-15 02:21:33] "GET /project/f492968e-7f1f-4cc7-9c25-dd28eda1181e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.077313 10.0.0.23 - - [2025-12-15 02:21:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.024482 10.0.0.65 - - [2025-12-15 02:21:36] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004038 10.0.0.65 - - [2025-12-15 02:21:36] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.65 - - [2025-12-15 02:21:36] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007316 10.0.0.65 - - [2025-12-15 02:21:36] "POST /id-to-fqname HTTP/1.1" 200 202 0.003704 10.0.0.65 - - [2025-12-15 02:21:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.004285 10.0.0.65 - - [2025-12-15 02:21:36] "POST /security-groups HTTP/1.1" 200 603 0.079298 10.0.0.23 - - [2025-12-15 02:21:36] "POST /fqname-to-id HTTP/1.1" 404 246 0.003686 10.0.0.65 - - [2025-12-15 02:21:36] "POST /projects HTTP/1.1" 200 609 0.312988 10.0.0.65 - - [2025-12-15 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.387073 10.0.0.23 - - [2025-12-15 02:21:36] "POST /access-control-lists HTTP/1.1" 200 606 0.030795 10.0.0.23 - - [2025-12-15 02:21:36] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.548133 10.0.0.23 - - [2025-12-15 02:21:37] "GET / HTTP/1.1" 200 35931 0.002484 10.0.0.23 - - [2025-12-15 02:21:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000600 10.0.0.23 - - [2025-12-15 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.051908 10.0.0.65 - - [2025-12-15 02:21:38] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000859 10.0.0.23 - - [2025-12-15 02:21:38] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.055977 10.0.0.23 - - [2025-12-15 02:21:38] "POST /neutron/network HTTP/1.1" 200 117 0.092922 10.0.0.23 - - [2025-12-15 02:21:39] "POST /neutron/network HTTP/1.1" 200 921 0.029526 10.0.0.23 - - [2025-12-15 02:21:39] "POST /id-to-fqname HTTP/1.1" 200 275 0.001531 10.0.0.23 - - [2025-12-15 02:21:39] "GET /virtual-network/dae59f9c-4ae0-4c27-83ae-6890594fcbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.013374 10.0.0.23 - - [2025-12-15 02:21:39] "GET /virtual-network/dae59f9c-4ae0-4c27-83ae-6890594fcbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.009289 10.0.0.23 - - [2025-12-15 02:21:39] "POST /neutron/subnet HTTP/1.1" 200 719 0.013701 10.0.0.23 - - [2025-12-15 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.65 - - [2025-12-15 02:21:39] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001288 10.0.0.23 - - [2025-12-15 02:21:39] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.062592 10.0.0.23 - - [2025-12-15 02:21:39] "POST /route-targets HTTP/1.1" 200 327 0.017953 10.0.0.65 - - [2025-12-15 02:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003894 10.0.0.23 - - [2025-12-15 02:21:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.219757 10.0.0.23 - - [2025-12-15 02:21:39] "POST /id-to-fqname HTTP/1.1" 200 275 0.001305 10.0.0.23 - - [2025-12-15 02:21:39] "GET /virtual-network/d195487b-46f9-46c9-88aa-92953c76f989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005292 10.0.0.23 - - [2025-12-15 02:21:39] "GET /virtual-network/d195487b-46f9-46c9-88aa-92953c76f989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.006173 10.0.0.23 - - [2025-12-15 02:21:39] "POST /neutron/network HTTP/1.1" 200 922 0.007125 10.0.0.23 - - [2025-12-15 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.65 - - [2025-12-15 02:21:40] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.23 - - [2025-12-15 02:21:40] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.062895 10.0.0.65 - - [2025-12-15 02:21:40] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.23 - - [2025-12-15 02:21:40] "POST /neutron/network HTTP/1.1" 200 705 0.155043 10.0.0.23 - - [2025-12-15 02:21:40] "POST /ref-update HTTP/1.1" 200 156 0.033394 10.0.0.23 - - [2025-12-15 02:21:40] "POST /id-to-fqname HTTP/1.1" 200 276 0.003653 10.0.0.23 - - [2025-12-15 02:21:40] "GET /virtual-network/8a5d5f93-f009-4471-9c72-b7441e0f03b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007333 10.0.0.23 - - [2025-12-15 02:21:40] "POST /neutron/network HTTP/1.1" 200 923 0.007051 10.0.0.23 - - [2025-12-15 02:21:40] "GET /virtual-network/8a5d5f93-f009-4471-9c72-b7441e0f03b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007031 10.0.0.23 - - [2025-12-15 02:21:40] "POST /id-to-fqname HTTP/1.1" 200 275 0.001626 10.0.0.23 - - [2025-12-15 02:21:41] "POST /neutron/network HTTP/1.1" 200 932 0.009365 10.0.0.65 - - [2025-12-15 02:21:41] "GET /projects?obj_uuids=78c07aa3-03af-4571-8826-43af0e087ba7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000900 10.0.0.65 - - [2025-12-15 02:21:41] "DELETE /project/02a2a9963ae348f7b1fb3ae918f412af HTTP/1.1" 404 173 0.009953 10.0.0.65 - - [2025-12-15 02:21:41] "DELETE /project/e61db04c547c49e2b4daf3a53d37c529 HTTP/1.1" 404 173 0.009074 10.0.0.65 - - [2025-12-15 02:21:41] "DELETE /project/f492968e7f1f4cc79c25dd28eda1181e HTTP/1.1" 404 173 0.007362 10.0.0.65 - - [2025-12-15 02:21:41] "GET /projects?obj_uuids=02a2a996-3ae3-48f7-b1fb-3ae918f412af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000866 10.0.0.65 - - [2025-12-15 02:21:41] "GET /project/78c07aa3-03af-4571-8826-43af0e087ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.081307 10.0.0.65 - - [2025-12-15 02:21:41] "GET /projects?obj_uuids=78c07aa3-03af-4571-8826-43af0e087ba7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002154 10.0.0.65 - - [2025-12-15 02:21:41] "GET /project/02a2a996-3ae3-48f7-b1fb-3ae918f412af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.156280 10.0.0.65 - - [2025-12-15 02:21:41] "GET /projects?obj_uuids=02a2a996-3ae3-48f7-b1fb-3ae918f412af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001008 10.0.0.65 - - [2025-12-15 02:21:41] "GET /project/78c07aa3-03af-4571-8826-43af0e087ba7?fields=security_groups HTTP/1.1" 200 1356 0.128866 10.0.0.65 - - [2025-12-15 02:21:41] "GET /project/02a2a996-3ae3-48f7-b1fb-3ae918f412af?fields=security_groups HTTP/1.1" 200 1395 0.127641 10.0.0.65 - - [2025-12-15 02:21:41] "DELETE /security-group/b88073de-8240-427e-b24a-3c6cf90bb931 HTTP/1.1" 200 115 0.076657 10.0.0.65 - - [2025-12-15 02:21:41] "GET /projects?obj_uuids=78c07aa3-03af-4571-8826-43af0e087ba7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.65 - - [2025-12-15 02:21:41] "GET /project/78c07aa3-03af-4571-8826-43af0e087ba7?fields=application_policy_sets HTTP/1.1" 200 1395 0.053657 10.0.0.65 - - [2025-12-15 02:21:41] "DELETE /security-group/7e2f184a-8ce8-4c6b-beaf-1e2e63c7884f HTTP/1.1" 200 115 0.092663 10.0.0.65 - - [2025-12-15 02:21:41] "GET /projects?obj_uuids=02a2a996-3ae3-48f7-b1fb-3ae918f412af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001440 10.0.0.23 - - [2025-12-15 02:21:42] "DELETE /access-control-list/3740e064-303e-43bc-b623-f7e0e1ba5566 HTTP/1.1" 200 115 0.056760 10.0.0.65 - - [2025-12-15 02:21:42] "GET /project/02a2a996-3ae3-48f7-b1fb-3ae918f412af?fields=application_policy_sets HTTP/1.1" 200 1434 0.179384 10.0.0.65 - - [2025-12-15 02:21:42] "DELETE /project/78c07aa3-03af-4571-8826-43af0e087ba7 HTTP/1.1" 200 115 0.734837 10.0.0.65 - - [2025-12-15 02:21:42] "DELETE /project/02a2a996-3ae3-48f7-b1fb-3ae918f412af HTTP/1.1" 200 115 0.851579 10.0.0.65 - - [2025-12-15 02:21:42] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001352 10.0.0.65 - - [2025-12-15 02:21:42] "GET /obj-perms HTTP/1.1" 200 5056 0.090198 10.0.0.23 - - [2025-12-15 02:21:42] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.131772 10.0.0.23 - - [2025-12-15 02:21:42] "GET /obj-perms HTTP/1.1" 200 5056 0.062728 10.0.0.23 - - [2025-12-15 02:21:43] "POST /neutron/port HTTP/1.1" 200 117 0.007980 10.0.0.23 - - [2025-12-15 02:21:43] "POST /id-to-fqname HTTP/1.1" 200 276 0.001612 10.0.0.23 - - [2025-12-15 02:21:43] "POST /neutron/network HTTP/1.1" 200 932 0.008292 10.0.0.65 - - [2025-12-15 02:21:44] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001495 10.0.0.23 - - [2025-12-15 02:21:44] "POST /neutron/port HTTP/1.1" 200 1072 0.026296 10.0.0.23 - - [2025-12-15 02:21:44] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.117747 10.0.0.23 - - [2025-12-15 02:21:44] "POST /neutron/port HTTP/1.1" 200 1100 0.023770 10.0.0.23 - - [2025-12-15 02:21:44] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.23 - - [2025-12-15 02:21:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016950 10.0.0.65 - - [2025-12-15 02:21:45] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001380 10.0.0.23 - - [2025-12-15 02:21:45] "POST /neutron/port HTTP/1.1" 200 1071 0.439279 10.0.0.23 - - [2025-12-15 02:21:46] "POST /neutron/port HTTP/1.1" 200 1071 0.035990 10.0.0.23 - - [2025-12-15 02:21:46] "POST /neutron/port HTTP/1.1" 200 1099 0.025781 10.0.0.23 - - [2025-12-15 02:21:46] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.23 - - [2025-12-15 02:21:46] "POST /neutron/port HTTP/1.1" 200 1126 0.017466 10.0.0.65 - - [2025-12-15 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003343 10.0.0.65 - - [2025-12-15 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002426 10.0.0.23 - - [2025-12-15 02:21:48] "POST /neutron/network HTTP/1.1" 200 151 0.140085 10.0.0.23 - - [2025-12-15 02:21:48] "DELETE /route-target/f72e07fa-e91d-4fbe-bbf8-9c20bac7225e HTTP/1.1" 200 115 0.024448 10.0.0.23 - - [2025-12-15 02:21:50] "POST /neutron/port HTTP/1.1" 200 1099 0.016439 10.0.0.23 - - [2025-12-15 02:21:50] "POST /neutron/network HTTP/1.1" 200 923 0.011970 10.0.0.23 - - [2025-12-15 02:21:50] "POST /neutron/network HTTP/1.1" 200 1676 0.011510 10.0.0.23 - - [2025-12-15 02:21:52] "POST /neutron/network HTTP/1.1" 200 923 0.009999 10.0.0.65 - - [2025-12-15 02:21:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007093 10.0.0.65 - - [2025-12-15 02:21:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003261 10.0.0.23 - - [2025-12-15 02:21:52] "POST /neutron/network HTTP/1.1" 200 151 0.187862 10.0.0.23 - - [2025-12-15 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005948 10.0.0.65 - - [2025-12-15 02:21:52] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002705 10.0.0.23 - - [2025-12-15 02:21:53] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.110618 10.0.0.65 - - [2025-12-15 02:21:53] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001564 10.0.0.23 - - [2025-12-15 02:21:53] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?fields=virtual_networks HTTP/1.1" 200 1057 0.100016 10.0.0.65 - - [2025-12-15 02:21:53] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000967 10.0.0.23 - - [2025-12-15 02:21:53] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.061280 10.0.0.65 - - [2025-12-15 02:21:53] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001015 10.0.0.23 - - [2025-12-15 02:21:53] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?fields=security_groups HTTP/1.1" 200 1295 0.048201 10.0.0.23 - - [2025-12-15 02:21:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.027926 10.0.0.65 - - [2025-12-15 02:21:54] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003443 10.0.0.65 - - [2025-12-15 02:21:54] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.65 - - [2025-12-15 02:21:54] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007978 10.0.0.65 - - [2025-12-15 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 192 0.002308 10.0.0.65 - - [2025-12-15 02:21:54] "POST /fqname-to-id HTTP/1.1" 404 201 0.019584 10.0.0.65 - - [2025-12-15 02:21:54] "POST /security-groups HTTP/1.1" 200 593 0.084883 10.0.0.65 - - [2025-12-15 02:21:54] "POST /projects HTTP/1.1" 200 589 0.336289 10.0.0.23 - - [2025-12-15 02:21:54] "POST /access-control-lists HTTP/1.1" 200 598 0.029982 10.0.0.65 - - [2025-12-15 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.415809 10.0.0.23 - - [2025-12-15 02:21:54] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.560507 10.0.0.23 - - [2025-12-15 02:21:55] "GET / HTTP/1.1" 200 35931 0.001609 10.0.0.23 - - [2025-12-15 02:21:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2025-12-15 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.052818 10.0.0.65 - - [2025-12-15 02:21:56] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000903 10.0.0.23 - - [2025-12-15 02:21:56] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041124 10.0.0.23 - - [2025-12-15 02:21:57] "POST /route-targets HTTP/1.1" 200 327 0.017857 10.0.0.65 - - [2025-12-15 02:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.009946 10.0.0.23 - - [2025-12-15 02:21:57] "POST /neutron/subnet HTTP/1.1" 200 730 0.264170 10.0.0.23 - - [2025-12-15 02:21:57] "POST /id-to-fqname HTTP/1.1" 200 255 0.001234 10.0.0.23 - - [2025-12-15 02:21:57] "GET /virtual-network/e37eb802-2e6b-40bd-a1a2-e84598186832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005672 10.0.0.23 - - [2025-12-15 02:21:57] "GET /virtual-network/e37eb802-2e6b-40bd-a1a2-e84598186832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005761 10.0.0.23 - - [2025-12-15 02:21:57] "POST /neutron/network HTTP/1.1" 200 893 0.006847 10.0.0.23 - - [2025-12-15 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.65 - - [2025-12-15 02:21:57] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000921 10.0.0.23 - - [2025-12-15 02:21:57] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058373 10.0.0.65 - - [2025-12-15 02:21:57] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.23 - - [2025-12-15 02:21:57] "POST /neutron/network HTTP/1.1" 200 673 0.137720 10.0.0.23 - - [2025-12-15 02:21:57] "POST /ref-update HTTP/1.1" 200 156 0.037332 10.0.0.23 - - [2025-12-15 02:21:57] "POST /id-to-fqname HTTP/1.1" 200 255 0.004059 10.0.0.23 - - [2025-12-15 02:21:57] "GET /virtual-network/9af7b4e8-7f98-4b42-ac04-7c774891e6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.006501 10.0.0.23 - - [2025-12-15 02:21:58] "POST /neutron/network HTTP/1.1" 200 894 0.008106 10.0.0.23 - - [2025-12-15 02:21:58] "GET /virtual-network/9af7b4e8-7f98-4b42-ac04-7c774891e6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.010046 10.0.0.23 - - [2025-12-15 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.65 - - [2025-12-15 02:21:58] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001004 10.0.0.23 - - [2025-12-15 02:21:58] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.069596 10.0.0.23 - - [2025-12-15 02:21:58] "POST /neutron/network HTTP/1.1" 200 117 0.020863 10.0.0.23 - - [2025-12-15 02:21:58] "POST /neutron/network HTTP/1.1" 200 896 0.009036 10.0.0.23 - - [2025-12-15 02:21:58] "POST /id-to-fqname HTTP/1.1" 200 256 0.001076 10.0.0.23 - - [2025-12-15 02:21:58] "GET /virtual-network/39b59397-b37c-4437-a5cb-9a16847a7fdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005219 10.0.0.23 - - [2025-12-15 02:21:58] "GET /virtual-network/39b59397-b37c-4437-a5cb-9a16847a7fdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.007803 10.0.0.23 - - [2025-12-15 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.010860 10.0.0.23 - - [2025-12-15 02:21:58] "POST /id-to-fqname HTTP/1.1" 200 255 0.001344 10.0.0.65 - - [2025-12-15 02:21:59] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001038 10.0.0.23 - - [2025-12-15 02:21:59] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.080223 10.0.0.23 - - [2025-12-15 02:21:59] "POST /neutron/port HTTP/1.1" 200 117 0.007408 10.0.0.23 - - [2025-12-15 02:22:00] "POST /id-to-fqname HTTP/1.1" 200 256 0.001538 10.0.0.23 - - [2025-12-15 02:22:00] "POST /neutron/network HTTP/1.1" 200 906 0.007573 10.0.0.23 - - [2025-12-15 02:22:00] "POST /neutron/port HTTP/1.1" 200 1064 0.018672 10.0.0.65 - - [2025-12-15 02:22:00] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.23 - - [2025-12-15 02:22:01] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.117182 10.0.0.23 - - [2025-12-15 02:22:01] "POST /neutron/network HTTP/1.1" 200 896 0.016713 10.0.0.23 - - [2025-12-15 02:22:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.010681 10.0.0.23 - - [2025-12-15 02:22:01] "POST /neutron/port HTTP/1.1" 200 1092 0.024918 10.0.0.23 - - [2025-12-15 02:22:01] "POST /neutron/network HTTP/1.1" 200 906 0.007158 10.0.0.23 - - [2025-12-15 02:22:02] "POST /neutron/port HTTP/1.1" 200 1064 0.031600 10.0.0.23 - - [2025-12-15 02:22:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007231 10.0.0.23 - - [2025-12-15 02:22:02] "POST /neutron/network HTTP/1.1" 200 896 0.010193 10.0.0.23 - - [2025-12-15 02:22:03] "POST /neutron/port HTTP/1.1" 200 1092 0.019453 10.0.0.23 - - [2025-12-15 02:22:03] "POST /neutron/port HTTP/1.1" 200 1092 0.022839 10.0.0.23 - - [2025-12-15 02:22:04] "POST /neutron/port HTTP/1.1" 200 117 0.010965 10.0.0.23 - - [2025-12-15 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.23 - - [2025-12-15 02:22:05] "POST /neutron/network HTTP/1.1" 200 896 0.010507 10.0.0.23 - - [2025-12-15 02:22:05] "DELETE /route-target/97a05252-42f2-4e9a-985d-5d5243570147 HTTP/1.1" 200 115 0.033309 10.0.0.65 - - [2025-12-15 02:22:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004312 10.0.0.65 - - [2025-12-15 02:22:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003927 10.0.0.23 - - [2025-12-15 02:22:05] "POST /neutron/network HTTP/1.1" 200 151 0.143494 10.0.0.65 - - [2025-12-15 02:22:05] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001447 10.0.0.23 - - [2025-12-15 02:22:05] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.106310 10.0.0.65 - - [2025-12-15 02:22:05] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001176 10.0.0.23 - - [2025-12-15 02:22:05] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?fields=virtual_networks HTTP/1.1" 200 1036 0.046387 10.0.0.65 - - [2025-12-15 02:22:05] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001357 10.0.0.23 - - [2025-12-15 02:22:05] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.075740 10.0.0.65 - - [2025-12-15 02:22:05] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001002 10.0.0.23 - - [2025-12-15 02:22:05] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?fields=security_groups HTTP/1.1" 200 1264 0.049797 10.0.0.23 - - [2025-12-15 02:22:06] "POST /fqname-to-id HTTP/1.1" 404 196 0.025835 10.0.0.65 - - [2025-12-15 02:22:06] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003486 10.0.0.65 - - [2025-12-15 02:22:06] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.65 - - [2025-12-15 02:22:06] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007900 10.0.0.65 - - [2025-12-15 02:22:06] "POST /id-to-fqname HTTP/1.1" 200 198 0.001388 10.0.0.65 - - [2025-12-15 02:22:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.006626 10.0.0.65 - - [2025-12-15 02:22:06] "POST /security-groups HTTP/1.1" 200 599 0.046520 10.0.0.23 - - [2025-12-15 02:22:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.004285 10.0.0.65 - - [2025-12-15 02:22:06] "POST /projects HTTP/1.1" 200 601 0.273344 10.0.0.65 - - [2025-12-15 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.350617 10.0.0.23 - - [2025-12-15 02:22:07] "POST /access-control-lists HTTP/1.1" 200 602 0.063220 10.0.0.23 - - [2025-12-15 02:22:07] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.500336 10.0.0.23 - - [2025-12-15 02:22:08] "GET / HTTP/1.1" 200 35931 0.002410 10.0.0.23 - - [2025-12-15 02:22:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2025-12-15 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.053018 10.0.0.65 - - [2025-12-15 02:22:08] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.23 - - [2025-12-15 02:22:08] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041298 10.0.0.65 - - [2025-12-15 02:22:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008778 10.0.0.23 - - [2025-12-15 02:22:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.285317 10.0.0.23 - - [2025-12-15 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 267 0.001281 10.0.0.23 - - [2025-12-15 02:22:09] "GET /virtual-network/e0ca0bd0-9677-4632-81e2-e7ae212a55e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005624 10.0.0.23 - - [2025-12-15 02:22:09] "GET /virtual-network/e0ca0bd0-9677-4632-81e2-e7ae212a55e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006393 10.0.0.23 - - [2025-12-15 02:22:09] "POST /neutron/network HTTP/1.1" 200 911 0.007255 10.0.0.23 - - [2025-12-15 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.65 - - [2025-12-15 02:22:09] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.23 - - [2025-12-15 02:22:09] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039628 10.0.0.65 - - [2025-12-15 02:22:09] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.23 - - [2025-12-15 02:22:10] "POST /neutron/network HTTP/1.1" 200 691 0.157948 10.0.0.23 - - [2025-12-15 02:22:10] "POST /route-targets HTTP/1.1" 200 327 0.016444 10.0.0.23 - - [2025-12-15 02:22:10] "POST /id-to-fqname HTTP/1.1" 200 267 0.006583 10.0.0.23 - - [2025-12-15 02:22:10] "GET /virtual-network/fea7d08b-e28f-4d20-a2d7-9447910c6992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006057 10.0.0.23 - - [2025-12-15 02:22:10] "POST /neutron/network HTTP/1.1" 200 909 0.008209 10.0.0.23 - - [2025-12-15 02:22:10] "GET /virtual-network/fea7d08b-e28f-4d20-a2d7-9447910c6992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006418 10.0.0.23 - - [2025-12-15 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.65 - - [2025-12-15 02:22:10] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.23 - - [2025-12-15 02:22:10] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.063741 10.0.0.23 - - [2025-12-15 02:22:10] "POST /neutron/network HTTP/1.1" 200 117 0.020764 10.0.0.23 - - [2025-12-15 02:22:10] "POST /ref-update HTTP/1.1" 200 156 0.030014 10.0.0.23 - - [2025-12-15 02:22:11] "POST /neutron/network HTTP/1.1" 200 911 0.011951 10.0.0.23 - - [2025-12-15 02:22:11] "POST /id-to-fqname HTTP/1.1" 200 268 0.001401 10.0.0.23 - - [2025-12-15 02:22:11] "GET /virtual-network/b474a175-ae99-4c9d-94b0-b4a86b3c7b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.008387 10.0.0.23 - - [2025-12-15 02:22:11] "GET /virtual-network/b474a175-ae99-4c9d-94b0-b4a86b3c7b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005925 10.0.0.23 - - [2025-12-15 02:22:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.010745 10.0.0.23 - - [2025-12-15 02:22:11] "POST /id-to-fqname HTTP/1.1" 200 267 0.001250 10.0.0.65 - - [2025-12-15 02:22:42] "DELETE /project/61dd3e64e9844ed6b20872924030d63b HTTP/1.1" 404 173 0.007020 10.0.0.65 - - [2025-12-15 02:22:42] "DELETE /project/075ceb9992264878aa1b089d88e3e9fb HTTP/1.1" 404 173 0.008414 10.0.0.65 - - [2025-12-15 02:22:42] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000799 10.0.0.65 - - [2025-12-15 02:22:42] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000808 10.0.0.65 - - [2025-12-15 02:22:42] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.056604 10.0.0.65 - - [2025-12-15 02:22:42] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.066160 10.0.0.65 - - [2025-12-15 02:22:42] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001109 10.0.0.65 - - [2025-12-15 02:22:42] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001463 10.0.0.65 - - [2025-12-15 02:22:42] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?fields=security_groups HTTP/1.1" 200 1369 0.055740 10.0.0.65 - - [2025-12-15 02:22:42] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?fields=security_groups HTTP/1.1" 200 1127 0.077011 10.0.0.65 - - [2025-12-15 02:22:42] "GET /projects?obj_uuids=e61db04c-547c-49e2-b4da-f3a53d37c529&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002016 10.0.0.65 - - [2025-12-15 02:22:42] "DELETE /security-group/41aa6a28-6d0a-4635-8beb-75e2b1b1e789 HTTP/1.1" 200 115 0.101706 10.0.0.65 - - [2025-12-15 02:22:42] "GET /projects?obj_uuids=61dd3e64-e984-4ed6-b208-72924030d63b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006176 10.0.0.65 - - [2025-12-15 02:22:42] "GET /project/e61db04c-547c-49e2-b4da-f3a53d37c529?fields=application_policy_sets HTTP/1.1" 200 1439 0.107613 10.0.0.65 - - [2025-12-15 02:22:42] "GET /project/61dd3e64-e984-4ed6-b208-72924030d63b?fields=application_policy_sets HTTP/1.1" 200 1408 0.108083 10.0.0.23 - - [2025-12-15 02:22:42] "DELETE /access-control-list/ffbaad2d-46b5-4711-8ab1-327a21a5bc53 HTTP/1.1" 200 115 0.080451 10.0.0.65 - - [2025-12-15 02:22:42] "DELETE /project/e61db04c-547c-49e2-b4da-f3a53d37c529 HTTP/1.1" 200 115 0.514607 10.0.0.65 - - [2025-12-15 02:22:43] "DELETE /project/61dd3e64-e984-4ed6-b208-72924030d63b HTTP/1.1" 200 115 0.602504 10.0.0.50 - - [2025-12-15 02:22:43] "GET /obj-perms HTTP/1.1" 200 5056 0.054982 10.0.0.65 - - [2025-12-15 02:22:44] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.23 - - [2025-12-15 02:22:44] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064718 10.0.0.23 - - [2025-12-15 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.006851 10.0.0.23 - - [2025-12-15 02:22:44] "POST /id-to-fqname HTTP/1.1" 200 268 0.001226 10.0.0.23 - - [2025-12-15 02:22:45] "POST /neutron/network HTTP/1.1" 200 921 0.009830 10.0.0.65 - - [2025-12-15 02:22:45] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.23 - - [2025-12-15 02:22:45] "POST /neutron/port HTTP/1.1" 200 1067 0.046495 10.0.0.23 - - [2025-12-15 02:22:45] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.095979 10.0.0.23 - - [2025-12-15 02:22:46] "POST /neutron/port HTTP/1.1" 200 1121 0.203631 10.0.0.23 - - [2025-12-15 02:22:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.024099 10.0.0.23 - - [2025-12-15 02:22:46] "POST /neutron/subnet HTTP/1.1" 200 694 0.021193 10.0.0.65 - - [2025-12-15 02:22:46] "GET /projects?obj_uuids=f492968e-7f1f-4cc7-9c25-dd28eda1181e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001234 10.0.0.23 - - [2025-12-15 02:22:46] "GET /project/f492968e-7f1f-4cc7-9c25-dd28eda1181e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.079505 10.0.0.23 - - [2025-12-15 02:22:46] "POST /neutron/network HTTP/1.1" 200 921 0.009382 10.0.0.23 - - [2025-12-15 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006541 10.0.0.23 - - [2025-12-15 02:22:47] "GET /security-group/bb5f260b-235b-4cd3-bf71-17cc798debe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.015386 10.0.0.23 - - [2025-12-15 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007291 10.0.0.65 - - [2025-12-15 02:22:47] "GET /projects?obj_uuids=f492968e-7f1f-4cc7-9c25-dd28eda1181e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001380 10.0.0.23 - - [2025-12-15 02:22:47] "GET /project/f492968e-7f1f-4cc7-9c25-dd28eda1181e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.098583 10.0.0.23 - - [2025-12-15 02:22:47] "POST /neutron/port HTTP/1.1" 200 1067 0.062356 10.0.0.23 - - [2025-12-15 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005727 10.0.0.23 - - [2025-12-15 02:22:47] "GET /security-group/bb5f260b-235b-4cd3-bf71-17cc798debe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006208 10.0.0.23 - - [2025-12-15 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.016716 10.0.0.23 - - [2025-12-15 02:22:47] "PUT /security-group/bb5f260b-235b-4cd3-bf71-17cc798debe3 HTTP/1.1" 200 262 0.069206 10.0.0.23 - - [2025-12-15 02:22:47] "PUT /access-control-list/ca21ed8a-144a-470a-837b-8ddbd6064f88 HTTP/1.1" 200 272 0.021447 10.0.0.23 - - [2025-12-15 02:22:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.022005 10.0.0.23 - - [2025-12-15 02:22:48] "POST /neutron/network HTTP/1.1" 200 911 0.007252 10.0.0.23 - - [2025-12-15 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.013651 10.0.0.23 - - [2025-12-15 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008450 10.0.0.65 - - [2025-12-15 02:22:48] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.23 - - [2025-12-15 02:22:48] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.010439 10.0.0.23 - - [2025-12-15 02:22:49] "POST /service-templates HTTP/1.1" 200 543 0.070349 10.0.0.23 - - [2025-12-15 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007220 10.0.0.23 - - [2025-12-15 02:22:49] "GET /service-template/cfbc13de-dc2c-47af-a7fa-dad7a9a6582d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.017983 10.0.0.23 - - [2025-12-15 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007400 10.0.0.23 - - [2025-12-15 02:22:49] "GET /service-template/cfbc13de-dc2c-47af-a7fa-dad7a9a6582d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.015117 10.0.0.23 - - [2025-12-15 02:22:49] "POST /id-to-fqname HTTP/1.1" 200 267 0.002700 10.0.0.23 - - [2025-12-15 02:22:49] "POST /id-to-fqname HTTP/1.1" 200 267 0.001874 10.0.0.23 - - [2025-12-15 02:22:49] "POST /id-to-fqname HTTP/1.1" 200 268 0.001504 10.0.0.23 - - [2025-12-15 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.010046 10.0.0.23 - - [2025-12-15 02:22:49] "DELETE /service-template/cfbc13de-dc2c-47af-a7fa-dad7a9a6582d HTTP/1.1" 200 115 0.073617 10.0.0.23 - - [2025-12-15 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.004600 10.0.0.23 - - [2025-12-15 02:22:52] "POST /neutron/network HTTP/1.1" 200 909 0.025303 10.0.0.23 - - [2025-12-15 02:22:54] "POST /neutron/network HTTP/1.1" 400 204 0.042238 10.0.0.23 - - [2025-12-15 02:22:59] "POST /neutron/network HTTP/1.1" 200 909 0.010480 10.0.0.23 - - [2025-12-15 02:23:01] "POST /neutron/network HTTP/1.1" 400 204 0.040570 10.0.0.23 - - [2025-12-15 02:23:05] "POST /neutron/network HTTP/1.1" 200 909 0.020959 10.0.0.23 - - [2025-12-15 02:23:07] "POST /neutron/network HTTP/1.1" 400 204 0.032513 10.0.0.23 - - [2025-12-15 02:23:11] "POST /neutron/network HTTP/1.1" 200 909 0.024269 10.0.0.23 - - [2025-12-15 02:23:13] "POST /neutron/network HTTP/1.1" 400 204 0.049806 10.0.0.23 - - [2025-12-15 02:23:18] "POST /neutron/network HTTP/1.1" 200 909 0.017730 10.0.0.23 - - [2025-12-15 02:23:20] "POST /neutron/network HTTP/1.1" 400 204 0.051622 10.0.0.23 - - [2025-12-15 02:23:24] "POST /neutron/network HTTP/1.1" 200 909 0.026913 10.0.0.23 - - [2025-12-15 02:23:26] "POST /neutron/network HTTP/1.1" 400 204 0.027606 10.0.0.23 - - [2025-12-15 02:23:30] "POST /neutron/network HTTP/1.1" 200 909 0.007187 10.0.0.23 - - [2025-12-15 02:23:32] "POST /neutron/network HTTP/1.1" 400 204 0.024268 10.0.0.23 - - [2025-12-15 02:23:36] "POST /neutron/network HTTP/1.1" 200 909 0.010143 10.0.0.23 - - [2025-12-15 02:23:38] "POST /neutron/network HTTP/1.1" 400 204 0.016998 10.0.0.23 - - [2025-12-15 02:23:42] "POST /neutron/network HTTP/1.1" 200 909 0.007183 10.0.0.23 - - [2025-12-15 02:23:44] "POST /neutron/network HTTP/1.1" 400 204 0.014274 10.0.0.23 - - [2025-12-15 02:23:46] "POST /neutron/network HTTP/1.1" 200 911 0.009276 10.0.0.65 - - [2025-12-15 02:23:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000631 10.0.0.65 - - [2025-12-15 02:23:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.65 - - [2025-12-15 02:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.65 - - [2025-12-15 02:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2025-12-15 02:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.23 - - [2025-12-15 02:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.50 - - [2025-12-15 02:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.23 - - [2025-12-15 02:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.23 - - [2025-12-15 02:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2025-12-15 02:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.23 - - [2025-12-15 02:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000599 10.0.0.50 - - [2025-12-15 02:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2025-12-15 02:23:48] "POST /neutron/network HTTP/1.1" 400 204 0.017397 10.0.0.23 - - [2025-12-15 02:23:53] "POST /neutron/network HTTP/1.1" 200 911 0.008256 10.0.0.23 - - [2025-12-15 02:23:55] "POST /neutron/network HTTP/1.1" 400 204 0.017842 10.0.0.23 - - [2025-12-15 02:23:59] "POST /neutron/network HTTP/1.1" 200 911 0.009752 10.0.0.23 - - [2025-12-15 02:24:01] "POST /neutron/network HTTP/1.1" 400 204 0.015743 10.0.0.23 - - [2025-12-15 02:24:02] "POST /neutron/port HTTP/1.1" 200 151 0.217542 10.0.0.23 - - [2025-12-15 02:24:03] "POST /neutron/network HTTP/1.1" 400 204 0.019313 10.0.0.23 - - [2025-12-15 02:24:05] "POST /neutron/network HTTP/1.1" 200 911 0.011624 10.0.0.23 - - [2025-12-15 02:24:06] "POST /neutron/port HTTP/1.1" 200 117 0.007298 10.0.0.23 - - [2025-12-15 02:24:07] "POST /neutron/network HTTP/1.1" 200 911 0.007850 10.0.0.23 - - [2025-12-15 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.65 - - [2025-12-15 02:24:07] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.23 - - [2025-12-15 02:24:07] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046271 10.0.0.65 - - [2025-12-15 02:24:07] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.23 - - [2025-12-15 02:24:07] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.068423 10.0.0.65 - - [2025-12-15 02:24:09] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.23 - - [2025-12-15 02:24:09] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056776 10.0.0.65 - - [2025-12-15 02:24:09] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.23 - - [2025-12-15 02:24:09] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.047445 10.0.0.65 - - [2025-12-15 02:24:11] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.23 - - [2025-12-15 02:24:11] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043028 10.0.0.65 - - [2025-12-15 02:24:11] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.23 - - [2025-12-15 02:24:12] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.062696 10.0.0.65 - - [2025-12-15 02:24:14] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.23 - - [2025-12-15 02:24:14] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.062266 10.0.0.65 - - [2025-12-15 02:24:14] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001360 10.0.0.23 - - [2025-12-15 02:24:14] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.049427 10.0.0.65 - - [2025-12-15 02:24:16] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001179 10.0.0.23 - - [2025-12-15 02:24:16] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048681 10.0.0.65 - - [2025-12-15 02:24:16] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.23 - - [2025-12-15 02:24:16] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.049358 10.0.0.65 - - [2025-12-15 02:24:18] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.23 - - [2025-12-15 02:24:18] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046779 10.0.0.65 - - [2025-12-15 02:24:18] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001384 10.0.0.23 - - [2025-12-15 02:24:18] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.054464 10.0.0.65 - - [2025-12-15 02:24:20] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.23 - - [2025-12-15 02:24:20] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045144 10.0.0.65 - - [2025-12-15 02:24:20] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.012891 10.0.0.23 - - [2025-12-15 02:24:20] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.062970 10.0.0.65 - - [2025-12-15 02:24:22] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.23 - - [2025-12-15 02:24:22] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.057388 10.0.0.65 - - [2025-12-15 02:24:22] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001403 10.0.0.23 - - [2025-12-15 02:24:22] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.052946 10.0.0.65 - - [2025-12-15 02:24:24] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.23 - - [2025-12-15 02:24:24] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.061419 10.0.0.65 - - [2025-12-15 02:24:24] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.23 - - [2025-12-15 02:24:25] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.062614 10.0.0.65 - - [2025-12-15 02:24:27] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.23 - - [2025-12-15 02:24:27] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.062583 10.0.0.65 - - [2025-12-15 02:24:27] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001872 10.0.0.23 - - [2025-12-15 02:24:27] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.061702 10.0.0.65 - - [2025-12-15 02:24:29] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.23 - - [2025-12-15 02:24:29] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.075397 10.0.0.65 - - [2025-12-15 02:24:29] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.23 - - [2025-12-15 02:24:29] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.049450 10.0.0.65 - - [2025-12-15 02:24:31] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985 10.0.0.23 - - [2025-12-15 02:24:31] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043563 10.0.0.65 - - [2025-12-15 02:24:31] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001328 10.0.0.23 - - [2025-12-15 02:24:31] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.041665 10.0.0.65 - - [2025-12-15 02:24:33] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.23 - - [2025-12-15 02:24:33] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044471 10.0.0.65 - - [2025-12-15 02:24:33] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.23 - - [2025-12-15 02:24:33] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.047415 10.0.0.65 - - [2025-12-15 02:24:35] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002000 10.0.0.23 - - [2025-12-15 02:24:35] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064969 10.0.0.65 - - [2025-12-15 02:24:35] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001255 10.0.0.23 - - [2025-12-15 02:24:35] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.068167 10.0.0.65 - - [2025-12-15 02:24:37] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001379 10.0.0.23 - - [2025-12-15 02:24:37] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047423 10.0.0.65 - - [2025-12-15 02:24:37] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.23 - - [2025-12-15 02:24:37] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.045361 10.0.0.65 - - [2025-12-15 02:24:40] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.23 - - [2025-12-15 02:24:40] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047104 10.0.0.65 - - [2025-12-15 02:24:40] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001172 10.0.0.23 - - [2025-12-15 02:24:40] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.047302 10.0.0.65 - - [2025-12-15 02:24:42] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001324 10.0.0.23 - - [2025-12-15 02:24:42] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.063856 10.0.0.65 - - [2025-12-15 02:24:42] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.23 - - [2025-12-15 02:24:42] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.043290 10.0.0.65 - - [2025-12-15 02:24:44] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001431 10.0.0.23 - - [2025-12-15 02:24:44] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043219 10.0.0.65 - - [2025-12-15 02:24:44] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001299 10.0.0.23 - - [2025-12-15 02:24:44] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.055038 10.0.0.65 - - [2025-12-15 02:24:46] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.23 - - [2025-12-15 02:24:46] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046054 10.0.0.65 - - [2025-12-15 02:24:46] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002590 10.0.0.23 - - [2025-12-15 02:24:46] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.068753 10.0.0.65 - - [2025-12-15 02:24:48] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001213 10.0.0.23 - - [2025-12-15 02:24:48] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058045 10.0.0.65 - - [2025-12-15 02:24:48] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.23 - - [2025-12-15 02:24:48] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.052132 10.0.0.65 - - [2025-12-15 02:24:50] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.23 - - [2025-12-15 02:24:50] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047710 10.0.0.65 - - [2025-12-15 02:24:50] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.23 - - [2025-12-15 02:24:50] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.049733 10.0.0.65 - - [2025-12-15 02:24:52] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.23 - - [2025-12-15 02:24:52] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047548 10.0.0.65 - - [2025-12-15 02:24:52] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002386 10.0.0.23 - - [2025-12-15 02:24:53] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.054370 10.0.0.65 - - [2025-12-15 02:24:55] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.23 - - [2025-12-15 02:24:55] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056912 10.0.0.65 - - [2025-12-15 02:24:55] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.23 - - [2025-12-15 02:24:55] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.068735 10.0.0.65 - - [2025-12-15 02:24:57] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001071 10.0.0.23 - - [2025-12-15 02:24:57] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045633 10.0.0.65 - - [2025-12-15 02:24:57] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.23 - - [2025-12-15 02:24:57] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.051303 10.0.0.65 - - [2025-12-15 02:24:59] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.23 - - [2025-12-15 02:24:59] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039484 10.0.0.65 - - [2025-12-15 02:24:59] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.23 - - [2025-12-15 02:24:59] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.036335 10.0.0.65 - - [2025-12-15 02:25:01] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001165 10.0.0.23 - - [2025-12-15 02:25:01] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052216 10.0.0.65 - - [2025-12-15 02:25:01] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.23 - - [2025-12-15 02:25:01] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.052004 10.0.0.65 - - [2025-12-15 02:25:03] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.23 - - [2025-12-15 02:25:03] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.051538 10.0.0.65 - - [2025-12-15 02:25:03] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001202 10.0.0.23 - - [2025-12-15 02:25:03] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.084663 10.0.0.65 - - [2025-12-15 02:25:05] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.23 - - [2025-12-15 02:25:05] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038193 10.0.0.65 - - [2025-12-15 02:25:05] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001711 10.0.0.23 - - [2025-12-15 02:25:05] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.060867 10.0.0.65 - - [2025-12-15 02:25:08] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001497 10.0.0.23 - - [2025-12-15 02:25:08] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.049613 10.0.0.65 - - [2025-12-15 02:25:08] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.23 - - [2025-12-15 02:25:08] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.045840 10.0.0.65 - - [2025-12-15 02:25:10] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001371 10.0.0.23 - - [2025-12-15 02:25:10] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.070003 10.0.0.65 - - [2025-12-15 02:25:10] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001458 10.0.0.23 - - [2025-12-15 02:25:10] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.057064 10.0.0.65 - - [2025-12-15 02:25:12] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.23 - - [2025-12-15 02:25:12] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036447 10.0.0.65 - - [2025-12-15 02:25:12] "GET /projects?obj_uuids=075ceb99-9226-4878-aa1b-089d88e3e9fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.23 - - [2025-12-15 02:25:12] "GET /project/075ceb99-9226-4878-aa1b-089d88e3e9fb?fields=virtual_networks HTTP/1.1" 200 1332 0.047594 10.0.0.23 - - [2025-12-15 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.026968 10.0.0.65 - - [2025-12-15 02:25:12] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004326 10.0.0.65 - - [2025-12-15 02:25:12] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.65 - - [2025-12-15 02:25:12] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007057 10.0.0.65 - - [2025-12-15 02:25:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.001194 10.0.0.65 - - [2025-12-15 02:25:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.004510 10.0.0.65 - - [2025-12-15 02:25:13] "POST /security-groups HTTP/1.1" 200 592 0.030375 10.0.0.65 - - [2025-12-15 02:25:13] "POST /projects HTTP/1.1" 200 587 0.248308 10.0.0.23 - - [2025-12-15 02:25:13] "POST /access-control-lists HTTP/1.1" 200 597 0.028226 10.0.0.65 - - [2025-12-15 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.320751 10.0.0.23 - - [2025-12-15 02:25:13] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.488468 10.0.0.23 - - [2025-12-15 02:25:14] "GET / HTTP/1.1" 200 35931 0.002286 10.0.0.23 - - [2025-12-15 02:25:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.23 - - [2025-12-15 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.053108 10.0.0.65 - - [2025-12-15 02:25:15] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001326 10.0.0.23 - - [2025-12-15 02:25:15] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051482 10.0.0.65 - - [2025-12-15 02:25:15] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.23 - - [2025-12-15 02:25:15] "POST /neutron/network HTTP/1.1" 200 670 0.160529 10.0.0.23 - - [2025-12-15 02:25:15] "POST /route-targets HTTP/1.1" 200 327 0.028467 10.0.0.23 - - [2025-12-15 02:25:15] "POST /id-to-fqname HTTP/1.1" 200 253 0.003710 10.0.0.23 - - [2025-12-15 02:25:15] "GET /virtual-network/5ca0575b-2004-4997-b4b5-e0af95ff9e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.007282 10.0.0.23 - - [2025-12-15 02:25:15] "POST /neutron/network HTTP/1.1" 200 889 0.009744 10.0.0.23 - - [2025-12-15 02:25:15] "GET /virtual-network/5ca0575b-2004-4997-b4b5-e0af95ff9e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006308 10.0.0.23 - - [2025-12-15 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.65 - - [2025-12-15 02:25:15] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.23 - - [2025-12-15 02:25:15] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044839 10.0.0.23 - - [2025-12-15 02:25:15] "POST /neutron/network HTTP/1.1" 200 117 0.014566 10.0.0.23 - - [2025-12-15 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.024485 10.0.0.23 - - [2025-12-15 02:25:16] "POST /neutron/network HTTP/1.1" 200 888 0.010519 10.0.0.23 - - [2025-12-15 02:25:16] "POST /id-to-fqname HTTP/1.1" 200 253 0.001072 10.0.0.23 - - [2025-12-15 02:25:16] "GET /virtual-network/66c644f4-4b6f-4737-a309-caea2bc7ef3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005500 10.0.0.23 - - [2025-12-15 02:25:16] "GET /virtual-network/66c644f4-4b6f-4737-a309-caea2bc7ef3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005472 10.0.0.23 - - [2025-12-15 02:25:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.013275 10.0.0.23 - - [2025-12-15 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.65 - - [2025-12-15 02:25:16] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000856 10.0.0.23 - - [2025-12-15 02:25:16] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047294 10.0.0.65 - - [2025-12-15 02:25:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006449 10.0.0.23 - - [2025-12-15 02:25:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.238095 10.0.0.23 - - [2025-12-15 02:25:16] "POST /id-to-fqname HTTP/1.1" 200 254 0.001201 10.0.0.23 - - [2025-12-15 02:25:16] "GET /virtual-network/283d8933-9694-416e-91b7-c3ade805f86c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.005526 10.0.0.23 - - [2025-12-15 02:25:16] "GET /virtual-network/283d8933-9694-416e-91b7-c3ade805f86c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.005517 10.0.0.23 - - [2025-12-15 02:25:16] "POST /neutron/network HTTP/1.1" 200 893 0.006632 10.0.0.23 - - [2025-12-15 02:25:16] "POST /id-to-fqname HTTP/1.1" 200 253 0.001294 10.0.0.65 - - [2025-12-15 02:25:17] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001245 10.0.0.23 - - [2025-12-15 02:25:17] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071789 10.0.0.23 - - [2025-12-15 02:25:17] "POST /neutron/network HTTP/1.1" 200 888 0.006437 10.0.0.23 - - [2025-12-15 02:25:18] "POST /id-to-fqname HTTP/1.1" 200 254 0.001258 10.0.0.23 - - [2025-12-15 02:25:18] "POST /neutron/port HTTP/1.1" 200 117 0.006649 10.0.0.65 - - [2025-12-15 02:25:18] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001262 10.0.0.23 - - [2025-12-15 02:25:18] "POST /neutron/port HTTP/1.1" 200 1060 0.391007 10.0.0.23 - - [2025-12-15 02:25:19] "POST /neutron/port HTTP/1.1" 200 1114 0.141601 10.0.0.65 - - [2025-12-15 02:25:19] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001190 10.0.0.23 - - [2025-12-15 02:25:19] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.145472 10.0.0.23 - - [2025-12-15 02:25:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.010636 10.0.0.23 - - [2025-12-15 02:25:19] "POST /neutron/network HTTP/1.1" 200 888 0.007945 10.0.0.23 - - [2025-12-15 02:25:19] "POST /neutron/port HTTP/1.1" 200 117 0.008564 10.0.0.23 - - [2025-12-15 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003363 10.0.0.23 - - [2025-12-15 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.23 - - [2025-12-15 02:25:20] "POST /neutron/port HTTP/1.1" 200 1063 0.018457 10.0.0.65 - - [2025-12-15 02:25:20] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.23 - - [2025-12-15 02:25:20] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008851 10.0.0.23 - - [2025-12-15 02:25:20] "POST /service-templates HTTP/1.1" 200 543 0.038895 10.0.0.23 - - [2025-12-15 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007029 10.0.0.23 - - [2025-12-15 02:25:20] "POST /neutron/port HTTP/1.1" 200 1091 0.022249 10.0.0.23 - - [2025-12-15 02:25:20] "GET /service-template/abaed0c3-fdd3-469b-96af-c6bb74a0408f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.010332 10.0.0.23 - - [2025-12-15 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.23 - - [2025-12-15 02:25:20] "GET /service-template/abaed0c3-fdd3-469b-96af-c6bb74a0408f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004114 10.0.0.23 - - [2025-12-15 02:25:20] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.23 - - [2025-12-15 02:25:20] "POST /id-to-fqname HTTP/1.1" 200 253 0.001284 10.0.0.23 - - [2025-12-15 02:25:20] "POST /id-to-fqname HTTP/1.1" 200 253 0.001207 10.0.0.23 - - [2025-12-15 02:25:20] "POST /id-to-fqname HTTP/1.1" 200 254 0.001293 10.0.0.23 - - [2025-12-15 02:25:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009627 10.0.0.23 - - [2025-12-15 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2025-12-15 02:25:20] "DELETE /service-template/abaed0c3-fdd3-469b-96af-c6bb74a0408f HTTP/1.1" 200 115 0.034369 10.0.0.23 - - [2025-12-15 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003668 10.0.0.23 - - [2025-12-15 02:25:23] "POST /neutron/port HTTP/1.1" 200 1091 0.032334 10.0.0.23 - - [2025-12-15 02:25:23] "POST /neutron/port HTTP/1.1" 200 1088 0.022005 10.0.0.23 - - [2025-12-15 02:25:24] "POST /neutron/network HTTP/1.1" 200 888 0.011723 10.0.0.23 - - [2025-12-15 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.65 - - [2025-12-15 02:25:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003599 10.0.0.65 - - [2025-12-15 02:25:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003443 10.0.0.23 - - [2025-12-15 02:25:25] "POST /neutron/network HTTP/1.1" 200 151 0.177357 10.0.0.23 - - [2025-12-15 02:25:25] "DELETE /route-target/7c112730-9462-42c1-b01e-f5a74ca37790 HTTP/1.1" 200 115 0.038715 10.0.0.65 - - [2025-12-15 02:25:25] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000987 10.0.0.23 - - [2025-12-15 02:25:25] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067376 10.0.0.65 - - [2025-12-15 02:25:25] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001646 10.0.0.23 - - [2025-12-15 02:25:25] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?fields=virtual_networks HTTP/1.1" 200 1034 0.053377 10.0.0.65 - - [2025-12-15 02:25:25] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001408 10.0.0.23 - - [2025-12-15 02:25:25] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.082428 10.0.0.65 - - [2025-12-15 02:25:25] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.23 - - [2025-12-15 02:25:25] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?fields=security_groups HTTP/1.1" 200 1261 0.057035 10.0.0.23 - - [2025-12-15 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.024300 10.0.0.65 - - [2025-12-15 02:25:26] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003333 10.0.0.65 - - [2025-12-15 02:25:26] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.65 - - [2025-12-15 02:25:26] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006719 10.0.0.65 - - [2025-12-15 02:25:26] "POST /id-to-fqname HTTP/1.1" 200 195 0.006014 10.0.0.65 - - [2025-12-15 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 204 0.005092 10.0.0.65 - - [2025-12-15 02:25:27] "POST /security-groups HTTP/1.1" 200 596 0.094703 10.0.0.23 - - [2025-12-15 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 239 0.005046 10.0.0.65 - - [2025-12-15 02:25:27] "POST /projects HTTP/1.1" 200 595 0.309628 10.0.0.65 - - [2025-12-15 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.383791 10.0.0.23 - - [2025-12-15 02:25:27] "POST /access-control-lists HTTP/1.1" 200 599 0.036093 10.0.0.23 - - [2025-12-15 02:25:27] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.530106 10.0.0.23 - - [2025-12-15 02:25:28] "GET / HTTP/1.1" 200 35931 0.001641 10.0.0.23 - - [2025-12-15 02:25:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2025-12-15 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.052119 10.0.0.65 - - [2025-12-15 02:25:28] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000920 10.0.0.23 - - [2025-12-15 02:25:28] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.053367 10.0.0.23 - - [2025-12-15 02:25:29] "POST /neutron/network HTTP/1.1" 200 117 0.047250 10.0.0.23 - - [2025-12-15 02:25:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.65 - - [2025-12-15 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002592 10.0.0.23 - - [2025-12-15 02:25:29] "POST /neutron/subnet HTTP/1.1" 200 734 0.216954 10.0.0.23 - - [2025-12-15 02:25:29] "POST /id-to-fqname HTTP/1.1" 200 261 0.001238 10.0.0.23 - - [2025-12-15 02:25:29] "GET /virtual-network/4b2f2b27-530f-438e-b10f-4d6095d9a50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.007656 10.0.0.23 - - [2025-12-15 02:25:29] "GET /virtual-network/4b2f2b27-530f-438e-b10f-4d6095d9a50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.010698 10.0.0.23 - - [2025-12-15 02:25:29] "POST /neutron/network HTTP/1.1" 200 1077 0.014464 10.0.0.23 - - [2025-12-15 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.65 - - [2025-12-15 02:25:29] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001197 10.0.0.23 - - [2025-12-15 02:25:30] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.051242 10.0.0.23 - - [2025-12-15 02:25:30] "POST /neutron/network HTTP/1.1" 200 117 0.015709 10.0.0.23 - - [2025-12-15 02:25:30] "POST /route-targets HTTP/1.1" 200 327 0.013811 10.0.0.23 - - [2025-12-15 02:25:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.043947 10.0.0.65 - - [2025-12-15 02:25:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003217 10.0.0.23 - - [2025-12-15 02:25:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.166789 10.0.0.23 - - [2025-12-15 02:25:30] "POST /id-to-fqname HTTP/1.1" 200 261 0.001355 10.0.0.23 - - [2025-12-15 02:25:30] "GET /virtual-network/dd823f37-08d9-418a-a6b4-0475be860e14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006557 10.0.0.23 - - [2025-12-15 02:25:30] "GET /virtual-network/dd823f37-08d9-418a-a6b4-0475be860e14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006158 10.0.0.23 - - [2025-12-15 02:25:30] "POST /neutron/network HTTP/1.1" 200 1075 0.009332 10.0.0.23 - - [2025-12-15 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.65 - - [2025-12-15 02:25:30] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001481 10.0.0.23 - - [2025-12-15 02:25:30] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.066593 10.0.0.23 - - [2025-12-15 02:25:30] "POST /neutron/network HTTP/1.1" 200 117 0.023160 10.0.0.23 - - [2025-12-15 02:25:31] "POST /ref-update HTTP/1.1" 200 156 0.031691 10.0.0.23 - - [2025-12-15 02:25:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003640 10.0.0.65 - - [2025-12-15 02:25:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002947 10.0.0.23 - - [2025-12-15 02:25:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.195533 10.0.0.23 - - [2025-12-15 02:25:31] "POST /id-to-fqname HTTP/1.1" 200 262 0.001274 10.0.0.23 - - [2025-12-15 02:25:31] "GET /virtual-network/9861cd3a-4840-4dfa-a39e-e3d4accb8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2752 0.005471 10.0.0.23 - - [2025-12-15 02:25:31] "GET /virtual-network/9861cd3a-4840-4dfa-a39e-e3d4accb8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2752 0.008435 10.0.0.23 - - [2025-12-15 02:25:31] "POST /neutron/network HTTP/1.1" 200 1079 0.010976 10.0.0.23 - - [2025-12-15 02:25:31] "POST /id-to-fqname HTTP/1.1" 200 261 0.001765 10.0.0.23 - - [2025-12-15 02:25:31] "POST /neutron/network HTTP/1.1" 200 1085 0.008316 10.0.0.65 - - [2025-12-15 02:25:32] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001327 10.0.0.23 - - [2025-12-15 02:25:32] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.077345 10.0.0.23 - - [2025-12-15 02:25:32] "POST /neutron/port HTTP/1.1" 200 117 0.008318 10.0.0.23 - - [2025-12-15 02:25:32] "POST /id-to-fqname HTTP/1.1" 200 262 0.002166 10.0.0.23 - - [2025-12-15 02:25:33] "POST /neutron/network HTTP/1.1" 200 1085 0.009845 10.0.0.23 - - [2025-12-15 02:25:33] "POST /neutron/port HTTP/1.1" 200 1172 0.021540 10.0.0.65 - - [2025-12-15 02:25:33] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000962 10.0.0.23 - - [2025-12-15 02:25:33] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.136725 10.0.0.23 - - [2025-12-15 02:25:34] "POST /neutron/port HTTP/1.1" 200 1200 0.018390 10.0.0.23 - - [2025-12-15 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016463 10.0.0.23 - - [2025-12-15 02:25:34] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.23 - - [2025-12-15 02:25:34] "POST /neutron/port HTTP/1.1" 200 117 0.006051 10.0.0.23 - - [2025-12-15 02:25:34] "POST /neutron/port HTTP/1.1" 200 1174 0.021765 10.0.0.23 - - [2025-12-15 02:25:35] "POST /neutron/port HTTP/1.1" 200 1202 0.021132 10.0.0.23 - - [2025-12-15 02:25:35] "POST /neutron/subnet HTTP/1.1" 200 1394 0.014228 10.0.0.23 - - [2025-12-15 02:25:35] "POST /neutron/network HTTP/1.1" 200 1079 0.014296 10.0.0.23 - - [2025-12-15 02:25:36] "POST /neutron/port HTTP/1.1" 200 1200 0.015584 10.0.0.23 - - [2025-12-15 02:25:36] "POST /neutron/port HTTP/1.1" 200 1202 0.018661 10.0.0.23 - - [2025-12-15 02:25:37] "POST /neutron/port HTTP/1.1" 200 117 0.009893 10.0.0.23 - - [2025-12-15 02:25:38] "POST /neutron/network HTTP/1.1" 200 1079 0.013571 10.0.0.23 - - [2025-12-15 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.23 - - [2025-12-15 02:25:38] "DELETE /route-target/c7dc5fa6-c00e-49eb-8832-204c9aa1acb9 HTTP/1.1" 200 115 0.026945 10.0.0.65 - - [2025-12-15 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.079835 10.0.0.65 - - [2025-12-15 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003402 10.0.0.65 - - [2025-12-15 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003333 10.0.0.65 - - [2025-12-15 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.009483 10.0.0.23 - - [2025-12-15 02:25:38] "POST /neutron/network HTTP/1.1" 200 151 0.216501 10.0.0.65 - - [2025-12-15 02:25:38] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001445 10.0.0.23 - - [2025-12-15 02:25:38] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.116637 10.0.0.65 - - [2025-12-15 02:25:38] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000937 10.0.0.23 - - [2025-12-15 02:25:38] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?fields=virtual_networks HTTP/1.1" 200 1043 0.044040 10.0.0.65 - - [2025-12-15 02:25:38] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001025 10.0.0.23 - - [2025-12-15 02:25:38] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.042152 10.0.0.65 - - [2025-12-15 02:25:38] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001166 10.0.0.23 - - [2025-12-15 02:25:38] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?fields=security_groups HTTP/1.1" 200 1274 0.050999 10.0.0.23 - - [2025-12-15 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.024553 10.0.0.65 - - [2025-12-15 02:25:39] "GET /projects?obj_uuids=94c67c67-0daa-483f-8d1e-52c8246a618f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003066 10.0.0.65 - - [2025-12-15 02:25:39] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.65 - - [2025-12-15 02:25:39] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.049257 10.0.0.65 - - [2025-12-15 02:25:39] "POST /id-to-fqname HTTP/1.1" 200 198 0.004989 10.0.0.65 - - [2025-12-15 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.003581 10.0.0.65 - - [2025-12-15 02:25:40] "POST /security-groups HTTP/1.1" 200 599 0.074772 10.0.0.65 - - [2025-12-15 02:25:40] "POST /projects HTTP/1.1" 200 601 0.285674 10.0.0.65 - - [2025-12-15 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.357011 10.0.0.23 - - [2025-12-15 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 241 0.043265 10.0.0.23 - - [2025-12-15 02:25:40] "GET /project/94c67c67-0daa-483f-8d1e-52c8246a618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.548582 10.0.0.23 - - [2025-12-15 02:25:41] "GET / HTTP/1.1" 200 35931 0.001788 10.0.0.23 - - [2025-12-15 02:25:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2025-12-15 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.056239 10.0.0.65 - - [2025-12-15 02:25:42] "GET /projects?obj_uuids=94c67c67-0daa-483f-8d1e-52c8246a618f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.23 - - [2025-12-15 02:25:42] "GET /project/94c67c67-0daa-483f-8d1e-52c8246a618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041489 10.0.0.23 - - [2025-12-15 02:25:42] "POST /ref-update HTTP/1.1" 200 156 0.033333 10.0.0.65 - - [2025-12-15 02:25:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006801 10.0.0.23 - - [2025-12-15 02:25:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.207954 10.0.0.23 - - [2025-12-15 02:25:42] "POST /id-to-fqname HTTP/1.1" 200 267 0.001293 10.0.0.23 - - [2025-12-15 02:25:42] "GET /virtual-network/a38f1cdd-5e12-4160-8835-25b137c86feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005183 10.0.0.23 - - [2025-12-15 02:25:42] "GET /virtual-network/a38f1cdd-5e12-4160-8835-25b137c86feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006165 10.0.0.23 - - [2025-12-15 02:25:42] "POST /neutron/network HTTP/1.1" 200 909 0.006229 10.0.0.23 - - [2025-12-15 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.65 - - [2025-12-15 02:25:42] "GET /projects?obj_uuids=94c67c67-0daa-483f-8d1e-52c8246a618f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.23 - - [2025-12-15 02:25:42] "GET /project/94c67c67-0daa-483f-8d1e-52c8246a618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033918 10.0.0.65 - - [2025-12-15 02:25:42] "GET /projects?obj_uuids=94c67c67-0daa-483f-8d1e-52c8246a618f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.23 - - [2025-12-15 02:25:42] "POST /neutron/network HTTP/1.1" 200 691 0.126465 10.0.0.65 - - [2025-12-15 02:25:43] "DELETE /project/94c67c670daa483f8d1e52c8246a618f HTTP/1.1" 404 173 0.011326 10.0.0.65 - - [2025-12-15 02:25:43] "DELETE /project/42439fed59044048ab7052beaacafd4d HTTP/1.1" 404 173 0.010713 10.0.0.65 - - [2025-12-15 02:25:43] "DELETE /project/e620d84108ad4c64a106214b7d10cd6e HTTP/1.1" 404 173 0.013450 10.0.0.65 - - [2025-12-15 02:25:43] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000786 10.0.0.65 - - [2025-12-15 02:25:43] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000804 10.0.0.65 - - [2025-12-15 02:25:43] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.050624 10.0.0.65 - - [2025-12-15 02:25:43] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000947 10.0.0.65 - - [2025-12-15 02:25:43] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.069704 10.0.0.65 - - [2025-12-15 02:25:43] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.65 - - [2025-12-15 02:25:43] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?fields=security_groups HTTP/1.1" 200 1379 0.097358 10.0.0.65 - - [2025-12-15 02:25:43] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?fields=security_groups HTTP/1.1" 200 1366 0.127553 10.0.0.23 - - [2025-12-15 02:25:43] "POST /id-to-fqname HTTP/1.1" 200 267 0.005178 10.0.0.23 - - [2025-12-15 02:25:43] "GET /virtual-network/659703da-4b94-418b-8fd2-75d01515b457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.012314 10.0.0.23 - - [2025-12-15 02:25:43] "POST /neutron/network HTTP/1.1" 200 908 0.007447 10.0.0.23 - - [2025-12-15 02:25:43] "GET /virtual-network/659703da-4b94-418b-8fd2-75d01515b457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005984 10.0.0.65 - - [2025-12-15 02:25:43] "DELETE /security-group/281a807d-8d8e-4748-b91e-f597de4a2ccc HTTP/1.1" 200 115 0.081226 10.0.0.65 - - [2025-12-15 02:25:43] "GET /projects?obj_uuids=e620d841-08ad-4c64-a106-214b7d10cd6e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000919 10.0.0.23 - - [2025-12-15 02:25:43] "DELETE /access-control-list/91c4f3ab-4d44-415e-a6cc-bfee7de9bde5 HTTP/1.1" 200 115 0.047936 10.0.0.65 - - [2025-12-15 02:25:43] "GET /project/e620d841-08ad-4c64-a106-214b7d10cd6e?fields=application_policy_sets HTTP/1.1" 200 1418 0.064879 10.0.0.65 - - [2025-12-15 02:25:43] "DELETE /security-group/ccfa8064-7762-4ea6-ab8d-46e35df2258b HTTP/1.1" 200 115 0.112439 10.0.0.23 - - [2025-12-15 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010255 10.0.0.65 - - [2025-12-15 02:25:43] "GET /projects?obj_uuids=42439fed-5904-4048-ab70-52beaacafd4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000865 10.0.0.65 - - [2025-12-15 02:25:43] "GET /projects?obj_uuids=94c67c67-0daa-483f-8d1e-52c8246a618f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.65 - - [2025-12-15 02:25:43] "GET /project/42439fed-5904-4048-ab70-52beaacafd4d?fields=application_policy_sets HTTP/1.1" 200 1405 0.066417 10.0.0.23 - - [2025-12-15 02:25:43] "GET /project/94c67c67-0daa-483f-8d1e-52c8246a618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.136292 10.0.0.23 - - [2025-12-15 02:25:43] "DELETE /access-control-list/171693d9-c09f-43ec-b1a0-c503a05d5ad2 HTTP/1.1" 200 115 0.088392 10.0.0.23 - - [2025-12-15 02:25:43] "POST /neutron/network HTTP/1.1" 200 117 0.041053 10.0.0.65 - - [2025-12-15 02:25:43] "DELETE /project/e620d841-08ad-4c64-a106-214b7d10cd6e HTTP/1.1" 200 115 0.650015 10.0.0.65 - - [2025-12-15 02:25:43] "DELETE /project/42439fed-5904-4048-ab70-52beaacafd4d HTTP/1.1" 200 115 0.662639 10.0.0.23 - - [2025-12-15 02:25:44] "POST /neutron/network HTTP/1.1" 200 912 0.008584 10.0.0.23 - - [2025-12-15 02:25:44] "POST /id-to-fqname HTTP/1.1" 200 268 0.001101 10.0.0.23 - - [2025-12-15 02:25:44] "GET /virtual-network/4084dc3b-1b24-4172-9831-6a90e50657ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.004895 10.0.0.23 - - [2025-12-15 02:25:44] "GET /virtual-network/4084dc3b-1b24-4172-9831-6a90e50657ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006927 10.0.0.23 - - [2025-12-15 02:25:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.010954 10.0.0.23 - - [2025-12-15 02:25:44] "POST /id-to-fqname HTTP/1.1" 200 267 0.001503 10.0.0.65 - - [2025-12-15 02:25:45] "GET /projects?obj_uuids=94c67c67-0daa-483f-8d1e-52c8246a618f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001234 10.0.0.23 - - [2025-12-15 02:25:45] "GET /project/94c67c67-0daa-483f-8d1e-52c8246a618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068519 10.0.0.23 - - [2025-12-15 02:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.008446 10.0.0.23 - - [2025-12-15 02:25:45] "POST /id-to-fqname HTTP/1.1" 200 268 0.001608 10.0.0.23 - - [2025-12-15 02:25:45] "POST /neutron/network HTTP/1.1" 200 922 0.014410 10.0.0.23 - - [2025-12-15 02:25:46] "POST /neutron/port HTTP/1.1" 200 1066 0.024220 10.0.0.23 - - [2025-12-15 02:25:46] "POST /neutron/port HTTP/1.1" 200 1094 0.019542 10.0.0.65 - - [2025-12-15 02:25:46] "GET /obj-perms HTTP/1.1" 200 5056 0.091592 10.0.0.23 - - [2025-12-15 02:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.65 - - [2025-12-15 02:25:46] "GET /projects?obj_uuids=94c67c67-0daa-483f-8d1e-52c8246a618f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.23 - - [2025-12-15 02:25:46] "GET /project/94c67c67-0daa-483f-8d1e-52c8246a618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.080121 10.0.0.23 - - [2025-12-15 02:25:46] "POST /neutron/port HTTP/1.1" 200 1094 0.021227 10.0.0.23 - - [2025-12-15 02:25:47] "POST /neutron/network HTTP/1.1" 200 922 0.007563 10.0.0.23 - - [2025-12-15 02:25:47] "POST /neutron/port HTTP/1.1" 200 1068 0.015060 10.0.0.23 - - [2025-12-15 02:25:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006167 10.0.0.23 - - [2025-12-15 02:25:47] "POST /neutron/network HTTP/1.1" 200 912 0.009701 10.0.0.23 - - [2025-12-15 02:25:48] "POST /neutron/port HTTP/1.1" 200 1094 0.019063 10.0.0.23 - - [2025-12-15 02:25:49] "POST /neutron/port HTTP/1.1" 200 1096 0.048283 10.0.0.23 - - [2025-12-15 02:25:50] "POST /neutron/port HTTP/1.1" 200 117 0.006697 10.0.0.23 - - [2025-12-15 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.23 - - [2025-12-15 02:25:50] "POST /neutron/network HTTP/1.1" 200 912 0.021121 10.0.0.23 - - [2025-12-15 02:25:50] "DELETE /route-target/42a743d2-03e4-4c42-a574-7238e396c42b HTTP/1.1" 200 115 0.034348 10.0.0.65 - - [2025-12-15 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003176 10.0.0.65 - - [2025-12-15 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006721 10.0.0.23 - - [2025-12-15 02:25:50] "POST /neutron/network HTTP/1.1" 200 151 0.125239 10.0.0.65 - - [2025-12-15 02:25:50] "GET /projects?obj_uuids=94c67c67-0daa-483f-8d1e-52c8246a618f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001435 10.0.0.23 - - [2025-12-15 02:25:50] "GET /project/94c67c67-0daa-483f-8d1e-52c8246a618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.088526 10.0.0.65 - - [2025-12-15 02:25:50] "GET /projects?obj_uuids=94c67c67-0daa-483f-8d1e-52c8246a618f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.23 - - [2025-12-15 02:25:51] "GET /project/94c67c67-0daa-483f-8d1e-52c8246a618f?fields=virtual_networks HTTP/1.1" 200 1049 0.059973 10.0.0.65 - - [2025-12-15 02:25:51] "GET /projects?obj_uuids=94c67c67-0daa-483f-8d1e-52c8246a618f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.23 - - [2025-12-15 02:25:51] "GET /project/94c67c67-0daa-483f-8d1e-52c8246a618f?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.039896 10.0.0.65 - - [2025-12-15 02:25:51] "GET /projects?obj_uuids=94c67c67-0daa-483f-8d1e-52c8246a618f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.23 - - [2025-12-15 02:25:51] "GET /project/94c67c67-0daa-483f-8d1e-52c8246a618f?fields=security_groups HTTP/1.1" 200 1283 0.047546 10.0.0.23 - - [2025-12-15 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.024720 10.0.0.65 - - [2025-12-15 02:25:52] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003143 10.0.0.65 - - [2025-12-15 02:25:52] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.65 - - [2025-12-15 02:25:52] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006937 10.0.0.65 - - [2025-12-15 02:25:52] "POST /id-to-fqname HTTP/1.1" 200 195 0.002672 10.0.0.65 - - [2025-12-15 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 204 0.005477 10.0.0.65 - - [2025-12-15 02:25:52] "POST /security-groups HTTP/1.1" 200 596 0.077924 10.0.0.23 - - [2025-12-15 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 239 0.003866 10.0.0.65 - - [2025-12-15 02:25:52] "POST /projects HTTP/1.1" 200 595 0.292422 10.0.0.65 - - [2025-12-15 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.362810 10.0.0.23 - - [2025-12-15 02:25:52] "POST /access-control-lists HTTP/1.1" 200 599 0.040152 10.0.0.23 - - [2025-12-15 02:25:52] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.524269 10.0.0.23 - - [2025-12-15 02:25:53] "GET / HTTP/1.1" 200 35931 0.001447 10.0.0.23 - - [2025-12-15 02:25:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.23 - - [2025-12-15 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.054236 10.0.0.65 - - [2025-12-15 02:25:54] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001010 10.0.0.23 - - [2025-12-15 02:25:54] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.037477 10.0.0.65 - - [2025-12-15 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.010064 10.0.0.23 - - [2025-12-15 02:25:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.225326 10.0.0.23 - - [2025-12-15 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 261 0.001262 10.0.0.23 - - [2025-12-15 02:25:55] "GET /virtual-network/cff19ff0-44af-4865-9af7-5b106500a6ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005257 10.0.0.23 - - [2025-12-15 02:25:55] "GET /virtual-network/cff19ff0-44af-4865-9af7-5b106500a6ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.007190 10.0.0.23 - - [2025-12-15 02:25:55] "POST /neutron/network HTTP/1.1" 200 901 0.012340 10.0.0.23 - - [2025-12-15 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.65 - - [2025-12-15 02:25:55] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001630 10.0.0.23 - - [2025-12-15 02:25:55] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057145 10.0.0.65 - - [2025-12-15 02:25:55] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001189 10.0.0.23 - - [2025-12-15 02:25:55] "POST /neutron/network HTTP/1.1" 200 682 0.160393 10.0.0.23 - - [2025-12-15 02:25:55] "POST /route-targets HTTP/1.1" 200 327 0.022270 10.0.0.23 - - [2025-12-15 02:25:55] "POST /id-to-fqname HTTP/1.1" 200 261 0.003510 10.0.0.23 - - [2025-12-15 02:25:55] "GET /virtual-network/7f09d4c4-0ac7-4668-b928-b875d743f5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005359 10.0.0.23 - - [2025-12-15 02:25:55] "POST /neutron/network HTTP/1.1" 200 902 0.007218 10.0.0.23 - - [2025-12-15 02:25:55] "GET /virtual-network/7f09d4c4-0ac7-4668-b928-b875d743f5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005745 10.0.0.23 - - [2025-12-15 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006099 10.0.0.65 - - [2025-12-15 02:25:55] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002715 10.0.0.23 - - [2025-12-15 02:25:55] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.089904 10.0.0.23 - - [2025-12-15 02:25:55] "POST /neutron/network HTTP/1.1" 200 117 0.017787 10.0.0.23 - - [2025-12-15 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.026854 10.0.0.23 - - [2025-12-15 02:25:56] "POST /neutron/network HTTP/1.1" 200 901 0.008443 10.0.0.23 - - [2025-12-15 02:25:56] "POST /id-to-fqname HTTP/1.1" 200 262 0.001120 10.0.0.23 - - [2025-12-15 02:25:56] "GET /virtual-network/d12decfb-9120-4a0b-bcff-3787595971b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.006401 10.0.0.23 - - [2025-12-15 02:25:56] "GET /virtual-network/d12decfb-9120-4a0b-bcff-3787595971b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.005751 10.0.0.23 - - [2025-12-15 02:25:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.008499 10.0.0.23 - - [2025-12-15 02:25:56] "POST /id-to-fqname HTTP/1.1" 200 261 0.001049 10.0.0.65 - - [2025-12-15 02:25:57] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001021 10.0.0.23 - - [2025-12-15 02:25:57] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.066300 10.0.0.23 - - [2025-12-15 02:25:57] "POST /neutron/port HTTP/1.1" 200 117 0.006432 10.0.0.23 - - [2025-12-15 02:25:57] "POST /id-to-fqname HTTP/1.1" 200 262 0.001269 10.0.0.23 - - [2025-12-15 02:25:57] "POST /neutron/network HTTP/1.1" 200 911 0.008189 10.0.0.23 - - [2025-12-15 02:25:58] "POST /neutron/port HTTP/1.1" 200 1066 0.017411 10.0.0.23 - - [2025-12-15 02:25:58] "POST /neutron/port HTTP/1.1" 200 1094 0.020549 10.0.0.65 - - [2025-12-15 02:25:58] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001143 10.0.0.23 - - [2025-12-15 02:25:58] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.079147 10.0.0.23 - - [2025-12-15 02:25:58] "POST /neutron/network HTTP/1.1" 200 901 0.007595 10.0.0.23 - - [2025-12-15 02:25:58] "POST /neutron/port HTTP/1.1" 200 1094 0.017093 10.0.0.23 - - [2025-12-15 02:25:59] "POST /neutron/network HTTP/1.1" 200 911 0.006865 10.0.0.23 - - [2025-12-15 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.002941 10.0.0.23 - - [2025-12-15 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.23 - - [2025-12-15 02:25:59] "POST /neutron/port HTTP/1.1" 200 1063 0.017640 10.0.0.65 - - [2025-12-15 02:25:59] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.23 - - [2025-12-15 02:25:59] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.025822 10.0.0.23 - - [2025-12-15 02:25:59] "POST /service-templates HTTP/1.1" 200 543 0.032142 10.0.0.23 - - [2025-12-15 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006287 10.0.0.23 - - [2025-12-15 02:25:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004157 10.0.0.23 - - [2025-12-15 02:25:59] "GET /service-template/640d8e95-c03f-4f95-9123-37cc0f9df02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.007902 10.0.0.23 - - [2025-12-15 02:25:59] "POST /neutron/network HTTP/1.1" 200 901 0.006628 10.0.0.23 - - [2025-12-15 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.23 - - [2025-12-15 02:25:59] "GET /service-template/640d8e95-c03f-4f95-9123-37cc0f9df02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004820 10.0.0.23 - - [2025-12-15 02:25:59] "POST /id-to-fqname HTTP/1.1" 200 261 0.001247 10.0.0.23 - - [2025-12-15 02:25:59] "POST /id-to-fqname HTTP/1.1" 200 261 0.001292 10.0.0.23 - - [2025-12-15 02:25:59] "POST /id-to-fqname HTTP/1.1" 200 262 0.001377 10.0.0.23 - - [2025-12-15 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.23 - - [2025-12-15 02:26:00] "DELETE /service-template/640d8e95-c03f-4f95-9123-37cc0f9df02f HTTP/1.1" 200 115 0.043048 10.0.0.23 - - [2025-12-15 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.006321 10.0.0.23 - - [2025-12-15 02:26:02] "POST /neutron/network HTTP/1.1" 200 902 0.007326 10.0.0.23 - - [2025-12-15 02:26:02] "POST /neutron/port HTTP/1.1" 200 1117 0.013236 10.0.0.23 - - [2025-12-15 02:26:02] "POST /neutron/port HTTP/1.1" 200 1120 0.010273 10.0.0.65 - - [2025-12-15 02:26:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003952 10.0.0.65 - - [2025-12-15 02:26:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006327 10.0.0.23 - - [2025-12-15 02:26:04] "POST /neutron/network HTTP/1.1" 200 151 0.152764 10.0.0.23 - - [2025-12-15 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.23 - - [2025-12-15 02:26:04] "POST /neutron/network HTTP/1.1" 200 901 0.007307 10.0.0.23 - - [2025-12-15 02:26:05] "DELETE /route-target/fe4a70c9-fda8-425d-8b7f-833188b8c3ce HTTP/1.1" 200 115 0.032965 10.0.0.65 - - [2025-12-15 02:26:05] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000941 10.0.0.23 - - [2025-12-15 02:26:05] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.055145 10.0.0.65 - - [2025-12-15 02:26:05] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001348 10.0.0.23 - - [2025-12-15 02:26:05] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?fields=virtual_networks HTTP/1.1" 200 1041 0.050371 10.0.0.65 - - [2025-12-15 02:26:05] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001150 10.0.0.23 - - [2025-12-15 02:26:05] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.043134 10.0.0.65 - - [2025-12-15 02:26:05] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000968 10.0.0.23 - - [2025-12-15 02:26:05] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?fields=security_groups HTTP/1.1" 200 1272 0.038847 10.0.0.23 - - [2025-12-15 02:26:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.035096 10.0.0.65 - - [2025-12-15 02:26:06] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004056 10.0.0.65 - - [2025-12-15 02:26:06] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.65 - - [2025-12-15 02:26:06] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007118 10.0.0.65 - - [2025-12-15 02:26:06] "POST /id-to-fqname HTTP/1.1" 200 199 0.001422 10.0.0.65 - - [2025-12-15 02:26:06] "POST /fqname-to-id HTTP/1.1" 404 208 0.005051 10.0.0.65 - - [2025-12-15 02:26:06] "POST /security-groups HTTP/1.1" 200 600 0.073898 10.0.0.65 - - [2025-12-15 02:26:06] "POST /projects HTTP/1.1" 200 603 0.274759 10.0.0.23 - - [2025-12-15 02:26:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.014102 10.0.0.65 - - [2025-12-15 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.344990 10.0.0.23 - - [2025-12-15 02:26:06] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.484337 10.0.0.23 - - [2025-12-15 02:26:07] "GET / HTTP/1.1" 200 35931 0.002551 10.0.0.23 - - [2025-12-15 02:26:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2025-12-15 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.050905 10.0.0.65 - - [2025-12-15 02:26:08] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001050 10.0.0.23 - - [2025-12-15 02:26:08] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.039943 10.0.0.65 - - [2025-12-15 02:26:08] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002314 10.0.0.23 - - [2025-12-15 02:26:08] "POST /neutron/network HTTP/1.1" 200 694 0.175948 10.0.0.23 - - [2025-12-15 02:26:08] "POST /ref-update HTTP/1.1" 200 156 0.052320 10.0.0.23 - - [2025-12-15 02:26:09] "POST /neutron/network HTTP/1.1" 200 1086 0.021830 10.0.0.23 - - [2025-12-15 02:26:09] "POST /id-to-fqname HTTP/1.1" 200 269 0.001254 10.0.0.23 - - [2025-12-15 02:26:09] "GET /virtual-network/5c0c3514-e013-4407-ab8a-9db82ecfedbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005347 10.0.0.23 - - [2025-12-15 02:26:09] "GET /virtual-network/5c0c3514-e013-4407-ab8a-9db82ecfedbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005683 10.0.0.23 - - [2025-12-15 02:26:09] "POST /neutron/subnet HTTP/1.1" 200 823 0.026870 10.0.0.23 - - [2025-12-15 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.65 - - [2025-12-15 02:26:09] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001141 10.0.0.23 - - [2025-12-15 02:26:09] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.059412 10.0.0.65 - - [2025-12-15 02:26:09] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001974 10.0.0.23 - - [2025-12-15 02:26:09] "POST /neutron/network HTTP/1.1" 200 694 0.147514 10.0.0.23 - - [2025-12-15 02:26:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.007942 10.0.0.23 - - [2025-12-15 02:26:10] "POST /neutron/network HTTP/1.1" 200 1084 0.011157 10.0.0.23 - - [2025-12-15 02:26:10] "POST /id-to-fqname HTTP/1.1" 200 269 0.000962 10.0.0.23 - - [2025-12-15 02:26:10] "GET /virtual-network/23d3227e-6943-4d10-80f0-82dc324e8004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2752 0.004803 10.0.0.23 - - [2025-12-15 02:26:10] "GET /virtual-network/23d3227e-6943-4d10-80f0-82dc324e8004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2752 0.006076 10.0.0.23 - - [2025-12-15 02:26:10] "POST /neutron/subnet HTTP/1.1" 200 823 0.011479 10.0.0.23 - - [2025-12-15 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.65 - - [2025-12-15 02:26:10] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000906 10.0.0.23 - - [2025-12-15 02:26:10] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.044277 10.0.0.65 - - [2025-12-15 02:26:10] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001100 10.0.0.23 - - [2025-12-15 02:26:10] "POST /neutron/network HTTP/1.1" 200 696 0.154077 10.0.0.23 - - [2025-12-15 02:26:10] "POST /route-targets HTTP/1.1" 200 327 0.015829 10.0.0.23 - - [2025-12-15 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.005204 10.0.0.23 - - [2025-12-15 02:26:11] "POST /neutron/network HTTP/1.1" 200 1086 0.019825 10.0.0.23 - - [2025-12-15 02:26:11] "POST /id-to-fqname HTTP/1.1" 200 270 0.001294 10.0.0.23 - - [2025-12-15 02:26:11] "GET /virtual-network/ab843d20-36b1-46c4-b128-57c1c9507965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.006135 10.0.0.23 - - [2025-12-15 02:26:11] "GET /virtual-network/ab843d20-36b1-46c4-b128-57c1c9507965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.006318 10.0.0.23 - - [2025-12-15 02:26:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.012064 10.0.0.23 - - [2025-12-15 02:26:11] "POST /id-to-fqname HTTP/1.1" 200 269 0.001199 10.0.0.65 - - [2025-12-15 02:26:12] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000985 10.0.0.23 - - [2025-12-15 02:26:12] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.066489 10.0.0.23 - - [2025-12-15 02:26:12] "POST /neutron/network HTTP/1.1" 200 1084 0.040156 10.0.0.23 - - [2025-12-15 02:26:12] "POST /id-to-fqname HTTP/1.1" 200 270 0.001896 10.0.0.23 - - [2025-12-15 02:26:12] "POST /neutron/port HTTP/1.1" 200 117 0.008907 10.0.0.65 - - [2025-12-15 02:26:13] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001061 10.0.0.23 - - [2025-12-15 02:26:13] "POST /neutron/port HTTP/1.1" 200 1173 0.339761 10.0.0.65 - - [2025-12-15 02:26:13] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001049 10.0.0.23 - - [2025-12-15 02:26:13] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.110917 10.0.0.23 - - [2025-12-15 02:26:13] "POST /neutron/port HTTP/1.1" 200 1227 0.177720 10.0.0.23 - - [2025-12-15 02:26:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003982 10.0.0.23 - - [2025-12-15 02:26:13] "POST /neutron/port HTTP/1.1" 200 1201 0.021520 10.0.0.23 - - [2025-12-15 02:26:13] "POST /neutron/security_group HTTP/1.1" 200 2067 0.010769 10.0.0.23 - - [2025-12-15 02:26:14] "POST /neutron/network HTTP/1.1" 200 1096 0.008019 10.0.0.23 - - [2025-12-15 02:26:14] "POST /neutron/port HTTP/1.1" 200 1173 0.025612 10.0.0.23 - - [2025-12-15 02:26:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003950 10.0.0.23 - - [2025-12-15 02:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.001436 10.0.0.23 - - [2025-12-15 02:26:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.005470 10.0.0.23 - - [2025-12-15 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005519 10.0.0.65 - - [2025-12-15 02:26:15] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001534 10.0.0.23 - - [2025-12-15 02:26:15] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009812 10.0.0.23 - - [2025-12-15 02:26:15] "POST /service-templates HTTP/1.1" 200 543 0.037509 10.0.0.23 - - [2025-12-15 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.23 - - [2025-12-15 02:26:15] "GET /service-template/47659f9c-fd34-4d41-a09e-c45a93ee97b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.008609 10.0.0.23 - - [2025-12-15 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.23 - - [2025-12-15 02:26:15] "GET /service-template/47659f9c-fd34-4d41-a09e-c45a93ee97b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.004198 10.0.0.23 - - [2025-12-15 02:26:15] "POST /id-to-fqname HTTP/1.1" 200 269 0.001397 10.0.0.23 - - [2025-12-15 02:26:15] "POST /id-to-fqname HTTP/1.1" 200 269 0.001266 10.0.0.23 - - [2025-12-15 02:26:15] "POST /id-to-fqname HTTP/1.1" 200 270 0.001701 10.0.0.23 - - [2025-12-15 02:26:15] "POST /neutron/port HTTP/1.1" 200 2284 0.023622 10.0.0.23 - - [2025-12-15 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.23 - - [2025-12-15 02:26:15] "DELETE /service-template/47659f9c-fd34-4d41-a09e-c45a93ee97b3 HTTP/1.1" 200 115 0.032971 10.0.0.23 - - [2025-12-15 02:26:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.007105 10.0.0.23 - - [2025-12-15 02:26:17] "POST /neutron/network HTTP/1.1" 400 204 0.014756 10.0.0.23 - - [2025-12-15 02:26:18] "POST /neutron/port HTTP/1.1" 200 151 0.328017 10.0.0.23 - - [2025-12-15 02:26:18] "POST /neutron/port HTTP/1.1" 200 151 0.335558 10.0.0.23 - - [2025-12-15 02:26:19] "DELETE /route-target/873175b5-3086-44ff-bc33-29d2b3410c64 HTTP/1.1" 200 115 0.025409 10.0.0.23 - - [2025-12-15 02:26:19] "POST /neutron/network HTTP/1.1" 200 1086 0.009620 10.0.0.65 - - [2025-12-15 02:26:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005668 10.0.0.23 - - [2025-12-15 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.65 - - [2025-12-15 02:26:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002984 10.0.0.65 - - [2025-12-15 02:26:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002923 10.0.0.65 - - [2025-12-15 02:26:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002861 10.0.0.23 - - [2025-12-15 02:26:20] "POST /neutron/network HTTP/1.1" 200 151 0.153221 10.0.0.65 - - [2025-12-15 02:26:20] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001887 10.0.0.23 - - [2025-12-15 02:26:20] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.096116 10.0.0.65 - - [2025-12-15 02:26:20] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000988 10.0.0.23 - - [2025-12-15 02:26:20] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?fields=virtual_networks HTTP/1.1" 200 1051 0.049104 10.0.0.65 - - [2025-12-15 02:26:20] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001445 10.0.0.23 - - [2025-12-15 02:26:20] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.036568 10.0.0.65 - - [2025-12-15 02:26:20] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000958 10.0.0.23 - - [2025-12-15 02:26:20] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?fields=security_groups HTTP/1.1" 200 1286 0.044752 10.0.0.23 - - [2025-12-15 02:26:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.027148 10.0.0.65 - - [2025-12-15 02:26:21] "GET /projects?obj_uuids=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003399 10.0.0.65 - - [2025-12-15 02:26:21] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.65 - - [2025-12-15 02:26:21] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006734 10.0.0.65 - - [2025-12-15 02:26:21] "POST /id-to-fqname HTTP/1.1" 200 202 0.003149 10.0.0.65 - - [2025-12-15 02:26:21] "POST /fqname-to-id HTTP/1.1" 404 211 0.005283 10.0.0.65 - - [2025-12-15 02:26:21] "POST /security-groups HTTP/1.1" 200 603 0.078046 10.0.0.65 - - [2025-12-15 02:26:21] "POST /projects HTTP/1.1" 200 609 0.311680 10.0.0.23 - - [2025-12-15 02:26:21] "POST /access-control-lists HTTP/1.1" 200 608 0.026327 10.0.0.65 - - [2025-12-15 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.380374 10.0.0.23 - - [2025-12-15 02:26:21] "GET /project/e45d510b-c718-467a-ad50-105ce43a8d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.512304 10.0.0.23 - - [2025-12-15 02:26:22] "GET / HTTP/1.1" 200 35931 0.002277 10.0.0.23 - - [2025-12-15 02:26:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000902 10.0.0.23 - - [2025-12-15 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.058296 10.0.0.65 - - [2025-12-15 02:26:24] "GET /projects?obj_uuids=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001569 10.0.0.23 - - [2025-12-15 02:26:24] "GET /project/e45d510b-c718-467a-ad50-105ce43a8d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.075465 10.0.0.23 - - [2025-12-15 02:26:24] "POST /route-targets HTTP/1.1" 200 327 0.017586 10.0.0.65 - - [2025-12-15 02:26:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003959 10.0.0.23 - - [2025-12-15 02:26:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.235516 10.0.0.23 - - [2025-12-15 02:26:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001340 10.0.0.23 - - [2025-12-15 02:26:25] "GET /virtual-network/959c40b5-f1b7-467c-ab16-da068d263d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005439 10.0.0.23 - - [2025-12-15 02:26:25] "GET /virtual-network/959c40b5-f1b7-467c-ab16-da068d263d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005295 10.0.0.23 - - [2025-12-15 02:26:25] "POST /neutron/network HTTP/1.1" 200 836 0.007904 10.0.0.23 - - [2025-12-15 02:26:25] "GET /virtual-network/959c40b5-f1b7-467c-ab16-da068d263d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007706 10.0.0.23 - - [2025-12-15 02:26:26] "GET /obj-perms HTTP/1.1" 200 5054 0.048155 10.0.0.50 - - [2025-12-15 02:26:26] "GET /obj-perms HTTP/1.1" 200 5054 0.047798 10.0.0.23 - - [2025-12-15 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.65 - - [2025-12-15 02:26:27] "GET /projects?obj_uuids=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001228 10.0.0.23 - - [2025-12-15 02:26:27] "GET /project/e45d510b-c718-467a-ad50-105ce43a8d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054020 10.0.0.65 - - [2025-12-15 02:26:27] "GET /projects?obj_uuids=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001211 10.0.0.23 - - [2025-12-15 02:26:27] "POST /neutron/network HTTP/1.1" 200 619 0.152400 10.0.0.23 - - [2025-12-15 02:26:27] "POST /ref-update HTTP/1.1" 200 156 0.032431 10.0.0.23 - - [2025-12-15 02:26:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.003876 10.0.0.23 - - [2025-12-15 02:26:27] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006582 10.0.0.23 - - [2025-12-15 02:26:27] "POST /neutron/network HTTP/1.1" 200 838 0.008051 10.0.0.23 - - [2025-12-15 02:26:27] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009650 10.0.0.23 - - [2025-12-15 02:26:27] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007031 10.0.0.23 - - [2025-12-15 02:26:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001460 10.0.0.65 - - [2025-12-15 02:26:43] "DELETE /project/18f3f21f8bd649af8383955a5257837d HTTP/1.1" 404 173 0.016973 10.0.0.65 - - [2025-12-15 02:26:43] "DELETE /project/e45d510bc718467aad50105ce43a8d58 HTTP/1.1" 404 173 0.023819 10.0.0.65 - - [2025-12-15 02:26:43] "DELETE /project/994a48be60f34351a7b33dad88ef5642 HTTP/1.1" 404 173 0.029625 10.0.0.65 - - [2025-12-15 02:26:43] "DELETE /project/94c67c67-0daa-483f-8d1e-52c8246a618f HTTP/1.1" 404 177 0.013263 10.0.0.65 - - [2025-12-15 02:26:43] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001881 10.0.0.65 - - [2025-12-15 02:26:43] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001242 10.0.0.65 - - [2025-12-15 02:26:44] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.083650 10.0.0.65 - - [2025-12-15 02:26:44] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.101859 10.0.0.65 - - [2025-12-15 02:26:44] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002347 10.0.0.65 - - [2025-12-15 02:26:44] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001254 10.0.0.65 - - [2025-12-15 02:26:44] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?fields=security_groups HTTP/1.1" 200 1377 0.053573 10.0.0.65 - - [2025-12-15 02:26:44] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?fields=security_groups HTTP/1.1" 200 1391 0.059798 10.0.0.65 - - [2025-12-15 02:26:44] "DELETE /security-group/948db907-6eda-4ee6-972b-1b43920e4090 HTTP/1.1" 200 115 0.115505 10.0.0.65 - - [2025-12-15 02:26:44] "GET /projects?obj_uuids=18f3f21f-8bd6-49af-8383-955a5257837d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001605 10.0.0.65 - - [2025-12-15 02:26:44] "DELETE /security-group/7c793653-6b20-4bdf-b5c3-12da602ff22f HTTP/1.1" 200 115 0.125287 10.0.0.65 - - [2025-12-15 02:26:44] "GET /projects?obj_uuids=994a48be-60f3-4351-a7b3-3dad88ef5642&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000975 10.0.0.23 - - [2025-12-15 02:26:44] "DELETE /access-control-list/780adfe6-ab46-402f-a51e-05c0dcfa1e09 HTTP/1.1" 200 115 0.073925 10.0.0.65 - - [2025-12-15 02:26:44] "GET /project/18f3f21f-8bd6-49af-8383-955a5257837d?fields=application_policy_sets HTTP/1.1" 200 1416 0.056391 10.0.0.65 - - [2025-12-15 02:26:44] "GET /project/994a48be-60f3-4351-a7b3-3dad88ef5642?fields=application_policy_sets HTTP/1.1" 200 1430 0.133235 10.0.0.23 - - [2025-12-15 02:26:44] "DELETE /access-control-list/fca29dcf-db83-4e5e-b503-3d043fa34bef HTTP/1.1" 200 115 0.072024 10.0.0.65 - - [2025-12-15 02:26:44] "DELETE /project/18f3f21f-8bd6-49af-8383-955a5257837d HTTP/1.1" 200 115 0.624693 10.0.0.65 - - [2025-12-15 02:26:44] "DELETE /project/994a48be-60f3-4351-a7b3-3dad88ef5642 HTTP/1.1" 200 115 0.696344 10.0.0.23 - - [2025-12-15 02:27:00] "POST /neutron/network HTTP/1.1" 200 848 0.007344 10.0.0.65 - - [2025-12-15 02:27:00] "GET /projects?obj_uuids=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001067 10.0.0.23 - - [2025-12-15 02:27:01] "GET /project/e45d510b-c718-467a-ad50-105ce43a8d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.078663 10.0.0.23 - - [2025-12-15 02:27:01] "POST /neutron/port HTTP/1.1" 200 117 0.007779 10.0.0.23 - - [2025-12-15 02:27:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001197 10.0.0.23 - - [2025-12-15 02:27:01] "POST /neutron/network HTTP/1.1" 200 848 0.014540 10.0.0.65 - - [2025-12-15 02:27:02] "GET /projects?obj_uuids=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.23 - - [2025-12-15 02:27:02] "GET /project/e45d510b-c718-467a-ad50-105ce43a8d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.174541 10.0.0.23 - - [2025-12-15 02:27:02] "POST /neutron/port HTTP/1.1" 200 1072 0.041670 10.0.0.23 - - [2025-12-15 02:27:02] "POST /neutron/port HTTP/1.1" 200 1046 0.056184 10.0.0.23 - - [2025-12-15 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.013683 10.0.0.65 - - [2025-12-15 02:27:02] "GET /projects?obj_uuids=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001450 10.0.0.23 - - [2025-12-15 02:27:02] "POST /neutron/port HTTP/1.1" 200 1100 0.032330 10.0.0.23 - - [2025-12-15 02:27:02] "GET /project/e45d510b-c718-467a-ad50-105ce43a8d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.123659 10.0.0.23 - - [2025-12-15 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.23 - - [2025-12-15 02:27:02] "GET /virtual-network/959c40b5-f1b7-467c-ab16-da068d263d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006066 10.0.0.23 - - [2025-12-15 02:27:02] "GET /floating-ip-pools?parent_id=959c40b5-f1b7-467c-ab16-da068d263d61&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003697 10.0.0.23 - - [2025-12-15 02:27:03] "GET /virtual-network/959c40b5-f1b7-467c-ab16-da068d263d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.019047 10.0.0.23 - - [2025-12-15 02:27:03] "POST /floating-ip-pools HTTP/1.1" 200 609 0.089945 10.0.0.65 - - [2025-12-15 02:27:03] "GET /projects?obj_uuids=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.23 - - [2025-12-15 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.079748 10.0.0.23 - - [2025-12-15 02:27:03] "GET /virtual-network/959c40b5-f1b7-467c-ab16-da068d263d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.010823 10.0.0.23 - - [2025-12-15 02:27:03] "POST /neutron/port HTTP/1.1" 200 1070 0.673432 10.0.0.23 - - [2025-12-15 02:27:03] "GET /virtual-network/959c40b5-f1b7-467c-ab16-da068d263d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.021435 10.0.0.23 - - [2025-12-15 02:27:04] "POST /neutron/port HTTP/1.1" 200 1070 0.058452 10.0.0.23 - - [2025-12-15 02:27:04] "POST /neutron/port HTTP/1.1" 200 1098 0.054428 10.0.0.23 - - [2025-12-15 02:27:04] "POST /neutron/port HTTP/1.1" 200 117 0.004781 10.0.0.23 - - [2025-12-15 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012039 10.0.0.23 - - [2025-12-15 02:27:19] "POST /neutron/port HTTP/1.1" 200 1100 0.045571 10.0.0.23 - - [2025-12-15 02:27:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.027018 10.0.0.23 - - [2025-12-15 02:27:34] "POST /neutron/port HTTP/1.1" 200 1100 0.042712 10.0.0.23 - - [2025-12-15 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006866 10.0.0.65 - - [2025-12-15 02:27:47] "GET /obj-perms HTTP/1.1" 200 5056 0.047127 10.0.0.23 - - [2025-12-15 02:27:47] "GET /obj-perms HTTP/1.1" 200 5056 0.055222 10.0.0.23 - - [2025-12-15 02:27:50] "POST /neutron/port HTTP/1.1" 200 1100 0.016375 10.0.0.23 - - [2025-12-15 02:27:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007446 10.0.0.23 - - [2025-12-15 02:28:05] "POST /neutron/port HTTP/1.1" 200 1100 0.017917 10.0.0.23 - - [2025-12-15 02:28:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007824 10.0.0.23 - - [2025-12-15 02:28:10] "POST /neutron/port HTTP/1.1" 200 1100 0.016553 10.0.0.23 - - [2025-12-15 02:28:10] "GET /virtual-machine/3acfacc9-1cb8-4dfb-9866-a75553de23ac HTTP/1.1" 401 292 0.000571 10.0.0.23 - - [2025-12-15 02:28:10] "GET /virtual-machine/3acfacc9-1cb8-4dfb-9866-a75553de23ac HTTP/1.1" 200 1304 0.026793 10.0.0.23 - - [2025-12-15 02:28:10] "GET /virtual-machine-interface/b59c5552-9a38-4570-8d5b-b540e6956c94 HTTP/1.1" 200 3005 0.005864 10.0.0.23 - - [2025-12-15 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.23 - - [2025-12-15 02:28:11] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004260 10.0.0.23 - - [2025-12-15 02:28:11] "GET /virtual-networks?parent_id=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003196 10.0.0.23 - - [2025-12-15 02:28:11] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005767 10.0.0.23 - - [2025-12-15 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.23 - - [2025-12-15 02:28:14] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005312 10.0.0.23 - - [2025-12-15 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2025-12-15 02:28:18] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005388 10.0.0.23 - - [2025-12-15 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006908 10.0.0.23 - - [2025-12-15 02:28:22] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009410 10.0.0.23 - - [2025-12-15 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.23 - - [2025-12-15 02:28:26] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006323 10.0.0.23 - - [2025-12-15 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.23 - - [2025-12-15 02:28:30] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005363 10.0.0.23 - - [2025-12-15 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.23 - - [2025-12-15 02:28:34] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007332 10.0.0.23 - - [2025-12-15 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.23 - - [2025-12-15 02:28:38] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005070 10.0.0.23 - - [2025-12-15 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.23 - - [2025-12-15 02:28:42] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006850 10.0.0.23 - - [2025-12-15 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.23 - - [2025-12-15 02:28:46] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006067 10.0.0.65 - - [2025-12-15 02:28:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.65 - - [2025-12-15 02:28:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.65 - - [2025-12-15 02:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.65 - - [2025-12-15 02:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000647 10.0.0.50 - - [2025-12-15 02:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2025-12-15 02:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.50 - - [2025-12-15 02:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.23 - - [2025-12-15 02:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2025-12-15 02:28:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.23 - - [2025-12-15 02:28:48] "POST /neutron/port HTTP/1.1" 200 1100 0.015915 10.0.0.50 - - [2025-12-15 02:28:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2025-12-15 02:28:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.010778 10.0.0.23 - - [2025-12-15 02:28:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.50 - - [2025-12-15 02:28:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.50 - - [2025-12-15 02:28:48] "GET /obj-perms HTTP/1.1" 200 5056 0.224726 10.0.0.23 - - [2025-12-15 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.23 - - [2025-12-15 02:28:48] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003467 10.0.0.23 - - [2025-12-15 02:28:48] "GET /virtual-networks?parent_id=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003239 10.0.0.23 - - [2025-12-15 02:28:48] "GET /virtual-network/090ef567-1586-46be-adc4-e7c379fe4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008263 10.0.0.23 - - [2025-12-15 02:28:48] "POST /neutron/port HTTP/1.1" 200 1100 0.020973 10.0.0.23 - - [2025-12-15 02:28:52] "POST /neutron/port HTTP/1.1" 200 1098 0.016584 10.0.0.23 - - [2025-12-15 02:28:53] "POST /neutron/subnet HTTP/1.1" 200 689 0.008831 10.0.0.23 - - [2025-12-15 02:28:53] "POST /neutron/port HTTP/1.1" 200 1100 0.016537 10.0.0.23 - - [2025-12-15 02:28:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.036770 10.0.0.23 - - [2025-12-15 02:29:04] "POST /neutron/port HTTP/1.1" 200 1100 0.017715 10.0.0.23 - - [2025-12-15 02:29:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008898 10.0.0.23 - - [2025-12-15 02:29:09] "POST /neutron/floatingip HTTP/1.1" 200 528 0.008931 10.0.0.23 - - [2025-12-15 02:29:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009542 10.0.0.23 - - [2025-12-15 02:29:09] "POST /neutron/port HTTP/1.1" 200 1098 0.016237 10.0.0.23 - - [2025-12-15 02:29:09] "GET /virtual-machine/d134d339-6db7-47d5-b2f1-f790082c8f1f HTTP/1.1" 200 1305 0.006255 10.0.0.23 - - [2025-12-15 02:29:09] "GET /virtual-machine-interface/18a01c42-3aca-4f6e-8dae-a20ab5ada612 HTTP/1.1" 200 3004 0.005319 10.0.0.23 - - [2025-12-15 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.23 - - [2025-12-15 02:29:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003761 10.0.0.23 - - [2025-12-15 02:29:09] "GET /virtual-networks?parent_id=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003280 10.0.0.23 - - [2025-12-15 02:29:09] "GET /virtual-network/959c40b5-f1b7-467c-ab16-da068d263d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006421 10.0.0.23 - - [2025-12-15 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.23 - - [2025-12-15 02:29:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004107 10.0.0.23 - - [2025-12-15 02:29:10] "GET /virtual-networks?parent_id=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003834 10.0.0.23 - - [2025-12-15 02:29:10] "GET /virtual-network/959c40b5-f1b7-467c-ab16-da068d263d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007263 10.0.0.23 - - [2025-12-15 02:29:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012599 10.0.0.23 - - [2025-12-15 02:29:21] "POST /neutron/floatingip HTTP/1.1" 200 575 0.019146 10.0.0.23 - - [2025-12-15 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.23 - - [2025-12-15 02:29:21] "GET /routing-instance/d8f8d89e-ee34-4dd0-be37-580c396d4c3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004523 10.0.0.23 - - [2025-12-15 02:29:21] "GET /route-target/ef70defc-b7b9-46fa-a1ac-f6b920e5e33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004589 10.0.0.23 - - [2025-12-15 02:29:49] "POST /neutron/network HTTP/1.1" 200 848 0.007752 10.0.0.23 - - [2025-12-15 02:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.23 - - [2025-12-15 02:29:54] "POST /neutron/port HTTP/1.1" 200 1098 0.019718 10.0.0.23 - - [2025-12-15 02:29:55] "POST /neutron/subnet HTTP/1.1" 200 689 0.011685 10.0.0.23 - - [2025-12-15 02:30:12] "POST /neutron/floatingip HTTP/1.1" 200 575 0.020330 10.0.0.23 - - [2025-12-15 02:30:13] "POST /neutron/floatingip HTTP/1.1" 200 115 0.056012 10.0.0.23 - - [2025-12-15 02:30:13] "GET /floating-ip-pool/45bcc45b-4ab2-434e-aab4-ddcb7886e56d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.007812 10.0.0.23 - - [2025-12-15 02:30:13] "POST /ref-update HTTP/1.1" 200 156 0.016119 10.0.0.23 - - [2025-12-15 02:30:13] "DELETE /floating-ip-pool/45bcc45b-4ab2-434e-aab4-ddcb7886e56d HTTP/1.1" 200 115 0.036477 10.0.0.23 - - [2025-12-15 02:30:13] "POST /neutron/port HTTP/1.1" 200 1098 0.017169 10.0.0.23 - - [2025-12-15 02:30:13] "POST /neutron/port HTTP/1.1" 200 1100 0.018395 10.0.0.23 - - [2025-12-15 02:30:15] "POST /neutron/network HTTP/1.1" 200 838 0.007529 10.0.0.23 - - [2025-12-15 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.65 - - [2025-12-15 02:30:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002339 10.0.0.65 - - [2025-12-15 02:30:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002396 10.0.0.23 - - [2025-12-15 02:30:15] "POST /neutron/network HTTP/1.1" 200 151 0.123740 10.0.0.65 - - [2025-12-15 02:30:17] "GET /projects?obj_uuids=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.23 - - [2025-12-15 02:30:17] "GET /project/e45d510b-c718-467a-ad50-105ce43a8d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.038925 10.0.0.65 - - [2025-12-15 02:30:17] "GET /projects?obj_uuids=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.23 - - [2025-12-15 02:30:17] "GET /project/e45d510b-c718-467a-ad50-105ce43a8d58?fields=virtual_networks HTTP/1.1" 200 1057 0.043805 10.0.0.65 - - [2025-12-15 02:30:17] "GET /projects?obj_uuids=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.23 - - [2025-12-15 02:30:17] "GET /project/e45d510b-c718-467a-ad50-105ce43a8d58?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.050242 10.0.0.65 - - [2025-12-15 02:30:17] "GET /projects?obj_uuids=e45d510b-c718-467a-ad50-105ce43a8d58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001552 10.0.0.23 - - [2025-12-15 02:30:17] "GET /project/e45d510b-c718-467a-ad50-105ce43a8d58?fields=security_groups HTTP/1.1" 200 1295 0.048251 10.0.0.23 - - [2025-12-15 02:30:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.030527 10.0.0.65 - - [2025-12-15 02:30:18] "GET /projects?obj_uuids=fc82d202-2706-4530-90be-b9be2cd47e9f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003233 10.0.0.65 - - [2025-12-15 02:30:18] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223 10.0.0.65 - - [2025-12-15 02:30:18] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007137 10.0.0.65 - - [2025-12-15 02:30:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.002717 10.0.0.65 - - [2025-12-15 02:30:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.013395 10.0.0.65 - - [2025-12-15 02:30:18] "POST /security-groups HTTP/1.1" 200 591 0.077844 10.0.0.65 - - [2025-12-15 02:30:18] "POST /projects HTTP/1.1" 200 585 0.317392 10.0.0.23 - - [2025-12-15 02:30:18] "POST /access-control-lists HTTP/1.1" 200 596 0.032371 10.0.0.65 - - [2025-12-15 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.388584 10.0.0.23 - - [2025-12-15 02:30:19] "GET /project/fc82d202-2706-4530-90be-b9be2cd47e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.541845 10.0.0.23 - - [2025-12-15 02:30:20] "GET / HTTP/1.1" 200 35931 0.001938 10.0.0.65 - - [2025-12-15 02:30:23] "GET /projects?obj_uuids=fc82d202-2706-4530-90be-b9be2cd47e9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001410 10.0.0.23 - - [2025-12-15 02:30:23] "GET /project/fc82d202-2706-4530-90be-b9be2cd47e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.092802 10.0.0.65 - - [2025-12-15 02:30:23] "GET /projects?obj_uuids=fc82d202-2706-4530-90be-b9be2cd47e9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.23 - - [2025-12-15 02:30:23] "GET /project/fc82d202-2706-4530-90be-b9be2cd47e9f?fields=virtual_networks HTTP/1.1" 200 1033 0.057318 10.0.0.65 - - [2025-12-15 02:30:23] "GET /projects?obj_uuids=fc82d202-2706-4530-90be-b9be2cd47e9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001290 10.0.0.23 - - [2025-12-15 02:30:23] "GET /project/fc82d202-2706-4530-90be-b9be2cd47e9f?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.075307 10.0.0.65 - - [2025-12-15 02:30:23] "GET /projects?obj_uuids=fc82d202-2706-4530-90be-b9be2cd47e9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000944 10.0.0.23 - - [2025-12-15 02:30:23] "GET /project/fc82d202-2706-4530-90be-b9be2cd47e9f?fields=security_groups HTTP/1.1" 200 1259 0.062247 10.0.0.23 - - [2025-12-15 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.038162 10.0.0.65 - - [2025-12-15 02:30:24] "GET /projects?obj_uuids=85945989-971d-4f8a-bb68-c4045abb5411&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003772 10.0.0.65 - - [2025-12-15 02:30:24] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.65 - - [2025-12-15 02:30:24] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006806 10.0.0.65 - - [2025-12-15 02:30:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.003351 10.0.0.65 - - [2025-12-15 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.005607 10.0.0.65 - - [2025-12-15 02:30:24] "POST /security-groups HTTP/1.1" 200 586 0.076729 10.0.0.23 - - [2025-12-15 02:30:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.004169 10.0.0.65 - - [2025-12-15 02:30:25] "POST /projects HTTP/1.1" 200 575 0.300128 10.0.0.65 - - [2025-12-15 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.342349 10.0.0.23 - - [2025-12-15 02:30:25] "POST /access-control-lists HTTP/1.1" 200 589 0.031745 10.0.0.23 - - [2025-12-15 02:30:25] "GET /project/85945989-971d-4f8a-bb68-c4045abb5411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.501677 10.0.0.23 - - [2025-12-15 02:30:26] "GET / HTTP/1.1" 200 35931 0.003588 10.0.0.65 - - [2025-12-15 02:30:31] "GET /projects?obj_uuids=85945989-971d-4f8a-bb68-c4045abb5411&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001004 10.0.0.23 - - [2025-12-15 02:30:31] "GET /project/85945989-971d-4f8a-bb68-c4045abb5411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.036676 10.0.0.65 - - [2025-12-15 02:30:31] "GET /projects?obj_uuids=85945989-971d-4f8a-bb68-c4045abb5411&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000919 10.0.0.23 - - [2025-12-15 02:30:31] "GET /project/85945989-971d-4f8a-bb68-c4045abb5411?fields=virtual_networks HTTP/1.1" 200 1022 0.040499 10.0.0.65 - - [2025-12-15 02:30:32] "GET /projects?obj_uuids=85945989-971d-4f8a-bb68-c4045abb5411&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.23 - - [2025-12-15 02:30:32] "GET /project/85945989-971d-4f8a-bb68-c4045abb5411?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.042973 10.0.0.65 - - [2025-12-15 02:30:32] "GET /projects?obj_uuids=85945989-971d-4f8a-bb68-c4045abb5411&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001262 10.0.0.23 - - [2025-12-15 02:30:32] "GET /project/85945989-971d-4f8a-bb68-c4045abb5411?fields=security_groups HTTP/1.1" 200 1243 0.044053 10.0.0.23 - - [2025-12-15 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 187 0.029389 10.0.0.65 - - [2025-12-15 02:30:33] "GET /projects?obj_uuids=faaf1e5d-87ea-45d0-a3a2-e65c50db51c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002871 10.0.0.65 - - [2025-12-15 02:30:33] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.65 - - [2025-12-15 02:30:33] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009271 10.0.0.65 - - [2025-12-15 02:30:33] "POST /id-to-fqname HTTP/1.1" 200 189 0.001548 10.0.0.65 - - [2025-12-15 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.005800 10.0.0.65 - - [2025-12-15 02:30:33] "POST /security-groups HTTP/1.1" 200 590 0.031083 10.0.0.23 - - [2025-12-15 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.003102 10.0.0.65 - - [2025-12-15 02:30:33] "POST /projects HTTP/1.1" 200 583 0.252430 10.0.0.65 - - [2025-12-15 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.329424 10.0.0.23 - - [2025-12-15 02:30:33] "POST /access-control-lists HTTP/1.1" 200 593 0.029613 10.0.0.23 - - [2025-12-15 02:30:33] "GET /project/faaf1e5d-87ea-45d0-a3a2-e65c50db51c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.472489 10.0.0.23 - - [2025-12-15 02:30:34] "GET / HTTP/1.1" 200 35931 0.002741 10.0.0.65 - - [2025-12-15 02:30:37] "GET /projects?obj_uuids=faaf1e5d-87ea-45d0-a3a2-e65c50db51c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001296 10.0.0.23 - - [2025-12-15 02:30:37] "GET /project/faaf1e5d-87ea-45d0-a3a2-e65c50db51c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.040687 10.0.0.65 - - [2025-12-15 02:30:37] "GET /projects?obj_uuids=faaf1e5d-87ea-45d0-a3a2-e65c50db51c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001194 10.0.0.23 - - [2025-12-15 02:30:37] "GET /project/faaf1e5d-87ea-45d0-a3a2-e65c50db51c4?fields=virtual_networks HTTP/1.1" 200 1031 0.062960 10.0.0.65 - - [2025-12-15 02:30:37] "GET /projects?obj_uuids=faaf1e5d-87ea-45d0-a3a2-e65c50db51c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000943 10.0.0.23 - - [2025-12-15 02:30:37] "GET /project/faaf1e5d-87ea-45d0-a3a2-e65c50db51c4?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.047222 10.0.0.65 - - [2025-12-15 02:30:37] "GET /projects?obj_uuids=faaf1e5d-87ea-45d0-a3a2-e65c50db51c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000924 10.0.0.23 - - [2025-12-15 02:30:37] "GET /project/faaf1e5d-87ea-45d0-a3a2-e65c50db51c4?fields=security_groups HTTP/1.1" 200 1256 0.040851 10.0.0.23 - - [2025-12-15 02:30:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.054926 10.0.0.65 - - [2025-12-15 02:30:38] "GET /projects?obj_uuids=fcb1e70d-0d10-40b9-b0aa-0dff5d24b097&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.053675 10.0.0.65 - - [2025-12-15 02:30:38] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.65 - - [2025-12-15 02:30:38] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.049628 10.0.0.65 - - [2025-12-15 02:30:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.003282 10.0.0.65 - - [2025-12-15 02:30:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.004750 10.0.0.65 - - [2025-12-15 02:30:39] "POST /security-groups HTTP/1.1" 200 591 0.079417 10.0.0.65 - - [2025-12-15 02:30:39] "POST /projects HTTP/1.1" 200 585 0.300972 10.0.0.23 - - [2025-12-15 02:30:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.016742 10.0.0.65 - - [2025-12-15 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.373331 10.0.0.23 - - [2025-12-15 02:30:39] "GET /project/fcb1e70d-0d10-40b9-b0aa-0dff5d24b097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.591001 10.0.0.23 - - [2025-12-15 02:30:40] "GET / HTTP/1.1" 200 35931 0.001705 10.0.0.65 - - [2025-12-15 02:30:43] "GET /projects?obj_uuids=fcb1e70d-0d10-40b9-b0aa-0dff5d24b097&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.23 - - [2025-12-15 02:30:43] "GET /project/fcb1e70d-0d10-40b9-b0aa-0dff5d24b097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050175 10.0.0.65 - - [2025-12-15 02:30:43] "GET /projects?obj_uuids=fcb1e70d-0d10-40b9-b0aa-0dff5d24b097&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002415 10.0.0.23 - - [2025-12-15 02:30:43] "GET /project/fcb1e70d-0d10-40b9-b0aa-0dff5d24b097?fields=virtual_networks HTTP/1.1" 200 1033 0.061837 10.0.0.65 - - [2025-12-15 02:30:44] "GET /projects?obj_uuids=fcb1e70d-0d10-40b9-b0aa-0dff5d24b097&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.23 - - [2025-12-15 02:30:44] "GET /project/fcb1e70d-0d10-40b9-b0aa-0dff5d24b097?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.043159 10.0.0.65 - - [2025-12-15 02:30:44] "GET /projects?obj_uuids=fcb1e70d-0d10-40b9-b0aa-0dff5d24b097&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000885 10.0.0.23 - - [2025-12-15 02:30:44] "GET /project/fcb1e70d-0d10-40b9-b0aa-0dff5d24b097?fields=security_groups HTTP/1.1" 200 1259 0.066449 10.0.0.65 - - [2025-12-15 02:30:44] "GET /projects?obj_uuids=fcb1e70d-0d10-40b9-b0aa-0dff5d24b097&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.65 - - [2025-12-15 02:30:44] "GET /project/fcb1e70d-0d10-40b9-b0aa-0dff5d24b097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.063174 10.0.0.65 - - [2025-12-15 02:30:44] "GET /projects?obj_uuids=fcb1e70d-0d10-40b9-b0aa-0dff5d24b097&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001227 10.0.0.65 - - [2025-12-15 02:30:45] "GET /projects?obj_uuids=fc82d202-2706-4530-90be-b9be2cd47e9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000844 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /project/e45d510b-c718-467a-ad50-105ce43a8d58 HTTP/1.1" 404 177 0.127823 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /project/faaf1e5d87ea45d0a3a2e65c50db51c4 HTTP/1.1" 404 173 0.145378 10.0.0.65 - - [2025-12-15 02:30:45] "GET /project/fcb1e70d-0d10-40b9-b0aa-0dff5d24b097?fields=security_groups HTTP/1.1" 200 1364 0.062914 10.0.0.65 - - [2025-12-15 02:30:45] "GET /project/fc82d202-2706-4530-90be-b9be2cd47e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.081131 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /project/fc82d2022706453090beb9be2cd47e9f HTTP/1.1" 404 173 0.208415 10.0.0.65 - - [2025-12-15 02:30:45] "GET /projects?obj_uuids=fc82d202-2706-4530-90be-b9be2cd47e9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001347 10.0.0.65 - - [2025-12-15 02:30:45] "GET /projects?obj_uuids=85945989-971d-4f8a-bb68-c4045abb5411&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002021 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /project/85945989971d4f8abb68c4045abb5411 HTTP/1.1" 404 173 0.253518 10.0.0.65 - - [2025-12-15 02:30:45] "GET /projects?obj_uuids=faaf1e5d-87ea-45d0-a3a2-e65c50db51c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000990 10.0.0.65 - - [2025-12-15 02:30:45] "GET /project/85945989-971d-4f8a-bb68-c4045abb5411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.110139 10.0.0.65 - - [2025-12-15 02:30:45] "GET /project/fc82d202-2706-4530-90be-b9be2cd47e9f?fields=security_groups HTTP/1.1" 200 1364 0.157128 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /project/fcb1e70d0d1040b9b0aa0dff5d24b097 HTTP/1.1" 404 173 0.351413 10.0.0.65 - - [2025-12-15 02:30:45] "GET /projects?obj_uuids=85945989-971d-4f8a-bb68-c4045abb5411&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001369 10.0.0.65 - - [2025-12-15 02:30:45] "GET /project/faaf1e5d-87ea-45d0-a3a2-e65c50db51c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.084294 10.0.0.65 - - [2025-12-15 02:30:45] "GET /projects?obj_uuids=faaf1e5d-87ea-45d0-a3a2-e65c50db51c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001001 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /security-group/ceb99ae0-5cce-4e58-ab52-5e224e56f9db HTTP/1.1" 200 115 0.200898 10.0.0.65 - - [2025-12-15 02:30:45] "GET /projects?obj_uuids=fcb1e70d-0d10-40b9-b0aa-0dff5d24b097&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.65 - - [2025-12-15 02:30:45] "GET /project/fcb1e70d-0d10-40b9-b0aa-0dff5d24b097?fields=application_policy_sets HTTP/1.1" 200 1403 0.068725 10.0.0.65 - - [2025-12-15 02:30:45] "GET /project/faaf1e5d-87ea-45d0-a3a2-e65c50db51c4?fields=security_groups HTTP/1.1" 200 1361 0.129806 10.0.0.65 - - [2025-12-15 02:30:45] "GET /project/85945989-971d-4f8a-bb68-c4045abb5411?fields=security_groups HTTP/1.1" 200 1348 0.191071 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /security-group/9670407a-3ca7-4f66-b7b5-b5417b4b290f HTTP/1.1" 200 115 0.209793 10.0.0.65 - - [2025-12-15 02:30:45] "GET /projects?obj_uuids=fc82d202-2706-4530-90be-b9be2cd47e9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001495 10.0.0.65 - - [2025-12-15 02:30:45] "GET /project/fc82d202-2706-4530-90be-b9be2cd47e9f?fields=application_policy_sets HTTP/1.1" 200 1403 0.066484 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /security-group/a182f80f-007a-46be-856c-560a5f689d84 HTTP/1.1" 200 115 0.114035 10.0.0.65 - - [2025-12-15 02:30:45] "GET /projects?obj_uuids=faaf1e5d-87ea-45d0-a3a2-e65c50db51c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001246 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /security-group/5999cf4c-ecea-4d22-a7c8-15229bafa22b HTTP/1.1" 200 115 0.126283 10.0.0.65 - - [2025-12-15 02:30:45] "GET /projects?obj_uuids=85945989-971d-4f8a-bb68-c4045abb5411&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000907 10.0.0.23 - - [2025-12-15 02:30:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.114323 10.0.0.23 - - [2025-12-15 02:30:45] "DELETE /access-control-list/6fb66050-cb11-4593-b9a6-906c46426104 HTTP/1.1" 200 115 0.216098 10.0.0.65 - - [2025-12-15 02:30:45] "GET /project/faaf1e5d-87ea-45d0-a3a2-e65c50db51c4?fields=application_policy_sets HTTP/1.1" 200 1400 0.091602 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /project/fcb1e70d-0d10-40b9-b0aa-0dff5d24b097 HTTP/1.1" 200 115 0.843594 10.0.0.65 - - [2025-12-15 02:30:45] "GET /project/85945989-971d-4f8a-bb68-c4045abb5411?fields=application_policy_sets HTTP/1.1" 200 1387 0.109972 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /project/fc82d202-2706-4530-90be-b9be2cd47e9f HTTP/1.1" 200 115 0.900308 10.0.0.65 - - [2025-12-15 02:30:45] "GET /projects?obj_uuids=22995f7f-0754-4cf6-90be-9fb9e0189f06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.012801 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /project/faaf1e5d-87ea-45d0-a3a2-e65c50db51c4 HTTP/1.1" 200 115 1.031351 10.0.0.23 - - [2025-12-15 02:30:45] "DELETE /access-control-list/7ec1cca0-eabb-4d39-9ea4-270ab2f29940 HTTP/1.1" 200 115 0.053656 10.0.0.65 - - [2025-12-15 02:30:45] "DELETE /project/85945989-971d-4f8a-bb68-c4045abb5411 HTTP/1.1" 200 115 1.068798 10.0.0.65 - - [2025-12-15 02:30:46] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.65 - - [2025-12-15 02:30:46] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009823 10.0.0.23 - - [2025-12-15 02:30:46] "DELETE /access-control-list/b4875468-6263-4228-ab74-d75b1c2c68fc HTTP/1.1" 200 115 0.036751 10.0.0.65 - - [2025-12-15 02:30:46] "POST /id-to-fqname HTTP/1.1" 200 194 0.001043 10.0.0.65 - - [2025-12-15 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 203 0.002694 10.0.0.65 - - [2025-12-15 02:30:46] "POST /security-groups HTTP/1.1" 200 595 0.085327 10.0.0.65 - - [2025-12-15 02:30:46] "POST /projects HTTP/1.1" 200 593 0.371096 10.0.0.65 - - [2025-12-15 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.447961 10.0.0.23 - - [2025-12-15 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 237 0.010253 10.0.0.23 - - [2025-12-15 02:30:46] "GET /project/22995f7f-0754-4cf6-90be-9fb9e0189f06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.699758 10.0.0.23 - - [2025-12-15 02:30:47] "GET / HTTP/1.1" 200 35931 0.001723 10.0.0.65 - - [2025-12-15 02:30:50] "GET /projects?obj_uuids=22995f7f-0754-4cf6-90be-9fb9e0189f06&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001208 10.0.0.23 - - [2025-12-15 02:30:50] "GET /project/22995f7f-0754-4cf6-90be-9fb9e0189f06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.042958 10.0.0.65 - - [2025-12-15 02:30:50] "GET /projects?obj_uuids=22995f7f-0754-4cf6-90be-9fb9e0189f06&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001464 10.0.0.23 - - [2025-12-15 02:30:50] "GET /project/22995f7f-0754-4cf6-90be-9fb9e0189f06?fields=virtual_networks HTTP/1.1" 200 1040 0.052543 10.0.0.65 - - [2025-12-15 02:30:50] "GET /projects?obj_uuids=22995f7f-0754-4cf6-90be-9fb9e0189f06&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001315 10.0.0.23 - - [2025-12-15 02:30:50] "GET /project/22995f7f-0754-4cf6-90be-9fb9e0189f06?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.053691 10.0.0.65 - - [2025-12-15 02:30:51] "GET /projects?obj_uuids=22995f7f-0754-4cf6-90be-9fb9e0189f06&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000896 10.0.0.23 - - [2025-12-15 02:30:51] "GET /project/22995f7f-0754-4cf6-90be-9fb9e0189f06?fields=security_groups HTTP/1.1" 200 1270 0.036899 10.0.0.23 - - [2025-12-15 02:30:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.026300 10.0.0.65 - - [2025-12-15 02:30:51] "GET /projects?obj_uuids=d2e1a619-b41e-4126-9bf3-55aa22db8415&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002751 10.0.0.65 - - [2025-12-15 02:30:51] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.65 - - [2025-12-15 02:30:51] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007674 10.0.0.65 - - [2025-12-15 02:30:52] "POST /id-to-fqname HTTP/1.1" 200 185 0.004894 10.0.0.65 - - [2025-12-15 02:30:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.007274 10.0.0.65 - - [2025-12-15 02:30:52] "POST /security-groups HTTP/1.1" 200 586 0.031531 10.0.0.65 - - [2025-12-15 02:30:52] "POST /projects HTTP/1.1" 200 575 0.259042 10.0.0.23 - - [2025-12-15 02:30:52] "POST /access-control-lists HTTP/1.1" 200 591 0.040027 10.0.0.65 - - [2025-12-15 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.339479 10.0.0.23 - - [2025-12-15 02:30:52] "GET /project/d2e1a619-b41e-4126-9bf3-55aa22db8415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.485152 10.0.0.23 - - [2025-12-15 02:30:53] "GET / HTTP/1.1" 200 35931 0.002258 10.0.0.23 - - [2025-12-15 02:30:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.005330 10.0.0.23 - - [2025-12-15 02:30:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.003820 10.0.0.23 - - [2025-12-15 02:30:54] "POST /access-control-lists HTTP/1.1" 200 588 0.037836 10.0.0.23 - - [2025-12-15 02:30:54] "PUT /access-control-list/e1c40372-552c-4ce3-80a8-86bd313af495 HTTP/1.1" 200 272 0.020327 10.0.0.23 - - [2025-12-15 02:30:54] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.039669 10.0.0.23 - - [2025-12-15 02:30:55] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.168461 10.0.0.23 - - [2025-12-15 02:30:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.002963 10.0.0.23 - - [2025-12-15 02:30:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.006011 10.0.0.23 - - [2025-12-15 02:30:55] "POST /access-control-lists HTTP/1.1" 200 588 0.050386 10.0.0.23 - - [2025-12-15 02:30:55] "PUT /access-control-list/3f5c658f-c483-4b74-8154-8712d641f02e HTTP/1.1" 200 272 0.023932 10.0.0.23 - - [2025-12-15 02:30:55] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.018247 10.0.0.23 - - [2025-12-15 02:30:56] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.167516 10.0.0.23 - - [2025-12-15 02:30:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2025-12-15 02:30:56] "POST /fqname-to-id HTTP/1.1" 404 210 0.027975 10.0.0.23 - - [2025-12-15 02:30:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.005316 10.0.0.23 - - [2025-12-15 02:30:56] "POST /access-control-lists HTTP/1.1" 200 605 0.030124 10.0.0.23 - - [2025-12-15 02:30:56] "PUT /access-control-list/921add1f-57dd-487e-b7d5-ab15c40eac7a HTTP/1.1" 200 272 0.014627 10.0.0.23 - - [2025-12-15 02:30:57] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.050347 10.0.0.23 - - [2025-12-15 02:30:57] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.114436 10.0.0.23 - - [2025-12-15 02:30:57] "POST /fqname-to-id HTTP/1.1" 404 210 0.002943 10.0.0.23 - - [2025-12-15 02:30:57] "POST /fqname-to-id HTTP/1.1" 404 245 0.005023 10.0.0.23 - - [2025-12-15 02:30:57] "POST /access-control-lists HTTP/1.1" 200 605 0.028028 10.0.0.23 - - [2025-12-15 02:30:57] "PUT /access-control-list/fadabb56-aaba-4d8c-9ff4-40c867c9f900 HTTP/1.1" 200 272 0.016397 10.0.0.23 - - [2025-12-15 02:30:57] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.014776 10.0.0.23 - - [2025-12-15 02:30:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.120311 10.0.0.23 - - [2025-12-15 02:30:59] "POST /route-targets HTTP/1.1" 200 327 0.014213 10.0.0.23 - - [2025-12-15 02:30:59] "POST /neutron/router HTTP/1.1" 200 541 0.008549 10.0.0.23 - - [2025-12-15 02:30:59] "POST /neutron/router HTTP/1.1" 200 541 0.003910 10.0.0.23 - - [2025-12-15 02:30:59] "POST /neutron/router HTTP/1.1" 200 541 0.007869 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.005504 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.005813 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.004813 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.005837 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.004606 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.004348 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.003983 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.004320 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.028127 10.0.0.65 - - [2025-12-15 02:31:00] "GET /projects?obj_uuids=f492968e-7f1f-4cc7-9c25-dd28eda1181e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000975 10.0.0.23 - - [2025-12-15 02:31:00] "DELETE /route-target/a4fa5c2a-ec13-4f39-b070-d51de1685af0 HTTP/1.1" 200 115 0.048699 10.0.0.23 - - [2025-12-15 02:31:00] "GET /logical-router/9d2dd2ba-8efd-4e6d-83ca-5a78b800a60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.089030 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.132576 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.013225 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.006210 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.005133 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.005300 10.0.0.23 - - [2025-12-15 02:31:00] "POST /neutron/router HTTP/1.1" 200 541 0.004476 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 541 0.004894 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 541 0.005862 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 541 0.004425 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 541 0.004884 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 541 0.005710 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 541 0.037171 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 541 0.004653 10.0.0.23 - - [2025-12-15 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.011059 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 559 0.009511 10.0.0.23 - - [2025-12-15 02:31:01] "PUT /logical-router/d7aedd8a-55bd-47f7-8a93-26ad469933a3 HTTP/1.1" 200 262 0.044246 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 559 0.008031 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 559 0.003880 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 559 0.006289 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 559 0.005280 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 559 0.005613 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 559 0.006023 10.0.0.23 - - [2025-12-15 02:31:01] "POST /neutron/router HTTP/1.1" 200 559 0.005907 10.0.0.23 - - [2025-12-15 02:31:02] "POST /neutron/router HTTP/1.1" 200 559 0.009039 10.0.0.23 - - [2025-12-15 02:31:02] "POST /neutron/router HTTP/1.1" 200 559 0.005931 10.0.0.23 - - [2025-12-15 02:31:02] "POST /neutron/router HTTP/1.1" 200 559 0.005221 10.0.0.23 - - [2025-12-15 02:31:02] "POST /neutron/router HTTP/1.1" 200 559 0.007445 10.0.0.23 - - [2025-12-15 02:31:02] "POST /neutron/router HTTP/1.1" 200 151 0.102759 10.0.0.23 - - [2025-12-15 02:31:02] "POST /neutron/security_group HTTP/1.1" 200 521 0.007130 10.0.0.23 - - [2025-12-15 02:31:02] "DELETE /access-control-list/f49e5946-e32f-4133-8d09-cffe3c9bf20b HTTP/1.1" 200 115 0.044174 10.0.0.23 - - [2025-12-15 02:31:02] "DELETE /access-control-list/921add1f-57dd-487e-b7d5-ab15c40eac7a HTTP/1.1" 200 115 0.060020 10.0.0.23 - - [2025-12-15 02:31:02] "POST /neutron/security_group HTTP/1.1" 200 151 0.098405 10.0.0.23 - - [2025-12-15 02:31:02] "DELETE /access-control-list/e980be4c-d365-4ba5-8893-6fe9c1e8d53a HTTP/1.1" 200 115 0.041408 10.0.0.65 - - [2025-12-15 02:31:04] "GET /projects?obj_uuids=d2e1a619-b41e-4126-9bf3-55aa22db8415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001347 10.0.0.23 - - [2025-12-15 02:31:04] "GET /project/d2e1a619-b41e-4126-9bf3-55aa22db8415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.054694 10.0.0.65 - - [2025-12-15 02:31:04] "GET /projects?obj_uuids=d2e1a619-b41e-4126-9bf3-55aa22db8415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001156 10.0.0.23 - - [2025-12-15 02:31:04] "GET /project/d2e1a619-b41e-4126-9bf3-55aa22db8415?fields=virtual_networks HTTP/1.1" 200 1023 0.045490 10.0.0.65 - - [2025-12-15 02:31:04] "GET /projects?obj_uuids=d2e1a619-b41e-4126-9bf3-55aa22db8415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001254 10.0.0.23 - - [2025-12-15 02:31:04] "GET /project/d2e1a619-b41e-4126-9bf3-55aa22db8415?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.054742 10.0.0.65 - - [2025-12-15 02:31:04] "GET /projects?obj_uuids=d2e1a619-b41e-4126-9bf3-55aa22db8415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001024 10.0.0.23 - - [2025-12-15 02:31:04] "GET /project/d2e1a619-b41e-4126-9bf3-55aa22db8415?fields=security_groups HTTP/1.1" 200 1244 0.039210 10.0.0.23 - - [2025-12-15 02:31:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.024497 10.0.0.65 - - [2025-12-15 02:31:05] "GET /projects?obj_uuids=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002871 10.0.0.65 - - [2025-12-15 02:31:05] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.65 - - [2025-12-15 02:31:05] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007186 10.0.0.65 - - [2025-12-15 02:31:05] "POST /id-to-fqname HTTP/1.1" 200 186 0.005019 10.0.0.65 - - [2025-12-15 02:31:05] "POST /fqname-to-id HTTP/1.1" 404 195 0.008057 10.0.0.65 - - [2025-12-15 02:31:05] "POST /security-groups HTTP/1.1" 200 587 0.039486 10.0.0.65 - - [2025-12-15 02:31:05] "POST /projects HTTP/1.1" 200 577 0.264896 10.0.0.23 - - [2025-12-15 02:31:05] "POST /access-control-lists HTTP/1.1" 200 592 0.035918 10.0.0.65 - - [2025-12-15 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.345699 10.0.0.23 - - [2025-12-15 02:31:05] "GET /project/cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.506442 10.0.0.23 - - [2025-12-15 02:31:06] "GET / HTTP/1.1" 200 35931 0.001790 10.0.0.23 - - [2025-12-15 02:31:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000774 10.0.0.23 - - [2025-12-15 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.055393 10.0.0.65 - - [2025-12-15 02:31:08] "GET /projects?obj_uuids=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001377 10.0.0.23 - - [2025-12-15 02:31:08] "GET /project/cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.060633 10.0.0.23 - - [2025-12-15 02:31:08] "POST /neutron/network HTTP/1.1" 200 117 0.041452 10.0.0.23 - - [2025-12-15 02:31:09] "POST /route-targets HTTP/1.1" 200 327 0.012867 10.0.0.23 - - [2025-12-15 02:31:09] "POST /neutron/network HTTP/1.1" 200 818 0.008480 10.0.0.23 - - [2025-12-15 02:31:09] "POST /id-to-fqname HTTP/1.1" 200 216 0.001176 10.0.0.23 - - [2025-12-15 02:31:09] "GET /virtual-network/ef7e0288-cb4f-4725-bff2-e7f08f748de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005337 10.0.0.23 - - [2025-12-15 02:31:09] "GET /virtual-network/ef7e0288-cb4f-4725-bff2-e7f08f748de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.006249 10.0.0.23 - - [2025-12-15 02:31:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.008979 10.0.0.23 - - [2025-12-15 02:31:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.003142 10.0.0.23 - - [2025-12-15 02:31:09] "GET /virtual-network/ef7e0288-cb4f-4725-bff2-e7f08f748de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.006028 10.0.0.23 - - [2025-12-15 02:31:10] "GET /virtual-machine-interface/3ae0ecbc-440e-45ea-8705-3551d3efbef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.007720 10.0.0.23 - - [2025-12-15 02:31:10] "GET /virtual-machine-interface/3ae0ecbc-440e-45ea-8705-3551d3efbef7?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.009867 10.0.0.23 - - [2025-12-15 02:31:10] "GET /instance-ip/25a37b27-ec13-46c0-a08a-14bff902bbf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004992 10.0.0.23 - - [2025-12-15 02:31:10] "POST /neutron/port HTTP/1.1" 200 151 0.135648 10.0.0.23 - - [2025-12-15 02:31:10] "DELETE /route-target/c0bd88c6-4fde-4a2a-a451-2952fdadf602 HTTP/1.1" 200 115 0.027032 10.0.0.23 - - [2025-12-15 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.65 - - [2025-12-15 02:31:13] "GET /projects?obj_uuids=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000918 10.0.0.23 - - [2025-12-15 02:31:13] "GET /project/cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.041753 10.0.0.23 - - [2025-12-15 02:31:13] "POST /neutron/network HTTP/1.1" 200 117 0.012984 10.0.0.65 - - [2025-12-15 02:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007257 10.0.0.23 - - [2025-12-15 02:31:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.215800 10.0.0.23 - - [2025-12-15 02:31:14] "POST /id-to-fqname HTTP/1.1" 200 217 0.001198 10.0.0.23 - - [2025-12-15 02:31:14] "GET /virtual-network/1a7e9169-a710-4fd6-8a70-625058a1143e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.009685 10.0.0.23 - - [2025-12-15 02:31:14] "GET /virtual-network/1a7e9169-a710-4fd6-8a70-625058a1143e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005592 10.0.0.23 - - [2025-12-15 02:31:14] "POST /neutron/network HTTP/1.1" 200 980 0.009376 10.0.0.65 - - [2025-12-15 02:31:14] "GET /projects?obj_uuids=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001390 10.0.0.23 - - [2025-12-15 02:31:14] "POST /neutron/port HTTP/1.1" 200 1019 0.275569 10.0.0.23 - - [2025-12-15 02:31:14] "POST /id-to-fqname HTTP/1.1" 200 217 0.001340 10.0.0.23 - - [2025-12-15 02:31:15] "POST /neutron/port HTTP/1.1" 200 1019 0.044652 10.0.0.23 - - [2025-12-15 02:31:15] "POST /neutron/port HTTP/1.1" 200 117 0.006236 10.0.0.23 - - [2025-12-15 02:31:15] "POST /id-to-fqname HTTP/1.1" 200 217 0.001260 10.0.0.23 - - [2025-12-15 02:31:15] "POST /neutron/port HTTP/1.1" 200 1019 0.014660 10.0.0.23 - - [2025-12-15 02:31:15] "POST /neutron/port HTTP/1.1" 200 1019 0.012337 10.0.0.23 - - [2025-12-15 02:31:15] "POST /neutron/port HTTP/1.1" 200 117 0.008580 10.0.0.23 - - [2025-12-15 02:31:16] "POST /neutron/port HTTP/1.1" 200 1019 0.042337 10.0.0.23 - - [2025-12-15 02:31:16] "POST /neutron/network HTTP/1.1" 200 990 0.006939 10.0.0.23 - - [2025-12-15 02:31:16] "POST /neutron/port HTTP/1.1" 200 1019 0.010500 10.0.0.23 - - [2025-12-15 02:31:17] "POST /neutron/port HTTP/1.1" 200 1111 0.196944 10.0.0.23 - - [2025-12-15 02:31:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004258 10.0.0.23 - - [2025-12-15 02:31:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.010992 10.0.0.23 - - [2025-12-15 02:31:17] "POST /neutron/network HTTP/1.1" 200 980 0.009061 10.0.0.23 - - [2025-12-15 02:31:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008458 10.0.0.23 - - [2025-12-15 02:31:21] "POST /neutron/port HTTP/1.1" 200 1085 0.015613 10.0.0.23 - - [2025-12-15 02:31:21] "GET /virtual-machine/407e4e94-5fc2-4c48-86a3-55047a06a4af HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2025-12-15 02:31:21] "GET /virtual-machine/407e4e94-5fc2-4c48-86a3-55047a06a4af HTTP/1.1" 200 1283 0.032642 10.0.0.23 - - [2025-12-15 02:31:21] "GET /virtual-machine-interface/ac58d143-7273-4d13-8a8f-ad1f705acd63 HTTP/1.1" 200 2924 0.005469 10.0.0.23 - - [2025-12-15 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.23 - - [2025-12-15 02:31:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004122 10.0.0.23 - - [2025-12-15 02:31:21] "GET /virtual-networks?parent_id=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003553 10.0.0.23 - - [2025-12-15 02:31:21] "GET /virtual-network/1a7e9169-a710-4fd6-8a70-625058a1143e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007050 10.0.0.23 - - [2025-12-15 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.23 - - [2025-12-15 02:31:24] "GET /virtual-network/1a7e9169-a710-4fd6-8a70-625058a1143e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005329 10.0.0.23 - - [2025-12-15 02:31:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007736 10.0.0.23 - - [2025-12-15 02:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.23 - - [2025-12-15 02:31:26] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003403 10.0.0.23 - - [2025-12-15 02:31:26] "GET /virtual-networks?parent_id=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003168 10.0.0.23 - - [2025-12-15 02:31:27] "GET /virtual-network/1a7e9169-a710-4fd6-8a70-625058a1143e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005682 10.0.0.23 - - [2025-12-15 02:31:27] "POST /neutron/port HTTP/1.1" 200 1085 0.017979 10.0.0.23 - - [2025-12-15 02:31:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008521 10.0.0.23 - - [2025-12-15 02:31:27] "GET /virtual-machine/733753bc-8706-48a1-a0c4-49fa912bbdbb HTTP/1.1" 200 1284 0.006952 10.0.0.23 - - [2025-12-15 02:31:27] "GET /virtual-machine-interface/0181394b-26a5-4c44-b7b3-5ca0841a44e5 HTTP/1.1" 200 2923 0.006845 10.0.0.23 - - [2025-12-15 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.23 - - [2025-12-15 02:31:27] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004367 10.0.0.23 - - [2025-12-15 02:31:27] "GET /virtual-networks?parent_id=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004056 10.0.0.23 - - [2025-12-15 02:31:27] "GET /virtual-network/1a7e9169-a710-4fd6-8a70-625058a1143e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005813 10.0.0.23 - - [2025-12-15 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.23 - - [2025-12-15 02:31:28] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004101 10.0.0.23 - - [2025-12-15 02:31:28] "GET /virtual-networks?parent_id=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003323 10.0.0.23 - - [2025-12-15 02:31:28] "GET /virtual-network/1a7e9169-a710-4fd6-8a70-625058a1143e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005877 10.0.0.23 - - [2025-12-15 02:31:32] "POST /neutron/port HTTP/1.1" 200 1111 0.011423 10.0.0.23 - - [2025-12-15 02:31:32] "POST /neutron/port HTTP/1.1" 200 1111 0.014455 10.0.0.23 - - [2025-12-15 02:31:32] "POST /neutron/network HTTP/1.1" 200 980 0.016136 10.0.0.23 - - [2025-12-15 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006466 10.0.0.65 - - [2025-12-15 02:31:34] "GET /projects?obj_uuids=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000963 10.0.0.23 - - [2025-12-15 02:31:34] "GET /project/cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.037383 10.0.0.65 - - [2025-12-15 02:31:34] "GET /projects?obj_uuids=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001155 10.0.0.23 - - [2025-12-15 02:31:34] "GET /project/cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c?fields=virtual_networks HTTP/1.1" 200 1025 0.044804 10.0.0.65 - - [2025-12-15 02:31:34] "GET /projects?obj_uuids=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001080 10.0.0.23 - - [2025-12-15 02:31:34] "GET /project/cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.042331 10.0.0.65 - - [2025-12-15 02:31:34] "GET /projects?obj_uuids=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001631 10.0.0.23 - - [2025-12-15 02:31:34] "GET /project/cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c?fields=security_groups HTTP/1.1" 200 1247 0.053570 10.0.0.23 - - [2025-12-15 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.032704 10.0.0.65 - - [2025-12-15 02:31:35] "GET /projects?obj_uuids=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003400 10.0.0.65 - - [2025-12-15 02:31:35] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.65 - - [2025-12-15 02:31:35] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008295 10.0.0.65 - - [2025-12-15 02:31:35] "POST /id-to-fqname HTTP/1.1" 200 188 0.003815 10.0.0.65 - - [2025-12-15 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.006230 10.0.0.65 - - [2025-12-15 02:31:35] "POST /security-groups HTTP/1.1" 200 589 0.033193 10.0.0.65 - - [2025-12-15 02:31:35] "POST /projects HTTP/1.1" 200 581 0.241627 10.0.0.23 - - [2025-12-15 02:31:35] "POST /access-control-lists HTTP/1.1" 200 594 0.030576 10.0.0.65 - - [2025-12-15 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.314715 10.0.0.23 - - [2025-12-15 02:31:35] "GET /project/ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.459412 10.0.0.23 - - [2025-12-15 02:31:36] "GET / HTTP/1.1" 200 35931 0.001472 10.0.0.23 - - [2025-12-15 02:31:37] "POST /neutron/port HTTP/1.1" 400 205 0.003790 10.0.0.23 - - [2025-12-15 02:31:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2025-12-15 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.057707 10.0.0.65 - - [2025-12-15 02:31:38] "GET /projects?obj_uuids=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.23 - - [2025-12-15 02:31:38] "GET /project/ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.036995 10.0.0.23 - - [2025-12-15 02:31:38] "POST /neutron/network HTTP/1.1" 200 117 0.033164 10.0.0.23 - - [2025-12-15 02:31:39] "POST /route-targets HTTP/1.1" 200 327 0.016341 10.0.0.23 - - [2025-12-15 02:31:39] "POST /neutron/network HTTP/1.1" 200 822 0.009218 10.0.0.23 - - [2025-12-15 02:31:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.001055 10.0.0.23 - - [2025-12-15 02:31:39] "GET /virtual-network/000cf0cd-9957-4ac0-a583-d5095c1f4536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005040 10.0.0.23 - - [2025-12-15 02:31:39] "GET /virtual-network/000cf0cd-9957-4ac0-a583-d5095c1f4536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005789 10.0.0.23 - - [2025-12-15 02:31:39] "POST /neutron/subnet HTTP/1.1" 200 714 0.008461 10.0.0.23 - - [2025-12-15 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.65 - - [2025-12-15 02:31:39] "GET /projects?obj_uuids=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000876 10.0.0.23 - - [2025-12-15 02:31:39] "GET /project/ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.043654 10.0.0.23 - - [2025-12-15 02:31:39] "POST /ref-update HTTP/1.1" 200 156 0.028727 10.0.0.65 - - [2025-12-15 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002698 10.0.0.23 - - [2025-12-15 02:31:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.164927 10.0.0.23 - - [2025-12-15 02:31:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001275 10.0.0.23 - - [2025-12-15 02:31:40] "GET /virtual-network/8366c49d-2d6a-4ae4-bec2-c542d85b62e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005393 10.0.0.23 - - [2025-12-15 02:31:40] "GET /virtual-network/8366c49d-2d6a-4ae4-bec2-c542d85b62e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005778 10.0.0.23 - - [2025-12-15 02:31:40] "POST /neutron/network HTTP/1.1" 200 826 0.007376 10.0.0.23 - - [2025-12-15 02:31:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001170 10.0.0.65 - - [2025-12-15 02:31:41] "GET /projects?obj_uuids=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001354 10.0.0.23 - - [2025-12-15 02:31:41] "GET /project/ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.076668 10.0.0.23 - - [2025-12-15 02:31:41] "POST /neutron/network HTTP/1.1" 200 822 0.008483 10.0.0.23 - - [2025-12-15 02:31:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.001320 10.0.0.23 - - [2025-12-15 02:31:41] "POST /neutron/port HTTP/1.1" 200 117 0.006853 10.0.0.65 - - [2025-12-15 02:31:41] "GET /projects?obj_uuids=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001651 10.0.0.23 - - [2025-12-15 02:31:42] "POST /neutron/port HTTP/1.1" 200 1056 0.332547 10.0.0.23 - - [2025-12-15 02:31:42] "POST /neutron/port HTTP/1.1" 200 1110 0.127815 10.0.0.65 - - [2025-12-15 02:31:42] "GET /projects?obj_uuids=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.23 - - [2025-12-15 02:31:42] "POST /neutron/subnet HTTP/1.1" 200 688 0.009336 10.0.0.23 - - [2025-12-15 02:31:42] "GET /project/ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.071828 10.0.0.23 - - [2025-12-15 02:31:42] "POST /neutron/network HTTP/1.1" 200 826 0.007398 10.0.0.23 - - [2025-12-15 02:31:42] "POST /neutron/port HTTP/1.1" 200 117 0.012664 10.0.0.65 - - [2025-12-15 02:31:42] "GET /projects?obj_uuids=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004195 10.0.0.23 - - [2025-12-15 02:31:43] "POST /neutron/router HTTP/1.1" 200 344 0.355864 10.0.0.23 - - [2025-12-15 02:31:43] "POST /ref-update HTTP/1.1" 200 156 0.048110 10.0.0.23 - - [2025-12-15 02:31:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006776 10.0.0.23 - - [2025-12-15 02:31:43] "POST /neutron/port HTTP/1.1" 200 1060 0.028485 10.0.0.23 - - [2025-12-15 02:31:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005344 10.0.0.23 - - [2025-12-15 02:31:44] "POST /neutron/network HTTP/1.1" 200 826 0.009869 10.0.0.65 - - [2025-12-15 02:31:46] "DELETE /project/ce6efb8df43246eea07d7ddbee5cfcc8 HTTP/1.1" 404 173 0.017981 10.0.0.65 - - [2025-12-15 02:31:46] "DELETE /project/d2e1a619b41e41269bf355aa22db8415 HTTP/1.1" 404 173 0.009408 10.0.0.65 - - [2025-12-15 02:31:46] "DELETE /project/22995f7f07544cf690be9fb9e0189f06 HTTP/1.1" 404 173 0.010754 10.0.0.65 - - [2025-12-15 02:31:46] "DELETE /project/cbac8f3caf3e4ff3a5c118fb6b9efa5c HTTP/1.1" 404 173 0.008984 10.0.0.65 - - [2025-12-15 02:31:46] "GET /projects?obj_uuids=22995f7f-0754-4cf6-90be-9fb9e0189f06&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000791 10.0.0.65 - - [2025-12-15 02:31:46] "GET /projects?obj_uuids=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000742 10.0.0.65 - - [2025-12-15 02:31:46] "GET /projects?obj_uuids=d2e1a619-b41e-4126-9bf3-55aa22db8415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000766 10.0.0.65 - - [2025-12-15 02:31:46] "GET /project/cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.052644 10.0.0.65 - - [2025-12-15 02:31:46] "GET /project/22995f7f-0754-4cf6-90be-9fb9e0189f06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.067413 10.0.0.65 - - [2025-12-15 02:31:46] "GET /project/d2e1a619-b41e-4126-9bf3-55aa22db8415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.083342 10.0.0.65 - - [2025-12-15 02:31:46] "GET /projects?obj_uuids=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001091 10.0.0.65 - - [2025-12-15 02:31:46] "GET /projects?obj_uuids=22995f7f-0754-4cf6-90be-9fb9e0189f06&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000849 10.0.0.65 - - [2025-12-15 02:31:46] "GET /projects?obj_uuids=d2e1a619-b41e-4126-9bf3-55aa22db8415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000880 10.0.0.65 - - [2025-12-15 02:31:46] "GET /project/22995f7f-0754-4cf6-90be-9fb9e0189f06?fields=security_groups HTTP/1.1" 200 1375 0.051186 10.0.0.65 - - [2025-12-15 02:31:46] "GET /project/d2e1a619-b41e-4126-9bf3-55aa22db8415?fields=security_groups HTTP/1.1" 200 1349 0.053393 10.0.0.65 - - [2025-12-15 02:31:46] "GET /project/cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c?fields=security_groups HTTP/1.1" 200 1352 0.094951 10.0.0.65 - - [2025-12-15 02:31:46] "DELETE /security-group/7d4b1f82-674a-4c70-8a9d-6ca02e9fb814 HTTP/1.1" 200 115 0.088994 10.0.0.65 - - [2025-12-15 02:31:46] "DELETE /security-group/a8d43cba-2e95-4536-bb12-dc28f648d071 HTTP/1.1" 200 115 0.098015 10.0.0.65 - - [2025-12-15 02:31:46] "GET /projects?obj_uuids=d2e1a619-b41e-4126-9bf3-55aa22db8415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001251 10.0.0.65 - - [2025-12-15 02:31:46] "GET /projects?obj_uuids=22995f7f-0754-4cf6-90be-9fb9e0189f06&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001181 10.0.0.65 - - [2025-12-15 02:31:46] "DELETE /security-group/fa7c060c-a484-495b-a4e9-c6179cea3b57 HTTP/1.1" 200 115 0.097912 10.0.0.65 - - [2025-12-15 02:31:46] "GET /projects?obj_uuids=cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000948 10.0.0.65 - - [2025-12-15 02:31:46] "GET /project/d2e1a619-b41e-4126-9bf3-55aa22db8415?fields=application_policy_sets HTTP/1.1" 200 1388 0.061171 10.0.0.65 - - [2025-12-15 02:31:46] "GET /project/22995f7f-0754-4cf6-90be-9fb9e0189f06?fields=application_policy_sets HTTP/1.1" 200 1414 0.073588 10.0.0.65 - - [2025-12-15 02:31:46] "GET /project/cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c?fields=application_policy_sets HTTP/1.1" 200 1391 0.102263 10.0.0.23 - - [2025-12-15 02:31:46] "DELETE /access-control-list/1dab2589-21cd-409e-b7ef-2cd633b0931d HTTP/1.1" 200 115 0.059959 10.0.0.65 - - [2025-12-15 02:31:46] "DELETE /project/d2e1a619-b41e-4126-9bf3-55aa22db8415 HTTP/1.1" 200 115 0.646549 10.0.0.65 - - [2025-12-15 02:31:46] "DELETE /project/22995f7f-0754-4cf6-90be-9fb9e0189f06 HTTP/1.1" 200 115 0.690871 10.0.0.23 - - [2025-12-15 02:31:46] "DELETE /access-control-list/db75df8f-c76d-45ab-8820-74c5dd65f4ab HTTP/1.1" 200 115 0.101431 10.0.0.65 - - [2025-12-15 02:31:46] "DELETE /project/cbac8f3c-af3e-4ff3-a5c1-18fb6b9efa5c HTTP/1.1" 200 115 0.743373 10.0.0.23 - - [2025-12-15 02:31:48] "POST /neutron/port HTTP/1.1" 200 1084 0.016249 10.0.0.23 - - [2025-12-15 02:31:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008239 10.0.0.23 - - [2025-12-15 02:31:48] "GET /virtual-machine/68a2ac97-bb7d-4b8b-822f-35ad801dedbf HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2025-12-15 02:31:49] "GET /virtual-machine/68a2ac97-bb7d-4b8b-822f-35ad801dedbf HTTP/1.1" 200 1289 0.036670 10.0.0.23 - - [2025-12-15 02:31:49] "GET /virtual-machine-interface/352db98a-49f9-4661-bf7a-ed4aa746e3fd HTTP/1.1" 200 2934 0.006374 10.0.0.23 - - [2025-12-15 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.23 - - [2025-12-15 02:31:49] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005327 10.0.0.23 - - [2025-12-15 02:31:49] "GET /virtual-networks?parent_id=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.006211 10.0.0.23 - - [2025-12-15 02:31:49] "GET /virtual-network/000cf0cd-9957-4ac0-a583-d5095c1f4536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.007615 10.0.0.65 - - [2025-12-15 02:31:50] "GET /obj-perms HTTP/1.1" 200 5056 0.061275 10.0.0.23 - - [2025-12-15 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.23 - - [2025-12-15 02:31:52] "GET /virtual-network/000cf0cd-9957-4ac0-a583-d5095c1f4536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005236 10.0.0.23 - - [2025-12-15 02:31:53] "POST /neutron/network HTTP/1.1" 200 832 0.007238 10.0.0.23 - - [2025-12-15 02:31:53] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.23 - - [2025-12-15 02:31:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011149 10.0.0.23 - - [2025-12-15 02:31:55] "POST /neutron/port HTTP/1.1" 200 1088 0.018505 10.0.0.23 - - [2025-12-15 02:31:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004829 10.0.0.23 - - [2025-12-15 02:31:56] "POST /neutron/network HTTP/1.1" 200 826 0.006788 10.0.0.23 - - [2025-12-15 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.23 - - [2025-12-15 02:31:56] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003970 10.0.0.23 - - [2025-12-15 02:31:56] "GET /virtual-networks?parent_id=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003299 10.0.0.23 - - [2025-12-15 02:31:56] "GET /virtual-network/000cf0cd-9957-4ac0-a583-d5095c1f4536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006215 10.0.0.23 - - [2025-12-15 02:31:56] "POST /neutron/port HTTP/1.1" 200 1088 0.016122 10.0.0.23 - - [2025-12-15 02:31:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007482 10.0.0.23 - - [2025-12-15 02:31:56] "GET /virtual-machine/30456d5a-43ac-4269-88d9-92e700008c11 HTTP/1.1" 200 1289 0.006652 10.0.0.23 - - [2025-12-15 02:31:56] "GET /virtual-machine-interface/96feb647-60e7-4ee5-a722-b449a9ec58d1 HTTP/1.1" 200 2935 0.006412 10.0.0.23 - - [2025-12-15 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.23 - - [2025-12-15 02:31:57] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004429 10.0.0.23 - - [2025-12-15 02:31:57] "GET /virtual-networks?parent_id=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003966 10.0.0.23 - - [2025-12-15 02:31:57] "GET /virtual-network/8366c49d-2d6a-4ae4-bec2-c542d85b62e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005843 10.0.0.23 - - [2025-12-15 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2025-12-15 02:31:58] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004376 10.0.0.23 - - [2025-12-15 02:31:58] "GET /virtual-networks?parent_id=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002745 10.0.0.23 - - [2025-12-15 02:31:58] "GET /virtual-network/8366c49d-2d6a-4ae4-bec2-c542d85b62e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005886 10.0.0.23 - - [2025-12-15 02:32:02] "POST /neutron/port HTTP/1.1" 200 1884 0.041488 10.0.0.23 - - [2025-12-15 02:32:08] "POST /neutron/router HTTP/1.1" 200 580 0.008655 10.0.0.23 - - [2025-12-15 02:32:08] "POST /ref-update HTTP/1.1" 200 156 0.022021 10.0.0.23 - - [2025-12-15 02:32:11] "POST /neutron/router HTTP/1.1" 200 344 0.207930 10.0.0.23 - - [2025-12-15 02:32:11] "POST /neutron/router HTTP/1.1" 200 580 0.006032 10.0.0.23 - - [2025-12-15 02:32:11] "GET /logical-router/c98788d5-4547-468e-a162-5935fd379e98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006582 10.0.0.23 - - [2025-12-15 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006117 10.0.0.23 - - [2025-12-15 02:32:11] "POST /neutron/network HTTP/1.1" 400 204 0.014907 10.0.0.23 - - [2025-12-15 02:32:12] "POST /neutron/port HTTP/1.1" 200 1084 0.022104 10.0.0.23 - - [2025-12-15 02:32:12] "POST /neutron/port HTTP/1.1" 200 151 0.250674 10.0.0.23 - - [2025-12-15 02:32:14] "POST /neutron/network HTTP/1.1" 200 822 0.005881 10.0.0.23 - - [2025-12-15 02:32:14] "DELETE /route-target/840cc285-4a6e-4e2b-9251-dfae85377807 HTTP/1.1" 200 115 0.029474 10.0.0.65 - - [2025-12-15 02:32:15] "GET /projects?obj_uuids=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.23 - - [2025-12-15 02:32:15] "GET /project/ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.039951 10.0.0.65 - - [2025-12-15 02:32:15] "GET /projects?obj_uuids=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002105 10.0.0.23 - - [2025-12-15 02:32:15] "GET /project/ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8?fields=virtual_networks HTTP/1.1" 200 1029 0.046458 10.0.0.65 - - [2025-12-15 02:32:15] "GET /projects?obj_uuids=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001275 10.0.0.23 - - [2025-12-15 02:32:15] "GET /project/ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.040272 10.0.0.65 - - [2025-12-15 02:32:15] "GET /projects?obj_uuids=ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.23 - - [2025-12-15 02:32:15] "GET /project/ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8?fields=security_groups HTTP/1.1" 200 1253 0.035548 10.0.0.23 - - [2025-12-15 02:32:16] "POST /fqname-to-id HTTP/1.1" 404 191 0.025457 10.0.0.65 - - [2025-12-15 02:32:16] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003061 10.0.0.65 - - [2025-12-15 02:32:16] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.65 - - [2025-12-15 02:32:16] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006726 10.0.0.65 - - [2025-12-15 02:32:16] "POST /id-to-fqname HTTP/1.1" 200 193 0.002743 10.0.0.65 - - [2025-12-15 02:32:16] "POST /fqname-to-id HTTP/1.1" 404 202 0.007119 10.0.0.65 - - [2025-12-15 02:32:16] "POST /security-groups HTTP/1.1" 200 594 0.077135 10.0.0.23 - - [2025-12-15 02:32:16] "POST /fqname-to-id HTTP/1.1" 404 237 0.005628 10.0.0.65 - - [2025-12-15 02:32:16] "POST /projects HTTP/1.1" 200 591 0.279603 10.0.0.65 - - [2025-12-15 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.354803 10.0.0.23 - - [2025-12-15 02:32:17] "POST /access-control-lists HTTP/1.1" 200 597 0.027992 10.0.0.23 - - [2025-12-15 02:32:17] "GET /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.483625 10.0.0.23 - - [2025-12-15 02:32:18] "GET / HTTP/1.1" 200 35931 0.001451 10.0.0.23 - - [2025-12-15 02:32:20] "GET /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000724 10.0.0.65 - - [2025-12-15 02:32:20] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001044 10.0.0.23 - - [2025-12-15 02:32:20] "GET /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.073325 10.0.0.23 - - [2025-12-15 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.23 - - [2025-12-15 02:32:20] "GET /security-group/179e5c9a-5b39-49ea-8b98-038e77c0ea9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.008534 10.0.0.23 - - [2025-12-15 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.65 - - [2025-12-15 02:32:20] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040 10.0.0.23 - - [2025-12-15 02:32:20] "GET /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.040529 10.0.0.23 - - [2025-12-15 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2025-12-15 02:32:20] "GET /security-group/179e5c9a-5b39-49ea-8b98-038e77c0ea9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004346 10.0.0.23 - - [2025-12-15 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.23 - - [2025-12-15 02:32:20] "PUT /security-group/179e5c9a-5b39-49ea-8b98-038e77c0ea9f HTTP/1.1" 200 262 0.021406 10.0.0.23 - - [2025-12-15 02:32:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.002858 10.0.0.23 - - [2025-12-15 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.65 - - [2025-12-15 02:32:21] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000978 10.0.0.23 - - [2025-12-15 02:32:21] "GET /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.033186 10.0.0.65 - - [2025-12-15 02:32:21] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001099 10.0.0.23 - - [2025-12-15 02:32:21] "POST /neutron/network HTTP/1.1" 200 608 0.139981 10.0.0.23 - - [2025-12-15 02:32:21] "POST /route-targets HTTP/1.1" 200 327 0.018213 10.0.0.23 - - [2025-12-15 02:32:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.005243 10.0.0.23 - - [2025-12-15 02:32:21] "GET /virtual-network/5a7ca101-17fb-4c6e-acab-e5dee60d6a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006092 10.0.0.23 - - [2025-12-15 02:32:21] "POST /neutron/network HTTP/1.1" 200 827 0.006818 10.0.0.23 - - [2025-12-15 02:32:21] "GET /virtual-network/5a7ca101-17fb-4c6e-acab-e5dee60d6a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005899 10.0.0.23 - - [2025-12-15 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.65 - - [2025-12-15 02:32:21] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000850 10.0.0.23 - - [2025-12-15 02:32:21] "GET /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.058636 10.0.0.23 - - [2025-12-15 02:32:21] "POST /neutron/network HTTP/1.1" 200 117 0.022804 10.0.0.23 - - [2025-12-15 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.035005 10.0.0.23 - - [2025-12-15 02:32:22] "POST /neutron/network HTTP/1.1" 200 834 0.009639 10.0.0.23 - - [2025-12-15 02:32:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001245 10.0.0.23 - - [2025-12-15 02:32:22] "GET /virtual-network/27960afc-88ab-4181-8bce-603a2403a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004851 10.0.0.23 - - [2025-12-15 02:32:22] "GET /virtual-network/27960afc-88ab-4181-8bce-603a2403a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006628 10.0.0.23 - - [2025-12-15 02:32:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.010355 10.0.0.23 - - [2025-12-15 02:32:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001325 10.0.0.65 - - [2025-12-15 02:32:23] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001223 10.0.0.23 - - [2025-12-15 02:32:23] "GET /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.098400 10.0.0.23 - - [2025-12-15 02:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.006622 10.0.0.23 - - [2025-12-15 02:32:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001345 10.0.0.23 - - [2025-12-15 02:32:24] "POST /neutron/network HTTP/1.1" 200 844 0.008542 10.0.0.23 - - [2025-12-15 02:32:24] "POST /neutron/port HTTP/1.1" 200 1063 0.016817 10.0.0.23 - - [2025-12-15 02:32:25] "POST /neutron/port HTTP/1.1" 200 1091 0.022104 10.0.0.65 - - [2025-12-15 02:32:25] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001003 10.0.0.23 - - [2025-12-15 02:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.23 - - [2025-12-15 02:32:25] "GET /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.098818 10.0.0.23 - - [2025-12-15 02:32:25] "POST /neutron/port HTTP/1.1" 200 1091 0.024513 10.0.0.65 - - [2025-12-15 02:32:25] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001158 10.0.0.23 - - [2025-12-15 02:32:25] "POST /neutron/router HTTP/1.1" 200 585 0.114422 10.0.0.23 - - [2025-12-15 02:32:25] "POST /neutron/router HTTP/1.1" 200 656 0.013909 10.0.0.23 - - [2025-12-15 02:32:26] "GET /service-template/64e31822-c7a9-404e-805e-c2c094677c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004389 10.0.0.23 - - [2025-12-15 02:32:26] "POST /route-targets HTTP/1.1" 200 327 0.018469 10.0.0.23 - - [2025-12-15 02:32:26] "POST /service-instances HTTP/1.1" 200 670 0.099398 10.0.0.23 - - [2025-12-15 02:32:26] "POST /neutron/port HTTP/1.1" 200 1091 0.026815 10.0.0.23 - - [2025-12-15 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.041312 10.0.0.23 - - [2025-12-15 02:32:26] "POST /virtual-machines HTTP/1.1" 200 553 0.038228 10.0.0.23 - - [2025-12-15 02:32:27] "POST /instance-ips HTTP/1.1" 200 551 0.055678 10.0.0.23 - - [2025-12-15 02:32:27] "POST /neutron/port HTTP/1.1" 200 1063 0.090198 10.0.0.23 - - [2025-12-15 02:32:27] "PUT /virtual-machine-interface/f26d38c2-f2c0-487f-8886-03f92a783752 HTTP/1.1" 200 284 0.024700 10.0.0.23 - - [2025-12-15 02:32:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.136472 10.0.0.23 - - [2025-12-15 02:32:27] "POST /neutron/port HTTP/1.1" 200 1091 0.032057 10.0.0.23 - - [2025-12-15 02:32:27] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.23 - - [2025-12-15 02:32:27] "POST /instance-ips HTTP/1.1" 400 316 0.031419 10.0.0.23 - - [2025-12-15 02:32:27] "PUT /instance-ip/4c24c5da-18c0-41cf-a660-60d054c9321c HTTP/1.1" 200 256 0.028751 10.0.0.23 - - [2025-12-15 02:32:27] "POST /ref-update HTTP/1.1" 200 156 0.032977 10.0.0.23 - - [2025-12-15 02:32:27] "POST /virtual-machines HTTP/1.1" 200 553 0.033394 10.0.0.23 - - [2025-12-15 02:32:27] "POST /instance-ips HTTP/1.1" 400 246 0.025452 10.0.0.23 - - [2025-12-15 02:32:28] "PUT /instance-ip/0bebbdc7-8171-4dbc-92ae-d9e28c5d8151 HTTP/1.1" 200 256 0.054673 10.0.0.23 - - [2025-12-15 02:32:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.115540 10.0.0.23 - - [2025-12-15 02:32:28] "PUT /routing-instance/bb139e23-8915-4895-a0d8-cd81f10cace6 HTTP/1.1" 200 266 0.041437 10.0.0.23 - - [2025-12-15 02:32:28] "POST /chown HTTP/1.1" 200 109 0.020303 10.0.0.23 - - [2025-12-15 02:32:28] "POST /ref-update HTTP/1.1" 200 156 0.034149 10.0.0.23 - - [2025-12-15 02:32:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008875 10.0.0.23 - - [2025-12-15 02:32:31] "POST /neutron/port HTTP/1.1" 200 1091 0.016685 10.0.0.23 - - [2025-12-15 02:32:31] "GET /virtual-machine/7afa9f17-62f2-42d8-813f-1e6b01f2e95c HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2025-12-15 02:32:32] "GET /virtual-machine/7afa9f17-62f2-42d8-813f-1e6b01f2e95c HTTP/1.1" 200 1294 0.033028 10.0.0.23 - - [2025-12-15 02:32:32] "GET /virtual-machine-interface/5d98648e-85b5-4b72-9115-dd3f6a46cd41 HTTP/1.1" 200 2956 0.005345 10.0.0.23 - - [2025-12-15 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2025-12-15 02:32:32] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003521 10.0.0.23 - - [2025-12-15 02:32:32] "GET /virtual-networks?parent_id=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002751 10.0.0.23 - - [2025-12-15 02:32:32] "GET /virtual-network/5a7ca101-17fb-4c6e-acab-e5dee60d6a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006199 10.0.0.23 - - [2025-12-15 02:32:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006460 10.0.0.23 - - [2025-12-15 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005402 10.0.0.23 - - [2025-12-15 02:32:35] "GET /virtual-network/5a7ca101-17fb-4c6e-acab-e5dee60d6a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006520 10.0.0.23 - - [2025-12-15 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.23 - - [2025-12-15 02:32:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003383 10.0.0.23 - - [2025-12-15 02:32:37] "GET /virtual-networks?parent_id=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003231 10.0.0.23 - - [2025-12-15 02:32:37] "GET /virtual-network/5a7ca101-17fb-4c6e-acab-e5dee60d6a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007694 10.0.0.23 - - [2025-12-15 02:32:37] "POST /neutron/port HTTP/1.1" 200 1091 0.019634 10.0.0.23 - - [2025-12-15 02:32:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007405 10.0.0.23 - - [2025-12-15 02:32:37] "GET /virtual-machine/729bc926-a993-475a-88c1-b0c170feabca HTTP/1.1" 200 1294 0.006206 10.0.0.23 - - [2025-12-15 02:32:37] "GET /virtual-machine-interface/11dae075-2ac1-4470-9e29-d6b69a90866b HTTP/1.1" 200 2968 0.005230 10.0.0.23 - - [2025-12-15 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.23 - - [2025-12-15 02:32:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003798 10.0.0.23 - - [2025-12-15 02:32:37] "GET /virtual-networks?parent_id=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002932 10.0.0.23 - - [2025-12-15 02:32:37] "GET /virtual-network/27960afc-88ab-4181-8bce-603a2403a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006489 10.0.0.23 - - [2025-12-15 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.23 - - [2025-12-15 02:32:39] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004054 10.0.0.23 - - [2025-12-15 02:32:39] "GET /virtual-networks?parent_id=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002724 10.0.0.23 - - [2025-12-15 02:32:39] "GET /virtual-network/27960afc-88ab-4181-8bce-603a2403a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005748 10.0.0.23 - - [2025-12-15 02:32:39] "POST /neutron/port HTTP/1.1" 200 1091 0.015572 10.0.0.23 - - [2025-12-15 02:32:44] "DELETE /access-control-list/b7b7e362-8775-489f-a50c-c6d81474f003 HTTP/1.1" 200 115 0.030385 10.0.0.65 - - [2025-12-15 02:32:46] "DELETE /project/0f24ff7e74854bcb90a82263b88202a8 HTTP/1.1" 404 173 0.003091 10.0.0.65 - - [2025-12-15 02:32:46] "DELETE /project/ce6efb8d-f432-46ee-a07d-7ddbee5cfcc8 HTTP/1.1" 404 177 0.005154 10.0.0.23 - - [2025-12-15 02:32:48] "POST /neutron/router HTTP/1.1" 200 344 0.172138 10.0.0.23 - - [2025-12-15 02:32:48] "GET /logical-router/56268b3c-5c07-44be-8141-62c42043af98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.009835 10.0.0.23 - - [2025-12-15 02:32:48] "POST /ref-update HTTP/1.1" 404 171 0.006598 10.0.0.23 - - [2025-12-15 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.23 - - [2025-12-15 02:32:48] "GET /virtual-network/e2362fcb-b9f8-4a25-8798-46a5e76da4ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005847 10.0.0.23 - - [2025-12-15 02:32:48] "PUT /routing-instance/bb139e23-8915-4895-a0d8-cd81f10cace6 HTTP/1.1" 200 266 0.033003 10.0.0.23 - - [2025-12-15 02:32:48] "DELETE /instance-ip/4c24c5da-18c0-41cf-a660-60d054c9321c HTTP/1.1" 200 115 0.071694 10.0.0.23 - - [2025-12-15 02:32:48] "POST /neutron/network HTTP/1.1" 200 834 0.006713 10.0.0.23 - - [2025-12-15 02:32:49] "GET /logical-router/56268b3c-5c07-44be-8141-62c42043af98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003131 10.0.0.23 - - [2025-12-15 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.030608 10.0.0.23 - - [2025-12-15 02:32:49] "POST /neutron/port HTTP/1.1" 200 1117 0.012624 10.0.0.23 - - [2025-12-15 02:32:49] "GET /virtual-machine-interface/7ee04b04-0dd0-49a6-8fd1-fb7d9cc73907?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.010963 10.0.0.23 - - [2025-12-15 02:32:49] "POST /neutron/port HTTP/1.1" 200 1117 0.030186 10.0.0.23 - - [2025-12-15 02:32:49] "DELETE /virtual-machine/62eeada3-c94c-42e2-a65b-92aac6ef61d1 HTTP/1.1" 200 115 0.057275 10.0.0.23 - - [2025-12-15 02:32:49] "GET /instance-ip/0bebbdc7-8171-4dbc-92ae-d9e28c5d8151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.014992 10.0.0.23 - - [2025-12-15 02:32:49] "GET /virtual-machine-interface/eb6815ca-87b4-44a5-b8f9-4eee33094314?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.011617 10.0.0.23 - - [2025-12-15 02:32:49] "DELETE /virtual-machine/c6063343-5ef9-47fa-aee3-e95f87dbe525 HTTP/1.1" 200 115 0.044253 10.0.0.65 - - [2025-12-15 02:32:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003150 10.0.0.23 - - [2025-12-15 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.65 - - [2025-12-15 02:32:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003339 10.0.0.23 - - [2025-12-15 02:32:51] "POST /neutron/network HTTP/1.1" 200 151 0.142273 10.0.0.23 - - [2025-12-15 02:32:51] "DELETE /route-target/5c822f5b-9db4-439a-9b80-9bdeb7bb34c1 HTTP/1.1" 200 115 0.028221 10.0.0.23 - - [2025-12-15 02:32:51] "GET /obj-perms HTTP/1.1" 200 5056 0.058366 10.0.0.50 - - [2025-12-15 02:32:51] "GET /obj-perms HTTP/1.1" 200 5056 0.053266 10.0.0.65 - - [2025-12-15 02:32:52] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001926 10.0.0.23 - - [2025-12-15 02:32:52] "GET /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047680 10.0.0.65 - - [2025-12-15 02:32:52] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001097 10.0.0.23 - - [2025-12-15 02:32:52] "GET /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8?fields=virtual_networks HTTP/1.1" 200 1038 0.043949 10.0.0.65 - - [2025-12-15 02:32:52] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001839 10.0.0.23 - - [2025-12-15 02:32:52] "GET /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.051238 10.0.0.65 - - [2025-12-15 02:32:52] "GET /projects?obj_uuids=0f24ff7e-7485-4bcb-90a8-2263b88202a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001323 10.0.0.23 - - [2025-12-15 02:32:52] "GET /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8?fields=security_groups HTTP/1.1" 200 1267 0.041964 10.0.0.23 - - [2025-12-15 02:32:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.028855 10.0.0.65 - - [2025-12-15 02:32:53] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004286 10.0.0.65 - - [2025-12-15 02:32:53] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.65 - - [2025-12-15 02:32:53] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007624 10.0.0.65 - - [2025-12-15 02:32:53] "POST /id-to-fqname HTTP/1.1" 200 198 0.004670 10.0.0.65 - - [2025-12-15 02:32:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.009886 10.0.0.65 - - [2025-12-15 02:32:54] "POST /security-groups HTTP/1.1" 200 599 0.073933 10.0.0.65 - - [2025-12-15 02:32:54] "POST /projects HTTP/1.1" 200 601 0.315329 10.0.0.23 - - [2025-12-15 02:32:54] "POST /fqname-to-id HTTP/1.1" 404 241 0.005515 10.0.0.65 - - [2025-12-15 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.394265 10.0.0.23 - - [2025-12-15 02:32:54] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.537345 10.0.0.23 - - [2025-12-15 02:32:55] "GET / HTTP/1.1" 200 35931 0.001891 10.0.0.23 - - [2025-12-15 02:32:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000589 10.0.0.23 - - [2025-12-15 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.054639 10.0.0.65 - - [2025-12-15 02:32:57] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.23 - - [2025-12-15 02:32:57] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049126 10.0.0.23 - - [2025-12-15 02:32:57] "POST /neutron/network HTTP/1.1" 200 117 0.048863 10.0.0.23 - - [2025-12-15 02:32:57] "POST /ref-update HTTP/1.1" 200 156 0.029988 10.0.0.65 - - [2025-12-15 02:32:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005688 10.0.0.23 - - [2025-12-15 02:32:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.204874 10.0.0.23 - - [2025-12-15 02:32:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001204 10.0.0.23 - - [2025-12-15 02:32:58] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005588 10.0.0.23 - - [2025-12-15 02:32:58] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006095 10.0.0.23 - - [2025-12-15 02:32:58] "POST /neutron/network HTTP/1.1" 200 1005 0.009147 10.0.0.23 - - [2025-12-15 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.65 - - [2025-12-15 02:32:58] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.23 - - [2025-12-15 02:32:58] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036103 10.0.0.23 - - [2025-12-15 02:32:58] "POST /neutron/network HTTP/1.1" 200 117 0.014561 10.0.0.65 - - [2025-12-15 02:32:59] "POST /useragent-kv HTTP/1.1" 200 115 0.013161 10.0.0.23 - - [2025-12-15 02:32:59] "POST /neutron/subnet HTTP/1.1" 200 823 0.229364 10.0.0.23 - - [2025-12-15 02:32:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001258 10.0.0.23 - - [2025-12-15 02:32:59] "GET /virtual-network/ebbb7859-5211-4ed7-8820-995bfcb03745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006832 10.0.0.23 - - [2025-12-15 02:32:59] "GET /virtual-network/ebbb7859-5211-4ed7-8820-995bfcb03745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005791 10.0.0.23 - - [2025-12-15 02:32:59] "POST /neutron/network HTTP/1.1" 200 1004 0.010415 10.0.0.23 - - [2025-12-15 02:32:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.005859 10.0.0.23 - - [2025-12-15 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.65 - - [2025-12-15 02:32:59] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001284 10.0.0.23 - - [2025-12-15 02:32:59] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040171 10.0.0.23 - - [2025-12-15 02:32:59] "POST /network-policys HTTP/1.1" 200 577 0.073539 10.0.0.23 - - [2025-12-15 02:32:59] "GET /network-policy/44a359ef-ac5c-416a-8766-d3c6ef838f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005940 10.0.0.23 - - [2025-12-15 02:32:59] "POST /neutron/network HTTP/1.1" 200 1005 0.016352 10.0.0.23 - - [2025-12-15 02:32:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.007556 10.0.0.23 - - [2025-12-15 02:32:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.050632 10.0.0.23 - - [2025-12-15 02:32:59] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.011441 10.0.0.23 - - [2025-12-15 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005751 10.0.0.23 - - [2025-12-15 02:32:59] "GET /network-policy/44a359ef-ac5c-416a-8766-d3c6ef838f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004085 10.0.0.23 - - [2025-12-15 02:32:59] "POST /neutron/network HTTP/1.1" 200 1004 0.010388 10.0.0.23 - - [2025-12-15 02:32:59] "POST /access-control-lists HTTP/1.1" 200 596 0.075422 10.0.0.23 - - [2025-12-15 02:32:59] "GET /virtual-network/ebbb7859-5211-4ed7-8820-995bfcb03745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.009466 10.0.0.23 - - [2025-12-15 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.23 - - [2025-12-15 02:33:00] "GET /network-policy/44a359ef-ac5c-416a-8766-d3c6ef838f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003838 10.0.0.23 - - [2025-12-15 02:33:00] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.009698 10.0.0.23 - - [2025-12-15 02:33:02] "GET /virtual-network/ebbb7859-5211-4ed7-8820-995bfcb03745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.009972 10.0.0.23 - - [2025-12-15 02:33:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001286 10.0.0.23 - - [2025-12-15 02:33:02] "POST /neutron/network HTTP/1.1" 200 1123 0.008947 10.0.0.65 - - [2025-12-15 02:33:03] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002207 10.0.0.23 - - [2025-12-15 02:33:03] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.074213 10.0.0.23 - - [2025-12-15 02:33:03] "POST /neutron/port HTTP/1.1" 200 117 0.012092 10.0.0.23 - - [2025-12-15 02:33:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001363 10.0.0.23 - - [2025-12-15 02:33:04] "POST /neutron/network HTTP/1.1" 200 1123 0.007102 10.0.0.23 - - [2025-12-15 02:33:04] "POST /neutron/port HTTP/1.1" 200 1174 0.021840 10.0.0.65 - - [2025-12-15 02:33:04] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.23 - - [2025-12-15 02:33:04] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.103094 10.0.0.23 - - [2025-12-15 02:33:05] "POST /neutron/port HTTP/1.1" 200 1202 0.023315 10.0.0.23 - - [2025-12-15 02:33:05] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013988 10.0.0.23 - - [2025-12-15 02:33:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007650 10.0.0.23 - - [2025-12-15 02:33:05] "POST /neutron/port HTTP/1.1" 200 117 0.007812 10.0.0.23 - - [2025-12-15 02:33:05] "POST /neutron/network HTTP/1.1" 200 1122 0.006898 10.0.0.23 - - [2025-12-15 02:33:05] "PUT /access-control-list/3a1a50d1-63ee-4029-9728-cb85a2e57cdd HTTP/1.1" 200 272 0.063007 10.0.0.23 - - [2025-12-15 02:33:05] "POST /neutron/port HTTP/1.1" 200 1173 0.019902 10.0.0.23 - - [2025-12-15 02:33:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004361 10.0.0.23 - - [2025-12-15 02:33:06] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.23 - - [2025-12-15 02:33:10] "POST /neutron/port HTTP/1.1" 200 1202 0.020314 10.0.0.23 - - [2025-12-15 02:33:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007786 10.0.0.23 - - [2025-12-15 02:33:10] "GET /virtual-machine/e1a92188-1bdd-41a2-8605-6a4a2afae141 HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2025-12-15 02:33:10] "GET /virtual-machine/e1a92188-1bdd-41a2-8605-6a4a2afae141 HTTP/1.1" 200 1300 0.039029 10.0.0.23 - - [2025-12-15 02:33:10] "GET /virtual-machine-interface/51d4fc94-a803-4aac-977c-d641c122c676 HTTP/1.1" 200 3175 0.005908 10.0.0.23 - - [2025-12-15 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.23 - - [2025-12-15 02:33:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.23 - - [2025-12-15 02:33:10] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003229 10.0.0.23 - - [2025-12-15 02:33:10] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006975 10.0.0.23 - - [2025-12-15 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.23 - - [2025-12-15 02:33:14] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005669 10.0.0.23 - - [2025-12-15 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.23 - - [2025-12-15 02:33:18] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005815 10.0.0.23 - - [2025-12-15 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.23 - - [2025-12-15 02:33:22] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005708 10.0.0.23 - - [2025-12-15 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2025-12-15 02:33:26] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005912 10.0.0.23 - - [2025-12-15 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.23 - - [2025-12-15 02:33:30] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005932 10.0.0.23 - - [2025-12-15 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.23 - - [2025-12-15 02:33:34] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005661 10.0.0.23 - - [2025-12-15 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.23 - - [2025-12-15 02:33:38] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006386 10.0.0.23 - - [2025-12-15 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005979 10.0.0.23 - - [2025-12-15 02:33:42] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006428 10.0.0.23 - - [2025-12-15 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.23 - - [2025-12-15 02:33:44] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003526 10.0.0.23 - - [2025-12-15 02:33:44] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002935 10.0.0.23 - - [2025-12-15 02:33:44] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005421 10.0.0.23 - - [2025-12-15 02:33:44] "POST /neutron/port HTTP/1.1" 200 1202 0.017118 10.0.0.65 - - [2025-12-15 02:33:46] "DELETE /project/0f24ff7e-7485-4bcb-90a8-2263b88202a8 HTTP/1.1" 404 177 0.004722 10.0.0.65 - - [2025-12-15 02:33:46] "DELETE /project/b778b06e89d24eb2908c08eab7e0e291 HTTP/1.1" 404 173 0.004016 10.0.0.65 - - [2025-12-15 02:33:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.65 - - [2025-12-15 02:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.65 - - [2025-12-15 02:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.65 - - [2025-12-15 02:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.001022 10.0.0.50 - - [2025-12-15 02:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000640 10.0.0.23 - - [2025-12-15 02:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.50 - - [2025-12-15 02:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2025-12-15 02:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000573 10.0.0.23 - - [2025-12-15 02:33:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.50 - - [2025-12-15 02:33:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2025-12-15 02:33:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.50 - - [2025-12-15 02:33:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2025-12-15 02:33:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007096 10.0.0.65 - - [2025-12-15 02:33:52] "GET /obj-perms HTTP/1.1" 200 5056 0.057948 10.0.0.23 - - [2025-12-15 02:33:52] "GET /obj-perms HTTP/1.1" 200 5056 0.050573 10.0.0.23 - - [2025-12-15 02:33:54] "POST /neutron/port HTTP/1.1" 200 1202 0.016674 10.0.0.23 - - [2025-12-15 02:33:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003953 10.0.0.23 - - [2025-12-15 02:33:54] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.23 - - [2025-12-15 02:33:55] "POST /neutron/port HTTP/1.1" 200 1202 0.026518 10.0.0.23 - - [2025-12-15 02:33:56] "POST /neutron/port HTTP/1.1" 200 1201 0.022945 10.0.0.23 - - [2025-12-15 02:33:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004025 10.0.0.23 - - [2025-12-15 02:33:57] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.23 - - [2025-12-15 02:33:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007501 10.0.0.23 - - [2025-12-15 02:34:05] "POST /neutron/port HTTP/1.1" 200 1201 0.015685 10.0.0.23 - - [2025-12-15 02:34:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008854 10.0.0.23 - - [2025-12-15 02:34:05] "GET /virtual-machine/3794d89c-ffe1-4f3e-835d-4a5ee0393d70 HTTP/1.1" 200 1299 0.006121 10.0.0.23 - - [2025-12-15 02:34:05] "GET /virtual-machine-interface/ce39605f-8708-47b4-92fa-ebfb34c9a379 HTTP/1.1" 200 3176 0.005185 10.0.0.23 - - [2025-12-15 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.23 - - [2025-12-15 02:34:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003581 10.0.0.23 - - [2025-12-15 02:34:05] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003590 10.0.0.23 - - [2025-12-15 02:34:05] "GET /virtual-network/ebbb7859-5211-4ed7-8820-995bfcb03745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005759 10.0.0.23 - - [2025-12-15 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.23 - - [2025-12-15 02:34:07] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005718 10.0.0.23 - - [2025-12-15 02:34:07] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004046 10.0.0.23 - - [2025-12-15 02:34:07] "GET /virtual-network/ebbb7859-5211-4ed7-8820-995bfcb03745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006074 10.0.0.23 - - [2025-12-15 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.65 - - [2025-12-15 02:34:28] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001251 10.0.0.23 - - [2025-12-15 02:34:28] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051627 10.0.0.23 - - [2025-12-15 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.23 - - [2025-12-15 02:34:28] "PUT /network-policy/44a359ef-ac5c-416a-8766-d3c6ef838f2a HTTP/1.1" 200 262 0.017156 10.0.0.23 - - [2025-12-15 02:34:29] "PUT /access-control-list/3a1a50d1-63ee-4029-9728-cb85a2e57cdd HTTP/1.1" 200 272 0.058059 10.0.0.23 - - [2025-12-15 02:34:32] "GET /virtual-network/ebbb7859-5211-4ed7-8820-995bfcb03745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008054 10.0.0.23 - - [2025-12-15 02:34:32] "POST /neutron/network HTTP/1.1" 200 1112 0.012760 10.0.0.23 - - [2025-12-15 02:34:32] "POST /ref-update HTTP/1.1" 200 156 0.049891 10.0.0.23 - - [2025-12-15 02:34:32] "GET /virtual-network/ebbb7859-5211-4ed7-8820-995bfcb03745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.013360 10.0.0.23 - - [2025-12-15 02:34:32] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.016671 10.0.0.23 - - [2025-12-15 02:34:32] "POST /neutron/network HTTP/1.1" 200 1113 0.021371 10.0.0.23 - - [2025-12-15 02:34:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.007270 10.0.0.23 - - [2025-12-15 02:34:32] "GET /virtual-network/faa4fb24-4d61-4a6b-bbba-8e468996c442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.019247 10.0.0.23 - - [2025-12-15 02:34:32] "DELETE /network-policy/44a359ef-ac5c-416a-8766-d3c6ef838f2a HTTP/1.1" 200 115 0.059616 10.0.0.23 - - [2025-12-15 02:34:33] "POST /neutron/network HTTP/1.1" 200 1004 0.021937 10.0.0.23 - - [2025-12-15 02:34:33] "POST /neutron/network HTTP/1.1" 400 204 0.020752 10.0.0.23 - - [2025-12-15 02:34:33] "POST /neutron/port HTTP/1.1" 200 151 0.327418 10.0.0.65 - - [2025-12-15 02:34:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003666 10.0.0.23 - - [2025-12-15 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.014832 10.0.0.65 - - [2025-12-15 02:34:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003889 10.0.0.65 - - [2025-12-15 02:34:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003619 10.0.0.65 - - [2025-12-15 02:34:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002703 10.0.0.23 - - [2025-12-15 02:34:35] "POST /neutron/network HTTP/1.1" 200 151 0.183684 10.0.0.23 - - [2025-12-15 02:34:35] "DELETE /route-target/c379d5ba-9e10-433c-a3fa-b14fe641f01a HTTP/1.1" 200 115 0.021998 10.0.0.65 - - [2025-12-15 02:34:40] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.23 - - [2025-12-15 02:34:40] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046367 10.0.0.23 - - [2025-12-15 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.65 - - [2025-12-15 02:34:40] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.23 - - [2025-12-15 02:34:40] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.006942 10.0.0.23 - - [2025-12-15 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.65 - - [2025-12-15 02:34:40] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000925 10.0.0.23 - - [2025-12-15 02:34:40] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038459 10.0.0.23 - - [2025-12-15 02:34:41] "GET /domains HTTP/1.1" 200 280 0.004835 10.0.0.65 - - [2025-12-15 02:34:41] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001726 10.0.0.23 - - [2025-12-15 02:34:41] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e HTTP/1.1" 200 2774 0.017077 10.0.0.65 - - [2025-12-15 02:34:41] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001236 10.0.0.23 - - [2025-12-15 02:34:41] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291 HTTP/1.1" 200 1901 0.083750 10.0.0.23 - - [2025-12-15 02:34:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004443 10.0.0.23 - - [2025-12-15 02:34:41] "POST /network-ipams HTTP/1.1" 200 609 0.029073 10.0.0.23 - - [2025-12-15 02:34:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.004773 10.0.0.23 - - [2025-12-15 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.23 - - [2025-12-15 02:34:41] "GET /network-ipam/a74ad3e8-5e1b-4041-9af7-afbe161c7dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.006683 10.0.0.23 - - [2025-12-15 02:34:41] "PUT /network-ipam/a74ad3e8-5e1b-4041-9af7-afbe161c7dad HTTP/1.1" 200 258 0.016871 10.0.0.23 - - [2025-12-15 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.65 - - [2025-12-15 02:34:41] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.23 - - [2025-12-15 02:34:41] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048740 10.0.0.23 - - [2025-12-15 02:34:41] "POST /neutron/network HTTP/1.1" 200 117 0.013269 10.0.0.65 - - [2025-12-15 02:34:42] "POST /useragent-kv HTTP/1.1" 200 115 0.012054 10.0.0.23 - - [2025-12-15 02:34:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.249645 10.0.0.23 - - [2025-12-15 02:34:42] "POST /id-to-fqname HTTP/1.1" 200 231 0.001853 10.0.0.23 - - [2025-12-15 02:34:42] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007735 10.0.0.23 - - [2025-12-15 02:34:42] "POST /neutron/network HTTP/1.1" 200 1309 0.012079 10.0.0.23 - - [2025-12-15 02:34:42] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005382 10.0.0.23 - - [2025-12-15 02:34:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.009918 10.0.0.23 - - [2025-12-15 02:34:43] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006467 10.0.0.50 - - [2025-12-15 02:34:43] "GET /obj-perms HTTP/1.1" 200 5046 0.054339 10.0.0.23 - - [2025-12-15 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.65 - - [2025-12-15 02:34:43] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.23 - - [2025-12-15 02:34:43] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044565 10.0.0.65 - - [2025-12-15 02:34:43] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001296 10.0.0.23 - - [2025-12-15 02:34:43] "POST /neutron/network HTTP/1.1" 200 619 0.119590 10.0.0.23 - - [2025-12-15 02:34:43] "POST /route-targets HTTP/1.1" 200 327 0.017457 10.0.0.65 - - [2025-12-15 02:34:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005160 10.0.0.23 - - [2025-12-15 02:34:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.164613 10.0.0.23 - - [2025-12-15 02:34:44] "POST /id-to-fqname HTTP/1.1" 200 231 0.001179 10.0.0.23 - - [2025-12-15 02:34:44] "GET /virtual-network/b9f87cbc-269e-4c98-bf0a-851db74c00f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005774 10.0.0.23 - - [2025-12-15 02:34:44] "GET /virtual-network/b9f87cbc-269e-4c98-bf0a-851db74c00f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005642 10.0.0.23 - - [2025-12-15 02:34:44] "POST /neutron/network HTTP/1.1" 200 1309 0.011111 10.0.0.23 - - [2025-12-15 02:34:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.008960 10.0.0.23 - - [2025-12-15 02:34:44] "GET /virtual-network/b9f87cbc-269e-4c98-bf0a-851db74c00f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005697 10.0.0.23 - - [2025-12-15 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.65 - - [2025-12-15 02:34:44] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000882 10.0.0.23 - - [2025-12-15 02:34:44] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039797 10.0.0.65 - - [2025-12-15 02:34:45] "POST /useragent-kv HTTP/1.1" 200 115 0.009972 10.0.0.23 - - [2025-12-15 02:34:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.212767 10.0.0.23 - - [2025-12-15 02:34:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.006171 10.0.0.23 - - [2025-12-15 02:34:45] "POST /neutron/network HTTP/1.1" 200 1309 0.018622 10.0.0.23 - - [2025-12-15 02:34:45] "POST /id-to-fqname HTTP/1.1" 200 231 0.001112 10.0.0.23 - - [2025-12-15 02:34:45] "GET /virtual-network/0ec59383-d725-4b6f-96cb-1acc2cefd7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007088 10.0.0.23 - - [2025-12-15 02:34:45] "GET /virtual-network/0ec59383-d725-4b6f-96cb-1acc2cefd7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005229 10.0.0.23 - - [2025-12-15 02:34:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.011508 10.0.0.23 - - [2025-12-15 02:34:46] "GET /virtual-network/0ec59383-d725-4b6f-96cb-1acc2cefd7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006201 10.0.0.23 - - [2025-12-15 02:34:46] "GET /obj-perms HTTP/1.1" 200 5046 0.049635 10.0.0.65 - - [2025-12-15 02:34:46] "GET /obj-perms HTTP/1.1" 200 5046 0.049687 10.0.0.23 - - [2025-12-15 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.65 - - [2025-12-15 02:34:46] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000847 10.0.0.23 - - [2025-12-15 02:34:46] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037590 10.0.0.23 - - [2025-12-15 02:34:46] "POST /neutron/network HTTP/1.1" 200 117 0.015031 10.0.0.23 - - [2025-12-15 02:34:46] "POST /route-targets HTTP/1.1" 200 327 0.014879 10.0.0.65 - - [2025-12-15 02:34:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005845 10.0.0.23 - - [2025-12-15 02:34:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.194896 10.0.0.23 - - [2025-12-15 02:34:47] "POST /id-to-fqname HTTP/1.1" 200 231 0.001937 10.0.0.23 - - [2025-12-15 02:34:47] "GET /virtual-network/f560b97c-b34d-4b1f-a0b7-1dce804df87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.009487 10.0.0.23 - - [2025-12-15 02:34:47] "POST /neutron/network HTTP/1.1" 200 1309 0.015453 10.0.0.23 - - [2025-12-15 02:34:47] "GET /virtual-network/f560b97c-b34d-4b1f-a0b7-1dce804df87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008093 10.0.0.23 - - [2025-12-15 02:34:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.012815 10.0.0.23 - - [2025-12-15 02:34:47] "GET /virtual-network/f560b97c-b34d-4b1f-a0b7-1dce804df87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006767 10.0.0.50 - - [2025-12-15 02:34:48] "GET /obj-perms HTTP/1.1" 200 5046 0.003771 10.0.0.23 - - [2025-12-15 02:34:48] "POST /fqname-to-id HTTP/1.1" 404 225 0.003685 10.0.0.23 - - [2025-12-15 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.65 - - [2025-12-15 02:34:48] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.23 - - [2025-12-15 02:34:48] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038442 10.0.0.23 - - [2025-12-15 02:34:48] "POST /network-policys HTTP/1.1" 200 559 0.029312 10.0.0.23 - - [2025-12-15 02:34:48] "GET /network-policy/94c855e2-a820-40a0-91db-a17e0bb935e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.007602 10.0.0.23 - - [2025-12-15 02:34:48] "POST /fqname-to-id HTTP/1.1" 404 225 0.004178 10.0.0.23 - - [2025-12-15 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.65 - - [2025-12-15 02:34:48] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.23 - - [2025-12-15 02:34:48] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051398 10.0.0.23 - - [2025-12-15 02:34:48] "POST /network-policys HTTP/1.1" 200 559 0.031148 10.0.0.23 - - [2025-12-15 02:34:48] "GET /network-policy/6ac307f4-efb8-4174-a45b-51577c4df5a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006445 10.0.0.23 - - [2025-12-15 02:34:48] "POST /fqname-to-id HTTP/1.1" 404 225 0.004202 10.0.0.23 - - [2025-12-15 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.65 - - [2025-12-15 02:34:49] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001154 10.0.0.23 - - [2025-12-15 02:34:49] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052392 10.0.0.23 - - [2025-12-15 02:34:49] "POST /network-policys HTTP/1.1" 200 559 0.036760 10.0.0.23 - - [2025-12-15 02:34:49] "GET /network-policy/5725ac71-32fe-40be-b2f5-dc54efffe184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006547 10.0.0.23 - - [2025-12-15 02:34:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.003151 10.0.0.23 - - [2025-12-15 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.65 - - [2025-12-15 02:34:49] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.23 - - [2025-12-15 02:34:49] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039120 10.0.0.23 - - [2025-12-15 02:34:49] "POST /network-policys HTTP/1.1" 200 559 0.031518 10.0.0.23 - - [2025-12-15 02:34:49] "GET /network-policy/b1f710e5-c56d-4e30-80b6-4550cdeb923a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006992 10.0.0.23 - - [2025-12-15 02:34:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.003306 10.0.0.23 - - [2025-12-15 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.65 - - [2025-12-15 02:34:49] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.23 - - [2025-12-15 02:34:49] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050964 10.0.0.23 - - [2025-12-15 02:34:49] "POST /network-policys HTTP/1.1" 200 559 0.037785 10.0.0.23 - - [2025-12-15 02:34:50] "GET /network-policy/c8d6d5e7-9451-4a95-b52e-9babb3807e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.008145 10.0.0.23 - - [2025-12-15 02:34:50] "POST /fqname-to-id HTTP/1.1" 404 225 0.003136 10.0.0.23 - - [2025-12-15 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.65 - - [2025-12-15 02:34:50] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.23 - - [2025-12-15 02:34:50] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048027 10.0.0.23 - - [2025-12-15 02:34:50] "POST /network-policys HTTP/1.1" 200 559 0.030058 10.0.0.23 - - [2025-12-15 02:34:50] "GET /network-policy/0fbaae72-48a5-4a08-b6ad-669963f842cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.008040 10.0.0.23 - - [2025-12-15 02:34:50] "POST /fqname-to-id HTTP/1.1" 404 225 0.003379 10.0.0.23 - - [2025-12-15 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.65 - - [2025-12-15 02:34:50] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.23 - - [2025-12-15 02:34:50] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050261 10.0.0.23 - - [2025-12-15 02:34:50] "POST /network-policys HTTP/1.1" 200 559 0.033126 10.0.0.23 - - [2025-12-15 02:34:50] "GET /network-policy/4087328c-8627-4d06-a90d-13ec7545399b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.008051 10.0.0.23 - - [2025-12-15 02:34:50] "POST /fqname-to-id HTTP/1.1" 404 225 0.003277 10.0.0.23 - - [2025-12-15 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.65 - - [2025-12-15 02:34:51] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.23 - - [2025-12-15 02:34:51] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041738 10.0.0.23 - - [2025-12-15 02:34:51] "POST /network-policys HTTP/1.1" 200 559 0.029842 10.0.0.23 - - [2025-12-15 02:34:51] "GET /network-policy/d4e73354-b3ff-45e1-9ea3-586678ea7930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006129 10.0.0.23 - - [2025-12-15 02:34:51] "POST /neutron/network HTTP/1.1" 200 1494 0.089005 10.0.0.23 - - [2025-12-15 02:34:51] "POST /access-control-lists HTTP/1.1" 200 605 0.047817 10.0.0.23 - - [2025-12-15 02:34:51] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.009068 10.0.0.23 - - [2025-12-15 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008476 10.0.0.23 - - [2025-12-15 02:34:51] "GET /network-policy/6ac307f4-efb8-4174-a45b-51577c4df5a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004498 10.0.0.23 - - [2025-12-15 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.23 - - [2025-12-15 02:34:51] "GET /network-policy/94c855e2-a820-40a0-91db-a17e0bb935e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005802 10.0.0.23 - - [2025-12-15 02:34:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.004306 10.0.0.23 - - [2025-12-15 02:34:51] "POST /neutron/network HTTP/1.1" 200 1494 0.089725 10.0.0.23 - - [2025-12-15 02:34:52] "POST /ref-update HTTP/1.1" 200 156 0.043193 10.0.0.23 - - [2025-12-15 02:34:52] "GET /virtual-network/b9f87cbc-269e-4c98-bf0a-851db74c00f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.012103 10.0.0.23 - - [2025-12-15 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005930 10.0.0.23 - - [2025-12-15 02:34:52] "GET /network-policy/5725ac71-32fe-40be-b2f5-dc54efffe184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004446 10.0.0.23 - - [2025-12-15 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.23 - - [2025-12-15 02:34:52] "GET /network-policy/b1f710e5-c56d-4e30-80b6-4550cdeb923a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006591 10.0.0.23 - - [2025-12-15 02:34:52] "POST /neutron/network HTTP/1.1" 200 1494 0.099247 10.0.0.23 - - [2025-12-15 02:34:52] "GET /virtual-network/0ec59383-d725-4b6f-96cb-1acc2cefd7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007007 10.0.0.23 - - [2025-12-15 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.23 - - [2025-12-15 02:34:52] "GET /network-policy/0fbaae72-48a5-4a08-b6ad-669963f842cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.009963 10.0.0.23 - - [2025-12-15 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.019792 10.0.0.23 - - [2025-12-15 02:34:52] "GET /network-policy/c8d6d5e7-9451-4a95-b52e-9babb3807e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005736 10.0.0.23 - - [2025-12-15 02:34:52] "POST /fqname-to-id HTTP/1.1" 404 248 0.010830 10.0.0.23 - - [2025-12-15 02:34:52] "POST /neutron/network HTTP/1.1" 200 1494 0.105261 10.0.0.23 - - [2025-12-15 02:34:53] "GET /virtual-network/f560b97c-b34d-4b1f-a0b7-1dce804df87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006091 10.0.0.23 - - [2025-12-15 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007580 10.0.0.23 - - [2025-12-15 02:34:53] "GET /network-policy/4087328c-8627-4d06-a90d-13ec7545399b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004871 10.0.0.23 - - [2025-12-15 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005308 10.0.0.23 - - [2025-12-15 02:34:53] "GET /network-policy/d4e73354-b3ff-45e1-9ea3-586678ea7930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005018 10.0.0.23 - - [2025-12-15 02:34:53] "POST /id-to-fqname HTTP/1.1" 200 231 0.001157 10.0.0.65 - - [2025-12-15 02:35:24] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.23 - - [2025-12-15 02:35:24] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.089646 10.0.0.23 - - [2025-12-15 02:35:24] "POST /neutron/network HTTP/1.1" 200 1494 0.013513 10.0.0.23 - - [2025-12-15 02:35:25] "POST /id-to-fqname HTTP/1.1" 200 231 0.001325 10.0.0.23 - - [2025-12-15 02:35:25] "POST /neutron/port HTTP/1.1" 200 117 0.005856 10.0.0.65 - - [2025-12-15 02:35:25] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.23 - - [2025-12-15 02:35:26] "POST /neutron/port HTTP/1.1" 200 1170 0.663100 10.0.0.65 - - [2025-12-15 02:35:26] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.23 - - [2025-12-15 02:35:26] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.172931 10.0.0.23 - - [2025-12-15 02:35:26] "POST /neutron/network HTTP/1.1" 200 1494 0.032942 10.0.0.23 - - [2025-12-15 02:35:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.021198 10.0.0.23 - - [2025-12-15 02:35:26] "POST /neutron/port HTTP/1.1" 200 1198 0.056310 10.0.0.23 - - [2025-12-15 02:35:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009859 10.0.0.23 - - [2025-12-15 02:35:26] "POST /neutron/port HTTP/1.1" 200 117 0.005760 10.0.0.65 - - [2025-12-15 02:35:26] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.23 - - [2025-12-15 02:35:27] "PUT /access-control-list/dcf01cf2-138d-418d-a341-99406142b42b HTTP/1.1" 200 272 0.054860 10.0.0.23 - - [2025-12-15 02:35:27] "POST /neutron/port HTTP/1.1" 200 1170 0.707093 10.0.0.23 - - [2025-12-15 02:35:28] "POST /neutron/port HTTP/1.1" 200 1224 0.237832 10.0.0.23 - - [2025-12-15 02:35:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014578 10.0.0.23 - - [2025-12-15 02:35:28] "POST /neutron/port HTTP/1.1" 200 117 0.006253 10.0.0.23 - - [2025-12-15 02:35:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013376 10.0.0.23 - - [2025-12-15 02:35:42] "POST /neutron/port HTTP/1.1" 200 1198 0.057041 10.0.0.23 - - [2025-12-15 02:35:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013069 10.0.0.23 - - [2025-12-15 02:35:57] "POST /neutron/port HTTP/1.1" 200 1198 0.055518 10.0.0.23 - - [2025-12-15 02:36:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011556 10.0.0.23 - - [2025-12-15 02:36:12] "POST /neutron/port HTTP/1.1" 200 1198 0.017558 10.0.0.23 - - [2025-12-15 02:36:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010409 10.0.0.23 - - [2025-12-15 02:36:28] "POST /neutron/port HTTP/1.1" 200 1198 0.017568 10.0.0.23 - - [2025-12-15 02:36:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013643 10.0.0.23 - - [2025-12-15 02:36:33] "POST /neutron/port HTTP/1.1" 200 1198 0.017361 10.0.0.23 - - [2025-12-15 02:36:33] "GET /virtual-machine/a918ac88-9605-4b80-96aa-3008ba5e064d HTTP/1.1" 200 1301 0.006421 10.0.0.23 - - [2025-12-15 02:36:33] "GET /virtual-machine-interface/cf003ad5-3991-4aba-9c1f-0737d237995c HTTP/1.1" 200 3185 0.005985 10.0.0.23 - - [2025-12-15 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.23 - - [2025-12-15 02:36:33] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003679 10.0.0.23 - - [2025-12-15 02:36:33] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003629 10.0.0.23 - - [2025-12-15 02:36:33] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005830 10.0.0.23 - - [2025-12-15 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.23 - - [2025-12-15 02:36:36] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005953 10.0.0.23 - - [2025-12-15 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.23 - - [2025-12-15 02:36:40] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005106 10.0.0.23 - - [2025-12-15 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.23 - - [2025-12-15 02:36:45] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006848 10.0.0.23 - - [2025-12-15 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.23 - - [2025-12-15 02:36:49] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007290 10.0.0.23 - - [2025-12-15 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.23 - - [2025-12-15 02:36:53] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005330 10.0.0.23 - - [2025-12-15 02:36:54] "POST /neutron/port HTTP/1.1" 200 1198 0.324586 10.0.0.65 - - [2025-12-15 02:36:54] "GET /obj-perms HTTP/1.1" 200 5056 0.065409 10.0.0.23 - - [2025-12-15 02:36:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004169 10.0.0.23 - - [2025-12-15 02:36:54] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.23 - - [2025-12-15 02:36:55] "GET /obj-perms HTTP/1.1" 200 5056 0.048457 10.0.0.23 - - [2025-12-15 02:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.23 - - [2025-12-15 02:36:57] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007279 10.0.0.23 - - [2025-12-15 02:36:59] "POST /neutron/port HTTP/1.1" 200 1198 0.019447 10.0.0.23 - - [2025-12-15 02:37:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003760 10.0.0.23 - - [2025-12-15 02:37:00] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.23 - - [2025-12-15 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.23 - - [2025-12-15 02:37:01] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006051 10.0.0.23 - - [2025-12-15 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.23 - - [2025-12-15 02:37:05] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007490 10.0.0.23 - - [2025-12-15 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005960 10.0.0.23 - - [2025-12-15 02:37:09] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.008465 10.0.0.23 - - [2025-12-15 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005220 10.0.0.23 - - [2025-12-15 02:37:11] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003828 10.0.0.23 - - [2025-12-15 02:37:11] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002950 10.0.0.23 - - [2025-12-15 02:37:11] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005902 10.0.0.23 - - [2025-12-15 02:37:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007370 10.0.0.23 - - [2025-12-15 02:37:21] "POST /neutron/port HTTP/1.1" 200 1198 0.044551 10.0.0.23 - - [2025-12-15 02:37:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007839 10.0.0.23 - - [2025-12-15 02:37:32] "POST /neutron/port HTTP/1.1" 200 1198 0.018565 10.0.0.23 - - [2025-12-15 02:37:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006995 10.0.0.23 - - [2025-12-15 02:37:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006554 10.0.0.23 - - [2025-12-15 02:37:32] "GET /virtual-machine/d853ca0c-9aaa-409c-943f-628a43b48f22 HTTP/1.1" 200 1301 0.006815 10.0.0.23 - - [2025-12-15 02:37:32] "GET /virtual-machine-interface/d18f0dd0-49f6-43d7-9e46-c498ff163048 HTTP/1.1" 200 3185 0.005990 10.0.0.23 - - [2025-12-15 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.23 - - [2025-12-15 02:37:32] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004223 10.0.0.23 - - [2025-12-15 02:37:32] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003464 10.0.0.23 - - [2025-12-15 02:37:32] "GET /virtual-network/b9f87cbc-269e-4c98-bf0a-851db74c00f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005951 10.0.0.23 - - [2025-12-15 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006542 10.0.0.23 - - [2025-12-15 02:37:34] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004243 10.0.0.23 - - [2025-12-15 02:37:34] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002991 10.0.0.23 - - [2025-12-15 02:37:34] "GET /virtual-network/b9f87cbc-269e-4c98-bf0a-851db74c00f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006285 10.0.0.23 - - [2025-12-15 02:37:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007326 10.0.0.23 - - [2025-12-15 02:37:44] "POST /neutron/port HTTP/1.1" 200 2278 0.018328 10.0.0.23 - - [2025-12-15 02:37:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007061 10.0.0.23 - - [2025-12-15 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.23 - - [2025-12-15 02:37:44] "GET /network-policy/5725ac71-32fe-40be-b2f5-dc54efffe184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004438 10.0.0.23 - - [2025-12-15 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.23 - - [2025-12-15 02:37:45] "GET /network-policy/b1f710e5-c56d-4e30-80b6-4550cdeb923a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004890 10.0.0.23 - - [2025-12-15 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2025-12-15 02:37:45] "GET /network-policy/94c855e2-a820-40a0-91db-a17e0bb935e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005236 10.0.0.23 - - [2025-12-15 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.23 - - [2025-12-15 02:37:45] "GET /network-policy/6ac307f4-efb8-4174-a45b-51577c4df5a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005190 10.0.0.50 - - [2025-12-15 02:37:55] "GET /obj-perms HTTP/1.1" 200 5056 0.047528 10.0.0.23 - - [2025-12-15 02:37:56] "POST /neutron/port HTTP/1.1" 200 1198 0.015958 10.0.0.23 - - [2025-12-15 02:37:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004243 10.0.0.23 - - [2025-12-15 02:37:56] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.23 - - [2025-12-15 02:37:59] "GET /virtual-machine/d853ca0c-9aaa-409c-943f-628a43b48f22 HTTP/1.1" 200 1301 0.004139 10.0.0.23 - - [2025-12-15 02:37:59] "POST /neutron/port HTTP/1.1" 200 1198 0.039194 10.0.0.23 - - [2025-12-15 02:38:01] "GET /virtual-machine/d853ca0c-9aaa-409c-943f-628a43b48f22 HTTP/1.1" 404 171 0.004524 10.0.0.23 - - [2025-12-15 02:38:01] "GET /virtual-machine/d853ca0c-9aaa-409c-943f-628a43b48f22 HTTP/1.1" 404 171 0.004917 10.0.0.23 - - [2025-12-15 02:38:01] "GET /virtual-machine/d853ca0c-9aaa-409c-943f-628a43b48f22 HTTP/1.1" 404 171 0.004827 10.0.0.23 - - [2025-12-15 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.027701 10.0.0.23 - - [2025-12-15 02:38:01] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005661 10.0.0.23 - - [2025-12-15 02:38:01] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.005064 10.0.0.23 - - [2025-12-15 02:38:01] "GET /virtual-network/b9f87cbc-269e-4c98-bf0a-851db74c00f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007567 10.0.0.23 - - [2025-12-15 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.23 - - [2025-12-15 02:38:01] "GET /routing-instance/493fbf57-0e19-45dd-8a89-7beada9d18f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005943 10.0.0.23 - - [2025-12-15 02:38:01] "GET /route-target/97ea8ebd-98a0-432c-ba2b-fcce14e8c1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005666 10.0.0.23 - - [2025-12-15 02:38:01] "GET /virtual-machine/d853ca0c-9aaa-409c-943f-628a43b48f22 HTTP/1.1" 404 171 0.003824 10.0.0.23 - - [2025-12-15 02:38:02] "GET /virtual-machine/d853ca0c-9aaa-409c-943f-628a43b48f22 HTTP/1.1" 404 171 0.003260 10.0.0.23 - - [2025-12-15 02:38:03] "GET /virtual-machine/d853ca0c-9aaa-409c-943f-628a43b48f22 HTTP/1.1" 404 171 0.004397 10.0.0.23 - - [2025-12-15 02:38:04] "GET /virtual-machine/d853ca0c-9aaa-409c-943f-628a43b48f22 HTTP/1.1" 404 171 0.003401 10.0.0.23 - - [2025-12-15 02:38:05] "GET /virtual-machine/d853ca0c-9aaa-409c-943f-628a43b48f22 HTTP/1.1" 404 171 0.003164 10.0.0.23 - - [2025-12-15 02:38:06] "GET /virtual-machine/d853ca0c-9aaa-409c-943f-628a43b48f22 HTTP/1.1" 404 171 0.005296 10.0.0.23 - - [2025-12-15 02:38:13] "GET /obj-perms HTTP/1.1" 200 5046 0.004770 10.0.0.50 - - [2025-12-15 02:38:13] "GET /obj-perms HTTP/1.1" 200 5046 0.004604 10.0.0.23 - - [2025-12-15 02:38:16] "GET /obj-perms HTTP/1.1" 200 5046 0.003756 10.0.0.23 - - [2025-12-15 02:38:16] "GET /virtual-machine/a918ac88-9605-4b80-96aa-3008ba5e064d HTTP/1.1" 200 1301 0.027456 10.0.0.23 - - [2025-12-15 02:38:17] "POST /neutron/port HTTP/1.1" 200 1198 0.016464 10.0.0.23 - - [2025-12-15 02:38:18] "GET /virtual-machine/a918ac88-9605-4b80-96aa-3008ba5e064d HTTP/1.1" 404 171 0.008024 10.0.0.23 - - [2025-12-15 02:38:18] "GET /virtual-machine/a918ac88-9605-4b80-96aa-3008ba5e064d HTTP/1.1" 404 171 0.003057 10.0.0.23 - - [2025-12-15 02:38:18] "GET /virtual-machine/a918ac88-9605-4b80-96aa-3008ba5e064d HTTP/1.1" 404 171 0.002723 10.0.0.23 - - [2025-12-15 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.23 - - [2025-12-15 02:38:18] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003842 10.0.0.23 - - [2025-12-15 02:38:18] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004170 10.0.0.23 - - [2025-12-15 02:38:18] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005818 10.0.0.23 - - [2025-12-15 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.23 - - [2025-12-15 02:38:19] "GET /routing-instance/7b173c58-ea7c-422d-b6e0-a6db220bfc1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004866 10.0.0.23 - - [2025-12-15 02:38:19] "GET /route-target/15538e50-2e2a-46bd-be2f-ba05ac1564cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003844 10.0.0.65 - - [2025-12-15 02:38:19] "GET /obj-perms HTTP/1.1" 200 5046 0.007567 10.0.0.23 - - [2025-12-15 02:38:22] "GET /obj-perms HTTP/1.1" 200 5046 0.004581 10.0.0.50 - - [2025-12-15 02:38:22] "GET /obj-perms HTTP/1.1" 200 5046 0.004457 10.0.0.23 - - [2025-12-15 02:38:22] "GET /virtual-network/f560b97c-b34d-4b1f-a0b7-1dce804df87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005712 10.0.0.23 - - [2025-12-15 02:38:22] "POST /neutron/network HTTP/1.1" 200 1494 0.015134 10.0.0.23 - - [2025-12-15 02:38:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.035917 10.0.0.23 - - [2025-12-15 02:38:22] "GET /virtual-network/f560b97c-b34d-4b1f-a0b7-1dce804df87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.030006 10.0.0.23 - - [2025-12-15 02:38:22] "GET /virtual-network/0ec59383-d725-4b6f-96cb-1acc2cefd7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005519 10.0.0.23 - - [2025-12-15 02:38:22] "POST /neutron/network HTTP/1.1" 200 1494 0.011889 10.0.0.23 - - [2025-12-15 02:38:23] "GET /virtual-network/0ec59383-d725-4b6f-96cb-1acc2cefd7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.012040 10.0.0.23 - - [2025-12-15 02:38:23] "GET /virtual-network/b9f87cbc-269e-4c98-bf0a-851db74c00f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.018367 10.0.0.23 - - [2025-12-15 02:38:23] "POST /neutron/network HTTP/1.1" 200 1494 0.016086 10.0.0.23 - - [2025-12-15 02:38:23] "GET /virtual-network/b9f87cbc-269e-4c98-bf0a-851db74c00f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.023786 10.0.0.23 - - [2025-12-15 02:38:23] "DELETE /access-control-list/dcf01cf2-138d-418d-a341-99406142b42b HTTP/1.1" 200 115 0.176790 10.0.0.23 - - [2025-12-15 02:38:23] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.012000 10.0.0.23 - - [2025-12-15 02:38:23] "POST /neutron/network HTTP/1.1" 200 1494 0.018883 10.0.0.23 - - [2025-12-15 02:38:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.007415 10.0.0.23 - - [2025-12-15 02:38:23] "POST /ref-update HTTP/1.1" 200 156 0.024433 10.0.0.23 - - [2025-12-15 02:38:23] "GET /virtual-network/7083a7c8-c82a-45c5-88d7-c2cc670d9e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008329 10.0.0.23 - - [2025-12-15 02:38:24] "DELETE /network-policy/d4e73354-b3ff-45e1-9ea3-586678ea7930 HTTP/1.1" 200 115 0.082312 10.0.0.23 - - [2025-12-15 02:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.65 - - [2025-12-15 02:38:24] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.031098 10.0.0.23 - - [2025-12-15 02:38:24] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.097584 10.0.0.23 - - [2025-12-15 02:38:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-33205292&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.010690 10.0.0.23 - - [2025-12-15 02:38:24] "DELETE /network-policy/4087328c-8627-4d06-a90d-13ec7545399b HTTP/1.1" 200 115 0.054257 10.0.0.23 - - [2025-12-15 02:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008064 10.0.0.65 - - [2025-12-15 02:38:24] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000882 10.0.0.23 - - [2025-12-15 02:38:24] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048712 10.0.0.23 - - [2025-12-15 02:38:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-33205292&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005374 10.0.0.23 - - [2025-12-15 02:38:24] "DELETE /network-policy/0fbaae72-48a5-4a08-b6ad-669963f842cc HTTP/1.1" 200 115 0.037226 10.0.0.23 - - [2025-12-15 02:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005895 10.0.0.65 - - [2025-12-15 02:38:24] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.23 - - [2025-12-15 02:38:24] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049376 10.0.0.23 - - [2025-12-15 02:38:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-33205292&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005468 10.0.0.23 - - [2025-12-15 02:38:24] "DELETE /network-policy/c8d6d5e7-9451-4a95-b52e-9babb3807e7a HTTP/1.1" 200 115 0.064947 10.0.0.23 - - [2025-12-15 02:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007311 10.0.0.65 - - [2025-12-15 02:38:24] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.23 - - [2025-12-15 02:38:24] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056598 10.0.0.23 - - [2025-12-15 02:38:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-33205292&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.007459 10.0.0.23 - - [2025-12-15 02:38:25] "DELETE /network-policy/b1f710e5-c56d-4e30-80b6-4550cdeb923a HTTP/1.1" 200 115 0.044828 10.0.0.23 - - [2025-12-15 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.65 - - [2025-12-15 02:38:25] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001052 10.0.0.23 - - [2025-12-15 02:38:25] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047941 10.0.0.23 - - [2025-12-15 02:38:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-33205292&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.006593 10.0.0.23 - - [2025-12-15 02:38:25] "DELETE /network-policy/5725ac71-32fe-40be-b2f5-dc54efffe184 HTTP/1.1" 200 115 0.050396 10.0.0.23 - - [2025-12-15 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.65 - - [2025-12-15 02:38:25] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.23 - - [2025-12-15 02:38:25] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039381 10.0.0.23 - - [2025-12-15 02:38:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-33205292&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005482 10.0.0.23 - - [2025-12-15 02:38:25] "DELETE /network-policy/6ac307f4-efb8-4174-a45b-51577c4df5a2 HTTP/1.1" 200 115 0.037629 10.0.0.23 - - [2025-12-15 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.65 - - [2025-12-15 02:38:25] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.23 - - [2025-12-15 02:38:25] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039798 10.0.0.23 - - [2025-12-15 02:38:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-33205292&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005765 10.0.0.23 - - [2025-12-15 02:38:25] "DELETE /network-policy/94c855e2-a820-40a0-91db-a17e0bb935e1 HTTP/1.1" 200 115 0.063082 10.0.0.23 - - [2025-12-15 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.65 - - [2025-12-15 02:38:25] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.23 - - [2025-12-15 02:38:25] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039510 10.0.0.23 - - [2025-12-15 02:38:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-33205292&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005631 10.0.0.23 - - [2025-12-15 02:38:25] "POST /neutron/network HTTP/1.1" 200 1309 0.012462 10.0.0.65 - - [2025-12-15 02:38:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002618 10.0.0.65 - - [2025-12-15 02:38:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002996 10.0.0.23 - - [2025-12-15 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.65 - - [2025-12-15 02:38:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003613 10.0.0.65 - - [2025-12-15 02:38:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002194 10.0.0.65 - - [2025-12-15 02:38:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002641 10.0.0.65 - - [2025-12-15 02:38:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002319 10.0.0.23 - - [2025-12-15 02:38:26] "POST /neutron/network HTTP/1.1" 200 151 0.148823 10.0.0.23 - - [2025-12-15 02:38:26] "DELETE /route-target/97ea8ebd-98a0-432c-ba2b-fcce14e8c1f1 HTTP/1.1" 200 115 0.022748 10.0.0.23 - - [2025-12-15 02:38:27] "POST /neutron/network HTTP/1.1" 200 1309 0.011681 10.0.0.23 - - [2025-12-15 02:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005838 10.0.0.23 - - [2025-12-15 02:38:27] "DELETE /network-ipam/a74ad3e8-5e1b-4041-9af7-afbe161c7dad HTTP/1.1" 200 115 0.038995 10.0.0.23 - - [2025-12-15 02:38:27] "POST /fqname-to-id HTTP/1.1" 404 252 0.003714 10.0.0.65 - - [2025-12-15 02:38:27] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.65 - - [2025-12-15 02:38:27] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.053221 10.0.0.65 - - [2025-12-15 02:38:27] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.65 - - [2025-12-15 02:38:27] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?fields=security_groups HTTP/1.1" 200 1388 0.050661 10.0.0.65 - - [2025-12-15 02:38:27] "DELETE /security-group/b8859fc0-6d5d-4ad7-a61f-3fe08a5de527 HTTP/1.1" 200 115 0.056136 10.0.0.65 - - [2025-12-15 02:38:27] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002043 10.0.0.23 - - [2025-12-15 02:38:27] "DELETE /access-control-list/abf5e791-cbf9-4e85-afe5-0732b52469be HTTP/1.1" 200 115 0.056381 10.0.0.65 - - [2025-12-15 02:38:27] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?fields=application_policy_sets HTTP/1.1" 200 1427 0.066999 10.0.0.23 - - [2025-12-15 02:38:28] "DELETE /project/b778b06e-89d2-4eb2-908c-08eab7e0e291 HTTP/1.1" 200 115 0.433493 10.0.0.65 - - [2025-12-15 02:38:28] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001449 10.0.0.23 - - [2025-12-15 02:38:28] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?fields=projects HTTP/1.1" 200 1437 0.018306 10.0.0.23 - - [2025-12-15 02:38:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.004295 10.0.0.65 - - [2025-12-15 02:38:33] "POST /id-to-fqname HTTP/1.1" 200 198 0.003930 10.0.0.65 - - [2025-12-15 02:38:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.009866 10.0.0.65 - - [2025-12-15 02:38:33] "POST /security-groups HTTP/1.1" 200 599 0.078809 10.0.0.65 - - [2025-12-15 02:38:33] "POST /projects HTTP/1.1" 200 601 0.295330 10.0.0.23 - - [2025-12-15 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.326299 10.0.0.23 - - [2025-12-15 02:38:33] "POST /access-control-lists HTTP/1.1" 200 604 0.028013 10.0.0.65 - - [2025-12-15 02:38:33] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001630 10.0.0.23 - - [2025-12-15 02:38:33] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.034693 10.0.0.23 - - [2025-12-15 02:38:33] "POST /network-policys HTTP/1.1" 200 559 0.083452 10.0.0.23 - - [2025-12-15 02:38:33] "GET /network-policy/ccce243f-c3b0-403c-a614-f61cf8daf33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.006078 10.0.0.23 - - [2025-12-15 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.65 - - [2025-12-15 02:38:33] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.23 - - [2025-12-15 02:38:33] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043125 10.0.0.65 - - [2025-12-15 02:38:34] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.23 - - [2025-12-15 02:38:34] "POST /neutron/network HTTP/1.1" 200 615 0.125246 10.0.0.23 - - [2025-12-15 02:38:34] "POST /route-targets HTTP/1.1" 200 327 0.014733 10.0.0.23 - - [2025-12-15 02:38:34] "POST /neutron/network HTTP/1.1" 200 1007 0.010533 10.0.0.23 - - [2025-12-15 02:38:34] "POST /id-to-fqname HTTP/1.1" 200 229 0.001207 10.0.0.23 - - [2025-12-15 02:38:34] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005493 10.0.0.23 - - [2025-12-15 02:38:34] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005531 10.0.0.23 - - [2025-12-15 02:38:34] "POST /neutron/subnet HTTP/1.1" 200 721 0.009991 10.0.0.23 - - [2025-12-15 02:38:34] "POST /neutron/network HTTP/1.1" 200 1106 0.084526 10.0.0.23 - - [2025-12-15 02:38:34] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008785 10.0.0.23 - - [2025-12-15 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.23 - - [2025-12-15 02:38:34] "POST /access-control-lists HTTP/1.1" 200 599 0.089373 10.0.0.23 - - [2025-12-15 02:38:35] "GET /network-policy/ccce243f-c3b0-403c-a614-f61cf8daf33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.004256 10.0.0.23 - - [2025-12-15 02:38:35] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007556 10.0.0.65 - - [2025-12-15 02:38:35] "GET /obj-perms HTTP/1.1" 200 5046 0.003439 10.0.0.23 - - [2025-12-15 02:38:35] "POST /id-to-fqname HTTP/1.1" 200 229 0.001403 10.0.0.65 - - [2025-12-15 02:38:36] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000905 10.0.0.23 - - [2025-12-15 02:38:36] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067209 10.0.0.23 - - [2025-12-15 02:38:36] "POST /neutron/network HTTP/1.1" 200 1106 0.035022 10.0.0.23 - - [2025-12-15 02:38:36] "POST /id-to-fqname HTTP/1.1" 200 229 0.001464 10.0.0.23 - - [2025-12-15 02:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.006058 10.0.0.65 - - [2025-12-15 02:38:37] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.23 - - [2025-12-15 02:38:37] "POST /neutron/port HTTP/1.1" 200 1174 0.343645 10.0.0.23 - - [2025-12-15 02:38:37] "POST /neutron/port HTTP/1.1" 200 1228 0.102180 10.0.0.23 - - [2025-12-15 02:38:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005092 10.0.0.65 - - [2025-12-15 02:38:37] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.23 - - [2025-12-15 02:38:37] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072144 10.0.0.23 - - [2025-12-15 02:38:37] "POST /neutron/network HTTP/1.1" 200 1106 0.010933 10.0.0.23 - - [2025-12-15 02:38:37] "POST /neutron/port HTTP/1.1" 200 1202 0.020226 10.0.0.23 - - [2025-12-15 02:38:38] "POST /neutron/port HTTP/1.1" 200 1202 0.026396 10.0.0.65 - - [2025-12-15 02:38:38] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000987 10.0.0.23 - - [2025-12-15 02:38:38] "POST /neutron/port HTTP/1.1" 200 1174 0.342589 10.0.0.23 - - [2025-12-15 02:38:38] "POST /neutron/port HTTP/1.1" 200 1228 0.126241 10.0.0.23 - - [2025-12-15 02:38:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003600 10.0.0.23 - - [2025-12-15 02:38:39] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.23 - - [2025-12-15 02:38:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008446 10.0.0.23 - - [2025-12-15 02:38:43] "POST /neutron/port HTTP/1.1" 200 1202 0.015563 10.0.0.23 - - [2025-12-15 02:38:43] "GET /virtual-machine/9e473756-204b-4d11-9707-1fbb1437918c HTTP/1.1" 200 1301 0.005954 10.0.0.23 - - [2025-12-15 02:38:43] "GET /virtual-machine-interface/2521eecb-30b0-417e-9a5d-7c55290317a3 HTTP/1.1" 200 3178 0.005519 10.0.0.23 - - [2025-12-15 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.23 - - [2025-12-15 02:38:43] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003775 10.0.0.23 - - [2025-12-15 02:38:43] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002818 10.0.0.23 - - [2025-12-15 02:38:43] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005909 10.0.0.23 - - [2025-12-15 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.23 - - [2025-12-15 02:38:46] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005612 10.0.0.65 - - [2025-12-15 02:38:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.65 - - [2025-12-15 02:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.65 - - [2025-12-15 02:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000635 10.0.0.65 - - [2025-12-15 02:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000864 10.0.0.65 - - [2025-12-15 02:38:47] "DELETE /project/b778b06e89d24eb2908c08eab7e0e291 HTTP/1.1" 404 173 0.026737 10.0.0.50 - - [2025-12-15 02:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.23 - - [2025-12-15 02:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.50 - - [2025-12-15 02:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2025-12-15 02:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.23 - - [2025-12-15 02:38:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.50 - - [2025-12-15 02:38:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.23 - - [2025-12-15 02:38:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000840 10.0.0.50 - - [2025-12-15 02:38:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.23 - - [2025-12-15 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.23 - - [2025-12-15 02:38:50] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005607 10.0.0.23 - - [2025-12-15 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.23 - - [2025-12-15 02:38:54] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008609 10.0.0.23 - - [2025-12-15 02:38:56] "GET /obj-perms HTTP/1.1" 200 5056 0.047429 10.0.0.23 - - [2025-12-15 02:38:58] "POST /neutron/port HTTP/1.1" 200 1202 0.016003 10.0.0.23 - - [2025-12-15 02:38:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004345 10.0.0.23 - - [2025-12-15 02:38:58] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.23 - - [2025-12-15 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.23 - - [2025-12-15 02:38:58] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006302 10.0.0.23 - - [2025-12-15 02:39:02] "POST /neutron/port HTTP/1.1" 200 1202 0.023071 10.0.0.23 - - [2025-12-15 02:39:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004712 10.0.0.23 - - [2025-12-15 02:39:02] "POST /neutron/port HTTP/1.1" 200 117 0.001451 10.0.0.23 - - [2025-12-15 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005849 10.0.0.23 - - [2025-12-15 02:39:02] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008617 10.0.0.23 - - [2025-12-15 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005861 10.0.0.23 - - [2025-12-15 02:39:07] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.009295 10.0.0.23 - - [2025-12-15 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.23 - - [2025-12-15 02:39:11] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005191 10.0.0.23 - - [2025-12-15 02:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005175 10.0.0.23 - - [2025-12-15 02:39:15] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007440 10.0.0.23 - - [2025-12-15 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.23 - - [2025-12-15 02:39:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003715 10.0.0.23 - - [2025-12-15 02:39:17] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003787 10.0.0.23 - - [2025-12-15 02:39:17] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006263 10.0.0.23 - - [2025-12-15 02:39:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008093 10.0.0.23 - - [2025-12-15 02:39:27] "POST /neutron/port HTTP/1.1" 200 1202 0.014274 10.0.0.23 - - [2025-12-15 02:39:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007544 10.0.0.23 - - [2025-12-15 02:39:32] "POST /neutron/port HTTP/1.1" 200 1202 0.045637 10.0.0.23 - - [2025-12-15 02:39:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007520 10.0.0.23 - - [2025-12-15 02:39:43] "POST /neutron/port HTTP/1.1" 200 1202 0.017930 10.0.0.23 - - [2025-12-15 02:39:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007171 10.0.0.23 - - [2025-12-15 02:39:43] "GET /virtual-machine/5b268fcf-5b5d-4d3e-aa1c-132f90817bdf HTTP/1.1" 200 1300 0.005405 10.0.0.23 - - [2025-12-15 02:39:43] "GET /virtual-machine-interface/1d268720-c4be-4617-87d9-ae1095304bf4 HTTP/1.1" 200 3177 0.005163 10.0.0.23 - - [2025-12-15 02:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.23 - - [2025-12-15 02:39:43] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004913 10.0.0.23 - - [2025-12-15 02:39:43] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003497 10.0.0.23 - - [2025-12-15 02:39:43] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005657 10.0.0.23 - - [2025-12-15 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.23 - - [2025-12-15 02:39:44] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004183 10.0.0.23 - - [2025-12-15 02:39:44] "GET /virtual-networks?parent_id=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002767 10.0.0.23 - - [2025-12-15 02:39:44] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005788 10.0.0.23 - - [2025-12-15 02:40:00] "POST /neutron/network HTTP/1.1" 200 1116 0.007686 10.0.0.23 - - [2025-12-15 02:40:00] "POST /neutron/subnet HTTP/1.1" 200 1381 0.013783 10.0.0.23 - - [2025-12-15 02:40:00] "POST /neutron/network HTTP/1.1" 200 1106 0.011154 10.0.0.23 - - [2025-12-15 02:40:04] "POST /neutron/network HTTP/1.1" 200 1116 0.008103 10.0.0.23 - - [2025-12-15 02:40:04] "POST /neutron/subnet HTTP/1.1" 200 1381 0.013350 10.0.0.23 - - [2025-12-15 02:40:04] "POST /neutron/network HTTP/1.1" 200 1106 0.010596 10.0.0.23 - - [2025-12-15 02:40:08] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008660 10.0.0.23 - - [2025-12-15 02:40:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.003182 10.0.0.23 - - [2025-12-15 02:40:08] "POST /neutron/network HTTP/1.1" 200 1007 0.014168 10.0.0.23 - - [2025-12-15 02:40:08] "GET /virtual-network/3f61fc17-3e25-4286-886a-609f0e5b98f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005929 10.0.0.23 - - [2025-12-15 02:40:08] "POST /neutron/port HTTP/1.1" 200 1202 0.019870 10.0.0.23 - - [2025-12-15 02:40:08] "POST /neutron/port HTTP/1.1" 200 1202 0.013518 10.0.0.23 - - [2025-12-15 02:40:10] "POST /neutron/network HTTP/1.1" 200 1007 0.012960 10.0.0.23 - - [2025-12-15 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.23 - - [2025-12-15 02:40:11] "DELETE /network-policy/ccce243f-c3b0-403c-a614-f61cf8daf33a HTTP/1.1" 200 115 0.043520 10.0.0.65 - - [2025-12-15 02:40:13] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001071 10.0.0.23 - - [2025-12-15 02:40:13] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065215 10.0.0.65 - - [2025-12-15 02:40:13] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001340 10.0.0.23 - - [2025-12-15 02:40:13] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?fields=virtual_networks HTTP/1.1" 200 1049 0.040604 10.0.0.65 - - [2025-12-15 02:40:13] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.23 - - [2025-12-15 02:40:13] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.058546 10.0.0.65 - - [2025-12-15 02:40:13] "GET /projects?obj_uuids=b778b06e-89d2-4eb2-908c-08eab7e0e291&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001293 10.0.0.23 - - [2025-12-15 02:40:13] "GET /project/b778b06e-89d2-4eb2-908c-08eab7e0e291?fields=security_groups HTTP/1.1" 200 1283 0.044311 10.0.0.23 - - [2025-12-15 02:40:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.028696 10.0.0.65 - - [2025-12-15 02:40:14] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002792 10.0.0.65 - - [2025-12-15 02:40:14] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.65 - - [2025-12-15 02:40:14] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007278 10.0.0.65 - - [2025-12-15 02:40:14] "POST /id-to-fqname HTTP/1.1" 200 204 0.001197 10.0.0.65 - - [2025-12-15 02:40:14] "POST /fqname-to-id HTTP/1.1" 404 213 0.010533 10.0.0.65 - - [2025-12-15 02:40:15] "POST /security-groups HTTP/1.1" 200 605 0.036074 10.0.0.65 - - [2025-12-15 02:40:15] "POST /projects HTTP/1.1" 200 613 0.255612 10.0.0.23 - - [2025-12-15 02:40:15] "POST /access-control-lists HTTP/1.1" 200 610 0.025920 10.0.0.65 - - [2025-12-15 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.324964 10.0.0.23 - - [2025-12-15 02:40:15] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.456350 10.0.0.23 - - [2025-12-15 02:40:16] "GET / HTTP/1.1" 200 35931 0.001484 10.0.0.23 - - [2025-12-15 02:40:19] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.65 - - [2025-12-15 02:40:19] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001024 10.0.0.23 - - [2025-12-15 02:40:20] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.069150 10.0.0.23 - - [2025-12-15 02:40:20] "GET / HTTP/1.1" 200 35931 0.001852 10.0.0.23 - - [2025-12-15 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.65 - - [2025-12-15 02:40:20] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.23 - - [2025-12-15 02:40:20] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.006711 10.0.0.23 - - [2025-12-15 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.65 - - [2025-12-15 02:40:20] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000977 10.0.0.23 - - [2025-12-15 02:40:20] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.042577 10.0.0.23 - - [2025-12-15 02:40:21] "GET /domains HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2025-12-15 02:40:22] "GET /domains HTTP/1.1" 200 280 0.030113 10.0.0.65 - - [2025-12-15 02:40:22] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.23 - - [2025-12-15 02:40:22] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e HTTP/1.1" 200 2974 0.012424 10.0.0.65 - - [2025-12-15 02:40:22] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000886 10.0.0.23 - - [2025-12-15 02:40:22] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee HTTP/1.1" 200 1937 0.090237 10.0.0.23 - - [2025-12-15 02:40:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.010456 10.0.0.23 - - [2025-12-15 02:40:22] "POST /network-ipams HTTP/1.1" 200 627 0.048715 10.0.0.23 - - [2025-12-15 02:40:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003378 10.0.0.23 - - [2025-12-15 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.23 - - [2025-12-15 02:40:22] "GET /network-ipam/9178742b-c8b0-4482-b4d2-e2fefb0299d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.006218 10.0.0.23 - - [2025-12-15 02:40:22] "PUT /network-ipam/9178742b-c8b0-4482-b4d2-e2fefb0299d7 HTTP/1.1" 200 258 0.016959 10.0.0.23 - - [2025-12-15 02:40:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2025-12-15 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.032480 10.0.0.65 - - [2025-12-15 02:40:23] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001415 10.0.0.23 - - [2025-12-15 02:40:23] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.055662 10.0.0.65 - - [2025-12-15 02:40:23] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001253 10.0.0.23 - - [2025-12-15 02:40:23] "POST /neutron/network HTTP/1.1" 200 625 0.202588 10.0.0.23 - - [2025-12-15 02:40:23] "POST /route-targets HTTP/1.1" 200 327 0.016089 10.0.0.23 - - [2025-12-15 02:40:24] "POST /neutron/network HTTP/1.1" 200 1143 0.011534 10.0.0.23 - - [2025-12-15 02:40:24] "POST /id-to-fqname HTTP/1.1" 200 237 0.001165 10.0.0.23 - - [2025-12-15 02:40:24] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.005351 10.0.0.23 - - [2025-12-15 02:40:24] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.005411 10.0.0.23 - - [2025-12-15 02:40:24] "POST /neutron/subnet HTTP/1.1" 200 730 0.008957 10.0.0.23 - - [2025-12-15 02:40:24] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.006733 10.0.0.50 - - [2025-12-15 02:40:25] "GET /obj-perms HTTP/1.1" 200 5021 0.053848 10.0.0.23 - - [2025-12-15 02:40:26] "POST /fqname-to-id HTTP/1.1" 404 231 0.003002 10.0.0.23 - - [2025-12-15 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.65 - - [2025-12-15 02:40:26] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000971 10.0.0.23 - - [2025-12-15 02:40:26] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.036703 10.0.0.23 - - [2025-12-15 02:40:26] "POST /network-policys HTTP/1.1" 200 565 0.078380 10.0.0.23 - - [2025-12-15 02:40:26] "GET /network-policy/654b862c-9cc0-4c79-b19e-544eee7ad74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.006605 10.0.0.23 - - [2025-12-15 02:40:26] "POST /fqname-to-id HTTP/1.1" 404 231 0.002893 10.0.0.23 - - [2025-12-15 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.65 - - [2025-12-15 02:40:26] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000886 10.0.0.23 - - [2025-12-15 02:40:26] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.044513 10.0.0.23 - - [2025-12-15 02:40:26] "POST /network-policys HTTP/1.1" 200 565 0.070485 10.0.0.23 - - [2025-12-15 02:40:26] "GET /network-policy/57fe23e0-f706-4816-888b-9b430329dd0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.006305 10.0.0.23 - - [2025-12-15 02:40:26] "POST /fqname-to-id HTTP/1.1" 404 231 0.004199 10.0.0.23 - - [2025-12-15 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.65 - - [2025-12-15 02:40:27] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001486 10.0.0.23 - - [2025-12-15 02:40:27] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.054073 10.0.0.23 - - [2025-12-15 02:40:27] "POST /network-policys HTTP/1.1" 200 565 0.027647 10.0.0.23 - - [2025-12-15 02:40:27] "GET /network-policy/9c193a04-7d6f-4810-867f-a255787d7884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.008022 10.0.0.23 - - [2025-12-15 02:40:27] "POST /neutron/network HTTP/1.1" 200 1341 0.091057 10.0.0.23 - - [2025-12-15 02:40:27] "POST /access-control-lists HTTP/1.1" 200 611 0.046861 10.0.0.23 - - [2025-12-15 02:40:27] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005879 10.0.0.23 - - [2025-12-15 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.23 - - [2025-12-15 02:40:27] "GET /network-policy/57fe23e0-f706-4816-888b-9b430329dd0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.005273 10.0.0.23 - - [2025-12-15 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.23 - - [2025-12-15 02:40:27] "GET /network-policy/654b862c-9cc0-4c79-b19e-544eee7ad74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004495 10.0.0.23 - - [2025-12-15 02:40:27] "POST /id-to-fqname HTTP/1.1" 200 237 0.001271 10.0.0.65 - - [2025-12-15 02:40:28] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000932 10.0.0.23 - - [2025-12-15 02:40:28] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.062188 10.0.0.23 - - [2025-12-15 02:40:28] "POST /neutron/network HTTP/1.1" 200 1341 0.009786 10.0.0.23 - - [2025-12-15 02:40:28] "POST /neutron/port HTTP/1.1" 200 117 0.008019 10.0.0.23 - - [2025-12-15 02:40:29] "POST /neutron/port HTTP/1.1" 200 1182 0.024860 10.0.0.23 - - [2025-12-15 02:40:29] "POST /neutron/port HTTP/1.1" 200 1210 0.018550 10.0.0.23 - - [2025-12-15 02:40:29] "POST /neutron/subnet HTTP/1.1" 200 1390 0.014762 10.0.0.23 - - [2025-12-15 02:40:29] "POST /neutron/network HTTP/1.1" 200 1341 0.009456 10.0.0.23 - - [2025-12-15 02:40:32] "DELETE /access-control-list/5186b12c-54d1-4c1d-a0f5-aee38df87ff0 HTTP/1.1" 200 115 0.052279 10.0.0.23 - - [2025-12-15 02:40:34] "POST /neutron/port HTTP/1.1" 200 1210 0.017752 10.0.0.23 - - [2025-12-15 02:40:34] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009113 10.0.0.23 - - [2025-12-15 02:40:34] "GET /virtual-machine/cedb7134-c1fd-4630-ad97-35cbda87b1a9 HTTP/1.1" 401 292 0.000523 10.0.0.23 - - [2025-12-15 02:40:34] "GET /virtual-machine/cedb7134-c1fd-4630-ad97-35cbda87b1a9 HTTP/1.1" 200 1307 0.028207 10.0.0.23 - - [2025-12-15 02:40:34] "GET /virtual-machine-interface/71283a76-4576-4060-bdd3-89165f6ed226 HTTP/1.1" 200 3177 0.005841 10.0.0.23 - - [2025-12-15 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.23 - - [2025-12-15 02:40:34] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003559 10.0.0.23 - - [2025-12-15 02:40:34] "GET /virtual-networks?parent_id=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002973 10.0.0.23 - - [2025-12-15 02:40:34] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005225 10.0.0.23 - - [2025-12-15 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.23 - - [2025-12-15 02:40:37] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005549 10.0.0.23 - - [2025-12-15 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.23 - - [2025-12-15 02:40:41] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005371 10.0.0.23 - - [2025-12-15 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.23 - - [2025-12-15 02:40:45] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005413 10.0.0.65 - - [2025-12-15 02:40:47] "DELETE /project/e7582c528ea1424c8e44bca2119902ee HTTP/1.1" 404 173 0.004354 10.0.0.65 - - [2025-12-15 02:40:47] "DELETE /project/b778b06e-89d2-4eb2-908c-08eab7e0e291 HTTP/1.1" 404 177 0.004068 10.0.0.23 - - [2025-12-15 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.23 - - [2025-12-15 02:40:50] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005659 10.0.0.23 - - [2025-12-15 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.23 - - [2025-12-15 02:40:54] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.007600 10.0.0.65 - - [2025-12-15 02:40:58] "GET /obj-perms HTTP/1.1" 200 5056 0.053962 10.0.0.23 - - [2025-12-15 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.23 - - [2025-12-15 02:40:58] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005839 10.0.0.23 - - [2025-12-15 02:41:01] "POST /neutron/network HTTP/1.1" 200 1351 0.008995 10.0.0.23 - - [2025-12-15 02:41:01] "POST /neutron/subnet HTTP/1.1" 200 1390 0.019270 10.0.0.23 - - [2025-12-15 02:41:01] "POST /neutron/network HTTP/1.1" 200 1341 0.013695 10.0.0.23 - - [2025-12-15 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.23 - - [2025-12-15 02:41:02] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005532 10.0.0.23 - - [2025-12-15 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.23 - - [2025-12-15 02:41:06] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.006572 10.0.0.23 - - [2025-12-15 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.23 - - [2025-12-15 02:41:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005023 10.0.0.23 - - [2025-12-15 02:41:10] "GET /virtual-networks?parent_id=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004072 10.0.0.23 - - [2025-12-15 02:41:10] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.007811 10.0.0.23 - - [2025-12-15 02:41:15] "POST /neutron/port HTTP/1.1" 200 1210 0.018889 10.0.0.23 - - [2025-12-15 02:41:20] "POST /neutron/security_group HTTP/1.1" 200 2072 0.010599 10.0.0.23 - - [2025-12-15 02:41:26] "POST /neutron/port HTTP/1.1" 200 1210 0.018673 10.0.0.23 - - [2025-12-15 02:41:31] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007496 10.0.0.23 - - [2025-12-15 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.23 - - [2025-12-15 02:41:31] "GET /network-policy/654b862c-9cc0-4c79-b19e-544eee7ad74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003856 10.0.0.23 - - [2025-12-15 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.23 - - [2025-12-15 02:41:31] "GET /network-policy/57fe23e0-f706-4816-888b-9b430329dd0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.006552 10.0.0.23 - - [2025-12-15 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.23 - - [2025-12-15 02:41:31] "GET /network-policy/9c193a04-7d6f-4810-867f-a255787d7884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004354 10.0.0.23 - - [2025-12-15 02:41:31] "POST /neutron/network HTTP/1.1" 200 1341 0.009465 10.0.0.23 - - [2025-12-15 02:41:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.002852 10.0.0.23 - - [2025-12-15 02:41:32] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3603 0.011965 10.0.0.23 - - [2025-12-15 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.23 - - [2025-12-15 02:41:32] "GET /network-policy/57fe23e0-f706-4816-888b-9b430329dd0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.005043 10.0.0.23 - - [2025-12-15 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.23 - - [2025-12-15 02:41:32] "GET /network-policy/654b862c-9cc0-4c79-b19e-544eee7ad74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004375 10.0.0.23 - - [2025-12-15 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.23 - - [2025-12-15 02:41:32] "GET /network-policy/9c193a04-7d6f-4810-867f-a255787d7884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004765 10.0.0.23 - - [2025-12-15 02:41:37] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3603 0.007102 10.0.0.23 - - [2025-12-15 02:41:37] "POST /neutron/network HTTP/1.1" 200 1433 0.011794 10.0.0.23 - - [2025-12-15 02:41:37] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.007452 10.0.0.23 - - [2025-12-15 02:41:42] "GET /virtual-machine/cedb7134-c1fd-4630-ad97-35cbda87b1a9 HTTP/1.1" 200 1307 0.004220 10.0.0.23 - - [2025-12-15 02:41:43] "POST /neutron/port HTTP/1.1" 200 1210 0.016066 10.0.0.23 - - [2025-12-15 02:41:44] "GET /virtual-machine/cedb7134-c1fd-4630-ad97-35cbda87b1a9 HTTP/1.1" 404 171 0.002965 10.0.0.23 - - [2025-12-15 02:41:44] "GET /virtual-machine/cedb7134-c1fd-4630-ad97-35cbda87b1a9 HTTP/1.1" 404 171 0.002720 10.0.0.23 - - [2025-12-15 02:41:44] "GET /virtual-machine/cedb7134-c1fd-4630-ad97-35cbda87b1a9 HTTP/1.1" 404 171 0.003214 10.0.0.23 - - [2025-12-15 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.23 - - [2025-12-15 02:41:44] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003320 10.0.0.23 - - [2025-12-15 02:41:44] "GET /virtual-networks?parent_id=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003220 10.0.0.23 - - [2025-12-15 02:41:44] "GET /virtual-network/91c40d11-5fee-48b9-98ff-03ca82b6c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.006173 10.0.0.23 - - [2025-12-15 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.23 - - [2025-12-15 02:41:44] "GET /routing-instance/b6a566cd-272c-4f1f-8558-4471b0510d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.004623 10.0.0.23 - - [2025-12-15 02:41:44] "GET /route-target/55e8288c-22d8-4a72-a934-a9829f8d2e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004115 10.0.0.23 - - [2025-12-15 02:41:45] "GET /obj-perms HTTP/1.1" 200 5021 0.048254 10.0.0.65 - - [2025-12-15 02:41:51] "GET /obj-perms HTTP/1.1" 200 5021 0.049618 10.0.0.23 - - [2025-12-15 02:41:54] "GET /obj-perms HTTP/1.1" 200 5021 0.004694 10.0.0.23 - - [2025-12-15 02:41:54] "DELETE /network-policy/9c193a04-7d6f-4810-867f-a255787d7884 HTTP/1.1" 200 115 0.031493 10.0.0.23 - - [2025-12-15 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.65 - - [2025-12-15 02:41:54] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001389 10.0.0.23 - - [2025-12-15 02:41:54] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.046134 10.0.0.23 - - [2025-12-15 02:41:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-07210962&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.007711 10.0.0.23 - - [2025-12-15 02:41:54] "DELETE /network-policy/57fe23e0-f706-4816-888b-9b430329dd0d HTTP/1.1" 200 115 0.043468 10.0.0.23 - - [2025-12-15 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.65 - - [2025-12-15 02:41:55] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001508 10.0.0.23 - - [2025-12-15 02:41:55] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.042865 10.0.0.23 - - [2025-12-15 02:41:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-07210962&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005805 10.0.0.23 - - [2025-12-15 02:41:55] "DELETE /network-policy/654b862c-9cc0-4c79-b19e-544eee7ad74f HTTP/1.1" 200 115 0.040076 10.0.0.23 - - [2025-12-15 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.65 - - [2025-12-15 02:41:55] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000992 10.0.0.23 - - [2025-12-15 02:41:55] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.057503 10.0.0.23 - - [2025-12-15 02:41:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-07210962&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006318 10.0.0.23 - - [2025-12-15 02:41:55] "POST /neutron/network HTTP/1.1" 200 1143 0.008993 10.0.0.23 - - [2025-12-15 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.23 - - [2025-12-15 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.23 - - [2025-12-15 02:41:55] "DELETE /network-ipam/9178742b-c8b0-4482-b4d2-e2fefb0299d7 HTTP/1.1" 200 115 0.038970 10.0.0.23 - - [2025-12-15 02:41:55] "POST /fqname-to-id HTTP/1.1" 404 264 0.003477 10.0.0.65 - - [2025-12-15 02:41:55] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000831 10.0.0.65 - - [2025-12-15 02:41:56] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.045275 10.0.0.65 - - [2025-12-15 02:41:56] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000897 10.0.0.65 - - [2025-12-15 02:41:56] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?fields=security_groups HTTP/1.1" 200 1406 0.047836 10.0.0.65 - - [2025-12-15 02:41:56] "DELETE /security-group/7f893b5a-a4e1-484e-beb5-0a7b9ba3db2a HTTP/1.1" 200 115 0.049700 10.0.0.65 - - [2025-12-15 02:41:56] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002216 10.0.0.65 - - [2025-12-15 02:41:56] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?fields=application_policy_sets HTTP/1.1" 200 1445 0.063622 10.0.0.23 - - [2025-12-15 02:41:56] "DELETE /access-control-list/b8198cf4-9852-4408-8e50-a081575966e1 HTTP/1.1" 200 115 0.052327 10.0.0.23 - - [2025-12-15 02:41:56] "DELETE /project/e7582c52-8ea1-424c-8e44-bca2119902ee HTTP/1.1" 200 115 0.398187 10.0.0.65 - - [2025-12-15 02:41:56] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.23 - - [2025-12-15 02:41:56] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?fields=projects HTTP/1.1" 200 1437 0.013239 10.0.0.23 - - [2025-12-15 02:41:58] "GET /obj-perms HTTP/1.1" 200 5056 0.053818 10.0.0.50 - - [2025-12-15 02:41:58] "GET /obj-perms HTTP/1.1" 200 5056 0.067088 10.0.0.65 - - [2025-12-15 02:41:59] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005276 10.0.0.65 - - [2025-12-15 02:41:59] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.65 - - [2025-12-15 02:41:59] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.047470 10.0.0.65 - - [2025-12-15 02:41:59] "POST /id-to-fqname HTTP/1.1" 200 204 0.005705 10.0.0.65 - - [2025-12-15 02:41:59] "POST /fqname-to-id HTTP/1.1" 404 213 0.002981 10.0.0.65 - - [2025-12-15 02:41:59] "POST /security-groups HTTP/1.1" 200 605 0.039983 10.0.0.65 - - [2025-12-15 02:41:59] "POST /projects HTTP/1.1" 200 613 0.280893 10.0.0.23 - - [2025-12-15 02:41:59] "POST /fqname-to-id HTTP/1.1" 404 247 0.013554 10.0.0.65 - - [2025-12-15 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.358451 10.0.0.23 - - [2025-12-15 02:41:59] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.526602 10.0.0.65 - - [2025-12-15 02:41:59] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002183 10.0.0.23 - - [2025-12-15 02:41:59] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?fields=virtual_networks HTTP/1.1" 200 1061 0.050957 10.0.0.65 - - [2025-12-15 02:41:59] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001361 10.0.0.23 - - [2025-12-15 02:41:59] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.043010 10.0.0.65 - - [2025-12-15 02:41:59] "GET /projects?obj_uuids=e7582c52-8ea1-424c-8e44-bca2119902ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002001 10.0.0.23 - - [2025-12-15 02:41:59] "GET /project/e7582c52-8ea1-424c-8e44-bca2119902ee?fields=security_groups HTTP/1.1" 200 1301 0.046463 10.0.0.23 - - [2025-12-15 02:42:00] "POST /fqname-to-id HTTP/1.1" 404 204 0.028841 10.0.0.65 - - [2025-12-15 02:42:00] "GET /projects?obj_uuids=948740da-3b3e-43b1-9598-fbee48bc720e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004047 10.0.0.65 - - [2025-12-15 02:42:00] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002085 10.0.0.65 - - [2025-12-15 02:42:00] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010599 10.0.0.65 - - [2025-12-15 02:42:00] "POST /id-to-fqname HTTP/1.1" 200 206 0.002333 10.0.0.65 - - [2025-12-15 02:42:00] "POST /fqname-to-id HTTP/1.1" 404 215 0.005658 10.0.0.65 - - [2025-12-15 02:42:01] "POST /security-groups HTTP/1.1" 200 607 0.044809 10.0.0.65 - - [2025-12-15 02:42:01] "POST /projects HTTP/1.1" 200 617 0.310323 10.0.0.23 - - [2025-12-15 02:42:01] "POST /access-control-lists HTTP/1.1" 200 612 0.040642 10.0.0.65 - - [2025-12-15 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.394242 10.0.0.23 - - [2025-12-15 02:42:01] "GET /project/948740da-3b3e-43b1-9598-fbee48bc720e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.549845 10.0.0.23 - - [2025-12-15 02:42:02] "GET / HTTP/1.1" 200 35931 0.002453 10.0.0.23 - - [2025-12-15 02:42:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.23 - - [2025-12-15 02:42:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.050159 10.0.0.23 - - [2025-12-15 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.65 - - [2025-12-15 02:42:05] "GET /projects?obj_uuids=948740da-3b3e-43b1-9598-fbee48bc720e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001801 10.0.0.23 - - [2025-12-15 02:42:05] "GET /project/948740da-3b3e-43b1-9598-fbee48bc720e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.049742 10.0.0.23 - - [2025-12-15 02:42:05] "POST /network-policys HTTP/1.1" 200 567 0.035412 10.0.0.23 - - [2025-12-15 02:42:05] "GET /network-policy/4e129759-e3e3-4601-8416-707d59a79a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.006362 10.0.0.23 - - [2025-12-15 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.65 - - [2025-12-15 02:42:05] "GET /projects?obj_uuids=948740da-3b3e-43b1-9598-fbee48bc720e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002131 10.0.0.23 - - [2025-12-15 02:42:06] "GET /project/948740da-3b3e-43b1-9598-fbee48bc720e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.053496 10.0.0.65 - - [2025-12-15 02:42:06] "GET /projects?obj_uuids=948740da-3b3e-43b1-9598-fbee48bc720e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001384 10.0.0.23 - - [2025-12-15 02:42:06] "POST /neutron/network HTTP/1.1" 200 623 0.179483 10.0.0.23 - - [2025-12-15 02:42:06] "POST /route-targets HTTP/1.1" 200 327 0.017067 10.0.0.23 - - [2025-12-15 02:42:06] "POST /neutron/network HTTP/1.1" 200 1017 0.011902 10.0.0.23 - - [2025-12-15 02:42:06] "POST /id-to-fqname HTTP/1.1" 200 237 0.001218 10.0.0.23 - - [2025-12-15 02:42:06] "GET /virtual-network/e1ec32bb-3e4c-452e-8bd8-dc6363c0820c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.005294 10.0.0.23 - - [2025-12-15 02:42:06] "GET /virtual-network/e1ec32bb-3e4c-452e-8bd8-dc6363c0820c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.005280 10.0.0.23 - - [2025-12-15 02:42:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.008405 10.0.0.23 - - [2025-12-15 02:42:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.008472 10.0.0.23 - - [2025-12-15 02:42:07] "POST /neutron/network HTTP/1.1" 200 1124 0.102145 10.0.0.23 - - [2025-12-15 02:42:07] "GET /virtual-network/e1ec32bb-3e4c-452e-8bd8-dc6363c0820c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.005721 10.0.0.23 - - [2025-12-15 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.23 - - [2025-12-15 02:42:07] "POST /access-control-lists HTTP/1.1" 200 607 0.101862 10.0.0.23 - - [2025-12-15 02:42:07] "GET /network-policy/4e129759-e3e3-4601-8416-707d59a79a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.005363 10.0.0.23 - - [2025-12-15 02:42:07] "GET /virtual-network/e1ec32bb-3e4c-452e-8bd8-dc6363c0820c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.005116 10.0.0.65 - - [2025-12-15 02:42:08] "GET /obj-perms HTTP/1.1" 200 5062 0.050910 10.0.0.23 - - [2025-12-15 02:42:09] "DELETE /network-policy/4e129759-e3e3-4601-8416-707d59a79a0b HTTP/1.1" 409 238 0.011671 10.0.0.65 - - [2025-12-15 02:42:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003152 10.0.0.65 - - [2025-12-15 02:42:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002974 10.0.0.65 - - [2025-12-15 02:42:09] "POST /useragent-kv HTTP/1.1" 200 115 0.011826 10.0.0.65 - - [2025-12-15 02:42:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002668 10.0.0.23 - - [2025-12-15 02:42:09] "POST /neutron/network HTTP/1.1" 200 151 0.157364 10.0.0.23 - - [2025-12-15 02:42:09] "DELETE /route-target/bcb9df27-d70a-4afb-96f2-7d70c11808a8 HTTP/1.1" 200 115 0.028648 10.0.0.23 - - [2025-12-15 02:42:09] "DELETE /network-policy/4e129759-e3e3-4601-8416-707d59a79a0b HTTP/1.1" 200 115 0.035409 10.0.0.23 - - [2025-12-15 02:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.65 - - [2025-12-15 02:42:09] "GET /projects?obj_uuids=948740da-3b3e-43b1-9598-fbee48bc720e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001009 10.0.0.23 - - [2025-12-15 02:42:09] "GET /project/948740da-3b3e-43b1-9598-fbee48bc720e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.039975 10.0.0.23 - - [2025-12-15 02:42:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-27879250&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005237 10.0.0.65 - - [2025-12-15 02:42:12] "GET /projects?obj_uuids=948740da-3b3e-43b1-9598-fbee48bc720e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001553 10.0.0.23 - - [2025-12-15 02:42:12] "GET /project/948740da-3b3e-43b1-9598-fbee48bc720e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.043303 10.0.0.65 - - [2025-12-15 02:42:12] "GET /projects?obj_uuids=948740da-3b3e-43b1-9598-fbee48bc720e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000916 10.0.0.23 - - [2025-12-15 02:42:12] "GET /project/948740da-3b3e-43b1-9598-fbee48bc720e?fields=virtual_networks HTTP/1.1" 200 1065 0.044671 10.0.0.65 - - [2025-12-15 02:42:12] "GET /projects?obj_uuids=948740da-3b3e-43b1-9598-fbee48bc720e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001140 10.0.0.23 - - [2025-12-15 02:42:12] "GET /project/948740da-3b3e-43b1-9598-fbee48bc720e?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.046304 10.0.0.65 - - [2025-12-15 02:42:12] "GET /projects?obj_uuids=948740da-3b3e-43b1-9598-fbee48bc720e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001272 10.0.0.23 - - [2025-12-15 02:42:12] "GET /project/948740da-3b3e-43b1-9598-fbee48bc720e?fields=security_groups HTTP/1.1" 200 1307 0.045923 10.0.0.23 - - [2025-12-15 02:42:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.024085 10.0.0.65 - - [2025-12-15 02:42:13] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003032 10.0.0.65 - - [2025-12-15 02:42:13] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.65 - - [2025-12-15 02:42:13] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007914 10.0.0.65 - - [2025-12-15 02:42:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.003076 10.0.0.65 - - [2025-12-15 02:42:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.005022 10.0.0.65 - - [2025-12-15 02:42:13] "POST /security-groups HTTP/1.1" 200 591 0.072815 10.0.0.65 - - [2025-12-15 02:42:13] "POST /projects HTTP/1.1" 200 585 0.266904 10.0.0.23 - - [2025-12-15 02:42:13] "POST /fqname-to-id HTTP/1.1" 404 233 0.003765 10.0.0.65 - - [2025-12-15 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.337125 10.0.0.23 - - [2025-12-15 02:42:13] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.470202 10.0.0.23 - - [2025-12-15 02:42:14] "GET / HTTP/1.1" 200 35931 0.001500 10.0.0.23 - - [2025-12-15 02:42:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000507 10.0.0.23 - - [2025-12-15 02:42:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.050974 10.0.0.23 - - [2025-12-15 02:42:16] "POST /network-ipams HTTP/1.1" 200 513 0.036890 10.0.0.23 - - [2025-12-15 02:42:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003162 10.0.0.23 - - [2025-12-15 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.23 - - [2025-12-15 02:42:16] "GET /network-ipam/22951034-7c80-4666-9bc4-4e25d025abd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006600 10.0.0.23 - - [2025-12-15 02:42:17] "PUT /network-ipam/22951034-7c80-4666-9bc4-4e25d025abd9 HTTP/1.1" 200 258 0.015066 10.0.0.23 - - [2025-12-15 02:42:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003921 10.0.0.23 - - [2025-12-15 02:42:17] "POST /network-ipams HTTP/1.1" 200 513 0.032836 10.0.0.23 - - [2025-12-15 02:42:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003493 10.0.0.23 - - [2025-12-15 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.23 - - [2025-12-15 02:42:17] "GET /network-ipam/57e7b694-9725-417d-93b1-8cddb7e62fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006338 10.0.0.23 - - [2025-12-15 02:42:17] "PUT /network-ipam/57e7b694-9725-417d-93b1-8cddb7e62fed HTTP/1.1" 200 258 0.015178 10.0.0.23 - - [2025-12-15 02:42:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.005497 10.0.0.23 - - [2025-12-15 02:42:17] "POST /network-ipams HTTP/1.1" 200 513 0.030423 10.0.0.23 - - [2025-12-15 02:42:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003668 10.0.0.23 - - [2025-12-15 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.23 - - [2025-12-15 02:42:17] "GET /network-ipam/db2a8cc9-9d99-4e2e-a177-904dffb79199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006456 10.0.0.23 - - [2025-12-15 02:42:17] "PUT /network-ipam/db2a8cc9-9d99-4e2e-a177-904dffb79199 HTTP/1.1" 200 258 0.016383 10.0.0.23 - - [2025-12-15 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.65 - - [2025-12-15 02:42:18] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.23 - - [2025-12-15 02:42:18] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044718 10.0.0.23 - - [2025-12-15 02:42:18] "POST /ref-update HTTP/1.1" 200 156 0.042789 10.0.0.65 - - [2025-12-15 02:42:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007576 10.0.0.23 - - [2025-12-15 02:42:19] "POST /neutron/subnet HTTP/1.1" 200 734 0.247314 10.0.0.23 - - [2025-12-15 02:42:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001235 10.0.0.23 - - [2025-12-15 02:42:19] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006084 10.0.0.23 - - [2025-12-15 02:42:19] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005731 10.0.0.23 - - [2025-12-15 02:42:19] "POST /neutron/network HTTP/1.1" 200 826 0.006876 10.0.0.23 - - [2025-12-15 02:42:19] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005827 10.0.0.23 - - [2025-12-15 02:42:19] "GET /network-ipam/22951034-7c80-4666-9bc4-4e25d025abd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.004078 10.0.0.23 - - [2025-12-15 02:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.65 - - [2025-12-15 02:42:19] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.23 - - [2025-12-15 02:42:19] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046769 10.0.0.23 - - [2025-12-15 02:42:19] "POST /neutron/network HTTP/1.1" 200 117 0.014118 10.0.0.23 - - [2025-12-15 02:42:19] "POST /neutron/network HTTP/1.1" 200 825 0.009123 10.0.0.23 - - [2025-12-15 02:42:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001005 10.0.0.23 - - [2025-12-15 02:42:19] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004766 10.0.0.23 - - [2025-12-15 02:42:19] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005374 10.0.0.23 - - [2025-12-15 02:42:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.010419 10.0.0.23 - - [2025-12-15 02:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.65 - - [2025-12-15 02:42:19] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000861 10.0.0.23 - - [2025-12-15 02:42:19] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044608 10.0.0.23 - - [2025-12-15 02:42:20] "POST /route-targets HTTP/1.1" 200 327 0.082278 10.0.0.65 - - [2025-12-15 02:42:20] "POST /useragent-kv HTTP/1.1" 200 115 0.009248 10.0.0.23 - - [2025-12-15 02:42:20] "POST /neutron/subnet HTTP/1.1" 200 730 0.241423 10.0.0.23 - - [2025-12-15 02:42:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001219 10.0.0.23 - - [2025-12-15 02:42:20] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005144 10.0.0.23 - - [2025-12-15 02:42:20] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005457 10.0.0.23 - - [2025-12-15 02:42:20] "POST /neutron/network HTTP/1.1" 200 825 0.006445 10.0.0.23 - - [2025-12-15 02:42:20] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005293 10.0.0.23 - - [2025-12-15 02:42:22] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005588 10.0.0.23 - - [2025-12-15 02:42:22] "GET /obj-perms HTTP/1.1" 200 5030 0.062735 10.0.0.50 - - [2025-12-15 02:42:22] "GET /obj-perms HTTP/1.1" 200 5030 0.062665 10.0.0.23 - - [2025-12-15 02:42:22] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005253 10.0.0.65 - - [2025-12-15 02:42:23] "GET /obj-perms HTTP/1.1" 200 5030 0.052792 10.0.0.23 - - [2025-12-15 02:42:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.003339 10.0.0.23 - - [2025-12-15 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.65 - - [2025-12-15 02:42:23] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.23 - - [2025-12-15 02:42:23] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.062710 10.0.0.23 - - [2025-12-15 02:42:23] "POST /network-policys HTTP/1.1" 200 553 0.037024 10.0.0.23 - - [2025-12-15 02:42:23] "GET /network-policy/2f00b1a1-229c-4080-80df-759da7dc6886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007833 10.0.0.23 - - [2025-12-15 02:42:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.003774 10.0.0.23 - - [2025-12-15 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.65 - - [2025-12-15 02:42:23] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001503 10.0.0.23 - - [2025-12-15 02:42:23] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.085630 10.0.0.23 - - [2025-12-15 02:42:23] "POST /network-policys HTTP/1.1" 200 553 0.031213 10.0.0.23 - - [2025-12-15 02:42:23] "GET /network-policy/d1d22b65-1380-427e-a80f-22d5811c2667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006651 10.0.0.23 - - [2025-12-15 02:42:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.003030 10.0.0.23 - - [2025-12-15 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.65 - - [2025-12-15 02:42:24] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.23 - - [2025-12-15 02:42:24] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.049053 10.0.0.23 - - [2025-12-15 02:42:24] "POST /network-policys HTTP/1.1" 200 553 0.029685 10.0.0.23 - - [2025-12-15 02:42:24] "GET /network-policy/c01d2065-d5b9-4e4a-ab06-59b58f53894e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.010209 10.0.0.23 - - [2025-12-15 02:42:24] "POST /ref-update HTTP/1.1" 200 156 0.089255 10.0.0.23 - - [2025-12-15 02:42:24] "POST /access-control-lists HTTP/1.1" 200 591 0.049690 10.0.0.23 - - [2025-12-15 02:42:24] "POST /ref-update HTTP/1.1" 200 156 0.096645 10.0.0.23 - - [2025-12-15 02:42:24] "POST /neutron/network HTTP/1.1" 200 917 0.087999 10.0.0.23 - - [2025-12-15 02:42:24] "POST /access-control-lists HTTP/1.1" 200 591 0.059334 10.0.0.23 - - [2025-12-15 02:42:24] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.020523 10.0.0.23 - - [2025-12-15 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.011243 10.0.0.23 - - [2025-12-15 02:42:25] "GET /network-policy/d1d22b65-1380-427e-a80f-22d5811c2667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.003506 10.0.0.23 - - [2025-12-15 02:42:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001478 10.0.0.65 - - [2025-12-15 02:42:26] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.23 - - [2025-12-15 02:42:26] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060814 10.0.0.23 - - [2025-12-15 02:42:26] "POST /neutron/network HTTP/1.1" 200 997 0.008000 10.0.0.23 - - [2025-12-15 02:42:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001254 10.0.0.23 - - [2025-12-15 02:42:26] "POST /neutron/port HTTP/1.1" 200 117 0.007378 10.0.0.65 - - [2025-12-15 02:42:26] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001300 10.0.0.23 - - [2025-12-15 02:42:27] "POST /neutron/port HTTP/1.1" 200 1062 0.350360 10.0.0.65 - - [2025-12-15 02:42:27] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000883 10.0.0.23 - - [2025-12-15 02:42:27] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.100945 10.0.0.23 - - [2025-12-15 02:42:27] "POST /neutron/port HTTP/1.1" 200 1116 0.185755 10.0.0.23 - - [2025-12-15 02:42:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003766 10.0.0.23 - - [2025-12-15 02:42:27] "POST /neutron/network HTTP/1.1" 200 997 0.008123 10.0.0.23 - - [2025-12-15 02:42:27] "POST /neutron/port HTTP/1.1" 200 117 0.006373 10.0.0.23 - - [2025-12-15 02:42:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001380 10.0.0.23 - - [2025-12-15 02:42:27] "POST /neutron/network HTTP/1.1" 200 835 0.007491 10.0.0.23 - - [2025-12-15 02:42:28] "POST /neutron/port HTTP/1.1" 200 1061 0.018564 10.0.0.23 - - [2025-12-15 02:42:28] "POST /neutron/port HTTP/1.1" 200 1089 0.023595 10.0.0.23 - - [2025-12-15 02:42:28] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.65 - - [2025-12-15 02:42:28] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.23 - - [2025-12-15 02:42:28] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.095047 10.0.0.23 - - [2025-12-15 02:42:29] "POST /neutron/port HTTP/1.1" 200 2063 0.017965 10.0.0.23 - - [2025-12-15 02:42:29] "POST /neutron/port HTTP/1.1" 200 1090 0.015567 10.0.0.23 - - [2025-12-15 02:42:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008991 10.0.0.23 - - [2025-12-15 02:42:29] "POST /neutron/network HTTP/1.1" 200 835 0.007745 10.0.0.23 - - [2025-12-15 02:42:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007218 10.0.0.23 - - [2025-12-15 02:42:29] "GET /virtual-machine/12a9ac0d-4fe8-436c-894a-8ed2bc58c493 HTTP/1.1" 401 292 0.000403 10.0.0.23 - - [2025-12-15 02:42:29] "POST /neutron/port HTTP/1.1" 200 1115 0.124883 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-machine/12a9ac0d-4fe8-436c-894a-8ed2bc58c493 HTTP/1.1" 200 1291 0.028444 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-machine/12a9ac0d-4fe8-436c-894a-8ed2bc58c493 HTTP/1.1" 200 1291 0.003216 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-machine-interface/6aebc286-a70a-4483-b198-2e165ca948cd HTTP/1.1" 200 2944 0.004978 10.0.0.23 - - [2025-12-15 02:42:30] "POST /neutron/subnet HTTP/1.1" 200 704 0.009489 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-machine/12a9ac0d-4fe8-436c-894a-8ed2bc58c493 HTTP/1.1" 200 1291 0.005930 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-machine-interface/6aebc286-a70a-4483-b198-2e165ca948cd HTTP/1.1" 200 2944 0.004875 10.0.0.23 - - [2025-12-15 02:42:30] "GET /instance-ip/f0300b99-7d61-4c6e-86bf-ff226fce7549 HTTP/1.1" 200 1623 0.006011 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-machine/12a9ac0d-4fe8-436c-894a-8ed2bc58c493 HTTP/1.1" 200 1291 0.003714 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-machine-interface/6aebc286-a70a-4483-b198-2e165ca948cd HTTP/1.1" 200 2944 0.005586 10.0.0.23 - - [2025-12-15 02:42:30] "GET /instance-ip/f0300b99-7d61-4c6e-86bf-ff226fce7549 HTTP/1.1" 200 1623 0.004051 10.0.0.23 - - [2025-12-15 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.23 - - [2025-12-15 02:42:30] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003847 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004275 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005478 10.0.0.23 - - [2025-12-15 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.23 - - [2025-12-15 02:42:30] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004315 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003513 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005738 10.0.0.23 - - [2025-12-15 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.23 - - [2025-12-15 02:42:30] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004389 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004999 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005908 10.0.0.23 - - [2025-12-15 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.23 - - [2025-12-15 02:42:30] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004212 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003167 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007482 10.0.0.23 - - [2025-12-15 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.23 - - [2025-12-15 02:42:30] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004064 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003030 10.0.0.23 - - [2025-12-15 02:42:30] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005606 10.0.0.23 - - [2025-12-15 02:42:33] "DELETE /access-control-list/7e86d153-e4a3-4354-b4d5-bf270a021460 HTTP/1.1" 200 115 0.035705 10.0.0.23 - - [2025-12-15 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2025-12-15 02:42:33] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005527 10.0.0.23 - - [2025-12-15 02:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.23 - - [2025-12-15 02:42:37] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007039 10.0.0.23 - - [2025-12-15 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.23 - - [2025-12-15 02:42:42] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008231 10.0.0.23 - - [2025-12-15 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.23 - - [2025-12-15 02:42:46] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006823 10.0.0.65 - - [2025-12-15 02:42:47] "DELETE /project/e7582c52-8ea1-424c-8e44-bca2119902ee HTTP/1.1" 404 177 0.005971 10.0.0.65 - - [2025-12-15 02:42:47] "DELETE /project/948740da3b3e43b19598fbee48bc720e HTTP/1.1" 404 173 0.007117 10.0.0.65 - - [2025-12-15 02:42:47] "DELETE /project/40c5e39318ae49d9b3b4610edeb00f72 HTTP/1.1" 404 173 0.008608 10.0.0.65 - - [2025-12-15 02:42:47] "DELETE /project/e7582c528ea1424c8e44bca2119902ee HTTP/1.1" 404 173 0.005790 10.0.0.65 - - [2025-12-15 02:42:47] "GET /projects?obj_uuids=948740da-3b3e-43b1-9598-fbee48bc720e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000782 10.0.0.65 - - [2025-12-15 02:42:47] "GET /project/948740da-3b3e-43b1-9598-fbee48bc720e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.041335 10.0.0.65 - - [2025-12-15 02:42:47] "GET /projects?obj_uuids=948740da-3b3e-43b1-9598-fbee48bc720e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000978 10.0.0.65 - - [2025-12-15 02:42:47] "GET /project/948740da-3b3e-43b1-9598-fbee48bc720e?fields=security_groups HTTP/1.1" 200 1412 0.042121 10.0.0.65 - - [2025-12-15 02:42:47] "DELETE /security-group/1d172d0b-9758-4ee8-8fa3-d680515b3b7d HTTP/1.1" 200 115 0.047514 10.0.0.65 - - [2025-12-15 02:42:47] "GET /projects?obj_uuids=948740da-3b3e-43b1-9598-fbee48bc720e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001691 10.0.0.65 - - [2025-12-15 02:42:47] "GET /project/948740da-3b3e-43b1-9598-fbee48bc720e?fields=application_policy_sets HTTP/1.1" 200 1451 0.078308 10.0.0.23 - - [2025-12-15 02:42:47] "DELETE /access-control-list/34686223-1e81-4c01-b7e2-3cc8e428c38f HTTP/1.1" 200 115 0.053929 10.0.0.65 - - [2025-12-15 02:42:48] "DELETE /project/948740da-3b3e-43b1-9598-fbee48bc720e HTTP/1.1" 200 115 0.432113 10.0.0.23 - - [2025-12-15 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.23 - - [2025-12-15 02:42:50] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005884 10.0.0.23 - - [2025-12-15 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.23 - - [2025-12-15 02:42:54] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007210 10.0.0.23 - - [2025-12-15 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.23 - - [2025-12-15 02:42:58] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005641 10.0.0.23 - - [2025-12-15 02:43:02] "POST /neutron/port HTTP/1.1" 200 1090 0.016500 10.0.0.23 - - [2025-12-15 02:43:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005037 10.0.0.23 - - [2025-12-15 02:43:02] "POST /neutron/network HTTP/1.1" 200 997 0.009336 10.0.0.23 - - [2025-12-15 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.23 - - [2025-12-15 02:43:02] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006218 10.0.0.23 - - [2025-12-15 02:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.23 - - [2025-12-15 02:43:06] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006004 10.0.0.23 - - [2025-12-15 02:43:08] "POST /neutron/network HTTP/1.1" 200 927 0.006932 10.0.0.23 - - [2025-12-15 02:43:08] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.23 - - [2025-12-15 02:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2025-12-15 02:43:10] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006803 10.0.0.23 - - [2025-12-15 02:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.23 - - [2025-12-15 02:43:14] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005468 10.0.0.23 - - [2025-12-15 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.23 - - [2025-12-15 02:43:16] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003492 10.0.0.23 - - [2025-12-15 02:43:16] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003664 10.0.0.23 - - [2025-12-15 02:43:16] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005526 10.0.0.23 - - [2025-12-15 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.23 - - [2025-12-15 02:43:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004424 10.0.0.23 - - [2025-12-15 02:43:17] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003881 10.0.0.23 - - [2025-12-15 02:43:17] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007056 10.0.0.23 - - [2025-12-15 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.23 - - [2025-12-15 02:43:17] "GET /routing-instance/ce9785e6-202a-445e-bd91-b6c7567e9748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005947 10.0.0.23 - - [2025-12-15 02:43:17] "GET /route-target/6d64368e-141d-4582-8e8c-9a8e08290c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004482 10.0.0.23 - - [2025-12-15 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.23 - - [2025-12-15 02:43:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003558 10.0.0.23 - - [2025-12-15 02:43:17] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002980 10.0.0.23 - - [2025-12-15 02:43:17] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005685 10.0.0.23 - - [2025-12-15 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.23 - - [2025-12-15 02:43:17] "GET /routing-instance/ce9785e6-202a-445e-bd91-b6c7567e9748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004186 10.0.0.23 - - [2025-12-15 02:43:17] "GET /route-target/6d64368e-141d-4582-8e8c-9a8e08290c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004220 10.0.0.23 - - [2025-12-15 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.23 - - [2025-12-15 02:43:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003975 10.0.0.23 - - [2025-12-15 02:43:17] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003569 10.0.0.23 - - [2025-12-15 02:43:17] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006000 10.0.0.23 - - [2025-12-15 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.23 - - [2025-12-15 02:43:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004388 10.0.0.23 - - [2025-12-15 02:43:17] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003663 10.0.0.23 - - [2025-12-15 02:43:17] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007448 10.0.0.23 - - [2025-12-15 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.23 - - [2025-12-15 02:43:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004979 10.0.0.23 - - [2025-12-15 02:43:17] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003665 10.0.0.23 - - [2025-12-15 02:43:17] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008142 10.0.0.23 - - [2025-12-15 02:43:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004035 10.0.0.65 - - [2025-12-15 02:43:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003719 10.0.0.23 - - [2025-12-15 02:43:18] "GET /obj-perms HTTP/1.1" 200 5030 0.004076 10.0.0.65 - - [2025-12-15 02:43:18] "GET /obj-perms HTTP/1.1" 200 5030 0.004246 10.0.0.23 - - [2025-12-15 02:43:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003802 10.0.0.23 - - [2025-12-15 02:43:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007484 10.0.0.23 - - [2025-12-15 02:43:18] "POST /neutron/port HTTP/1.1" 200 1089 0.015667 10.0.0.23 - - [2025-12-15 02:43:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007829 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-machine/4aa84c65-06e1-4ba1-861b-e188b17001dc HTTP/1.1" 200 1291 0.007537 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-machine/4aa84c65-06e1-4ba1-861b-e188b17001dc HTTP/1.1" 200 1291 0.005059 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-machine-interface/7bdae491-eb79-46ad-b565-61d0b7bc271e HTTP/1.1" 200 2944 0.007024 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-machine/4aa84c65-06e1-4ba1-861b-e188b17001dc HTTP/1.1" 200 1291 0.003732 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-machine-interface/7bdae491-eb79-46ad-b565-61d0b7bc271e HTTP/1.1" 200 2944 0.006923 10.0.0.23 - - [2025-12-15 02:43:18] "GET /instance-ip/478a2e68-fb1b-462f-9731-3154138626d6 HTTP/1.1" 200 1622 0.007652 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-machine/4aa84c65-06e1-4ba1-861b-e188b17001dc HTTP/1.1" 200 1291 0.004905 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-machine-interface/7bdae491-eb79-46ad-b565-61d0b7bc271e HTTP/1.1" 200 2944 0.006893 10.0.0.23 - - [2025-12-15 02:43:18] "GET /instance-ip/478a2e68-fb1b-462f-9731-3154138626d6 HTTP/1.1" 200 1622 0.004976 10.0.0.23 - - [2025-12-15 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.23 - - [2025-12-15 02:43:18] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004362 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003415 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005854 10.0.0.23 - - [2025-12-15 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.23 - - [2025-12-15 02:43:18] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004178 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004307 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.008193 10.0.0.23 - - [2025-12-15 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.23 - - [2025-12-15 02:43:18] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004928 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004064 10.0.0.23 - - [2025-12-15 02:43:18] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005950 10.0.0.23 - - [2025-12-15 02:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.23 - - [2025-12-15 02:43:19] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004634 10.0.0.23 - - [2025-12-15 02:43:19] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003197 10.0.0.23 - - [2025-12-15 02:43:19] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006334 10.0.0.23 - - [2025-12-15 02:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.23 - - [2025-12-15 02:43:19] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005652 10.0.0.23 - - [2025-12-15 02:43:19] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003412 10.0.0.23 - - [2025-12-15 02:43:19] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006434 10.0.0.23 - - [2025-12-15 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.23 - - [2025-12-15 02:43:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.23 - - [2025-12-15 02:43:20] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003494 10.0.0.23 - - [2025-12-15 02:43:20] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005735 10.0.0.23 - - [2025-12-15 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.23 - - [2025-12-15 02:43:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003865 10.0.0.23 - - [2025-12-15 02:43:20] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002823 10.0.0.23 - - [2025-12-15 02:43:20] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006297 10.0.0.23 - - [2025-12-15 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.23 - - [2025-12-15 02:43:20] "GET /routing-instance/e9cc5995-5cbd-4c25-a5f5-b5a3dba57067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004831 10.0.0.23 - - [2025-12-15 02:43:20] "GET /route-target/aa51b380-f738-422c-ae6e-359738a6adc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005113 10.0.0.23 - - [2025-12-15 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.23 - - [2025-12-15 02:43:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005140 10.0.0.23 - - [2025-12-15 02:43:20] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004462 10.0.0.23 - - [2025-12-15 02:43:20] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005806 10.0.0.23 - - [2025-12-15 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.23 - - [2025-12-15 02:43:20] "GET /routing-instance/e9cc5995-5cbd-4c25-a5f5-b5a3dba57067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004983 10.0.0.23 - - [2025-12-15 02:43:20] "GET /route-target/aa51b380-f738-422c-ae6e-359738a6adc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003659 10.0.0.23 - - [2025-12-15 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.23 - - [2025-12-15 02:43:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005711 10.0.0.23 - - [2025-12-15 02:43:21] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004519 10.0.0.23 - - [2025-12-15 02:43:21] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006656 10.0.0.23 - - [2025-12-15 02:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.23 - - [2025-12-15 02:43:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005498 10.0.0.23 - - [2025-12-15 02:43:21] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004095 10.0.0.23 - - [2025-12-15 02:43:21] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.009328 10.0.0.23 - - [2025-12-15 02:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.23 - - [2025-12-15 02:43:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004293 10.0.0.23 - - [2025-12-15 02:43:21] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003808 10.0.0.23 - - [2025-12-15 02:43:21] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007008 10.0.0.65 - - [2025-12-15 02:43:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004384 10.0.0.23 - - [2025-12-15 02:43:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004497 10.0.0.50 - - [2025-12-15 02:43:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004000 10.0.0.23 - - [2025-12-15 02:43:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004781 10.0.0.23 - - [2025-12-15 02:43:21] "POST /neutron/port HTTP/1.1" 200 1089 0.015820 10.0.0.23 - - [2025-12-15 02:43:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009654 10.0.0.23 - - [2025-12-15 02:43:21] "POST /neutron/port HTTP/1.1" 200 1089 0.018263 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-machine/13bb6016-9617-47b4-881c-45d292ce4cda HTTP/1.1" 200 1291 0.008814 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-machine/13bb6016-9617-47b4-881c-45d292ce4cda HTTP/1.1" 200 1291 0.009369 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-machine-interface/6f6975b5-5254-4a27-9467-47dbf787d9f0 HTTP/1.1" 200 2944 0.007165 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-machine/13bb6016-9617-47b4-881c-45d292ce4cda HTTP/1.1" 200 1291 0.004871 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-machine-interface/6f6975b5-5254-4a27-9467-47dbf787d9f0 HTTP/1.1" 200 2944 0.005954 10.0.0.23 - - [2025-12-15 02:43:22] "GET /instance-ip/7574fcc3-49ce-4a1c-a3c1-9f07f2c1cdf1 HTTP/1.1" 200 1622 0.006677 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-machine/13bb6016-9617-47b4-881c-45d292ce4cda HTTP/1.1" 200 1291 0.003842 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-machine-interface/6f6975b5-5254-4a27-9467-47dbf787d9f0 HTTP/1.1" 200 2944 0.005605 10.0.0.23 - - [2025-12-15 02:43:22] "GET /instance-ip/7574fcc3-49ce-4a1c-a3c1-9f07f2c1cdf1 HTTP/1.1" 200 1622 0.004435 10.0.0.23 - - [2025-12-15 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010816 10.0.0.23 - - [2025-12-15 02:43:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005462 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004485 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006126 10.0.0.23 - - [2025-12-15 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.013765 10.0.0.23 - - [2025-12-15 02:43:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004055 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003929 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005884 10.0.0.23 - - [2025-12-15 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.23 - - [2025-12-15 02:43:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005077 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005629 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006074 10.0.0.23 - - [2025-12-15 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.23 - - [2025-12-15 02:43:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004243 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003535 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005494 10.0.0.23 - - [2025-12-15 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.23 - - [2025-12-15 02:43:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004571 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003680 10.0.0.23 - - [2025-12-15 02:43:22] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005998 10.0.0.23 - - [2025-12-15 02:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.23 - - [2025-12-15 02:43:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004247 10.0.0.23 - - [2025-12-15 02:43:23] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003201 10.0.0.23 - - [2025-12-15 02:43:23] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007007 10.0.0.23 - - [2025-12-15 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005704 10.0.0.23 - - [2025-12-15 02:43:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003796 10.0.0.23 - - [2025-12-15 02:43:24] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003132 10.0.0.23 - - [2025-12-15 02:43:24] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005661 10.0.0.23 - - [2025-12-15 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.23 - - [2025-12-15 02:43:24] "GET /routing-instance/3dfd98c2-274a-45fd-8bbd-fac8df51512b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004855 10.0.0.23 - - [2025-12-15 02:43:24] "GET /route-target/ace5e878-d22e-4061-985f-7059b3383cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004017 10.0.0.23 - - [2025-12-15 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.23 - - [2025-12-15 02:43:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004002 10.0.0.23 - - [2025-12-15 02:43:24] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003462 10.0.0.23 - - [2025-12-15 02:43:24] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005730 10.0.0.23 - - [2025-12-15 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005360 10.0.0.23 - - [2025-12-15 02:43:24] "GET /routing-instance/3dfd98c2-274a-45fd-8bbd-fac8df51512b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.007391 10.0.0.23 - - [2025-12-15 02:43:24] "GET /route-target/ace5e878-d22e-4061-985f-7059b3383cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004080 10.0.0.23 - - [2025-12-15 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.23 - - [2025-12-15 02:43:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004704 10.0.0.23 - - [2025-12-15 02:43:24] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003718 10.0.0.23 - - [2025-12-15 02:43:24] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006308 10.0.0.23 - - [2025-12-15 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.23 - - [2025-12-15 02:43:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006469 10.0.0.23 - - [2025-12-15 02:43:24] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004220 10.0.0.23 - - [2025-12-15 02:43:24] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007483 10.0.0.65 - - [2025-12-15 02:43:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003915 10.0.0.23 - - [2025-12-15 02:43:24] "GET /obj-perms HTTP/1.1" 200 5030 0.004338 10.0.0.23 - - [2025-12-15 02:43:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003787 10.0.0.65 - - [2025-12-15 02:43:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003702 10.0.0.50 - - [2025-12-15 02:43:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003932 10.0.0.23 - - [2025-12-15 02:43:25] "GET /virtual-machine/12a9ac0d-4fe8-436c-894a-8ed2bc58c493 HTTP/1.1" 200 1291 0.004052 10.0.0.23 - - [2025-12-15 02:43:25] "GET /virtual-machine-interface/6aebc286-a70a-4483-b198-2e165ca948cd HTTP/1.1" 200 2944 0.004665 10.0.0.23 - - [2025-12-15 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.23 - - [2025-12-15 02:43:25] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004324 10.0.0.23 - - [2025-12-15 02:43:25] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002620 10.0.0.23 - - [2025-12-15 02:43:25] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005511 10.0.0.23 - - [2025-12-15 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.23 - - [2025-12-15 02:43:26] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003469 10.0.0.23 - - [2025-12-15 02:43:26] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005474 10.0.0.23 - - [2025-12-15 02:43:26] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006063 10.0.0.23 - - [2025-12-15 02:43:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008838 10.0.0.23 - - [2025-12-15 02:43:27] "POST /neutron/port HTTP/1.1" 200 1090 0.043177 10.0.0.23 - - [2025-12-15 02:43:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007243 10.0.0.23 - - [2025-12-15 02:43:41] "GET /virtual-machine/4aa84c65-06e1-4ba1-861b-e188b17001dc HTTP/1.1" 200 1291 0.004275 10.0.0.23 - - [2025-12-15 02:43:41] "GET /virtual-machine-interface/7bdae491-eb79-46ad-b565-61d0b7bc271e HTTP/1.1" 200 2944 0.005724 10.0.0.23 - - [2025-12-15 02:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.23 - - [2025-12-15 02:43:41] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005886 10.0.0.23 - - [2025-12-15 02:43:42] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004517 10.0.0.23 - - [2025-12-15 02:43:42] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006774 10.0.0.23 - - [2025-12-15 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.23 - - [2025-12-15 02:43:43] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003872 10.0.0.23 - - [2025-12-15 02:43:43] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003045 10.0.0.23 - - [2025-12-15 02:43:43] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005510 10.0.0.23 - - [2025-12-15 02:43:43] "GET /virtual-machine/13bb6016-9617-47b4-881c-45d292ce4cda HTTP/1.1" 200 1291 0.004115 10.0.0.23 - - [2025-12-15 02:43:43] "GET /virtual-machine-interface/6f6975b5-5254-4a27-9467-47dbf787d9f0 HTTP/1.1" 200 2944 0.005848 10.0.0.23 - - [2025-12-15 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.23 - - [2025-12-15 02:43:43] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004814 10.0.0.23 - - [2025-12-15 02:43:43] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004122 10.0.0.23 - - [2025-12-15 02:43:43] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007019 10.0.0.23 - - [2025-12-15 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005319 10.0.0.23 - - [2025-12-15 02:43:44] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006170 10.0.0.23 - - [2025-12-15 02:43:44] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004592 10.0.0.23 - - [2025-12-15 02:43:44] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008442 10.0.0.65 - - [2025-12-15 02:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.65 - - [2025-12-15 02:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.65 - - [2025-12-15 02:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.001156 10.0.0.65 - - [2025-12-15 02:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.50 - - [2025-12-15 02:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2025-12-15 02:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.50 - - [2025-12-15 02:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2025-12-15 02:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2025-12-15 02:43:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.50 - - [2025-12-15 02:43:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2025-12-15 02:43:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.50 - - [2025-12-15 02:43:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.65 - - [2025-12-15 02:44:00] "GET /obj-perms HTTP/1.1" 200 5056 0.051646 10.0.0.23 - - [2025-12-15 02:44:04] "POST /neutron/port HTTP/1.1" 200 1089 0.015611 10.0.0.23 - - [2025-12-15 02:44:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005019 10.0.0.23 - - [2025-12-15 02:44:04] "POST /neutron/network HTTP/1.1" 200 825 0.009230 10.0.0.23 - - [2025-12-15 02:44:07] "GET /virtual-machine/13bb6016-9617-47b4-881c-45d292ce4cda HTTP/1.1" 200 1291 0.006635 10.0.0.23 - - [2025-12-15 02:44:08] "POST /neutron/port HTTP/1.1" 200 151 0.234626 10.0.0.23 - - [2025-12-15 02:44:08] "POST /neutron/network HTTP/1.1" 200 927 0.045330 10.0.0.23 - - [2025-12-15 02:44:08] "POST /neutron/port HTTP/1.1" 200 117 0.001472 10.0.0.23 - - [2025-12-15 02:44:09] "GET /virtual-machine/13bb6016-9617-47b4-881c-45d292ce4cda HTTP/1.1" 404 171 0.003252 10.0.0.23 - - [2025-12-15 02:44:09] "GET /virtual-machine/13bb6016-9617-47b4-881c-45d292ce4cda HTTP/1.1" 404 171 0.003068 10.0.0.23 - - [2025-12-15 02:44:09] "GET /virtual-machine/13bb6016-9617-47b4-881c-45d292ce4cda HTTP/1.1" 404 171 0.004823 10.0.0.23 - - [2025-12-15 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.23 - - [2025-12-15 02:44:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004068 10.0.0.23 - - [2025-12-15 02:44:09] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004144 10.0.0.23 - - [2025-12-15 02:44:09] "GET /virtual-network/af42d3d4-feb1-44b1-a659-9cef50e351e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005701 10.0.0.23 - - [2025-12-15 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.23 - - [2025-12-15 02:44:09] "GET /routing-instance/3dfd98c2-274a-45fd-8bbd-fac8df51512b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004201 10.0.0.23 - - [2025-12-15 02:44:09] "GET /route-target/ace5e878-d22e-4061-985f-7059b3383cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005952 10.0.0.23 - - [2025-12-15 02:44:09] "GET /obj-perms HTTP/1.1" 200 5030 0.004951 10.0.0.65 - - [2025-12-15 02:44:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004100 10.0.0.23 - - [2025-12-15 02:44:19] "GET /obj-perms HTTP/1.1" 200 5030 0.006348 10.0.0.65 - - [2025-12-15 02:44:25] "GET /obj-perms HTTP/1.1" 200 5030 0.004900 10.0.0.23 - - [2025-12-15 02:44:25] "GET /obj-perms HTTP/1.1" 200 5030 0.006145 10.0.0.23 - - [2025-12-15 02:44:25] "GET /virtual-machine/4aa84c65-06e1-4ba1-861b-e188b17001dc HTTP/1.1" 200 1291 0.005242 10.0.0.23 - - [2025-12-15 02:44:25] "POST /neutron/port HTTP/1.1" 200 1115 0.013202 10.0.0.23 - - [2025-12-15 02:44:27] "GET /virtual-machine/4aa84c65-06e1-4ba1-861b-e188b17001dc HTTP/1.1" 404 171 0.005285 10.0.0.23 - - [2025-12-15 02:44:27] "GET /virtual-machine/4aa84c65-06e1-4ba1-861b-e188b17001dc HTTP/1.1" 404 171 0.003376 10.0.0.23 - - [2025-12-15 02:44:27] "GET /virtual-machine/4aa84c65-06e1-4ba1-861b-e188b17001dc HTTP/1.1" 404 171 0.004004 10.0.0.23 - - [2025-12-15 02:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.23 - - [2025-12-15 02:44:27] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003732 10.0.0.23 - - [2025-12-15 02:44:27] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002993 10.0.0.23 - - [2025-12-15 02:44:27] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006033 10.0.0.23 - - [2025-12-15 02:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.23 - - [2025-12-15 02:44:27] "GET /routing-instance/e9cc5995-5cbd-4c25-a5f5-b5a3dba57067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004240 10.0.0.23 - - [2025-12-15 02:44:27] "GET /route-target/aa51b380-f738-422c-ae6e-359738a6adc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004202 10.0.0.50 - - [2025-12-15 02:44:27] "GET /obj-perms HTTP/1.1" 200 5030 0.005252 10.0.0.23 - - [2025-12-15 02:44:30] "GET /obj-perms HTTP/1.1" 200 5030 0.003638 10.0.0.50 - - [2025-12-15 02:44:37] "GET /obj-perms HTTP/1.1" 200 5030 0.006940 10.0.0.23 - - [2025-12-15 02:44:40] "GET /obj-perms HTTP/1.1" 200 5030 0.003854 10.0.0.50 - - [2025-12-15 02:44:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004099 10.0.0.23 - - [2025-12-15 02:44:46] "GET /obj-perms HTTP/1.1" 200 5030 0.003808 10.0.0.23 - - [2025-12-15 02:44:46] "GET /virtual-machine/12a9ac0d-4fe8-436c-894a-8ed2bc58c493 HTTP/1.1" 200 1291 0.004193 10.0.0.23 - - [2025-12-15 02:44:46] "POST /neutron/port HTTP/1.1" 200 1116 0.022595 10.0.0.23 - - [2025-12-15 02:44:48] "GET /virtual-machine/12a9ac0d-4fe8-436c-894a-8ed2bc58c493 HTTP/1.1" 404 171 0.003038 10.0.0.23 - - [2025-12-15 02:44:48] "GET /virtual-machine/12a9ac0d-4fe8-436c-894a-8ed2bc58c493 HTTP/1.1" 404 171 0.003058 10.0.0.23 - - [2025-12-15 02:44:48] "GET /virtual-machine/12a9ac0d-4fe8-436c-894a-8ed2bc58c493 HTTP/1.1" 404 171 0.003340 10.0.0.23 - - [2025-12-15 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.23 - - [2025-12-15 02:44:48] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003859 10.0.0.23 - - [2025-12-15 02:44:48] "GET /virtual-networks?parent_id=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003786 10.0.0.23 - - [2025-12-15 02:44:48] "GET /virtual-network/12da54a8-75b8-49ee-b822-2c046b7ccb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006090 10.0.0.23 - - [2025-12-15 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.23 - - [2025-12-15 02:44:48] "GET /routing-instance/ce9785e6-202a-445e-bd91-b6c7567e9748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004446 10.0.0.23 - - [2025-12-15 02:44:48] "GET /route-target/6d64368e-141d-4582-8e8c-9a8e08290c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003321 10.0.0.65 - - [2025-12-15 02:44:48] "GET /obj-perms HTTP/1.1" 200 5030 0.003834 10.0.0.23 - - [2025-12-15 02:44:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004178 10.0.0.23 - - [2025-12-15 02:44:55] "GET /obj-perms HTTP/1.1" 200 5030 0.004715 10.0.0.65 - - [2025-12-15 02:44:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003791 10.0.0.23 - - [2025-12-15 02:44:55] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005211 10.0.0.23 - - [2025-12-15 02:44:55] "POST /neutron/network HTTP/1.1" 200 825 0.096185 10.0.0.23 - - [2025-12-15 02:44:55] "GET /virtual-network/8f39526b-ff82-46d6-87aa-e1a153e8a24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005344 10.0.0.23 - - [2025-12-15 02:44:55] "POST /ref-update HTTP/1.1" 200 156 0.064448 10.0.0.23 - - [2025-12-15 02:44:55] "PUT /access-control-list/d3660e39-bba0-4cbb-9e30-adef70f022bb HTTP/1.1" 200 272 0.058151 10.0.0.23 - - [2025-12-15 02:44:55] "POST /ref-update HTTP/1.1" 200 156 0.085151 10.0.0.23 - - [2025-12-15 02:44:55] "DELETE /network-policy/c01d2065-d5b9-4e4a-ab06-59b58f53894e HTTP/1.1" 200 115 0.071451 10.0.0.23 - - [2025-12-15 02:44:55] "DELETE /network-policy/d1d22b65-1380-427e-a80f-22d5811c2667 HTTP/1.1" 200 115 0.052128 10.0.0.23 - - [2025-12-15 02:44:55] "DELETE /network-policy/2f00b1a1-229c-4080-80df-759da7dc6886 HTTP/1.1" 200 115 0.037730 10.0.0.23 - - [2025-12-15 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005894 10.0.0.65 - - [2025-12-15 02:44:56] "POST /useragent-kv HTTP/1.1" 200 115 0.030778 10.0.0.65 - - [2025-12-15 02:44:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003230 10.0.0.23 - - [2025-12-15 02:44:56] "POST /neutron/network HTTP/1.1" 200 151 0.162475 10.0.0.23 - - [2025-12-15 02:44:56] "DELETE /route-target/aa51b380-f738-422c-ae6e-359738a6adc6 HTTP/1.1" 200 115 0.024738 10.0.0.23 - - [2025-12-15 02:44:56] "POST /neutron/network HTTP/1.1" 200 826 0.009031 10.0.0.23 - - [2025-12-15 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.23 - - [2025-12-15 02:44:57] "DELETE /network-ipam/db2a8cc9-9d99-4e2e-a177-904dffb79199 HTTP/1.1" 200 115 0.045188 10.0.0.23 - - [2025-12-15 02:44:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.003466 10.0.0.23 - - [2025-12-15 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.23 - - [2025-12-15 02:44:57] "DELETE /network-ipam/57e7b694-9725-417d-93b1-8cddb7e62fed HTTP/1.1" 200 115 0.034399 10.0.0.23 - - [2025-12-15 02:44:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.004711 10.0.0.23 - - [2025-12-15 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.23 - - [2025-12-15 02:44:57] "DELETE /network-ipam/22951034-7c80-4666-9bc4-4e25d025abd9 HTTP/1.1" 200 115 0.046194 10.0.0.23 - - [2025-12-15 02:44:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.003804 10.0.0.65 - - [2025-12-15 02:44:58] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.23 - - [2025-12-15 02:44:58] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048956 10.0.0.65 - - [2025-12-15 02:44:58] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.23 - - [2025-12-15 02:44:58] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?fields=virtual_networks HTTP/1.1" 200 1032 0.037729 10.0.0.65 - - [2025-12-15 02:44:59] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.23 - - [2025-12-15 02:44:59] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041866 10.0.0.65 - - [2025-12-15 02:44:59] "GET /projects?obj_uuids=40c5e393-18ae-49d9-b3b4-610edeb00f72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.23 - - [2025-12-15 02:44:59] "GET /project/40c5e393-18ae-49d9-b3b4-610edeb00f72?fields=security_groups HTTP/1.1" 200 1258 0.044506 10.0.0.23 - - [2025-12-15 02:45:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.328846 10.0.0.65 - - [2025-12-15 02:45:00] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003232 10.0.0.65 - - [2025-12-15 02:45:00] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.65 - - [2025-12-15 02:45:00] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.049481 10.0.0.50 - - [2025-12-15 02:45:01] "GET /obj-perms HTTP/1.1" 200 5056 0.078036 10.0.0.65 - - [2025-12-15 02:45:01] "POST /id-to-fqname HTTP/1.1" 200 196 0.001307 10.0.0.65 - - [2025-12-15 02:45:01] "POST /fqname-to-id HTTP/1.1" 404 205 0.005861 10.0.0.65 - - [2025-12-15 02:45:01] "POST /security-groups HTTP/1.1" 200 597 0.035909 10.0.0.23 - - [2025-12-15 02:45:01] "POST /fqname-to-id HTTP/1.1" 404 240 0.003767 10.0.0.65 - - [2025-12-15 02:45:01] "POST /projects HTTP/1.1" 200 597 0.254425 10.0.0.65 - - [2025-12-15 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.550647 10.0.0.23 - - [2025-12-15 02:45:01] "POST /access-control-lists HTTP/1.1" 200 600 0.035352 10.0.0.23 - - [2025-12-15 02:45:01] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.733343 10.0.0.23 - - [2025-12-15 02:45:02] "GET / HTTP/1.1" 200 35931 0.002132 10.0.0.23 - - [2025-12-15 02:45:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000611 10.0.0.23 - - [2025-12-15 02:45:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.053569 10.0.0.23 - - [2025-12-15 02:45:05] "POST /network-ipams HTTP/1.1" 200 519 0.028214 10.0.0.23 - - [2025-12-15 02:45:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003458 10.0.0.23 - - [2025-12-15 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.23 - - [2025-12-15 02:45:05] "GET /network-ipam/9f4a06a8-b6e6-440c-bbe2-72732cc2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006312 10.0.0.23 - - [2025-12-15 02:45:06] "PUT /network-ipam/9f4a06a8-b6e6-440c-bbe2-72732cc2e48f HTTP/1.1" 200 258 0.016518 10.0.0.23 - - [2025-12-15 02:45:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003625 10.0.0.23 - - [2025-12-15 02:45:06] "POST /network-ipams HTTP/1.1" 200 519 0.041648 10.0.0.23 - - [2025-12-15 02:45:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004842 10.0.0.23 - - [2025-12-15 02:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.23 - - [2025-12-15 02:45:06] "GET /network-ipam/ddf801d7-6708-432d-894f-9fb49a6f6791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006309 10.0.0.23 - - [2025-12-15 02:45:06] "PUT /network-ipam/ddf801d7-6708-432d-894f-9fb49a6f6791 HTTP/1.1" 200 258 0.015133 10.0.0.23 - - [2025-12-15 02:45:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003589 10.0.0.23 - - [2025-12-15 02:45:06] "POST /network-ipams HTTP/1.1" 200 519 0.040588 10.0.0.23 - - [2025-12-15 02:45:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003648 10.0.0.23 - - [2025-12-15 02:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.23 - - [2025-12-15 02:45:06] "GET /network-ipam/eae2b10e-8135-4792-97ff-321f9ed0bb43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006477 10.0.0.23 - - [2025-12-15 02:45:06] "PUT /network-ipam/eae2b10e-8135-4792-97ff-321f9ed0bb43 HTTP/1.1" 200 258 0.014650 10.0.0.23 - - [2025-12-15 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.65 - - [2025-12-15 02:45:07] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000867 10.0.0.23 - - [2025-12-15 02:45:07] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.046211 10.0.0.65 - - [2025-12-15 02:45:07] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001215 10.0.0.23 - - [2025-12-15 02:45:07] "POST /neutron/network HTTP/1.1" 200 613 0.139808 10.0.0.23 - - [2025-12-15 02:45:08] "POST /neutron/network HTTP/1.1" 200 1012 0.012432 10.0.0.23 - - [2025-12-15 02:45:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001272 10.0.0.23 - - [2025-12-15 02:45:08] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005591 10.0.0.23 - - [2025-12-15 02:45:08] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005526 10.0.0.23 - - [2025-12-15 02:45:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.008889 10.0.0.23 - - [2025-12-15 02:45:08] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005080 10.0.0.23 - - [2025-12-15 02:45:08] "GET /network-ipam/9f4a06a8-b6e6-440c-bbe2-72732cc2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.005993 10.0.0.23 - - [2025-12-15 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005837 10.0.0.65 - - [2025-12-15 02:45:08] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001150 10.0.0.23 - - [2025-12-15 02:45:08] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049296 10.0.0.23 - - [2025-12-15 02:45:08] "POST /neutron/network HTTP/1.1" 200 117 0.014329 10.0.0.65 - - [2025-12-15 02:45:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006264 10.0.0.23 - - [2025-12-15 02:45:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.225594 10.0.0.23 - - [2025-12-15 02:45:09] "POST /route-targets HTTP/1.1" 200 327 0.023001 10.0.0.23 - - [2025-12-15 02:45:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001512 10.0.0.23 - - [2025-12-15 02:45:09] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.016979 10.0.0.23 - - [2025-12-15 02:45:09] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005254 10.0.0.23 - - [2025-12-15 02:45:09] "POST /neutron/network HTTP/1.1" 200 1013 0.009021 10.0.0.23 - - [2025-12-15 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.65 - - [2025-12-15 02:45:09] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000977 10.0.0.23 - - [2025-12-15 02:45:09] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040762 10.0.0.23 - - [2025-12-15 02:45:09] "POST /neutron/network HTTP/1.1" 200 117 0.014283 10.0.0.23 - - [2025-12-15 02:45:09] "POST /ref-update HTTP/1.1" 200 156 0.028995 10.0.0.65 - - [2025-12-15 02:45:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003411 10.0.0.23 - - [2025-12-15 02:45:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.230394 10.0.0.23 - - [2025-12-15 02:45:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.046966 10.0.0.23 - - [2025-12-15 02:45:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001296 10.0.0.23 - - [2025-12-15 02:45:10] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005672 10.0.0.23 - - [2025-12-15 02:45:10] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005636 10.0.0.23 - - [2025-12-15 02:45:10] "POST /neutron/network HTTP/1.1" 200 1012 0.010839 10.0.0.23 - - [2025-12-15 02:45:10] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010121 10.0.0.23 - - [2025-12-15 02:45:12] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008285 10.0.0.23 - - [2025-12-15 02:45:12] "GET /obj-perms HTTP/1.1" 200 5042 0.047392 10.0.0.23 - - [2025-12-15 02:45:12] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.010532 10.0.0.50 - - [2025-12-15 02:45:13] "GET /obj-perms HTTP/1.1" 200 5042 0.048593 10.0.0.65 - - [2025-12-15 02:45:13] "GET /obj-perms HTTP/1.1" 200 5042 0.049127 10.0.0.23 - - [2025-12-15 02:45:13] "POST /fqname-to-id HTTP/1.1" 404 224 0.003845 10.0.0.23 - - [2025-12-15 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.65 - - [2025-12-15 02:45:13] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001632 10.0.0.23 - - [2025-12-15 02:45:13] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.050288 10.0.0.23 - - [2025-12-15 02:45:13] "POST /network-policys HTTP/1.1" 200 559 0.042691 10.0.0.23 - - [2025-12-15 02:45:13] "GET /network-policy/1920ead9-991d-4817-898f-67d95e2bf3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006121 10.0.0.23 - - [2025-12-15 02:45:13] "POST /fqname-to-id HTTP/1.1" 404 224 0.003122 10.0.0.23 - - [2025-12-15 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.65 - - [2025-12-15 02:45:13] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000977 10.0.0.23 - - [2025-12-15 02:45:13] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.051225 10.0.0.23 - - [2025-12-15 02:45:13] "POST /network-policys HTTP/1.1" 200 559 0.027922 10.0.0.23 - - [2025-12-15 02:45:13] "GET /network-policy/52cd3a1b-74aa-40b9-95aa-a8f65f5aafdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006645 10.0.0.23 - - [2025-12-15 02:45:13] "POST /fqname-to-id HTTP/1.1" 404 224 0.003001 10.0.0.23 - - [2025-12-15 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.65 - - [2025-12-15 02:45:13] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000999 10.0.0.23 - - [2025-12-15 02:45:13] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044807 10.0.0.23 - - [2025-12-15 02:45:13] "POST /network-policys HTTP/1.1" 200 559 0.030076 10.0.0.23 - - [2025-12-15 02:45:13] "GET /network-policy/7abbbba2-4d3c-4ea5-af33-c7a4cc511c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006207 10.0.0.23 - - [2025-12-15 02:45:14] "POST /neutron/network HTTP/1.1" 200 1012 0.009377 10.0.0.23 - - [2025-12-15 02:45:14] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.007309 10.0.0.23 - - [2025-12-15 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.23 - - [2025-12-15 02:45:14] "GET /network-policy/1920ead9-991d-4817-898f-67d95e2bf3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.004102 10.0.0.23 - - [2025-12-15 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.23 - - [2025-12-15 02:45:14] "GET /network-policy/52cd3a1b-74aa-40b9-95aa-a8f65f5aafdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.004707 10.0.0.23 - - [2025-12-15 02:45:14] "POST /neutron/network HTTP/1.1" 200 1013 0.009883 10.0.0.23 - - [2025-12-15 02:45:14] "POST /fqname-to-id HTTP/1.1" 404 242 0.003506 10.0.0.23 - - [2025-12-15 02:45:14] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007040 10.0.0.23 - - [2025-12-15 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.23 - - [2025-12-15 02:45:14] "GET /network-policy/7abbbba2-4d3c-4ea5-af33-c7a4cc511c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.005370 10.0.0.23 - - [2025-12-15 02:45:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001336 10.0.0.23 - - [2025-12-15 02:45:14] "POST /neutron/network HTTP/1.1" 200 1206 0.008603 10.0.0.65 - - [2025-12-15 02:45:15] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000969 10.0.0.23 - - [2025-12-15 02:45:15] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.083555 10.0.0.23 - - [2025-12-15 02:45:15] "POST /neutron/port HTTP/1.1" 200 117 0.006664 10.0.0.23 - - [2025-12-15 02:45:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001263 10.0.0.23 - - [2025-12-15 02:45:16] "POST /neutron/network HTTP/1.1" 200 1206 0.007610 10.0.0.23 - - [2025-12-15 02:45:16] "PUT /access-control-list/e29c601f-4f8b-43b3-a25a-3295c90630e4 HTTP/1.1" 200 272 0.065969 10.0.0.23 - - [2025-12-15 02:45:16] "POST /neutron/port HTTP/1.1" 200 1171 0.019672 10.0.0.65 - - [2025-12-15 02:45:16] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001228 10.0.0.23 - - [2025-12-15 02:45:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003800 10.0.0.23 - - [2025-12-15 02:45:16] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.073211 10.0.0.23 - - [2025-12-15 02:45:17] "POST /neutron/subnet HTTP/1.1" 200 1375 0.020285 10.0.0.23 - - [2025-12-15 02:45:17] "POST /neutron/network HTTP/1.1" 200 1196 0.012213 10.0.0.23 - - [2025-12-15 02:45:17] "POST /neutron/port HTTP/1.1" 200 117 0.006537 10.0.0.23 - - [2025-12-15 02:45:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001388 10.0.0.23 - - [2025-12-15 02:45:17] "POST /neutron/network HTTP/1.1" 200 1022 0.008383 10.0.0.23 - - [2025-12-15 02:45:18] "POST /neutron/port HTTP/1.1" 200 1172 0.024770 10.0.0.23 - - [2025-12-15 02:45:18] "POST /neutron/port HTTP/1.1" 200 1200 0.020413 10.0.0.23 - - [2025-12-15 02:45:18] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012301 10.0.0.23 - - [2025-12-15 02:45:18] "POST /neutron/network HTTP/1.1" 200 1111 0.009042 10.0.0.65 - - [2025-12-15 02:45:18] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000920 10.0.0.23 - - [2025-12-15 02:45:18] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065142 10.0.0.23 - - [2025-12-15 02:45:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009079 10.0.0.23 - - [2025-12-15 02:45:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008775 10.0.0.23 - - [2025-12-15 02:45:18] "POST /neutron/port HTTP/1.1" 200 1199 0.023166 10.0.0.65 - - [2025-12-15 02:45:19] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001283 10.0.0.23 - - [2025-12-15 02:45:19] "GET /virtual-machine/41d05718-096f-4b78-9c5b-e675d5ad37b5 HTTP/1.1" 401 292 0.000646 10.0.0.23 - - [2025-12-15 02:45:19] "POST /neutron/port HTTP/1.1" 200 1171 0.432643 10.0.0.23 - - [2025-12-15 02:45:19] "POST /neutron/port HTTP/1.1" 200 1171 0.014796 10.0.0.23 - - [2025-12-15 02:45:19] "GET /virtual-machine/41d05718-096f-4b78-9c5b-e675d5ad37b5 HTTP/1.1" 200 1298 0.060303 10.0.0.23 - - [2025-12-15 02:45:19] "GET /virtual-machine/41d05718-096f-4b78-9c5b-e675d5ad37b5 HTTP/1.1" 200 1298 0.004114 10.0.0.23 - - [2025-12-15 02:45:19] "GET /virtual-machine-interface/3fbad784-fbf3-4c04-b58d-22b602ad848e HTTP/1.1" 200 3168 0.020460 10.0.0.23 - - [2025-12-15 02:45:19] "GET /virtual-machine/41d05718-096f-4b78-9c5b-e675d5ad37b5 HTTP/1.1" 200 1298 0.011989 10.0.0.23 - - [2025-12-15 02:45:19] "GET /virtual-machine-interface/3fbad784-fbf3-4c04-b58d-22b602ad848e HTTP/1.1" 200 3168 0.006133 10.0.0.23 - - [2025-12-15 02:45:19] "GET /instance-ip/5651547a-ab2e-4808-ad78-d879be150088 HTTP/1.1" 200 1631 0.007840 10.0.0.23 - - [2025-12-15 02:45:19] "GET /instance-ip/5f430db7-b6a0-4598-8531-16fb6c6815e2 HTTP/1.1" 200 1652 0.008839 10.0.0.23 - - [2025-12-15 02:45:19] "GET /virtual-machine/41d05718-096f-4b78-9c5b-e675d5ad37b5 HTTP/1.1" 200 1298 0.005130 10.0.0.23 - - [2025-12-15 02:45:19] "GET /virtual-machine-interface/3fbad784-fbf3-4c04-b58d-22b602ad848e HTTP/1.1" 200 3168 0.005607 10.0.0.23 - - [2025-12-15 02:45:19] "GET /instance-ip/5651547a-ab2e-4808-ad78-d879be150088 HTTP/1.1" 200 1631 0.004331 10.0.0.23 - - [2025-12-15 02:45:19] "GET /instance-ip/5f430db7-b6a0-4598-8531-16fb6c6815e2 HTTP/1.1" 200 1652 0.003422 10.0.0.23 - - [2025-12-15 02:45:19] "POST /neutron/port HTTP/1.1" 200 1199 0.016200 10.0.0.23 - - [2025-12-15 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.23 - - [2025-12-15 02:45:19] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003114 10.0.0.23 - - [2025-12-15 02:45:19] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003089 10.0.0.23 - - [2025-12-15 02:45:19] "POST /neutron/subnet HTTP/1.1" 200 1375 0.011494 10.0.0.23 - - [2025-12-15 02:45:19] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006413 10.0.0.23 - - [2025-12-15 02:45:19] "POST /neutron/network HTTP/1.1" 200 1012 0.010143 10.0.0.23 - - [2025-12-15 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.23 - - [2025-12-15 02:45:19] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004740 10.0.0.23 - - [2025-12-15 02:45:19] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004058 10.0.0.23 - - [2025-12-15 02:45:19] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006298 10.0.0.23 - - [2025-12-15 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.23 - - [2025-12-15 02:45:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004789 10.0.0.23 - - [2025-12-15 02:45:20] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003550 10.0.0.23 - - [2025-12-15 02:45:20] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006119 10.0.0.23 - - [2025-12-15 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.23 - - [2025-12-15 02:45:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005292 10.0.0.23 - - [2025-12-15 02:45:20] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004047 10.0.0.23 - - [2025-12-15 02:45:20] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.008783 10.0.0.23 - - [2025-12-15 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.23 - - [2025-12-15 02:45:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005932 10.0.0.23 - - [2025-12-15 02:45:20] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004778 10.0.0.23 - - [2025-12-15 02:45:20] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.007399 10.0.0.23 - - [2025-12-15 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.23 - - [2025-12-15 02:45:23] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005504 10.0.0.23 - - [2025-12-15 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.23 - - [2025-12-15 02:45:27] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005421 10.0.0.23 - - [2025-12-15 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.23 - - [2025-12-15 02:45:31] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005828 10.0.0.23 - - [2025-12-15 02:45:34] "DELETE /access-control-list/292a71da-7093-40da-a01e-4d6938110db1 HTTP/1.1" 200 115 0.049922 10.0.0.23 - - [2025-12-15 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2025-12-15 02:45:35] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006179 10.0.0.23 - - [2025-12-15 02:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.23 - - [2025-12-15 02:45:40] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.007758 10.0.0.23 - - [2025-12-15 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.23 - - [2025-12-15 02:45:44] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005402 10.0.0.65 - - [2025-12-15 02:45:48] "DELETE /project/ff1377e7bbdc42ce9ed9998cc8e12a64 HTTP/1.1" 404 173 0.007221 10.0.0.65 - - [2025-12-15 02:45:48] "DELETE /project/40c5e393-18ae-49d9-b3b4-610edeb00f72 HTTP/1.1" 404 177 0.006597 10.0.0.23 - - [2025-12-15 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005542 10.0.0.23 - - [2025-12-15 02:45:48] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006140 10.0.0.23 - - [2025-12-15 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2025-12-15 02:45:52] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005677 10.0.0.23 - - [2025-12-15 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.23 - - [2025-12-15 02:45:56] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006764 10.0.0.23 - - [2025-12-15 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.23 - - [2025-12-15 02:46:00] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006733 10.0.0.23 - - [2025-12-15 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.23 - - [2025-12-15 02:46:04] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005697 10.0.0.23 - - [2025-12-15 02:46:07] "POST /neutron/network HTTP/1.1" 200 1206 0.007322 10.0.0.23 - - [2025-12-15 02:46:07] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013313 10.0.0.23 - - [2025-12-15 02:46:07] "POST /neutron/network HTTP/1.1" 200 1196 0.009616 10.0.0.23 - - [2025-12-15 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.23 - - [2025-12-15 02:46:08] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005635 10.0.0.23 - - [2025-12-15 02:46:11] "POST /neutron/network HTTP/1.1" 200 1121 0.009590 10.0.0.23 - - [2025-12-15 02:46:11] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015369 10.0.0.23 - - [2025-12-15 02:46:11] "POST /neutron/network HTTP/1.1" 200 1111 0.011243 10.0.0.23 - - [2025-12-15 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.23 - - [2025-12-15 02:46:12] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.007167 10.0.0.23 - - [2025-12-15 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.23 - - [2025-12-15 02:46:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005114 10.0.0.23 - - [2025-12-15 02:46:15] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004307 10.0.0.23 - - [2025-12-15 02:46:15] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.007925 10.0.0.23 - - [2025-12-15 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.23 - - [2025-12-15 02:46:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004212 10.0.0.23 - - [2025-12-15 02:46:15] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003432 10.0.0.23 - - [2025-12-15 02:46:15] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005824 10.0.0.23 - - [2025-12-15 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.23 - - [2025-12-15 02:46:15] "GET /routing-instance/28efce87-f54a-44c7-ad38-0d7fe45f9ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.007199 10.0.0.23 - - [2025-12-15 02:46:15] "GET /route-target/2f3a1cc0-0060-4d7b-a9f7-6cd7c3d7cfc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003863 10.0.0.23 - - [2025-12-15 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.23 - - [2025-12-15 02:46:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003526 10.0.0.23 - - [2025-12-15 02:46:15] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003575 10.0.0.23 - - [2025-12-15 02:46:15] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005726 10.0.0.23 - - [2025-12-15 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.23 - - [2025-12-15 02:46:15] "GET /routing-instance/28efce87-f54a-44c7-ad38-0d7fe45f9ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004857 10.0.0.23 - - [2025-12-15 02:46:15] "GET /route-target/2f3a1cc0-0060-4d7b-a9f7-6cd7c3d7cfc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003869 10.0.0.23 - - [2025-12-15 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.23 - - [2025-12-15 02:46:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004280 10.0.0.23 - - [2025-12-15 02:46:15] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003440 10.0.0.23 - - [2025-12-15 02:46:15] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006797 10.0.0.23 - - [2025-12-15 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2025-12-15 02:46:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005519 10.0.0.23 - - [2025-12-15 02:46:15] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004426 10.0.0.23 - - [2025-12-15 02:46:15] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.007414 10.0.0.23 - - [2025-12-15 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2025-12-15 02:46:16] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004526 10.0.0.23 - - [2025-12-15 02:46:16] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003521 10.0.0.23 - - [2025-12-15 02:46:16] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006158 10.0.0.23 - - [2025-12-15 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.23 - - [2025-12-15 02:46:16] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004812 10.0.0.23 - - [2025-12-15 02:46:16] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003354 10.0.0.23 - - [2025-12-15 02:46:16] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005714 10.0.0.23 - - [2025-12-15 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.23 - - [2025-12-15 02:46:16] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005530 10.0.0.23 - - [2025-12-15 02:46:16] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005644 10.0.0.23 - - [2025-12-15 02:46:16] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.008147 10.0.0.23 - - [2025-12-15 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.23 - - [2025-12-15 02:46:16] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005349 10.0.0.23 - - [2025-12-15 02:46:16] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003735 10.0.0.23 - - [2025-12-15 02:46:16] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006660 10.0.0.23 - - [2025-12-15 02:46:16] "GET /obj-perms HTTP/1.1" 200 5042 0.004205 10.0.0.65 - - [2025-12-15 02:46:16] "GET /obj-perms HTTP/1.1" 200 5042 0.004238 10.0.0.23 - - [2025-12-15 02:46:16] "GET /obj-perms HTTP/1.1" 200 5042 0.003812 10.0.0.23 - - [2025-12-15 02:46:16] "GET /obj-perms HTTP/1.1" 200 5042 0.003477 10.0.0.65 - - [2025-12-15 02:46:16] "GET /obj-perms HTTP/1.1" 200 5042 0.003816 10.0.0.23 - - [2025-12-15 02:46:16] "POST /neutron/port HTTP/1.1" 200 1200 0.016151 10.0.0.23 - - [2025-12-15 02:46:16] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007898 10.0.0.23 - - [2025-12-15 02:46:17] "POST /neutron/port HTTP/1.1" 200 1200 0.026764 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-machine/d2450e88-639c-44e5-8f66-ed6d8a756a46 HTTP/1.1" 200 1299 0.006350 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-machine/d2450e88-639c-44e5-8f66-ed6d8a756a46 HTTP/1.1" 200 1299 0.003686 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-machine-interface/2ff05e85-b796-49aa-88c0-883a9e468bdc HTTP/1.1" 200 3167 0.005084 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-machine/d2450e88-639c-44e5-8f66-ed6d8a756a46 HTTP/1.1" 200 1299 0.004002 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-machine-interface/2ff05e85-b796-49aa-88c0-883a9e468bdc HTTP/1.1" 200 3167 0.006036 10.0.0.23 - - [2025-12-15 02:46:17] "GET /instance-ip/826fa3c4-9e1e-4a2d-8eeb-4ab530a05885 HTTP/1.1" 200 1632 0.007112 10.0.0.23 - - [2025-12-15 02:46:17] "GET /instance-ip/d166da2d-3efd-424a-96cb-df100a2252c6 HTTP/1.1" 200 1654 0.005702 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-machine/d2450e88-639c-44e5-8f66-ed6d8a756a46 HTTP/1.1" 200 1299 0.003733 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-machine-interface/2ff05e85-b796-49aa-88c0-883a9e468bdc HTTP/1.1" 200 3167 0.005612 10.0.0.23 - - [2025-12-15 02:46:17] "GET /instance-ip/826fa3c4-9e1e-4a2d-8eeb-4ab530a05885 HTTP/1.1" 200 1632 0.004034 10.0.0.23 - - [2025-12-15 02:46:17] "GET /instance-ip/d166da2d-3efd-424a-96cb-df100a2252c6 HTTP/1.1" 200 1654 0.004114 10.0.0.23 - - [2025-12-15 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.23 - - [2025-12-15 02:46:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003557 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005714 10.0.0.23 - - [2025-12-15 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.23 - - [2025-12-15 02:46:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004455 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003256 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005910 10.0.0.23 - - [2025-12-15 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.23 - - [2025-12-15 02:46:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004477 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003442 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007858 10.0.0.23 - - [2025-12-15 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.23 - - [2025-12-15 02:46:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008786 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004558 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006809 10.0.0.23 - - [2025-12-15 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.23 - - [2025-12-15 02:46:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005962 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005588 10.0.0.23 - - [2025-12-15 02:46:17] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006824 10.0.0.23 - - [2025-12-15 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.23 - - [2025-12-15 02:46:18] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004117 10.0.0.23 - - [2025-12-15 02:46:18] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003562 10.0.0.23 - - [2025-12-15 02:46:19] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006580 10.0.0.23 - - [2025-12-15 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.23 - - [2025-12-15 02:46:19] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004154 10.0.0.23 - - [2025-12-15 02:46:19] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003299 10.0.0.23 - - [2025-12-15 02:46:19] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007578 10.0.0.23 - - [2025-12-15 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.23 - - [2025-12-15 02:46:19] "GET /routing-instance/8817b6d3-abff-4033-b934-1493f7c40b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.006862 10.0.0.23 - - [2025-12-15 02:46:19] "GET /route-target/2b0ebc77-87bc-4e34-b633-3141efee9b80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003797 10.0.0.23 - - [2025-12-15 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2025-12-15 02:46:19] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004463 10.0.0.23 - - [2025-12-15 02:46:19] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003971 10.0.0.23 - - [2025-12-15 02:46:19] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005745 10.0.0.23 - - [2025-12-15 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.23 - - [2025-12-15 02:46:19] "GET /routing-instance/8817b6d3-abff-4033-b934-1493f7c40b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005008 10.0.0.23 - - [2025-12-15 02:46:19] "GET /route-target/2b0ebc77-87bc-4e34-b633-3141efee9b80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004346 10.0.0.23 - - [2025-12-15 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006502 10.0.0.23 - - [2025-12-15 02:46:19] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005276 10.0.0.23 - - [2025-12-15 02:46:19] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004467 10.0.0.23 - - [2025-12-15 02:46:19] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006721 10.0.0.23 - - [2025-12-15 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.23 - - [2025-12-15 02:46:19] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005459 10.0.0.23 - - [2025-12-15 02:46:19] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004360 10.0.0.23 - - [2025-12-15 02:46:19] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006672 10.0.0.23 - - [2025-12-15 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.23 - - [2025-12-15 02:46:19] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005045 10.0.0.23 - - [2025-12-15 02:46:19] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004061 10.0.0.23 - - [2025-12-15 02:46:20] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007641 10.0.0.23 - - [2025-12-15 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.23 - - [2025-12-15 02:46:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004234 10.0.0.23 - - [2025-12-15 02:46:20] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003626 10.0.0.23 - - [2025-12-15 02:46:20] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005685 10.0.0.23 - - [2025-12-15 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.23 - - [2025-12-15 02:46:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004242 10.0.0.23 - - [2025-12-15 02:46:20] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003740 10.0.0.23 - - [2025-12-15 02:46:20] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005496 10.0.0.23 - - [2025-12-15 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.23 - - [2025-12-15 02:46:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004072 10.0.0.23 - - [2025-12-15 02:46:20] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003697 10.0.0.23 - - [2025-12-15 02:46:20] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007604 10.0.0.23 - - [2025-12-15 02:46:20] "GET /obj-perms HTTP/1.1" 200 5042 0.005858 10.0.0.65 - - [2025-12-15 02:46:20] "GET /obj-perms HTTP/1.1" 200 5042 0.003906 10.0.0.23 - - [2025-12-15 02:46:20] "GET /obj-perms HTTP/1.1" 200 5042 0.004259 10.0.0.50 - - [2025-12-15 02:46:20] "GET /obj-perms HTTP/1.1" 200 5042 0.003937 10.0.0.23 - - [2025-12-15 02:46:20] "GET /obj-perms HTTP/1.1" 200 5042 0.005888 10.0.0.23 - - [2025-12-15 02:46:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007838 10.0.0.23 - - [2025-12-15 02:46:20] "POST /neutron/port HTTP/1.1" 200 1199 0.015336 10.0.0.23 - - [2025-12-15 02:46:21] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007224 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-machine/90923bb1-8430-4608-b408-0964070cea84 HTTP/1.1" 200 1299 0.005705 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-machine/90923bb1-8430-4608-b408-0964070cea84 HTTP/1.1" 200 1299 0.003847 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-machine-interface/2e7f0aab-41b7-41cc-ac92-2534da082c5d HTTP/1.1" 200 3168 0.010808 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-machine/90923bb1-8430-4608-b408-0964070cea84 HTTP/1.1" 200 1299 0.003748 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-machine-interface/2e7f0aab-41b7-41cc-ac92-2534da082c5d HTTP/1.1" 200 3168 0.005343 10.0.0.23 - - [2025-12-15 02:46:21] "GET /instance-ip/7dbaeea2-1f07-4fb1-aea1-43c5f44265da HTTP/1.1" 200 1653 0.006376 10.0.0.23 - - [2025-12-15 02:46:21] "GET /instance-ip/cdffaf1f-8dd4-4692-9f86-1f17089576cb HTTP/1.1" 200 1632 0.006822 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-machine/90923bb1-8430-4608-b408-0964070cea84 HTTP/1.1" 200 1299 0.003966 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-machine-interface/2e7f0aab-41b7-41cc-ac92-2534da082c5d HTTP/1.1" 200 3168 0.006703 10.0.0.23 - - [2025-12-15 02:46:21] "GET /instance-ip/7dbaeea2-1f07-4fb1-aea1-43c5f44265da HTTP/1.1" 200 1653 0.004206 10.0.0.23 - - [2025-12-15 02:46:21] "GET /instance-ip/cdffaf1f-8dd4-4692-9f86-1f17089576cb HTTP/1.1" 200 1632 0.004156 10.0.0.23 - - [2025-12-15 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.23 - - [2025-12-15 02:46:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003270 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003858 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006301 10.0.0.23 - - [2025-12-15 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.23 - - [2025-12-15 02:46:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007146 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003601 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005419 10.0.0.23 - - [2025-12-15 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.23 - - [2025-12-15 02:46:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004228 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003057 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009560 10.0.0.23 - - [2025-12-15 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.23 - - [2025-12-15 02:46:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005470 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003456 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008754 10.0.0.23 - - [2025-12-15 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.23 - - [2025-12-15 02:46:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005557 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004023 10.0.0.23 - - [2025-12-15 02:46:21] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006408 10.0.0.23 - - [2025-12-15 02:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.23 - - [2025-12-15 02:46:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004318 10.0.0.23 - - [2025-12-15 02:46:22] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003006 10.0.0.23 - - [2025-12-15 02:46:22] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007206 10.0.0.23 - - [2025-12-15 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.018541 10.0.0.23 - - [2025-12-15 02:46:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004293 10.0.0.23 - - [2025-12-15 02:46:23] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003463 10.0.0.23 - - [2025-12-15 02:46:23] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005800 10.0.0.23 - - [2025-12-15 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.23 - - [2025-12-15 02:46:23] "GET /routing-instance/08b42e08-0219-4808-b17e-75db48ba59f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004262 10.0.0.23 - - [2025-12-15 02:46:23] "GET /route-target/0d282066-10ab-4d89-aa97-fd49a4f2cea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005924 10.0.0.23 - - [2025-12-15 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.23 - - [2025-12-15 02:46:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003737 10.0.0.23 - - [2025-12-15 02:46:23] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003008 10.0.0.23 - - [2025-12-15 02:46:23] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.026088 10.0.0.23 - - [2025-12-15 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.23 - - [2025-12-15 02:46:23] "GET /routing-instance/08b42e08-0219-4808-b17e-75db48ba59f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004346 10.0.0.23 - - [2025-12-15 02:46:23] "GET /route-target/0d282066-10ab-4d89-aa97-fd49a4f2cea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004981 10.0.0.23 - - [2025-12-15 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005052 10.0.0.23 - - [2025-12-15 02:46:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004820 10.0.0.23 - - [2025-12-15 02:46:23] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003668 10.0.0.23 - - [2025-12-15 02:46:23] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005795 10.0.0.23 - - [2025-12-15 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006736 10.0.0.23 - - [2025-12-15 02:46:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004549 10.0.0.23 - - [2025-12-15 02:46:23] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003469 10.0.0.23 - - [2025-12-15 02:46:23] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006884 10.0.0.23 - - [2025-12-15 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.23 - - [2025-12-15 02:46:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004112 10.0.0.23 - - [2025-12-15 02:46:23] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003482 10.0.0.23 - - [2025-12-15 02:46:23] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005697 10.0.0.23 - - [2025-12-15 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.23 - - [2025-12-15 02:46:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007583 10.0.0.23 - - [2025-12-15 02:46:24] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004295 10.0.0.23 - - [2025-12-15 02:46:24] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.016675 10.0.0.65 - - [2025-12-15 02:46:24] "GET /obj-perms HTTP/1.1" 200 5042 0.004785 10.0.0.23 - - [2025-12-15 02:46:24] "GET /obj-perms HTTP/1.1" 200 5042 0.003840 10.0.0.23 - - [2025-12-15 02:46:24] "GET /obj-perms HTTP/1.1" 200 5042 0.004664 10.0.0.65 - - [2025-12-15 02:46:24] "GET /obj-perms HTTP/1.1" 200 5042 0.009362 10.0.0.23 - - [2025-12-15 02:46:24] "GET /virtual-machine/41d05718-096f-4b78-9c5b-e675d5ad37b5 HTTP/1.1" 200 1298 0.003992 10.0.0.23 - - [2025-12-15 02:46:24] "GET /virtual-machine-interface/3fbad784-fbf3-4c04-b58d-22b602ad848e HTTP/1.1" 200 3168 0.005592 10.0.0.23 - - [2025-12-15 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.23 - - [2025-12-15 02:46:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003557 10.0.0.23 - - [2025-12-15 02:46:24] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003549 10.0.0.23 - - [2025-12-15 02:46:24] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.010036 10.0.0.23 - - [2025-12-15 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.23 - - [2025-12-15 02:46:25] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003810 10.0.0.23 - - [2025-12-15 02:46:25] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003214 10.0.0.23 - - [2025-12-15 02:46:25] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005835 10.0.0.23 - - [2025-12-15 02:46:25] "POST /neutron/port HTTP/1.1" 200 1199 0.018108 10.0.0.23 - - [2025-12-15 02:46:27] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006801 10.0.0.23 - - [2025-12-15 02:46:36] "POST /neutron/port HTTP/1.1" 200 1199 0.016059 10.0.0.23 - - [2025-12-15 02:46:41] "GET /virtual-machine/d2450e88-639c-44e5-8f66-ed6d8a756a46 HTTP/1.1" 200 1299 0.005367 10.0.0.23 - - [2025-12-15 02:46:41] "GET /virtual-machine-interface/2ff05e85-b796-49aa-88c0-883a9e468bdc HTTP/1.1" 200 3167 0.007319 10.0.0.23 - - [2025-12-15 02:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.23 - - [2025-12-15 02:46:41] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004457 10.0.0.23 - - [2025-12-15 02:46:41] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003474 10.0.0.23 - - [2025-12-15 02:46:41] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006242 10.0.0.23 - - [2025-12-15 02:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.23 - - [2025-12-15 02:46:42] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004856 10.0.0.23 - - [2025-12-15 02:46:42] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004397 10.0.0.23 - - [2025-12-15 02:46:42] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006942 10.0.0.23 - - [2025-12-15 02:46:42] "GET /virtual-machine/90923bb1-8430-4608-b408-0964070cea84 HTTP/1.1" 200 1299 0.005234 10.0.0.23 - - [2025-12-15 02:46:42] "GET /virtual-machine-interface/2e7f0aab-41b7-41cc-ac92-2534da082c5d HTTP/1.1" 200 3168 0.007913 10.0.0.23 - - [2025-12-15 02:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.23 - - [2025-12-15 02:46:42] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005564 10.0.0.23 - - [2025-12-15 02:46:42] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005741 10.0.0.23 - - [2025-12-15 02:46:42] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008546 10.0.0.23 - - [2025-12-15 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006231 10.0.0.23 - - [2025-12-15 02:46:43] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006995 10.0.0.23 - - [2025-12-15 02:46:43] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006979 10.0.0.23 - - [2025-12-15 02:46:43] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008111 10.0.0.50 - - [2025-12-15 02:47:02] "GET /obj-perms HTTP/1.1" 200 5056 0.048363 10.0.0.65 - - [2025-12-15 02:47:02] "GET /obj-perms HTTP/1.1" 200 5056 0.044243 10.0.0.23 - - [2025-12-15 02:47:08] "GET /virtual-machine/90923bb1-8430-4608-b408-0964070cea84 HTTP/1.1" 200 1299 0.004596 10.0.0.23 - - [2025-12-15 02:47:08] "POST /neutron/port HTTP/1.1" 200 1225 0.018491 10.0.0.23 - - [2025-12-15 02:47:10] "GET /virtual-machine/90923bb1-8430-4608-b408-0964070cea84 HTTP/1.1" 404 171 0.004211 10.0.0.23 - - [2025-12-15 02:47:10] "GET /virtual-machine/90923bb1-8430-4608-b408-0964070cea84 HTTP/1.1" 404 171 0.003164 10.0.0.23 - - [2025-12-15 02:47:10] "GET /virtual-machine/90923bb1-8430-4608-b408-0964070cea84 HTTP/1.1" 404 171 0.002918 10.0.0.23 - - [2025-12-15 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.23 - - [2025-12-15 02:47:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005536 10.0.0.23 - - [2025-12-15 02:47:10] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003124 10.0.0.23 - - [2025-12-15 02:47:10] "GET /virtual-network/b941587d-57ed-4b2e-a5ac-e630c432018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005450 10.0.0.23 - - [2025-12-15 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.23 - - [2025-12-15 02:47:10] "GET /routing-instance/08b42e08-0219-4808-b17e-75db48ba59f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004757 10.0.0.23 - - [2025-12-15 02:47:10] "GET /route-target/0d282066-10ab-4d89-aa97-fd49a4f2cea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003899 10.0.0.23 - - [2025-12-15 02:47:10] "GET /obj-perms HTTP/1.1" 200 5042 0.003999 10.0.0.23 - - [2025-12-15 02:47:10] "POST /neutron/port HTTP/1.1" 200 1200 0.016070 10.0.0.23 - - [2025-12-15 02:47:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003759 10.0.0.23 - - [2025-12-15 02:47:11] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.65 - - [2025-12-15 02:47:16] "GET /obj-perms HTTP/1.1" 200 5042 0.003856 10.0.0.23 - - [2025-12-15 02:47:19] "GET /obj-perms HTTP/1.1" 200 5042 0.004819 10.0.0.23 - - [2025-12-15 02:47:23] "GET /obj-perms HTTP/1.1" 200 5042 0.003744 10.0.0.65 - - [2025-12-15 02:47:23] "GET /obj-perms HTTP/1.1" 200 5042 0.005264 10.0.0.23 - - [2025-12-15 02:47:23] "GET /virtual-machine/d2450e88-639c-44e5-8f66-ed6d8a756a46 HTTP/1.1" 200 1299 0.004799 10.0.0.23 - - [2025-12-15 02:47:23] "POST /neutron/port HTTP/1.1" 200 1226 0.013384 10.0.0.23 - - [2025-12-15 02:47:25] "GET /virtual-machine/d2450e88-639c-44e5-8f66-ed6d8a756a46 HTTP/1.1" 404 171 0.003529 10.0.0.23 - - [2025-12-15 02:47:25] "GET /virtual-machine/d2450e88-639c-44e5-8f66-ed6d8a756a46 HTTP/1.1" 404 171 0.002753 10.0.0.23 - - [2025-12-15 02:47:25] "GET /virtual-machine/d2450e88-639c-44e5-8f66-ed6d8a756a46 HTTP/1.1" 404 171 0.004065 10.0.0.23 - - [2025-12-15 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.23 - - [2025-12-15 02:47:25] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004099 10.0.0.23 - - [2025-12-15 02:47:25] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003143 10.0.0.23 - - [2025-12-15 02:47:25] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006557 10.0.0.23 - - [2025-12-15 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.23 - - [2025-12-15 02:47:25] "GET /routing-instance/8817b6d3-abff-4033-b934-1493f7c40b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004539 10.0.0.23 - - [2025-12-15 02:47:25] "GET /route-target/2b0ebc77-87bc-4e34-b633-3141efee9b80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004153 10.0.0.50 - - [2025-12-15 02:47:28] "GET /obj-perms HTTP/1.1" 200 5042 0.003589 10.0.0.23 - - [2025-12-15 02:47:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004764 10.0.0.50 - - [2025-12-15 02:47:37] "GET /obj-perms HTTP/1.1" 200 5042 0.004515 10.0.0.23 - - [2025-12-15 02:47:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003452 10.0.0.23 - - [2025-12-15 02:47:44] "GET /obj-perms HTTP/1.1" 200 5042 0.004040 10.0.0.50 - - [2025-12-15 02:47:44] "GET /obj-perms HTTP/1.1" 200 5042 0.003702 10.0.0.23 - - [2025-12-15 02:47:44] "GET /virtual-machine/41d05718-096f-4b78-9c5b-e675d5ad37b5 HTTP/1.1" 200 1298 0.004215 10.0.0.23 - - [2025-12-15 02:47:44] "POST /neutron/port HTTP/1.1" 200 1225 0.014444 10.0.0.23 - - [2025-12-15 02:47:46] "GET /virtual-machine/41d05718-096f-4b78-9c5b-e675d5ad37b5 HTTP/1.1" 404 171 0.003097 10.0.0.23 - - [2025-12-15 02:47:46] "GET /virtual-machine/41d05718-096f-4b78-9c5b-e675d5ad37b5 HTTP/1.1" 404 171 0.003006 10.0.0.23 - - [2025-12-15 02:47:46] "GET /virtual-machine/41d05718-096f-4b78-9c5b-e675d5ad37b5 HTTP/1.1" 404 171 0.002701 10.0.0.23 - - [2025-12-15 02:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.23 - - [2025-12-15 02:47:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004957 10.0.0.23 - - [2025-12-15 02:47:46] "GET /virtual-networks?parent_id=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003047 10.0.0.23 - - [2025-12-15 02:47:46] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006202 10.0.0.23 - - [2025-12-15 02:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.23 - - [2025-12-15 02:47:46] "GET /routing-instance/28efce87-f54a-44c7-ad38-0d7fe45f9ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004293 10.0.0.23 - - [2025-12-15 02:47:46] "GET /route-target/2f3a1cc0-0060-4d7b-a9f7-6cd7c3d7cfc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003346 10.0.0.65 - - [2025-12-15 02:47:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004782 10.0.0.23 - - [2025-12-15 02:47:52] "GET /obj-perms HTTP/1.1" 200 5042 0.003842 10.0.0.23 - - [2025-12-15 02:47:53] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005669 10.0.0.23 - - [2025-12-15 02:47:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.016510 10.0.0.23 - - [2025-12-15 02:47:53] "POST /neutron/network HTTP/1.1" 200 1013 0.113198 10.0.0.23 - - [2025-12-15 02:47:53] "GET /virtual-network/5bb54abe-d161-487d-be61-712c6781f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.010844 10.0.0.23 - - [2025-12-15 02:47:53] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006660 10.0.0.23 - - [2025-12-15 02:47:53] "POST /neutron/network HTTP/1.1" 200 1012 0.073534 10.0.0.23 - - [2025-12-15 02:47:53] "DELETE /access-control-list/e29c601f-4f8b-43b3-a25a-3295c90630e4 HTTP/1.1" 200 115 0.046317 10.0.0.23 - - [2025-12-15 02:47:53] "GET /virtual-network/669d6e32-9031-420b-a7d3-e54b1b53d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006817 10.0.0.23 - - [2025-12-15 02:47:53] "DELETE /network-policy/7abbbba2-4d3c-4ea5-af33-c7a4cc511c43 HTTP/1.1" 200 115 0.048991 10.0.0.23 - - [2025-12-15 02:47:53] "DELETE /network-policy/52cd3a1b-74aa-40b9-95aa-a8f65f5aafdd HTTP/1.1" 200 115 0.039340 10.0.0.23 - - [2025-12-15 02:47:53] "DELETE /network-policy/1920ead9-991d-4817-898f-67d95e2bf3af HTTP/1.1" 200 115 0.039272 10.0.0.65 - - [2025-12-15 02:47:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004212 10.0.0.23 - - [2025-12-15 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005245 10.0.0.65 - - [2025-12-15 02:47:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003744 10.0.0.65 - - [2025-12-15 02:47:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002650 10.0.0.65 - - [2025-12-15 02:47:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002543 10.0.0.23 - - [2025-12-15 02:47:53] "POST /neutron/network HTTP/1.1" 200 151 0.159685 10.0.0.23 - - [2025-12-15 02:47:54] "DELETE /route-target/2b0ebc77-87bc-4e34-b633-3141efee9b80 HTTP/1.1" 200 115 0.018654 10.0.0.23 - - [2025-12-15 02:47:54] "POST /neutron/network HTTP/1.1" 200 1012 0.009308 10.0.0.23 - - [2025-12-15 02:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.23 - - [2025-12-15 02:47:54] "DELETE /network-ipam/eae2b10e-8135-4792-97ff-321f9ed0bb43 HTTP/1.1" 200 115 0.043371 10.0.0.23 - - [2025-12-15 02:47:54] "POST /fqname-to-id HTTP/1.1" 404 203 0.003637 10.0.0.23 - - [2025-12-15 02:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2025-12-15 02:47:54] "DELETE /network-ipam/ddf801d7-6708-432d-894f-9fb49a6f6791 HTTP/1.1" 200 115 0.033489 10.0.0.23 - - [2025-12-15 02:47:54] "POST /fqname-to-id HTTP/1.1" 404 203 0.007164 10.0.0.23 - - [2025-12-15 02:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.23 - - [2025-12-15 02:47:55] "DELETE /network-ipam/9f4a06a8-b6e6-440c-bbe2-72732cc2e48f HTTP/1.1" 200 115 0.035444 10.0.0.23 - - [2025-12-15 02:47:55] "POST /fqname-to-id HTTP/1.1" 404 203 0.003358 10.0.0.65 - - [2025-12-15 02:47:57] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001192 10.0.0.23 - - [2025-12-15 02:47:57] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.086322 10.0.0.65 - - [2025-12-15 02:47:57] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000977 10.0.0.23 - - [2025-12-15 02:47:57] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?fields=virtual_networks HTTP/1.1" 200 1045 0.046814 10.0.0.65 - - [2025-12-15 02:47:57] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000941 10.0.0.23 - - [2025-12-15 02:47:57] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.058988 10.0.0.65 - - [2025-12-15 02:47:57] "GET /projects?obj_uuids=ff1377e7-bbdc-42ce-9ed9-998cc8e12a64&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001851 10.0.0.23 - - [2025-12-15 02:47:58] "GET /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64?fields=security_groups HTTP/1.1" 200 1277 0.048306 10.0.0.23 - - [2025-12-15 02:47:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.027359 10.0.0.65 - - [2025-12-15 02:47:58] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003042 10.0.0.65 - - [2025-12-15 02:47:59] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001254 10.0.0.65 - - [2025-12-15 02:47:59] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.011763 10.0.0.65 - - [2025-12-15 02:47:59] "POST /id-to-fqname HTTP/1.1" 200 192 0.001620 10.0.0.65 - - [2025-12-15 02:47:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.005692 10.0.0.65 - - [2025-12-15 02:47:59] "POST /security-groups HTTP/1.1" 200 593 0.077907 10.0.0.23 - - [2025-12-15 02:47:59] "POST /fqname-to-id HTTP/1.1" 404 236 0.010447 10.0.0.65 - - [2025-12-15 02:47:59] "POST /projects HTTP/1.1" 200 589 0.275865 10.0.0.65 - - [2025-12-15 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.345230 10.0.0.23 - - [2025-12-15 02:47:59] "POST /access-control-lists HTTP/1.1" 200 596 0.037268 10.0.0.23 - - [2025-12-15 02:47:59] "GET /project/dde509c5-b401-437b-af72-e35dce50cde6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.498585 10.0.0.23 - - [2025-12-15 02:48:00] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.23 - - [2025-12-15 02:48:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000705 10.0.0.23 - - [2025-12-15 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.055097 10.0.0.65 - - [2025-12-15 02:48:02] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000999 10.0.0.23 - - [2025-12-15 02:48:02] "GET /project/dde509c5-b401-437b-af72-e35dce50cde6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.041449 10.0.0.23 - - [2025-12-15 02:48:02] "GET /obj-perms HTTP/1.1" 200 5056 0.062897 10.0.0.65 - - [2025-12-15 02:48:02] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001264 10.0.0.23 - - [2025-12-15 02:48:03] "POST /neutron/network HTTP/1.1" 200 607 0.178835 10.0.0.23 - - [2025-12-15 02:48:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.003641 10.0.0.23 - - [2025-12-15 02:48:03] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005793 10.0.0.23 - - [2025-12-15 02:48:03] "POST /neutron/network HTTP/1.1" 200 827 0.006104 10.0.0.23 - - [2025-12-15 02:48:03] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006126 10.0.0.23 - - [2025-12-15 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.65 - - [2025-12-15 02:48:03] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001387 10.0.0.23 - - [2025-12-15 02:48:03] "GET /project/dde509c5-b401-437b-af72-e35dce50cde6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.045718 10.0.0.23 - - [2025-12-15 02:48:03] "POST /neutron/network HTTP/1.1" 200 117 0.014724 10.0.0.23 - - [2025-12-15 02:48:03] "POST /route-targets HTTP/1.1" 200 327 0.013458 10.0.0.23 - - [2025-12-15 02:48:04] "POST /neutron/network HTTP/1.1" 200 827 0.008601 10.0.0.23 - - [2025-12-15 02:48:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001133 10.0.0.23 - - [2025-12-15 02:48:04] "GET /virtual-network/dfd8322a-e81d-4221-9f7d-49161ed5a807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007501 10.0.0.23 - - [2025-12-15 02:48:04] "GET /virtual-network/dfd8322a-e81d-4221-9f7d-49161ed5a807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005866 10.0.0.23 - - [2025-12-15 02:48:04] "POST /neutron/subnet HTTP/1.1" 200 730 0.009655 10.0.0.23 - - [2025-12-15 02:48:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.002770 10.0.0.23 - - [2025-12-15 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.65 - - [2025-12-15 02:48:04] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000946 10.0.0.23 - - [2025-12-15 02:48:04] "GET /project/dde509c5-b401-437b-af72-e35dce50cde6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.036429 10.0.0.23 - - [2025-12-15 02:48:04] "POST /network-policys HTTP/1.1" 200 571 0.026090 10.0.0.23 - - [2025-12-15 02:48:04] "GET /network-policy/63eabc35-3649-473e-b810-aa2bf24e1dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006625 10.0.0.23 - - [2025-12-15 02:48:04] "POST /neutron/network HTTP/1.1" 200 929 0.030357 10.0.0.23 - - [2025-12-15 02:48:04] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005157 10.0.0.23 - - [2025-12-15 02:48:04] "POST /access-control-lists HTTP/1.1" 200 590 0.076993 10.0.0.23 - - [2025-12-15 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.015097 10.0.0.23 - - [2025-12-15 02:48:04] "GET /network-policy/63eabc35-3649-473e-b810-aa2bf24e1dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003913 10.0.0.23 - - [2025-12-15 02:48:04] "POST /neutron/network HTTP/1.1" 200 929 0.013013 10.0.0.23 - - [2025-12-15 02:48:04] "GET /virtual-network/dfd8322a-e81d-4221-9f7d-49161ed5a807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007058 10.0.0.23 - - [2025-12-15 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2025-12-15 02:48:04] "POST /ref-update HTTP/1.1" 200 156 0.039856 10.0.0.23 - - [2025-12-15 02:48:04] "GET /network-policy/63eabc35-3649-473e-b810-aa2bf24e1dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.009955 10.0.0.23 - - [2025-12-15 02:48:05] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006468 10.0.0.50 - - [2025-12-15 02:48:06] "GET /obj-perms HTTP/1.1" 200 5034 0.052713 10.0.0.65 - - [2025-12-15 02:48:06] "GET /obj-perms HTTP/1.1" 200 5034 0.073360 10.0.0.23 - - [2025-12-15 02:48:06] "GET /virtual-network/dfd8322a-e81d-4221-9f7d-49161ed5a807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006334 10.0.0.23 - - [2025-12-15 02:48:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001358 10.0.0.65 - - [2025-12-15 02:48:08] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000979 10.0.0.23 - - [2025-12-15 02:48:08] "GET /project/dde509c5-b401-437b-af72-e35dce50cde6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.069097 10.0.0.23 - - [2025-12-15 02:48:08] "POST /neutron/port HTTP/1.1" 200 117 0.006283 10.0.0.23 - - [2025-12-15 02:48:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001253 10.0.0.23 - - [2025-12-15 02:48:08] "POST /neutron/network HTTP/1.1" 200 939 0.007118 10.0.0.23 - - [2025-12-15 02:48:09] "POST /neutron/port HTTP/1.1" 200 1063 0.047379 10.0.0.65 - - [2025-12-15 02:48:09] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000993 10.0.0.23 - - [2025-12-15 02:48:09] "GET /project/dde509c5-b401-437b-af72-e35dce50cde6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.079128 10.0.0.23 - - [2025-12-15 02:48:09] "POST /neutron/network HTTP/1.1" 200 929 0.031650 10.0.0.23 - - [2025-12-15 02:48:09] "POST /neutron/subnet HTTP/1.1" 200 703 0.009574 10.0.0.23 - - [2025-12-15 02:48:09] "POST /neutron/network HTTP/1.1" 200 929 0.009608 10.0.0.23 - - [2025-12-15 02:48:09] "POST /neutron/port HTTP/1.1" 200 1091 0.019583 10.0.0.65 - - [2025-12-15 02:48:09] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001446 10.0.0.23 - - [2025-12-15 02:48:10] "POST /neutron/port HTTP/1.1" 200 1063 0.288963 10.0.0.23 - - [2025-12-15 02:48:10] "POST /neutron/port HTTP/1.1" 200 1117 0.120022 10.0.0.23 - - [2025-12-15 02:48:10] "POST /neutron/subnet HTTP/1.1" 200 704 0.009001 10.0.0.23 - - [2025-12-15 02:48:11] "POST /neutron/port HTTP/1.1" 200 1091 0.016024 10.0.0.23 - - [2025-12-15 02:48:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003851 10.0.0.23 - - [2025-12-15 02:48:12] "POST /neutron/network HTTP/1.1" 200 929 0.008398 10.0.0.23 - - [2025-12-15 02:48:14] "POST /neutron/port HTTP/1.1" 200 1091 0.015650 10.0.0.23 - - [2025-12-15 02:48:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008949 10.0.0.23 - - [2025-12-15 02:48:14] "GET /virtual-machine/b5de5e02-fec3-4d1e-9da3-d8731346e50c HTTP/1.1" 401 292 0.000586 10.0.0.23 - - [2025-12-15 02:48:15] "GET /virtual-machine/b5de5e02-fec3-4d1e-9da3-d8731346e50c HTTP/1.1" 200 1295 0.033052 10.0.0.23 - - [2025-12-15 02:48:15] "GET /virtual-machine-interface/2a6a7b3c-2624-4246-b694-e88bc767b539 HTTP/1.1" 200 2951 0.006904 10.0.0.23 - - [2025-12-15 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.23 - - [2025-12-15 02:48:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004041 10.0.0.23 - - [2025-12-15 02:48:15] "GET /virtual-networks?parent_id=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003831 10.0.0.23 - - [2025-12-15 02:48:15] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005368 10.0.0.23 - - [2025-12-15 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.23 - - [2025-12-15 02:48:18] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006207 10.0.0.23 - - [2025-12-15 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.23 - - [2025-12-15 02:48:22] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005244 10.0.0.23 - - [2025-12-15 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.23 - - [2025-12-15 02:48:26] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005988 10.0.0.23 - - [2025-12-15 02:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.23 - - [2025-12-15 02:48:30] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005185 10.0.0.23 - - [2025-12-15 02:48:34] "DELETE /access-control-list/fd5423fd-263f-4de6-a33b-cafec927cccf HTTP/1.1" 200 115 0.027722 10.0.0.23 - - [2025-12-15 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.23 - - [2025-12-15 02:48:34] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005038 10.0.0.23 - - [2025-12-15 02:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2025-12-15 02:48:38] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007431 10.0.0.23 - - [2025-12-15 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006048 10.0.0.23 - - [2025-12-15 02:48:43] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006657 10.0.0.65 - - [2025-12-15 02:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.65 - - [2025-12-15 02:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2025-12-15 02:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.23 - - [2025-12-15 02:48:47] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005611 10.0.0.65 - - [2025-12-15 02:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.65 - - [2025-12-15 02:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.50 - - [2025-12-15 02:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2025-12-15 02:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.50 - - [2025-12-15 02:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.23 - - [2025-12-15 02:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2025-12-15 02:48:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.50 - - [2025-12-15 02:48:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000618 10.0.0.23 - - [2025-12-15 02:48:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.50 - - [2025-12-15 02:48:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.65 - - [2025-12-15 02:48:48] "DELETE /project/dde509c5b401437baf72e35dce50cde6 HTTP/1.1" 404 173 0.003907 10.0.0.65 - - [2025-12-15 02:48:48] "DELETE /project/ff1377e7-bbdc-42ce-9ed9-998cc8e12a64 HTTP/1.1" 404 177 0.003518 10.0.0.23 - - [2025-12-15 02:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2025-12-15 02:48:49] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003703 10.0.0.23 - - [2025-12-15 02:48:49] "GET /virtual-networks?parent_id=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006463 10.0.0.23 - - [2025-12-15 02:48:49] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005469 10.0.0.23 - - [2025-12-15 02:48:54] "POST /neutron/port HTTP/1.1" 200 1091 0.014991 10.0.0.23 - - [2025-12-15 02:48:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009611 10.0.0.23 - - [2025-12-15 02:49:00] "POST /neutron/port HTTP/1.1" 200 1091 0.041208 10.0.0.23 - - [2025-12-15 02:49:04] "GET /obj-perms HTTP/1.1" 200 5056 0.047418 10.0.0.23 - - [2025-12-15 02:49:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009544 10.0.0.23 - - [2025-12-15 02:49:10] "POST /neutron/port HTTP/1.1" 200 1091 0.015527 10.0.0.23 - - [2025-12-15 02:49:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009544 10.0.0.23 - - [2025-12-15 02:49:10] "GET /virtual-machine/fcac994a-d72a-4ecd-9a8f-2f42f1593b32 HTTP/1.1" 200 1295 0.006898 10.0.0.23 - - [2025-12-15 02:49:10] "GET /virtual-machine-interface/3c88c2a8-55c8-44da-9901-90b5fa09d271 HTTP/1.1" 200 2951 0.007965 10.0.0.23 - - [2025-12-15 02:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.23 - - [2025-12-15 02:49:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005659 10.0.0.23 - - [2025-12-15 02:49:10] "GET /virtual-networks?parent_id=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004331 10.0.0.23 - - [2025-12-15 02:49:10] "GET /virtual-network/dfd8322a-e81d-4221-9f7d-49161ed5a807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.009288 10.0.0.23 - - [2025-12-15 02:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.23 - - [2025-12-15 02:49:11] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004551 10.0.0.23 - - [2025-12-15 02:49:11] "GET /virtual-networks?parent_id=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003108 10.0.0.23 - - [2025-12-15 02:49:11] "GET /virtual-network/dfd8322a-e81d-4221-9f7d-49161ed5a807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005301 10.0.0.23 - - [2025-12-15 02:49:12] "POST /neutron/network HTTP/1.1" 200 939 0.028152 10.0.0.23 - - [2025-12-15 02:49:12] "POST /neutron/port HTTP/1.1" 200 117 0.001743 10.0.0.23 - - [2025-12-15 02:49:12] "POST /neutron/port HTTP/1.1" 200 1091 0.015830 10.0.0.23 - - [2025-12-15 02:49:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.011832 10.0.0.23 - - [2025-12-15 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.65 - - [2025-12-15 02:49:35] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001001 10.0.0.23 - - [2025-12-15 02:49:35] "GET /project/dde509c5-b401-437b-af72-e35dce50cde6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.042358 10.0.0.23 - - [2025-12-15 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2025-12-15 02:49:35] "PUT /network-policy/63eabc35-3649-473e-b810-aa2bf24e1dd7 HTTP/1.1" 200 262 0.017905 10.0.0.23 - - [2025-12-15 02:49:35] "POST /ref-update HTTP/1.1" 200 156 0.024438 10.0.0.23 - - [2025-12-15 02:49:39] "GET /virtual-network/dfd8322a-e81d-4221-9f7d-49161ed5a807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007516 10.0.0.23 - - [2025-12-15 02:49:39] "POST /neutron/network HTTP/1.1" 200 929 0.007771 10.0.0.23 - - [2025-12-15 02:49:39] "DELETE /access-control-list/ef10cc64-54d3-4a8b-989f-04ae924849a3 HTTP/1.1" 200 115 0.050609 10.0.0.23 - - [2025-12-15 02:49:39] "GET /virtual-network/dfd8322a-e81d-4221-9f7d-49161ed5a807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.016515 10.0.0.23 - - [2025-12-15 02:49:39] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005665 10.0.0.23 - - [2025-12-15 02:49:39] "POST /neutron/network HTTP/1.1" 200 929 0.008473 10.0.0.23 - - [2025-12-15 02:49:39] "GET /virtual-network/37243a38-2bc7-4c95-9122-8de3b2783cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.021724 10.0.0.23 - - [2025-12-15 02:49:39] "DELETE /network-policy/63eabc35-3649-473e-b810-aa2bf24e1dd7 HTTP/1.1" 200 115 0.055870 10.0.0.23 - - [2025-12-15 02:49:39] "POST /neutron/port HTTP/1.1" 200 1091 0.020752 10.0.0.23 - - [2025-12-15 02:49:39] "POST /neutron/port HTTP/1.1" 200 1117 0.012360 10.0.0.23 - - [2025-12-15 02:49:39] "POST /neutron/port HTTP/1.1" 200 1117 0.012329 10.0.0.65 - - [2025-12-15 02:49:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003834 10.0.0.65 - - [2025-12-15 02:49:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003994 10.0.0.23 - - [2025-12-15 02:49:42] "POST /neutron/network HTTP/1.1" 200 151 0.127687 10.0.0.23 - - [2025-12-15 02:49:42] "DELETE /route-target/990f63ff-acf6-4b06-82e1-81d1502d23d7 HTTP/1.1" 200 115 0.033201 10.0.0.65 - - [2025-12-15 02:49:43] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001199 10.0.0.23 - - [2025-12-15 02:49:43] "GET /project/dde509c5-b401-437b-af72-e35dce50cde6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.040422 10.0.0.65 - - [2025-12-15 02:49:43] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.23 - - [2025-12-15 02:49:43] "GET /project/dde509c5-b401-437b-af72-e35dce50cde6?fields=virtual_networks HTTP/1.1" 200 1037 0.036611 10.0.0.65 - - [2025-12-15 02:49:43] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001470 10.0.0.23 - - [2025-12-15 02:49:43] "GET /project/dde509c5-b401-437b-af72-e35dce50cde6?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.045200 10.0.0.65 - - [2025-12-15 02:49:44] "GET /projects?obj_uuids=dde509c5-b401-437b-af72-e35dce50cde6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001093 10.0.0.23 - - [2025-12-15 02:49:44] "GET /project/dde509c5-b401-437b-af72-e35dce50cde6?fields=security_groups HTTP/1.1" 200 1265 0.044505 10.0.0.23 - - [2025-12-15 02:49:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.023231 10.0.0.65 - - [2025-12-15 02:49:45] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003625 10.0.0.65 - - [2025-12-15 02:49:45] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.65 - - [2025-12-15 02:49:45] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006444 10.0.0.65 - - [2025-12-15 02:49:45] "POST /id-to-fqname HTTP/1.1" 200 202 0.003660 10.0.0.65 - - [2025-12-15 02:49:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.008725 10.0.0.65 - - [2025-12-15 02:49:45] "POST /security-groups HTTP/1.1" 200 603 0.078293 10.0.0.23 - - [2025-12-15 02:49:45] "POST /fqname-to-id HTTP/1.1" 404 246 0.003827 10.0.0.65 - - [2025-12-15 02:49:45] "POST /projects HTTP/1.1" 200 609 0.305324 10.0.0.65 - - [2025-12-15 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.380726 10.0.0.23 - - [2025-12-15 02:49:45] "POST /access-control-lists HTTP/1.1" 200 606 0.034724 10.0.0.23 - - [2025-12-15 02:49:45] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.527851 10.0.0.23 - - [2025-12-15 02:49:46] "GET / HTTP/1.1" 200 35931 0.001865 10.0.0.65 - - [2025-12-15 02:49:48] "DELETE /project/a09a6d978a0e4136a2d96f1219538cf8 HTTP/1.1" 404 173 0.002614 10.0.0.65 - - [2025-12-15 02:49:48] "DELETE /project/dde509c5-b401-437b-af72-e35dce50cde6 HTTP/1.1" 404 177 0.004802 10.0.0.23 - - [2025-12-15 02:49:50] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000645 10.0.0.65 - - [2025-12-15 02:49:50] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.23 - - [2025-12-15 02:49:50] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.071911 10.0.0.23 - - [2025-12-15 02:49:51] "GET / HTTP/1.1" 200 35931 0.002149 10.0.0.23 - - [2025-12-15 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.65 - - [2025-12-15 02:49:51] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.23 - - [2025-12-15 02:49:51] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008031 10.0.0.23 - - [2025-12-15 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.65 - - [2025-12-15 02:49:51] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.23 - - [2025-12-15 02:49:51] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042028 10.0.0.23 - - [2025-12-15 02:49:52] "GET /domains HTTP/1.1" 401 292 0.000398 10.0.0.23 - - [2025-12-15 02:49:53] "GET /domains HTTP/1.1" 200 280 0.029122 10.0.0.65 - - [2025-12-15 02:49:53] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.23 - - [2025-12-15 02:49:53] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e HTTP/1.1" 200 2778 0.011869 10.0.0.65 - - [2025-12-15 02:49:53] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001367 10.0.0.23 - - [2025-12-15 02:49:53] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8 HTTP/1.1" 200 1925 0.106995 10.0.0.23 - - [2025-12-15 02:49:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003681 10.0.0.23 - - [2025-12-15 02:49:53] "POST /network-ipams HTTP/1.1" 200 621 0.034805 10.0.0.23 - - [2025-12-15 02:49:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003373 10.0.0.23 - - [2025-12-15 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.23 - - [2025-12-15 02:49:53] "GET /network-ipam/58c41437-ec26-4a02-b427-4690872726b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006470 10.0.0.23 - - [2025-12-15 02:49:53] "PUT /network-ipam/58c41437-ec26-4a02-b427-4690872726b6 HTTP/1.1" 200 258 0.019577 10.0.0.23 - - [2025-12-15 02:49:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000508 10.0.0.23 - - [2025-12-15 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.024607 10.0.0.65 - - [2025-12-15 02:49:53] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.23 - - [2025-12-15 02:49:53] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043466 10.0.0.23 - - [2025-12-15 02:49:54] "POST /neutron/network HTTP/1.1" 200 117 0.034132 10.0.0.23 - - [2025-12-15 02:49:54] "POST /route-targets HTTP/1.1" 200 327 0.016954 10.0.0.65 - - [2025-12-15 02:49:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009111 10.0.0.23 - - [2025-12-15 02:49:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.223763 10.0.0.23 - - [2025-12-15 02:49:54] "POST /id-to-fqname HTTP/1.1" 200 235 0.001211 10.0.0.23 - - [2025-12-15 02:49:54] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006996 10.0.0.23 - - [2025-12-15 02:49:54] "POST /neutron/network HTTP/1.1" 200 1337 0.010858 10.0.0.23 - - [2025-12-15 02:49:54] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005736 10.0.0.23 - - [2025-12-15 02:49:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.008933 10.0.0.23 - - [2025-12-15 02:49:55] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006667 10.0.0.65 - - [2025-12-15 02:49:56] "GET /obj-perms HTTP/1.1" 200 5019 0.055383 10.0.0.23 - - [2025-12-15 02:49:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.003734 10.0.0.23 - - [2025-12-15 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.65 - - [2025-12-15 02:49:56] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.025536 10.0.0.23 - - [2025-12-15 02:49:57] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.074210 10.0.0.23 - - [2025-12-15 02:49:57] "POST /network-policys HTTP/1.1" 200 563 0.070544 10.0.0.23 - - [2025-12-15 02:49:57] "GET /network-policy/e8030d19-70de-42e5-a6ef-6447ed6541b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.017449 10.0.0.23 - - [2025-12-15 02:49:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.003542 10.0.0.23 - - [2025-12-15 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.65 - - [2025-12-15 02:49:57] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.23 - - [2025-12-15 02:49:57] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.075536 10.0.0.23 - - [2025-12-15 02:49:57] "POST /network-policys HTTP/1.1" 200 563 0.074826 10.0.0.23 - - [2025-12-15 02:49:57] "GET /network-policy/10e57e76-5cf1-4343-b836-eca46a411137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.016877 10.0.0.23 - - [2025-12-15 02:49:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.003182 10.0.0.23 - - [2025-12-15 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.65 - - [2025-12-15 02:49:57] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001678 10.0.0.23 - - [2025-12-15 02:49:57] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044421 10.0.0.23 - - [2025-12-15 02:49:58] "POST /network-policys HTTP/1.1" 200 563 0.074785 10.0.0.23 - - [2025-12-15 02:49:58] "GET /network-policy/803826f1-be71-44f1-ba93-dce395958447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007403 10.0.0.23 - - [2025-12-15 02:49:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.004470 10.0.0.23 - - [2025-12-15 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.65 - - [2025-12-15 02:49:58] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.23 - - [2025-12-15 02:49:58] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045388 10.0.0.23 - - [2025-12-15 02:49:58] "POST /network-policys HTTP/1.1" 200 563 0.074303 10.0.0.23 - - [2025-12-15 02:49:58] "GET /network-policy/a78c6300-9dc2-4013-be87-4dd1f8e987de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006817 10.0.0.23 - - [2025-12-15 02:49:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.003225 10.0.0.23 - - [2025-12-15 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.65 - - [2025-12-15 02:49:58] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.23 - - [2025-12-15 02:49:58] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042685 10.0.0.23 - - [2025-12-15 02:49:58] "POST /network-policys HTTP/1.1" 200 563 0.086409 10.0.0.23 - - [2025-12-15 02:49:58] "GET /network-policy/a3259d57-98c1-4b05-8df4-424665b28694?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007772 10.0.0.23 - - [2025-12-15 02:49:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.005150 10.0.0.23 - - [2025-12-15 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.65 - - [2025-12-15 02:49:59] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001848 10.0.0.23 - - [2025-12-15 02:49:59] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050431 10.0.0.23 - - [2025-12-15 02:49:59] "POST /network-policys HTTP/1.1" 200 563 0.074634 10.0.0.23 - - [2025-12-15 02:49:59] "GET /network-policy/6577f398-0840-4701-b3b4-4ce3269696bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007839 10.0.0.23 - - [2025-12-15 02:49:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.003062 10.0.0.23 - - [2025-12-15 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.65 - - [2025-12-15 02:49:59] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.23 - - [2025-12-15 02:49:59] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036465 10.0.0.23 - - [2025-12-15 02:49:59] "POST /network-policys HTTP/1.1" 200 563 0.087446 10.0.0.23 - - [2025-12-15 02:49:59] "GET /network-policy/33951036-cc99-4a36-a743-6605eac31bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008030 10.0.0.23 - - [2025-12-15 02:49:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.003911 10.0.0.23 - - [2025-12-15 02:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004834 10.0.0.65 - - [2025-12-15 02:50:00] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002027 10.0.0.23 - - [2025-12-15 02:50:00] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.056200 10.0.0.23 - - [2025-12-15 02:50:00] "POST /network-policys HTTP/1.1" 200 563 0.083583 10.0.0.23 - - [2025-12-15 02:50:00] "GET /network-policy/1092c27b-a4c1-4b71-b389-c8785d7a3c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.009159 10.0.0.23 - - [2025-12-15 02:50:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.003812 10.0.0.23 - - [2025-12-15 02:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.65 - - [2025-12-15 02:50:00] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001367 10.0.0.23 - - [2025-12-15 02:50:00] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054679 10.0.0.23 - - [2025-12-15 02:50:00] "POST /network-policys HTTP/1.1" 200 563 0.087416 10.0.0.23 - - [2025-12-15 02:50:00] "GET /network-policy/a760d7d2-dcc4-4a8d-b422-04d92754d2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008931 10.0.0.23 - - [2025-12-15 02:50:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.002948 10.0.0.23 - - [2025-12-15 02:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.030229 10.0.0.65 - - [2025-12-15 02:50:01] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000913 10.0.0.23 - - [2025-12-15 02:50:01] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047483 10.0.0.23 - - [2025-12-15 02:50:01] "POST /network-policys HTTP/1.1" 200 563 0.074820 10.0.0.23 - - [2025-12-15 02:50:01] "GET /network-policy/4710517e-7ff6-4382-ae3c-7636a0e2d188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.018022 10.0.0.23 - - [2025-12-15 02:50:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.005633 10.0.0.23 - - [2025-12-15 02:50:01] "POST /neutron/network HTTP/1.1" 200 2250 0.192827 10.0.0.23 - - [2025-12-15 02:50:01] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.007093 10.0.0.23 - - [2025-12-15 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.23 - - [2025-12-15 02:50:01] "GET /network-policy/1092c27b-a4c1-4b71-b389-c8785d7a3c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005244 10.0.0.23 - - [2025-12-15 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.23 - - [2025-12-15 02:50:01] "POST /access-control-lists HTTP/1.1" 200 609 0.100826 10.0.0.23 - - [2025-12-15 02:50:01] "GET /network-policy/10e57e76-5cf1-4343-b836-eca46a411137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004455 10.0.0.23 - - [2025-12-15 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.23 - - [2025-12-15 02:50:01] "GET /network-policy/33951036-cc99-4a36-a743-6605eac31bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004290 10.0.0.23 - - [2025-12-15 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2025-12-15 02:50:02] "GET /network-policy/4710517e-7ff6-4382-ae3c-7636a0e2d188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005166 10.0.0.23 - - [2025-12-15 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.23 - - [2025-12-15 02:50:02] "GET /network-policy/6577f398-0840-4701-b3b4-4ce3269696bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004481 10.0.0.23 - - [2025-12-15 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.23 - - [2025-12-15 02:50:02] "GET /network-policy/803826f1-be71-44f1-ba93-dce395958447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004934 10.0.0.23 - - [2025-12-15 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.23 - - [2025-12-15 02:50:02] "GET /network-policy/a3259d57-98c1-4b05-8df4-424665b28694?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004349 10.0.0.23 - - [2025-12-15 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.23 - - [2025-12-15 02:50:02] "GET /network-policy/a760d7d2-dcc4-4a8d-b422-04d92754d2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007362 10.0.0.23 - - [2025-12-15 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005257 10.0.0.23 - - [2025-12-15 02:50:02] "GET /network-policy/a78c6300-9dc2-4013-be87-4dd1f8e987de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005881 10.0.0.23 - - [2025-12-15 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.23 - - [2025-12-15 02:50:02] "GET /network-policy/e8030d19-70de-42e5-a6ef-6447ed6541b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005759 10.0.0.23 - - [2025-12-15 02:50:02] "POST /id-to-fqname HTTP/1.1" 200 235 0.001714 10.0.0.65 - - [2025-12-15 02:50:03] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001302 10.0.0.23 - - [2025-12-15 02:50:03] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.064536 10.0.0.23 - - [2025-12-15 02:50:03] "POST /neutron/network HTTP/1.1" 200 2250 0.012041 10.0.0.23 - - [2025-12-15 02:50:03] "POST /neutron/port HTTP/1.1" 200 117 0.014156 10.0.0.23 - - [2025-12-15 02:50:04] "POST /neutron/port HTTP/1.1" 200 1174 0.021875 10.0.0.50 - - [2025-12-15 02:50:04] "GET /obj-perms HTTP/1.1" 200 5056 0.046646 10.0.0.23 - - [2025-12-15 02:50:04] "POST /neutron/port HTTP/1.1" 200 1202 0.025756 10.0.0.23 - - [2025-12-15 02:50:04] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016597 10.0.0.23 - - [2025-12-15 02:50:04] "POST /neutron/network HTTP/1.1" 200 2250 0.015799 10.0.0.23 - - [2025-12-15 02:50:08] "POST /neutron/port HTTP/1.1" 200 1202 0.017712 10.0.0.23 - - [2025-12-15 02:50:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008010 10.0.0.23 - - [2025-12-15 02:50:08] "GET /virtual-machine/c6b3d450-6fbb-40e1-9f29-f0a5d2ccbc36 HTTP/1.1" 401 292 0.000375 10.0.0.23 - - [2025-12-15 02:50:09] "GET /virtual-machine/c6b3d450-6fbb-40e1-9f29-f0a5d2ccbc36 HTTP/1.1" 200 1305 0.034848 10.0.0.23 - - [2025-12-15 02:50:09] "GET /virtual-machine-interface/a5a1666a-41b2-4e8b-b4aa-4538dfb46733 HTTP/1.1" 200 3170 0.006583 10.0.0.23 - - [2025-12-15 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2025-12-15 02:50:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003957 10.0.0.23 - - [2025-12-15 02:50:09] "GET /virtual-networks?parent_id=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003378 10.0.0.23 - - [2025-12-15 02:50:09] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006060 10.0.0.23 - - [2025-12-15 02:50:12] "POST /neutron/network HTTP/1.1" 200 2260 0.007410 10.0.0.23 - - [2025-12-15 02:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.23 - - [2025-12-15 02:50:12] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.004616 10.0.0.23 - - [2025-12-15 02:50:12] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017681 10.0.0.23 - - [2025-12-15 02:50:12] "POST /neutron/network HTTP/1.1" 200 2250 0.014264 10.0.0.23 - - [2025-12-15 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2025-12-15 02:50:16] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006649 10.0.0.23 - - [2025-12-15 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.23 - - [2025-12-15 02:50:20] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.007376 10.0.0.23 - - [2025-12-15 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.23 - - [2025-12-15 02:50:24] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.007496 10.0.0.23 - - [2025-12-15 02:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.23 - - [2025-12-15 02:50:28] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006056 10.0.0.23 - - [2025-12-15 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.23 - - [2025-12-15 02:50:32] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006058 10.0.0.23 - - [2025-12-15 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.23 - - [2025-12-15 02:50:37] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.011905 10.0.0.23 - - [2025-12-15 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.23 - - [2025-12-15 02:50:41] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.005501 10.0.0.23 - - [2025-12-15 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.23 - - [2025-12-15 02:50:45] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003531 10.0.0.23 - - [2025-12-15 02:50:45] "GET /virtual-networks?parent_id=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002596 10.0.0.23 - - [2025-12-15 02:50:45] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006305 10.0.0.23 - - [2025-12-15 02:50:50] "POST /neutron/port HTTP/1.1" 200 1202 0.016998 10.0.0.23 - - [2025-12-15 02:50:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010159 10.0.0.23 - - [2025-12-15 02:51:00] "POST /neutron/port HTTP/1.1" 200 1202 0.023161 10.0.0.23 - - [2025-12-15 02:51:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007271 10.0.0.23 - - [2025-12-15 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.23 - - [2025-12-15 02:51:06] "GET /network-policy/e8030d19-70de-42e5-a6ef-6447ed6541b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004168 10.0.0.23 - - [2025-12-15 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.23 - - [2025-12-15 02:51:06] "GET /network-policy/10e57e76-5cf1-4343-b836-eca46a411137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005007 10.0.0.23 - - [2025-12-15 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.23 - - [2025-12-15 02:51:06] "GET /network-policy/803826f1-be71-44f1-ba93-dce395958447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006428 10.0.0.23 - - [2025-12-15 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.23 - - [2025-12-15 02:51:06] "GET /network-policy/a78c6300-9dc2-4013-be87-4dd1f8e987de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004410 10.0.0.23 - - [2025-12-15 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.23 - - [2025-12-15 02:51:06] "GET /network-policy/a3259d57-98c1-4b05-8df4-424665b28694?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004390 10.0.0.23 - - [2025-12-15 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.23 - - [2025-12-15 02:51:06] "GET /network-policy/6577f398-0840-4701-b3b4-4ce3269696bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004782 10.0.0.23 - - [2025-12-15 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.23 - - [2025-12-15 02:51:06] "GET /network-policy/33951036-cc99-4a36-a743-6605eac31bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004452 10.0.0.23 - - [2025-12-15 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.23 - - [2025-12-15 02:51:06] "GET /network-policy/1092c27b-a4c1-4b71-b389-c8785d7a3c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004451 10.0.0.23 - - [2025-12-15 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.23 - - [2025-12-15 02:51:06] "GET /network-policy/a760d7d2-dcc4-4a8d-b422-04d92754d2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004097 10.0.0.23 - - [2025-12-15 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.23 - - [2025-12-15 02:51:06] "GET /network-policy/4710517e-7ff6-4382-ae3c-7636a0e2d188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004514 10.0.0.23 - - [2025-12-15 02:51:06] "POST /neutron/network HTTP/1.1" 200 2250 0.011224 10.0.0.23 - - [2025-12-15 02:51:07] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.011116 10.0.0.23 - - [2025-12-15 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.23 - - [2025-12-15 02:51:07] "GET /network-policy/e8030d19-70de-42e5-a6ef-6447ed6541b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004560 10.0.0.23 - - [2025-12-15 02:51:12] "POST /neutron/network HTTP/1.1" 200 1440 0.010944 10.0.0.23 - - [2025-12-15 02:51:12] "PUT /access-control-list/dc12ffc8-fd32-40bd-a628-f86fc9fe8d83 HTTP/1.1" 200 272 0.025990 10.0.0.23 - - [2025-12-15 02:51:12] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.011231 10.0.0.23 - - [2025-12-15 02:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.23 - - [2025-12-15 02:51:12] "GET /network-policy/10e57e76-5cf1-4343-b836-eca46a411137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005420 10.0.0.23 - - [2025-12-15 02:51:14] "POST /neutron/port HTTP/1.1" 200 1202 0.035696 10.0.0.23 - - [2025-12-15 02:51:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004476 10.0.0.23 - - [2025-12-15 02:51:14] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.23 - - [2025-12-15 02:51:17] "POST /neutron/network HTTP/1.1" 200 1440 0.011913 10.0.0.23 - - [2025-12-15 02:51:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.059949 10.0.0.23 - - [2025-12-15 02:51:17] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.017838 10.0.0.23 - - [2025-12-15 02:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.23 - - [2025-12-15 02:51:17] "GET /network-policy/803826f1-be71-44f1-ba93-dce395958447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004594 10.0.0.23 - - [2025-12-15 02:51:22] "POST /neutron/network HTTP/1.1" 200 1440 0.012768 10.0.0.23 - - [2025-12-15 02:51:23] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.011012 10.0.0.23 - - [2025-12-15 02:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.23 - - [2025-12-15 02:51:23] "GET /network-policy/a78c6300-9dc2-4013-be87-4dd1f8e987de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.010512 10.0.0.23 - - [2025-12-15 02:51:28] "POST /neutron/network HTTP/1.1" 200 1440 0.013735 10.0.0.23 - - [2025-12-15 02:51:28] "PUT /access-control-list/dc12ffc8-fd32-40bd-a628-f86fc9fe8d83 HTTP/1.1" 200 272 0.012778 10.0.0.23 - - [2025-12-15 02:51:28] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007428 10.0.0.23 - - [2025-12-15 02:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.23 - - [2025-12-15 02:51:28] "GET /network-policy/a3259d57-98c1-4b05-8df4-424665b28694?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004523 10.0.0.23 - - [2025-12-15 02:51:33] "POST /neutron/network HTTP/1.1" 200 1440 0.011628 10.0.0.23 - - [2025-12-15 02:51:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.004979 10.0.0.23 - - [2025-12-15 02:51:33] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007189 10.0.0.23 - - [2025-12-15 02:51:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.23 - - [2025-12-15 02:51:33] "GET /network-policy/6577f398-0840-4701-b3b4-4ce3269696bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004822 10.0.0.23 - - [2025-12-15 02:51:38] "POST /neutron/network HTTP/1.1" 200 1440 0.011996 10.0.0.23 - - [2025-12-15 02:51:38] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.009541 10.0.0.23 - - [2025-12-15 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.23 - - [2025-12-15 02:51:38] "GET /network-policy/33951036-cc99-4a36-a743-6605eac31bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.010658 10.0.0.23 - - [2025-12-15 02:51:43] "POST /neutron/network HTTP/1.1" 200 1440 0.011284 10.0.0.23 - - [2025-12-15 02:51:43] "PUT /access-control-list/dc12ffc8-fd32-40bd-a628-f86fc9fe8d83 HTTP/1.1" 200 272 0.018246 10.0.0.23 - - [2025-12-15 02:51:44] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007812 10.0.0.23 - - [2025-12-15 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.23 - - [2025-12-15 02:51:44] "GET /network-policy/1092c27b-a4c1-4b71-b389-c8785d7a3c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005555 10.0.0.23 - - [2025-12-15 02:51:49] "POST /neutron/network HTTP/1.1" 200 1440 0.011103 10.0.0.23 - - [2025-12-15 02:51:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.012736 10.0.0.23 - - [2025-12-15 02:51:49] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.011317 10.0.0.23 - - [2025-12-15 02:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.23 - - [2025-12-15 02:51:49] "GET /network-policy/a760d7d2-dcc4-4a8d-b422-04d92754d2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004400 10.0.0.23 - - [2025-12-15 02:51:54] "POST /neutron/network HTTP/1.1" 200 1440 0.010823 10.0.0.23 - - [2025-12-15 02:51:54] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.008491 10.0.0.23 - - [2025-12-15 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.23 - - [2025-12-15 02:51:54] "GET /network-policy/4710517e-7ff6-4382-ae3c-7636a0e2d188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004662 10.0.0.23 - - [2025-12-15 02:51:59] "GET /virtual-machine/c6b3d450-6fbb-40e1-9f29-f0a5d2ccbc36 HTTP/1.1" 200 1305 0.007648 10.0.0.23 - - [2025-12-15 02:52:00] "POST /neutron/port HTTP/1.1" 200 1202 0.022674 10.0.0.23 - - [2025-12-15 02:52:01] "GET /virtual-machine/c6b3d450-6fbb-40e1-9f29-f0a5d2ccbc36 HTTP/1.1" 404 171 0.003745 10.0.0.23 - - [2025-12-15 02:52:01] "GET /virtual-machine/c6b3d450-6fbb-40e1-9f29-f0a5d2ccbc36 HTTP/1.1" 404 171 0.003425 10.0.0.23 - - [2025-12-15 02:52:01] "GET /virtual-machine/c6b3d450-6fbb-40e1-9f29-f0a5d2ccbc36 HTTP/1.1" 404 171 0.003268 10.0.0.23 - - [2025-12-15 02:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.23 - - [2025-12-15 02:52:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003850 10.0.0.23 - - [2025-12-15 02:52:02] "GET /virtual-networks?parent_id=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002956 10.0.0.23 - - [2025-12-15 02:52:02] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006155 10.0.0.23 - - [2025-12-15 02:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.23 - - [2025-12-15 02:52:02] "GET /routing-instance/39de3426-7fc5-4eab-bd68-787e07fdb6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004269 10.0.0.23 - - [2025-12-15 02:52:02] "GET /route-target/c25eb9ad-8a68-4a7c-a178-75151c23baee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004060 10.0.0.23 - - [2025-12-15 02:52:02] "GET /obj-perms HTTP/1.1" 200 5019 0.062356 10.0.0.65 - - [2025-12-15 02:52:05] "GET /obj-perms HTTP/1.1" 200 5019 0.003664 10.0.0.23 - - [2025-12-15 02:52:08] "GET /obj-perms HTTP/1.1" 200 5019 0.003872 10.0.0.65 - - [2025-12-15 02:52:11] "GET /obj-perms HTTP/1.1" 200 5019 0.004923 10.0.0.23 - - [2025-12-15 02:52:17] "GET /obj-perms HTTP/1.1" 200 5019 0.003885 10.0.0.65 - - [2025-12-15 02:52:20] "GET /obj-perms HTTP/1.1" 200 5019 0.004697 10.0.0.23 - - [2025-12-15 02:52:23] "GET /obj-perms HTTP/1.1" 200 5019 0.005862 10.0.0.23 - - [2025-12-15 02:52:24] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.011692 10.0.0.23 - - [2025-12-15 02:52:24] "POST /neutron/network HTTP/1.1" 200 1440 0.014855 10.0.0.23 - - [2025-12-15 02:52:24] "DELETE /access-control-list/dc12ffc8-fd32-40bd-a628-f86fc9fe8d83 HTTP/1.1" 200 115 0.045115 10.0.0.23 - - [2025-12-15 02:52:24] "GET /virtual-network/b082e0f8-5fc8-4390-abc9-c03f7a225eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.009368 10.0.0.23 - - [2025-12-15 02:52:24] "DELETE /network-policy/4710517e-7ff6-4382-ae3c-7636a0e2d188 HTTP/1.1" 200 115 0.034384 10.0.0.23 - - [2025-12-15 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194 10.0.0.65 - - [2025-12-15 02:52:24] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000953 10.0.0.23 - - [2025-12-15 02:52:24] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046448 10.0.0.23 - - [2025-12-15 02:52:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-37083789&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.012717 10.0.0.23 - - [2025-12-15 02:52:24] "DELETE /network-policy/a760d7d2-dcc4-4a8d-b422-04d92754d2ea HTTP/1.1" 200 115 0.038176 10.0.0.23 - - [2025-12-15 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.65 - - [2025-12-15 02:52:24] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001272 10.0.0.23 - - [2025-12-15 02:52:24] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.060965 10.0.0.23 - - [2025-12-15 02:52:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-37083789&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005436 10.0.0.23 - - [2025-12-15 02:52:24] "DELETE /network-policy/1092c27b-a4c1-4b71-b389-c8785d7a3c0e HTTP/1.1" 200 115 0.032678 10.0.0.23 - - [2025-12-15 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.65 - - [2025-12-15 02:52:24] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001597 10.0.0.23 - - [2025-12-15 02:52:24] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036592 10.0.0.23 - - [2025-12-15 02:52:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-37083789&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.008405 10.0.0.23 - - [2025-12-15 02:52:24] "DELETE /network-policy/33951036-cc99-4a36-a743-6605eac31bc4 HTTP/1.1" 200 115 0.039837 10.0.0.23 - - [2025-12-15 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006554 10.0.0.65 - - [2025-12-15 02:52:25] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001087 10.0.0.23 - - [2025-12-15 02:52:25] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049368 10.0.0.23 - - [2025-12-15 02:52:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-37083789&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.006041 10.0.0.23 - - [2025-12-15 02:52:25] "DELETE /network-policy/6577f398-0840-4701-b3b4-4ce3269696bb HTTP/1.1" 200 115 0.041082 10.0.0.23 - - [2025-12-15 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010013 10.0.0.65 - - [2025-12-15 02:52:25] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001360 10.0.0.23 - - [2025-12-15 02:52:25] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040497 10.0.0.23 - - [2025-12-15 02:52:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-37083789&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006055 10.0.0.23 - - [2025-12-15 02:52:25] "DELETE /network-policy/a3259d57-98c1-4b05-8df4-424665b28694 HTTP/1.1" 200 115 0.043979 10.0.0.23 - - [2025-12-15 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.65 - - [2025-12-15 02:52:25] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.23 - - [2025-12-15 02:52:25] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041864 10.0.0.23 - - [2025-12-15 02:52:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-37083789&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.006023 10.0.0.23 - - [2025-12-15 02:52:25] "DELETE /network-policy/a78c6300-9dc2-4013-be87-4dd1f8e987de HTTP/1.1" 200 115 0.052784 10.0.0.23 - - [2025-12-15 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.65 - - [2025-12-15 02:52:25] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001377 10.0.0.23 - - [2025-12-15 02:52:25] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043766 10.0.0.23 - - [2025-12-15 02:52:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-37083789&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005757 10.0.0.23 - - [2025-12-15 02:52:25] "DELETE /network-policy/803826f1-be71-44f1-ba93-dce395958447 HTTP/1.1" 200 115 0.038960 10.0.0.23 - - [2025-12-15 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.65 - - [2025-12-15 02:52:26] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001243 10.0.0.23 - - [2025-12-15 02:52:26] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051993 10.0.0.23 - - [2025-12-15 02:52:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-37083789&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.007202 10.0.0.23 - - [2025-12-15 02:52:26] "DELETE /network-policy/10e57e76-5cf1-4343-b836-eca46a411137 HTTP/1.1" 200 115 0.046597 10.0.0.23 - - [2025-12-15 02:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.65 - - [2025-12-15 02:52:26] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.23 - - [2025-12-15 02:52:26] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.034093 10.0.0.23 - - [2025-12-15 02:52:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-37083789&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005698 10.0.0.23 - - [2025-12-15 02:52:26] "DELETE /network-policy/e8030d19-70de-42e5-a6ef-6447ed6541b1 HTTP/1.1" 200 115 0.035207 10.0.0.23 - - [2025-12-15 02:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.65 - - [2025-12-15 02:52:26] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.23 - - [2025-12-15 02:52:26] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040375 10.0.0.23 - - [2025-12-15 02:52:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-37083789&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005330 10.0.0.23 - - [2025-12-15 02:52:26] "POST /neutron/network HTTP/1.1" 200 1337 0.011988 10.0.0.23 - - [2025-12-15 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2025-12-15 02:52:27] "DELETE /network-ipam/58c41437-ec26-4a02-b427-4690872726b6 HTTP/1.1" 200 115 0.040943 10.0.0.23 - - [2025-12-15 02:52:27] "POST /fqname-to-id HTTP/1.1" 404 260 0.004412 10.0.0.65 - - [2025-12-15 02:52:27] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001368 10.0.0.65 - - [2025-12-15 02:52:27] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.047706 10.0.0.65 - - [2025-12-15 02:52:27] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002228 10.0.0.65 - - [2025-12-15 02:52:27] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?fields=security_groups HTTP/1.1" 200 1400 0.045763 10.0.0.65 - - [2025-12-15 02:52:27] "DELETE /security-group/355e0db4-0740-4dd9-8ba9-e7aba203fe0d HTTP/1.1" 200 115 0.059219 10.0.0.65 - - [2025-12-15 02:52:27] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001474 10.0.0.23 - - [2025-12-15 02:52:27] "DELETE /access-control-list/c54a1689-bce0-4c79-8460-ad99304968f6 HTTP/1.1" 200 115 0.057482 10.0.0.65 - - [2025-12-15 02:52:27] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?fields=application_policy_sets HTTP/1.1" 200 1439 0.065105 10.0.0.23 - - [2025-12-15 02:52:27] "DELETE /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8 HTTP/1.1" 200 115 0.428206 10.0.0.65 - - [2025-12-15 02:52:27] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.23 - - [2025-12-15 02:52:27] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?fields=projects HTTP/1.1" 200 1437 0.009729 10.0.0.65 - - [2025-12-15 02:52:30] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003069 10.0.0.65 - - [2025-12-15 02:52:30] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.65 - - [2025-12-15 02:52:30] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.030821 10.0.0.65 - - [2025-12-15 02:52:30] "POST /id-to-fqname HTTP/1.1" 200 202 0.003406 10.0.0.65 - - [2025-12-15 02:52:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.014847 10.0.0.65 - - [2025-12-15 02:52:30] "POST /security-groups HTTP/1.1" 200 603 0.072083 10.0.0.65 - - [2025-12-15 02:52:30] "POST /projects HTTP/1.1" 200 609 0.284017 10.0.0.65 - - [2025-12-15 02:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.319435 10.0.0.23 - - [2025-12-15 02:52:30] "POST /access-control-lists HTTP/1.1" 200 608 0.025708 10.0.0.23 - - [2025-12-15 02:52:30] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.461796 10.0.0.65 - - [2025-12-15 02:52:30] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001451 10.0.0.23 - - [2025-12-15 02:52:30] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?fields=virtual_networks HTTP/1.1" 200 1057 0.052827 10.0.0.65 - - [2025-12-15 02:52:30] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.23 - - [2025-12-15 02:52:30] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.046502 10.0.0.65 - - [2025-12-15 02:52:30] "GET /projects?obj_uuids=a09a6d97-8a0e-4136-a2d9-6f1219538cf8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001595 10.0.0.23 - - [2025-12-15 02:52:30] "GET /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8?fields=security_groups HTTP/1.1" 200 1295 0.050101 10.0.0.23 - - [2025-12-15 02:52:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.027615 10.0.0.65 - - [2025-12-15 02:52:31] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004033 10.0.0.65 - - [2025-12-15 02:52:31] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001296 10.0.0.65 - - [2025-12-15 02:52:31] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008366 10.0.0.65 - - [2025-12-15 02:52:32] "POST /id-to-fqname HTTP/1.1" 200 196 0.003785 10.0.0.65 - - [2025-12-15 02:52:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.004061 10.0.0.65 - - [2025-12-15 02:52:32] "POST /security-groups HTTP/1.1" 200 597 0.033625 10.0.0.23 - - [2025-12-15 02:52:32] "POST /fqname-to-id HTTP/1.1" 404 240 0.003107 10.0.0.65 - - [2025-12-15 02:52:32] "POST /projects HTTP/1.1" 200 597 0.259265 10.0.0.65 - - [2025-12-15 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.295101 10.0.0.23 - - [2025-12-15 02:52:32] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.456113 10.0.0.23 - - [2025-12-15 02:52:32] "POST /access-control-lists HTTP/1.1" 200 600 0.047526 10.0.0.23 - - [2025-12-15 02:52:33] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.23 - - [2025-12-15 02:52:35] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000609 10.0.0.65 - - [2025-12-15 02:52:35] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001078 10.0.0.23 - - [2025-12-15 02:52:35] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.063298 10.0.0.23 - - [2025-12-15 02:52:36] "GET / HTTP/1.1" 200 35931 0.003892 10.0.0.23 - - [2025-12-15 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005366 10.0.0.65 - - [2025-12-15 02:52:36] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.23 - - [2025-12-15 02:52:36] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007185 10.0.0.23 - - [2025-12-15 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.65 - - [2025-12-15 02:52:36] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001034 10.0.0.23 - - [2025-12-15 02:52:36] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048391 10.0.0.23 - - [2025-12-15 02:52:37] "GET /domains HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2025-12-15 02:52:38] "GET /domains HTTP/1.1" 200 280 0.026628 10.0.0.65 - - [2025-12-15 02:52:38] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.23 - - [2025-12-15 02:52:38] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e HTTP/1.1" 200 2772 0.010062 10.0.0.65 - - [2025-12-15 02:52:38] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000900 10.0.0.23 - - [2025-12-15 02:52:38] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94 HTTP/1.1" 200 1889 0.094831 10.0.0.23 - - [2025-12-15 02:52:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003405 10.0.0.23 - - [2025-12-15 02:52:38] "POST /network-ipams HTTP/1.1" 200 603 0.035903 10.0.0.23 - - [2025-12-15 02:52:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003587 10.0.0.23 - - [2025-12-15 02:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.23 - - [2025-12-15 02:52:38] "GET /network-ipam/bf5faeba-d7e9-47c9-a9b6-24435590d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005811 10.0.0.23 - - [2025-12-15 02:52:38] "PUT /network-ipam/bf5faeba-d7e9-47c9-a9b6-24435590d448 HTTP/1.1" 200 258 0.024942 10.0.0.23 - - [2025-12-15 02:52:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2025-12-15 02:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.024807 10.0.0.65 - - [2025-12-15 02:52:39] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000839 10.0.0.23 - - [2025-12-15 02:52:39] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049196 10.0.0.65 - - [2025-12-15 02:52:39] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001240 10.0.0.23 - - [2025-12-15 02:52:39] "POST /neutron/network HTTP/1.1" 200 617 0.157310 10.0.0.23 - - [2025-12-15 02:52:39] "POST /route-targets HTTP/1.1" 200 327 0.012908 10.0.0.23 - - [2025-12-15 02:52:39] "POST /neutron/network HTTP/1.1" 200 1074 0.011426 10.0.0.23 - - [2025-12-15 02:52:39] "POST /id-to-fqname HTTP/1.1" 200 229 0.001148 10.0.0.23 - - [2025-12-15 02:52:39] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006118 10.0.0.23 - - [2025-12-15 02:52:39] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005435 10.0.0.23 - - [2025-12-15 02:52:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.008511 10.0.0.23 - - [2025-12-15 02:52:40] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008176 10.0.0.50 - - [2025-12-15 02:52:41] "GET /obj-perms HTTP/1.1" 200 5013 0.046757 10.0.0.65 - - [2025-12-15 02:52:41] "GET /obj-perms HTTP/1.1" 200 5013 0.048362 10.0.0.23 - - [2025-12-15 02:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.65 - - [2025-12-15 02:52:41] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001453 10.0.0.23 - - [2025-12-15 02:52:41] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048023 10.0.0.65 - - [2025-12-15 02:52:41] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001356 10.0.0.23 - - [2025-12-15 02:52:42] "POST /neutron/network HTTP/1.1" 200 617 0.138937 10.0.0.23 - - [2025-12-15 02:52:42] "POST /ref-update HTTP/1.1" 200 156 0.019819 10.0.0.23 - - [2025-12-15 02:52:42] "POST /neutron/network HTTP/1.1" 200 1074 0.011643 10.0.0.23 - - [2025-12-15 02:52:42] "POST /id-to-fqname HTTP/1.1" 200 229 0.001056 10.0.0.23 - - [2025-12-15 02:52:42] "GET /virtual-network/297e40fc-f302-42d3-87ff-21a23c4da04e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005382 10.0.0.23 - - [2025-12-15 02:52:42] "GET /virtual-network/297e40fc-f302-42d3-87ff-21a23c4da04e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005313 10.0.0.23 - - [2025-12-15 02:52:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.009594 10.0.0.23 - - [2025-12-15 02:52:42] "GET /virtual-network/297e40fc-f302-42d3-87ff-21a23c4da04e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005539 10.0.0.23 - - [2025-12-15 02:52:42] "GET /obj-perms HTTP/1.1" 200 5013 0.045969 10.0.0.23 - - [2025-12-15 02:52:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.003574 10.0.0.23 - - [2025-12-15 02:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.65 - - [2025-12-15 02:52:43] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001316 10.0.0.23 - - [2025-12-15 02:52:43] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043036 10.0.0.23 - - [2025-12-15 02:52:43] "POST /network-policys HTTP/1.1" 200 527 0.069885 10.0.0.23 - - [2025-12-15 02:52:43] "GET /network-policy/662f38c3-fe63-4eba-9a7e-966d5b77805e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006079 10.0.0.23 - - [2025-12-15 02:52:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.003740 10.0.0.23 - - [2025-12-15 02:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.65 - - [2025-12-15 02:52:43] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001241 10.0.0.23 - - [2025-12-15 02:52:43] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052928 10.0.0.23 - - [2025-12-15 02:52:43] "POST /network-policys HTTP/1.1" 200 527 0.034919 10.0.0.23 - - [2025-12-15 02:52:43] "GET /network-policy/7e6906e4-a0be-4d76-be49-ea645cb2bb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.008666 10.0.0.23 - - [2025-12-15 02:52:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.003300 10.0.0.23 - - [2025-12-15 02:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.65 - - [2025-12-15 02:52:43] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002926 10.0.0.23 - - [2025-12-15 02:52:44] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065670 10.0.0.23 - - [2025-12-15 02:52:44] "POST /network-policys HTTP/1.1" 200 527 0.074625 10.0.0.23 - - [2025-12-15 02:52:44] "GET /network-policy/72a241bb-0cd1-49c1-91fd-373006aac2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007333 10.0.0.23 - - [2025-12-15 02:52:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.003339 10.0.0.23 - - [2025-12-15 02:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.65 - - [2025-12-15 02:52:44] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001327 10.0.0.23 - - [2025-12-15 02:52:44] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040921 10.0.0.23 - - [2025-12-15 02:52:44] "POST /network-policys HTTP/1.1" 200 527 0.069655 10.0.0.23 - - [2025-12-15 02:52:44] "GET /network-policy/ec05de3f-3161-4cfa-b7a0-5310482ced1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008051 10.0.0.23 - - [2025-12-15 02:52:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.005254 10.0.0.23 - - [2025-12-15 02:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.65 - - [2025-12-15 02:52:44] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001416 10.0.0.23 - - [2025-12-15 02:52:44] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056298 10.0.0.23 - - [2025-12-15 02:52:44] "POST /network-policys HTTP/1.1" 200 531 0.030757 10.0.0.23 - - [2025-12-15 02:52:44] "GET /network-policy/bc8516d4-b6f4-4dcd-95c6-095f5229e481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.007527 10.0.0.23 - - [2025-12-15 02:52:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003476 10.0.0.23 - - [2025-12-15 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.65 - - [2025-12-15 02:52:45] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001366 10.0.0.23 - - [2025-12-15 02:52:45] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.055746 10.0.0.23 - - [2025-12-15 02:52:45] "POST /network-policys HTTP/1.1" 200 529 0.073305 10.0.0.23 - - [2025-12-15 02:52:45] "GET /network-policy/4b185b99-569d-4370-b579-d168d931c227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006358 10.0.0.23 - - [2025-12-15 02:52:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003233 10.0.0.23 - - [2025-12-15 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.65 - - [2025-12-15 02:52:45] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001300 10.0.0.23 - - [2025-12-15 02:52:45] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049901 10.0.0.23 - - [2025-12-15 02:52:45] "POST /network-policys HTTP/1.1" 200 529 0.073759 10.0.0.23 - - [2025-12-15 02:52:45] "GET /network-policy/7058664d-e51b-4092-88aa-bc1ddbbc9284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006157 10.0.0.23 - - [2025-12-15 02:52:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003114 10.0.0.23 - - [2025-12-15 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.65 - - [2025-12-15 02:52:45] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001037 10.0.0.23 - - [2025-12-15 02:52:45] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.038355 10.0.0.23 - - [2025-12-15 02:52:46] "POST /network-policys HTTP/1.1" 200 529 0.031214 10.0.0.23 - - [2025-12-15 02:52:46] "GET /network-policy/3bb86b2b-44bb-4338-ad8d-63f22e7dde42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006951 10.0.0.23 - - [2025-12-15 02:52:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.003627 10.0.0.23 - - [2025-12-15 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.65 - - [2025-12-15 02:52:46] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001156 10.0.0.23 - - [2025-12-15 02:52:46] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041020 10.0.0.23 - - [2025-12-15 02:52:46] "POST /network-policys HTTP/1.1" 200 529 0.030397 10.0.0.23 - - [2025-12-15 02:52:46] "GET /network-policy/e7272a2a-9638-495b-bc13-17edce7b4a43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006594 10.0.0.23 - - [2025-12-15 02:52:46] "POST /fqname-to-id HTTP/1.1" 404 208 0.003377 10.0.0.23 - - [2025-12-15 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.65 - - [2025-12-15 02:52:46] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000945 10.0.0.23 - - [2025-12-15 02:52:46] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057673 10.0.0.23 - - [2025-12-15 02:52:46] "POST /network-policys HTTP/1.1" 200 533 0.027190 10.0.0.23 - - [2025-12-15 02:52:46] "GET /network-policy/85389cd5-de1a-4d65-b769-8122962e6814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.006163 10.0.0.23 - - [2025-12-15 02:52:47] "POST /neutron/network HTTP/1.1" 200 1157 0.077819 10.0.0.23 - - [2025-12-15 02:52:47] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006413 10.0.0.23 - - [2025-12-15 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.23 - - [2025-12-15 02:52:47] "GET /network-policy/662f38c3-fe63-4eba-9a7e-966d5b77805e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004681 10.0.0.23 - - [2025-12-15 02:52:47] "POST /fqname-to-id HTTP/1.1" 404 246 0.003121 10.0.0.23 - - [2025-12-15 02:52:47] "POST /neutron/network HTTP/1.1" 200 1159 0.093976 10.0.0.23 - - [2025-12-15 02:52:47] "GET /virtual-network/297e40fc-f302-42d3-87ff-21a23c4da04e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008504 10.0.0.23 - - [2025-12-15 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006686 10.0.0.23 - - [2025-12-15 02:52:47] "GET /network-policy/bc8516d4-b6f4-4dcd-95c6-095f5229e481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.007039 10.0.0.23 - - [2025-12-15 02:52:47] "POST /id-to-fqname HTTP/1.1" 200 229 0.001164 10.0.0.65 - - [2025-12-15 02:52:48] "DELETE /project/b3be745b05b44fdaadcb0e2f866c5f94 HTTP/1.1" 404 173 0.005244 10.0.0.65 - - [2025-12-15 02:52:48] "DELETE /project/a09a6d97-8a0e-4136-a2d9-6f1219538cf8 HTTP/1.1" 404 177 0.003413 10.0.0.65 - - [2025-12-15 02:52:48] "DELETE /project/a09a6d978a0e4136a2d96f1219538cf8 HTTP/1.1" 404 173 0.005180 10.0.0.65 - - [2025-12-15 02:52:48] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001020 10.0.0.23 - - [2025-12-15 02:52:48] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.063496 10.0.0.23 - - [2025-12-15 02:52:49] "POST /neutron/network HTTP/1.1" 200 1157 0.009731 10.0.0.23 - - [2025-12-15 02:52:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001195 10.0.0.23 - - [2025-12-15 02:52:49] "POST /neutron/port HTTP/1.1" 200 117 0.011922 10.0.0.65 - - [2025-12-15 02:52:49] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000967 10.0.0.23 - - [2025-12-15 02:52:49] "PUT /access-control-list/d7f5e61b-4291-42e2-a586-4b6a5b88b22e HTTP/1.1" 200 272 0.033137 10.0.0.23 - - [2025-12-15 02:52:49] "POST /neutron/port HTTP/1.1" 200 1061 0.334713 10.0.0.65 - - [2025-12-15 02:52:50] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001964 10.0.0.23 - - [2025-12-15 02:52:50] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.099621 10.0.0.23 - - [2025-12-15 02:52:50] "POST /neutron/port HTTP/1.1" 200 1115 0.162708 10.0.0.23 - - [2025-12-15 02:52:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005439 10.0.0.23 - - [2025-12-15 02:52:50] "POST /neutron/port HTTP/1.1" 200 1089 0.016494 10.0.0.23 - - [2025-12-15 02:52:50] "POST /neutron/port HTTP/1.1" 200 117 0.006163 10.0.0.23 - - [2025-12-15 02:52:50] "POST /neutron/network HTTP/1.1" 200 1169 0.007564 10.0.0.23 - - [2025-12-15 02:52:51] "POST /neutron/port HTTP/1.1" 200 1061 0.015536 10.0.0.23 - - [2025-12-15 02:52:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005440 10.0.0.23 - - [2025-12-15 02:52:51] "POST /neutron/network HTTP/1.1" 200 1159 0.013466 10.0.0.23 - - [2025-12-15 02:52:55] "POST /neutron/port HTTP/1.1" 200 1089 0.017860 10.0.0.23 - - [2025-12-15 02:52:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008922 10.0.0.23 - - [2025-12-15 02:52:55] "GET /virtual-machine/05592bd6-33e5-47de-8e81-574fe35a7491 HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2025-12-15 02:52:56] "GET /virtual-machine/05592bd6-33e5-47de-8e81-574fe35a7491 HTTP/1.1" 200 1297 0.027623 10.0.0.23 - - [2025-12-15 02:52:56] "GET /virtual-machine-interface/ec7f9ef6-c244-4965-bcbc-b9a4f330be39 HTTP/1.1" 200 2952 0.005313 10.0.0.23 - - [2025-12-15 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.23 - - [2025-12-15 02:52:56] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003539 10.0.0.23 - - [2025-12-15 02:52:56] "GET /virtual-networks?parent_id=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003139 10.0.0.23 - - [2025-12-15 02:52:56] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006471 10.0.0.23 - - [2025-12-15 02:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2025-12-15 02:52:59] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005926 10.0.0.23 - - [2025-12-15 02:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2025-12-15 02:53:03] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005491 10.0.0.23 - - [2025-12-15 02:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2025-12-15 02:53:07] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005526 10.0.0.23 - - [2025-12-15 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.23 - - [2025-12-15 02:53:11] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005502 10.0.0.23 - - [2025-12-15 02:53:15] "POST /neutron/network HTTP/1.1" 200 1167 0.030901 10.0.0.23 - - [2025-12-15 02:53:15] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.23 - - [2025-12-15 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.23 - - [2025-12-15 02:53:15] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006150 10.0.0.23 - - [2025-12-15 02:53:16] "POST /neutron/port HTTP/1.1" 200 1089 0.017465 10.0.0.23 - - [2025-12-15 02:53:16] "POST /neutron/subnet HTTP/1.1" 200 675 0.011888 10.0.0.23 - - [2025-12-15 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040 10.0.0.23 - - [2025-12-15 02:53:19] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006740 10.0.0.23 - - [2025-12-15 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.23 - - [2025-12-15 02:53:23] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007973 10.0.0.23 - - [2025-12-15 02:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.23 - - [2025-12-15 02:53:28] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008413 10.0.0.23 - - [2025-12-15 02:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2025-12-15 02:53:30] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003732 10.0.0.23 - - [2025-12-15 02:53:30] "GET /virtual-networks?parent_id=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005286 10.0.0.23 - - [2025-12-15 02:53:30] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006199 10.0.0.23 - - [2025-12-15 02:53:30] "POST /neutron/port HTTP/1.1" 200 1089 0.016847 10.0.0.23 - - [2025-12-15 02:53:35] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007231 10.0.0.23 - - [2025-12-15 02:53:40] "POST /neutron/port HTTP/1.1" 200 1089 0.018201 10.0.0.23 - - [2025-12-15 02:53:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007540 10.0.0.65 - - [2025-12-15 02:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.65 - - [2025-12-15 02:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.65 - - [2025-12-15 02:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.65 - - [2025-12-15 02:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.50 - - [2025-12-15 02:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2025-12-15 02:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.50 - - [2025-12-15 02:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.23 - - [2025-12-15 02:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2025-12-15 02:53:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000973 10.0.0.50 - - [2025-12-15 02:53:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.23 - - [2025-12-15 02:53:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.50 - - [2025-12-15 02:53:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2025-12-15 02:53:50] "POST /neutron/port HTTP/1.1" 200 1089 0.014919 10.0.0.23 - - [2025-12-15 02:53:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007385 10.0.0.23 - - [2025-12-15 02:53:51] "GET /virtual-machine/37d5487f-6f8f-443c-b0d6-b531a1e74a56 HTTP/1.1" 200 1298 0.008024 10.0.0.23 - - [2025-12-15 02:53:51] "GET /virtual-machine-interface/8163c2b3-434e-415b-a0f1-d868b790f217 HTTP/1.1" 200 2951 0.007300 10.0.0.23 - - [2025-12-15 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005560 10.0.0.23 - - [2025-12-15 02:53:51] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004585 10.0.0.23 - - [2025-12-15 02:53:51] "GET /virtual-networks?parent_id=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003759 10.0.0.23 - - [2025-12-15 02:53:51] "GET /virtual-network/297e40fc-f302-42d3-87ff-21a23c4da04e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007599 10.0.0.23 - - [2025-12-15 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.23 - - [2025-12-15 02:53:52] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003567 10.0.0.23 - - [2025-12-15 02:53:52] "GET /virtual-networks?parent_id=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002653 10.0.0.23 - - [2025-12-15 02:53:52] "GET /virtual-network/297e40fc-f302-42d3-87ff-21a23c4da04e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006049 10.0.0.23 - - [2025-12-15 02:53:52] "POST /neutron/port HTTP/1.1" 200 2062 0.016905 10.0.0.23 - - [2025-12-15 02:53:52] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008375 10.0.0.23 - - [2025-12-15 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.23 - - [2025-12-15 02:53:52] "GET /network-policy/bc8516d4-b6f4-4dcd-95c6-095f5229e481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004362 10.0.0.23 - - [2025-12-15 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.23 - - [2025-12-15 02:53:53] "GET /network-policy/662f38c3-fe63-4eba-9a7e-966d5b77805e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005070 10.0.0.23 - - [2025-12-15 02:53:53] "POST /neutron/network HTTP/1.1" 200 1157 0.009910 10.0.0.23 - - [2025-12-15 02:53:53] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.009701 10.0.0.23 - - [2025-12-15 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.23 - - [2025-12-15 02:53:53] "GET /network-policy/7e6906e4-a0be-4d76-be49-ea645cb2bb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004598 10.0.0.50 - - [2025-12-15 02:54:07] "GET /obj-perms HTTP/1.1" 200 5056 0.050415 10.0.0.23 - - [2025-12-15 02:54:15] "POST /neutron/port HTTP/1.1" 200 1089 0.017016 10.0.0.23 - - [2025-12-15 02:54:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003984 10.0.0.23 - - [2025-12-15 02:54:15] "POST /neutron/network HTTP/1.1" 200 1157 0.008476 10.0.0.23 - - [2025-12-15 02:54:17] "POST /neutron/network HTTP/1.1" 200 1169 0.029300 10.0.0.23 - - [2025-12-15 02:54:17] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.23 - - [2025-12-15 02:54:18] "PUT /access-control-list/d7f5e61b-4291-42e2-a586-4b6a5b88b22e HTTP/1.1" 200 272 0.033533 10.0.0.23 - - [2025-12-15 02:54:18] "POST /neutron/network HTTP/1.1" 200 1160 0.106573 10.0.0.23 - - [2025-12-15 02:54:18] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005803 10.0.0.23 - - [2025-12-15 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.23 - - [2025-12-15 02:54:18] "GET /network-policy/85389cd5-de1a-4d65-b769-8122962e6814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.004806 10.0.0.23 - - [2025-12-15 02:54:27] "POST /neutron/network HTTP/1.1" 200 1157 0.106843 10.0.0.23 - - [2025-12-15 02:54:27] "POST /ref-update HTTP/1.1" 200 156 0.035427 10.0.0.23 - - [2025-12-15 02:54:27] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.011274 10.0.0.23 - - [2025-12-15 02:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.23 - - [2025-12-15 02:54:27] "GET /network-policy/72a241bb-0cd1-49c1-91fd-373006aac2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004383 10.0.0.23 - - [2025-12-15 02:54:36] "POST /neutron/network HTTP/1.1" 200 1157 0.120414 10.0.0.23 - - [2025-12-15 02:54:36] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006511 10.0.0.23 - - [2025-12-15 02:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.23 - - [2025-12-15 02:54:37] "GET /network-policy/ec05de3f-3161-4cfa-b7a0-5310482ced1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005496 10.0.0.23 - - [2025-12-15 02:54:44] "POST /neutron/network HTTP/1.1" 200 1158 0.095592 10.0.0.23 - - [2025-12-15 02:54:44] "POST /ref-update HTTP/1.1" 200 156 0.053885 10.0.0.23 - - [2025-12-15 02:54:44] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.009774 10.0.0.23 - - [2025-12-15 02:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011232 10.0.0.23 - - [2025-12-15 02:54:44] "GET /network-policy/4b185b99-569d-4370-b579-d168d931c227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004006 10.0.0.23 - - [2025-12-15 02:54:53] "POST /neutron/network HTTP/1.1" 200 1158 0.098393 10.0.0.23 - - [2025-12-15 02:54:53] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.009525 10.0.0.23 - - [2025-12-15 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.010446 10.0.0.23 - - [2025-12-15 02:54:53] "GET /network-policy/7058664d-e51b-4092-88aa-bc1ddbbc9284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.007730 10.0.0.23 - - [2025-12-15 02:55:01] "POST /neutron/network HTTP/1.1" 200 1158 0.145922 10.0.0.23 - - [2025-12-15 02:55:01] "PUT /access-control-list/d7f5e61b-4291-42e2-a586-4b6a5b88b22e HTTP/1.1" 200 272 0.063896 10.0.0.23 - - [2025-12-15 02:55:01] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.009769 10.0.0.23 - - [2025-12-15 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.23 - - [2025-12-15 02:55:01] "GET /network-policy/3bb86b2b-44bb-4338-ad8d-63f22e7dde42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004619 10.0.0.65 - - [2025-12-15 02:55:08] "GET /obj-perms HTTP/1.1" 200 5056 0.056427 10.0.0.23 - - [2025-12-15 02:55:10] "POST /neutron/network HTTP/1.1" 200 1158 0.086310 10.0.0.23 - - [2025-12-15 02:55:10] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007578 10.0.0.23 - - [2025-12-15 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.23 - - [2025-12-15 02:55:10] "GET /network-policy/e7272a2a-9638-495b-bc13-17edce7b4a43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004310 10.0.0.23 - - [2025-12-15 02:55:15] "POST /neutron/port HTTP/1.1" 200 1089 0.015911 10.0.0.23 - - [2025-12-15 02:55:15] "POST /neutron/subnet HTTP/1.1" 200 675 0.011425 10.0.0.23 - - [2025-12-15 02:55:17] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005959 10.0.0.23 - - [2025-12-15 02:55:17] "POST /neutron/network HTTP/1.1" 200 1158 0.010617 10.0.0.23 - - [2025-12-15 02:55:17] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.011405 10.0.0.23 - - [2025-12-15 02:55:17] "POST /ref-update HTTP/1.1" 200 156 0.031018 10.0.0.23 - - [2025-12-15 02:55:17] "GET /virtual-machine/37d5487f-6f8f-443c-b0d6-b531a1e74a56 HTTP/1.1" 200 1298 0.006838 10.0.0.23 - - [2025-12-15 02:55:18] "POST /neutron/port HTTP/1.1" 200 1089 0.023012 10.0.0.23 - - [2025-12-15 02:55:19] "GET /virtual-machine/37d5487f-6f8f-443c-b0d6-b531a1e74a56 HTTP/1.1" 404 171 0.003944 10.0.0.23 - - [2025-12-15 02:55:19] "GET /virtual-machine/37d5487f-6f8f-443c-b0d6-b531a1e74a56 HTTP/1.1" 404 171 0.003551 10.0.0.23 - - [2025-12-15 02:55:19] "GET /virtual-machine/37d5487f-6f8f-443c-b0d6-b531a1e74a56 HTTP/1.1" 404 171 0.004105 10.0.0.23 - - [2025-12-15 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.23 - - [2025-12-15 02:55:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003714 10.0.0.23 - - [2025-12-15 02:55:20] "GET /virtual-networks?parent_id=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003561 10.0.0.23 - - [2025-12-15 02:55:20] "GET /virtual-network/297e40fc-f302-42d3-87ff-21a23c4da04e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007412 10.0.0.23 - - [2025-12-15 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.23 - - [2025-12-15 02:55:20] "GET /routing-instance/19cd0c30-923a-4db5-b805-9e8a799acddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004629 10.0.0.23 - - [2025-12-15 02:55:20] "GET /route-target/ff026ce8-1d5e-418e-b164-3f3bf0dc431e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004400 10.0.0.23 - - [2025-12-15 02:55:20] "GET /obj-perms HTTP/1.1" 200 5013 0.004425 10.0.0.50 - - [2025-12-15 02:55:26] "GET /obj-perms HTTP/1.1" 200 5013 0.005216 10.0.0.23 - - [2025-12-15 02:55:29] "GET /obj-perms HTTP/1.1" 200 5013 0.004120 10.0.0.50 - - [2025-12-15 02:55:35] "GET /obj-perms HTTP/1.1" 200 5013 0.004031 10.0.0.23 - - [2025-12-15 02:55:38] "GET /obj-perms HTTP/1.1" 200 5013 0.004706 10.0.0.50 - - [2025-12-15 02:55:45] "GET /obj-perms HTTP/1.1" 200 5013 0.003644 10.0.0.23 - - [2025-12-15 02:55:45] "GET /obj-perms HTTP/1.1" 200 5013 0.004751 10.0.0.23 - - [2025-12-15 02:55:45] "GET /virtual-machine/05592bd6-33e5-47de-8e81-574fe35a7491 HTTP/1.1" 200 1297 0.004852 10.0.0.23 - - [2025-12-15 02:55:45] "POST /neutron/port HTTP/1.1" 200 1089 0.018411 10.0.0.23 - - [2025-12-15 02:55:47] "GET /virtual-machine/05592bd6-33e5-47de-8e81-574fe35a7491 HTTP/1.1" 404 171 0.004167 10.0.0.23 - - [2025-12-15 02:55:47] "GET /virtual-machine/05592bd6-33e5-47de-8e81-574fe35a7491 HTTP/1.1" 404 171 0.003553 10.0.0.23 - - [2025-12-15 02:55:47] "GET /virtual-machine/05592bd6-33e5-47de-8e81-574fe35a7491 HTTP/1.1" 404 171 0.002779 10.0.0.23 - - [2025-12-15 02:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.23 - - [2025-12-15 02:55:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004056 10.0.0.23 - - [2025-12-15 02:55:47] "GET /virtual-networks?parent_id=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003515 10.0.0.23 - - [2025-12-15 02:55:47] "GET /virtual-network/d6b2f73d-a850-45cf-bf77-9511d16084c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007388 10.0.0.23 - - [2025-12-15 02:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.23 - - [2025-12-15 02:55:47] "GET /routing-instance/aba588cc-0796-45fa-a800-a7be34913d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004528 10.0.0.23 - - [2025-12-15 02:55:47] "GET /route-target/d04f1aec-45b9-42e0-995c-3c25d1041ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004329 10.0.0.23 - - [2025-12-15 02:55:50] "GET /obj-perms HTTP/1.1" 200 5013 0.003962 10.0.0.65 - - [2025-12-15 02:55:50] "GET /obj-perms HTTP/1.1" 200 5013 0.004076 10.0.0.23 - - [2025-12-15 02:55:53] "GET /obj-perms HTTP/1.1" 200 5013 0.006641 10.0.0.23 - - [2025-12-15 02:55:54] "GET /virtual-network/297e40fc-f302-42d3-87ff-21a23c4da04e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005915 10.0.0.23 - - [2025-12-15 02:55:54] "POST /neutron/network HTTP/1.1" 200 1159 0.008540 10.0.0.23 - - [2025-12-15 02:55:54] "GET /virtual-network/297e40fc-f302-42d3-87ff-21a23c4da04e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.014672 10.0.0.23 - - [2025-12-15 02:55:54] "DELETE /network-policy/85389cd5-de1a-4d65-b769-8122962e6814 HTTP/1.1" 200 115 0.035745 10.0.0.23 - - [2025-12-15 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.65 - - [2025-12-15 02:55:54] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.029732 10.0.0.23 - - [2025-12-15 02:55:54] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065965 10.0.0.23 - - [2025-12-15 02:55:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74306972&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005691 10.0.0.23 - - [2025-12-15 02:55:54] "DELETE /network-policy/e7272a2a-9638-495b-bc13-17edce7b4a43 HTTP/1.1" 200 115 0.036405 10.0.0.23 - - [2025-12-15 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.65 - - [2025-12-15 02:55:54] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000965 10.0.0.23 - - [2025-12-15 02:55:54] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.046212 10.0.0.23 - - [2025-12-15 02:55:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74306972&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005480 10.0.0.23 - - [2025-12-15 02:55:54] "DELETE /network-policy/3bb86b2b-44bb-4338-ad8d-63f22e7dde42 HTTP/1.1" 200 115 0.042495 10.0.0.23 - - [2025-12-15 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.65 - - [2025-12-15 02:55:54] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001432 10.0.0.23 - - [2025-12-15 02:55:54] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.046194 10.0.0.23 - - [2025-12-15 02:55:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74306972&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.006351 10.0.0.23 - - [2025-12-15 02:55:55] "DELETE /network-policy/7058664d-e51b-4092-88aa-bc1ddbbc9284 HTTP/1.1" 200 115 0.035058 10.0.0.23 - - [2025-12-15 02:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.65 - - [2025-12-15 02:55:55] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001146 10.0.0.23 - - [2025-12-15 02:55:55] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057352 10.0.0.23 - - [2025-12-15 02:55:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74306972&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005473 10.0.0.23 - - [2025-12-15 02:55:55] "DELETE /network-policy/4b185b99-569d-4370-b579-d168d931c227 HTTP/1.1" 200 115 0.041033 10.0.0.23 - - [2025-12-15 02:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009498 10.0.0.65 - - [2025-12-15 02:55:55] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001405 10.0.0.23 - - [2025-12-15 02:55:55] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.060461 10.0.0.23 - - [2025-12-15 02:55:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74306972&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005554 10.0.0.23 - - [2025-12-15 02:55:55] "DELETE /network-policy/bc8516d4-b6f4-4dcd-95c6-095f5229e481 HTTP/1.1" 200 115 0.037301 10.0.0.23 - - [2025-12-15 02:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005617 10.0.0.65 - - [2025-12-15 02:55:55] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000952 10.0.0.23 - - [2025-12-15 02:55:55] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048166 10.0.0.23 - - [2025-12-15 02:55:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74306972&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.006119 10.0.0.23 - - [2025-12-15 02:55:55] "DELETE /network-policy/ec05de3f-3161-4cfa-b7a0-5310482ced1b HTTP/1.1" 200 115 0.043789 10.0.0.23 - - [2025-12-15 02:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.65 - - [2025-12-15 02:55:55] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001091 10.0.0.23 - - [2025-12-15 02:55:55] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049236 10.0.0.23 - - [2025-12-15 02:55:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74306972&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005581 10.0.0.23 - - [2025-12-15 02:55:56] "DELETE /network-policy/72a241bb-0cd1-49c1-91fd-373006aac2b1 HTTP/1.1" 200 115 0.043585 10.0.0.23 - - [2025-12-15 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006725 10.0.0.65 - - [2025-12-15 02:55:56] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001251 10.0.0.23 - - [2025-12-15 02:55:56] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040804 10.0.0.23 - - [2025-12-15 02:55:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74306972&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005535 10.0.0.23 - - [2025-12-15 02:55:56] "DELETE /network-policy/7e6906e4-a0be-4d76-be49-ea645cb2bb8c HTTP/1.1" 200 115 0.039337 10.0.0.23 - - [2025-12-15 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.65 - - [2025-12-15 02:55:56] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001076 10.0.0.23 - - [2025-12-15 02:55:56] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057383 10.0.0.23 - - [2025-12-15 02:55:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74306972&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005987 10.0.0.23 - - [2025-12-15 02:55:56] "DELETE /network-policy/662f38c3-fe63-4eba-9a7e-966d5b77805e HTTP/1.1" 200 115 0.041696 10.0.0.23 - - [2025-12-15 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006846 10.0.0.65 - - [2025-12-15 02:55:56] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001139 10.0.0.23 - - [2025-12-15 02:55:56] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.058410 10.0.0.23 - - [2025-12-15 02:55:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74306972&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006635 10.0.0.23 - - [2025-12-15 02:55:56] "POST /neutron/network HTTP/1.1" 200 1074 0.009316 10.0.0.23 - - [2025-12-15 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.65 - - [2025-12-15 02:55:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004412 10.0.0.65 - - [2025-12-15 02:55:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003325 10.0.0.65 - - [2025-12-15 02:55:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005058 10.0.0.65 - - [2025-12-15 02:55:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003845 10.0.0.23 - - [2025-12-15 02:55:57] "POST /neutron/network HTTP/1.1" 200 151 0.171798 10.0.0.23 - - [2025-12-15 02:55:57] "DELETE /route-target/d04f1aec-45b9-42e0-995c-3c25d1041ff1 HTTP/1.1" 200 115 0.034238 10.0.0.23 - - [2025-12-15 02:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.23 - - [2025-12-15 02:55:57] "DELETE /network-ipam/bf5faeba-d7e9-47c9-a9b6-24435590d448 HTTP/1.1" 200 115 0.032990 10.0.0.23 - - [2025-12-15 02:55:57] "POST /fqname-to-id HTTP/1.1" 404 248 0.004196 10.0.0.65 - - [2025-12-15 02:55:57] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001106 10.0.0.65 - - [2025-12-15 02:55:57] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.041351 10.0.0.65 - - [2025-12-15 02:55:57] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001122 10.0.0.65 - - [2025-12-15 02:55:57] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?fields=security_groups HTTP/1.1" 200 1382 0.041929 10.0.0.65 - - [2025-12-15 02:55:57] "DELETE /security-group/93bbb28c-809f-4857-9142-9d8aee27a4f0 HTTP/1.1" 200 115 0.051213 10.0.0.65 - - [2025-12-15 02:55:57] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002396 10.0.0.65 - - [2025-12-15 02:55:57] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?fields=application_policy_sets HTTP/1.1" 200 1421 0.062424 10.0.0.23 - - [2025-12-15 02:55:58] "DELETE /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94 HTTP/1.1" 200 115 0.419707 10.0.0.65 - - [2025-12-15 02:55:58] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.23 - - [2025-12-15 02:55:58] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?fields=projects HTTP/1.1" 200 1437 0.011636 10.0.0.65 - - [2025-12-15 02:55:59] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003624 10.0.0.65 - - [2025-12-15 02:55:59] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.65 - - [2025-12-15 02:55:59] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007913 10.0.0.65 - - [2025-12-15 02:56:00] "POST /id-to-fqname HTTP/1.1" 200 196 0.001560 10.0.0.65 - - [2025-12-15 02:56:00] "POST /fqname-to-id HTTP/1.1" 404 205 0.004470 10.0.0.65 - - [2025-12-15 02:56:00] "POST /security-groups HTTP/1.1" 200 597 0.032414 10.0.0.23 - - [2025-12-15 02:56:00] "POST /fqname-to-id HTTP/1.1" 404 240 0.004100 10.0.0.65 - - [2025-12-15 02:56:00] "POST /projects HTTP/1.1" 200 597 0.244718 10.0.0.65 - - [2025-12-15 02:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.321058 10.0.0.23 - - [2025-12-15 02:56:00] "POST /access-control-lists HTTP/1.1" 200 600 0.034964 10.0.0.23 - - [2025-12-15 02:56:00] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.794147 10.0.0.65 - - [2025-12-15 02:56:00] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001080 10.0.0.23 - - [2025-12-15 02:56:00] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?fields=virtual_networks HTTP/1.1" 200 1045 0.061295 10.0.0.65 - - [2025-12-15 02:56:00] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001535 10.0.0.23 - - [2025-12-15 02:56:00] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.047612 10.0.0.65 - - [2025-12-15 02:56:00] "GET /projects?obj_uuids=b3be745b-05b4-4fda-adcb-0e2f866c5f94&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001529 10.0.0.23 - - [2025-12-15 02:56:00] "GET /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94?fields=security_groups HTTP/1.1" 200 1277 0.063025 10.0.0.23 - - [2025-12-15 02:56:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.024098 10.0.0.65 - - [2025-12-15 02:56:01] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004489 10.0.0.65 - - [2025-12-15 02:56:01] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.65 - - [2025-12-15 02:56:01] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007257 10.0.0.65 - - [2025-12-15 02:56:01] "POST /id-to-fqname HTTP/1.1" 200 202 0.001917 10.0.0.65 - - [2025-12-15 02:56:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.008429 10.0.0.65 - - [2025-12-15 02:56:01] "POST /security-groups HTTP/1.1" 200 603 0.074704 10.0.0.65 - - [2025-12-15 02:56:01] "POST /projects HTTP/1.1" 200 609 0.292472 10.0.0.23 - - [2025-12-15 02:56:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.012670 10.0.0.65 - - [2025-12-15 02:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.364980 10.0.0.23 - - [2025-12-15 02:56:01] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.526216 10.0.0.23 - - [2025-12-15 02:56:02] "GET / HTTP/1.1" 200 35931 0.001680 10.0.0.23 - - [2025-12-15 02:56:05] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.65 - - [2025-12-15 02:56:05] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.23 - - [2025-12-15 02:56:05] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.071854 10.0.0.23 - - [2025-12-15 02:56:05] "GET / HTTP/1.1" 200 35931 0.001957 10.0.0.23 - - [2025-12-15 02:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.65 - - [2025-12-15 02:56:06] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.23 - - [2025-12-15 02:56:06] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007894 10.0.0.23 - - [2025-12-15 02:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.65 - - [2025-12-15 02:56:06] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001035 10.0.0.23 - - [2025-12-15 02:56:06] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038189 10.0.0.23 - - [2025-12-15 02:56:07] "GET /domains HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2025-12-15 02:56:07] "GET /domains HTTP/1.1" 200 280 0.024285 10.0.0.65 - - [2025-12-15 02:56:07] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.23 - - [2025-12-15 02:56:07] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e HTTP/1.1" 200 2970 0.009480 10.0.0.65 - - [2025-12-15 02:56:07] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.23 - - [2025-12-15 02:56:07] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781 HTTP/1.1" 200 1923 0.090728 10.0.0.23 - - [2025-12-15 02:56:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004852 10.0.0.23 - - [2025-12-15 02:56:07] "POST /network-ipams HTTP/1.1" 200 621 0.026793 10.0.0.23 - - [2025-12-15 02:56:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003882 10.0.0.23 - - [2025-12-15 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.23 - - [2025-12-15 02:56:07] "GET /network-ipam/fd765e0c-5e0e-4537-b2fb-e6dcf462ae17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.006712 10.0.0.23 - - [2025-12-15 02:56:07] "PUT /network-ipam/fd765e0c-5e0e-4537-b2fb-e6dcf462ae17 HTTP/1.1" 200 258 0.015421 10.0.0.23 - - [2025-12-15 02:56:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2025-12-15 02:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.027692 10.0.0.65 - - [2025-12-15 02:56:08] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001535 10.0.0.23 - - [2025-12-15 02:56:08] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052923 10.0.0.50 - - [2025-12-15 02:56:08] "GET /obj-perms HTTP/1.1" 200 5056 0.062390 10.0.0.65 - - [2025-12-15 02:56:09] "GET /obj-perms HTTP/1.1" 200 5056 0.053514 10.0.0.65 - - [2025-12-15 02:56:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005607 10.0.0.23 - - [2025-12-15 02:56:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.393348 10.0.0.23 - - [2025-12-15 02:56:09] "POST /ref-update HTTP/1.1" 200 156 0.022771 10.0.0.23 - - [2025-12-15 02:56:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.002770 10.0.0.23 - - [2025-12-15 02:56:09] "POST /neutron/network HTTP/1.1" 200 1337 0.018920 10.0.0.23 - - [2025-12-15 02:56:09] "POST /id-to-fqname HTTP/1.1" 200 235 0.001089 10.0.0.23 - - [2025-12-15 02:56:09] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005684 10.0.0.23 - - [2025-12-15 02:56:09] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005453 10.0.0.23 - - [2025-12-15 02:56:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.009318 10.0.0.23 - - [2025-12-15 02:56:10] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006733 10.0.0.23 - - [2025-12-15 02:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.65 - - [2025-12-15 02:56:11] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001006 10.0.0.23 - - [2025-12-15 02:56:11] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048733 10.0.0.23 - - [2025-12-15 02:56:11] "POST /neutron/network HTTP/1.1" 200 117 0.015289 10.0.0.65 - - [2025-12-15 02:56:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006574 10.0.0.23 - - [2025-12-15 02:56:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.219635 10.0.0.23 - - [2025-12-15 02:56:12] "POST /id-to-fqname HTTP/1.1" 200 235 0.001329 10.0.0.23 - - [2025-12-15 02:56:12] "GET /virtual-network/1d431352-af2e-4be9-bbbd-54b473e43d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.013191 10.0.0.23 - - [2025-12-15 02:56:12] "POST /neutron/network HTTP/1.1" 200 1336 0.015998 10.0.0.23 - - [2025-12-15 02:56:12] "GET /virtual-network/1d431352-af2e-4be9-bbbd-54b473e43d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.004907 10.0.0.23 - - [2025-12-15 02:56:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.008893 10.0.0.23 - - [2025-12-15 02:56:13] "GET /virtual-network/1d431352-af2e-4be9-bbbd-54b473e43d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005456 10.0.0.23 - - [2025-12-15 02:56:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.003358 10.0.0.23 - - [2025-12-15 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161 10.0.0.65 - - [2025-12-15 02:56:13] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001863 10.0.0.23 - - [2025-12-15 02:56:13] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038700 10.0.0.23 - - [2025-12-15 02:56:13] "POST /network-policys HTTP/1.1" 200 533 0.074840 10.0.0.23 - - [2025-12-15 02:56:13] "GET /network-policy/3a40c16e-0337-4927-becf-d2f6b0577316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007938 10.0.0.23 - - [2025-12-15 02:56:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.002815 10.0.0.23 - - [2025-12-15 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.65 - - [2025-12-15 02:56:14] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.23 - - [2025-12-15 02:56:14] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037678 10.0.0.23 - - [2025-12-15 02:56:14] "POST /network-policys HTTP/1.1" 200 533 0.075022 10.0.0.23 - - [2025-12-15 02:56:14] "GET /network-policy/8298c94f-c45d-4d73-9e47-73994361e2b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007075 10.0.0.23 - - [2025-12-15 02:56:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.003523 10.0.0.23 - - [2025-12-15 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.65 - - [2025-12-15 02:56:14] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001441 10.0.0.23 - - [2025-12-15 02:56:14] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048040 10.0.0.23 - - [2025-12-15 02:56:14] "POST /network-policys HTTP/1.1" 200 533 0.075299 10.0.0.23 - - [2025-12-15 02:56:14] "GET /network-policy/7b03cebc-da54-4b99-ab61-7e8f770f6974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006700 10.0.0.23 - - [2025-12-15 02:56:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.003060 10.0.0.23 - - [2025-12-15 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.65 - - [2025-12-15 02:56:14] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.23 - - [2025-12-15 02:56:14] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052838 10.0.0.23 - - [2025-12-15 02:56:15] "POST /network-policys HTTP/1.1" 200 533 0.078993 10.0.0.23 - - [2025-12-15 02:56:15] "GET /network-policy/bc5a7432-d4ec-496d-b098-0ca13cdba3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.008081 10.0.0.23 - - [2025-12-15 02:56:15] "POST /fqname-to-id HTTP/1.1" 404 213 0.003171 10.0.0.23 - - [2025-12-15 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.65 - - [2025-12-15 02:56:15] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.23 - - [2025-12-15 02:56:15] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042200 10.0.0.23 - - [2025-12-15 02:56:15] "POST /network-policys HTTP/1.1" 200 537 0.029828 10.0.0.23 - - [2025-12-15 02:56:15] "GET /network-policy/3167582d-5de9-475b-ac6c-d14d87a852f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006481 10.0.0.23 - - [2025-12-15 02:56:15] "POST /fqname-to-id HTTP/1.1" 404 212 0.003165 10.0.0.23 - - [2025-12-15 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.65 - - [2025-12-15 02:56:15] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.23 - - [2025-12-15 02:56:15] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038039 10.0.0.23 - - [2025-12-15 02:56:15] "POST /network-policys HTTP/1.1" 200 535 0.074765 10.0.0.23 - - [2025-12-15 02:56:15] "GET /network-policy/b15ecd40-c458-4cce-a35a-5a74c048a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006052 10.0.0.23 - - [2025-12-15 02:56:16] "POST /fqname-to-id HTTP/1.1" 404 212 0.002921 10.0.0.23 - - [2025-12-15 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.65 - - [2025-12-15 02:56:16] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001822 10.0.0.23 - - [2025-12-15 02:56:16] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039107 10.0.0.23 - - [2025-12-15 02:56:16] "POST /network-policys HTTP/1.1" 200 535 0.074036 10.0.0.23 - - [2025-12-15 02:56:16] "GET /network-policy/4164cf1d-e06f-4af8-9914-970fd9812372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006396 10.0.0.23 - - [2025-12-15 02:56:16] "POST /fqname-to-id HTTP/1.1" 404 212 0.002721 10.0.0.23 - - [2025-12-15 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.65 - - [2025-12-15 02:56:16] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001029 10.0.0.23 - - [2025-12-15 02:56:16] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.055618 10.0.0.23 - - [2025-12-15 02:56:16] "POST /network-policys HTTP/1.1" 200 535 0.077601 10.0.0.23 - - [2025-12-15 02:56:16] "GET /network-policy/38020b8a-3d44-405f-bccb-78094d01cc86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006702 10.0.0.23 - - [2025-12-15 02:56:16] "POST /fqname-to-id HTTP/1.1" 404 212 0.003156 10.0.0.23 - - [2025-12-15 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.65 - - [2025-12-15 02:56:16] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.23 - - [2025-12-15 02:56:16] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.033718 10.0.0.23 - - [2025-12-15 02:56:17] "POST /network-policys HTTP/1.1" 200 535 0.074532 10.0.0.23 - - [2025-12-15 02:56:17] "GET /network-policy/0225bd94-9630-4de8-b530-f64f45b98d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006501 10.0.0.23 - - [2025-12-15 02:56:17] "POST /fqname-to-id HTTP/1.1" 404 214 0.002936 10.0.0.23 - - [2025-12-15 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.65 - - [2025-12-15 02:56:17] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.23 - - [2025-12-15 02:56:17] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047201 10.0.0.23 - - [2025-12-15 02:56:17] "POST /network-policys HTTP/1.1" 200 539 0.028981 10.0.0.23 - - [2025-12-15 02:56:17] "GET /network-policy/28cc05cc-1673-488c-817e-c903ef8f48c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006431 10.0.0.23 - - [2025-12-15 02:56:17] "POST /fqname-to-id HTTP/1.1" 404 252 0.020029 10.0.0.23 - - [2025-12-15 02:56:18] "POST /neutron/network HTTP/1.1" 200 1425 0.129019 10.0.0.23 - - [2025-12-15 02:56:18] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006566 10.0.0.23 - - [2025-12-15 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.23 - - [2025-12-15 02:56:18] "GET /network-policy/3a40c16e-0337-4927-becf-d2f6b0577316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004139 10.0.0.23 - - [2025-12-15 02:56:18] "POST /neutron/network HTTP/1.1" 200 1426 0.080236 10.0.0.23 - - [2025-12-15 02:56:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.057312 10.0.0.23 - - [2025-12-15 02:56:18] "POST /access-control-lists HTTP/1.1" 200 609 0.056884 10.0.0.23 - - [2025-12-15 02:56:18] "GET /virtual-network/1d431352-af2e-4be9-bbbd-54b473e43d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.010889 10.0.0.23 - - [2025-12-15 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.23 - - [2025-12-15 02:56:18] "GET /network-policy/3167582d-5de9-475b-ac6c-d14d87a852f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004835 10.0.0.23 - - [2025-12-15 02:56:18] "POST /id-to-fqname HTTP/1.1" 200 235 0.001360 10.0.0.65 - - [2025-12-15 02:56:19] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000974 10.0.0.23 - - [2025-12-15 02:56:19] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.071774 10.0.0.23 - - [2025-12-15 02:56:19] "POST /neutron/network HTTP/1.1" 200 1425 0.045595 10.0.0.23 - - [2025-12-15 02:56:19] "POST /id-to-fqname HTTP/1.1" 200 235 0.001210 10.0.0.23 - - [2025-12-15 02:56:19] "POST /neutron/port HTTP/1.1" 200 117 0.006857 10.0.0.65 - - [2025-12-15 02:56:20] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.23 - - [2025-12-15 02:56:20] "POST /neutron/port HTTP/1.1" 200 1174 0.356388 10.0.0.23 - - [2025-12-15 02:56:20] "POST /neutron/port HTTP/1.1" 200 1228 0.128731 10.0.0.65 - - [2025-12-15 02:56:20] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001150 10.0.0.23 - - [2025-12-15 02:56:20] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.072489 10.0.0.23 - - [2025-12-15 02:56:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004175 10.0.0.23 - - [2025-12-15 02:56:20] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.23 - - [2025-12-15 02:56:20] "POST /neutron/port HTTP/1.1" 200 1202 0.016917 10.0.0.23 - - [2025-12-15 02:56:21] "POST /neutron/port HTTP/1.1" 200 1202 0.015280 10.0.0.65 - - [2025-12-15 02:56:21] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.23 - - [2025-12-15 02:56:21] "PUT /access-control-list/307ac513-4c85-4609-bdbd-c87b4280666e HTTP/1.1" 200 272 0.012838 10.0.0.23 - - [2025-12-15 02:56:21] "POST /neutron/port HTTP/1.1" 200 1173 0.347917 10.0.0.23 - - [2025-12-15 02:56:21] "POST /neutron/port HTTP/1.1" 200 1227 0.101620 10.0.0.23 - - [2025-12-15 02:56:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004786 10.0.0.23 - - [2025-12-15 02:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.001565 10.0.0.23 - - [2025-12-15 02:56:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009130 10.0.0.23 - - [2025-12-15 02:56:26] "POST /neutron/port HTTP/1.1" 200 1202 0.015715 10.0.0.23 - - [2025-12-15 02:56:26] "GET /virtual-machine/754c8061-a1ae-4c0a-94b4-a4d0cdbb33b5 HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2025-12-15 02:56:26] "GET /virtual-machine/754c8061-a1ae-4c0a-94b4-a4d0cdbb33b5 HTTP/1.1" 200 1304 0.030784 10.0.0.23 - - [2025-12-15 02:56:26] "GET /virtual-machine-interface/0321e9ab-2fc4-4264-a9ee-7b87a9d6e50e HTTP/1.1" 200 3168 0.004965 10.0.0.23 - - [2025-12-15 02:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2025-12-15 02:56:26] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005576 10.0.0.23 - - [2025-12-15 02:56:26] "GET /virtual-networks?parent_id=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004500 10.0.0.23 - - [2025-12-15 02:56:26] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007516 10.0.0.23 - - [2025-12-15 02:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.23 - - [2025-12-15 02:56:29] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.004749 10.0.0.23 - - [2025-12-15 02:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.23 - - [2025-12-15 02:56:34] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008834 10.0.0.23 - - [2025-12-15 02:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.23 - - [2025-12-15 02:56:38] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006668 10.0.0.23 - - [2025-12-15 02:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.23 - - [2025-12-15 02:56:42] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006987 10.0.0.23 - - [2025-12-15 02:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006212 10.0.0.23 - - [2025-12-15 02:56:46] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.012628 10.0.0.65 - - [2025-12-15 02:56:48] "DELETE /project/b3be745b05b44fdaadcb0e2f866c5f94 HTTP/1.1" 404 173 0.003195 10.0.0.65 - - [2025-12-15 02:56:48] "DELETE /project/8513d3f576d1446f81e3236661b38781 HTTP/1.1" 404 173 0.006789 10.0.0.65 - - [2025-12-15 02:56:48] "DELETE /project/b3be745b-05b4-4fda-adcb-0e2f866c5f94 HTTP/1.1" 404 177 0.005522 10.0.0.23 - - [2025-12-15 02:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2025-12-15 02:56:50] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005373 10.0.0.23 - - [2025-12-15 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.23 - - [2025-12-15 02:56:54] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005356 10.0.0.23 - - [2025-12-15 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.23 - - [2025-12-15 02:56:58] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007036 10.0.0.23 - - [2025-12-15 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.23 - - [2025-12-15 02:57:00] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007044 10.0.0.23 - - [2025-12-15 02:57:00] "GET /virtual-networks?parent_id=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004550 10.0.0.23 - - [2025-12-15 02:57:00] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005692 10.0.0.23 - - [2025-12-15 02:57:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007655 10.0.0.23 - - [2025-12-15 02:57:09] "GET /obj-perms HTTP/1.1" 200 5056 0.044070 10.0.0.50 - - [2025-12-15 02:57:10] "GET /obj-perms HTTP/1.1" 200 5056 0.050870 10.0.0.23 - - [2025-12-15 02:57:10] "POST /neutron/port HTTP/1.1" 200 1202 0.039081 10.0.0.23 - - [2025-12-15 02:57:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006720 10.0.0.23 - - [2025-12-15 02:57:16] "POST /neutron/port HTTP/1.1" 200 1202 0.014696 10.0.0.23 - - [2025-12-15 02:57:17] "POST /neutron/port HTTP/1.1" 200 1202 0.015203 10.0.0.23 - - [2025-12-15 02:57:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003676 10.0.0.23 - - [2025-12-15 02:57:17] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.23 - - [2025-12-15 02:57:19] "POST /neutron/port HTTP/1.1" 200 1201 0.016044 10.0.0.23 - - [2025-12-15 02:57:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004349 10.0.0.23 - - [2025-12-15 02:57:20] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.23 - - [2025-12-15 02:57:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010450 10.0.0.23 - - [2025-12-15 02:57:21] "POST /neutron/port HTTP/1.1" 200 1201 0.016020 10.0.0.23 - - [2025-12-15 02:57:21] "GET /virtual-machine/02098e63-ffcf-49ef-a412-5bedf228cebb HTTP/1.1" 200 1303 0.011936 10.0.0.23 - - [2025-12-15 02:57:21] "GET /virtual-machine-interface/857dbd02-a1f4-45b8-9287-8747c1700f90 HTTP/1.1" 200 3169 0.005692 10.0.0.23 - - [2025-12-15 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.23 - - [2025-12-15 02:57:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005051 10.0.0.23 - - [2025-12-15 02:57:21] "GET /virtual-networks?parent_id=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003834 10.0.0.23 - - [2025-12-15 02:57:22] "GET /virtual-network/1d431352-af2e-4be9-bbbd-54b473e43d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005455 10.0.0.23 - - [2025-12-15 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009081 10.0.0.23 - - [2025-12-15 02:57:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009802 10.0.0.23 - - [2025-12-15 02:57:23] "GET /virtual-networks?parent_id=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004544 10.0.0.23 - - [2025-12-15 02:57:23] "GET /virtual-network/1d431352-af2e-4be9-bbbd-54b473e43d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006263 10.0.0.23 - - [2025-12-15 02:57:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007449 10.0.0.23 - - [2025-12-15 02:57:28] "POST /neutron/port HTTP/1.1" 200 1201 0.017151 10.0.0.23 - - [2025-12-15 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.23 - - [2025-12-15 02:57:28] "GET /network-policy/3167582d-5de9-475b-ac6c-d14d87a852f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003753 10.0.0.23 - - [2025-12-15 02:57:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007603 10.0.0.23 - - [2025-12-15 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.23 - - [2025-12-15 02:57:29] "GET /network-policy/3a40c16e-0337-4927-becf-d2f6b0577316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005608 10.0.0.23 - - [2025-12-15 02:57:29] "PUT /access-control-list/3bbb2c47-6265-45cd-af82-ae712eeb0e44 HTTP/1.1" 200 272 0.029130 10.0.0.23 - - [2025-12-15 02:57:29] "POST /neutron/network HTTP/1.1" 200 1425 0.018982 10.0.0.23 - - [2025-12-15 02:57:29] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007573 10.0.0.23 - - [2025-12-15 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.23 - - [2025-12-15 02:57:29] "GET /network-policy/8298c94f-c45d-4d73-9e47-73994361e2b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004694 10.0.0.23 - - [2025-12-15 02:57:48] "POST /neutron/network HTTP/1.1" 200 1428 0.020509 10.0.0.23 - - [2025-12-15 02:57:48] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.008505 10.0.0.23 - - [2025-12-15 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.23 - - [2025-12-15 02:57:48] "GET /network-policy/28cc05cc-1673-488c-817e-c903ef8f48c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003699 10.0.0.23 - - [2025-12-15 02:58:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003558 10.0.0.23 - - [2025-12-15 02:58:00] "POST /neutron/network HTTP/1.1" 200 1425 0.013901 10.0.0.23 - - [2025-12-15 02:58:00] "PUT /access-control-list/3bbb2c47-6265-45cd-af82-ae712eeb0e44 HTTP/1.1" 200 272 0.067514 10.0.0.23 - - [2025-12-15 02:58:00] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.012815 10.0.0.23 - - [2025-12-15 02:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006942 10.0.0.23 - - [2025-12-15 02:58:00] "GET /network-policy/7b03cebc-da54-4b99-ab61-7e8f770f6974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005305 10.0.0.65 - - [2025-12-15 02:58:10] "GET /obj-perms HTTP/1.1" 200 5056 0.051280 10.0.0.23 - - [2025-12-15 02:58:12] "POST /neutron/network HTTP/1.1" 200 1425 0.015241 10.0.0.23 - - [2025-12-15 02:58:12] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.004890 10.0.0.23 - - [2025-12-15 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.23 - - [2025-12-15 02:58:12] "GET /network-policy/bc5a7432-d4ec-496d-b098-0ca13cdba3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004336 10.0.0.23 - - [2025-12-15 02:58:18] "POST /neutron/network HTTP/1.1" 200 1435 0.094706 10.0.0.23 - - [2025-12-15 02:58:18] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015336 10.0.0.23 - - [2025-12-15 02:58:18] "POST /neutron/network HTTP/1.1" 200 1425 0.010521 10.0.0.23 - - [2025-12-15 02:58:20] "POST /neutron/network HTTP/1.1" 200 1436 0.007801 10.0.0.23 - - [2025-12-15 02:58:20] "POST /neutron/subnet HTTP/1.1" 200 1356 0.018545 10.0.0.23 - - [2025-12-15 02:58:20] "POST /neutron/network HTTP/1.1" 200 1426 0.014775 10.0.0.23 - - [2025-12-15 02:58:22] "PUT /access-control-list/3bbb2c47-6265-45cd-af82-ae712eeb0e44 HTTP/1.1" 200 272 0.037433 10.0.0.23 - - [2025-12-15 02:58:22] "POST /neutron/network HTTP/1.1" 200 1426 0.019639 10.0.0.23 - - [2025-12-15 02:58:23] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.024830 10.0.0.23 - - [2025-12-15 02:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.23 - - [2025-12-15 02:58:23] "GET /network-policy/b15ecd40-c458-4cce-a35a-5a74c048a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006565 10.0.0.23 - - [2025-12-15 02:58:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.005169 10.0.0.23 - - [2025-12-15 02:58:35] "POST /ref-update HTTP/1.1" 200 156 0.026341 10.0.0.23 - - [2025-12-15 02:58:35] "POST /neutron/network HTTP/1.1" 200 1426 0.032211 10.0.0.23 - - [2025-12-15 02:58:35] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007214 10.0.0.23 - - [2025-12-15 02:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.23 - - [2025-12-15 02:58:35] "GET /network-policy/4164cf1d-e06f-4af8-9914-970fd9812372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006804 10.0.0.23 - - [2025-12-15 02:58:45] "POST /neutron/network HTTP/1.1" 200 1426 0.019489 10.0.0.23 - - [2025-12-15 02:58:46] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008320 10.0.0.23 - - [2025-12-15 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.23 - - [2025-12-15 02:58:46] "GET /network-policy/38020b8a-3d44-405f-bccb-78094d01cc86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005367 10.0.0.65 - - [2025-12-15 02:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.65 - - [2025-12-15 02:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.65 - - [2025-12-15 02:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000802 10.0.0.65 - - [2025-12-15 02:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.50 - - [2025-12-15 02:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.23 - - [2025-12-15 02:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.50 - - [2025-12-15 02:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.23 - - [2025-12-15 02:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2025-12-15 02:58:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.50 - - [2025-12-15 02:58:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2025-12-15 02:58:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.50 - - [2025-12-15 02:58:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.23 - - [2025-12-15 02:58:58] "POST /neutron/network HTTP/1.1" 200 1426 0.025808 10.0.0.23 - - [2025-12-15 02:58:58] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006382 10.0.0.23 - - [2025-12-15 02:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.23 - - [2025-12-15 02:58:58] "GET /network-policy/0225bd94-9630-4de8-b530-f64f45b98d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005162 10.0.0.23 - - [2025-12-15 02:59:08] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006243 10.0.0.23 - - [2025-12-15 02:59:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.003846 10.0.0.23 - - [2025-12-15 02:59:08] "DELETE /access-control-list/3bbb2c47-6265-45cd-af82-ae712eeb0e44 HTTP/1.1" 200 115 0.054720 10.0.0.23 - - [2025-12-15 02:59:08] "POST /neutron/network HTTP/1.1" 200 1337 0.024035 10.0.0.23 - - [2025-12-15 02:59:08] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007114 10.0.0.23 - - [2025-12-15 02:59:08] "GET /virtual-machine/02098e63-ffcf-49ef-a412-5bedf228cebb HTTP/1.1" 200 1303 0.004236 10.0.0.23 - - [2025-12-15 02:59:09] "POST /neutron/port HTTP/1.1" 200 151 0.243371 10.0.0.23 - - [2025-12-15 02:59:10] "GET /virtual-machine/02098e63-ffcf-49ef-a412-5bedf228cebb HTTP/1.1" 404 171 0.004467 10.0.0.23 - - [2025-12-15 02:59:10] "GET /virtual-machine/02098e63-ffcf-49ef-a412-5bedf228cebb HTTP/1.1" 404 171 0.005062 10.0.0.23 - - [2025-12-15 02:59:10] "GET /virtual-machine/02098e63-ffcf-49ef-a412-5bedf228cebb HTTP/1.1" 404 171 0.005582 10.0.0.23 - - [2025-12-15 02:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2025-12-15 02:59:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004457 10.0.0.23 - - [2025-12-15 02:59:10] "GET /virtual-networks?parent_id=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.007792 10.0.0.23 - - [2025-12-15 02:59:11] "GET /virtual-network/1d431352-af2e-4be9-bbbd-54b473e43d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005820 10.0.0.23 - - [2025-12-15 02:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.23 - - [2025-12-15 02:59:11] "GET /routing-instance/94125aa3-852c-4bec-a5d0-a9ae1585e9d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004909 10.0.0.23 - - [2025-12-15 02:59:11] "GET /route-target/dc216a25-7774-4508-9b3a-25ec77d03cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005386 10.0.0.23 - - [2025-12-15 02:59:14] "GET /obj-perms HTTP/1.1" 200 5019 0.050033 10.0.0.50 - - [2025-12-15 02:59:14] "GET /obj-perms HTTP/1.1" 200 5019 0.048279 10.0.0.23 - - [2025-12-15 02:59:14] "GET /virtual-machine/754c8061-a1ae-4c0a-94b4-a4d0cdbb33b5 HTTP/1.1" 200 1304 0.004431 10.0.0.23 - - [2025-12-15 02:59:15] "POST /neutron/port HTTP/1.1" 200 151 0.232799 10.0.0.23 - - [2025-12-15 02:59:16] "GET /virtual-machine/754c8061-a1ae-4c0a-94b4-a4d0cdbb33b5 HTTP/1.1" 404 171 0.003478 10.0.0.23 - - [2025-12-15 02:59:16] "GET /virtual-machine/754c8061-a1ae-4c0a-94b4-a4d0cdbb33b5 HTTP/1.1" 404 171 0.003511 10.0.0.23 - - [2025-12-15 02:59:16] "GET /virtual-machine/754c8061-a1ae-4c0a-94b4-a4d0cdbb33b5 HTTP/1.1" 404 171 0.002525 10.0.0.23 - - [2025-12-15 02:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.23 - - [2025-12-15 02:59:16] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004133 10.0.0.23 - - [2025-12-15 02:59:16] "GET /virtual-networks?parent_id=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003367 10.0.0.23 - - [2025-12-15 02:59:16] "GET /virtual-network/7aa23b34-262f-4391-9cdd-abc8f7c82f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005909 10.0.0.23 - - [2025-12-15 02:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.23 - - [2025-12-15 02:59:16] "GET /routing-instance/e698a4e7-90b6-463c-bde1-f3126d395577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004079 10.0.0.23 - - [2025-12-15 02:59:16] "GET /route-target/da47c219-d933-48c2-bd5b-cd1bd9e03f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005215 10.0.0.23 - - [2025-12-15 02:59:17] "GET /obj-perms HTTP/1.1" 200 5019 0.003978 10.0.0.65 - - [2025-12-15 02:59:17] "GET /obj-perms HTTP/1.1" 200 5019 0.045686 10.0.0.23 - - [2025-12-15 02:59:23] "GET /obj-perms HTTP/1.1" 200 5019 0.004056 10.0.0.65 - - [2025-12-15 02:59:23] "GET /obj-perms HTTP/1.1" 200 5019 0.004306 10.0.0.23 - - [2025-12-15 02:59:23] "GET /virtual-network/1d431352-af2e-4be9-bbbd-54b473e43d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.007655 10.0.0.23 - - [2025-12-15 02:59:23] "POST /neutron/network HTTP/1.1" 200 1336 0.013493 10.0.0.23 - - [2025-12-15 02:59:23] "GET /virtual-network/1d431352-af2e-4be9-bbbd-54b473e43d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.004811 10.0.0.23 - - [2025-12-15 02:59:23] "POST /ref-update HTTP/1.1" 200 156 0.060738 10.0.0.23 - - [2025-12-15 02:59:23] "DELETE /network-policy/28cc05cc-1673-488c-817e-c903ef8f48c1 HTTP/1.1" 200 115 0.066480 10.0.0.23 - - [2025-12-15 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005943 10.0.0.65 - - [2025-12-15 02:59:24] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.23 - - [2025-12-15 02:59:24] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038212 10.0.0.23 - - [2025-12-15 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17081621&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.006413 10.0.0.23 - - [2025-12-15 02:59:24] "DELETE /network-policy/0225bd94-9630-4de8-b530-f64f45b98d96 HTTP/1.1" 200 115 0.045348 10.0.0.23 - - [2025-12-15 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.65 - - [2025-12-15 02:59:24] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001434 10.0.0.23 - - [2025-12-15 02:59:24] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052164 10.0.0.23 - - [2025-12-15 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17081621&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005532 10.0.0.23 - - [2025-12-15 02:59:24] "DELETE /network-policy/38020b8a-3d44-405f-bccb-78094d01cc86 HTTP/1.1" 200 115 0.043081 10.0.0.23 - - [2025-12-15 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005240 10.0.0.65 - - [2025-12-15 02:59:24] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.23 - - [2025-12-15 02:59:24] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041499 10.0.0.23 - - [2025-12-15 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17081621&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005638 10.0.0.23 - - [2025-12-15 02:59:24] "DELETE /network-policy/4164cf1d-e06f-4af8-9914-970fd9812372 HTTP/1.1" 200 115 0.043248 10.0.0.23 - - [2025-12-15 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006190 10.0.0.65 - - [2025-12-15 02:59:24] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001158 10.0.0.23 - - [2025-12-15 02:59:24] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.090291 10.0.0.23 - - [2025-12-15 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17081621&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005639 10.0.0.23 - - [2025-12-15 02:59:24] "DELETE /network-policy/b15ecd40-c458-4cce-a35a-5a74c048a5d3 HTTP/1.1" 200 115 0.051206 10.0.0.23 - - [2025-12-15 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.65 - - [2025-12-15 02:59:24] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.23 - - [2025-12-15 02:59:24] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053287 10.0.0.23 - - [2025-12-15 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17081621&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.008002 10.0.0.23 - - [2025-12-15 02:59:25] "DELETE /network-policy/3167582d-5de9-475b-ac6c-d14d87a852f9 HTTP/1.1" 200 115 0.046683 10.0.0.23 - - [2025-12-15 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.65 - - [2025-12-15 02:59:25] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001103 10.0.0.23 - - [2025-12-15 02:59:25] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049729 10.0.0.23 - - [2025-12-15 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17081621&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005503 10.0.0.23 - - [2025-12-15 02:59:25] "DELETE /network-policy/bc5a7432-d4ec-496d-b098-0ca13cdba3c3 HTTP/1.1" 200 115 0.051939 10.0.0.23 - - [2025-12-15 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.65 - - [2025-12-15 02:59:25] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001108 10.0.0.23 - - [2025-12-15 02:59:25] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047396 10.0.0.23 - - [2025-12-15 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17081621&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.007240 10.0.0.23 - - [2025-12-15 02:59:25] "DELETE /network-policy/7b03cebc-da54-4b99-ab61-7e8f770f6974 HTTP/1.1" 200 115 0.041893 10.0.0.23 - - [2025-12-15 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.65 - - [2025-12-15 02:59:25] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.23 - - [2025-12-15 02:59:25] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.054048 10.0.0.23 - - [2025-12-15 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17081621&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005531 10.0.0.23 - - [2025-12-15 02:59:25] "DELETE /network-policy/8298c94f-c45d-4d73-9e47-73994361e2b5 HTTP/1.1" 200 115 0.042298 10.0.0.23 - - [2025-12-15 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.65 - - [2025-12-15 02:59:25] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.23 - - [2025-12-15 02:59:25] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039045 10.0.0.23 - - [2025-12-15 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17081621&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005116 10.0.0.23 - - [2025-12-15 02:59:26] "DELETE /network-policy/3a40c16e-0337-4927-becf-d2f6b0577316 HTTP/1.1" 200 115 0.039800 10.0.0.23 - - [2025-12-15 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.65 - - [2025-12-15 02:59:26] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001180 10.0.0.23 - - [2025-12-15 02:59:26] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.066953 10.0.0.23 - - [2025-12-15 02:59:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17081621&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006100 10.0.0.23 - - [2025-12-15 02:59:26] "POST /neutron/network HTTP/1.1" 200 1337 0.016134 10.0.0.23 - - [2025-12-15 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.23 - - [2025-12-15 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.23 - - [2025-12-15 02:59:27] "DELETE /network-ipam/fd765e0c-5e0e-4537-b2fb-e6dcf462ae17 HTTP/1.1" 200 115 0.034287 10.0.0.23 - - [2025-12-15 02:59:27] "POST /fqname-to-id HTTP/1.1" 404 260 0.004143 10.0.0.65 - - [2025-12-15 02:59:27] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.65 - - [2025-12-15 02:59:27] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.043581 10.0.0.65 - - [2025-12-15 02:59:27] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.65 - - [2025-12-15 02:59:27] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?fields=security_groups HTTP/1.1" 200 1398 0.042780 10.0.0.65 - - [2025-12-15 02:59:27] "DELETE /security-group/a142e6ca-1606-41c1-812a-a3ed3fa2c025 HTTP/1.1" 200 115 0.050317 10.0.0.65 - - [2025-12-15 02:59:27] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001270 10.0.0.65 - - [2025-12-15 02:59:27] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?fields=application_policy_sets HTTP/1.1" 200 1437 0.068772 10.0.0.23 - - [2025-12-15 02:59:27] "DELETE /access-control-list/fdfa8632-8c2b-44b8-a10b-9b9fafb6efec HTTP/1.1" 200 115 0.056020 10.0.0.23 - - [2025-12-15 02:59:27] "DELETE /project/8513d3f5-76d1-446f-81e3-236661b38781 HTTP/1.1" 200 115 0.391028 10.0.0.65 - - [2025-12-15 02:59:27] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002208 10.0.0.23 - - [2025-12-15 02:59:27] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?fields=projects HTTP/1.1" 200 1437 0.014663 10.0.0.65 - - [2025-12-15 02:59:28] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003670 10.0.0.65 - - [2025-12-15 02:59:28] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.65 - - [2025-12-15 02:59:28] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.030766 10.0.0.65 - - [2025-12-15 02:59:29] "POST /id-to-fqname HTTP/1.1" 200 202 0.001325 10.0.0.65 - - [2025-12-15 02:59:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.009284 10.0.0.65 - - [2025-12-15 02:59:29] "POST /security-groups HTTP/1.1" 200 603 0.030685 10.0.0.65 - - [2025-12-15 02:59:29] "POST /projects HTTP/1.1" 200 609 0.238199 10.0.0.23 - - [2025-12-15 02:59:29] "POST /fqname-to-id HTTP/1.1" 404 245 0.013290 10.0.0.65 - - [2025-12-15 02:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.311762 10.0.0.23 - - [2025-12-15 02:59:29] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.441318 10.0.0.65 - - [2025-12-15 02:59:29] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.23 - - [2025-12-15 02:59:29] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?fields=virtual_networks HTTP/1.1" 200 1055 0.058320 10.0.0.65 - - [2025-12-15 02:59:29] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.23 - - [2025-12-15 02:59:29] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.035899 10.0.0.65 - - [2025-12-15 02:59:29] "GET /projects?obj_uuids=8513d3f5-76d1-446f-81e3-236661b38781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000889 10.0.0.23 - - [2025-12-15 02:59:29] "GET /project/8513d3f5-76d1-446f-81e3-236661b38781?fields=security_groups HTTP/1.1" 200 1293 0.036026 10.0.0.23 - - [2025-12-15 02:59:30] "POST /fqname-to-id HTTP/1.1" 404 182 0.027484 10.0.0.65 - - [2025-12-15 02:59:30] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003047 10.0.0.65 - - [2025-12-15 02:59:30] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.65 - - [2025-12-15 02:59:30] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006200 10.0.0.65 - - [2025-12-15 02:59:30] "POST /id-to-fqname HTTP/1.1" 200 184 0.005294 10.0.0.65 - - [2025-12-15 02:59:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.005541 10.0.0.65 - - [2025-12-15 02:59:30] "POST /security-groups HTTP/1.1" 200 585 0.082329 10.0.0.65 - - [2025-12-15 02:59:30] "POST /projects HTTP/1.1" 200 573 0.287630 10.0.0.23 - - [2025-12-15 02:59:30] "POST /access-control-lists HTTP/1.1" 200 590 0.026307 10.0.0.65 - - [2025-12-15 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.361914 10.0.0.23 - - [2025-12-15 02:59:30] "GET /project/7db0872d-7057-4abd-9187-81993c5e0aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.498002 10.0.0.23 - - [2025-12-15 02:59:31] "GET / HTTP/1.1" 200 35931 0.001516 10.0.0.23 - - [2025-12-15 02:59:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2025-12-15 02:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.062499 10.0.0.65 - - [2025-12-15 02:59:32] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000919 10.0.0.23 - - [2025-12-15 02:59:32] "GET /project/7db0872d-7057-4abd-9187-81993c5e0aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.038149 10.0.0.65 - - [2025-12-15 02:59:33] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000927 10.0.0.23 - - [2025-12-15 02:59:33] "POST /neutron/network HTTP/1.1" 200 599 0.150780 10.0.0.23 - - [2025-12-15 02:59:33] "POST /route-targets HTTP/1.1" 200 327 0.013046 10.0.0.23 - - [2025-12-15 02:59:33] "POST /neutron/network HTTP/1.1" 200 994 0.011111 10.0.0.23 - - [2025-12-15 02:59:33] "POST /id-to-fqname HTTP/1.1" 200 214 0.001068 10.0.0.23 - - [2025-12-15 02:59:33] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005269 10.0.0.23 - - [2025-12-15 02:59:33] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005721 10.0.0.23 - - [2025-12-15 02:59:33] "POST /neutron/subnet HTTP/1.1" 200 734 0.008642 10.0.0.23 - - [2025-12-15 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.65 - - [2025-12-15 02:59:33] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001071 10.0.0.23 - - [2025-12-15 02:59:33] "GET /project/7db0872d-7057-4abd-9187-81993c5e0aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.066259 10.0.0.65 - - [2025-12-15 02:59:33] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002615 10.0.0.23 - - [2025-12-15 02:59:34] "POST /neutron/network HTTP/1.1" 200 599 0.152009 10.0.0.23 - - [2025-12-15 02:59:34] "POST /ref-update HTTP/1.1" 200 156 0.029252 10.0.0.23 - - [2025-12-15 02:59:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.011459 10.0.0.23 - - [2025-12-15 02:59:34] "POST /neutron/network HTTP/1.1" 200 992 0.010774 10.0.0.23 - - [2025-12-15 02:59:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001089 10.0.0.23 - - [2025-12-15 02:59:34] "GET /virtual-network/d9beda7a-5611-47b8-8b07-37815929e1a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006367 10.0.0.23 - - [2025-12-15 02:59:34] "GET /virtual-network/d9beda7a-5611-47b8-8b07-37815929e1a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005513 10.0.0.23 - - [2025-12-15 02:59:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.009144 10.0.0.23 - - [2025-12-15 02:59:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001580 10.0.0.65 - - [2025-12-15 02:59:35] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000987 10.0.0.23 - - [2025-12-15 02:59:35] "GET /project/7db0872d-7057-4abd-9187-81993c5e0aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.067821 10.0.0.23 - - [2025-12-15 02:59:35] "POST /neutron/network HTTP/1.1" 200 994 0.009322 10.0.0.23 - - [2025-12-15 02:59:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001323 10.0.0.23 - - [2025-12-15 02:59:35] "POST /neutron/port HTTP/1.1" 200 117 0.006061 10.0.0.65 - - [2025-12-15 02:59:36] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000987 10.0.0.23 - - [2025-12-15 02:59:36] "POST /neutron/port HTTP/1.1" 200 1163 0.466775 10.0.0.65 - - [2025-12-15 02:59:36] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000937 10.0.0.23 - - [2025-12-15 02:59:36] "GET /project/7db0872d-7057-4abd-9187-81993c5e0aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.062197 10.0.0.23 - - [2025-12-15 02:59:37] "POST /neutron/port HTTP/1.1" 200 1163 0.086794 10.0.0.23 - - [2025-12-15 02:59:37] "POST /neutron/port HTTP/1.1" 200 1191 0.026182 10.0.0.23 - - [2025-12-15 02:59:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003938 10.0.0.23 - - [2025-12-15 02:59:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001238 10.0.0.23 - - [2025-12-15 02:59:37] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.23 - - [2025-12-15 02:59:37] "POST /neutron/network HTTP/1.1" 200 994 0.011418 10.0.0.23 - - [2025-12-15 02:59:37] "POST /neutron/network HTTP/1.1" 200 1004 0.006738 10.0.0.23 - - [2025-12-15 02:59:38] "POST /neutron/port HTTP/1.1" 200 1163 0.021936 10.0.0.23 - - [2025-12-15 02:59:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003606 10.0.0.23 - - [2025-12-15 02:59:38] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.65 - - [2025-12-15 02:59:38] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001017 10.0.0.23 - - [2025-12-15 02:59:38] "GET /project/7db0872d-7057-4abd-9187-81993c5e0aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.087976 10.0.0.23 - - [2025-12-15 02:59:38] "POST /neutron/network HTTP/1.1" 200 992 0.009053 10.0.0.23 - - [2025-12-15 02:59:38] "POST /neutron/port HTTP/1.1" 200 117 0.007056 10.0.0.23 - - [2025-12-15 02:59:38] "POST /neutron/port HTTP/1.1" 200 1191 0.015834 10.0.0.23 - - [2025-12-15 02:59:38] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010297 10.0.0.23 - - [2025-12-15 02:59:38] "GET /virtual-machine/7629f43e-2c6b-4635-88c7-2af9f47f6096 HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2025-12-15 02:59:39] "GET /virtual-machine/7629f43e-2c6b-4635-88c7-2af9f47f6096 HTTP/1.1" 200 1285 0.058535 10.0.0.23 - - [2025-12-15 02:59:39] "GET /virtual-machine-interface/4ba99c5e-7040-4bae-94d8-8892b4112c33 HTTP/1.1" 200 3105 0.004936 10.0.0.23 - - [2025-12-15 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.23 - - [2025-12-15 02:59:39] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004458 10.0.0.23 - - [2025-12-15 02:59:39] "GET /virtual-networks?parent_id=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002876 10.0.0.23 - - [2025-12-15 02:59:39] "POST /neutron/port HTTP/1.1" 200 1161 0.020332 10.0.0.23 - - [2025-12-15 02:59:39] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005753 10.0.0.23 - - [2025-12-15 02:59:39] "POST /neutron/port HTTP/1.1" 200 1189 0.017817 10.0.0.23 - - [2025-12-15 02:59:39] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015291 10.0.0.23 - - [2025-12-15 02:59:39] "POST /neutron/network HTTP/1.1" 200 992 0.011664 10.0.0.23 - - [2025-12-15 02:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.23 - - [2025-12-15 02:59:42] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005167 10.0.0.23 - - [2025-12-15 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.23 - - [2025-12-15 02:59:46] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005487 10.0.0.65 - - [2025-12-15 02:59:48] "DELETE /project/7db0872d70574abd918781993c5e0aae HTTP/1.1" 404 173 0.003506 10.0.0.65 - - [2025-12-15 02:59:48] "DELETE /project/8513d3f5-76d1-446f-81e3-236661b38781 HTTP/1.1" 404 177 0.006566 10.0.0.65 - - [2025-12-15 02:59:48] "DELETE /project/8513d3f576d1446f81e3236661b38781 HTTP/1.1" 404 173 0.008746 10.0.0.23 - - [2025-12-15 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.23 - - [2025-12-15 02:59:50] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007849 10.0.0.23 - - [2025-12-15 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.23 - - [2025-12-15 02:59:54] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005620 10.0.0.23 - - [2025-12-15 02:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.23 - - [2025-12-15 02:59:59] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.004849 10.0.0.23 - - [2025-12-15 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.23 - - [2025-12-15 03:00:03] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007497 10.0.0.23 - - [2025-12-15 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.23 - - [2025-12-15 03:00:07] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005821 10.0.0.23 - - [2025-12-15 03:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.23 - - [2025-12-15 03:00:11] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007872 10.0.0.50 - - [2025-12-15 03:00:12] "GET /obj-perms HTTP/1.1" 200 5056 0.049657 10.0.0.23 - - [2025-12-15 03:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005273 10.0.0.23 - - [2025-12-15 03:00:15] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007805 10.0.0.23 - - [2025-12-15 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.23 - - [2025-12-15 03:00:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004935 10.0.0.23 - - [2025-12-15 03:00:17] "GET /virtual-networks?parent_id=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003353 10.0.0.23 - - [2025-12-15 03:00:17] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005640 10.0.0.23 - - [2025-12-15 03:00:21] "POST /neutron/port HTTP/1.1" 200 1191 0.016711 10.0.0.23 - - [2025-12-15 03:00:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004575 10.0.0.23 - - [2025-12-15 03:00:22] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.23 - - [2025-12-15 03:00:22] "POST /neutron/port HTTP/1.1" 200 1191 0.027833 10.0.0.23 - - [2025-12-15 03:00:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004010 10.0.0.23 - - [2025-12-15 03:00:22] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.23 - - [2025-12-15 03:00:22] "POST /neutron/port HTTP/1.1" 200 1191 0.017125 10.0.0.23 - - [2025-12-15 03:00:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010049 10.0.0.23 - - [2025-12-15 03:00:33] "POST /neutron/port HTTP/1.1" 200 1191 0.017869 10.0.0.23 - - [2025-12-15 03:00:38] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007565 10.0.0.23 - - [2025-12-15 03:00:38] "POST /neutron/port HTTP/1.1" 200 1191 0.016027 10.0.0.23 - - [2025-12-15 03:00:38] "GET /virtual-machine/07e68095-9781-439a-a33d-b15bfb345289 HTTP/1.1" 200 1285 0.005799 10.0.0.23 - - [2025-12-15 03:00:38] "GET /virtual-machine-interface/169b1feb-f8ed-4b44-8b31-a98acf0fed7b HTTP/1.1" 200 3105 0.005591 10.0.0.23 - - [2025-12-15 03:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.23 - - [2025-12-15 03:00:38] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003485 10.0.0.23 - - [2025-12-15 03:00:38] "GET /virtual-networks?parent_id=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003562 10.0.0.23 - - [2025-12-15 03:00:38] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006319 10.0.0.23 - - [2025-12-15 03:00:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006491 10.0.0.23 - - [2025-12-15 03:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.23 - - [2025-12-15 03:00:39] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004795 10.0.0.23 - - [2025-12-15 03:00:39] "GET /virtual-networks?parent_id=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003791 10.0.0.23 - - [2025-12-15 03:00:39] "GET /virtual-network/3eedfa75-e9fd-4a70-ba6a-0b684e632a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006007 10.0.0.23 - - [2025-12-15 03:00:41] "POST /neutron/port HTTP/1.1" 200 1189 0.016747 10.0.0.23 - - [2025-12-15 03:00:45] "POST /neutron/security_group HTTP/1.1" 200 2052 0.011464 10.0.0.23 - - [2025-12-15 03:00:50] "POST /neutron/port HTTP/1.1" 200 1189 0.018260 10.0.0.23 - - [2025-12-15 03:00:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008058 10.0.0.23 - - [2025-12-15 03:00:50] "GET /virtual-machine/7e90875f-2a79-49d8-b2ce-8b50607656d5 HTTP/1.1" 200 1286 0.005707 10.0.0.23 - - [2025-12-15 03:00:50] "GET /virtual-machine-interface/ce91a60a-0b2e-406c-a091-e98ee5c7725c HTTP/1.1" 200 3106 0.005288 10.0.0.23 - - [2025-12-15 03:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2025-12-15 03:00:50] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004387 10.0.0.23 - - [2025-12-15 03:00:50] "GET /virtual-networks?parent_id=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003578 10.0.0.23 - - [2025-12-15 03:00:50] "GET /virtual-network/d9beda7a-5611-47b8-8b07-37815929e1a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005728 10.0.0.23 - - [2025-12-15 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.23 - - [2025-12-15 03:00:51] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004046 10.0.0.23 - - [2025-12-15 03:00:51] "GET /virtual-networks?parent_id=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003052 10.0.0.23 - - [2025-12-15 03:00:51] "GET /virtual-network/d9beda7a-5611-47b8-8b07-37815929e1a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006060 10.0.0.23 - - [2025-12-15 03:00:58] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003520 10.0.0.23 - - [2025-12-15 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.23 - - [2025-12-15 03:00:58] "GET /global-qos-config/9b361e30-d18f-4984-9699-a64e1657ab61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.005517 10.0.0.23 - - [2025-12-15 03:00:58] "POST /fqname-to-id HTTP/1.1" 404 222 0.003848 10.0.0.23 - - [2025-12-15 03:00:58] "POST /forwarding-classs HTTP/1.1" 200 576 0.037349 10.0.0.23 - - [2025-12-15 03:00:58] "POST /id-to-fqname HTTP/1.1" 200 232 0.003547 10.0.0.23 - - [2025-12-15 03:00:58] "GET /forwarding-class/c27c8671-85f5-42da-9928-a0922ca22569?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.004353 10.0.0.65 - - [2025-12-15 03:00:58] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.028411 10.0.0.23 - - [2025-12-15 03:00:58] "GET /project/7db0872d-7057-4abd-9187-81993c5e0aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.075566 10.0.0.23 - - [2025-12-15 03:00:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.003338 10.0.0.23 - - [2025-12-15 03:00:58] "POST /qos-configs HTTP/1.1" 200 543 0.034679 10.0.0.23 - - [2025-12-15 03:00:58] "POST /id-to-fqname HTTP/1.1" 200 217 0.003836 10.0.0.23 - - [2025-12-15 03:00:59] "GET /qos-config/e6069e29-d076-44ff-b0ba-fbd1b3eb2ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.004590 10.0.0.23 - - [2025-12-15 03:00:59] "GET /virtual-machine-interface/4ba99c5e-7040-4bae-94d8-8892b4112c33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.006138 10.0.0.23 - - [2025-12-15 03:00:59] "POST /ref-update HTTP/1.1" 200 156 0.016195 10.0.0.23 - - [2025-12-15 03:00:59] "POST /neutron/port HTTP/1.1" 200 1191 0.020627 10.0.0.23 - - [2025-12-15 03:00:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010710 10.0.0.23 - - [2025-12-15 03:00:59] "POST /neutron/port HTTP/1.1" 200 1191 0.018531 10.0.0.23 - - [2025-12-15 03:00:59] "POST /neutron/network HTTP/1.1" 200 994 0.009696 10.0.0.23 - - [2025-12-15 03:00:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001708 10.0.0.23 - - [2025-12-15 03:00:59] "GET /virtual-machine/7629f43e-2c6b-4635-88c7-2af9f47f6096 HTTP/1.1" 200 1285 0.005485 10.0.0.23 - - [2025-12-15 03:00:59] "GET /virtual-machine-interface/4ba99c5e-7040-4bae-94d8-8892b4112c33 HTTP/1.1" 200 3352 0.005481 10.0.0.23 - - [2025-12-15 03:00:59] "GET /instance-ip/34e366e1-7100-4603-9dfc-a53585189e5f HTTP/1.1" 200 1628 0.006395 10.0.0.23 - - [2025-12-15 03:00:59] "GET /instance-ip/e005ffdb-3289-4de2-93eb-5e09623eb736 HTTP/1.1" 200 1611 0.007251 10.0.0.23 - - [2025-12-15 03:00:59] "POST /neutron/port HTTP/1.1" 200 1191 0.017814 10.0.0.23 - - [2025-12-15 03:00:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007409 10.0.0.23 - - [2025-12-15 03:00:59] "POST /neutron/network HTTP/1.1" 200 968 0.014547 10.0.0.23 - - [2025-12-15 03:00:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001238 10.0.0.23 - - [2025-12-15 03:00:59] "GET /virtual-machine/07e68095-9781-439a-a33d-b15bfb345289 HTTP/1.1" 200 1285 0.004209 10.0.0.23 - - [2025-12-15 03:00:59] "GET /virtual-machine-interface/169b1feb-f8ed-4b44-8b31-a98acf0fed7b HTTP/1.1" 200 3105 0.006894 10.0.0.23 - - [2025-12-15 03:01:00] "GET /instance-ip/04ec5656-f7e5-44e9-8e42-d2efb5a5abfb HTTP/1.1" 200 1627 0.008888 10.0.0.23 - - [2025-12-15 03:01:00] "GET /instance-ip/e8902b9e-609c-4323-a303-7865f3ac0261 HTTP/1.1" 200 1611 0.006592 10.0.0.23 - - [2025-12-15 03:01:12] "GET /obj-perms HTTP/1.1" 200 5056 0.044126 10.0.0.23 - - [2025-12-15 03:01:21] "POST /neutron/port HTTP/1.1" 200 1191 0.015029 10.0.0.23 - - [2025-12-15 03:01:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005822 10.0.0.23 - - [2025-12-15 03:01:22] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.23 - - [2025-12-15 03:01:24] "POST /neutron/port HTTP/1.1" 200 1189 0.020027 10.0.0.23 - - [2025-12-15 03:01:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004168 10.0.0.23 - - [2025-12-15 03:01:24] "POST /neutron/port HTTP/1.1" 200 117 0.001436 10.0.0.23 - - [2025-12-15 03:01:25] "GET /virtual-machine-interface/4ba99c5e-7040-4bae-94d8-8892b4112c33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.014341 10.0.0.23 - - [2025-12-15 03:01:25] "POST /ref-update HTTP/1.1" 200 156 0.019338 10.0.0.23 - - [2025-12-15 03:01:25] "DELETE /qos-config/e6069e29-d076-44ff-b0ba-fbd1b3eb2ea4 HTTP/1.1" 200 115 0.032718 10.0.0.23 - - [2025-12-15 03:01:25] "POST /id-to-fqname HTTP/1.1" 200 232 0.001136 10.0.0.23 - - [2025-12-15 03:01:25] "DELETE /forwarding-class/c27c8671-85f5-42da-9928-a0922ca22569 HTTP/1.1" 200 115 0.032022 10.0.0.23 - - [2025-12-15 03:01:27] "POST /neutron/network HTTP/1.1" 400 204 0.012732 10.0.0.23 - - [2025-12-15 03:01:27] "POST /neutron/port HTTP/1.1" 200 151 0.267432 10.0.0.23 - - [2025-12-15 03:01:28] "POST /neutron/port HTTP/1.1" 200 151 0.301096 10.0.0.23 - - [2025-12-15 03:01:28] "POST /neutron/port HTTP/1.1" 200 151 0.318052 10.0.0.23 - - [2025-12-15 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.032880 10.0.0.23 - - [2025-12-15 03:01:29] "POST /neutron/network HTTP/1.1" 200 994 0.015357 10.0.0.65 - - [2025-12-15 03:01:29] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001148 10.0.0.23 - - [2025-12-15 03:01:29] "DELETE /route-target/16c48ba3-fdd3-44d2-a8d2-d661806ec8ce HTTP/1.1" 200 115 0.028611 10.0.0.23 - - [2025-12-15 03:01:29] "GET /project/7db0872d-7057-4abd-9187-81993c5e0aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.074425 10.0.0.65 - - [2025-12-15 03:01:29] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000919 10.0.0.23 - - [2025-12-15 03:01:29] "GET /project/7db0872d-7057-4abd-9187-81993c5e0aae?fields=virtual_networks HTTP/1.1" 200 1020 0.050629 10.0.0.65 - - [2025-12-15 03:01:29] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001630 10.0.0.23 - - [2025-12-15 03:01:29] "GET /project/7db0872d-7057-4abd-9187-81993c5e0aae?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.038008 10.0.0.65 - - [2025-12-15 03:01:29] "GET /projects?obj_uuids=7db0872d-7057-4abd-9187-81993c5e0aae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000926 10.0.0.23 - - [2025-12-15 03:01:30] "GET /project/7db0872d-7057-4abd-9187-81993c5e0aae?fields=security_groups HTTP/1.1" 200 1240 0.041301 10.0.0.23 - - [2025-12-15 03:01:30] "POST /fqname-to-id HTTP/1.1" 404 181 0.026802 10.0.0.65 - - [2025-12-15 03:01:30] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003601 10.0.0.65 - - [2025-12-15 03:01:30] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002146 10.0.0.65 - - [2025-12-15 03:01:30] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.011563 10.0.0.65 - - [2025-12-15 03:01:31] "POST /id-to-fqname HTTP/1.1" 200 183 0.009468 10.0.0.65 - - [2025-12-15 03:01:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.020953 10.0.0.65 - - [2025-12-15 03:01:31] "POST /security-groups HTTP/1.1" 200 584 0.085272 10.0.0.65 - - [2025-12-15 03:01:31] "POST /projects HTTP/1.1" 200 571 0.328634 10.0.0.23 - - [2025-12-15 03:01:31] "POST /fqname-to-id HTTP/1.1" 404 226 0.007692 10.0.0.65 - - [2025-12-15 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.401473 10.0.0.23 - - [2025-12-15 03:01:31] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.548308 10.0.0.23 - - [2025-12-15 03:01:32] "GET / HTTP/1.1" 200 35931 0.003975 10.0.0.23 - - [2025-12-15 03:01:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000592 10.0.0.23 - - [2025-12-15 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.051304 10.0.0.65 - - [2025-12-15 03:01:34] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000903 10.0.0.23 - - [2025-12-15 03:01:34] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.043785 10.0.0.65 - - [2025-12-15 03:01:34] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001478 10.0.0.23 - - [2025-12-15 03:01:34] "POST /neutron/network HTTP/1.1" 200 612 0.145652 10.0.0.23 - - [2025-12-15 03:01:34] "POST /ref-update HTTP/1.1" 200 156 0.026448 10.0.0.23 - - [2025-12-15 03:01:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.003865 10.0.0.23 - - [2025-12-15 03:01:35] "GET /virtual-network/87459da3-a5f4-4da7-9b12-6fd5e01593a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005975 10.0.0.23 - - [2025-12-15 03:01:35] "POST /neutron/network HTTP/1.1" 200 831 0.006532 10.0.0.23 - - [2025-12-15 03:01:35] "GET /virtual-network/87459da3-a5f4-4da7-9b12-6fd5e01593a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005633 10.0.0.23 - - [2025-12-15 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.23 - - [2025-12-15 03:01:35] "GET /virtual-network/87459da3-a5f4-4da7-9b12-6fd5e01593a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006071 10.0.0.23 - - [2025-12-15 03:01:35] "PUT /virtual-network/87459da3-a5f4-4da7-9b12-6fd5e01593a0 HTTP/1.1" 200 264 0.061333 10.0.0.23 - - [2025-12-15 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.65 - - [2025-12-15 03:01:35] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001211 10.0.0.23 - - [2025-12-15 03:01:35] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.035175 10.0.0.23 - - [2025-12-15 03:01:35] "POST /neutron/network HTTP/1.1" 200 117 0.015934 10.0.0.23 - - [2025-12-15 03:01:35] "POST /route-targets HTTP/1.1" 200 327 0.012045 10.0.0.23 - - [2025-12-15 03:01:35] "POST /neutron/network HTTP/1.1" 200 830 0.009331 10.0.0.23 - - [2025-12-15 03:01:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001465 10.0.0.23 - - [2025-12-15 03:01:35] "GET /virtual-network/26feaaaf-5dc8-427b-ab29-f99de07812e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005586 10.0.0.23 - - [2025-12-15 03:01:35] "GET /virtual-network/26feaaaf-5dc8-427b-ab29-f99de07812e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005817 10.0.0.23 - - [2025-12-15 03:01:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.009884 10.0.0.23 - - [2025-12-15 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.23 - - [2025-12-15 03:01:35] "GET /virtual-network/26feaaaf-5dc8-427b-ab29-f99de07812e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005908 10.0.0.23 - - [2025-12-15 03:01:35] "PUT /virtual-network/26feaaaf-5dc8-427b-ab29-f99de07812e0 HTTP/1.1" 200 264 0.070444 10.0.0.23 - - [2025-12-15 03:01:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001357 10.0.0.65 - - [2025-12-15 03:01:36] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001302 10.0.0.23 - - [2025-12-15 03:01:36] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.091837 10.0.0.23 - - [2025-12-15 03:01:37] "DELETE /access-control-list/2f23595a-2b38-4ff1-9171-d62dbccfab33 HTTP/1.1" 200 115 0.048552 10.0.0.23 - - [2025-12-15 03:01:37] "POST /neutron/port HTTP/1.1" 200 117 0.006588 10.0.0.23 - - [2025-12-15 03:01:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001857 10.0.0.23 - - [2025-12-15 03:01:37] "POST /neutron/network HTTP/1.1" 200 840 0.007644 10.0.0.23 - - [2025-12-15 03:01:38] "POST /neutron/port HTTP/1.1" 200 1053 0.016505 10.0.0.65 - - [2025-12-15 03:01:38] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001152 10.0.0.23 - - [2025-12-15 03:01:38] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.067935 10.0.0.23 - - [2025-12-15 03:01:38] "POST /neutron/network HTTP/1.1" 200 830 0.064919 10.0.0.23 - - [2025-12-15 03:01:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.010677 10.0.0.23 - - [2025-12-15 03:01:38] "POST /neutron/port HTTP/1.1" 200 1081 0.025712 10.0.0.23 - - [2025-12-15 03:01:38] "POST /neutron/port HTTP/1.1" 200 1081 0.020821 10.0.0.65 - - [2025-12-15 03:01:38] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000968 10.0.0.23 - - [2025-12-15 03:01:39] "POST /neutron/port HTTP/1.1" 200 1052 0.268306 10.0.0.23 - - [2025-12-15 03:01:39] "POST /neutron/port HTTP/1.1" 200 1106 0.106405 10.0.0.23 - - [2025-12-15 03:01:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.011995 10.0.0.23 - - [2025-12-15 03:01:43] "POST /neutron/port HTTP/1.1" 200 1081 0.016618 10.0.0.23 - - [2025-12-15 03:01:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008517 10.0.0.23 - - [2025-12-15 03:01:43] "GET /virtual-machine/9393a6e9-2319-4595-80eb-0706ad6d25cb HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2025-12-15 03:01:44] "GET /virtual-machine/9393a6e9-2319-4595-80eb-0706ad6d25cb HTTP/1.1" 200 1285 0.029957 10.0.0.23 - - [2025-12-15 03:01:44] "GET /virtual-machine-interface/65cb5d57-8b25-4449-94c7-f1fb43c6d49b HTTP/1.1" 200 2927 0.008933 10.0.0.23 - - [2025-12-15 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.23 - - [2025-12-15 03:01:44] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004737 10.0.0.23 - - [2025-12-15 03:01:44] "GET /virtual-networks?parent_id=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005950 10.0.0.23 - - [2025-12-15 03:01:44] "GET /virtual-network/87459da3-a5f4-4da7-9b12-6fd5e01593a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006922 10.0.0.23 - - [2025-12-15 03:01:47] "POST /neutron/port HTTP/1.1" 200 1081 0.015118 10.0.0.23 - - [2025-12-15 03:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.23 - - [2025-12-15 03:01:47] "GET /virtual-network/87459da3-a5f4-4da7-9b12-6fd5e01593a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005766 10.0.0.23 - - [2025-12-15 03:01:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008917 10.0.0.65 - - [2025-12-15 03:01:48] "DELETE /project/7db0872d-7057-4abd-9187-81993c5e0aae HTTP/1.1" 404 177 0.004016 10.0.0.65 - - [2025-12-15 03:01:48] "DELETE /project/ae8b07859ba84e86bb62314e971650e4 HTTP/1.1" 404 173 0.003644 10.0.0.23 - - [2025-12-15 03:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.23 - - [2025-12-15 03:01:49] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004384 10.0.0.23 - - [2025-12-15 03:01:49] "GET /virtual-networks?parent_id=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003631 10.0.0.23 - - [2025-12-15 03:01:49] "GET /virtual-network/87459da3-a5f4-4da7-9b12-6fd5e01593a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005515 10.0.0.23 - - [2025-12-15 03:01:49] "POST /neutron/port HTTP/1.1" 200 1080 0.016866 10.0.0.23 - - [2025-12-15 03:01:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010038 10.0.0.23 - - [2025-12-15 03:01:50] "GET /virtual-machine/a9f0d07e-ca68-478f-858a-4c70dcc076cc HTTP/1.1" 200 1285 0.006983 10.0.0.23 - - [2025-12-15 03:01:50] "GET /virtual-machine-interface/2f52630f-bf41-4e8e-8332-daac2df46f13 HTTP/1.1" 200 2926 0.006052 10.0.0.23 - - [2025-12-15 03:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2025-12-15 03:01:50] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004694 10.0.0.23 - - [2025-12-15 03:01:50] "GET /virtual-networks?parent_id=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003348 10.0.0.23 - - [2025-12-15 03:01:50] "GET /virtual-network/26feaaaf-5dc8-427b-ab29-f99de07812e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.010304 10.0.0.23 - - [2025-12-15 03:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.23 - - [2025-12-15 03:01:51] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005548 10.0.0.23 - - [2025-12-15 03:01:51] "GET /virtual-networks?parent_id=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003427 10.0.0.23 - - [2025-12-15 03:01:51] "GET /virtual-network/26feaaaf-5dc8-427b-ab29-f99de07812e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006026 10.0.0.23 - - [2025-12-15 03:01:51] "POST /routing-policys HTTP/1.1" 200 534 0.032680 10.0.0.23 - - [2025-12-15 03:01:51] "GET /virtual-network/87459da3-a5f4-4da7-9b12-6fd5e01593a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.009571 10.0.0.23 - - [2025-12-15 03:01:51] "PUT /virtual-network/87459da3-a5f4-4da7-9b12-6fd5e01593a0 HTTP/1.1" 200 264 0.067592 10.0.0.23 - - [2025-12-15 03:01:55] "POST /ref-update HTTP/1.1" 200 156 0.032073 10.0.0.23 - - [2025-12-15 03:01:55] "POST /ref-update HTTP/1.1" 200 156 0.068083 10.0.0.23 - - [2025-12-15 03:01:55] "DELETE /routing-policy/a8a6520c-b861-4441-9a9d-73eafdbea578 HTTP/1.1" 200 115 0.074759 10.0.0.23 - - [2025-12-15 03:01:56] "POST /neutron/port HTTP/1.1" 200 1080 0.029614 10.0.0.23 - - [2025-12-15 03:01:56] "POST /neutron/port HTTP/1.1" 200 1081 0.021308 10.0.0.23 - - [2025-12-15 03:01:57] "POST /neutron/network HTTP/1.1" 200 830 0.007676 10.0.0.23 - - [2025-12-15 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.65 - - [2025-12-15 03:01:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004884 10.0.0.65 - - [2025-12-15 03:01:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003057 10.0.0.23 - - [2025-12-15 03:01:58] "POST /neutron/network HTTP/1.1" 200 151 0.151810 10.0.0.23 - - [2025-12-15 03:01:58] "DELETE /route-target/b0196e71-dacc-47e7-8ec0-a0317a690675 HTTP/1.1" 200 115 0.031275 10.0.0.23 - - [2025-12-15 03:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.65 - - [2025-12-15 03:02:00] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001558 10.0.0.23 - - [2025-12-15 03:02:01] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.075271 10.0.0.23 - - [2025-12-15 03:02:01] "POST /route-targets HTTP/1.1" 200 327 0.013153 10.0.0.65 - - [2025-12-15 03:02:01] "POST /useragent-kv HTTP/1.1" 200 115 0.020257 10.0.0.23 - - [2025-12-15 03:02:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.238378 10.0.0.23 - - [2025-12-15 03:02:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.002093 10.0.0.23 - - [2025-12-15 03:02:01] "GET /virtual-network/f7c3e5a4-e57b-4ce4-b8dd-2897fdd412c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009458 10.0.0.23 - - [2025-12-15 03:02:01] "GET /virtual-network/f7c3e5a4-e57b-4ce4-b8dd-2897fdd412c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.012070 10.0.0.23 - - [2025-12-15 03:02:01] "POST /neutron/network HTTP/1.1" 200 830 0.012412 10.0.0.23 - - [2025-12-15 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.23 - - [2025-12-15 03:02:01] "GET /virtual-network/f7c3e5a4-e57b-4ce4-b8dd-2897fdd412c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006703 10.0.0.23 - - [2025-12-15 03:02:01] "PUT /virtual-network/f7c3e5a4-e57b-4ce4-b8dd-2897fdd412c6 HTTP/1.1" 200 264 0.056534 10.0.0.23 - - [2025-12-15 03:02:01] "POST /ref-update HTTP/1.1" 200 156 0.035496 10.0.0.23 - - [2025-12-15 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006828 10.0.0.65 - - [2025-12-15 03:02:01] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001484 10.0.0.23 - - [2025-12-15 03:02:01] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.051682 10.0.0.65 - - [2025-12-15 03:02:01] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001779 10.0.0.23 - - [2025-12-15 03:02:02] "POST /neutron/network HTTP/1.1" 200 612 0.164985 10.0.0.23 - - [2025-12-15 03:02:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.004476 10.0.0.23 - - [2025-12-15 03:02:02] "GET /virtual-network/05686a2f-ea1f-4d12-867b-039a29a0eef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.013124 10.0.0.23 - - [2025-12-15 03:02:02] "POST /neutron/network HTTP/1.1" 200 831 0.009647 10.0.0.23 - - [2025-12-15 03:02:02] "GET /virtual-network/05686a2f-ea1f-4d12-867b-039a29a0eef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010196 10.0.0.23 - - [2025-12-15 03:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005055 10.0.0.23 - - [2025-12-15 03:02:02] "GET /virtual-network/05686a2f-ea1f-4d12-867b-039a29a0eef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007866 10.0.0.23 - - [2025-12-15 03:02:02] "PUT /virtual-network/05686a2f-ea1f-4d12-867b-039a29a0eef3 HTTP/1.1" 200 264 0.080622 10.0.0.23 - - [2025-12-15 03:02:02] "POST /ref-update HTTP/1.1" 200 156 0.030112 10.0.0.23 - - [2025-12-15 03:02:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001893 10.0.0.23 - - [2025-12-15 03:02:02] "POST /neutron/network HTTP/1.1" 200 840 0.009352 10.0.0.65 - - [2025-12-15 03:02:03] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001551 10.0.0.23 - - [2025-12-15 03:02:03] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.072045 10.0.0.23 - - [2025-12-15 03:02:03] "POST /neutron/port HTTP/1.1" 200 117 0.007593 10.0.0.23 - - [2025-12-15 03:02:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001673 10.0.0.23 - - [2025-12-15 03:02:04] "POST /neutron/network HTTP/1.1" 200 840 0.007736 10.0.0.23 - - [2025-12-15 03:02:04] "POST /neutron/port HTTP/1.1" 200 1052 0.017859 10.0.0.65 - - [2025-12-15 03:02:04] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001095 10.0.0.23 - - [2025-12-15 03:02:04] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.073166 10.0.0.23 - - [2025-12-15 03:02:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005712 10.0.0.23 - - [2025-12-15 03:02:04] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.23 - - [2025-12-15 03:02:04] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009009 10.0.0.23 - - [2025-12-15 03:02:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007263 10.0.0.23 - - [2025-12-15 03:02:05] "POST /neutron/port HTTP/1.1" 200 1053 0.018858 10.0.0.23 - - [2025-12-15 03:02:05] "POST /neutron/port HTTP/1.1" 200 1081 0.018937 10.0.0.23 - - [2025-12-15 03:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.23 - - [2025-12-15 03:02:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008148 10.0.0.23 - - [2025-12-15 03:02:10] "POST /neutron/port HTTP/1.1" 200 1080 0.019695 10.0.0.23 - - [2025-12-15 03:02:10] "GET /virtual-machine/cfc583f7-f0ed-44ce-a154-a12e04a86cfe HTTP/1.1" 200 1286 0.005845 10.0.0.23 - - [2025-12-15 03:02:10] "GET /virtual-machine-interface/f132ecde-6caf-4c7f-bdb6-6151a8ce5e79 HTTP/1.1" 200 2928 0.005499 10.0.0.23 - - [2025-12-15 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027 10.0.0.23 - - [2025-12-15 03:02:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005671 10.0.0.23 - - [2025-12-15 03:02:10] "GET /virtual-networks?parent_id=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006315 10.0.0.23 - - [2025-12-15 03:02:10] "GET /virtual-network/f7c3e5a4-e57b-4ce4-b8dd-2897fdd412c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007475 10.0.0.23 - - [2025-12-15 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.23 - - [2025-12-15 03:02:13] "GET /virtual-network/f7c3e5a4-e57b-4ce4-b8dd-2897fdd412c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.008097 10.0.0.23 - - [2025-12-15 03:02:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.037540 10.0.0.23 - - [2025-12-15 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.23 - - [2025-12-15 03:02:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005836 10.0.0.23 - - [2025-12-15 03:02:15] "GET /virtual-networks?parent_id=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003999 10.0.0.23 - - [2025-12-15 03:02:15] "GET /virtual-network/f7c3e5a4-e57b-4ce4-b8dd-2897fdd412c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007593 10.0.0.23 - - [2025-12-15 03:02:15] "POST /neutron/port HTTP/1.1" 200 1081 0.023823 10.0.0.23 - - [2025-12-15 03:02:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009612 10.0.0.23 - - [2025-12-15 03:02:16] "GET /virtual-machine/cbbd547c-e334-4d7f-ba7c-ee042082f7a7 HTTP/1.1" 200 1286 0.007117 10.0.0.23 - - [2025-12-15 03:02:16] "GET /virtual-machine-interface/98ca8240-bd51-4411-a15b-48d6a8448a38 HTTP/1.1" 200 2928 0.006734 10.0.0.23 - - [2025-12-15 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.23 - - [2025-12-15 03:02:16] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004971 10.0.0.23 - - [2025-12-15 03:02:16] "GET /virtual-networks?parent_id=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003767 10.0.0.23 - - [2025-12-15 03:02:16] "GET /virtual-network/05686a2f-ea1f-4d12-867b-039a29a0eef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007375 10.0.0.23 - - [2025-12-15 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005186 10.0.0.23 - - [2025-12-15 03:02:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006211 10.0.0.23 - - [2025-12-15 03:02:17] "GET /virtual-networks?parent_id=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004239 10.0.0.23 - - [2025-12-15 03:02:17] "GET /virtual-network/05686a2f-ea1f-4d12-867b-039a29a0eef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007247 10.0.0.23 - - [2025-12-15 03:02:17] "POST /routing-policys HTTP/1.1" 200 534 0.029242 10.0.0.23 - - [2025-12-15 03:02:17] "GET /virtual-network/f7c3e5a4-e57b-4ce4-b8dd-2897fdd412c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005745 10.0.0.23 - - [2025-12-15 03:02:17] "PUT /virtual-network/f7c3e5a4-e57b-4ce4-b8dd-2897fdd412c6 HTTP/1.1" 200 264 0.072996 10.0.0.23 - - [2025-12-15 03:02:21] "POST /routing-policys HTTP/1.1" 200 534 0.030699 10.0.0.23 - - [2025-12-15 03:02:21] "GET /virtual-network/f7c3e5a4-e57b-4ce4-b8dd-2897fdd412c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006092 10.0.0.23 - - [2025-12-15 03:02:21] "PUT /virtual-network/f7c3e5a4-e57b-4ce4-b8dd-2897fdd412c6 HTTP/1.1" 200 264 0.062371 10.0.0.23 - - [2025-12-15 03:02:21] "POST /ref-update HTTP/1.1" 200 156 0.028232 10.0.0.23 - - [2025-12-15 03:02:21] "POST /ref-update HTTP/1.1" 200 156 0.046307 10.0.0.23 - - [2025-12-15 03:02:21] "DELETE /routing-policy/8525f126-6298-4fcc-8886-956becdc0bbf HTTP/1.1" 200 115 0.040205 10.0.0.23 - - [2025-12-15 03:02:21] "POST /ref-update HTTP/1.1" 200 156 0.064054 10.0.0.23 - - [2025-12-15 03:02:21] "DELETE /routing-policy/32f28004-aece-4940-9ed0-52d230ebb6c4 HTTP/1.1" 200 115 0.034078 10.0.0.23 - - [2025-12-15 03:02:22] "POST /neutron/network HTTP/1.1" 200 831 0.007591 10.0.0.23 - - [2025-12-15 03:02:22] "POST /neutron/port HTTP/1.1" 200 1107 0.026026 10.0.0.23 - - [2025-12-15 03:02:22] "POST /neutron/port HTTP/1.1" 200 1106 0.015302 10.0.0.23 - - [2025-12-15 03:02:23] "POST /neutron/port HTTP/1.1" 200 117 0.010344 10.0.0.23 - - [2025-12-15 03:02:24] "POST /neutron/network HTTP/1.1" 200 831 0.008266 10.0.0.23 - - [2025-12-15 03:02:24] "DELETE /route-target/28d406a9-9a00-478a-9d74-4cbe65358c3d HTTP/1.1" 200 115 0.036809 10.0.0.65 - - [2025-12-15 03:02:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002601 10.0.0.23 - - [2025-12-15 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.65 - - [2025-12-15 03:02:24] "POST /useragent-kv HTTP/1.1" 200 115 0.016209 10.0.0.23 - - [2025-12-15 03:02:24] "POST /neutron/network HTTP/1.1" 200 151 0.159566 10.0.0.23 - - [2025-12-15 03:02:24] "DELETE /route-target/4dc0fe37-3820-4085-b4e9-68383f7d8513 HTTP/1.1" 200 115 0.033741 10.0.0.23 - - [2025-12-15 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.65 - - [2025-12-15 03:02:27] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001029 10.0.0.23 - - [2025-12-15 03:02:27] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.046666 10.0.0.65 - - [2025-12-15 03:02:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005144 10.0.0.23 - - [2025-12-15 03:02:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.211718 10.0.0.23 - - [2025-12-15 03:02:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001178 10.0.0.23 - - [2025-12-15 03:02:27] "GET /virtual-network/a87417c1-2a9e-4be0-b168-0063f2091aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005132 10.0.0.23 - - [2025-12-15 03:02:27] "GET /virtual-network/a87417c1-2a9e-4be0-b168-0063f2091aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007311 10.0.0.23 - - [2025-12-15 03:02:27] "POST /neutron/network HTTP/1.1" 200 831 0.009045 10.0.0.23 - - [2025-12-15 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.23 - - [2025-12-15 03:02:27] "GET /virtual-network/a87417c1-2a9e-4be0-b168-0063f2091aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005054 10.0.0.23 - - [2025-12-15 03:02:27] "PUT /virtual-network/a87417c1-2a9e-4be0-b168-0063f2091aa0 HTTP/1.1" 200 264 0.056430 10.0.0.23 - - [2025-12-15 03:02:27] "POST /route-targets HTTP/1.1" 200 323 0.022190 10.0.0.23 - - [2025-12-15 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.65 - - [2025-12-15 03:02:27] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001162 10.0.0.23 - - [2025-12-15 03:02:27] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.036967 10.0.0.65 - - [2025-12-15 03:02:27] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001292 10.0.0.23 - - [2025-12-15 03:02:28] "POST /neutron/network HTTP/1.1" 200 612 0.137309 10.0.0.23 - - [2025-12-15 03:02:28] "POST /ref-update HTTP/1.1" 200 156 0.022411 10.0.0.23 - - [2025-12-15 03:02:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.003269 10.0.0.23 - - [2025-12-15 03:02:28] "GET /virtual-network/692dc1fd-6a33-41d4-9243-8299f3a263a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006269 10.0.0.23 - - [2025-12-15 03:02:28] "POST /neutron/network HTTP/1.1" 200 832 0.009254 10.0.0.23 - - [2025-12-15 03:02:28] "GET /virtual-network/692dc1fd-6a33-41d4-9243-8299f3a263a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006285 10.0.0.23 - - [2025-12-15 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2025-12-15 03:02:28] "GET /virtual-network/692dc1fd-6a33-41d4-9243-8299f3a263a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006460 10.0.0.23 - - [2025-12-15 03:02:28] "PUT /virtual-network/692dc1fd-6a33-41d4-9243-8299f3a263a7 HTTP/1.1" 200 264 0.067535 10.0.0.23 - - [2025-12-15 03:02:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001317 10.0.0.23 - - [2025-12-15 03:02:28] "POST /neutron/network HTTP/1.1" 200 841 0.007684 10.0.0.65 - - [2025-12-15 03:02:29] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001100 10.0.0.23 - - [2025-12-15 03:02:29] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.068131 10.0.0.23 - - [2025-12-15 03:02:29] "POST /neutron/port HTTP/1.1" 200 117 0.006186 10.0.0.23 - - [2025-12-15 03:02:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001229 10.0.0.23 - - [2025-12-15 03:02:29] "POST /neutron/network HTTP/1.1" 200 841 0.006979 10.0.0.23 - - [2025-12-15 03:02:30] "POST /neutron/port HTTP/1.1" 200 1053 0.019706 10.0.0.23 - - [2025-12-15 03:02:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005510 10.0.0.65 - - [2025-12-15 03:02:30] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001688 10.0.0.23 - - [2025-12-15 03:02:30] "POST /neutron/network HTTP/1.1" 200 831 0.009345 10.0.0.23 - - [2025-12-15 03:02:30] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.078043 10.0.0.23 - - [2025-12-15 03:02:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008757 10.0.0.23 - - [2025-12-15 03:02:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007147 10.0.0.23 - - [2025-12-15 03:02:31] "POST /neutron/port HTTP/1.1" 200 1054 0.021971 10.0.0.23 - - [2025-12-15 03:02:31] "POST /neutron/port HTTP/1.1" 200 1082 0.023489 10.0.0.23 - - [2025-12-15 03:02:31] "POST /neutron/port HTTP/1.1" 200 117 0.001600 10.0.0.23 - - [2025-12-15 03:02:36] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007304 10.0.0.23 - - [2025-12-15 03:02:36] "POST /neutron/port HTTP/1.1" 200 1081 0.021822 10.0.0.23 - - [2025-12-15 03:02:36] "GET /virtual-machine/d70e5ad0-960d-45c7-bc20-e94613aa15de HTTP/1.1" 200 1286 0.007538 10.0.0.23 - - [2025-12-15 03:02:36] "GET /virtual-machine-interface/4d4550c9-03aa-4b21-9409-ae96a2f0e404 HTTP/1.1" 200 2927 0.007148 10.0.0.23 - - [2025-12-15 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005290 10.0.0.23 - - [2025-12-15 03:02:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005543 10.0.0.23 - - [2025-12-15 03:02:36] "GET /virtual-networks?parent_id=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004616 10.0.0.23 - - [2025-12-15 03:02:36] "GET /virtual-network/a87417c1-2a9e-4be0-b168-0063f2091aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007876 10.0.0.23 - - [2025-12-15 03:02:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011690 10.0.0.23 - - [2025-12-15 03:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005494 10.0.0.23 - - [2025-12-15 03:02:39] "GET /virtual-network/a87417c1-2a9e-4be0-b168-0063f2091aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006382 10.0.0.23 - - [2025-12-15 03:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.23 - - [2025-12-15 03:02:41] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003924 10.0.0.23 - - [2025-12-15 03:02:41] "GET /virtual-networks?parent_id=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003216 10.0.0.23 - - [2025-12-15 03:02:41] "GET /virtual-network/a87417c1-2a9e-4be0-b168-0063f2091aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006963 10.0.0.23 - - [2025-12-15 03:02:41] "POST /neutron/port HTTP/1.1" 200 1081 0.015070 10.0.0.23 - - [2025-12-15 03:02:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007825 10.0.0.23 - - [2025-12-15 03:02:47] "POST /neutron/port HTTP/1.1" 200 1082 0.017286 10.0.0.23 - - [2025-12-15 03:02:47] "GET /virtual-machine/53d46acc-2ab7-4685-9300-36df041e1873 HTTP/1.1" 200 1285 0.012393 10.0.0.23 - - [2025-12-15 03:02:47] "GET /virtual-machine-interface/51487977-e08f-4cb6-8e7d-93b86bdd534b HTTP/1.1" 200 2927 0.006108 10.0.0.23 - - [2025-12-15 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.23 - - [2025-12-15 03:02:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004265 10.0.0.23 - - [2025-12-15 03:02:47] "GET /virtual-networks?parent_id=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006034 10.0.0.23 - - [2025-12-15 03:02:47] "GET /virtual-network/692dc1fd-6a33-41d4-9243-8299f3a263a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005418 10.0.0.23 - - [2025-12-15 03:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.23 - - [2025-12-15 03:02:48] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004397 10.0.0.23 - - [2025-12-15 03:02:48] "GET /virtual-networks?parent_id=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004351 10.0.0.23 - - [2025-12-15 03:02:48] "GET /virtual-network/692dc1fd-6a33-41d4-9243-8299f3a263a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005692 10.0.0.23 - - [2025-12-15 03:02:48] "POST /interface-route-tables HTTP/1.1" 200 574 0.030091 10.0.0.23 - - [2025-12-15 03:02:48] "GET /interface-route-table/cc8995b9-0967-4abc-b778-fdee09248485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1308 0.017948 10.0.0.23 - - [2025-12-15 03:02:48] "GET /virtual-machine-interface/4d4550c9-03aa-4b21-9409-ae96a2f0e404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006229 10.0.0.23 - - [2025-12-15 03:02:48] "POST /ref-update HTTP/1.1" 200 156 0.021751 10.0.0.23 - - [2025-12-15 03:02:48] "POST /routing-policys HTTP/1.1" 200 534 0.031927 10.0.0.23 - - [2025-12-15 03:02:48] "GET /virtual-network/a87417c1-2a9e-4be0-b168-0063f2091aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.008634 10.0.0.23 - - [2025-12-15 03:02:48] "PUT /virtual-network/a87417c1-2a9e-4be0-b168-0063f2091aa0 HTTP/1.1" 200 264 0.079497 10.0.0.23 - - [2025-12-15 03:02:52] "POST /ref-update HTTP/1.1" 200 156 0.054753 10.0.0.23 - - [2025-12-15 03:02:52] "POST /ref-update HTTP/1.1" 200 156 0.029845 10.0.0.23 - - [2025-12-15 03:02:52] "DELETE /routing-policy/85bb87e6-5d86-4926-9213-153aa3be8569 HTTP/1.1" 200 115 0.046805 10.0.0.23 - - [2025-12-15 03:02:53] "POST /neutron/network HTTP/1.1" 400 204 0.022162 10.0.0.23 - - [2025-12-15 03:02:53] "POST /neutron/port HTTP/1.1" 200 151 0.190648 10.0.0.23 - - [2025-12-15 03:02:53] "POST /neutron/port HTTP/1.1" 200 151 0.222131 10.0.0.23 - - [2025-12-15 03:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006052 10.0.0.23 - - [2025-12-15 03:02:55] "POST /neutron/network HTTP/1.1" 200 831 0.021772 10.0.0.23 - - [2025-12-15 03:02:55] "DELETE /route-target/599b6d35-2294-4491-9f6e-15ebb4fa7fa0 HTTP/1.1" 200 115 0.033017 10.0.0.65 - - [2025-12-15 03:02:56] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000863 10.0.0.23 - - [2025-12-15 03:02:56] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.049657 10.0.0.65 - - [2025-12-15 03:02:56] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001193 10.0.0.23 - - [2025-12-15 03:02:56] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?fields=virtual_networks HTTP/1.1" 200 1019 0.060036 10.0.0.65 - - [2025-12-15 03:02:56] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001294 10.0.0.23 - - [2025-12-15 03:02:56] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.048231 10.0.0.65 - - [2025-12-15 03:02:57] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001668 10.0.0.23 - - [2025-12-15 03:02:57] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?fields=security_groups HTTP/1.1" 200 1238 0.058428 10.0.0.23 - - [2025-12-15 03:02:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.028110 10.0.0.65 - - [2025-12-15 03:02:57] "GET /projects?obj_uuids=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002984 10.0.0.65 - - [2025-12-15 03:02:57] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001415 10.0.0.65 - - [2025-12-15 03:02:57] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007378 10.0.0.65 - - [2025-12-15 03:02:58] "POST /id-to-fqname HTTP/1.1" 200 194 0.011106 10.0.0.65 - - [2025-12-15 03:02:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.003815 10.0.0.65 - - [2025-12-15 03:02:58] "POST /security-groups HTTP/1.1" 200 595 0.077919 10.0.0.23 - - [2025-12-15 03:02:58] "POST /fqname-to-id HTTP/1.1" 404 238 0.003137 10.0.0.65 - - [2025-12-15 03:02:58] "POST /projects HTTP/1.1" 200 593 0.297458 10.0.0.65 - - [2025-12-15 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.374357 10.0.0.23 - - [2025-12-15 03:02:58] "POST /access-control-lists HTTP/1.1" 200 598 0.033500 10.0.0.23 - - [2025-12-15 03:02:58] "GET /project/ad13189f-1d07-49ed-809a-c63c220a20d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.513088 10.0.0.23 - - [2025-12-15 03:02:59] "GET / HTTP/1.1" 200 35931 0.004346 10.0.0.23 - - [2025-12-15 03:03:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2025-12-15 03:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.057093 10.0.0.65 - - [2025-12-15 03:03:01] "GET /projects?obj_uuids=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000975 10.0.0.23 - - [2025-12-15 03:03:01] "GET /project/ad13189f-1d07-49ed-809a-c63c220a20d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045426 10.0.0.65 - - [2025-12-15 03:03:01] "GET /projects?obj_uuids=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001742 10.0.0.23 - - [2025-12-15 03:03:01] "POST /neutron/network HTTP/1.1" 200 613 0.141424 10.0.0.23 - - [2025-12-15 03:03:02] "POST /id-to-fqname HTTP/1.1" 200 226 0.003353 10.0.0.23 - - [2025-12-15 03:03:02] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007070 10.0.0.23 - - [2025-12-15 03:03:02] "POST /neutron/network HTTP/1.1" 200 831 0.007148 10.0.0.23 - - [2025-12-15 03:03:02] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006105 10.0.0.23 - - [2025-12-15 03:03:02] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007155 10.0.0.65 - - [2025-12-15 03:03:04] "GET /obj-perms HTTP/1.1" 200 5038 0.054087 10.0.0.23 - - [2025-12-15 03:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.23 - - [2025-12-15 03:03:04] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005510 10.0.0.23 - - [2025-12-15 03:03:04] "POST /route-targets HTTP/1.1" 200 327 0.016715 10.0.0.23 - - [2025-12-15 03:03:04] "PUT /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312 HTTP/1.1" 200 264 0.057654 10.0.0.23 - - [2025-12-15 03:03:09] "POST /id-to-fqname HTTP/1.1" 200 226 0.001265 10.0.0.23 - - [2025-12-15 03:03:09] "POST /neutron/network HTTP/1.1" 200 841 0.006913 10.0.0.65 - - [2025-12-15 03:03:10] "GET /projects?obj_uuids=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000977 10.0.0.23 - - [2025-12-15 03:03:10] "GET /project/ad13189f-1d07-49ed-809a-c63c220a20d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.071712 10.0.0.23 - - [2025-12-15 03:03:10] "POST /neutron/port HTTP/1.1" 200 117 0.008199 10.0.0.65 - - [2025-12-15 03:03:10] "GET /projects?obj_uuids=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001510 10.0.0.23 - - [2025-12-15 03:03:11] "POST /neutron/port HTTP/1.1" 200 1063 0.305306 10.0.0.23 - - [2025-12-15 03:03:11] "POST /neutron/port HTTP/1.1" 200 1117 0.122467 10.0.0.23 - - [2025-12-15 03:03:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.013275 10.0.0.50 - - [2025-12-15 03:03:14] "GET /obj-perms HTTP/1.1" 200 5056 0.048870 10.0.0.23 - - [2025-12-15 03:03:15] "POST /neutron/port HTTP/1.1" 200 1091 0.019123 10.0.0.23 - - [2025-12-15 03:03:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008646 10.0.0.23 - - [2025-12-15 03:03:15] "GET /virtual-machine/ab58c882-1d55-4553-82e9-2cc8006c4152 HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2025-12-15 03:03:16] "GET /virtual-machine/ab58c882-1d55-4553-82e9-2cc8006c4152 HTTP/1.1" 200 1296 0.029386 10.0.0.23 - - [2025-12-15 03:03:16] "GET /virtual-machine-interface/9f593ddb-e738-4a8b-811a-ff1f2701b41c HTTP/1.1" 200 2967 0.006065 10.0.0.23 - - [2025-12-15 03:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.23 - - [2025-12-15 03:03:16] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004839 10.0.0.23 - - [2025-12-15 03:03:16] "GET /virtual-networks?parent_id=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003639 10.0.0.23 - - [2025-12-15 03:03:16] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006271 10.0.0.23 - - [2025-12-15 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.23 - - [2025-12-15 03:03:19] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006000 10.0.0.23 - - [2025-12-15 03:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.23 - - [2025-12-15 03:03:23] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005520 10.0.0.23 - - [2025-12-15 03:03:25] "POST /neutron/port HTTP/1.1" 200 1091 0.043669 10.0.0.23 - - [2025-12-15 03:03:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004265 10.0.0.23 - - [2025-12-15 03:03:25] "POST /neutron/network HTTP/1.1" 200 831 0.007224 10.0.0.23 - - [2025-12-15 03:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.23 - - [2025-12-15 03:03:27] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006077 10.0.0.23 - - [2025-12-15 03:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.23 - - [2025-12-15 03:03:31] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005396 10.0.0.23 - - [2025-12-15 03:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2025-12-15 03:03:35] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005054 10.0.0.23 - - [2025-12-15 03:03:37] "DELETE /access-control-list/563571eb-accc-4276-8394-07242a5bb672 HTTP/1.1" 200 115 0.051419 10.0.0.23 - - [2025-12-15 03:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.23 - - [2025-12-15 03:03:39] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006194 10.0.0.23 - - [2025-12-15 03:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.23 - - [2025-12-15 03:03:43] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005858 10.0.0.65 - - [2025-12-15 03:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.65 - - [2025-12-15 03:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.65 - - [2025-12-15 03:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.65 - - [2025-12-15 03:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.50 - - [2025-12-15 03:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.23 - - [2025-12-15 03:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.50 - - [2025-12-15 03:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.23 - - [2025-12-15 03:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.23 - - [2025-12-15 03:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.23 - - [2025-12-15 03:03:47] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005467 10.0.0.23 - - [2025-12-15 03:03:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2025-12-15 03:03:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2025-12-15 03:03:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.50 - - [2025-12-15 03:03:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.65 - - [2025-12-15 03:03:49] "DELETE /project/ad13189f1d0749ed809ac63c220a20d3 HTTP/1.1" 404 173 0.008077 10.0.0.65 - - [2025-12-15 03:03:49] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001112 10.0.0.65 - - [2025-12-15 03:03:49] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.042857 10.0.0.65 - - [2025-12-15 03:03:49] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000884 10.0.0.65 - - [2025-12-15 03:03:49] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?fields=security_groups HTTP/1.1" 200 1089 0.043348 10.0.0.65 - - [2025-12-15 03:03:49] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002025 10.0.0.65 - - [2025-12-15 03:03:49] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?fields=application_policy_sets HTTP/1.1" 200 1382 0.056962 10.0.0.65 - - [2025-12-15 03:03:49] "DELETE /project/ae8b0785-9ba8-4e86-bb62-314e971650e4 HTTP/1.1" 409 278 0.241491 10.0.0.23 - - [2025-12-15 03:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.23 - - [2025-12-15 03:03:51] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003984 10.0.0.23 - - [2025-12-15 03:03:52] "GET /virtual-networks?parent_id=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002973 10.0.0.23 - - [2025-12-15 03:03:52] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005495 10.0.0.23 - - [2025-12-15 03:03:57] "POST /neutron/port HTTP/1.1" 200 1091 0.016487 10.0.0.23 - - [2025-12-15 03:04:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006967 10.0.0.23 - - [2025-12-15 03:04:07] "POST /neutron/port HTTP/1.1" 200 1091 0.017117 10.0.0.23 - - [2025-12-15 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.23 - - [2025-12-15 03:04:12] "GET /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.008769 10.0.0.23 - - [2025-12-15 03:04:12] "PUT /virtual-network/0caae2cf-5729-4a94-b94e-1f3588b10312 HTTP/1.1" 200 264 0.052831 10.0.0.23 - - [2025-12-15 03:04:12] "DELETE /route-target/436b20be-e9cc-435b-bb50-3cc501853585 HTTP/1.1" 200 115 0.025667 10.0.0.23 - - [2025-12-15 03:04:15] "GET /obj-perms HTTP/1.1" 200 5056 0.058578 10.0.0.23 - - [2025-12-15 03:04:18] "POST /neutron/network HTTP/1.1" 400 204 0.013712 10.0.0.23 - - [2025-12-15 03:04:18] "POST /neutron/port HTTP/1.1" 200 151 0.152748 10.0.0.23 - - [2025-12-15 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.65 - - [2025-12-15 03:04:23] "GET /projects?obj_uuids=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001574 10.0.0.23 - - [2025-12-15 03:04:23] "GET /project/ad13189f-1d07-49ed-809a-c63c220a20d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.060240 10.0.0.23 - - [2025-12-15 03:04:23] "POST /neutron/network HTTP/1.1" 200 117 0.027084 10.0.0.23 - - [2025-12-15 03:04:23] "POST /route-targets HTTP/1.1" 200 327 0.013113 10.0.0.23 - - [2025-12-15 03:04:23] "POST /neutron/network HTTP/1.1" 200 832 0.013221 10.0.0.23 - - [2025-12-15 03:04:23] "POST /id-to-fqname HTTP/1.1" 200 226 0.001338 10.0.0.23 - - [2025-12-15 03:04:23] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006393 10.0.0.23 - - [2025-12-15 03:04:23] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005702 10.0.0.23 - - [2025-12-15 03:04:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.008692 10.0.0.23 - - [2025-12-15 03:04:24] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005987 10.0.0.23 - - [2025-12-15 03:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.23 - - [2025-12-15 03:04:24] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006207 10.0.0.23 - - [2025-12-15 03:04:24] "PUT /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e HTTP/1.1" 200 264 0.087704 10.0.0.23 - - [2025-12-15 03:04:24] "POST /ref-update HTTP/1.1" 200 156 0.045547 10.0.0.23 - - [2025-12-15 03:04:29] "POST /id-to-fqname HTTP/1.1" 200 226 0.001341 10.0.0.65 - - [2025-12-15 03:04:30] "GET /projects?obj_uuids=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001470 10.0.0.23 - - [2025-12-15 03:04:30] "GET /project/ad13189f-1d07-49ed-809a-c63c220a20d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.076664 10.0.0.23 - - [2025-12-15 03:04:30] "POST /neutron/port HTTP/1.1" 200 117 0.006767 10.0.0.23 - - [2025-12-15 03:04:30] "POST /neutron/network HTTP/1.1" 200 842 0.009417 10.0.0.23 - - [2025-12-15 03:04:31] "POST /neutron/port HTTP/1.1" 200 1064 0.015610 10.0.0.23 - - [2025-12-15 03:04:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003655 10.0.0.23 - - [2025-12-15 03:04:31] "POST /neutron/network HTTP/1.1" 200 832 0.006272 10.0.0.23 - - [2025-12-15 03:04:35] "POST /neutron/port HTTP/1.1" 200 1092 0.022739 10.0.0.23 - - [2025-12-15 03:04:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010512 10.0.0.23 - - [2025-12-15 03:04:35] "GET /virtual-machine/015039a2-d77f-4775-b063-cbf2c3c54990 HTTP/1.1" 200 1294 0.007415 10.0.0.23 - - [2025-12-15 03:04:35] "GET /virtual-machine-interface/9890ce2d-1a37-44e7-938a-b505dc9fed55 HTTP/1.1" 200 2968 0.007669 10.0.0.23 - - [2025-12-15 03:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005470 10.0.0.23 - - [2025-12-15 03:04:35] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005969 10.0.0.23 - - [2025-12-15 03:04:35] "GET /virtual-networks?parent_id=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004186 10.0.0.23 - - [2025-12-15 03:04:36] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007962 10.0.0.23 - - [2025-12-15 03:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.23 - - [2025-12-15 03:04:39] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006069 10.0.0.23 - - [2025-12-15 03:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.23 - - [2025-12-15 03:04:43] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004986 10.0.0.23 - - [2025-12-15 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005577 10.0.0.23 - - [2025-12-15 03:04:47] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005719 10.0.0.23 - - [2025-12-15 03:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2025-12-15 03:04:51] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006255 10.0.0.23 - - [2025-12-15 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.23 - - [2025-12-15 03:04:55] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006444 10.0.0.23 - - [2025-12-15 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.23 - - [2025-12-15 03:04:59] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006720 10.0.0.23 - - [2025-12-15 03:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005241 10.0.0.23 - - [2025-12-15 03:05:03] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006419 10.0.0.23 - - [2025-12-15 03:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.23 - - [2025-12-15 03:05:07] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006440 10.0.0.23 - - [2025-12-15 03:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.23 - - [2025-12-15 03:05:11] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006429 10.0.0.23 - - [2025-12-15 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.23 - - [2025-12-15 03:05:13] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005220 10.0.0.23 - - [2025-12-15 03:05:13] "GET /virtual-networks?parent_id=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002905 10.0.0.23 - - [2025-12-15 03:05:14] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007082 10.0.0.65 - - [2025-12-15 03:05:15] "GET /obj-perms HTTP/1.1" 200 5056 0.052549 10.0.0.23 - - [2025-12-15 03:05:19] "POST /neutron/port HTTP/1.1" 200 1092 0.023681 10.0.0.23 - - [2025-12-15 03:05:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009535 10.0.0.23 - - [2025-12-15 03:05:25] "POST /neutron/port HTTP/1.1" 200 1092 0.038177 10.0.0.23 - - [2025-12-15 03:05:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003864 10.0.0.23 - - [2025-12-15 03:05:26] "POST /neutron/network HTTP/1.1" 200 832 0.007147 10.0.0.23 - - [2025-12-15 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.23 - - [2025-12-15 03:05:34] "GET /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005471 10.0.0.23 - - [2025-12-15 03:05:34] "PUT /virtual-network/eee722b0-d97d-4520-88d4-c383511a907e HTTP/1.1" 200 264 0.055331 10.0.0.23 - - [2025-12-15 03:05:34] "DELETE /route-target/724c0fc4-85fd-4ae8-ba49-d5fe15938a65 HTTP/1.1" 200 115 0.031800 10.0.0.23 - - [2025-12-15 03:05:40] "POST /neutron/network HTTP/1.1" 200 832 0.010355 10.0.0.23 - - [2025-12-15 03:05:40] "POST /neutron/port HTTP/1.1" 200 1118 0.016528 10.0.0.65 - - [2025-12-15 03:05:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002542 10.0.0.65 - - [2025-12-15 03:05:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002251 10.0.0.23 - - [2025-12-15 03:05:42] "POST /neutron/network HTTP/1.1" 200 151 0.118478 10.0.0.65 - - [2025-12-15 03:05:43] "GET /projects?obj_uuids=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001064 10.0.0.23 - - [2025-12-15 03:05:43] "GET /project/ad13189f-1d07-49ed-809a-c63c220a20d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.039357 10.0.0.65 - - [2025-12-15 03:05:43] "GET /projects?obj_uuids=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000932 10.0.0.23 - - [2025-12-15 03:05:43] "GET /project/ad13189f-1d07-49ed-809a-c63c220a20d3?fields=virtual_networks HTTP/1.1" 200 1040 0.040803 10.0.0.65 - - [2025-12-15 03:05:43] "GET /projects?obj_uuids=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001325 10.0.0.23 - - [2025-12-15 03:05:43] "GET /project/ad13189f-1d07-49ed-809a-c63c220a20d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.046430 10.0.0.65 - - [2025-12-15 03:05:43] "GET /projects?obj_uuids=ad13189f-1d07-49ed-809a-c63c220a20d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001197 10.0.0.23 - - [2025-12-15 03:05:44] "GET /project/ad13189f-1d07-49ed-809a-c63c220a20d3?fields=security_groups HTTP/1.1" 200 1270 0.070485 10.0.0.23 - - [2025-12-15 03:05:44] "POST /fqname-to-id HTTP/1.1" 404 213 0.024743 10.0.0.65 - - [2025-12-15 03:05:44] "GET /projects?obj_uuids=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003125 10.0.0.65 - - [2025-12-15 03:05:45] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.65 - - [2025-12-15 03:05:45] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.033623 10.0.0.65 - - [2025-12-15 03:05:45] "POST /id-to-fqname HTTP/1.1" 200 216 0.005845 10.0.0.65 - - [2025-12-15 03:05:45] "POST /fqname-to-id HTTP/1.1" 404 227 0.013571 10.0.0.65 - - [2025-12-15 03:05:45] "POST /security-groups HTTP/1.1" 200 616 0.080526 10.0.0.23 - - [2025-12-15 03:05:45] "POST /fqname-to-id HTTP/1.1" 404 259 0.004878 10.0.0.65 - - [2025-12-15 03:05:45] "POST /projects HTTP/1.1" 200 635 0.330106 10.0.0.65 - - [2025-12-15 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.406579 10.0.0.23 - - [2025-12-15 03:05:45] "POST /access-control-lists HTTP/1.1" 200 619 0.041443 10.0.0.23 - - [2025-12-15 03:05:45] "GET /project/43be60d3-92d4-4226-8cd2-a23c43c2eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.607974 10.0.0.23 - - [2025-12-15 03:05:46] "GET / HTTP/1.1" 200 35931 0.001752 10.0.0.23 - - [2025-12-15 03:05:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2025-12-15 03:05:48] "POST /fqname-to-id HTTP/1.1" 404 249 0.029149 10.0.0.23 - - [2025-12-15 03:05:48] "POST /fqname-to-id HTTP/1.1" 404 281 0.003842 10.0.0.23 - - [2025-12-15 03:05:48] "POST /access-control-lists HTTP/1.1" 200 641 0.037089 10.0.0.23 - - [2025-12-15 03:05:48] "PUT /access-control-list/d1c202ab-a7d1-4ee4-9ba9-2056876bc3cf HTTP/1.1" 200 272 0.026226 10.0.0.23 - - [2025-12-15 03:05:49] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.043354 10.0.0.65 - - [2025-12-15 03:05:49] "DELETE /project/43be60d392d442268cd2a23c43c2eb0c HTTP/1.1" 404 173 0.003107 10.0.0.65 - - [2025-12-15 03:05:49] "DELETE /project/ad13189f-1d07-49ed-809a-c63c220a20d3 HTTP/1.1" 404 177 0.006092 10.0.0.23 - - [2025-12-15 03:05:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.150236 10.0.0.23 - - [2025-12-15 03:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005719 10.0.0.23 - - [2025-12-15 03:05:49] "PUT /access-control-list/d1c202ab-a7d1-4ee4-9ba9-2056876bc3cf HTTP/1.1" 200 272 0.018712 10.0.0.23 - - [2025-12-15 03:05:49] "GET /security-group/ce81eda6-ba67-4892-a4e6-6a0a42525352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005972 10.0.0.23 - - [2025-12-15 03:05:50] "POST /neutron/security_group HTTP/1.1" 200 151 0.064878 10.0.0.23 - - [2025-12-15 03:05:50] "POST /fqname-to-id HTTP/1.1" 404 249 0.005480 10.0.0.23 - - [2025-12-15 03:05:50] "POST /fqname-to-id HTTP/1.1" 404 249 0.005873 10.0.0.23 - - [2025-12-15 03:05:50] "POST /fqname-to-id HTTP/1.1" 404 281 0.004550 10.0.0.23 - - [2025-12-15 03:05:50] "POST /access-control-lists HTTP/1.1" 200 641 0.029239 10.0.0.23 - - [2025-12-15 03:05:51] "PUT /access-control-list/5ac4315b-72e3-4135-bb3c-2c78c848d030 HTTP/1.1" 200 272 0.030651 10.0.0.23 - - [2025-12-15 03:05:51] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011793 10.0.0.23 - - [2025-12-15 03:05:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.129185 10.0.0.23 - - [2025-12-15 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005391 10.0.0.23 - - [2025-12-15 03:05:51] "GET /security-group/f741af7a-6bc7-44f7-8124-ace4a0b40415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004426 10.0.0.23 - - [2025-12-15 03:05:51] "PUT /access-control-list/5ac4315b-72e3-4135-bb3c-2c78c848d030 HTTP/1.1" 200 272 0.015403 10.0.0.23 - - [2025-12-15 03:05:52] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.008657 10.0.0.23 - - [2025-12-15 03:05:52] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.121427 10.0.0.23 - - [2025-12-15 03:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005443 10.0.0.65 - - [2025-12-15 03:05:52] "GET /projects?obj_uuids=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001108 10.0.0.23 - - [2025-12-15 03:05:52] "PUT /access-control-list/a65122e1-e281-485d-a7aa-2e3fff39f027 HTTP/1.1" 200 272 0.021170 10.0.0.23 - - [2025-12-15 03:05:52] "GET /project/43be60d3-92d4-4226-8cd2-a23c43c2eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.053761 10.0.0.65 - - [2025-12-15 03:05:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004882 10.0.0.23 - - [2025-12-15 03:05:53] "POST /neutron/subnet HTTP/1.1" 200 823 0.194401 10.0.0.23 - - [2025-12-15 03:05:53] "POST /id-to-fqname HTTP/1.1" 200 290 0.001779 10.0.0.23 - - [2025-12-15 03:05:53] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.010710 10.0.0.23 - - [2025-12-15 03:05:53] "POST /neutron/network HTTP/1.1" 200 1110 0.013040 10.0.0.23 - - [2025-12-15 03:05:53] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006985 10.0.0.23 - - [2025-12-15 03:05:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.013854 10.0.0.23 - - [2025-12-15 03:05:53] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.008086 10.0.0.50 - - [2025-12-15 03:05:54] "GET /obj-perms HTTP/1.1" 200 5080 0.057420 10.0.0.23 - - [2025-12-15 03:05:55] "POST /id-to-fqname HTTP/1.1" 200 290 0.001985 10.0.0.65 - - [2025-12-15 03:05:55] "GET /projects?obj_uuids=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001153 10.0.0.23 - - [2025-12-15 03:05:55] "GET /project/43be60d3-92d4-4226-8cd2-a23c43c2eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.079562 10.0.0.23 - - [2025-12-15 03:05:55] "POST /neutron/network HTTP/1.1" 200 1110 0.009543 10.0.0.23 - - [2025-12-15 03:05:56] "POST /id-to-fqname HTTP/1.1" 200 290 0.002591 10.0.0.23 - - [2025-12-15 03:05:56] "POST /neutron/port HTTP/1.1" 200 117 0.008050 10.0.0.23 - - [2025-12-15 03:05:56] "POST /neutron/network HTTP/1.1" 200 1120 0.006875 10.0.0.23 - - [2025-12-15 03:05:57] "POST /neutron/port HTTP/1.1" 200 1189 0.021155 10.0.0.65 - - [2025-12-15 03:05:57] "GET /projects?obj_uuids=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002737 10.0.0.23 - - [2025-12-15 03:05:57] "GET /project/43be60d3-92d4-4226-8cd2-a23c43c2eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.118120 10.0.0.23 - - [2025-12-15 03:05:57] "POST /neutron/network HTTP/1.1" 200 1110 0.011465 10.0.0.23 - - [2025-12-15 03:05:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005498 10.0.0.23 - - [2025-12-15 03:05:57] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.23 - - [2025-12-15 03:05:57] "POST /neutron/security_group HTTP/1.1" 200 1455 0.009390 10.0.0.23 - - [2025-12-15 03:05:57] "POST /neutron/security_group HTTP/1.1" 200 1455 0.009087 10.0.0.65 - - [2025-12-15 03:05:58] "GET /projects?obj_uuids=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.039276 10.0.0.23 - - [2025-12-15 03:05:58] "POST /neutron/port HTTP/1.1" 200 1189 0.398547 10.0.0.23 - - [2025-12-15 03:05:58] "POST /neutron/port HTTP/1.1" 200 1243 0.129605 10.0.0.23 - - [2025-12-15 03:05:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006042 10.0.0.23 - - [2025-12-15 03:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.001592 10.0.0.23 - - [2025-12-15 03:06:02] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007697 10.0.0.23 - - [2025-12-15 03:06:03] "POST /neutron/port HTTP/1.1" 200 1217 0.022346 10.0.0.23 - - [2025-12-15 03:06:03] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007687 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 200 1318 0.037790 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 200 1318 0.005931 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-machine-interface/8f88237f-8bbf-4c08-868e-88f94907b203 HTTP/1.1" 200 3417 0.007118 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 200 1318 0.005553 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-machine-interface/8f88237f-8bbf-4c08-868e-88f94907b203 HTTP/1.1" 200 3417 0.007489 10.0.0.23 - - [2025-12-15 03:06:03] "GET /instance-ip/39afc6e3-dfd3-417d-9b3c-8d1911326047 HTTP/1.1" 200 1734 0.010704 10.0.0.23 - - [2025-12-15 03:06:03] "GET /instance-ip/fe432282-c278-41be-97f6-cb4a81dfce3f HTTP/1.1" 200 1714 0.009756 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 200 1318 0.006194 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-machine-interface/8f88237f-8bbf-4c08-868e-88f94907b203 HTTP/1.1" 200 3417 0.008945 10.0.0.23 - - [2025-12-15 03:06:03] "GET /instance-ip/39afc6e3-dfd3-417d-9b3c-8d1911326047 HTTP/1.1" 200 1734 0.005741 10.0.0.23 - - [2025-12-15 03:06:03] "GET /instance-ip/fe432282-c278-41be-97f6-cb4a81dfce3f HTTP/1.1" 200 1714 0.005776 10.0.0.23 - - [2025-12-15 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006609 10.0.0.23 - - [2025-12-15 03:06:03] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006482 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004472 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006392 10.0.0.23 - - [2025-12-15 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.23 - - [2025-12-15 03:06:03] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005131 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004330 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.009094 10.0.0.23 - - [2025-12-15 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.23 - - [2025-12-15 03:06:03] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006573 10.0.0.23 - - [2025-12-15 03:06:03] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004768 10.0.0.23 - - [2025-12-15 03:06:04] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006265 10.0.0.23 - - [2025-12-15 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.23 - - [2025-12-15 03:06:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006171 10.0.0.23 - - [2025-12-15 03:06:04] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004802 10.0.0.23 - - [2025-12-15 03:06:04] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.008117 10.0.0.23 - - [2025-12-15 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.23 - - [2025-12-15 03:06:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004257 10.0.0.23 - - [2025-12-15 03:06:04] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005222 10.0.0.23 - - [2025-12-15 03:06:04] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007346 10.0.0.23 - - [2025-12-15 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.23 - - [2025-12-15 03:06:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004804 10.0.0.23 - - [2025-12-15 03:06:04] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003790 10.0.0.23 - - [2025-12-15 03:06:04] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.008276 10.0.0.23 - - [2025-12-15 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.23 - - [2025-12-15 03:06:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006215 10.0.0.23 - - [2025-12-15 03:06:04] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004805 10.0.0.23 - - [2025-12-15 03:06:04] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007828 10.0.0.23 - - [2025-12-15 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2025-12-15 03:06:07] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005792 10.0.0.23 - - [2025-12-15 03:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.23 - - [2025-12-15 03:06:11] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007148 10.0.0.23 - - [2025-12-15 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.23 - - [2025-12-15 03:06:15] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005876 10.0.0.23 - - [2025-12-15 03:06:16] "GET /obj-perms HTTP/1.1" 200 5056 0.046222 10.0.0.23 - - [2025-12-15 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.23 - - [2025-12-15 03:06:20] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005671 10.0.0.23 - - [2025-12-15 03:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2025-12-15 03:06:24] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005085 10.0.0.23 - - [2025-12-15 03:06:26] "POST /neutron/network HTTP/1.1" 200 1120 0.007505 10.0.0.23 - - [2025-12-15 03:06:26] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013389 10.0.0.23 - - [2025-12-15 03:06:26] "POST /neutron/network HTTP/1.1" 200 1110 0.012474 10.0.0.23 - - [2025-12-15 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.23 - - [2025-12-15 03:06:28] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005570 10.0.0.23 - - [2025-12-15 03:06:28] "POST /neutron/network HTTP/1.1" 200 1120 0.011239 10.0.0.23 - - [2025-12-15 03:06:28] "POST /neutron/subnet HTTP/1.1" 200 1370 0.018257 10.0.0.23 - - [2025-12-15 03:06:28] "POST /neutron/network HTTP/1.1" 200 1110 0.012761 10.0.0.23 - - [2025-12-15 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.23 - - [2025-12-15 03:06:32] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005688 10.0.0.23 - - [2025-12-15 03:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2025-12-15 03:06:36] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005602 10.0.0.23 - - [2025-12-15 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.23 - - [2025-12-15 03:06:38] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003757 10.0.0.23 - - [2025-12-15 03:06:38] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003245 10.0.0.23 - - [2025-12-15 03:06:38] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007400 10.0.0.23 - - [2025-12-15 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.23 - - [2025-12-15 03:06:38] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004014 10.0.0.23 - - [2025-12-15 03:06:38] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002948 10.0.0.23 - - [2025-12-15 03:06:38] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006612 10.0.0.23 - - [2025-12-15 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.23 - - [2025-12-15 03:06:38] "GET /routing-instance/537389c5-37a2-4e9a-90b1-54a66f7c4a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004692 10.0.0.23 - - [2025-12-15 03:06:38] "GET /route-target/761bd509-0782-413d-ac5c-29ab93287475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003937 10.0.0.23 - - [2025-12-15 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.23 - - [2025-12-15 03:06:38] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004532 10.0.0.23 - - [2025-12-15 03:06:38] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003136 10.0.0.23 - - [2025-12-15 03:06:38] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005892 10.0.0.23 - - [2025-12-15 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.23 - - [2025-12-15 03:06:38] "GET /routing-instance/537389c5-37a2-4e9a-90b1-54a66f7c4a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005142 10.0.0.23 - - [2025-12-15 03:06:38] "GET /route-target/761bd509-0782-413d-ac5c-29ab93287475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004814 10.0.0.23 - - [2025-12-15 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.23 - - [2025-12-15 03:06:39] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004475 10.0.0.23 - - [2025-12-15 03:06:39] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003679 10.0.0.23 - - [2025-12-15 03:06:39] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006244 10.0.0.23 - - [2025-12-15 03:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.23 - - [2025-12-15 03:06:39] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.23 - - [2025-12-15 03:06:39] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003007 10.0.0.23 - - [2025-12-15 03:06:39] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006232 10.0.0.23 - - [2025-12-15 03:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.23 - - [2025-12-15 03:06:39] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004143 10.0.0.23 - - [2025-12-15 03:06:39] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003513 10.0.0.23 - - [2025-12-15 03:06:39] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005844 10.0.0.65 - - [2025-12-15 03:06:39] "GET /obj-perms HTTP/1.1" 200 5080 0.054388 10.0.0.23 - - [2025-12-15 03:06:39] "GET /obj-perms HTTP/1.1" 200 5080 0.054889 10.0.0.23 - - [2025-12-15 03:06:39] "GET /obj-perms HTTP/1.1" 200 5080 0.004914 10.0.0.65 - - [2025-12-15 03:06:39] "GET /obj-perms HTTP/1.1" 200 5080 0.004355 10.0.0.23 - - [2025-12-15 03:06:39] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 200 1318 0.004268 10.0.0.23 - - [2025-12-15 03:06:39] "GET /virtual-machine-interface/8f88237f-8bbf-4c08-868e-88f94907b203 HTTP/1.1" 200 3417 0.006994 10.0.0.23 - - [2025-12-15 03:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.23 - - [2025-12-15 03:06:39] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003609 10.0.0.23 - - [2025-12-15 03:06:39] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003448 10.0.0.23 - - [2025-12-15 03:06:40] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005807 10.0.0.23 - - [2025-12-15 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.23 - - [2025-12-15 03:06:41] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005724 10.0.0.23 - - [2025-12-15 03:06:41] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004671 10.0.0.23 - - [2025-12-15 03:06:41] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007393 10.0.0.23 - - [2025-12-15 03:06:46] "POST /neutron/port HTTP/1.1" 200 1217 0.022216 10.0.0.23 - - [2025-12-15 03:06:48] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006930 10.0.0.23 - - [2025-12-15 03:06:51] "POST /neutron/port HTTP/1.1" 200 1217 0.019947 10.0.0.23 - - [2025-12-15 03:06:56] "POST /neutron/security_group HTTP/1.1" 200 1455 0.010149 10.0.0.23 - - [2025-12-15 03:07:02] "POST /neutron/port HTTP/1.1" 200 1217 0.016280 10.0.0.23 - - [2025-12-15 03:07:02] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008995 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-machine/cfe2ef9c-6d10-4d71-8f09-313c73442c3e HTTP/1.1" 200 1318 0.006731 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-machine/cfe2ef9c-6d10-4d71-8f09-313c73442c3e HTTP/1.1" 200 1318 0.004985 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-machine-interface/0c067251-9c46-4993-b822-4d43fd6c3fa8 HTTP/1.1" 200 3416 0.007670 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-machine/cfe2ef9c-6d10-4d71-8f09-313c73442c3e HTTP/1.1" 200 1318 0.004106 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-machine-interface/0c067251-9c46-4993-b822-4d43fd6c3fa8 HTTP/1.1" 200 3416 0.007166 10.0.0.23 - - [2025-12-15 03:07:02] "GET /instance-ip/45e1658b-1269-4e96-a9e1-c1422067142b HTTP/1.1" 200 1734 0.006737 10.0.0.23 - - [2025-12-15 03:07:02] "GET /instance-ip/5901a8f3-74a3-41c1-a8fc-e407129c222c HTTP/1.1" 200 1713 0.006038 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-machine/cfe2ef9c-6d10-4d71-8f09-313c73442c3e HTTP/1.1" 200 1318 0.003834 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-machine-interface/0c067251-9c46-4993-b822-4d43fd6c3fa8 HTTP/1.1" 200 3416 0.007035 10.0.0.23 - - [2025-12-15 03:07:02] "GET /instance-ip/45e1658b-1269-4e96-a9e1-c1422067142b HTTP/1.1" 200 1734 0.004878 10.0.0.23 - - [2025-12-15 03:07:02] "GET /instance-ip/5901a8f3-74a3-41c1-a8fc-e407129c222c HTTP/1.1" 200 1713 0.003939 10.0.0.23 - - [2025-12-15 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2025-12-15 03:07:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004124 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003587 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.009246 10.0.0.23 - - [2025-12-15 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007666 10.0.0.23 - - [2025-12-15 03:07:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005157 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004119 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007426 10.0.0.23 - - [2025-12-15 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.23 - - [2025-12-15 03:07:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006742 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005056 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007391 10.0.0.23 - - [2025-12-15 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006820 10.0.0.23 - - [2025-12-15 03:07:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003984 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003316 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006814 10.0.0.23 - - [2025-12-15 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.23 - - [2025-12-15 03:07:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003880 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003100 10.0.0.23 - - [2025-12-15 03:07:02] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006239 10.0.0.23 - - [2025-12-15 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.23 - - [2025-12-15 03:07:03] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004584 10.0.0.23 - - [2025-12-15 03:07:03] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003908 10.0.0.23 - - [2025-12-15 03:07:03] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005589 10.0.0.23 - - [2025-12-15 03:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.23 - - [2025-12-15 03:07:03] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005168 10.0.0.23 - - [2025-12-15 03:07:03] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004048 10.0.0.23 - - [2025-12-15 03:07:03] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.008337 10.0.0.23 - - [2025-12-15 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.23 - - [2025-12-15 03:07:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005186 10.0.0.23 - - [2025-12-15 03:07:04] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004390 10.0.0.23 - - [2025-12-15 03:07:04] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.009486 10.0.0.23 - - [2025-12-15 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268 10.0.0.23 - - [2025-12-15 03:07:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006585 10.0.0.23 - - [2025-12-15 03:07:04] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003719 10.0.0.23 - - [2025-12-15 03:07:04] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006161 10.0.0.23 - - [2025-12-15 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.23 - - [2025-12-15 03:07:04] "GET /routing-instance/537389c5-37a2-4e9a-90b1-54a66f7c4a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.007311 10.0.0.23 - - [2025-12-15 03:07:04] "GET /route-target/761bd509-0782-413d-ac5c-29ab93287475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005024 10.0.0.23 - - [2025-12-15 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.23 - - [2025-12-15 03:07:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003998 10.0.0.23 - - [2025-12-15 03:07:04] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002826 10.0.0.23 - - [2025-12-15 03:07:04] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005820 10.0.0.23 - - [2025-12-15 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.23 - - [2025-12-15 03:07:04] "GET /routing-instance/537389c5-37a2-4e9a-90b1-54a66f7c4a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004688 10.0.0.23 - - [2025-12-15 03:07:04] "GET /route-target/761bd509-0782-413d-ac5c-29ab93287475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003993 10.0.0.23 - - [2025-12-15 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.23 - - [2025-12-15 03:07:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005183 10.0.0.23 - - [2025-12-15 03:07:04] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005078 10.0.0.23 - - [2025-12-15 03:07:04] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006387 10.0.0.23 - - [2025-12-15 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.23 - - [2025-12-15 03:07:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004434 10.0.0.23 - - [2025-12-15 03:07:05] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003399 10.0.0.23 - - [2025-12-15 03:07:05] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006320 10.0.0.23 - - [2025-12-15 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.23 - - [2025-12-15 03:07:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004476 10.0.0.23 - - [2025-12-15 03:07:05] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003755 10.0.0.23 - - [2025-12-15 03:07:05] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007450 10.0.0.23 - - [2025-12-15 03:07:05] "GET /obj-perms HTTP/1.1" 200 5080 0.004015 10.0.0.65 - - [2025-12-15 03:07:05] "GET /obj-perms HTTP/1.1" 200 5080 0.003647 10.0.0.23 - - [2025-12-15 03:07:05] "GET /obj-perms HTTP/1.1" 200 5080 0.005699 10.0.0.50 - - [2025-12-15 03:07:05] "GET /obj-perms HTTP/1.1" 200 5080 0.004148 10.0.0.23 - - [2025-12-15 03:07:05] "GET /virtual-machine/cfe2ef9c-6d10-4d71-8f09-313c73442c3e HTTP/1.1" 200 1318 0.004880 10.0.0.23 - - [2025-12-15 03:07:05] "GET /virtual-machine-interface/0c067251-9c46-4993-b822-4d43fd6c3fa8 HTTP/1.1" 200 3416 0.006080 10.0.0.23 - - [2025-12-15 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.23 - - [2025-12-15 03:07:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005251 10.0.0.23 - - [2025-12-15 03:07:05] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004642 10.0.0.23 - - [2025-12-15 03:07:05] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007570 10.0.0.23 - - [2025-12-15 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.23 - - [2025-12-15 03:07:06] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005083 10.0.0.23 - - [2025-12-15 03:07:06] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003951 10.0.0.23 - - [2025-12-15 03:07:06] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.008816 10.0.0.23 - - [2025-12-15 03:07:07] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 200 1318 0.004939 10.0.0.23 - - [2025-12-15 03:07:07] "GET /virtual-machine-interface/8f88237f-8bbf-4c08-868e-88f94907b203 HTTP/1.1" 200 3417 0.007784 10.0.0.23 - - [2025-12-15 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.23 - - [2025-12-15 03:07:07] "GET /security-group/f741af7a-6bc7-44f7-8124-ace4a0b40415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005177 10.0.0.23 - - [2025-12-15 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005357 10.0.0.23 - - [2025-12-15 03:07:07] "GET /security-group/f741af7a-6bc7-44f7-8124-ace4a0b40415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005947 10.0.0.23 - - [2025-12-15 03:07:07] "POST /neutron/security_group HTTP/1.1" 200 1481 0.005783 10.0.0.23 - - [2025-12-15 03:07:07] "POST /neutron/port HTTP/1.1" 200 1243 0.014630 10.0.0.23 - - [2025-12-15 03:07:07] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 200 1318 0.004495 10.0.0.23 - - [2025-12-15 03:07:07] "GET /virtual-machine-interface/8f88237f-8bbf-4c08-868e-88f94907b203 HTTP/1.1" 200 3361 0.008130 10.0.0.23 - - [2025-12-15 03:07:07] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007713 10.0.0.23 - - [2025-12-15 03:07:07] "POST /neutron/port HTTP/1.1" 200 1205 0.013928 10.0.0.23 - - [2025-12-15 03:07:07] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 200 1318 0.003885 10.0.0.23 - - [2025-12-15 03:07:07] "GET /virtual-machine-interface/8f88237f-8bbf-4c08-868e-88f94907b203 HTTP/1.1" 200 3417 0.007782 10.0.0.23 - - [2025-12-15 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.23 - - [2025-12-15 03:07:07] "GET /security-group/f741af7a-6bc7-44f7-8124-ace4a0b40415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004306 10.0.0.23 - - [2025-12-15 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.23 - - [2025-12-15 03:07:07] "GET /security-group/f741af7a-6bc7-44f7-8124-ace4a0b40415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004319 10.0.0.23 - - [2025-12-15 03:07:07] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004609 10.0.0.65 - - [2025-12-15 03:07:16] "GET /obj-perms HTTP/1.1" 200 5056 0.045133 10.0.0.23 - - [2025-12-15 03:07:17] "GET /obj-perms HTTP/1.1" 200 5056 0.047096 10.0.0.23 - - [2025-12-15 03:07:27] "POST /neutron/port HTTP/1.1" 200 1217 0.016972 10.0.0.23 - - [2025-12-15 03:07:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004490 10.0.0.23 - - [2025-12-15 03:07:27] "POST /neutron/port HTTP/1.1" 200 117 0.001639 10.0.0.23 - - [2025-12-15 03:07:28] "POST /neutron/port HTTP/1.1" 200 1217 0.015450 10.0.0.23 - - [2025-12-15 03:07:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004326 10.0.0.23 - - [2025-12-15 03:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.50 - - [2025-12-15 03:08:17] "GET /obj-perms HTTP/1.1" 200 5056 0.054036 10.0.0.23 - - [2025-12-15 03:08:27] "POST /neutron/port HTTP/1.1" 200 1217 0.015296 10.0.0.23 - - [2025-12-15 03:08:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004177 10.0.0.23 - - [2025-12-15 03:08:28] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.23 - - [2025-12-15 03:08:30] "POST /neutron/port HTTP/1.1" 200 1217 0.036723 10.0.0.23 - - [2025-12-15 03:08:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003992 10.0.0.23 - - [2025-12-15 03:08:30] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.23 - - [2025-12-15 03:08:37] "POST /neutron/security_group_rule HTTP/1.1" 200 563 0.009268 10.0.0.23 - - [2025-12-15 03:08:37] "PUT /access-control-list/5ac4315b-72e3-4135-bb3c-2c78c848d030 HTTP/1.1" 200 272 0.057423 10.0.0.23 - - [2025-12-15 03:08:37] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133055 10.0.0.23 - - [2025-12-15 03:08:40] "POST /neutron/security_group HTTP/1.1" 200 1453 0.007384 10.0.0.23 - - [2025-12-15 03:08:40] "POST /neutron/port HTTP/1.1" 200 1243 0.013792 10.0.0.23 - - [2025-12-15 03:08:41] "GET /virtual-machine/cfe2ef9c-6d10-4d71-8f09-313c73442c3e HTTP/1.1" 200 1318 0.004283 10.0.0.23 - - [2025-12-15 03:08:41] "POST /neutron/port HTTP/1.1" 200 1205 0.020774 10.0.0.23 - - [2025-12-15 03:08:43] "GET /virtual-machine/cfe2ef9c-6d10-4d71-8f09-313c73442c3e HTTP/1.1" 404 171 0.003039 10.0.0.23 - - [2025-12-15 03:08:43] "GET /virtual-machine/cfe2ef9c-6d10-4d71-8f09-313c73442c3e HTTP/1.1" 404 171 0.004145 10.0.0.23 - - [2025-12-15 03:08:43] "GET /virtual-machine/cfe2ef9c-6d10-4d71-8f09-313c73442c3e HTTP/1.1" 404 171 0.002924 10.0.0.23 - - [2025-12-15 03:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.23 - - [2025-12-15 03:08:43] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003686 10.0.0.23 - - [2025-12-15 03:08:43] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003143 10.0.0.23 - - [2025-12-15 03:08:43] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007650 10.0.0.23 - - [2025-12-15 03:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.23 - - [2025-12-15 03:08:43] "GET /routing-instance/537389c5-37a2-4e9a-90b1-54a66f7c4a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005065 10.0.0.23 - - [2025-12-15 03:08:43] "GET /route-target/761bd509-0782-413d-ac5c-29ab93287475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004253 10.0.0.23 - - [2025-12-15 03:08:46] "GET /obj-perms HTTP/1.1" 200 5080 0.004207 10.0.0.50 - - [2025-12-15 03:08:46] "GET /obj-perms HTTP/1.1" 200 5080 0.004809 10.0.0.23 - - [2025-12-15 03:08:46] "POST /neutron/port HTTP/1.1" 200 1217 0.021253 10.0.0.23 - - [2025-12-15 03:08:46] "POST /neutron/port HTTP/1.1" 200 1205 0.068362 10.0.0.23 - - [2025-12-15 03:08:47] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 200 1318 0.004579 10.0.0.65 - - [2025-12-15 03:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.65 - - [2025-12-15 03:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.65 - - [2025-12-15 03:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.65 - - [2025-12-15 03:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.50 - - [2025-12-15 03:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.23 - - [2025-12-15 03:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.23 - - [2025-12-15 03:08:47] "POST /neutron/port HTTP/1.1" 200 151 0.224752 10.0.0.50 - - [2025-12-15 03:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.23 - - [2025-12-15 03:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2025-12-15 03:08:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000716 10.0.0.50 - - [2025-12-15 03:08:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2025-12-15 03:08:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.50 - - [2025-12-15 03:08:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2025-12-15 03:08:49] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 404 171 0.003917 10.0.0.23 - - [2025-12-15 03:08:49] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 404 171 0.003045 10.0.0.23 - - [2025-12-15 03:08:49] "GET /virtual-machine/ccd55faf-cd8f-42d5-94bd-d0763341a198 HTTP/1.1" 404 171 0.002924 10.0.0.23 - - [2025-12-15 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.23 - - [2025-12-15 03:08:49] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003821 10.0.0.23 - - [2025-12-15 03:08:49] "GET /virtual-networks?parent_id=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003858 10.0.0.23 - - [2025-12-15 03:08:49] "GET /virtual-network/3ccd6d43-9619-4dd8-b148-74088d63abae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005991 10.0.0.23 - - [2025-12-15 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.23 - - [2025-12-15 03:08:49] "GET /routing-instance/537389c5-37a2-4e9a-90b1-54a66f7c4a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004976 10.0.0.23 - - [2025-12-15 03:08:49] "GET /route-target/761bd509-0782-413d-ac5c-29ab93287475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004346 10.0.0.65 - - [2025-12-15 03:08:49] "GET /obj-perms HTTP/1.1" 200 5080 0.005076 10.0.0.23 - - [2025-12-15 03:08:52] "GET /obj-perms HTTP/1.1" 200 5080 0.004305 10.0.0.23 - - [2025-12-15 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.23 - - [2025-12-15 03:08:53] "POST /neutron/security_group HTTP/1.1" 200 1479 0.004187 10.0.0.23 - - [2025-12-15 03:08:53] "POST /fqname-to-id HTTP/1.1" 404 249 0.003889 10.0.0.23 - - [2025-12-15 03:08:53] "DELETE /access-control-list/5ac4315b-72e3-4135-bb3c-2c78c848d030 HTTP/1.1" 200 115 0.041083 10.0.0.65 - - [2025-12-15 03:08:54] "GET /projects?obj_uuids=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000962 10.0.0.23 - - [2025-12-15 03:08:54] "GET /project/43be60d3-92d4-4226-8cd2-a23c43c2eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.069322 10.0.0.65 - - [2025-12-15 03:08:54] "GET /projects?obj_uuids=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000916 10.0.0.23 - - [2025-12-15 03:08:54] "GET /project/43be60d3-92d4-4226-8cd2-a23c43c2eb0c?fields=virtual_networks HTTP/1.1" 200 1082 0.052445 10.0.0.65 - - [2025-12-15 03:08:54] "GET /projects?obj_uuids=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001718 10.0.0.23 - - [2025-12-15 03:08:54] "GET /project/43be60d3-92d4-4226-8cd2-a23c43c2eb0c?fields=virtual_machine_interfaces HTTP/1.1" 200 1082 0.047991 10.0.0.65 - - [2025-12-15 03:08:54] "GET /projects?obj_uuids=43be60d3-92d4-4226-8cd2-a23c43c2eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001088 10.0.0.23 - - [2025-12-15 03:08:54] "GET /project/43be60d3-92d4-4226-8cd2-a23c43c2eb0c?fields=security_groups HTTP/1.1" 200 1333 0.041314 10.0.0.23 - - [2025-12-15 03:08:55] "POST /fqname-to-id HTTP/1.1" 404 218 0.023660 10.0.0.65 - - [2025-12-15 03:08:55] "GET /projects?obj_uuids=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002855 10.0.0.65 - - [2025-12-15 03:08:55] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001303 10.0.0.65 - - [2025-12-15 03:08:55] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008500 10.0.0.65 - - [2025-12-15 03:08:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.002411 10.0.0.65 - - [2025-12-15 03:08:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.013551 10.0.0.65 - - [2025-12-15 03:08:56] "POST /security-groups HTTP/1.1" 200 621 0.035378 10.0.0.65 - - [2025-12-15 03:08:56] "POST /projects HTTP/1.1" 200 645 0.264582 10.0.0.23 - - [2025-12-15 03:08:56] "POST /fqname-to-id HTTP/1.1" 404 263 0.016481 10.0.0.65 - - [2025-12-15 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.340049 10.0.0.23 - - [2025-12-15 03:08:56] "GET /project/17192555-f0c8-4291-8b53-04eb7fe46ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.490277 10.0.0.23 - - [2025-12-15 03:08:57] "GET / HTTP/1.1" 200 35931 0.002441 10.0.0.23 - - [2025-12-15 03:08:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.23 - - [2025-12-15 03:08:59] "POST /fqname-to-id HTTP/1.1" 404 254 0.067664 10.0.0.23 - - [2025-12-15 03:08:59] "POST /security-groups HTTP/1.1" 200 595 0.052728 10.0.0.23 - - [2025-12-15 03:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.23 - - [2025-12-15 03:08:59] "POST /access-control-lists HTTP/1.1" 200 648 0.032678 10.0.0.23 - - [2025-12-15 03:08:59] "GET /security-group/b581c3f2-4cdc-4c0c-abf0-c0b96024ddee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.008417 10.0.0.23 - - [2025-12-15 03:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.011606 10.0.0.23 - - [2025-12-15 03:08:59] "GET /security-group/b581c3f2-4cdc-4c0c-abf0-c0b96024ddee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004408 10.0.0.23 - - [2025-12-15 03:09:00] "DELETE /security-group/b581c3f2-4cdc-4c0c-abf0-c0b96024ddee HTTP/1.1" 200 115 0.048088 10.0.0.23 - - [2025-12-15 03:09:00] "POST /fqname-to-id HTTP/1.1" 404 254 0.006244 10.0.0.23 - - [2025-12-15 03:09:00] "DELETE /access-control-list/085e6a8a-b309-4846-97a8-e2a855cc4a0a HTTP/1.1" 200 115 0.036015 10.0.0.23 - - [2025-12-15 03:09:00] "POST /fqname-to-id HTTP/1.1" 404 254 0.005722 10.0.0.23 - - [2025-12-15 03:09:00] "POST /security-groups HTTP/1.1" 200 595 0.046595 10.0.0.23 - - [2025-12-15 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.23 - - [2025-12-15 03:09:00] "POST /access-control-lists HTTP/1.1" 200 648 0.029924 10.0.0.23 - - [2025-12-15 03:09:00] "GET /security-group/fd2c2859-b17b-491b-b0ed-2eab6b17271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.006595 10.0.0.23 - - [2025-12-15 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.23 - - [2025-12-15 03:09:00] "GET /security-group/fd2c2859-b17b-491b-b0ed-2eab6b17271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004859 10.0.0.23 - - [2025-12-15 03:09:01] "GET /security-group/fd2c2859-b17b-491b-b0ed-2eab6b17271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004437 10.0.0.23 - - [2025-12-15 03:09:01] "PUT /security-group/fd2c2859-b17b-491b-b0ed-2eab6b17271a HTTP/1.1" 200 262 0.020197 10.0.0.23 - - [2025-12-15 03:09:01] "PUT /access-control-list/522bca24-f9a5-4755-aed2-d22c2e8b43a2 HTTP/1.1" 200 272 0.013588 10.0.0.23 - - [2025-12-15 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.013344 10.0.0.65 - - [2025-12-15 03:09:01] "GET /projects?obj_uuids=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001476 10.0.0.23 - - [2025-12-15 03:09:01] "GET /project/17192555-f0c8-4291-8b53-04eb7fe46ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.047453 10.0.0.65 - - [2025-12-15 03:09:01] "GET /projects?obj_uuids=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001586 10.0.0.23 - - [2025-12-15 03:09:01] "POST /neutron/network HTTP/1.1" 200 735 0.173333 10.0.0.23 - - [2025-12-15 03:09:01] "POST /ref-update HTTP/1.1" 200 156 0.028983 10.0.0.23 - - [2025-12-15 03:09:02] "POST /id-to-fqname HTTP/1.1" 200 300 0.003194 10.0.0.23 - - [2025-12-15 03:09:02] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005650 10.0.0.23 - - [2025-12-15 03:09:02] "POST /neutron/network HTTP/1.1" 200 955 0.007257 10.0.0.23 - - [2025-12-15 03:09:02] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005880 10.0.0.23 - - [2025-12-15 03:09:02] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009094 10.0.0.23 - - [2025-12-15 03:09:02] "GET /obj-perms HTTP/1.1" 200 5090 0.050245 10.0.0.65 - - [2025-12-15 03:09:03] "GET /obj-perms HTTP/1.1" 200 5090 0.054331 10.0.0.23 - - [2025-12-15 03:09:03] "POST /id-to-fqname HTTP/1.1" 200 300 0.001268 10.0.0.23 - - [2025-12-15 03:09:03] "POST /neutron/security_group HTTP/1.1" 200 1294 0.010221 10.0.0.65 - - [2025-12-15 03:09:04] "GET /projects?obj_uuids=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001704 10.0.0.23 - - [2025-12-15 03:09:04] "GET /project/17192555-f0c8-4291-8b53-04eb7fe46ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.097656 10.0.0.23 - - [2025-12-15 03:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.006791 10.0.0.23 - - [2025-12-15 03:09:04] "POST /id-to-fqname HTTP/1.1" 200 300 0.001269 10.0.0.23 - - [2025-12-15 03:09:04] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007815 10.0.0.65 - - [2025-12-15 03:09:05] "GET /projects?obj_uuids=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000997 10.0.0.23 - - [2025-12-15 03:09:05] "POST /neutron/security_group HTTP/1.1" 200 3300 0.052968 10.0.0.23 - - [2025-12-15 03:09:05] "POST /neutron/port HTTP/1.1" 200 1091 0.016531 10.0.0.65 - - [2025-12-15 03:09:05] "GET /projects?obj_uuids=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000918 10.0.0.23 - - [2025-12-15 03:09:05] "GET /project/17192555-f0c8-4291-8b53-04eb7fe46ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.079519 10.0.0.23 - - [2025-12-15 03:09:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003541 10.0.0.23 - - [2025-12-15 03:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.23 - - [2025-12-15 03:09:05] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008217 10.0.0.23 - - [2025-12-15 03:09:06] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008315 10.0.0.65 - - [2025-12-15 03:09:06] "GET /projects?obj_uuids=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001014 10.0.0.23 - - [2025-12-15 03:09:06] "POST /neutron/port HTTP/1.1" 200 1091 0.280766 10.0.0.23 - - [2025-12-15 03:09:06] "POST /neutron/port HTTP/1.1" 200 1146 0.110646 10.0.0.23 - - [2025-12-15 03:09:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.009070 10.0.0.23 - - [2025-12-15 03:09:11] "POST /neutron/port HTTP/1.1" 200 1120 0.020209 10.0.0.23 - - [2025-12-15 03:09:11] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007072 10.0.0.23 - - [2025-12-15 03:09:11] "POST /neutron/port HTTP/1.1" 200 1120 0.016974 10.0.0.23 - - [2025-12-15 03:09:11] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2025-12-15 03:09:11] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 200 1322 0.029058 10.0.0.23 - - [2025-12-15 03:09:11] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 200 1322 0.003992 10.0.0.23 - - [2025-12-15 03:09:11] "GET /virtual-machine-interface/7de39fcf-2c8e-4db4-8da4-ec085de9b2ed HTTP/1.1" 200 3263 0.005456 10.0.0.23 - - [2025-12-15 03:09:11] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 200 1322 0.003937 10.0.0.23 - - [2025-12-15 03:09:11] "GET /virtual-machine-interface/7de39fcf-2c8e-4db4-8da4-ec085de9b2ed HTTP/1.1" 200 3263 0.005444 10.0.0.23 - - [2025-12-15 03:09:11] "GET /instance-ip/c5a0d11b-55f4-4dfd-88b8-862baccf6085 HTTP/1.1" 200 1731 0.014432 10.0.0.23 - - [2025-12-15 03:09:11] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 200 1322 0.003850 10.0.0.23 - - [2025-12-15 03:09:11] "GET /virtual-machine-interface/7de39fcf-2c8e-4db4-8da4-ec085de9b2ed HTTP/1.1" 200 3263 0.005101 10.0.0.23 - - [2025-12-15 03:09:11] "GET /instance-ip/c5a0d11b-55f4-4dfd-88b8-862baccf6085 HTTP/1.1" 200 1731 0.003904 10.0.0.23 - - [2025-12-15 03:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.23 - - [2025-12-15 03:09:11] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004407 10.0.0.23 - - [2025-12-15 03:09:11] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003561 10.0.0.23 - - [2025-12-15 03:09:11] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007312 10.0.0.23 - - [2025-12-15 03:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.23 - - [2025-12-15 03:09:12] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004368 10.0.0.23 - - [2025-12-15 03:09:12] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003408 10.0.0.23 - - [2025-12-15 03:09:12] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006634 10.0.0.23 - - [2025-12-15 03:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.23 - - [2025-12-15 03:09:12] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004866 10.0.0.23 - - [2025-12-15 03:09:12] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003424 10.0.0.23 - - [2025-12-15 03:09:12] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005611 10.0.0.23 - - [2025-12-15 03:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.23 - - [2025-12-15 03:09:12] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004292 10.0.0.23 - - [2025-12-15 03:09:12] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003132 10.0.0.23 - - [2025-12-15 03:09:12] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005820 10.0.0.23 - - [2025-12-15 03:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.23 - - [2025-12-15 03:09:12] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005962 10.0.0.23 - - [2025-12-15 03:09:12] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005019 10.0.0.23 - - [2025-12-15 03:09:12] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005734 10.0.0.23 - - [2025-12-15 03:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2025-12-15 03:09:12] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004611 10.0.0.23 - - [2025-12-15 03:09:12] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003418 10.0.0.23 - - [2025-12-15 03:09:12] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005446 10.0.0.23 - - [2025-12-15 03:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.23 - - [2025-12-15 03:09:12] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006846 10.0.0.23 - - [2025-12-15 03:09:12] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003680 10.0.0.23 - - [2025-12-15 03:09:12] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006148 10.0.0.23 - - [2025-12-15 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2025-12-15 03:09:15] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005371 10.0.0.50 - - [2025-12-15 03:09:18] "GET /obj-perms HTTP/1.1" 200 5056 0.051451 10.0.0.23 - - [2025-12-15 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.23 - - [2025-12-15 03:09:19] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006206 10.0.0.23 - - [2025-12-15 03:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.010574 10.0.0.23 - - [2025-12-15 03:09:24] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006058 10.0.0.23 - - [2025-12-15 03:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.23 - - [2025-12-15 03:09:28] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005742 10.0.0.23 - - [2025-12-15 03:09:28] "POST /neutron/port HTTP/1.1" 200 1120 0.015559 10.0.0.23 - - [2025-12-15 03:09:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.008216 10.0.0.23 - - [2025-12-15 03:09:31] "POST /neutron/port HTTP/1.1" 200 1120 0.015486 10.0.0.23 - - [2025-12-15 03:09:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003956 10.0.0.23 - - [2025-12-15 03:09:31] "POST /neutron/network HTTP/1.1" 200 955 0.007823 10.0.0.23 - - [2025-12-15 03:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.23 - - [2025-12-15 03:09:32] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005916 10.0.0.23 - - [2025-12-15 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.23 - - [2025-12-15 03:09:36] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007722 10.0.0.23 - - [2025-12-15 03:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.23 - - [2025-12-15 03:09:40] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006365 10.0.0.23 - - [2025-12-15 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005687 10.0.0.23 - - [2025-12-15 03:09:44] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005633 10.0.0.23 - - [2025-12-15 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.23 - - [2025-12-15 03:09:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004601 10.0.0.23 - - [2025-12-15 03:09:46] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003955 10.0.0.23 - - [2025-12-15 03:09:46] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006549 10.0.0.23 - - [2025-12-15 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006876 10.0.0.23 - - [2025-12-15 03:09:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004122 10.0.0.23 - - [2025-12-15 03:09:46] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002861 10.0.0.23 - - [2025-12-15 03:09:46] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005798 10.0.0.23 - - [2025-12-15 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.23 - - [2025-12-15 03:09:47] "GET /routing-instance/6c777122-29a7-42ab-acaf-e08dc268023b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004179 10.0.0.23 - - [2025-12-15 03:09:47] "GET /route-target/11ee39b4-5a50-4870-991a-cc9caaf0d719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004021 10.0.0.23 - - [2025-12-15 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.23 - - [2025-12-15 03:09:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004198 10.0.0.23 - - [2025-12-15 03:09:47] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004732 10.0.0.23 - - [2025-12-15 03:09:47] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008550 10.0.0.23 - - [2025-12-15 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.23 - - [2025-12-15 03:09:47] "GET /routing-instance/6c777122-29a7-42ab-acaf-e08dc268023b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004376 10.0.0.23 - - [2025-12-15 03:09:47] "GET /route-target/11ee39b4-5a50-4870-991a-cc9caaf0d719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003887 10.0.0.23 - - [2025-12-15 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006892 10.0.0.23 - - [2025-12-15 03:09:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005044 10.0.0.23 - - [2025-12-15 03:09:47] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003871 10.0.0.23 - - [2025-12-15 03:09:47] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007050 10.0.0.23 - - [2025-12-15 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.23 - - [2025-12-15 03:09:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005964 10.0.0.23 - - [2025-12-15 03:09:47] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004803 10.0.0.23 - - [2025-12-15 03:09:47] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007592 10.0.0.23 - - [2025-12-15 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.23 - - [2025-12-15 03:09:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003814 10.0.0.23 - - [2025-12-15 03:09:47] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003096 10.0.0.23 - - [2025-12-15 03:09:47] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006434 10.0.0.23 - - [2025-12-15 03:09:47] "GET /obj-perms HTTP/1.1" 200 5090 0.003799 10.0.0.65 - - [2025-12-15 03:09:47] "GET /obj-perms HTTP/1.1" 200 5090 0.004209 10.0.0.23 - - [2025-12-15 03:09:47] "GET /obj-perms HTTP/1.1" 200 5090 0.003745 10.0.0.65 - - [2025-12-15 03:09:48] "GET /obj-perms HTTP/1.1" 200 5090 0.003606 10.0.0.23 - - [2025-12-15 03:09:48] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 200 1322 0.003945 10.0.0.23 - - [2025-12-15 03:09:48] "GET /virtual-machine-interface/7de39fcf-2c8e-4db4-8da4-ec085de9b2ed HTTP/1.1" 200 3263 0.005428 10.0.0.23 - - [2025-12-15 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005472 10.0.0.23 - - [2025-12-15 03:09:48] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005102 10.0.0.23 - - [2025-12-15 03:09:48] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003996 10.0.0.23 - - [2025-12-15 03:09:48] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005861 10.0.0.23 - - [2025-12-15 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.23 - - [2025-12-15 03:09:49] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005790 10.0.0.23 - - [2025-12-15 03:09:49] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004862 10.0.0.23 - - [2025-12-15 03:09:49] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007401 10.0.0.65 - - [2025-12-15 03:09:49] "DELETE /project/43be60d3-92d4-4226-8cd2-a23c43c2eb0c HTTP/1.1" 404 177 0.004856 10.0.0.65 - - [2025-12-15 03:09:49] "DELETE /project/17192555f0c842918b5304eb7fe46ec0 HTTP/1.1" 404 173 0.008206 10.0.0.23 - - [2025-12-15 03:09:54] "POST /neutron/port HTTP/1.1" 200 1120 0.017078 10.0.0.23 - - [2025-12-15 03:09:55] "POST /neutron/security_group HTTP/1.1" 200 1294 0.036488 10.0.0.23 - - [2025-12-15 03:09:59] "POST /neutron/port HTTP/1.1" 200 1120 0.015498 10.0.0.23 - - [2025-12-15 03:10:05] "POST /neutron/security_group HTTP/1.1" 200 1294 0.011866 10.0.0.23 - - [2025-12-15 03:10:05] "POST /neutron/port HTTP/1.1" 200 1120 0.016783 10.0.0.23 - - [2025-12-15 03:10:05] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007642 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-machine/1af082d6-9a6a-4536-918b-a6e3638aab02 HTTP/1.1" 200 1322 0.005996 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-machine/1af082d6-9a6a-4536-918b-a6e3638aab02 HTTP/1.1" 200 1322 0.003727 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-machine-interface/0033ea67-ed82-42fd-ba9c-c79a7ca5eb2d HTTP/1.1" 200 3261 0.005817 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-machine/1af082d6-9a6a-4536-918b-a6e3638aab02 HTTP/1.1" 200 1322 0.004958 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-machine-interface/0033ea67-ed82-42fd-ba9c-c79a7ca5eb2d HTTP/1.1" 200 3261 0.006404 10.0.0.23 - - [2025-12-15 03:10:05] "GET /instance-ip/4e6ab322-2736-4839-bb73-64cb7f472205 HTTP/1.1" 200 1731 0.008979 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-machine/1af082d6-9a6a-4536-918b-a6e3638aab02 HTTP/1.1" 200 1322 0.004611 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-machine-interface/0033ea67-ed82-42fd-ba9c-c79a7ca5eb2d HTTP/1.1" 200 3261 0.006653 10.0.0.23 - - [2025-12-15 03:10:05] "GET /instance-ip/4e6ab322-2736-4839-bb73-64cb7f472205 HTTP/1.1" 200 1731 0.006270 10.0.0.23 - - [2025-12-15 03:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005966 10.0.0.23 - - [2025-12-15 03:10:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006361 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005208 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007167 10.0.0.23 - - [2025-12-15 03:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005352 10.0.0.23 - - [2025-12-15 03:10:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005421 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003667 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007627 10.0.0.23 - - [2025-12-15 03:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.23 - - [2025-12-15 03:10:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004598 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004284 10.0.0.23 - - [2025-12-15 03:10:05] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006080 10.0.0.23 - - [2025-12-15 03:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.23 - - [2025-12-15 03:10:06] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004720 10.0.0.23 - - [2025-12-15 03:10:06] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003834 10.0.0.23 - - [2025-12-15 03:10:06] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006308 10.0.0.23 - - [2025-12-15 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.23 - - [2025-12-15 03:10:06] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008119 10.0.0.23 - - [2025-12-15 03:10:06] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003475 10.0.0.23 - - [2025-12-15 03:10:06] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006500 10.0.0.23 - - [2025-12-15 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2025-12-15 03:10:06] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004443 10.0.0.23 - - [2025-12-15 03:10:06] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003479 10.0.0.23 - - [2025-12-15 03:10:06] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006185 10.0.0.23 - - [2025-12-15 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.23 - - [2025-12-15 03:10:06] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005775 10.0.0.23 - - [2025-12-15 03:10:06] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004392 10.0.0.23 - - [2025-12-15 03:10:06] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005906 10.0.0.23 - - [2025-12-15 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.23 - - [2025-12-15 03:10:07] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004593 10.0.0.23 - - [2025-12-15 03:10:07] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003524 10.0.0.23 - - [2025-12-15 03:10:07] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005647 10.0.0.23 - - [2025-12-15 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.23 - - [2025-12-15 03:10:07] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003639 10.0.0.23 - - [2025-12-15 03:10:07] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003224 10.0.0.23 - - [2025-12-15 03:10:07] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005975 10.0.0.23 - - [2025-12-15 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.23 - - [2025-12-15 03:10:07] "GET /routing-instance/6c777122-29a7-42ab-acaf-e08dc268023b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005879 10.0.0.23 - - [2025-12-15 03:10:07] "GET /route-target/11ee39b4-5a50-4870-991a-cc9caaf0d719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004327 10.0.0.23 - - [2025-12-15 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.23 - - [2025-12-15 03:10:08] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003709 10.0.0.23 - - [2025-12-15 03:10:08] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003544 10.0.0.23 - - [2025-12-15 03:10:08] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.011404 10.0.0.23 - - [2025-12-15 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2025-12-15 03:10:08] "GET /routing-instance/6c777122-29a7-42ab-acaf-e08dc268023b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005141 10.0.0.23 - - [2025-12-15 03:10:08] "GET /route-target/11ee39b4-5a50-4870-991a-cc9caaf0d719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003938 10.0.0.23 - - [2025-12-15 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.23 - - [2025-12-15 03:10:08] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004252 10.0.0.23 - - [2025-12-15 03:10:08] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003152 10.0.0.23 - - [2025-12-15 03:10:08] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006183 10.0.0.23 - - [2025-12-15 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.23 - - [2025-12-15 03:10:08] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004024 10.0.0.23 - - [2025-12-15 03:10:08] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003108 10.0.0.23 - - [2025-12-15 03:10:08] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007377 10.0.0.23 - - [2025-12-15 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.23 - - [2025-12-15 03:10:08] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004562 10.0.0.23 - - [2025-12-15 03:10:08] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003453 10.0.0.23 - - [2025-12-15 03:10:08] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006077 10.0.0.23 - - [2025-12-15 03:10:08] "GET /obj-perms HTTP/1.1" 200 5090 0.004072 10.0.0.23 - - [2025-12-15 03:10:08] "GET /obj-perms HTTP/1.1" 200 5090 0.003670 10.0.0.65 - - [2025-12-15 03:10:08] "GET /obj-perms HTTP/1.1" 200 5090 0.003711 10.0.0.50 - - [2025-12-15 03:10:08] "GET /obj-perms HTTP/1.1" 200 5090 0.053111 10.0.0.23 - - [2025-12-15 03:10:08] "GET /obj-perms HTTP/1.1" 200 5090 0.003800 10.0.0.23 - - [2025-12-15 03:10:09] "GET /virtual-machine/1af082d6-9a6a-4536-918b-a6e3638aab02 HTTP/1.1" 200 1322 0.004376 10.0.0.23 - - [2025-12-15 03:10:09] "GET /virtual-machine-interface/0033ea67-ed82-42fd-ba9c-c79a7ca5eb2d HTTP/1.1" 200 3261 0.005200 10.0.0.23 - - [2025-12-15 03:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.23 - - [2025-12-15 03:10:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003388 10.0.0.23 - - [2025-12-15 03:10:09] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003007 10.0.0.23 - - [2025-12-15 03:10:09] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005677 10.0.0.23 - - [2025-12-15 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.23 - - [2025-12-15 03:10:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004066 10.0.0.23 - - [2025-12-15 03:10:10] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003749 10.0.0.23 - - [2025-12-15 03:10:10] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008498 10.0.0.23 - - [2025-12-15 03:10:10] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 200 1322 0.004384 10.0.0.23 - - [2025-12-15 03:10:10] "GET /virtual-machine-interface/7de39fcf-2c8e-4db4-8da4-ec085de9b2ed HTTP/1.1" 200 3263 0.005714 10.0.0.23 - - [2025-12-15 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.23 - - [2025-12-15 03:10:10] "GET /security-group/fd2c2859-b17b-491b-b0ed-2eab6b17271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004796 10.0.0.23 - - [2025-12-15 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.23 - - [2025-12-15 03:10:10] "GET /security-group/fd2c2859-b17b-491b-b0ed-2eab6b17271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.006805 10.0.0.23 - - [2025-12-15 03:10:10] "POST /neutron/port HTTP/1.1" 200 1120 0.025824 10.0.0.23 - - [2025-12-15 03:10:10] "POST /neutron/port HTTP/1.1" 200 1107 0.097216 10.0.0.23 - - [2025-12-15 03:10:10] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 200 1322 0.005502 10.0.0.23 - - [2025-12-15 03:10:10] "GET /virtual-machine-interface/7de39fcf-2c8e-4db4-8da4-ec085de9b2ed HTTP/1.1" 200 3202 0.008086 10.0.0.23 - - [2025-12-15 03:10:10] "POST /neutron/port HTTP/1.1" 200 1107 0.015704 10.0.0.23 - - [2025-12-15 03:10:11] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 200 1322 0.004242 10.0.0.23 - - [2025-12-15 03:10:11] "GET /virtual-machine-interface/7de39fcf-2c8e-4db4-8da4-ec085de9b2ed HTTP/1.1" 200 3263 0.007625 10.0.0.23 - - [2025-12-15 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.23 - - [2025-12-15 03:10:11] "GET /security-group/fd2c2859-b17b-491b-b0ed-2eab6b17271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.003937 10.0.0.23 - - [2025-12-15 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.23 - - [2025-12-15 03:10:11] "GET /security-group/fd2c2859-b17b-491b-b0ed-2eab6b17271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004576 10.0.0.23 - - [2025-12-15 03:10:11] "POST /neutron/security_group HTTP/1.1" 200 1320 0.004139 10.0.0.23 - - [2025-12-15 03:10:11] "DELETE /security-group/fd2c2859-b17b-491b-b0ed-2eab6b17271a HTTP/1.1" 409 336 0.009527 10.0.0.23 - - [2025-12-15 03:10:30] "POST /neutron/network HTTP/1.1" 200 965 0.034202 10.0.0.23 - - [2025-12-15 03:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.23 - - [2025-12-15 03:10:33] "POST /neutron/port HTTP/1.1" 200 1120 0.016399 10.0.0.23 - - [2025-12-15 03:10:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.012174 10.0.0.65 - - [2025-12-15 03:11:20] "GET /obj-perms HTTP/1.1" 200 5056 0.056222 10.0.0.23 - - [2025-12-15 03:11:31] "POST /neutron/port HTTP/1.1" 200 1120 0.014941 10.0.0.23 - - [2025-12-15 03:11:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003863 10.0.0.23 - - [2025-12-15 03:11:32] "POST /neutron/network HTTP/1.1" 200 955 0.007177 10.0.0.23 - - [2025-12-15 03:11:34] "POST /neutron/network HTTP/1.1" 200 965 0.006523 10.0.0.23 - - [2025-12-15 03:11:34] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.23 - - [2025-12-15 03:11:42] "GET /security-group/fd2c2859-b17b-491b-b0ed-2eab6b17271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004380 10.0.0.23 - - [2025-12-15 03:11:42] "PUT /security-group/fd2c2859-b17b-491b-b0ed-2eab6b17271a HTTP/1.1" 200 262 0.015845 10.0.0.23 - - [2025-12-15 03:11:42] "PUT /access-control-list/522bca24-f9a5-4755-aed2-d22c2e8b43a2 HTTP/1.1" 200 272 0.012170 10.0.0.23 - - [2025-12-15 03:11:44] "POST /neutron/port HTTP/1.1" 200 1120 0.023327 10.0.0.23 - - [2025-12-15 03:11:44] "POST /neutron/port HTTP/1.1" 200 1107 0.066962 10.0.0.23 - - [2025-12-15 03:11:45] "GET /virtual-machine/1af082d6-9a6a-4536-918b-a6e3638aab02 HTTP/1.1" 200 1322 0.004435 10.0.0.23 - - [2025-12-15 03:11:45] "POST /neutron/port HTTP/1.1" 200 151 0.200718 10.0.0.23 - - [2025-12-15 03:11:47] "GET /virtual-machine/1af082d6-9a6a-4536-918b-a6e3638aab02 HTTP/1.1" 404 171 0.003466 10.0.0.23 - - [2025-12-15 03:11:47] "GET /virtual-machine/1af082d6-9a6a-4536-918b-a6e3638aab02 HTTP/1.1" 404 171 0.003253 10.0.0.23 - - [2025-12-15 03:11:47] "GET /virtual-machine/1af082d6-9a6a-4536-918b-a6e3638aab02 HTTP/1.1" 404 171 0.004279 10.0.0.23 - - [2025-12-15 03:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.23 - - [2025-12-15 03:11:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003823 10.0.0.23 - - [2025-12-15 03:11:47] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003403 10.0.0.23 - - [2025-12-15 03:11:47] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007203 10.0.0.23 - - [2025-12-15 03:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.23 - - [2025-12-15 03:11:47] "GET /routing-instance/6c777122-29a7-42ab-acaf-e08dc268023b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005879 10.0.0.23 - - [2025-12-15 03:11:47] "GET /route-target/11ee39b4-5a50-4870-991a-cc9caaf0d719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004914 10.0.0.50 - - [2025-12-15 03:11:47] "GET /obj-perms HTTP/1.1" 200 5090 0.004264 10.0.0.23 - - [2025-12-15 03:11:50] "GET /obj-perms HTTP/1.1" 200 5090 0.005290 10.0.0.50 - - [2025-12-15 03:11:56] "GET /obj-perms HTTP/1.1" 200 5090 0.003980 10.0.0.23 - - [2025-12-15 03:11:59] "GET /obj-perms HTTP/1.1" 200 5090 0.004626 10.0.0.50 - - [2025-12-15 03:12:05] "GET /obj-perms HTTP/1.1" 200 5090 0.003706 10.0.0.23 - - [2025-12-15 03:12:09] "GET /obj-perms HTTP/1.1" 200 5090 0.005607 10.0.0.50 - - [2025-12-15 03:12:15] "GET /obj-perms HTTP/1.1" 200 5090 0.004032 10.0.0.23 - - [2025-12-15 03:12:15] "GET /obj-perms HTTP/1.1" 200 5090 0.004849 10.0.0.23 - - [2025-12-15 03:12:15] "POST /neutron/port HTTP/1.1" 200 1146 0.016141 10.0.0.23 - - [2025-12-15 03:12:15] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 200 1322 0.007818 10.0.0.23 - - [2025-12-15 03:12:16] "POST /neutron/port HTTP/1.1" 200 1081 0.019931 10.0.0.23 - - [2025-12-15 03:12:17] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 404 171 0.003399 10.0.0.23 - - [2025-12-15 03:12:17] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 404 171 0.002944 10.0.0.23 - - [2025-12-15 03:12:17] "GET /virtual-machine/79626220-5707-40f1-977f-83284198d4a2 HTTP/1.1" 404 171 0.002882 10.0.0.23 - - [2025-12-15 03:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.23 - - [2025-12-15 03:12:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003858 10.0.0.23 - - [2025-12-15 03:12:17] "GET /virtual-networks?parent_id=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003264 10.0.0.23 - - [2025-12-15 03:12:17] "GET /virtual-network/b4452111-4f35-44e9-99ee-dc055cc8acbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007308 10.0.0.23 - - [2025-12-15 03:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.23 - - [2025-12-15 03:12:17] "GET /routing-instance/6c777122-29a7-42ab-acaf-e08dc268023b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004481 10.0.0.23 - - [2025-12-15 03:12:17] "GET /route-target/11ee39b4-5a50-4870-991a-cc9caaf0d719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003471 10.0.0.23 - - [2025-12-15 03:12:20] "GET /obj-perms HTTP/1.1" 200 5056 0.048702 10.0.0.65 - - [2025-12-15 03:12:21] "GET /obj-perms HTTP/1.1" 200 5090 0.004114 10.0.0.23 - - [2025-12-15 03:12:24] "GET /obj-perms HTTP/1.1" 200 5090 0.004348 10.0.0.50 - - [2025-12-15 03:12:24] "GET /obj-perms HTTP/1.1" 200 5090 0.004074 10.0.0.23 - - [2025-12-15 03:12:24] "POST /neutron/network HTTP/1.1" 200 955 0.006069 10.0.0.23 - - [2025-12-15 03:12:24] "DELETE /route-target/11ee39b4-5a50-4870-991a-cc9caaf0d719 HTTP/1.1" 200 115 0.025437 10.0.0.23 - - [2025-12-15 03:12:24] "DELETE /security-group/fd2c2859-b17b-491b-b0ed-2eab6b17271a HTTP/1.1" 200 115 0.046146 10.0.0.23 - - [2025-12-15 03:12:24] "POST /fqname-to-id HTTP/1.1" 404 254 0.010550 10.0.0.65 - - [2025-12-15 03:12:26] "GET /projects?obj_uuids=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.026774 10.0.0.23 - - [2025-12-15 03:12:26] "GET /project/17192555-f0c8-4291-8b53-04eb7fe46ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.086894 10.0.0.65 - - [2025-12-15 03:12:26] "GET /projects?obj_uuids=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001421 10.0.0.23 - - [2025-12-15 03:12:26] "GET /project/17192555-f0c8-4291-8b53-04eb7fe46ec0?fields=virtual_networks HTTP/1.1" 200 1092 0.041843 10.0.0.65 - - [2025-12-15 03:12:26] "GET /projects?obj_uuids=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000975 10.0.0.23 - - [2025-12-15 03:12:26] "GET /project/17192555-f0c8-4291-8b53-04eb7fe46ec0?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.041529 10.0.0.65 - - [2025-12-15 03:12:26] "GET /projects?obj_uuids=17192555-f0c8-4291-8b53-04eb7fe46ec0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000996 10.0.0.23 - - [2025-12-15 03:12:26] "GET /project/17192555-f0c8-4291-8b53-04eb7fe46ec0?fields=security_groups HTTP/1.1" 200 1348 0.045613 10.0.0.23 - - [2025-12-15 03:12:27] "POST /fqname-to-id HTTP/1.1" 404 209 0.029674 10.0.0.65 - - [2025-12-15 03:12:27] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003657 10.0.0.65 - - [2025-12-15 03:12:27] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.65 - - [2025-12-15 03:12:27] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.034682 10.0.0.65 - - [2025-12-15 03:12:27] "POST /id-to-fqname HTTP/1.1" 200 212 0.004155 10.0.0.65 - - [2025-12-15 03:12:27] "POST /fqname-to-id HTTP/1.1" 404 222 0.004887 10.0.0.65 - - [2025-12-15 03:12:27] "POST /security-groups HTTP/1.1" 200 612 0.073694 10.0.0.23 - - [2025-12-15 03:12:27] "POST /fqname-to-id HTTP/1.1" 404 255 0.003025 10.0.0.65 - - [2025-12-15 03:12:27] "POST /projects HTTP/1.1" 200 627 0.286938 10.0.0.65 - - [2025-12-15 03:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.357736 10.0.0.23 - - [2025-12-15 03:12:27] "POST /access-control-lists HTTP/1.1" 200 615 0.032497 10.0.0.23 - - [2025-12-15 03:12:27] "GET /project/a793fd14-ab4e-4a06-9ee0-aced33cb4e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.531526 10.0.0.23 - - [2025-12-15 03:12:28] "GET / HTTP/1.1" 200 35931 0.001824 10.0.0.23 - - [2025-12-15 03:12:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000656 10.0.0.23 - - [2025-12-15 03:12:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.067705 10.0.0.23 - - [2025-12-15 03:12:31] "POST /fqname-to-id HTTP/1.1" 404 276 0.012760 10.0.0.23 - - [2025-12-15 03:12:31] "PUT /access-control-list/370eabc9-c9a1-4fb9-93dc-6cb103312126 HTTP/1.1" 200 272 0.020475 10.0.0.65 - - [2025-12-15 03:12:31] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001008 10.0.0.23 - - [2025-12-15 03:12:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.104502 10.0.0.23 - - [2025-12-15 03:12:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015361 10.0.0.23 - - [2025-12-15 03:12:31] "PUT /access-control-list/370eabc9-c9a1-4fb9-93dc-6cb103312126 HTTP/1.1" 200 272 0.026492 10.0.0.23 - - [2025-12-15 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.23 - - [2025-12-15 03:12:32] "GET /security-group/dd149fd1-c9a4-4f37-a38b-aff58084c501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.013426 10.0.0.23 - - [2025-12-15 03:12:32] "POST /neutron/security_group HTTP/1.1" 200 1003 0.005350 10.0.0.23 - - [2025-12-15 03:12:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.005328 10.0.0.23 - - [2025-12-15 03:12:32] "DELETE /access-control-list/370eabc9-c9a1-4fb9-93dc-6cb103312126 HTTP/1.1" 200 115 0.040047 10.0.0.23 - - [2025-12-15 03:12:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.003434 10.0.0.23 - - [2025-12-15 03:12:33] "POST /fqname-to-id HTTP/1.1" 404 276 0.009502 10.0.0.23 - - [2025-12-15 03:12:33] "PUT /access-control-list/62e3565c-28c9-48c0-b3fe-4ad4630c0930 HTTP/1.1" 200 272 0.021663 10.0.0.65 - - [2025-12-15 03:12:33] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001252 10.0.0.23 - - [2025-12-15 03:12:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.054003 10.0.0.23 - - [2025-12-15 03:12:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020503 10.0.0.23 - - [2025-12-15 03:12:34] "PUT /access-control-list/62e3565c-28c9-48c0-b3fe-4ad4630c0930 HTTP/1.1" 200 272 0.019711 10.0.0.23 - - [2025-12-15 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.23 - - [2025-12-15 03:12:34] "GET /security-group/c34f6381-94f1-4ec8-ac4a-466001952bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005445 10.0.0.65 - - [2025-12-15 03:12:34] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001303 10.0.0.23 - - [2025-12-15 03:12:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2189 0.043672 10.0.0.23 - - [2025-12-15 03:12:34] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.157483 10.0.0.23 - - [2025-12-15 03:12:34] "PUT /access-control-list/62e3565c-28c9-48c0-b3fe-4ad4630c0930 HTTP/1.1" 200 272 0.014591 10.0.0.23 - - [2025-12-15 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.65 - - [2025-12-15 03:12:35] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000890 10.0.0.23 - - [2025-12-15 03:12:35] "GET /project/a793fd14-ab4e-4a06-9ee0-aced33cb4e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.040545 10.0.0.65 - - [2025-12-15 03:12:35] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000942 10.0.0.23 - - [2025-12-15 03:12:35] "POST /neutron/network HTTP/1.1" 200 708 0.110712 10.0.0.23 - - [2025-12-15 03:12:35] "POST /ref-update HTTP/1.1" 200 156 0.022861 10.0.0.23 - - [2025-12-15 03:12:35] "POST /id-to-fqname HTTP/1.1" 200 282 0.003475 10.0.0.23 - - [2025-12-15 03:12:35] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005500 10.0.0.23 - - [2025-12-15 03:12:35] "POST /neutron/network HTTP/1.1" 200 929 0.006644 10.0.0.23 - - [2025-12-15 03:12:35] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005210 10.0.0.23 - - [2025-12-15 03:12:35] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.010206 10.0.0.65 - - [2025-12-15 03:12:37] "GET /obj-perms HTTP/1.1" 200 5072 0.053529 10.0.0.23 - - [2025-12-15 03:12:37] "POST /id-to-fqname HTTP/1.1" 200 282 0.001342 10.0.0.23 - - [2025-12-15 03:12:37] "POST /neutron/security_group HTTP/1.1" 200 1421 0.011104 10.0.0.65 - - [2025-12-15 03:12:37] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001334 10.0.0.23 - - [2025-12-15 03:12:38] "GET /project/a793fd14-ab4e-4a06-9ee0-aced33cb4e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.089237 10.0.0.23 - - [2025-12-15 03:12:38] "POST /neutron/port HTTP/1.1" 200 117 0.006395 10.0.0.23 - - [2025-12-15 03:12:38] "POST /id-to-fqname HTTP/1.1" 200 282 0.001238 10.0.0.23 - - [2025-12-15 03:12:38] "POST /neutron/security_group HTTP/1.1" 200 1421 0.008446 10.0.0.65 - - [2025-12-15 03:12:38] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001063 10.0.0.23 - - [2025-12-15 03:12:38] "POST /neutron/security_group HTTP/1.1" 200 3418 0.051739 10.0.0.23 - - [2025-12-15 03:12:39] "POST /neutron/port HTTP/1.1" 200 1083 0.020113 10.0.0.65 - - [2025-12-15 03:12:39] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001061 10.0.0.23 - - [2025-12-15 03:12:39] "GET /project/a793fd14-ab4e-4a06-9ee0-aced33cb4e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.116315 10.0.0.23 - - [2025-12-15 03:12:39] "POST /neutron/port HTTP/1.1" 200 1111 0.022445 10.0.0.23 - - [2025-12-15 03:12:39] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.23 - - [2025-12-15 03:12:39] "POST /neutron/security_group HTTP/1.1" 200 1421 0.006962 10.0.0.23 - - [2025-12-15 03:12:39] "POST /neutron/security_group HTTP/1.1" 200 1421 0.006975 10.0.0.65 - - [2025-12-15 03:12:40] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001393 10.0.0.23 - - [2025-12-15 03:12:40] "POST /neutron/port HTTP/1.1" 200 1083 0.268203 10.0.0.23 - - [2025-12-15 03:12:40] "POST /neutron/port HTTP/1.1" 200 1137 0.125499 10.0.0.23 - - [2025-12-15 03:12:40] "POST /neutron/subnet HTTP/1.1" 200 708 0.008853 10.0.0.23 - - [2025-12-15 03:12:44] "POST /neutron/port HTTP/1.1" 200 1111 0.014349 10.0.0.23 - - [2025-12-15 03:12:45] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007699 10.0.0.23 - - [2025-12-15 03:12:45] "POST /neutron/port HTTP/1.1" 200 1111 0.015370 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 401 292 0.000502 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 200 1313 0.026390 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 200 1313 0.003838 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-machine-interface/16de4af7-ee2d-4a21-94ce-5e5ac71d91e0 HTTP/1.1" 200 3191 0.006616 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 200 1313 0.004738 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-machine-interface/16de4af7-ee2d-4a21-94ce-5e5ac71d91e0 HTTP/1.1" 200 3191 0.006720 10.0.0.23 - - [2025-12-15 03:12:45] "GET /instance-ip/0714c25e-a005-402a-9d3b-c804cc56ae71 HTTP/1.1" 200 1704 0.006010 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 200 1313 0.005189 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-machine-interface/16de4af7-ee2d-4a21-94ce-5e5ac71d91e0 HTTP/1.1" 200 3191 0.005418 10.0.0.23 - - [2025-12-15 03:12:45] "GET /instance-ip/0714c25e-a005-402a-9d3b-c804cc56ae71 HTTP/1.1" 200 1704 0.004419 10.0.0.23 - - [2025-12-15 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.23 - - [2025-12-15 03:12:45] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003453 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003366 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006247 10.0.0.23 - - [2025-12-15 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.23 - - [2025-12-15 03:12:45] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004891 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003353 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005775 10.0.0.23 - - [2025-12-15 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.23 - - [2025-12-15 03:12:45] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004592 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003220 10.0.0.23 - - [2025-12-15 03:12:45] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006732 10.0.0.23 - - [2025-12-15 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006305 10.0.0.23 - - [2025-12-15 03:12:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004141 10.0.0.23 - - [2025-12-15 03:12:46] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003484 10.0.0.23 - - [2025-12-15 03:12:46] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005969 10.0.0.23 - - [2025-12-15 03:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.23 - - [2025-12-15 03:12:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004281 10.0.0.23 - - [2025-12-15 03:12:46] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003197 10.0.0.23 - - [2025-12-15 03:12:46] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005257 10.0.0.23 - - [2025-12-15 03:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.23 - - [2025-12-15 03:12:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.23 - - [2025-12-15 03:12:46] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002876 10.0.0.23 - - [2025-12-15 03:12:46] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006753 10.0.0.23 - - [2025-12-15 03:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.23 - - [2025-12-15 03:12:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003916 10.0.0.23 - - [2025-12-15 03:12:46] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003159 10.0.0.23 - - [2025-12-15 03:12:46] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005590 10.0.0.23 - - [2025-12-15 03:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.23 - - [2025-12-15 03:12:49] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005690 10.0.0.65 - - [2025-12-15 03:12:49] "DELETE /project/a793fd14ab4e4a069ee0aced33cb4e91 HTTP/1.1" 404 173 0.004155 10.0.0.65 - - [2025-12-15 03:12:49] "DELETE /project/17192555-f0c8-4291-8b53-04eb7fe46ec0 HTTP/1.1" 404 177 0.003675 10.0.0.23 - - [2025-12-15 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.23 - - [2025-12-15 03:12:53] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006499 10.0.0.23 - - [2025-12-15 03:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.23 - - [2025-12-15 03:12:57] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006560 10.0.0.23 - - [2025-12-15 03:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.23 - - [2025-12-15 03:13:01] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005276 10.0.0.23 - - [2025-12-15 03:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.23 - - [2025-12-15 03:13:05] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007378 10.0.0.23 - - [2025-12-15 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006204 10.0.0.23 - - [2025-12-15 03:13:10] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007314 10.0.0.23 - - [2025-12-15 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.23 - - [2025-12-15 03:13:14] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005107 10.0.0.23 - - [2025-12-15 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.23 - - [2025-12-15 03:13:18] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006123 10.0.0.23 - - [2025-12-15 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.23 - - [2025-12-15 03:13:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003888 10.0.0.23 - - [2025-12-15 03:13:20] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003144 10.0.0.23 - - [2025-12-15 03:13:20] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006360 10.0.0.23 - - [2025-12-15 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.23 - - [2025-12-15 03:13:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005287 10.0.0.23 - - [2025-12-15 03:13:20] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004630 10.0.0.23 - - [2025-12-15 03:13:20] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005622 10.0.0.23 - - [2025-12-15 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.23 - - [2025-12-15 03:13:20] "GET /routing-instance/f44fdb88-2394-4944-ba73-82b4ae265dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005727 10.0.0.23 - - [2025-12-15 03:13:20] "GET /route-target/1b737600-1d90-4ea4-a63b-c93b74c10060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004427 10.0.0.23 - - [2025-12-15 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.23 - - [2025-12-15 03:13:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004018 10.0.0.23 - - [2025-12-15 03:13:20] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003226 10.0.0.23 - - [2025-12-15 03:13:20] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005621 10.0.0.23 - - [2025-12-15 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.23 - - [2025-12-15 03:13:20] "GET /routing-instance/f44fdb88-2394-4944-ba73-82b4ae265dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004369 10.0.0.23 - - [2025-12-15 03:13:20] "GET /route-target/1b737600-1d90-4ea4-a63b-c93b74c10060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003694 10.0.0.23 - - [2025-12-15 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.23 - - [2025-12-15 03:13:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004633 10.0.0.23 - - [2025-12-15 03:13:21] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003554 10.0.0.23 - - [2025-12-15 03:13:21] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.008133 10.0.0.23 - - [2025-12-15 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.23 - - [2025-12-15 03:13:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004050 10.0.0.23 - - [2025-12-15 03:13:21] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002922 10.0.0.23 - - [2025-12-15 03:13:21] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006909 10.0.0.23 - - [2025-12-15 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.23 - - [2025-12-15 03:13:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004859 10.0.0.23 - - [2025-12-15 03:13:21] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003348 10.0.0.23 - - [2025-12-15 03:13:21] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006251 10.0.0.23 - - [2025-12-15 03:13:21] "GET /obj-perms HTTP/1.1" 200 5056 0.047529 10.0.0.65 - - [2025-12-15 03:13:21] "GET /obj-perms HTTP/1.1" 200 5072 0.005314 10.0.0.23 - - [2025-12-15 03:13:21] "GET /obj-perms HTTP/1.1" 200 5072 0.045506 10.0.0.23 - - [2025-12-15 03:13:21] "GET /obj-perms HTTP/1.1" 200 5072 0.003829 10.0.0.65 - - [2025-12-15 03:13:21] "GET /obj-perms HTTP/1.1" 200 5072 0.003978 10.0.0.23 - - [2025-12-15 03:13:22] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 200 1313 0.004593 10.0.0.23 - - [2025-12-15 03:13:22] "GET /virtual-machine-interface/16de4af7-ee2d-4a21-94ce-5e5ac71d91e0 HTTP/1.1" 200 3191 0.005554 10.0.0.23 - - [2025-12-15 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.23 - - [2025-12-15 03:13:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003694 10.0.0.23 - - [2025-12-15 03:13:22] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002700 10.0.0.23 - - [2025-12-15 03:13:22] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006108 10.0.0.23 - - [2025-12-15 03:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.23 - - [2025-12-15 03:13:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004363 10.0.0.23 - - [2025-12-15 03:13:23] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003180 10.0.0.23 - - [2025-12-15 03:13:23] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.018867 10.0.0.23 - - [2025-12-15 03:13:23] "POST /neutron/security_group HTTP/1.1" 200 1421 0.010459 10.0.0.23 - - [2025-12-15 03:13:30] "POST /neutron/port HTTP/1.1" 200 1111 0.017339 10.0.0.23 - - [2025-12-15 03:13:31] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007601 10.0.0.23 - - [2025-12-15 03:13:33] "POST /neutron/network HTTP/1.1" 200 939 0.007577 10.0.0.23 - - [2025-12-15 03:13:33] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.23 - - [2025-12-15 03:13:33] "POST /neutron/security_group HTTP/1.1" 200 1421 0.010386 10.0.0.23 - - [2025-12-15 03:13:36] "POST /neutron/network HTTP/1.1" 200 939 0.039354 10.0.0.23 - - [2025-12-15 03:13:36] "POST /neutron/port HTTP/1.1" 200 117 0.002453 10.0.0.23 - - [2025-12-15 03:13:38] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007852 10.0.0.23 - - [2025-12-15 03:13:44] "POST /neutron/port HTTP/1.1" 200 1111 0.015257 10.0.0.23 - - [2025-12-15 03:13:44] "POST /neutron/security_group HTTP/1.1" 200 1421 0.006486 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-machine/37c2f653-cb57-4027-b970-f84b60e610d0 HTTP/1.1" 200 1313 0.007083 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-machine/37c2f653-cb57-4027-b970-f84b60e610d0 HTTP/1.1" 200 1313 0.004457 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-machine-interface/ef8c8577-a2d0-4851-8f58-1c78e30f8baf HTTP/1.1" 200 3192 0.006696 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-machine/37c2f653-cb57-4027-b970-f84b60e610d0 HTTP/1.1" 200 1313 0.007276 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-machine-interface/ef8c8577-a2d0-4851-8f58-1c78e30f8baf HTTP/1.1" 200 3192 0.007244 10.0.0.23 - - [2025-12-15 03:13:44] "GET /instance-ip/1caf5dfb-8004-461e-a601-261443ee1487 HTTP/1.1" 200 1705 0.009577 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-machine/37c2f653-cb57-4027-b970-f84b60e610d0 HTTP/1.1" 200 1313 0.004913 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-machine-interface/ef8c8577-a2d0-4851-8f58-1c78e30f8baf HTTP/1.1" 200 3192 0.006146 10.0.0.23 - - [2025-12-15 03:13:44] "GET /instance-ip/1caf5dfb-8004-461e-a601-261443ee1487 HTTP/1.1" 200 1705 0.006432 10.0.0.23 - - [2025-12-15 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2025-12-15 03:13:44] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004093 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.008657 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007917 10.0.0.23 - - [2025-12-15 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.23 - - [2025-12-15 03:13:44] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004893 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003974 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005811 10.0.0.23 - - [2025-12-15 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.23 - - [2025-12-15 03:13:44] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003893 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003232 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005636 10.0.0.23 - - [2025-12-15 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.23 - - [2025-12-15 03:13:44] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004243 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003124 10.0.0.23 - - [2025-12-15 03:13:44] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005986 10.0.0.23 - - [2025-12-15 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.23 - - [2025-12-15 03:13:45] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004385 10.0.0.23 - - [2025-12-15 03:13:45] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003493 10.0.0.23 - - [2025-12-15 03:13:45] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.008729 10.0.0.23 - - [2025-12-15 03:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.23 - - [2025-12-15 03:13:45] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004218 10.0.0.23 - - [2025-12-15 03:13:45] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003885 10.0.0.23 - - [2025-12-15 03:13:45] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005289 10.0.0.23 - - [2025-12-15 03:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.23 - - [2025-12-15 03:13:45] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004179 10.0.0.23 - - [2025-12-15 03:13:45] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.012591 10.0.0.23 - - [2025-12-15 03:13:45] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005661 10.0.0.23 - - [2025-12-15 03:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.23 - - [2025-12-15 03:13:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004144 10.0.0.23 - - [2025-12-15 03:13:46] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004256 10.0.0.23 - - [2025-12-15 03:13:46] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.008988 10.0.0.23 - - [2025-12-15 03:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.23 - - [2025-12-15 03:13:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004544 10.0.0.23 - - [2025-12-15 03:13:46] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003272 10.0.0.23 - - [2025-12-15 03:13:46] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.013504 10.0.0.23 - - [2025-12-15 03:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.23 - - [2025-12-15 03:13:46] "GET /routing-instance/f44fdb88-2394-4944-ba73-82b4ae265dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.006819 10.0.0.23 - - [2025-12-15 03:13:46] "GET /route-target/1b737600-1d90-4ea4-a63b-c93b74c10060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006016 10.0.0.23 - - [2025-12-15 03:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.23 - - [2025-12-15 03:13:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005029 10.0.0.23 - - [2025-12-15 03:13:46] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003117 10.0.0.23 - - [2025-12-15 03:13:47] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.011549 10.0.0.23 - - [2025-12-15 03:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.65 - - [2025-12-15 03:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000565 10.0.0.23 - - [2025-12-15 03:13:47] "GET /routing-instance/f44fdb88-2394-4944-ba73-82b4ae265dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.008868 10.0.0.65 - - [2025-12-15 03:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.23 - - [2025-12-15 03:13:47] "GET /route-target/1b737600-1d90-4ea4-a63b-c93b74c10060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008634 10.0.0.23 - - [2025-12-15 03:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.23 - - [2025-12-15 03:13:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003963 10.0.0.23 - - [2025-12-15 03:13:47] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003595 10.0.0.23 - - [2025-12-15 03:13:47] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006991 10.0.0.23 - - [2025-12-15 03:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.65 - - [2025-12-15 03:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.65 - - [2025-12-15 03:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.23 - - [2025-12-15 03:13:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004788 10.0.0.23 - - [2025-12-15 03:13:47] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003671 10.0.0.23 - - [2025-12-15 03:13:47] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005342 10.0.0.23 - - [2025-12-15 03:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2025-12-15 03:13:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004340 10.0.0.23 - - [2025-12-15 03:13:47] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003195 10.0.0.23 - - [2025-12-15 03:13:47] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006280 10.0.0.23 - - [2025-12-15 03:13:47] "GET /obj-perms HTTP/1.1" 200 5072 0.005048 10.0.0.65 - - [2025-12-15 03:13:47] "GET /obj-perms HTTP/1.1" 200 5072 0.008174 10.0.0.50 - - [2025-12-15 03:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.23 - - [2025-12-15 03:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2025-12-15 03:13:47] "GET /obj-perms HTTP/1.1" 200 5072 0.004292 10.0.0.50 - - [2025-12-15 03:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2025-12-15 03:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.50 - - [2025-12-15 03:13:47] "GET /obj-perms HTTP/1.1" 200 5072 0.060071 10.0.0.23 - - [2025-12-15 03:13:47] "GET /virtual-machine/37c2f653-cb57-4027-b970-f84b60e610d0 HTTP/1.1" 200 1313 0.006028 10.0.0.23 - - [2025-12-15 03:13:47] "GET /virtual-machine-interface/ef8c8577-a2d0-4851-8f58-1c78e30f8baf HTTP/1.1" 200 3192 0.005535 10.0.0.23 - - [2025-12-15 03:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.23 - - [2025-12-15 03:13:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004124 10.0.0.23 - - [2025-12-15 03:13:47] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003246 10.0.0.23 - - [2025-12-15 03:13:48] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005833 10.0.0.23 - - [2025-12-15 03:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.50 - - [2025-12-15 03:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.23 - - [2025-12-15 03:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.50 - - [2025-12-15 03:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2025-12-15 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.23 - - [2025-12-15 03:13:49] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003959 10.0.0.23 - - [2025-12-15 03:13:49] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002953 10.0.0.23 - - [2025-12-15 03:13:49] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005491 10.0.0.23 - - [2025-12-15 03:13:49] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 200 1313 0.004237 10.0.0.23 - - [2025-12-15 03:13:49] "GET /virtual-machine-interface/16de4af7-ee2d-4a21-94ce-5e5ac71d91e0 HTTP/1.1" 200 3191 0.006602 10.0.0.23 - - [2025-12-15 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.23 - - [2025-12-15 03:13:49] "GET /security-group/c34f6381-94f1-4ec8-ac4a-466001952bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.003771 10.0.0.23 - - [2025-12-15 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.23 - - [2025-12-15 03:13:49] "GET /security-group/c34f6381-94f1-4ec8-ac4a-466001952bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.004220 10.0.0.23 - - [2025-12-15 03:13:49] "POST /neutron/security_group HTTP/1.1" 200 1447 0.005586 10.0.0.23 - - [2025-12-15 03:13:49] "POST /neutron/port HTTP/1.1" 200 1137 0.013997 10.0.0.23 - - [2025-12-15 03:13:49] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 200 1313 0.004608 10.0.0.23 - - [2025-12-15 03:13:49] "GET /virtual-machine-interface/16de4af7-ee2d-4a21-94ce-5e5ac71d91e0 HTTP/1.1" 200 3139 0.008289 10.0.0.23 - - [2025-12-15 03:13:49] "POST /neutron/security_group HTTP/1.1" 200 1421 0.008596 10.0.0.23 - - [2025-12-15 03:13:49] "POST /neutron/port HTTP/1.1" 200 1099 0.011226 10.0.0.23 - - [2025-12-15 03:13:49] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 200 1313 0.007768 10.0.0.23 - - [2025-12-15 03:13:49] "GET /virtual-machine-interface/16de4af7-ee2d-4a21-94ce-5e5ac71d91e0 HTTP/1.1" 200 3191 0.008641 10.0.0.23 - - [2025-12-15 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.23 - - [2025-12-15 03:13:49] "GET /security-group/c34f6381-94f1-4ec8-ac4a-466001952bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.003866 10.0.0.23 - - [2025-12-15 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.23 - - [2025-12-15 03:13:49] "GET /security-group/c34f6381-94f1-4ec8-ac4a-466001952bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.004793 10.0.0.23 - - [2025-12-15 03:13:49] "POST /neutron/security_group HTTP/1.1" 200 1447 0.005553 10.0.0.50 - - [2025-12-15 03:14:21] "GET /obj-perms HTTP/1.1" 200 5056 0.051075 10.0.0.65 - - [2025-12-15 03:14:22] "GET /obj-perms HTTP/1.1" 200 5056 0.048827 10.0.0.23 - - [2025-12-15 03:14:33] "POST /neutron/port HTTP/1.1" 200 1111 0.015319 10.0.0.23 - - [2025-12-15 03:14:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.010509 10.0.0.23 - - [2025-12-15 03:14:36] "POST /neutron/port HTTP/1.1" 200 1111 0.016584 10.0.0.23 - - [2025-12-15 03:14:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005132 10.0.0.23 - - [2025-12-15 03:14:36] "POST /neutron/network HTTP/1.1" 200 929 0.009460 10.0.0.23 - - [2025-12-15 03:15:22] "GET /obj-perms HTTP/1.1" 200 5056 0.047223 10.0.0.23 - - [2025-12-15 03:15:33] "POST /neutron/network HTTP/1.1" 200 939 0.038665 10.0.0.23 - - [2025-12-15 03:15:33] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.23 - - [2025-12-15 03:15:38] "POST /neutron/port HTTP/1.1" 200 1111 0.016474 10.0.0.23 - - [2025-12-15 03:15:38] "POST /neutron/subnet HTTP/1.1" 200 708 0.013466 10.0.0.65 - - [2025-12-15 03:15:52] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001106 10.0.0.23 - - [2025-12-15 03:15:52] "POST /neutron/security_group_rule HTTP/1.1" 200 2632 0.055634 10.0.0.23 - - [2025-12-15 03:15:52] "POST /neutron/security_group_rule HTTP/1.1" 200 549 0.014989 10.0.0.23 - - [2025-12-15 03:15:52] "PUT /access-control-list/62e3565c-28c9-48c0-b3fe-4ad4630c0930 HTTP/1.1" 200 272 0.039129 10.0.0.23 - - [2025-12-15 03:15:53] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.173384 10.0.0.23 - - [2025-12-15 03:15:55] "POST /neutron/port HTTP/1.1" 200 1137 0.013353 10.0.0.23 - - [2025-12-15 03:15:56] "GET /virtual-machine/37c2f653-cb57-4027-b970-f84b60e610d0 HTTP/1.1" 200 1313 0.003997 10.0.0.23 - - [2025-12-15 03:15:56] "POST /neutron/port HTTP/1.1" 200 1073 0.023442 10.0.0.23 - - [2025-12-15 03:15:58] "GET /virtual-machine/37c2f653-cb57-4027-b970-f84b60e610d0 HTTP/1.1" 404 171 0.003487 10.0.0.23 - - [2025-12-15 03:15:58] "GET /virtual-machine/37c2f653-cb57-4027-b970-f84b60e610d0 HTTP/1.1" 404 171 0.008003 10.0.0.23 - - [2025-12-15 03:15:58] "GET /virtual-machine/37c2f653-cb57-4027-b970-f84b60e610d0 HTTP/1.1" 404 171 0.003043 10.0.0.23 - - [2025-12-15 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.23 - - [2025-12-15 03:15:58] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004884 10.0.0.23 - - [2025-12-15 03:15:58] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003165 10.0.0.23 - - [2025-12-15 03:15:58] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.008236 10.0.0.23 - - [2025-12-15 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005553 10.0.0.23 - - [2025-12-15 03:15:58] "GET /routing-instance/f44fdb88-2394-4944-ba73-82b4ae265dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004361 10.0.0.23 - - [2025-12-15 03:15:58] "GET /route-target/1b737600-1d90-4ea4-a63b-c93b74c10060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004052 10.0.0.50 - - [2025-12-15 03:16:01] "GET /obj-perms HTTP/1.1" 200 5072 0.003805 10.0.0.23 - - [2025-12-15 03:16:04] "GET /obj-perms HTTP/1.1" 200 5072 0.003794 10.0.0.50 - - [2025-12-15 03:16:10] "GET /obj-perms HTTP/1.1" 200 5072 0.003725 10.0.0.23 - - [2025-12-15 03:16:13] "GET /obj-perms HTTP/1.1" 200 5072 0.004251 10.0.0.23 - - [2025-12-15 03:16:17] "GET /obj-perms HTTP/1.1" 200 5072 0.004086 10.0.0.50 - - [2025-12-15 03:16:17] "GET /obj-perms HTTP/1.1" 200 5072 0.004576 10.0.0.23 - - [2025-12-15 03:16:17] "POST /neutron/security_group HTTP/1.1" 200 1421 0.008640 10.0.0.23 - - [2025-12-15 03:16:17] "POST /neutron/port HTTP/1.1" 200 1137 0.013873 10.0.0.23 - - [2025-12-15 03:16:17] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 200 1313 0.005800 10.0.0.23 - - [2025-12-15 03:16:17] "POST /neutron/port HTTP/1.1" 200 1099 0.014698 10.0.0.23 - - [2025-12-15 03:16:19] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 404 171 0.003217 10.0.0.23 - - [2025-12-15 03:16:19] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 404 171 0.002847 10.0.0.23 - - [2025-12-15 03:16:19] "GET /virtual-machine/27cbf669-0a07-4190-9594-cab7a0e79c8e HTTP/1.1" 404 171 0.002759 10.0.0.23 - - [2025-12-15 03:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.23 - - [2025-12-15 03:16:19] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004011 10.0.0.23 - - [2025-12-15 03:16:19] "GET /virtual-networks?parent_id=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002993 10.0.0.23 - - [2025-12-15 03:16:19] "GET /virtual-network/7c454da7-7f42-435b-8e25-b28b8ab07e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006016 10.0.0.23 - - [2025-12-15 03:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.23 - - [2025-12-15 03:16:19] "GET /routing-instance/f44fdb88-2394-4944-ba73-82b4ae265dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004345 10.0.0.23 - - [2025-12-15 03:16:19] "GET /route-target/1b737600-1d90-4ea4-a63b-c93b74c10060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004036 10.0.0.65 - - [2025-12-15 03:16:22] "GET /obj-perms HTTP/1.1" 200 5072 0.006611 10.0.0.23 - - [2025-12-15 03:16:22] "GET /obj-perms HTTP/1.1" 200 5072 0.004461 10.0.0.65 - - [2025-12-15 03:16:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006583 10.0.0.23 - - [2025-12-15 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009235 10.0.0.65 - - [2025-12-15 03:16:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006746 10.0.0.23 - - [2025-12-15 03:16:23] "POST /neutron/network HTTP/1.1" 200 151 0.168959 10.0.0.23 - - [2025-12-15 03:16:23] "POST /fqname-to-id HTTP/1.1" 404 245 0.003247 10.0.0.23 - - [2025-12-15 03:16:23] "DELETE /access-control-list/62e3565c-28c9-48c0-b3fe-4ad4630c0930 HTTP/1.1" 200 115 0.043268 10.0.0.65 - - [2025-12-15 03:16:25] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001282 10.0.0.23 - - [2025-12-15 03:16:25] "GET /project/a793fd14-ab4e-4a06-9ee0-aced33cb4e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.063741 10.0.0.65 - - [2025-12-15 03:16:25] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001580 10.0.0.23 - - [2025-12-15 03:16:25] "GET /project/a793fd14-ab4e-4a06-9ee0-aced33cb4e91?fields=virtual_networks HTTP/1.1" 200 1075 0.041306 10.0.0.65 - - [2025-12-15 03:16:25] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001252 10.0.0.23 - - [2025-12-15 03:16:25] "GET /project/a793fd14-ab4e-4a06-9ee0-aced33cb4e91?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.048400 10.0.0.65 - - [2025-12-15 03:16:25] "GET /projects?obj_uuids=a793fd14-ab4e-4a06-9ee0-aced33cb4e91&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001006 10.0.0.23 - - [2025-12-15 03:16:25] "GET /project/a793fd14-ab4e-4a06-9ee0-aced33cb4e91?fields=security_groups HTTP/1.1" 200 1322 0.041507 10.0.0.23 - - [2025-12-15 03:16:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.024551 10.0.0.65 - - [2025-12-15 03:16:26] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003350 10.0.0.65 - - [2025-12-15 03:16:26] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001599 10.0.0.65 - - [2025-12-15 03:16:26] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009011 10.0.0.65 - - [2025-12-15 03:16:26] "POST /id-to-fqname HTTP/1.1" 200 188 0.003952 10.0.0.65 - - [2025-12-15 03:16:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.005213 10.0.0.65 - - [2025-12-15 03:16:26] "POST /security-groups HTTP/1.1" 200 589 0.038254 10.0.0.65 - - [2025-12-15 03:16:26] "POST /projects HTTP/1.1" 200 581 0.241130 10.0.0.23 - - [2025-12-15 03:16:26] "POST /fqname-to-id HTTP/1.1" 404 231 0.019524 10.0.0.65 - - [2025-12-15 03:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.313057 10.0.0.23 - - [2025-12-15 03:16:26] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.469140 10.0.0.23 - - [2025-12-15 03:16:27] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.23 - - [2025-12-15 03:16:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2025-12-15 03:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.058012 10.0.0.65 - - [2025-12-15 03:16:29] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.23 - - [2025-12-15 03:16:29] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.038791 10.0.0.23 - - [2025-12-15 03:16:30] "POST /neutron/network HTTP/1.1" 200 117 0.036843 10.0.0.23 - - [2025-12-15 03:16:30] "POST /ref-update HTTP/1.1" 200 156 0.024906 10.0.0.23 - - [2025-12-15 03:16:30] "POST /neutron/network HTTP/1.1" 200 836 0.008863 10.0.0.23 - - [2025-12-15 03:16:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001038 10.0.0.23 - - [2025-12-15 03:16:30] "GET /virtual-network/dc28ec8d-721c-4557-9ae9-dcebf6ad5382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005186 10.0.0.23 - - [2025-12-15 03:16:30] "GET /virtual-network/dc28ec8d-721c-4557-9ae9-dcebf6ad5382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005293 10.0.0.23 - - [2025-12-15 03:16:30] "POST /neutron/subnet HTTP/1.1" 200 734 0.012946 10.0.0.23 - - [2025-12-15 03:16:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001300 10.0.0.65 - - [2025-12-15 03:16:31] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.23 - - [2025-12-15 03:16:31] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061635 10.0.0.23 - - [2025-12-15 03:16:31] "POST /neutron/port HTTP/1.1" 200 117 0.005908 10.0.0.23 - - [2025-12-15 03:16:32] "POST /neutron/network HTTP/1.1" 200 846 0.007722 10.0.0.23 - - [2025-12-15 03:16:32] "POST /neutron/port HTTP/1.1" 200 1060 0.015665 10.0.0.23 - - [2025-12-15 03:16:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003875 10.0.0.23 - - [2025-12-15 03:16:32] "POST /neutron/network HTTP/1.1" 200 836 0.006738 10.0.0.23 - - [2025-12-15 03:16:36] "POST /neutron/port HTTP/1.1" 200 1088 0.018817 10.0.0.23 - - [2025-12-15 03:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.65 - - [2025-12-15 03:16:36] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001285 10.0.0.23 - - [2025-12-15 03:16:36] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.040923 10.0.0.65 - - [2025-12-15 03:16:37] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001357 10.0.0.23 - - [2025-12-15 03:16:37] "POST /neutron/network HTTP/1.1" 200 613 0.136702 10.0.0.23 - - [2025-12-15 03:16:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.004535 10.0.0.23 - - [2025-12-15 03:16:37] "GET /virtual-network/df18b31a-ca6c-41fb-9cfc-3ec132682b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006734 10.0.0.23 - - [2025-12-15 03:16:37] "POST /neutron/network HTTP/1.1" 200 830 0.009611 10.0.0.23 - - [2025-12-15 03:16:37] "GET /virtual-network/df18b31a-ca6c-41fb-9cfc-3ec132682b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006344 10.0.0.23 - - [2025-12-15 03:16:37] "GET /virtual-network/df18b31a-ca6c-41fb-9cfc-3ec132682b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006032 10.0.0.23 - - [2025-12-15 03:16:38] "POST /neutron/port HTTP/1.1" 200 1088 0.016568 10.0.0.23 - - [2025-12-15 03:16:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004884 10.0.0.23 - - [2025-12-15 03:16:38] "POST /neutron/network HTTP/1.1" 200 836 0.009730 10.0.0.23 - - [2025-12-15 03:16:38] "GET /obj-perms HTTP/1.1" 200 5026 0.053700 10.0.0.65 - - [2025-12-15 03:16:39] "GET /obj-perms HTTP/1.1" 200 5026 0.068741 10.0.0.23 - - [2025-12-15 03:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.65 - - [2025-12-15 03:16:39] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001209 10.0.0.23 - - [2025-12-15 03:16:39] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.040806 10.0.0.23 - - [2025-12-15 03:16:39] "POST /route-targets HTTP/1.1" 200 327 0.014570 10.0.0.23 - - [2025-12-15 03:16:39] "DELETE /access-control-list/fa1726be-dbf5-4555-ac1b-cad57666114b HTTP/1.1" 200 115 0.060533 10.0.0.65 - - [2025-12-15 03:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.011221 10.0.0.23 - - [2025-12-15 03:16:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.252652 10.0.0.23 - - [2025-12-15 03:16:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001239 10.0.0.23 - - [2025-12-15 03:16:39] "GET /virtual-network/c18c7736-3e1a-4db0-9a86-6f382241142d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006621 10.0.0.23 - - [2025-12-15 03:16:39] "GET /virtual-network/c18c7736-3e1a-4db0-9a86-6f382241142d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006516 10.0.0.23 - - [2025-12-15 03:16:39] "POST /neutron/network HTTP/1.1" 200 831 0.007502 10.0.0.23 - - [2025-12-15 03:16:40] "GET /virtual-network/c18c7736-3e1a-4db0-9a86-6f382241142d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007679 10.0.0.50 - - [2025-12-15 03:16:40] "GET /obj-perms HTTP/1.1" 200 5026 0.047462 10.0.0.23 - - [2025-12-15 03:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.65 - - [2025-12-15 03:16:40] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.23 - - [2025-12-15 03:16:40] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.076463 10.0.0.65 - - [2025-12-15 03:16:40] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.23 - - [2025-12-15 03:16:40] "POST /neutron/network HTTP/1.1" 200 615 0.132453 10.0.0.23 - - [2025-12-15 03:16:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.005415 10.0.0.23 - - [2025-12-15 03:16:41] "GET /virtual-network/7ec41c1c-f69c-4368-8704-1cf7b5b13c72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008208 10.0.0.23 - - [2025-12-15 03:16:41] "POST /neutron/network HTTP/1.1" 200 835 0.010133 10.0.0.23 - - [2025-12-15 03:16:41] "GET /virtual-network/7ec41c1c-f69c-4368-8704-1cf7b5b13c72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008231 10.0.0.23 - - [2025-12-15 03:16:41] "GET /virtual-network/7ec41c1c-f69c-4368-8704-1cf7b5b13c72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007121 10.0.0.23 - - [2025-12-15 03:16:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001620 10.0.0.23 - - [2025-12-15 03:16:41] "POST /neutron/port HTTP/1.1" 200 1088 0.020277 10.0.0.65 - - [2025-12-15 03:16:42] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.23 - - [2025-12-15 03:16:42] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.067181 10.0.0.23 - - [2025-12-15 03:16:42] "POST /neutron/network HTTP/1.1" 200 831 0.038271 10.0.0.23 - - [2025-12-15 03:16:43] "POST /neutron/port HTTP/1.1" 200 117 0.007122 10.0.0.23 - - [2025-12-15 03:16:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001518 10.0.0.23 - - [2025-12-15 03:16:43] "POST /neutron/network HTTP/1.1" 200 845 0.007855 10.0.0.23 - - [2025-12-15 03:16:43] "POST /neutron/port HTTP/1.1" 200 1057 0.015048 10.0.0.23 - - [2025-12-15 03:16:43] "POST /neutron/port HTTP/1.1" 200 1085 0.018334 10.0.0.23 - - [2025-12-15 03:16:43] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.65 - - [2025-12-15 03:16:44] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.23 - - [2025-12-15 03:16:44] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.084794 10.0.0.23 - - [2025-12-15 03:16:44] "POST /neutron/port HTTP/1.1" 200 2057 0.017025 10.0.0.23 - - [2025-12-15 03:16:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003151 10.0.0.23 - - [2025-12-15 03:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.65 - - [2025-12-15 03:16:44] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.23 - - [2025-12-15 03:16:44] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008803 10.0.0.23 - - [2025-12-15 03:16:44] "POST /service-templates HTTP/1.1" 200 543 0.026507 10.0.0.23 - - [2025-12-15 03:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2025-12-15 03:16:44] "GET /service-template/5b03189a-1628-4776-a0ca-defac4fa2eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006090 10.0.0.23 - - [2025-12-15 03:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.23 - - [2025-12-15 03:16:44] "GET /service-template/5b03189a-1628-4776-a0ca-defac4fa2eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004347 10.0.0.23 - - [2025-12-15 03:16:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001305 10.0.0.23 - - [2025-12-15 03:16:44] "POST /neutron/network HTTP/1.1" 200 845 0.006950 10.0.0.23 - - [2025-12-15 03:16:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001276 10.0.0.23 - - [2025-12-15 03:16:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001275 10.0.0.23 - - [2025-12-15 03:16:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009576 10.0.0.23 - - [2025-12-15 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.23 - - [2025-12-15 03:16:45] "POST /neutron/port HTTP/1.1" 200 1113 0.134007 10.0.0.23 - - [2025-12-15 03:16:45] "DELETE /service-template/5b03189a-1628-4776-a0ca-defac4fa2eef HTTP/1.1" 200 115 0.041822 10.0.0.23 - - [2025-12-15 03:16:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.006692 10.0.0.23 - - [2025-12-15 03:16:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.012103 10.0.0.23 - - [2025-12-15 03:16:45] "POST /neutron/network HTTP/1.1" 200 835 0.008938 10.0.0.23 - - [2025-12-15 03:16:45] "POST /neutron/port HTTP/1.1" 200 1111 0.011788 10.0.0.23 - - [2025-12-15 03:16:46] "POST /neutron/port HTTP/1.1" 200 1113 0.011503 10.0.0.23 - - [2025-12-15 03:16:47] "POST /neutron/network HTTP/1.1" 200 2878 0.010228 10.0.0.23 - - [2025-12-15 03:16:47] "POST /neutron/network HTTP/1.1" 200 835 0.007015 10.0.0.23 - - [2025-12-15 03:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.65 - - [2025-12-15 03:16:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004814 10.0.0.65 - - [2025-12-15 03:16:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007530 10.0.0.23 - - [2025-12-15 03:16:48] "POST /neutron/network HTTP/1.1" 200 151 0.145409 10.0.0.23 - - [2025-12-15 03:16:48] "DELETE /route-target/d970407a-43c0-4fbd-8fef-629ee3e4c37e HTTP/1.1" 200 115 0.029767 10.0.0.23 - - [2025-12-15 03:16:48] "POST /neutron/network HTTP/1.1" 200 836 0.008866 10.0.0.23 - - [2025-12-15 03:16:49] "POST /neutron/port HTTP/1.1" 200 1114 0.013978 10.0.0.65 - - [2025-12-15 03:16:49] "DELETE /project/ebff7b2e011d4790b9889f3151a4c4ba HTTP/1.1" 404 173 0.003510 10.0.0.65 - - [2025-12-15 03:16:49] "DELETE /project/a793fd14-ab4e-4a06-9ee0-aced33cb4e91 HTTP/1.1" 404 177 0.006894 10.0.0.23 - - [2025-12-15 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.65 - - [2025-12-15 03:16:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002400 10.0.0.65 - - [2025-12-15 03:16:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002510 10.0.0.23 - - [2025-12-15 03:16:50] "POST /neutron/network HTTP/1.1" 200 151 0.137768 10.0.0.23 - - [2025-12-15 03:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.65 - - [2025-12-15 03:16:53] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.23 - - [2025-12-15 03:16:53] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051006 10.0.0.65 - - [2025-12-15 03:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.011420 10.0.0.23 - - [2025-12-15 03:16:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.285927 10.0.0.23 - - [2025-12-15 03:16:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001591 10.0.0.23 - - [2025-12-15 03:16:54] "GET /virtual-network/1bc5b23d-cb66-4598-a848-7c611b2aeae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007051 10.0.0.23 - - [2025-12-15 03:16:54] "GET /virtual-network/1bc5b23d-cb66-4598-a848-7c611b2aeae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006933 10.0.0.23 - - [2025-12-15 03:16:54] "POST /neutron/network HTTP/1.1" 200 834 0.008529 10.0.0.23 - - [2025-12-15 03:16:54] "POST /ref-update HTTP/1.1" 200 156 0.026039 10.0.0.23 - - [2025-12-15 03:16:54] "GET /virtual-network/1bc5b23d-cb66-4598-a848-7c611b2aeae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006733 10.0.0.23 - - [2025-12-15 03:16:54] "GET /obj-perms HTTP/1.1" 200 5026 0.004542 10.0.0.65 - - [2025-12-15 03:16:54] "GET /obj-perms HTTP/1.1" 200 5026 0.003587 10.0.0.23 - - [2025-12-15 03:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.65 - - [2025-12-15 03:16:54] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.23 - - [2025-12-15 03:16:54] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.038558 10.0.0.65 - - [2025-12-15 03:16:54] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.23 - - [2025-12-15 03:16:54] "POST /neutron/network HTTP/1.1" 200 613 0.123303 10.0.0.23 - - [2025-12-15 03:16:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.003177 10.0.0.23 - - [2025-12-15 03:16:55] "GET /virtual-network/985c078d-c8cb-4f3a-8efb-68cea3452fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006260 10.0.0.23 - - [2025-12-15 03:16:55] "POST /neutron/network HTTP/1.1" 200 831 0.007334 10.0.0.23 - - [2025-12-15 03:16:55] "GET /virtual-network/985c078d-c8cb-4f3a-8efb-68cea3452fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005107 10.0.0.23 - - [2025-12-15 03:16:55] "GET /virtual-network/985c078d-c8cb-4f3a-8efb-68cea3452fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005633 10.0.0.50 - - [2025-12-15 03:16:55] "GET /obj-perms HTTP/1.1" 200 5026 0.003451 10.0.0.23 - - [2025-12-15 03:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.65 - - [2025-12-15 03:16:55] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893 10.0.0.23 - - [2025-12-15 03:16:55] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.043302 10.0.0.23 - - [2025-12-15 03:16:55] "POST /neutron/network HTTP/1.1" 200 117 0.028956 10.0.0.23 - - [2025-12-15 03:16:56] "POST /route-targets HTTP/1.1" 200 327 0.013706 10.0.0.23 - - [2025-12-15 03:16:56] "POST /neutron/network HTTP/1.1" 200 834 0.012667 10.0.0.23 - - [2025-12-15 03:16:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.002364 10.0.0.23 - - [2025-12-15 03:16:56] "GET /virtual-network/ab98a31e-edcb-459f-b6fe-1cbc3ab686b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.013336 10.0.0.23 - - [2025-12-15 03:16:56] "GET /virtual-network/ab98a31e-edcb-459f-b6fe-1cbc3ab686b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009631 10.0.0.23 - - [2025-12-15 03:16:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.009788 10.0.0.23 - - [2025-12-15 03:16:56] "GET /virtual-network/ab98a31e-edcb-459f-b6fe-1cbc3ab686b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005621 10.0.0.23 - - [2025-12-15 03:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.65 - - [2025-12-15 03:16:57] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000857 10.0.0.23 - - [2025-12-15 03:16:57] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.046595 10.0.0.23 - - [2025-12-15 03:16:57] "POST /ref-update HTTP/1.1" 200 156 0.027434 10.0.0.65 - - [2025-12-15 03:16:57] "POST /useragent-kv HTTP/1.1" 200 115 0.008206 10.0.0.23 - - [2025-12-15 03:16:57] "POST /neutron/subnet HTTP/1.1" 200 710 0.187932 10.0.0.23 - - [2025-12-15 03:16:57] "POST /id-to-fqname HTTP/1.1" 200 229 0.001667 10.0.0.23 - - [2025-12-15 03:16:57] "GET /virtual-network/d5435470-5150-4dd7-969c-1b64cdfd4f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007303 10.0.0.23 - - [2025-12-15 03:16:57] "GET /virtual-network/d5435470-5150-4dd7-969c-1b64cdfd4f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006860 10.0.0.23 - - [2025-12-15 03:16:57] "POST /neutron/network HTTP/1.1" 200 841 0.015004 10.0.0.23 - - [2025-12-15 03:16:57] "GET /virtual-network/d5435470-5150-4dd7-969c-1b64cdfd4f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005481 10.0.0.23 - - [2025-12-15 03:16:57] "GET /obj-perms HTTP/1.1" 200 5026 0.003723 10.0.0.65 - - [2025-12-15 03:16:58] "GET /obj-perms HTTP/1.1" 200 5026 0.005903 10.0.0.23 - - [2025-12-15 03:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.65 - - [2025-12-15 03:16:58] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.23 - - [2025-12-15 03:16:58] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041920 10.0.0.65 - - [2025-12-15 03:16:58] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.23 - - [2025-12-15 03:16:58] "POST /neutron/network HTTP/1.1" 200 627 0.105378 10.0.0.23 - - [2025-12-15 03:16:58] "POST /id-to-fqname HTTP/1.1" 200 230 0.002965 10.0.0.23 - - [2025-12-15 03:16:58] "GET /virtual-network/4a9e37d6-4ca8-4f53-a6e4-48cbd678a2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005067 10.0.0.23 - - [2025-12-15 03:16:58] "POST /neutron/network HTTP/1.1" 200 844 0.006929 10.0.0.23 - - [2025-12-15 03:16:58] "GET /virtual-network/4a9e37d6-4ca8-4f53-a6e4-48cbd678a2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005385 10.0.0.23 - - [2025-12-15 03:16:58] "GET /virtual-network/4a9e37d6-4ca8-4f53-a6e4-48cbd678a2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005386 10.0.0.50 - - [2025-12-15 03:16:59] "GET /obj-perms HTTP/1.1" 200 5026 0.004048 10.0.0.23 - - [2025-12-15 03:16:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001299 10.0.0.23 - - [2025-12-15 03:16:59] "POST /neutron/network HTTP/1.1" 200 841 0.006744 10.0.0.65 - - [2025-12-15 03:16:59] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001273 10.0.0.23 - - [2025-12-15 03:16:59] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.067443 10.0.0.23 - - [2025-12-15 03:17:00] "POST /neutron/port HTTP/1.1" 200 117 0.006392 10.0.0.23 - - [2025-12-15 03:17:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001403 10.0.0.23 - - [2025-12-15 03:17:00] "POST /neutron/network HTTP/1.1" 200 841 0.007973 10.0.0.23 - - [2025-12-15 03:17:00] "POST /neutron/port HTTP/1.1" 200 1057 0.016804 10.0.0.23 - - [2025-12-15 03:17:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004840 10.0.0.23 - - [2025-12-15 03:17:01] "POST /neutron/network HTTP/1.1" 200 831 0.007756 10.0.0.65 - - [2025-12-15 03:17:01] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001829 10.0.0.23 - - [2025-12-15 03:17:01] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.094426 10.0.0.23 - - [2025-12-15 03:17:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011629 10.0.0.23 - - [2025-12-15 03:17:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.004429 10.0.0.23 - - [2025-12-15 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.65 - - [2025-12-15 03:17:01] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.23 - - [2025-12-15 03:17:01] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008576 10.0.0.23 - - [2025-12-15 03:17:01] "POST /service-templates HTTP/1.1" 200 543 0.041078 10.0.0.23 - - [2025-12-15 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.23 - - [2025-12-15 03:17:01] "GET /service-template/7493d1d1-7232-4394-8a65-49f40d86259c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006398 10.0.0.23 - - [2025-12-15 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.23 - - [2025-12-15 03:17:01] "GET /service-template/7493d1d1-7232-4394-8a65-49f40d86259c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004103 10.0.0.23 - - [2025-12-15 03:17:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001157 10.0.0.23 - - [2025-12-15 03:17:01] "POST /id-to-fqname HTTP/1.1" 200 229 0.001354 10.0.0.65 - - [2025-12-15 03:17:02] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001884 10.0.0.23 - - [2025-12-15 03:17:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.001581 10.0.0.23 - - [2025-12-15 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005163 10.0.0.23 - - [2025-12-15 03:17:02] "POST /neutron/port HTTP/1.1" 200 1058 0.408795 10.0.0.23 - - [2025-12-15 03:17:02] "DELETE /service-template/7493d1d1-7232-4394-8a65-49f40d86259c HTTP/1.1" 200 115 0.038126 10.0.0.23 - - [2025-12-15 03:17:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.014543 10.0.0.23 - - [2025-12-15 03:17:02] "POST /neutron/port HTTP/1.1" 200 1058 0.023722 10.0.0.23 - - [2025-12-15 03:17:02] "POST /neutron/port HTTP/1.1" 200 1086 0.025976 10.0.0.23 - - [2025-12-15 03:17:02] "POST /neutron/network HTTP/1.1" 200 834 0.008536 10.0.0.23 - - [2025-12-15 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027 10.0.0.65 - - [2025-12-15 03:17:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004041 10.0.0.65 - - [2025-12-15 03:17:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002614 10.0.0.23 - - [2025-12-15 03:17:02] "POST /neutron/network HTTP/1.1" 200 151 0.129837 10.0.0.23 - - [2025-12-15 03:17:03] "DELETE /route-target/d15920f5-a66c-4f09-995d-a4db8120e0f7 HTTP/1.1" 200 115 0.025308 10.0.0.23 - - [2025-12-15 03:17:03] "POST /neutron/port HTTP/1.1" 200 1085 0.026490 10.0.0.23 - - [2025-12-15 03:17:03] "POST /neutron/network HTTP/1.1" 200 834 0.007731 10.0.0.23 - - [2025-12-15 03:17:04] "POST /neutron/port HTTP/1.1" 200 1112 0.014524 10.0.0.23 - - [2025-12-15 03:17:04] "POST /neutron/network HTTP/1.1" 200 2188 0.010156 10.0.0.23 - - [2025-12-15 03:17:05] "POST /neutron/network HTTP/1.1" 200 834 0.008668 10.0.0.65 - - [2025-12-15 03:17:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003042 10.0.0.65 - - [2025-12-15 03:17:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002770 10.0.0.23 - - [2025-12-15 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006958 10.0.0.23 - - [2025-12-15 03:17:06] "POST /neutron/network HTTP/1.1" 200 151 0.148466 10.0.0.23 - - [2025-12-15 03:17:06] "DELETE /route-target/d8d49795-54e7-4e19-9a81-e354649bddb7 HTTP/1.1" 200 115 0.023812 10.0.0.65 - - [2025-12-15 03:17:07] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.23 - - [2025-12-15 03:17:07] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.120333 10.0.0.65 - - [2025-12-15 03:17:07] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.23 - - [2025-12-15 03:17:07] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?fields=virtual_networks HTTP/1.1" 200 1029 0.039255 10.0.0.65 - - [2025-12-15 03:17:08] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.23 - - [2025-12-15 03:17:08] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.045085 10.0.0.65 - - [2025-12-15 03:17:08] "GET /projects?obj_uuids=ebff7b2e-011d-4790-b988-9f3151a4c4ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.23 - - [2025-12-15 03:17:08] "GET /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba?fields=security_groups HTTP/1.1" 200 1253 0.046021 10.0.0.23 - - [2025-12-15 03:17:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.023395 10.0.0.65 - - [2025-12-15 03:17:08] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004055 10.0.0.65 - - [2025-12-15 03:17:08] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001296 10.0.0.65 - - [2025-12-15 03:17:08] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008085 10.0.0.65 - - [2025-12-15 03:17:09] "POST /id-to-fqname HTTP/1.1" 200 188 0.002499 10.0.0.65 - - [2025-12-15 03:17:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.007767 10.0.0.65 - - [2025-12-15 03:17:09] "POST /security-groups HTTP/1.1" 200 589 0.034946 10.0.0.65 - - [2025-12-15 03:17:09] "POST /projects HTTP/1.1" 200 581 0.274275 10.0.0.23 - - [2025-12-15 03:17:09] "POST /fqname-to-id HTTP/1.1" 404 231 0.011580 10.0.0.65 - - [2025-12-15 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.342685 10.0.0.23 - - [2025-12-15 03:17:09] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.469908 10.0.0.23 - - [2025-12-15 03:17:10] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.23 - - [2025-12-15 03:17:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.23 - - [2025-12-15 03:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.050024 10.0.0.65 - - [2025-12-15 03:17:12] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.23 - - [2025-12-15 03:17:12] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.038874 10.0.0.23 - - [2025-12-15 03:17:12] "POST /neutron/network HTTP/1.1" 200 117 0.036371 10.0.0.23 - - [2025-12-15 03:17:12] "POST /ref-update HTTP/1.1" 200 156 0.040399 10.0.0.23 - - [2025-12-15 03:17:13] "POST /neutron/network HTTP/1.1" 200 833 0.010243 10.0.0.23 - - [2025-12-15 03:17:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001231 10.0.0.23 - - [2025-12-15 03:17:13] "GET /virtual-network/cd7871b0-408c-46f3-8415-c1c366a506ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005610 10.0.0.23 - - [2025-12-15 03:17:13] "GET /virtual-network/cd7871b0-408c-46f3-8415-c1c366a506ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005992 10.0.0.23 - - [2025-12-15 03:17:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.010196 10.0.0.23 - - [2025-12-15 03:17:13] "GET /virtual-network/cd7871b0-408c-46f3-8415-c1c366a506ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006298 10.0.0.23 - - [2025-12-15 03:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.65 - - [2025-12-15 03:17:14] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001328 10.0.0.23 - - [2025-12-15 03:17:14] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039468 10.0.0.65 - - [2025-12-15 03:17:15] "POST /useragent-kv HTTP/1.1" 200 115 0.010364 10.0.0.23 - - [2025-12-15 03:17:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.164499 10.0.0.23 - - [2025-12-15 03:17:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001201 10.0.0.23 - - [2025-12-15 03:17:15] "GET /virtual-network/10d017ae-ed8b-4cbd-ad92-97616ef4ef88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005543 10.0.0.23 - - [2025-12-15 03:17:15] "GET /virtual-network/10d017ae-ed8b-4cbd-ad92-97616ef4ef88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005301 10.0.0.23 - - [2025-12-15 03:17:15] "POST /neutron/network HTTP/1.1" 200 837 0.007097 10.0.0.23 - - [2025-12-15 03:17:15] "GET /virtual-network/10d017ae-ed8b-4cbd-ad92-97616ef4ef88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005545 10.0.0.23 - - [2025-12-15 03:17:15] "GET /obj-perms HTTP/1.1" 200 5026 0.081265 10.0.0.65 - - [2025-12-15 03:17:16] "GET /obj-perms HTTP/1.1" 200 5026 0.059212 10.0.0.23 - - [2025-12-15 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.65 - - [2025-12-15 03:17:16] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.23 - - [2025-12-15 03:17:16] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047822 10.0.0.65 - - [2025-12-15 03:17:16] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.23 - - [2025-12-15 03:17:16] "POST /neutron/network HTTP/1.1" 200 619 0.122698 10.0.0.23 - - [2025-12-15 03:17:16] "POST /route-targets HTTP/1.1" 200 327 0.012120 10.0.0.23 - - [2025-12-15 03:17:16] "POST /id-to-fqname HTTP/1.1" 200 226 0.004786 10.0.0.23 - - [2025-12-15 03:17:16] "GET /virtual-network/6942216c-7fae-4cdb-a961-46a4a34a5110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005113 10.0.0.23 - - [2025-12-15 03:17:16] "POST /neutron/network HTTP/1.1" 200 836 0.007733 10.0.0.23 - - [2025-12-15 03:17:16] "GET /virtual-network/6942216c-7fae-4cdb-a961-46a4a34a5110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005591 10.0.0.23 - - [2025-12-15 03:17:16] "GET /virtual-network/6942216c-7fae-4cdb-a961-46a4a34a5110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005517 10.0.0.50 - - [2025-12-15 03:17:17] "GET /obj-perms HTTP/1.1" 200 5026 0.047657 10.0.0.23 - - [2025-12-15 03:17:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001305 10.0.0.23 - - [2025-12-15 03:17:17] "POST /neutron/network HTTP/1.1" 200 847 0.007671 10.0.0.65 - - [2025-12-15 03:17:18] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.23 - - [2025-12-15 03:17:18] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.061437 10.0.0.23 - - [2025-12-15 03:17:18] "POST /neutron/port HTTP/1.1" 200 117 0.006474 10.0.0.23 - - [2025-12-15 03:17:18] "POST /id-to-fqname HTTP/1.1" 200 226 0.001278 10.0.0.23 - - [2025-12-15 03:17:18] "POST /neutron/network HTTP/1.1" 200 847 0.010564 10.0.0.23 - - [2025-12-15 03:17:19] "POST /neutron/port HTTP/1.1" 200 1059 0.016129 10.0.0.65 - - [2025-12-15 03:17:19] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.23 - - [2025-12-15 03:17:19] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.064397 10.0.0.23 - - [2025-12-15 03:17:19] "POST /neutron/port HTTP/1.1" 200 1087 0.034405 10.0.0.23 - - [2025-12-15 03:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.23 - - [2025-12-15 03:17:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009758 10.0.0.23 - - [2025-12-15 03:17:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.003457 10.0.0.23 - - [2025-12-15 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.65 - - [2025-12-15 03:17:19] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.23 - - [2025-12-15 03:17:19] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007593 10.0.0.23 - - [2025-12-15 03:17:19] "POST /service-templates HTTP/1.1" 200 543 0.030435 10.0.0.23 - - [2025-12-15 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.23 - - [2025-12-15 03:17:19] "GET /service-template/375f3b1d-1289-44a9-a863-b96e38194a50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007793 10.0.0.23 - - [2025-12-15 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.23 - - [2025-12-15 03:17:19] "GET /service-template/375f3b1d-1289-44a9-a863-b96e38194a50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004330 10.0.0.23 - - [2025-12-15 03:17:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001559 10.0.0.65 - - [2025-12-15 03:17:19] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.23 - - [2025-12-15 03:17:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001298 10.0.0.23 - - [2025-12-15 03:17:19] "POST /id-to-fqname HTTP/1.1" 200 226 0.002585 10.0.0.23 - - [2025-12-15 03:17:20] "POST /neutron/port HTTP/1.1" 200 1056 0.313514 10.0.0.23 - - [2025-12-15 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.23 - - [2025-12-15 03:17:20] "POST /neutron/port HTTP/1.1" 200 1056 0.018348 10.0.0.23 - - [2025-12-15 03:17:20] "DELETE /service-template/375f3b1d-1289-44a9-a863-b96e38194a50 HTTP/1.1" 200 115 0.032009 10.0.0.23 - - [2025-12-15 03:17:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003698 10.0.0.23 - - [2025-12-15 03:17:20] "POST /neutron/port HTTP/1.1" 200 1084 0.016969 10.0.0.23 - - [2025-12-15 03:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.23 - - [2025-12-15 03:17:20] "POST /neutron/network HTTP/1.1" 200 836 0.009867 10.0.0.23 - - [2025-12-15 03:17:21] "POST /neutron/port HTTP/1.1" 200 151 0.162002 10.0.0.23 - - [2025-12-15 03:17:22] "POST /neutron/port HTTP/1.1" 200 151 0.182518 10.0.0.23 - - [2025-12-15 03:17:22] "POST /neutron/network HTTP/1.1" 200 117 0.011280 10.0.0.23 - - [2025-12-15 03:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.006371 10.0.0.23 - - [2025-12-15 03:17:22] "DELETE /route-target/010a6309-349a-4ff6-9287-2f663bc2564c HTTP/1.1" 200 115 0.040832 10.0.0.23 - - [2025-12-15 03:17:23] "POST /neutron/network HTTP/1.1" 200 833 0.007156 10.0.0.23 - - [2025-12-15 03:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.23 - - [2025-12-15 03:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.65 - - [2025-12-15 03:17:26] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.026918 10.0.0.23 - - [2025-12-15 03:17:26] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.069967 10.0.0.65 - - [2025-12-15 03:17:26] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001406 10.0.0.23 - - [2025-12-15 03:17:26] "POST /neutron/network HTTP/1.1" 200 613 0.134486 10.0.0.23 - - [2025-12-15 03:17:26] "POST /ref-update HTTP/1.1" 200 156 0.031833 10.0.0.23 - - [2025-12-15 03:17:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.003384 10.0.0.23 - - [2025-12-15 03:17:26] "GET /virtual-network/d56658b4-cb82-44cb-85cc-4144a7bbf0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005486 10.0.0.23 - - [2025-12-15 03:17:26] "POST /neutron/network HTTP/1.1" 200 833 0.006369 10.0.0.23 - - [2025-12-15 03:17:26] "GET /virtual-network/d56658b4-cb82-44cb-85cc-4144a7bbf0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004996 10.0.0.23 - - [2025-12-15 03:17:27] "GET /virtual-network/d56658b4-cb82-44cb-85cc-4144a7bbf0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007104 10.0.0.65 - - [2025-12-15 03:17:27] "GET /obj-perms HTTP/1.1" 200 5026 0.004284 10.0.0.23 - - [2025-12-15 03:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.65 - - [2025-12-15 03:17:27] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001300 10.0.0.23 - - [2025-12-15 03:17:27] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.042349 10.0.0.23 - - [2025-12-15 03:17:27] "POST /neutron/network HTTP/1.1" 200 117 0.015795 10.0.0.23 - - [2025-12-15 03:17:27] "POST /neutron/network HTTP/1.1" 200 832 0.009039 10.0.0.23 - - [2025-12-15 03:17:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001295 10.0.0.23 - - [2025-12-15 03:17:27] "GET /virtual-network/164c7912-fe06-4bb7-aded-0675b2572a10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005412 10.0.0.23 - - [2025-12-15 03:17:28] "GET /virtual-network/164c7912-fe06-4bb7-aded-0675b2572a10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007001 10.0.0.23 - - [2025-12-15 03:17:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.010607 10.0.0.23 - - [2025-12-15 03:17:28] "GET /virtual-network/164c7912-fe06-4bb7-aded-0675b2572a10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006909 10.0.0.23 - - [2025-12-15 03:17:28] "GET /obj-perms HTTP/1.1" 200 5026 0.004767 10.0.0.50 - - [2025-12-15 03:17:28] "GET /obj-perms HTTP/1.1" 200 5026 0.005613 10.0.0.23 - - [2025-12-15 03:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.65 - - [2025-12-15 03:17:28] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001526 10.0.0.23 - - [2025-12-15 03:17:28] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043049 10.0.0.23 - - [2025-12-15 03:17:28] "POST /route-targets HTTP/1.1" 200 327 0.015618 10.0.0.65 - - [2025-12-15 03:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007850 10.0.0.23 - - [2025-12-15 03:17:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.240429 10.0.0.23 - - [2025-12-15 03:17:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001231 10.0.0.23 - - [2025-12-15 03:17:29] "GET /virtual-network/51ca5d06-179b-42f0-82b4-6fbc10d33c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005395 10.0.0.23 - - [2025-12-15 03:17:29] "GET /virtual-network/51ca5d06-179b-42f0-82b4-6fbc10d33c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005541 10.0.0.23 - - [2025-12-15 03:17:29] "POST /neutron/network HTTP/1.1" 200 834 0.007219 10.0.0.23 - - [2025-12-15 03:17:29] "GET /virtual-network/51ca5d06-179b-42f0-82b4-6fbc10d33c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005957 10.0.0.23 - - [2025-12-15 03:17:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001320 10.0.0.65 - - [2025-12-15 03:17:30] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.23 - - [2025-12-15 03:17:30] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.064015 10.0.0.23 - - [2025-12-15 03:17:30] "POST /neutron/network HTTP/1.1" 200 832 0.007546 10.0.0.23 - - [2025-12-15 03:17:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.002018 10.0.0.23 - - [2025-12-15 03:17:30] "POST /neutron/port HTTP/1.1" 200 117 0.008419 10.0.0.65 - - [2025-12-15 03:17:31] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001341 10.0.0.23 - - [2025-12-15 03:17:31] "POST /neutron/port HTTP/1.1" 200 1058 0.331004 10.0.0.23 - - [2025-12-15 03:17:31] "POST /neutron/port HTTP/1.1" 200 1112 0.114888 10.0.0.65 - - [2025-12-15 03:17:31] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.23 - - [2025-12-15 03:17:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.010567 10.0.0.23 - - [2025-12-15 03:17:31] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.105871 10.0.0.23 - - [2025-12-15 03:17:31] "POST /neutron/network HTTP/1.1" 200 832 0.017778 10.0.0.23 - - [2025-12-15 03:17:32] "POST /neutron/port HTTP/1.1" 200 117 0.006401 10.0.0.23 - - [2025-12-15 03:17:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003206 10.0.0.23 - - [2025-12-15 03:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.65 - - [2025-12-15 03:17:32] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.23 - - [2025-12-15 03:17:32] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007199 10.0.0.23 - - [2025-12-15 03:17:32] "POST /service-templates HTTP/1.1" 200 543 0.029054 10.0.0.23 - - [2025-12-15 03:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.23 - - [2025-12-15 03:17:32] "GET /service-template/0ac23ac3-8b7a-4cfe-a889-0d963aab17a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.010244 10.0.0.23 - - [2025-12-15 03:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2025-12-15 03:17:32] "GET /service-template/0ac23ac3-8b7a-4cfe-a889-0d963aab17a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004225 10.0.0.23 - - [2025-12-15 03:17:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001502 10.0.0.23 - - [2025-12-15 03:17:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001662 10.0.0.23 - - [2025-12-15 03:17:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001773 10.0.0.23 - - [2025-12-15 03:17:32] "POST /neutron/port HTTP/1.1" 200 2002 0.059900 10.0.0.23 - - [2025-12-15 03:17:32] "POST /neutron/port HTTP/1.1" 200 1058 0.015371 10.0.0.23 - - [2025-12-15 03:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.23 - - [2025-12-15 03:17:32] "DELETE /service-template/0ac23ac3-8b7a-4cfe-a889-0d963aab17a1 HTTP/1.1" 200 115 0.031618 10.0.0.23 - - [2025-12-15 03:17:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.005955 10.0.0.23 - - [2025-12-15 03:17:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004438 10.0.0.23 - - [2025-12-15 03:17:33] "POST /neutron/network HTTP/1.1" 400 204 0.015970 10.0.0.23 - - [2025-12-15 03:17:33] "POST /neutron/port HTTP/1.1" 200 1086 0.022184 10.0.0.23 - - [2025-12-15 03:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.006800 10.0.0.23 - - [2025-12-15 03:17:34] "POST /neutron/network HTTP/1.1" 200 117 0.010629 10.0.0.23 - - [2025-12-15 03:17:34] "POST /neutron/port HTTP/1.1" 200 151 0.176348 10.0.0.23 - - [2025-12-15 03:17:34] "POST /neutron/network HTTP/1.1" 200 117 0.010499 10.0.0.65 - - [2025-12-15 03:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004941 10.0.0.65 - - [2025-12-15 03:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002867 10.0.0.23 - - [2025-12-15 03:17:35] "POST /neutron/network HTTP/1.1" 200 151 0.132979 10.0.0.23 - - [2025-12-15 03:17:35] "DELETE /route-target/47c60d1c-694b-468b-9995-639f90496c38 HTTP/1.1" 200 115 0.022793 10.0.0.23 - - [2025-12-15 03:17:35] "POST /neutron/network HTTP/1.1" 200 833 0.008091 10.0.0.23 - - [2025-12-15 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012 10.0.0.65 - - [2025-12-15 03:17:37] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001526 10.0.0.23 - - [2025-12-15 03:17:37] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050985 10.0.0.65 - - [2025-12-15 03:17:37] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001510 10.0.0.23 - - [2025-12-15 03:17:37] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?fields=virtual_networks HTTP/1.1" 200 1027 0.060422 10.0.0.65 - - [2025-12-15 03:17:37] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.23 - - [2025-12-15 03:17:37] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.043834 10.0.0.65 - - [2025-12-15 03:17:37] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.23 - - [2025-12-15 03:17:37] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?fields=security_groups HTTP/1.1" 200 1251 0.047891 10.0.0.23 - - [2025-12-15 03:17:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.026012 10.0.0.65 - - [2025-12-15 03:17:38] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003090 10.0.0.65 - - [2025-12-15 03:17:38] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001528 10.0.0.65 - - [2025-12-15 03:17:38] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.036924 10.0.0.65 - - [2025-12-15 03:17:38] "POST /id-to-fqname HTTP/1.1" 200 186 0.002115 10.0.0.65 - - [2025-12-15 03:17:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.002965 10.0.0.65 - - [2025-12-15 03:17:38] "POST /security-groups HTTP/1.1" 200 587 0.073513 10.0.0.65 - - [2025-12-15 03:17:38] "POST /projects HTTP/1.1" 200 577 0.284819 10.0.0.23 - - [2025-12-15 03:17:38] "POST /access-control-lists HTTP/1.1" 200 592 0.031394 10.0.0.65 - - [2025-12-15 03:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.361788 10.0.0.23 - - [2025-12-15 03:17:38] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.520839 10.0.0.23 - - [2025-12-15 03:17:39] "GET / HTTP/1.1" 200 35931 0.001488 10.0.0.23 - - [2025-12-15 03:17:40] "DELETE /access-control-list/272118cc-c64d-4e3a-be53-3d69c1dc0075 HTTP/1.1" 200 115 0.043032 10.0.0.23 - - [2025-12-15 03:17:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2025-12-15 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.026583 10.0.0.65 - - [2025-12-15 03:17:42] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001576 10.0.0.23 - - [2025-12-15 03:17:42] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.047856 10.0.0.65 - - [2025-12-15 03:17:42] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000990 10.0.0.23 - - [2025-12-15 03:17:42] "POST /neutron/network HTTP/1.1" 200 611 0.203808 10.0.0.23 - - [2025-12-15 03:17:42] "POST /ref-update HTTP/1.1" 200 156 0.044093 10.0.0.23 - - [2025-12-15 03:17:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.003940 10.0.0.23 - - [2025-12-15 03:17:42] "GET /virtual-network/8a4a0a6e-215f-40af-89a4-4408739392b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006904 10.0.0.23 - - [2025-12-15 03:17:42] "POST /neutron/network HTTP/1.1" 200 827 0.009851 10.0.0.23 - - [2025-12-15 03:17:42] "GET /virtual-network/8a4a0a6e-215f-40af-89a4-4408739392b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006492 10.0.0.23 - - [2025-12-15 03:17:43] "GET /virtual-network/8a4a0a6e-215f-40af-89a4-4408739392b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007105 10.0.0.65 - - [2025-12-15 03:17:44] "GET /obj-perms HTTP/1.1" 200 5022 0.048921 10.0.0.23 - - [2025-12-15 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.65 - - [2025-12-15 03:17:44] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001232 10.0.0.23 - - [2025-12-15 03:17:44] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.055677 10.0.0.23 - - [2025-12-15 03:17:44] "POST /neutron/network HTTP/1.1" 200 117 0.013874 10.0.0.23 - - [2025-12-15 03:17:45] "POST /neutron/network HTTP/1.1" 200 831 0.008924 10.0.0.23 - - [2025-12-15 03:17:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001075 10.0.0.23 - - [2025-12-15 03:17:45] "GET /virtual-network/c191a9e8-646a-4743-a6f5-abed0178b379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005192 10.0.0.23 - - [2025-12-15 03:17:45] "GET /virtual-network/c191a9e8-646a-4743-a6f5-abed0178b379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005899 10.0.0.23 - - [2025-12-15 03:17:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.009980 10.0.0.23 - - [2025-12-15 03:17:45] "GET /virtual-network/c191a9e8-646a-4743-a6f5-abed0178b379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005584 10.0.0.23 - - [2025-12-15 03:17:45] "GET /obj-perms HTTP/1.1" 200 5022 0.046101 10.0.0.50 - - [2025-12-15 03:17:45] "GET /obj-perms HTTP/1.1" 200 5022 0.045644 10.0.0.23 - - [2025-12-15 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.65 - - [2025-12-15 03:17:45] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001252 10.0.0.23 - - [2025-12-15 03:17:45] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.047213 10.0.0.23 - - [2025-12-15 03:17:46] "POST /route-targets HTTP/1.1" 200 327 0.015854 10.0.0.65 - - [2025-12-15 03:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.010261 10.0.0.23 - - [2025-12-15 03:17:46] "POST /neutron/subnet HTTP/1.1" 200 715 0.226604 10.0.0.23 - - [2025-12-15 03:17:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001199 10.0.0.23 - - [2025-12-15 03:17:46] "GET /virtual-network/f6916250-8d00-4f13-a7aa-c531caf045f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004741 10.0.0.23 - - [2025-12-15 03:17:46] "GET /virtual-network/f6916250-8d00-4f13-a7aa-c531caf045f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006800 10.0.0.23 - - [2025-12-15 03:17:46] "POST /neutron/network HTTP/1.1" 200 830 0.010460 10.0.0.23 - - [2025-12-15 03:17:46] "GET /virtual-network/f6916250-8d00-4f13-a7aa-c531caf045f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005524 10.0.0.23 - - [2025-12-15 03:17:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001275 10.0.0.65 - - [2025-12-15 03:17:47] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001119 10.0.0.23 - - [2025-12-15 03:17:47] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.059908 10.0.0.23 - - [2025-12-15 03:17:48] "POST /neutron/network HTTP/1.1" 200 831 0.006693 10.0.0.23 - - [2025-12-15 03:17:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001236 10.0.0.23 - - [2025-12-15 03:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.006402 10.0.0.65 - - [2025-12-15 03:17:48] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001541 10.0.0.23 - - [2025-12-15 03:17:49] "POST /neutron/port HTTP/1.1" 200 1057 0.323900 10.0.0.23 - - [2025-12-15 03:17:49] "POST /neutron/port HTTP/1.1" 200 1111 0.117690 10.0.0.65 - - [2025-12-15 03:17:49] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001440 10.0.0.23 - - [2025-12-15 03:17:49] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.120780 10.0.0.23 - - [2025-12-15 03:17:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003772 10.0.0.23 - - [2025-12-15 03:17:49] "POST /neutron/network HTTP/1.1" 200 831 0.007313 10.0.0.23 - - [2025-12-15 03:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.006749 10.0.0.23 - - [2025-12-15 03:17:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.004278 10.0.0.23 - - [2025-12-15 03:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.65 - - [2025-12-15 03:17:49] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.23 - - [2025-12-15 03:17:49] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007288 10.0.0.23 - - [2025-12-15 03:17:49] "POST /service-templates HTTP/1.1" 200 543 0.044594 10.0.0.23 - - [2025-12-15 03:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.23 - - [2025-12-15 03:17:49] "GET /service-template/82548fa8-ca7f-4a9f-85cb-282240fc4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006730 10.0.0.23 - - [2025-12-15 03:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.23 - - [2025-12-15 03:17:49] "GET /service-template/82548fa8-ca7f-4a9f-85cb-282240fc4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004015 10.0.0.23 - - [2025-12-15 03:17:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001593 10.0.0.23 - - [2025-12-15 03:17:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001723 10.0.0.23 - - [2025-12-15 03:17:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001325 10.0.0.65 - - [2025-12-15 03:17:50] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.65 - - [2025-12-15 03:17:50] "DELETE /project/6213ebf0ea3249829bbc35e013dd3e51 HTTP/1.1" 404 173 0.015217 10.0.0.65 - - [2025-12-15 03:17:50] "DELETE /project/ebff7b2e-011d-4790-b988-9f3151a4c4ba HTTP/1.1" 404 177 0.019978 10.0.0.65 - - [2025-12-15 03:17:50] "DELETE /project/5a3e162c07774259801dc4236550fb01 HTTP/1.1" 404 173 0.028713 10.0.0.65 - - [2025-12-15 03:17:50] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.076308 10.0.0.65 - - [2025-12-15 03:17:50] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001157 10.0.0.65 - - [2025-12-15 03:17:50] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?fields=security_groups HTTP/1.1" 200 1356 0.061463 10.0.0.23 - - [2025-12-15 03:17:50] "POST /neutron/port HTTP/1.1" 200 1997 0.054951 10.0.0.65 - - [2025-12-15 03:17:50] "DELETE /security-group/4c50db80-cdea-4a21-b727-309153702e0c HTTP/1.1" 200 115 0.063034 10.0.0.65 - - [2025-12-15 03:17:50] "GET /projects?obj_uuids=5a3e162c-0777-4259-801d-c4236550fb01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000867 10.0.0.23 - - [2025-12-15 03:17:50] "POST /neutron/port HTTP/1.1" 200 1054 0.021047 10.0.0.23 - - [2025-12-15 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.021631 10.0.0.65 - - [2025-12-15 03:17:50] "GET /project/5a3e162c-0777-4259-801d-c4236550fb01?fields=application_policy_sets HTTP/1.1" 200 1395 0.055015 10.0.0.23 - - [2025-12-15 03:17:50] "DELETE /access-control-list/ef4dbb8e-3e69-42dc-915c-2f2a85bd130c HTTP/1.1" 200 115 0.047046 10.0.0.23 - - [2025-12-15 03:17:50] "DELETE /service-template/82548fa8-ca7f-4a9f-85cb-282240fc4db1 HTTP/1.1" 200 115 0.040312 10.0.0.23 - - [2025-12-15 03:17:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.004819 10.0.0.65 - - [2025-12-15 03:17:50] "DELETE /project/5a3e162c-0777-4259-801d-c4236550fb01 HTTP/1.1" 200 115 0.524503 10.0.0.23 - - [2025-12-15 03:17:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004417 10.0.0.23 - - [2025-12-15 03:17:50] "POST /neutron/network HTTP/1.1" 200 830 0.008871 10.0.0.23 - - [2025-12-15 03:17:51] "POST /neutron/port HTTP/1.1" 200 1085 0.016015 10.0.0.23 - - [2025-12-15 03:17:52] "POST /neutron/port HTTP/1.1" 200 1082 0.016960 10.0.0.23 - - [2025-12-15 03:17:52] "POST /neutron/port HTTP/1.1" 200 117 0.007032 10.0.0.23 - - [2025-12-15 03:17:52] "POST /neutron/network HTTP/1.1" 200 830 0.009098 10.0.0.23 - - [2025-12-15 03:17:53] "POST /neutron/network HTTP/1.1" 200 831 0.007281 10.0.0.23 - - [2025-12-15 03:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.65 - - [2025-12-15 03:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003353 10.0.0.65 - - [2025-12-15 03:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003007 10.0.0.23 - - [2025-12-15 03:17:53] "POST /neutron/network HTTP/1.1" 200 151 0.121547 10.0.0.23 - - [2025-12-15 03:17:53] "DELETE /route-target/476ce92e-b6df-4911-a9ad-38e20cc71598 HTTP/1.1" 200 115 0.026794 10.0.0.23 - - [2025-12-15 03:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.65 - - [2025-12-15 03:17:56] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000985 10.0.0.23 - - [2025-12-15 03:17:56] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.050105 10.0.0.65 - - [2025-12-15 03:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.012172 10.0.0.23 - - [2025-12-15 03:17:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.214800 10.0.0.23 - - [2025-12-15 03:17:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001160 10.0.0.23 - - [2025-12-15 03:17:56] "GET /virtual-network/6adcfd14-1d96-4c34-bb57-f17467ab984f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005322 10.0.0.23 - - [2025-12-15 03:17:56] "GET /virtual-network/6adcfd14-1d96-4c34-bb57-f17467ab984f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005506 10.0.0.23 - - [2025-12-15 03:17:57] "POST /neutron/network HTTP/1.1" 200 830 0.008363 10.0.0.23 - - [2025-12-15 03:18:02] "GET /virtual-network/6adcfd14-1d96-4c34-bb57-f17467ab984f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005709 10.0.0.65 - - [2025-12-15 03:18:02] "GET /obj-perms HTTP/1.1" 200 5022 0.003919 10.0.0.23 - - [2025-12-15 03:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.65 - - [2025-12-15 03:18:02] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000963 10.0.0.23 - - [2025-12-15 03:18:02] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.038595 10.0.0.65 - - [2025-12-15 03:18:02] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001163 10.0.0.23 - - [2025-12-15 03:18:02] "POST /neutron/network HTTP/1.1" 200 611 0.135683 10.0.0.23 - - [2025-12-15 03:18:02] "POST /route-targets HTTP/1.1" 200 327 0.013318 10.0.0.23 - - [2025-12-15 03:18:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.003386 10.0.0.23 - - [2025-12-15 03:18:03] "GET /virtual-network/753319e1-227a-4c06-903f-c0ad5ae5bb3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005740 10.0.0.23 - - [2025-12-15 03:18:03] "POST /neutron/network HTTP/1.1" 200 827 0.007120 10.0.0.23 - - [2025-12-15 03:18:03] "GET /virtual-network/753319e1-227a-4c06-903f-c0ad5ae5bb3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009404 10.0.0.23 - - [2025-12-15 03:18:03] "GET /virtual-network/753319e1-227a-4c06-903f-c0ad5ae5bb3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005857 10.0.0.23 - - [2025-12-15 03:18:03] "GET /obj-perms HTTP/1.1" 200 5022 0.003309 10.0.0.50 - - [2025-12-15 03:18:03] "GET /obj-perms HTTP/1.1" 200 5022 0.004426 10.0.0.23 - - [2025-12-15 03:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.65 - - [2025-12-15 03:18:03] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001232 10.0.0.23 - - [2025-12-15 03:18:03] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.056242 10.0.0.23 - - [2025-12-15 03:18:03] "POST /neutron/network HTTP/1.1" 200 117 0.016417 10.0.0.23 - - [2025-12-15 03:18:04] "POST /ref-update HTTP/1.1" 200 156 0.025343 10.0.0.23 - - [2025-12-15 03:18:04] "POST /neutron/network HTTP/1.1" 200 834 0.009044 10.0.0.23 - - [2025-12-15 03:18:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001125 10.0.0.23 - - [2025-12-15 03:18:04] "GET /virtual-network/b0b78648-fc1d-46de-9b56-77f2aa7aeb5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005440 10.0.0.23 - - [2025-12-15 03:18:04] "GET /virtual-network/b0b78648-fc1d-46de-9b56-77f2aa7aeb5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006153 10.0.0.23 - - [2025-12-15 03:18:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.010144 10.0.0.23 - - [2025-12-15 03:18:04] "GET /virtual-network/b0b78648-fc1d-46de-9b56-77f2aa7aeb5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005903 10.0.0.23 - - [2025-12-15 03:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.65 - - [2025-12-15 03:18:04] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001087 10.0.0.23 - - [2025-12-15 03:18:04] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.045890 10.0.0.65 - - [2025-12-15 03:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006934 10.0.0.23 - - [2025-12-15 03:18:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.208094 10.0.0.23 - - [2025-12-15 03:18:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001364 10.0.0.23 - - [2025-12-15 03:18:05] "GET /virtual-network/6d9ae17e-6051-4227-b712-faf71ac6535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005262 10.0.0.23 - - [2025-12-15 03:18:05] "GET /virtual-network/6d9ae17e-6051-4227-b712-faf71ac6535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006341 10.0.0.23 - - [2025-12-15 03:18:05] "POST /neutron/network HTTP/1.1" 200 841 0.007000 10.0.0.23 - - [2025-12-15 03:18:05] "GET /virtual-network/6d9ae17e-6051-4227-b712-faf71ac6535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007391 10.0.0.65 - - [2025-12-15 03:18:05] "GET /obj-perms HTTP/1.1" 200 5022 0.004646 10.0.0.23 - - [2025-12-15 03:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.65 - - [2025-12-15 03:18:05] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000936 10.0.0.23 - - [2025-12-15 03:18:05] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.035526 10.0.0.65 - - [2025-12-15 03:18:05] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001472 10.0.0.23 - - [2025-12-15 03:18:06] "POST /neutron/network HTTP/1.1" 200 625 0.138853 10.0.0.23 - - [2025-12-15 03:18:06] "POST /route-targets HTTP/1.1" 200 327 0.018261 10.0.0.23 - - [2025-12-15 03:18:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.003392 10.0.0.23 - - [2025-12-15 03:18:06] "GET /virtual-network/0388b181-65f6-436e-8a26-6da37eb17ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005731 10.0.0.23 - - [2025-12-15 03:18:06] "POST /neutron/network HTTP/1.1" 200 844 0.010924 10.0.0.23 - - [2025-12-15 03:18:06] "GET /virtual-network/0388b181-65f6-436e-8a26-6da37eb17ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006579 10.0.0.23 - - [2025-12-15 03:18:06] "GET /virtual-network/0388b181-65f6-436e-8a26-6da37eb17ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006011 10.0.0.23 - - [2025-12-15 03:18:06] "GET /obj-perms HTTP/1.1" 200 5022 0.004423 10.0.0.50 - - [2025-12-15 03:18:06] "GET /obj-perms HTTP/1.1" 200 5022 0.003261 10.0.0.23 - - [2025-12-15 03:18:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001328 10.0.0.23 - - [2025-12-15 03:18:07] "POST /neutron/network HTTP/1.1" 200 837 0.009726 10.0.0.65 - - [2025-12-15 03:18:07] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001253 10.0.0.23 - - [2025-12-15 03:18:07] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.061437 10.0.0.23 - - [2025-12-15 03:18:07] "POST /neutron/port HTTP/1.1" 200 117 0.010254 10.0.0.23 - - [2025-12-15 03:18:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.002234 10.0.0.23 - - [2025-12-15 03:18:08] "POST /neutron/network HTTP/1.1" 200 837 0.008567 10.0.0.23 - - [2025-12-15 03:18:08] "POST /neutron/port HTTP/1.1" 200 1053 0.015513 10.0.0.23 - - [2025-12-15 03:18:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003567 10.0.0.23 - - [2025-12-15 03:18:08] "POST /neutron/network HTTP/1.1" 200 827 0.008198 10.0.0.65 - - [2025-12-15 03:18:08] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000978 10.0.0.23 - - [2025-12-15 03:18:08] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.060220 10.0.0.23 - - [2025-12-15 03:18:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008690 10.0.0.23 - - [2025-12-15 03:18:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.003512 10.0.0.23 - - [2025-12-15 03:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.65 - - [2025-12-15 03:18:09] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.23 - - [2025-12-15 03:18:09] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007302 10.0.0.23 - - [2025-12-15 03:18:09] "POST /service-templates HTTP/1.1" 200 543 0.034918 10.0.0.23 - - [2025-12-15 03:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.23 - - [2025-12-15 03:18:09] "GET /service-template/92b7b35f-e26c-446d-878b-829fd5df0474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006514 10.0.0.23 - - [2025-12-15 03:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.23 - - [2025-12-15 03:18:09] "GET /service-template/92b7b35f-e26c-446d-878b-829fd5df0474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007350 10.0.0.23 - - [2025-12-15 03:18:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001141 10.0.0.65 - - [2025-12-15 03:18:09] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001058 10.0.0.23 - - [2025-12-15 03:18:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.002542 10.0.0.23 - - [2025-12-15 03:18:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001733 10.0.0.23 - - [2025-12-15 03:18:09] "POST /neutron/port HTTP/1.1" 200 1058 0.328773 10.0.0.23 - - [2025-12-15 03:18:09] "POST /neutron/port HTTP/1.1" 200 1058 0.012410 10.0.0.23 - - [2025-12-15 03:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.23 - - [2025-12-15 03:18:09] "DELETE /service-template/92b7b35f-e26c-446d-878b-829fd5df0474 HTTP/1.1" 200 115 0.033844 10.0.0.23 - - [2025-12-15 03:18:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.004968 10.0.0.23 - - [2025-12-15 03:18:10] "POST /neutron/port HTTP/1.1" 200 1086 0.023334 10.0.0.23 - - [2025-12-15 03:18:10] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.65 - - [2025-12-15 03:18:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005209 10.0.0.65 - - [2025-12-15 03:18:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002712 10.0.0.23 - - [2025-12-15 03:18:10] "POST /neutron/network HTTP/1.1" 200 151 0.130506 10.0.0.23 - - [2025-12-15 03:18:10] "DELETE /route-target/d924548a-004c-49c1-b03c-b7c6242a7737 HTTP/1.1" 200 115 0.022738 10.0.0.23 - - [2025-12-15 03:18:10] "POST /neutron/port HTTP/1.1" 200 1081 0.029890 10.0.0.23 - - [2025-12-15 03:18:10] "POST /neutron/network HTTP/1.1" 200 834 0.007026 10.0.0.23 - - [2025-12-15 03:18:11] "POST /neutron/port HTTP/1.1" 200 1112 0.012962 10.0.0.23 - - [2025-12-15 03:18:11] "POST /neutron/network HTTP/1.1" 200 2180 0.010675 10.0.0.23 - - [2025-12-15 03:18:13] "POST /neutron/network HTTP/1.1" 200 834 0.009728 10.0.0.23 - - [2025-12-15 03:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005316 10.0.0.65 - - [2025-12-15 03:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004065 10.0.0.65 - - [2025-12-15 03:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003443 10.0.0.23 - - [2025-12-15 03:18:13] "POST /neutron/network HTTP/1.1" 200 151 0.132540 10.0.0.23 - - [2025-12-15 03:18:13] "DELETE /route-target/7cfeb881-bf7f-4fb2-8499-7dc873197d02 HTTP/1.1" 200 115 0.029994 10.0.0.65 - - [2025-12-15 03:18:15] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001316 10.0.0.23 - - [2025-12-15 03:18:15] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.043282 10.0.0.65 - - [2025-12-15 03:18:15] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000899 10.0.0.23 - - [2025-12-15 03:18:15] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?fields=virtual_networks HTTP/1.1" 200 1024 0.045597 10.0.0.65 - - [2025-12-15 03:18:15] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000921 10.0.0.23 - - [2025-12-15 03:18:15] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.046076 10.0.0.65 - - [2025-12-15 03:18:15] "GET /projects?obj_uuids=6213ebf0-ea32-4982-9bbc-35e013dd3e51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002565 10.0.0.23 - - [2025-12-15 03:18:15] "GET /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51?fields=security_groups HTTP/1.1" 200 1246 0.044153 10.0.0.23 - - [2025-12-15 03:18:16] "POST /fqname-to-id HTTP/1.1" 404 190 0.025245 10.0.0.65 - - [2025-12-15 03:18:16] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003192 10.0.0.65 - - [2025-12-15 03:18:16] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001453 10.0.0.65 - - [2025-12-15 03:18:16] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008430 10.0.0.65 - - [2025-12-15 03:18:16] "POST /id-to-fqname HTTP/1.1" 200 192 0.004497 10.0.0.65 - - [2025-12-15 03:18:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.002556 10.0.0.65 - - [2025-12-15 03:18:16] "POST /security-groups HTTP/1.1" 200 593 0.093680 10.0.0.23 - - [2025-12-15 03:18:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.008524 10.0.0.65 - - [2025-12-15 03:18:16] "POST /projects HTTP/1.1" 200 589 0.302767 10.0.0.65 - - [2025-12-15 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.342741 10.0.0.23 - - [2025-12-15 03:18:16] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.507777 10.0.0.23 - - [2025-12-15 03:18:16] "POST /access-control-lists HTTP/1.1" 200 596 0.077085 10.0.0.23 - - [2025-12-15 03:18:17] "GET / HTTP/1.1" 200 35931 0.001937 10.0.0.23 - - [2025-12-15 03:18:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000764 10.0.0.23 - - [2025-12-15 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.051147 10.0.0.65 - - [2025-12-15 03:18:19] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000964 10.0.0.23 - - [2025-12-15 03:18:20] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041732 10.0.0.23 - - [2025-12-15 03:18:20] "POST /neutron/network HTTP/1.1" 200 117 0.034924 10.0.0.23 - - [2025-12-15 03:18:20] "POST /neutron/network HTTP/1.1" 200 830 0.008389 10.0.0.23 - - [2025-12-15 03:18:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001122 10.0.0.23 - - [2025-12-15 03:18:20] "GET /virtual-network/23cd3075-e9e4-463e-aa8c-2283ee69b6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005092 10.0.0.23 - - [2025-12-15 03:18:20] "GET /virtual-network/23cd3075-e9e4-463e-aa8c-2283ee69b6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006694 10.0.0.23 - - [2025-12-15 03:18:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.009293 10.0.0.23 - - [2025-12-15 03:18:21] "GET /virtual-network/23cd3075-e9e4-463e-aa8c-2283ee69b6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007398 10.0.0.23 - - [2025-12-15 03:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.65 - - [2025-12-15 03:18:22] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001666 10.0.0.23 - - [2025-12-15 03:18:22] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059450 10.0.0.23 - - [2025-12-15 03:18:22] "POST /route-targets HTTP/1.1" 200 327 0.026319 10.0.0.65 - - [2025-12-15 03:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.012316 10.0.0.23 - - [2025-12-15 03:18:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.254272 10.0.0.23 - - [2025-12-15 03:18:23] "POST /id-to-fqname HTTP/1.1" 200 225 0.001680 10.0.0.23 - - [2025-12-15 03:18:23] "GET /virtual-network/b007a409-32fc-42d6-90d0-06b5869a3069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006014 10.0.0.23 - - [2025-12-15 03:18:23] "GET /virtual-network/b007a409-32fc-42d6-90d0-06b5869a3069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005991 10.0.0.23 - - [2025-12-15 03:18:23] "POST /neutron/network HTTP/1.1" 200 832 0.006632 10.0.0.23 - - [2025-12-15 03:18:23] "GET /virtual-network/b007a409-32fc-42d6-90d0-06b5869a3069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007436 10.0.0.65 - - [2025-12-15 03:18:23] "GET /obj-perms HTTP/1.1" 200 5034 0.055386 10.0.0.23 - - [2025-12-15 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.65 - - [2025-12-15 03:18:23] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000900 10.0.0.23 - - [2025-12-15 03:18:23] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.055467 10.0.0.65 - - [2025-12-15 03:18:23] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000923 10.0.0.23 - - [2025-12-15 03:18:24] "POST /neutron/network HTTP/1.1" 200 617 0.169532 10.0.0.23 - - [2025-12-15 03:18:24] "POST /ref-update HTTP/1.1" 200 156 0.036206 10.0.0.23 - - [2025-12-15 03:18:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.002990 10.0.0.23 - - [2025-12-15 03:18:24] "GET /virtual-network/99ca52f2-73dc-4d40-89e0-f3ec5e5a0235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007366 10.0.0.23 - - [2025-12-15 03:18:24] "POST /neutron/network HTTP/1.1" 200 837 0.006293 10.0.0.23 - - [2025-12-15 03:18:24] "GET /virtual-network/99ca52f2-73dc-4d40-89e0-f3ec5e5a0235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005114 10.0.0.23 - - [2025-12-15 03:18:24] "GET /virtual-network/99ca52f2-73dc-4d40-89e0-f3ec5e5a0235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006577 10.0.0.23 - - [2025-12-15 03:18:25] "GET /obj-perms HTTP/1.1" 200 5034 0.280841 10.0.0.50 - - [2025-12-15 03:18:25] "GET /obj-perms HTTP/1.1" 200 5034 0.357703 10.0.0.23 - - [2025-12-15 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010059 10.0.0.65 - - [2025-12-15 03:18:25] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002127 10.0.0.23 - - [2025-12-15 03:18:25] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051528 10.0.0.23 - - [2025-12-15 03:18:25] "POST /neutron/network HTTP/1.1" 200 117 0.019151 10.0.0.23 - - [2025-12-15 03:18:26] "POST /neutron/network HTTP/1.1" 200 848 0.008877 10.0.0.23 - - [2025-12-15 03:18:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001195 10.0.0.23 - - [2025-12-15 03:18:26] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005789 10.0.0.23 - - [2025-12-15 03:18:26] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005544 10.0.0.23 - - [2025-12-15 03:18:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.009101 10.0.0.23 - - [2025-12-15 03:18:26] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007392 10.0.0.23 - - [2025-12-15 03:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.65 - - [2025-12-15 03:18:26] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000875 10.0.0.23 - - [2025-12-15 03:18:26] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044602 10.0.0.23 - - [2025-12-15 03:18:27] "POST /route-targets HTTP/1.1" 200 327 0.012784 10.0.0.65 - - [2025-12-15 03:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007816 10.0.0.23 - - [2025-12-15 03:18:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.218076 10.0.0.23 - - [2025-12-15 03:18:27] "POST /id-to-fqname HTTP/1.1" 200 234 0.001300 10.0.0.23 - - [2025-12-15 03:18:27] "GET /virtual-network/3a963aa8-a31f-47cb-9d86-54fbb52c4aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006674 10.0.0.23 - - [2025-12-15 03:18:27] "GET /virtual-network/3a963aa8-a31f-47cb-9d86-54fbb52c4aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006225 10.0.0.23 - - [2025-12-15 03:18:27] "POST /neutron/network HTTP/1.1" 200 851 0.006567 10.0.0.23 - - [2025-12-15 03:18:27] "GET /virtual-network/3a963aa8-a31f-47cb-9d86-54fbb52c4aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006193 10.0.0.23 - - [2025-12-15 03:18:27] "GET /obj-perms HTTP/1.1" 200 5034 0.004375 10.0.0.50 - - [2025-12-15 03:18:27] "GET /obj-perms HTTP/1.1" 200 5034 0.004511 10.0.0.65 - - [2025-12-15 03:18:27] "GET /obj-perms HTTP/1.1" 200 5034 0.004050 10.0.0.23 - - [2025-12-15 03:18:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001242 10.0.0.65 - - [2025-12-15 03:18:28] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001854 10.0.0.23 - - [2025-12-15 03:18:28] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.075056 10.0.0.23 - - [2025-12-15 03:18:28] "POST /neutron/network HTTP/1.1" 200 830 0.006754 10.0.0.23 - - [2025-12-15 03:18:28] "POST /id-to-fqname HTTP/1.1" 200 225 0.001319 10.0.0.23 - - [2025-12-15 03:18:29] "POST /neutron/port HTTP/1.1" 200 117 0.006937 10.0.0.65 - - [2025-12-15 03:18:29] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000988 10.0.0.23 - - [2025-12-15 03:18:29] "POST /neutron/port HTTP/1.1" 200 1062 0.266754 10.0.0.23 - - [2025-12-15 03:18:29] "POST /neutron/port HTTP/1.1" 200 1116 0.115640 10.0.0.23 - - [2025-12-15 03:18:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.009357 10.0.0.65 - - [2025-12-15 03:18:29] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.23 - - [2025-12-15 03:18:29] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.083070 10.0.0.23 - - [2025-12-15 03:18:30] "POST /neutron/network HTTP/1.1" 200 832 0.007076 10.0.0.23 - - [2025-12-15 03:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.008809 10.0.0.23 - - [2025-12-15 03:18:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.004597 10.0.0.23 - - [2025-12-15 03:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.65 - - [2025-12-15 03:18:30] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002069 10.0.0.23 - - [2025-12-15 03:18:30] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.011728 10.0.0.23 - - [2025-12-15 03:18:30] "POST /service-templates HTTP/1.1" 200 543 0.056735 10.0.0.23 - - [2025-12-15 03:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005360 10.0.0.23 - - [2025-12-15 03:18:30] "GET /service-template/dfd8f774-fd27-4d66-95fd-469134ecf183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.006116 10.0.0.23 - - [2025-12-15 03:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.23 - - [2025-12-15 03:18:30] "GET /service-template/dfd8f774-fd27-4d66-95fd-469134ecf183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.008059 10.0.0.23 - - [2025-12-15 03:18:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001651 10.0.0.23 - - [2025-12-15 03:18:30] "POST /neutron/port HTTP/1.1" 200 1926 0.023610 10.0.0.23 - - [2025-12-15 03:18:31] "POST /neutron/port HTTP/1.1" 200 1062 0.018791 10.0.0.23 - - [2025-12-15 03:18:31] "POST /neutron/port HTTP/1.1" 200 1090 0.017944 10.0.0.23 - - [2025-12-15 03:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.65 - - [2025-12-15 03:18:31] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003927 10.0.0.23 - - [2025-12-15 03:18:31] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.080823 10.0.0.23 - - [2025-12-15 03:18:31] "POST /neutron/port HTTP/1.1" 200 2064 0.021523 10.0.0.23 - - [2025-12-15 03:18:32] "GET /virtual-machine/f2482948-2a8b-4668-b6d0-483a1eef8953 HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2025-12-15 03:18:32] "POST /neutron/network HTTP/1.1" 200 858 0.008907 10.0.0.23 - - [2025-12-15 03:18:32] "GET /virtual-machine/f2482948-2a8b-4668-b6d0-483a1eef8953 HTTP/1.1" 404 171 0.056477 10.0.0.23 - - [2025-12-15 03:18:32] "POST /neutron/port HTTP/1.1" 200 1062 0.020211 10.0.0.23 - - [2025-12-15 03:18:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003770 10.0.0.23 - - [2025-12-15 03:18:32] "POST /neutron/network HTTP/1.1" 200 848 0.007794 10.0.0.23 - - [2025-12-15 03:18:34] "GET /virtual-machine/f2482948-2a8b-4668-b6d0-483a1eef8953 HTTP/1.1" 200 1295 0.006158 10.0.0.23 - - [2025-12-15 03:18:34] "GET /virtual-machine-interface/7ca13625-5743-4bb3-8175-1d3580f9ba82 HTTP/1.1" 200 2983 0.007722 10.0.0.23 - - [2025-12-15 03:18:34] "GET /virtual-machine-interface/7ca13625-5743-4bb3-8175-1d3580f9ba82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.007180 10.0.0.23 - - [2025-12-15 03:18:34] "PUT /virtual-machine-interface/7ca13625-5743-4bb3-8175-1d3580f9ba82 HTTP/1.1" 200 284 0.017292 10.0.0.23 - - [2025-12-15 03:18:34] "POST /neutron/port HTTP/1.1" 200 1090 0.020274 10.0.0.23 - - [2025-12-15 03:18:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008184 10.0.0.23 - - [2025-12-15 03:18:34] "GET /virtual-machine/f2482948-2a8b-4668-b6d0-483a1eef8953 HTTP/1.1" 200 1295 0.004516 10.0.0.23 - - [2025-12-15 03:18:34] "GET /virtual-machine-interface/7ca13625-5743-4bb3-8175-1d3580f9ba82 HTTP/1.1" 200 3033 0.005140 10.0.0.23 - - [2025-12-15 03:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.23 - - [2025-12-15 03:18:34] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003479 10.0.0.23 - - [2025-12-15 03:18:34] "GET /virtual-networks?parent_id=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002936 10.0.0.23 - - [2025-12-15 03:18:34] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005927 10.0.0.23 - - [2025-12-15 03:18:35] "POST /neutron/network HTTP/1.1" 200 842 0.009357 10.0.0.23 - - [2025-12-15 03:18:35] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.23 - - [2025-12-15 03:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.23 - - [2025-12-15 03:18:37] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005548 10.0.0.23 - - [2025-12-15 03:18:40] "POST /neutron/port HTTP/1.1" 200 1090 0.038631 10.0.0.23 - - [2025-12-15 03:18:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.012339 10.0.0.23 - - [2025-12-15 03:18:41] "DELETE /access-control-list/eac4dbea-595b-44d4-aef7-aaa6e148b269 HTTP/1.1" 200 115 0.042943 10.0.0.23 - - [2025-12-15 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005485 10.0.0.23 - - [2025-12-15 03:18:42] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005745 10.0.0.23 - - [2025-12-15 03:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.23 - - [2025-12-15 03:18:46] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005788 10.0.0.65 - - [2025-12-15 03:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.65 - - [2025-12-15 03:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.65 - - [2025-12-15 03:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.65 - - [2025-12-15 03:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2025-12-15 03:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2025-12-15 03:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.50 - - [2025-12-15 03:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000820 10.0.0.23 - - [2025-12-15 03:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2025-12-15 03:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.50 - - [2025-12-15 03:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2025-12-15 03:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.50 - - [2025-12-15 03:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2025-12-15 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.23 - - [2025-12-15 03:18:50] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005513 10.0.0.65 - - [2025-12-15 03:18:50] "DELETE /project/0e509d5c3eab4efe98a8061add02f82b HTTP/1.1" 404 173 0.005841 10.0.0.65 - - [2025-12-15 03:18:50] "DELETE /project/6213ebf0-ea32-4982-9bbc-35e013dd3e51 HTTP/1.1" 404 177 0.004400 10.0.0.23 - - [2025-12-15 03:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.23 - - [2025-12-15 03:18:54] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005207 10.0.0.23 - - [2025-12-15 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.23 - - [2025-12-15 03:18:58] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007420 10.0.0.23 - - [2025-12-15 03:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.23 - - [2025-12-15 03:19:02] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007395 10.0.0.23 - - [2025-12-15 03:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.23 - - [2025-12-15 03:19:06] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005295 10.0.0.23 - - [2025-12-15 03:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005020 10.0.0.23 - - [2025-12-15 03:19:10] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008060 10.0.0.23 - - [2025-12-15 03:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.23 - - [2025-12-15 03:19:14] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007217 10.0.0.23 - - [2025-12-15 03:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.23 - - [2025-12-15 03:19:18] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007304 10.0.0.23 - - [2025-12-15 03:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2025-12-15 03:19:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003979 10.0.0.23 - - [2025-12-15 03:19:20] "GET /virtual-networks?parent_id=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003186 10.0.0.23 - - [2025-12-15 03:19:21] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005838 10.0.0.23 - - [2025-12-15 03:19:21] "POST /neutron/port HTTP/1.1" 200 1090 0.018089 10.0.0.23 - - [2025-12-15 03:19:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.031357 10.0.0.23 - - [2025-12-15 03:19:31] "POST /neutron/port HTTP/1.1" 200 1090 0.017777 10.0.0.23 - - [2025-12-15 03:19:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006702 10.0.0.23 - - [2025-12-15 03:19:36] "POST /neutron/port HTTP/1.1" 200 1090 0.018812 10.0.0.23 - - [2025-12-15 03:19:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004146 10.0.0.23 - - [2025-12-15 03:19:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008062 10.0.0.23 - - [2025-12-15 03:19:41] "POST /neutron/port HTTP/1.1" 200 1090 0.016526 10.0.0.23 - - [2025-12-15 03:19:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004505 10.0.0.23 - - [2025-12-15 03:19:41] "POST /neutron/network HTTP/1.1" 200 848 0.009794 10.0.0.23 - - [2025-12-15 03:19:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.003552 10.0.0.23 - - [2025-12-15 03:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.65 - - [2025-12-15 03:19:47] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001051 10.0.0.23 - - [2025-12-15 03:19:47] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.049499 10.0.0.23 - - [2025-12-15 03:19:47] "POST /service-instances HTTP/1.1" 200 547 0.033455 10.0.0.23 - - [2025-12-15 03:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.23 - - [2025-12-15 03:19:47] "GET /service-instance/ca797179-fc6f-4d7f-8464-7c88a7cac23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007839 10.0.0.23 - - [2025-12-15 03:19:47] "POST /port-tuples HTTP/1.1" 200 590 0.048519 10.0.0.23 - - [2025-12-15 03:19:47] "GET /virtual-machine-interface/7ca13625-5743-4bb3-8175-1d3580f9ba82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005703 10.0.0.23 - - [2025-12-15 03:19:47] "PUT /virtual-machine-interface/7ca13625-5743-4bb3-8175-1d3580f9ba82 HTTP/1.1" 200 284 0.014994 10.0.0.23 - - [2025-12-15 03:19:47] "POST /ref-update HTTP/1.1" 200 156 0.018372 10.0.0.23 - - [2025-12-15 03:19:47] "POST /neutron/port HTTP/1.1" 200 1090 0.018338 10.0.0.23 - - [2025-12-15 03:19:47] "POST /ref-update HTTP/1.1" 200 156 0.049328 10.0.0.23 - - [2025-12-15 03:19:47] "POST /ref-update HTTP/1.1" 200 156 0.024033 10.0.0.23 - - [2025-12-15 03:19:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.014302 10.0.0.23 - - [2025-12-15 03:19:47] "GET /virtual-machine/86cb98d4-2545-4d89-8615-ba474d5c25f5 HTTP/1.1" 200 1293 0.005891 10.0.0.23 - - [2025-12-15 03:19:47] "GET /virtual-machine-interface/4c0d5604-91e4-41ee-93f2-6ac77b4a774e HTTP/1.1" 200 2957 0.006130 10.0.0.23 - - [2025-12-15 03:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.23 - - [2025-12-15 03:19:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005229 10.0.0.23 - - [2025-12-15 03:19:47] "GET /virtual-networks?parent_id=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004280 10.0.0.23 - - [2025-12-15 03:19:47] "GET /virtual-network/23cd3075-e9e4-463e-aa8c-2283ee69b6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006263 10.0.0.23 - - [2025-12-15 03:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.23 - - [2025-12-15 03:19:49] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003885 10.0.0.23 - - [2025-12-15 03:19:49] "GET /virtual-networks?parent_id=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003334 10.0.0.23 - - [2025-12-15 03:19:49] "GET /virtual-network/23cd3075-e9e4-463e-aa8c-2283ee69b6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007481 10.0.0.23 - - [2025-12-15 03:19:49] "POST /neutron/port HTTP/1.1" 200 1090 0.024523 10.0.0.23 - - [2025-12-15 03:19:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008611 10.0.0.23 - - [2025-12-15 03:19:49] "GET /virtual-machine/65977934-4cb8-4da1-b404-6383f7a51c48 HTTP/1.1" 200 1294 0.006871 10.0.0.23 - - [2025-12-15 03:19:49] "GET /virtual-machine-interface/4bf2f284-5a47-4aec-a070-4d0430e160eb HTTP/1.1" 200 2960 0.006576 10.0.0.23 - - [2025-12-15 03:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.23 - - [2025-12-15 03:19:49] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004334 10.0.0.23 - - [2025-12-15 03:19:49] "GET /virtual-networks?parent_id=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003553 10.0.0.23 - - [2025-12-15 03:19:49] "GET /virtual-network/b007a409-32fc-42d6-90d0-06b5869a3069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005617 10.0.0.23 - - [2025-12-15 03:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006941 10.0.0.23 - - [2025-12-15 03:19:50] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006576 10.0.0.23 - - [2025-12-15 03:19:50] "GET /virtual-networks?parent_id=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003637 10.0.0.23 - - [2025-12-15 03:19:50] "GET /virtual-network/b007a409-32fc-42d6-90d0-06b5869a3069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006175 10.0.0.23 - - [2025-12-15 03:19:50] "POST /fqname-to-id HTTP/1.1" 404 215 0.004466 10.0.0.23 - - [2025-12-15 03:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.65 - - [2025-12-15 03:19:50] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001196 10.0.0.23 - - [2025-12-15 03:19:51] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046630 10.0.0.23 - - [2025-12-15 03:19:51] "POST /network-policys HTTP/1.1" 200 551 0.027493 10.0.0.23 - - [2025-12-15 03:19:51] "GET /network-policy/47b50886-e256-41dd-9986-a2351894412a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.007282 10.0.0.23 - - [2025-12-15 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.23 - - [2025-12-15 03:19:51] "GET /virtual-network/23cd3075-e9e4-463e-aa8c-2283ee69b6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005991 10.0.0.23 - - [2025-12-15 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.23 - - [2025-12-15 03:19:51] "GET /network-policy/47b50886-e256-41dd-9986-a2351894412a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004049 10.0.0.23 - - [2025-12-15 03:19:51] "POST /ref-update HTTP/1.1" 200 156 0.066467 10.0.0.23 - - [2025-12-15 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.23 - - [2025-12-15 03:19:51] "POST /ref-update HTTP/1.1" 200 156 0.026554 10.0.0.23 - - [2025-12-15 03:19:51] "GET /network-policy/47b50886-e256-41dd-9986-a2351894412a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.009686 10.0.0.23 - - [2025-12-15 03:19:51] "POST /neutron/network HTTP/1.1" 200 922 0.012842 10.0.0.23 - - [2025-12-15 03:19:51] "GET /virtual-network/23cd3075-e9e4-463e-aa8c-2283ee69b6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007178 10.0.0.23 - - [2025-12-15 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.23 - - [2025-12-15 03:19:51] "GET /network-policy/47b50886-e256-41dd-9986-a2351894412a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004675 10.0.0.23 - - [2025-12-15 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.23 - - [2025-12-15 03:19:51] "GET /virtual-network/b007a409-32fc-42d6-90d0-06b5869a3069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005781 10.0.0.23 - - [2025-12-15 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.23 - - [2025-12-15 03:19:51] "GET /network-policy/47b50886-e256-41dd-9986-a2351894412a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005359 10.0.0.23 - - [2025-12-15 03:19:51] "POST /ref-update HTTP/1.1" 200 156 0.058706 10.0.0.23 - - [2025-12-15 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.23 - - [2025-12-15 03:19:51] "POST /ref-update HTTP/1.1" 200 156 0.028905 10.0.0.23 - - [2025-12-15 03:19:51] "GET /network-policy/47b50886-e256-41dd-9986-a2351894412a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.010464 10.0.0.23 - - [2025-12-15 03:19:51] "GET /virtual-network/b007a409-32fc-42d6-90d0-06b5869a3069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.018248 10.0.0.23 - - [2025-12-15 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.23 - - [2025-12-15 03:19:51] "GET /network-policy/47b50886-e256-41dd-9986-a2351894412a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004010 10.0.0.23 - - [2025-12-15 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.23 - - [2025-12-15 03:19:51] "GET /service-template/dfd8f774-fd27-4d66-95fd-469134ecf183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004536 10.0.0.23 - - [2025-12-15 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.65 - - [2025-12-15 03:19:52] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001226 10.0.0.23 - - [2025-12-15 03:19:52] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.040484 10.0.0.23 - - [2025-12-15 03:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007196 10.0.0.23 - - [2025-12-15 03:19:52] "GET /service-instance/ca797179-fc6f-4d7f-8464-7c88a7cac23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2543 0.006558 10.0.0.23 - - [2025-12-15 03:19:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008891 10.0.0.23 - - [2025-12-15 03:19:52] "POST /neutron/port HTTP/1.1" 200 1384 0.026410 10.0.0.23 - - [2025-12-15 03:19:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007759 10.0.0.23 - - [2025-12-15 03:19:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001212 10.0.0.23 - - [2025-12-15 03:19:52] "GET /virtual-machine/f2482948-2a8b-4668-b6d0-483a1eef8953 HTTP/1.1" 200 1295 0.003721 10.0.0.23 - - [2025-12-15 03:19:52] "GET /virtual-machine-interface/7ca13625-5743-4bb3-8175-1d3580f9ba82 HTTP/1.1" 200 3889 0.005234 10.0.0.23 - - [2025-12-15 03:19:52] "GET /instance-ip/20276368-35a2-4415-a868-993cb0158bdc HTTP/1.1" 200 1964 0.004827 10.0.0.23 - - [2025-12-15 03:19:52] "GET /instance-ip/2f99c2c3-7bc7-4f74-80c7-87b17b2e2858 HTTP/1.1" 200 1961 0.003854 10.0.0.23 - - [2025-12-15 03:19:52] "GET /instance-ip/c004329e-ce8a-4a10-8f49-9f500927ce5f HTTP/1.1" 200 1636 0.006994 10.0.0.23 - - [2025-12-15 03:19:52] "POST /neutron/port HTTP/1.1" 200 1384 0.020973 10.0.0.23 - - [2025-12-15 03:19:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009279 10.0.0.23 - - [2025-12-15 03:19:53] "GET /virtual-machine/f2482948-2a8b-4668-b6d0-483a1eef8953 HTTP/1.1" 200 1295 0.003749 10.0.0.23 - - [2025-12-15 03:19:53] "GET /virtual-machine-interface/7ca13625-5743-4bb3-8175-1d3580f9ba82 HTTP/1.1" 200 3889 0.006115 10.0.0.23 - - [2025-12-15 03:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.23 - - [2025-12-15 03:19:53] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004125 10.0.0.23 - - [2025-12-15 03:19:53] "GET /virtual-networks?parent_id=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003906 10.0.0.23 - - [2025-12-15 03:19:53] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006863 10.0.0.23 - - [2025-12-15 03:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.23 - - [2025-12-15 03:19:54] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003983 10.0.0.23 - - [2025-12-15 03:19:54] "GET /virtual-networks?parent_id=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003286 10.0.0.23 - - [2025-12-15 03:19:54] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005787 10.0.0.23 - - [2025-12-15 03:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.23 - - [2025-12-15 03:19:54] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004375 10.0.0.23 - - [2025-12-15 03:19:54] "GET /virtual-networks?parent_id=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004071 10.0.0.23 - - [2025-12-15 03:19:54] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005780 10.0.0.23 - - [2025-12-15 03:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.23 - - [2025-12-15 03:19:54] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004181 10.0.0.23 - - [2025-12-15 03:19:54] "GET /virtual-networks?parent_id=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003861 10.0.0.23 - - [2025-12-15 03:19:54] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006159 10.0.0.23 - - [2025-12-15 03:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.23 - - [2025-12-15 03:19:54] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004143 10.0.0.23 - - [2025-12-15 03:19:54] "GET /virtual-networks?parent_id=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003459 10.0.0.23 - - [2025-12-15 03:19:54] "GET /virtual-network/7a4b1f8d-7496-44a1-9f22-8f0990e233fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007149 10.0.0.23 - - [2025-12-15 03:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2025-12-15 03:19:54] "GET /routing-instance/1728eb23-1344-484c-bc66-f97376eef796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004161 10.0.0.23 - - [2025-12-15 03:19:54] "GET /routing-instance/1728eb23-1344-484c-bc66-f97376eef796?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.007359 10.0.0.23 - - [2025-12-15 03:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.23 - - [2025-12-15 03:19:54] "GET /routing-instance/41919053-834f-4726-a3c2-e5c584a51c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006081 10.0.0.23 - - [2025-12-15 03:19:54] "GET /routing-instance/41919053-834f-4726-a3c2-e5c584a51c8e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.007269 10.0.0.23 - - [2025-12-15 03:20:36] "POST /neutron/network HTTP/1.1" 200 934 0.032994 10.0.0.23 - - [2025-12-15 03:20:36] "POST /neutron/port HTTP/1.1" 200 117 0.001655 10.0.0.23 - - [2025-12-15 03:20:42] "POST /neutron/port HTTP/1.1" 200 1090 0.017467 10.0.0.23 - - [2025-12-15 03:20:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.010455 10.0.0.23 - - [2025-12-15 03:20:47] "GET /network-policy/47b50886-e256-41dd-9986-a2351894412a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004332 10.0.0.23 - - [2025-12-15 03:20:47] "PUT /network-policy/47b50886-e256-41dd-9986-a2351894412a HTTP/1.1" 200 262 0.014819 10.0.0.23 - - [2025-12-15 03:20:47] "GET /network-policy/47b50886-e256-41dd-9986-a2351894412a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004429 10.0.0.23 - - [2025-12-15 03:20:48] "POST /neutron/port HTTP/1.1" 200 1384 0.021610 10.0.0.23 - - [2025-12-15 03:20:48] "PUT /access-control-list/75dd8bbf-fea7-462f-86f9-b81698450d14 HTTP/1.1" 200 272 0.017138 10.0.0.23 - - [2025-12-15 03:21:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008371 10.0.0.23 - - [2025-12-15 03:21:16] "POST /ref-update HTTP/1.1" 200 156 0.047614 10.0.0.23 - - [2025-12-15 03:21:16] "GET /virtual-network/b007a409-32fc-42d6-90d0-06b5869a3069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.015753 10.0.0.23 - - [2025-12-15 03:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.23 - - [2025-12-15 03:21:16] "DELETE /access-control-list/75dd8bbf-fea7-462f-86f9-b81698450d14 HTTP/1.1" 200 115 0.081954 10.0.0.23 - - [2025-12-15 03:21:16] "GET /network-policy/47b50886-e256-41dd-9986-a2351894412a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.005739 10.0.0.23 - - [2025-12-15 03:21:16] "POST /ref-update HTTP/1.1" 200 156 0.071706 10.0.0.23 - - [2025-12-15 03:21:16] "GET /virtual-network/23cd3075-e9e4-463e-aa8c-2283ee69b6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008493 10.0.0.23 - - [2025-12-15 03:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.23 - - [2025-12-15 03:21:16] "POST /ref-update HTTP/1.1" 200 156 0.030239 10.0.0.23 - - [2025-12-15 03:21:16] "GET /network-policy/47b50886-e256-41dd-9986-a2351894412a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.020514 10.0.0.23 - - [2025-12-15 03:21:16] "DELETE /network-policy/47b50886-e256-41dd-9986-a2351894412a HTTP/1.1" 200 115 0.072533 10.0.0.23 - - [2025-12-15 03:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.23 - - [2025-12-15 03:21:16] "POST /ref-update HTTP/1.1" 200 156 0.061508 10.0.0.23 - - [2025-12-15 03:21:17] "DELETE /service-instance/ca797179-fc6f-4d7f-8464-7c88a7cac23b HTTP/1.1" 200 115 0.086809 10.0.0.23 - - [2025-12-15 03:21:17] "POST /ref-update HTTP/1.1" 200 156 0.069781 10.0.0.23 - - [2025-12-15 03:21:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004055 10.0.0.23 - - [2025-12-15 03:21:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003054 10.0.0.23 - - [2025-12-15 03:21:17] "DELETE /instance-ip/2f99c2c3-7bc7-4f74-80c7-87b17b2e2858 HTTP/1.1" 200 115 0.060393 10.0.0.23 - - [2025-12-15 03:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.23 - - [2025-12-15 03:21:17] "DELETE /service-template/dfd8f774-fd27-4d66-95fd-469134ecf183 HTTP/1.1" 200 115 0.040804 10.0.0.23 - - [2025-12-15 03:21:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.004379 10.0.0.23 - - [2025-12-15 03:21:17] "POST /neutron/network HTTP/1.1" 200 851 0.006861 10.0.0.23 - - [2025-12-15 03:21:17] "POST /neutron/port HTTP/1.1" 200 1116 0.017098 10.0.0.23 - - [2025-12-15 03:21:18] "POST /neutron/network HTTP/1.1" 400 204 0.014330 10.0.0.23 - - [2025-12-15 03:21:18] "POST /neutron/port HTTP/1.1" 200 151 0.198369 10.0.0.23 - - [2025-12-15 03:21:18] "POST /neutron/port HTTP/1.1" 200 151 0.214912 10.0.0.23 - - [2025-12-15 03:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005745 10.0.0.23 - - [2025-12-15 03:21:20] "POST /neutron/network HTTP/1.1" 200 837 0.008984 10.0.0.23 - - [2025-12-15 03:21:20] "DELETE /route-target/b7d68198-e247-494b-811a-0ae8d5a7a8b3 HTTP/1.1" 200 115 0.029000 10.0.0.65 - - [2025-12-15 03:21:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002872 10.0.0.65 - - [2025-12-15 03:21:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002863 10.0.0.23 - - [2025-12-15 03:21:21] "POST /neutron/network HTTP/1.1" 200 151 0.129605 10.0.0.23 - - [2025-12-15 03:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.65 - - [2025-12-15 03:21:22] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001076 10.0.0.23 - - [2025-12-15 03:21:23] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056470 10.0.0.65 - - [2025-12-15 03:21:23] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001456 10.0.0.23 - - [2025-12-15 03:21:23] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?fields=virtual_networks HTTP/1.1" 200 1036 0.098113 10.0.0.65 - - [2025-12-15 03:21:23] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001168 10.0.0.23 - - [2025-12-15 03:21:23] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.063128 10.0.0.65 - - [2025-12-15 03:21:23] "GET /projects?obj_uuids=0e509d5c-3eab-4efe-98a8-061add02f82b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001228 10.0.0.23 - - [2025-12-15 03:21:23] "GET /project/0e509d5c-3eab-4efe-98a8-061add02f82b?fields=security_groups HTTP/1.1" 200 1264 0.077223 10.0.0.23 - - [2025-12-15 03:21:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.036014 10.0.0.65 - - [2025-12-15 03:21:24] "GET /projects?obj_uuids=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002987 10.0.0.65 - - [2025-12-15 03:21:24] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.65 - - [2025-12-15 03:21:24] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007133 10.0.0.65 - - [2025-12-15 03:21:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.002585 10.0.0.65 - - [2025-12-15 03:21:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.007654 10.0.0.65 - - [2025-12-15 03:21:24] "POST /security-groups HTTP/1.1" 200 592 0.076231 10.0.0.65 - - [2025-12-15 03:21:24] "POST /projects HTTP/1.1" 200 587 0.307627 10.0.0.65 - - [2025-12-15 03:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.343478 10.0.0.23 - - [2025-12-15 03:21:24] "POST /access-control-lists HTTP/1.1" 200 597 0.030261 10.0.0.23 - - [2025-12-15 03:21:24] "GET /project/5d92d065-23a8-441f-b5b5-b27b5175ab72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.497201 10.0.0.23 - - [2025-12-15 03:21:25] "GET / HTTP/1.1" 200 35931 0.001411 10.0.0.23 - - [2025-12-15 03:21:28] "GET /project/5d92d065-23a8-441f-b5b5-b27b5175ab72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000433 10.0.0.65 - - [2025-12-15 03:21:28] "GET /projects?obj_uuids=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.23 - - [2025-12-15 03:21:28] "GET /project/5d92d065-23a8-441f-b5b5-b27b5175ab72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.062522 10.0.0.23 - - [2025-12-15 03:21:28] "POST /fqname-to-id HTTP/1.1" 404 180 0.003574 10.0.0.23 - - [2025-12-15 03:21:28] "POST /virtual-DNSs HTTP/1.1" 200 507 0.035908 10.0.0.23 - - [2025-12-15 03:21:28] "GET /virtual-DNS/9d7037a2-0267-4fdc-870b-ce42427e6d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.006562 10.0.0.23 - - [2025-12-15 03:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.23 - - [2025-12-15 03:21:28] "GET /virtual-DNS/9d7037a2-0267-4fdc-870b-ce42427e6d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005987 10.0.0.23 - - [2025-12-15 03:21:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003482 10.0.0.23 - - [2025-12-15 03:21:29] "POST /network-ipams HTTP/1.1" 200 514 0.026092 10.0.0.23 - - [2025-12-15 03:21:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004296 10.0.0.23 - - [2025-12-15 03:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.23 - - [2025-12-15 03:21:29] "GET /network-ipam/65cc5293-8e38-4dbe-b309-be6acf7f0ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.007865 10.0.0.23 - - [2025-12-15 03:21:29] "PUT /network-ipam/65cc5293-8e38-4dbe-b309-be6acf7f0ee2 HTTP/1.1" 200 258 0.017658 10.0.0.23 - - [2025-12-15 03:21:29] "POST /ref-update HTTP/1.1" 200 156 0.014241 10.0.0.23 - - [2025-12-15 03:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.65 - - [2025-12-15 03:21:29] "GET /projects?obj_uuids=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001307 10.0.0.23 - - [2025-12-15 03:21:29] "GET /project/5d92d065-23a8-441f-b5b5-b27b5175ab72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.040245 10.0.0.23 - - [2025-12-15 03:21:29] "POST /neutron/network HTTP/1.1" 200 117 0.033173 10.0.0.23 - - [2025-12-15 03:21:30] "POST /route-targets HTTP/1.1" 200 327 0.015311 10.0.0.23 - - [2025-12-15 03:21:30] "POST /neutron/network HTTP/1.1" 200 833 0.009819 10.0.0.23 - - [2025-12-15 03:21:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001577 10.0.0.23 - - [2025-12-15 03:21:30] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007631 10.0.0.23 - - [2025-12-15 03:21:30] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005655 10.0.0.23 - - [2025-12-15 03:21:30] "POST /neutron/subnet HTTP/1.1" 200 711 0.008847 10.0.0.23 - - [2025-12-15 03:21:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001447 10.0.0.23 - - [2025-12-15 03:21:30] "POST /neutron/network HTTP/1.1" 200 843 0.006909 10.0.0.65 - - [2025-12-15 03:21:31] "GET /projects?obj_uuids=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001288 10.0.0.23 - - [2025-12-15 03:21:31] "GET /project/5d92d065-23a8-441f-b5b5-b27b5175ab72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064414 10.0.0.23 - - [2025-12-15 03:21:31] "POST /neutron/port HTTP/1.1" 200 117 0.006542 10.0.0.65 - - [2025-12-15 03:21:31] "GET /projects?obj_uuids=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.23 - - [2025-12-15 03:21:32] "POST /neutron/port HTTP/1.1" 200 1058 0.279845 10.0.0.23 - - [2025-12-15 03:21:32] "POST /neutron/port HTTP/1.1" 200 1112 0.124274 10.0.0.23 - - [2025-12-15 03:21:32] "POST /neutron/subnet HTTP/1.1" 200 685 0.012376 10.0.0.23 - - [2025-12-15 03:21:36] "POST /neutron/port HTTP/1.1" 200 1086 0.015603 10.0.0.23 - - [2025-12-15 03:21:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009923 10.0.0.23 - - [2025-12-15 03:21:36] "GET /virtual-machine/0007ead6-745b-486c-a09f-1634d72f5fe5 HTTP/1.1" 401 292 0.000394 10.0.0.23 - - [2025-12-15 03:21:37] "GET /virtual-machine/0007ead6-745b-486c-a09f-1634d72f5fe5 HTTP/1.1" 200 1290 0.031429 10.0.0.23 - - [2025-12-15 03:21:37] "GET /virtual-machine-interface/9a670c39-d68c-46d0-84ce-9220013aa532 HTTP/1.1" 200 2964 0.006475 10.0.0.23 - - [2025-12-15 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.23 - - [2025-12-15 03:21:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004685 10.0.0.23 - - [2025-12-15 03:21:37] "GET /virtual-networks?parent_id=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002953 10.0.0.23 - - [2025-12-15 03:21:37] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005390 10.0.0.23 - - [2025-12-15 03:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.23 - - [2025-12-15 03:21:40] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006513 10.0.0.23 - - [2025-12-15 03:21:41] "DELETE /access-control-list/c88c6ec2-08a5-4447-9d59-b13c130439b6 HTTP/1.1" 200 115 0.060858 10.0.0.23 - - [2025-12-15 03:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.23 - - [2025-12-15 03:21:44] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005060 10.0.0.23 - - [2025-12-15 03:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.23 - - [2025-12-15 03:21:48] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005553 10.0.0.65 - - [2025-12-15 03:21:50] "DELETE /project/5d92d06523a8441fb5b5b27b5175ab72 HTTP/1.1" 404 173 0.004817 10.0.0.65 - - [2025-12-15 03:21:50] "DELETE /project/0e509d5c-3eab-4efe-98a8-061add02f82b HTTP/1.1" 404 177 0.004128 10.0.0.23 - - [2025-12-15 03:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2025-12-15 03:21:52] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004923 10.0.0.23 - - [2025-12-15 03:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.23 - - [2025-12-15 03:21:56] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005824 10.0.0.23 - - [2025-12-15 03:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.23 - - [2025-12-15 03:22:00] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006463 10.0.0.23 - - [2025-12-15 03:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.23 - - [2025-12-15 03:22:04] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005639 10.0.0.23 - - [2025-12-15 03:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.23 - - [2025-12-15 03:22:08] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005780 10.0.0.23 - - [2025-12-15 03:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2025-12-15 03:22:13] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005656 10.0.0.23 - - [2025-12-15 03:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.23 - - [2025-12-15 03:22:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004062 10.0.0.23 - - [2025-12-15 03:22:15] "GET /virtual-networks?parent_id=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004165 10.0.0.23 - - [2025-12-15 03:22:15] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008864 10.0.0.23 - - [2025-12-15 03:22:15] "POST /neutron/port HTTP/1.1" 200 1086 0.016691 10.0.0.23 - - [2025-12-15 03:22:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007317 10.0.0.23 - - [2025-12-15 03:22:25] "POST /neutron/port HTTP/1.1" 200 1086 0.016532 10.0.0.65 - - [2025-12-15 03:22:28] "GET /obj-perms HTTP/1.1" 200 5056 0.048102 10.0.0.23 - - [2025-12-15 03:22:28] "GET /obj-perms HTTP/1.1" 200 5056 0.053411 10.0.0.23 - - [2025-12-15 03:22:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007561 10.0.0.23 - - [2025-12-15 03:22:42] "POST /neutron/network HTTP/1.1" 200 843 0.007065 10.0.0.23 - - [2025-12-15 03:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.23 - - [2025-12-15 03:23:01] "POST /neutron/network HTTP/1.1" 200 833 0.007106 10.0.0.23 - - [2025-12-15 03:23:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001142 10.0.0.23 - - [2025-12-15 03:23:01] "POST /neutron/network HTTP/1.1" 200 843 0.007654 10.0.0.65 - - [2025-12-15 03:23:02] "GET /projects?obj_uuids=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.022983 10.0.0.23 - - [2025-12-15 03:23:02] "GET /project/5d92d065-23a8-441f-b5b5-b27b5175ab72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.087584 10.0.0.23 - - [2025-12-15 03:23:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008405 10.0.0.23 - - [2025-12-15 03:23:03] "POST /neutron/network HTTP/1.1" 200 843 0.010637 10.0.0.23 - - [2025-12-15 03:23:03] "POST /neutron/port HTTP/1.1" 200 1058 0.022094 10.0.0.23 - - [2025-12-15 03:23:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004116 10.0.0.23 - - [2025-12-15 03:23:03] "POST /neutron/network HTTP/1.1" 200 833 0.008576 10.0.0.23 - - [2025-12-15 03:23:07] "POST /neutron/port HTTP/1.1" 200 1086 0.021227 10.0.0.23 - - [2025-12-15 03:23:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007919 10.0.0.23 - - [2025-12-15 03:23:08] "GET /virtual-machine/5114a66c-111e-4607-8e02-65e0a9598e44 HTTP/1.1" 200 1293 0.006396 10.0.0.23 - - [2025-12-15 03:23:08] "GET /virtual-machine-interface/a9b718d3-1ad3-4624-a468-57405dd985b2 HTTP/1.1" 200 2965 0.006640 10.0.0.23 - - [2025-12-15 03:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.23 - - [2025-12-15 03:23:08] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003575 10.0.0.23 - - [2025-12-15 03:23:08] "GET /virtual-networks?parent_id=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003171 10.0.0.23 - - [2025-12-15 03:23:08] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005257 10.0.0.23 - - [2025-12-15 03:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.23 - - [2025-12-15 03:23:11] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005366 10.0.0.23 - - [2025-12-15 03:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.23 - - [2025-12-15 03:23:15] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007420 10.0.0.23 - - [2025-12-15 03:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.23 - - [2025-12-15 03:23:19] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006416 10.0.0.23 - - [2025-12-15 03:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.23 - - [2025-12-15 03:23:23] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007249 10.0.0.23 - - [2025-12-15 03:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.23 - - [2025-12-15 03:23:27] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005633 10.0.0.50 - - [2025-12-15 03:23:29] "GET /obj-perms HTTP/1.1" 200 5056 0.050568 10.0.0.23 - - [2025-12-15 03:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.23 - - [2025-12-15 03:23:31] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005462 10.0.0.23 - - [2025-12-15 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.23 - - [2025-12-15 03:23:35] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005222 10.0.0.23 - - [2025-12-15 03:23:39] "POST /neutron/network HTTP/1.1" 200 843 0.006891 10.0.0.23 - - [2025-12-15 03:23:39] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.23 - - [2025-12-15 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.23 - - [2025-12-15 03:23:39] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005262 10.0.0.23 - - [2025-12-15 03:23:43] "POST /neutron/port HTTP/1.1" 200 1086 0.048279 10.0.0.23 - - [2025-12-15 03:23:43] "POST /neutron/subnet HTTP/1.1" 200 685 0.013381 10.0.0.23 - - [2025-12-15 03:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.23 - - [2025-12-15 03:23:44] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006919 10.0.0.23 - - [2025-12-15 03:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.23 - - [2025-12-15 03:23:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004083 10.0.0.23 - - [2025-12-15 03:23:46] "GET /virtual-networks?parent_id=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003506 10.0.0.23 - - [2025-12-15 03:23:46] "GET /virtual-network/ee26dc61-15f6-4b1b-a20d-d2a8da7d82f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005861 10.0.0.23 - - [2025-12-15 03:23:46] "POST /neutron/port HTTP/1.1" 200 1086 0.015259 10.0.0.65 - - [2025-12-15 03:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.65 - - [2025-12-15 03:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.65 - - [2025-12-15 03:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.65 - - [2025-12-15 03:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.50 - - [2025-12-15 03:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.23 - - [2025-12-15 03:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.50 - - [2025-12-15 03:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2025-12-15 03:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2025-12-15 03:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.50 - - [2025-12-15 03:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2025-12-15 03:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.50 - - [2025-12-15 03:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2025-12-15 03:23:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009786 10.0.0.23 - - [2025-12-15 03:23:56] "POST /neutron/port HTTP/1.1" 200 1086 0.019945 10.0.0.23 - - [2025-12-15 03:24:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008769 10.0.0.23 - - [2025-12-15 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.23 - - [2025-12-15 03:24:34] "DELETE /virtual-DNS/9d7037a2-0267-4fdc-870b-ce42427e6d6a HTTP/1.1" 409 235 0.009060 10.0.0.23 - - [2025-12-15 03:24:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.003903 10.0.0.23 - - [2025-12-15 03:24:35] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.026917 10.0.0.23 - - [2025-12-15 03:24:35] "GET /virtual-DNS-record/7636d83a-fb08-4105-8c70-143c2d9651c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.006178 10.0.0.23 - - [2025-12-15 03:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2025-12-15 03:24:35] "GET /virtual-DNS-record/7636d83a-fb08-4105-8c70-143c2d9651c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004034 10.0.0.23 - - [2025-12-15 03:24:39] "POST /neutron/network HTTP/1.1" 200 843 0.007238 10.0.0.23 - - [2025-12-15 03:24:39] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.23 - - [2025-12-15 03:24:41] "DELETE /virtual-DNS-record/7636d83a-fb08-4105-8c70-143c2d9651c5 HTTP/1.1" 200 115 0.035488 10.0.0.23 - - [2025-12-15 03:24:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.003410 10.0.0.23 - - [2025-12-15 03:24:42] "POST /neutron/network HTTP/1.1" 400 204 0.015832 10.0.0.23 - - [2025-12-15 03:24:42] "POST /neutron/port HTTP/1.1" 200 151 0.175195 10.0.0.23 - - [2025-12-15 03:24:42] "POST /neutron/port HTTP/1.1" 200 151 0.206318 10.0.0.23 - - [2025-12-15 03:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.23 - - [2025-12-15 03:24:44] "DELETE /network-ipam/65cc5293-8e38-4dbe-b309-be6acf7f0ee2 HTTP/1.1" 200 115 0.039073 10.0.0.23 - - [2025-12-15 03:24:44] "DELETE /virtual-DNS/9d7037a2-0267-4fdc-870b-ce42427e6d6a HTTP/1.1" 200 115 0.036968 10.0.0.23 - - [2025-12-15 03:24:44] "POST /fqname-to-id HTTP/1.1" 404 180 0.004345 10.0.0.65 - - [2025-12-15 03:24:45] "GET /projects?obj_uuids=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.23 - - [2025-12-15 03:24:45] "GET /project/5d92d065-23a8-441f-b5b5-b27b5175ab72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.088429 10.0.0.65 - - [2025-12-15 03:24:45] "GET /projects?obj_uuids=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000894 10.0.0.23 - - [2025-12-15 03:24:45] "GET /project/5d92d065-23a8-441f-b5b5-b27b5175ab72?fields=virtual_networks HTTP/1.1" 200 1034 0.052038 10.0.0.65 - - [2025-12-15 03:24:45] "GET /projects?obj_uuids=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.23 - - [2025-12-15 03:24:46] "GET /project/5d92d065-23a8-441f-b5b5-b27b5175ab72?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.036467 10.0.0.65 - - [2025-12-15 03:24:46] "GET /projects?obj_uuids=5d92d065-23a8-441f-b5b5-b27b5175ab72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000951 10.0.0.23 - - [2025-12-15 03:24:46] "GET /project/5d92d065-23a8-441f-b5b5-b27b5175ab72?fields=security_groups HTTP/1.1" 200 1261 0.039057 10.0.0.23 - - [2025-12-15 03:24:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.025176 10.0.0.65 - - [2025-12-15 03:24:46] "GET /projects?obj_uuids=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003202 10.0.0.65 - - [2025-12-15 03:24:46] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.65 - - [2025-12-15 03:24:46] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.030913 10.0.0.65 - - [2025-12-15 03:24:47] "POST /id-to-fqname HTTP/1.1" 200 191 0.002084 10.0.0.65 - - [2025-12-15 03:24:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.004284 10.0.0.65 - - [2025-12-15 03:24:47] "POST /security-groups HTTP/1.1" 200 592 0.080279 10.0.0.23 - - [2025-12-15 03:24:47] "POST /fqname-to-id HTTP/1.1" 404 235 0.004232 10.0.0.65 - - [2025-12-15 03:24:47] "POST /projects HTTP/1.1" 200 587 0.324073 10.0.0.65 - - [2025-12-15 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.394415 10.0.0.23 - - [2025-12-15 03:24:47] "POST /access-control-lists HTTP/1.1" 200 595 0.033184 10.0.0.23 - - [2025-12-15 03:24:47] "GET /project/6dd1f32e-4aee-4819-a707-2abf176e79fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.547765 10.0.0.23 - - [2025-12-15 03:24:48] "GET / HTTP/1.1" 200 35931 0.001931 10.0.0.23 - - [2025-12-15 03:24:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.23 - - [2025-12-15 03:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.025419 10.0.0.65 - - [2025-12-15 03:24:50] "GET /projects?obj_uuids=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000961 10.0.0.23 - - [2025-12-15 03:24:50] "GET /project/6dd1f32e-4aee-4819-a707-2abf176e79fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042517 10.0.0.23 - - [2025-12-15 03:24:50] "POST /neutron/network HTTP/1.1" 200 117 0.033597 10.0.0.23 - - [2025-12-15 03:24:50] "POST /route-targets HTTP/1.1" 200 327 0.027013 10.0.0.65 - - [2025-12-15 03:24:50] "DELETE /project/6dd1f32e4aee4819a7072abf176e79fc HTTP/1.1" 404 173 0.002719 10.0.0.65 - - [2025-12-15 03:24:50] "DELETE /project/5d92d065-23a8-441f-b5b5-b27b5175ab72 HTTP/1.1" 404 177 0.005124 10.0.0.23 - - [2025-12-15 03:24:51] "POST /neutron/network HTTP/1.1" 200 827 0.009707 10.0.0.23 - - [2025-12-15 03:24:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001270 10.0.0.23 - - [2025-12-15 03:24:51] "GET /virtual-network/45373133-cf35-4a19-9229-c360bce5bcc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005976 10.0.0.23 - - [2025-12-15 03:24:51] "GET /virtual-network/45373133-cf35-4a19-9229-c360bce5bcc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005693 10.0.0.23 - - [2025-12-15 03:24:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.009011 10.0.0.23 - - [2025-12-15 03:24:51] "GET /virtual-network/45373133-cf35-4a19-9229-c360bce5bcc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005403 10.0.0.23 - - [2025-12-15 03:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.65 - - [2025-12-15 03:24:52] "GET /projects?obj_uuids=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001165 10.0.0.23 - - [2025-12-15 03:24:53] "GET /project/6dd1f32e-4aee-4819-a707-2abf176e79fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045190 10.0.0.23 - - [2025-12-15 03:24:53] "POST /ref-update HTTP/1.1" 200 156 0.031308 10.0.0.65 - - [2025-12-15 03:24:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004605 10.0.0.23 - - [2025-12-15 03:24:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.229447 10.0.0.23 - - [2025-12-15 03:24:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001438 10.0.0.23 - - [2025-12-15 03:24:53] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005264 10.0.0.23 - - [2025-12-15 03:24:53] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005825 10.0.0.23 - - [2025-12-15 03:24:53] "POST /neutron/network HTTP/1.1" 200 828 0.007679 10.0.0.23 - - [2025-12-15 03:24:53] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006442 10.0.0.23 - - [2025-12-15 03:24:54] "GET /obj-perms HTTP/1.1" 200 5032 0.053574 10.0.0.50 - - [2025-12-15 03:24:54] "GET /obj-perms HTTP/1.1" 200 5032 0.048891 10.0.0.65 - - [2025-12-15 03:24:54] "GET /obj-perms HTTP/1.1" 200 5032 0.047050 10.0.0.23 - - [2025-12-15 03:24:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001225 10.0.0.65 - - [2025-12-15 03:25:08] "GET /projects?obj_uuids=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000927 10.0.0.23 - - [2025-12-15 03:25:08] "GET /project/6dd1f32e-4aee-4819-a707-2abf176e79fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.068258 10.0.0.23 - - [2025-12-15 03:25:08] "POST /neutron/network HTTP/1.1" 200 828 0.032571 10.0.0.23 - - [2025-12-15 03:25:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001657 10.0.0.23 - - [2025-12-15 03:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.006740 10.0.0.65 - - [2025-12-15 03:25:09] "GET /projects?obj_uuids=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001336 10.0.0.23 - - [2025-12-15 03:25:09] "POST /neutron/port HTTP/1.1" 200 1062 0.396765 10.0.0.65 - - [2025-12-15 03:25:10] "GET /projects?obj_uuids=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.23 - - [2025-12-15 03:25:10] "GET /project/6dd1f32e-4aee-4819-a707-2abf176e79fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.167480 10.0.0.23 - - [2025-12-15 03:25:10] "POST /neutron/port HTTP/1.1" 200 1116 0.208210 10.0.0.23 - - [2025-12-15 03:25:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011824 10.0.0.23 - - [2025-12-15 03:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.002123 10.0.0.23 - - [2025-12-15 03:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.005916 10.0.0.23 - - [2025-12-15 03:25:10] "POST /neutron/network HTTP/1.1" 200 837 0.012510 10.0.0.23 - - [2025-12-15 03:25:11] "POST /neutron/port HTTP/1.1" 200 1061 0.037935 10.0.0.23 - - [2025-12-15 03:25:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005904 10.0.0.23 - - [2025-12-15 03:25:12] "POST /neutron/network HTTP/1.1" 200 827 0.022829 10.0.0.23 - - [2025-12-15 03:25:20] "POST /neutron/port HTTP/1.1" 200 1090 0.035491 10.0.0.23 - - [2025-12-15 03:25:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.022012 10.0.0.23 - - [2025-12-15 03:25:36] "POST /neutron/port HTTP/1.1" 200 1090 0.016518 10.0.0.23 - - [2025-12-15 03:25:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007388 10.0.0.23 - - [2025-12-15 03:25:51] "POST /neutron/port HTTP/1.1" 200 1090 0.020255 10.0.0.23 - - [2025-12-15 03:25:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007654 10.0.0.23 - - [2025-12-15 03:25:51] "GET /virtual-machine/79a38037-62f3-4ccd-ba06-3b0f48e9d7ad HTTP/1.1" 401 292 0.000476 10.0.0.23 - - [2025-12-15 03:25:51] "GET /virtual-machine/79a38037-62f3-4ccd-ba06-3b0f48e9d7ad HTTP/1.1" 200 1293 0.034348 10.0.0.23 - - [2025-12-15 03:25:51] "GET /virtual-machine-interface/f1f3b758-6710-472e-ae2a-82e9b73d9cf7 HTTP/1.1" 200 2950 0.007297 10.0.0.23 - - [2025-12-15 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.23 - - [2025-12-15 03:25:51] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004846 10.0.0.23 - - [2025-12-15 03:25:51] "GET /virtual-networks?parent_id=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005312 10.0.0.23 - - [2025-12-15 03:25:52] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007723 10.0.0.23 - - [2025-12-15 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.23 - - [2025-12-15 03:25:55] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004844 10.0.0.23 - - [2025-12-15 03:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.23 - - [2025-12-15 03:25:59] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006016 10.0.0.23 - - [2025-12-15 03:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.23 - - [2025-12-15 03:26:03] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006154 10.0.0.23 - - [2025-12-15 03:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.23 - - [2025-12-15 03:26:07] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005486 10.0.0.23 - - [2025-12-15 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.23 - - [2025-12-15 03:26:11] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005705 10.0.0.23 - - [2025-12-15 03:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.23 - - [2025-12-15 03:26:15] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005612 10.0.0.23 - - [2025-12-15 03:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.23 - - [2025-12-15 03:26:19] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006184 10.0.0.23 - - [2025-12-15 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007251 10.0.0.23 - - [2025-12-15 03:26:23] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005446 10.0.0.23 - - [2025-12-15 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.23 - - [2025-12-15 03:26:27] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005568 10.0.0.23 - - [2025-12-15 03:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.23 - - [2025-12-15 03:26:32] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006147 10.0.0.23 - - [2025-12-15 03:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.23 - - [2025-12-15 03:26:36] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005972 10.0.0.23 - - [2025-12-15 03:26:39] "POST /neutron/port HTTP/1.1" 200 1089 0.042169 10.0.0.23 - - [2025-12-15 03:26:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006401 10.0.0.23 - - [2025-12-15 03:26:39] "POST /neutron/network HTTP/1.1" 200 827 0.006912 10.0.0.23 - - [2025-12-15 03:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006416 10.0.0.23 - - [2025-12-15 03:26:40] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008883 10.0.0.23 - - [2025-12-15 03:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.23 - - [2025-12-15 03:26:44] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005059 10.0.0.23 - - [2025-12-15 03:26:45] "POST /neutron/network HTTP/1.1" 200 838 0.006731 10.0.0.23 - - [2025-12-15 03:26:45] "POST /neutron/port HTTP/1.1" 200 117 0.001435 10.0.0.23 - - [2025-12-15 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.23 - - [2025-12-15 03:26:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004075 10.0.0.23 - - [2025-12-15 03:26:46] "GET /virtual-networks?parent_id=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002848 10.0.0.23 - - [2025-12-15 03:26:46] "GET /virtual-network/16e3165b-cc1c-462e-922d-a5241be811cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005715 10.0.0.23 - - [2025-12-15 03:26:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008037 10.0.0.23 - - [2025-12-15 03:26:56] "POST /neutron/port HTTP/1.1" 200 1090 0.016219 10.0.0.23 - - [2025-12-15 03:27:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.034206 10.0.0.23 - - [2025-12-15 03:27:04] "POST /neutron/port HTTP/1.1" 200 1089 0.018674 10.0.0.23 - - [2025-12-15 03:27:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007452 10.0.0.23 - - [2025-12-15 03:27:17] "POST /neutron/port HTTP/1.1" 200 1090 0.015248 10.0.0.23 - - [2025-12-15 03:27:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011172 10.0.0.23 - - [2025-12-15 03:27:32] "POST /neutron/port HTTP/1.1" 200 1090 0.021076 10.0.0.23 - - [2025-12-15 03:27:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012726 10.0.0.23 - - [2025-12-15 03:27:39] "POST /neutron/network HTTP/1.1" 200 837 0.007216 10.0.0.23 - - [2025-12-15 03:27:39] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.23 - - [2025-12-15 03:27:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010836 10.0.0.23 - - [2025-12-15 03:27:47] "POST /neutron/network HTTP/1.1" 200 838 0.009901 10.0.0.23 - - [2025-12-15 03:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.23 - - [2025-12-15 03:27:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007225 10.0.0.23 - - [2025-12-15 03:27:48] "POST /neutron/port HTTP/1.1" 200 1089 0.020346 10.0.0.23 - - [2025-12-15 03:27:48] "GET /virtual-machine/5d9731ff-e9f6-4d65-bc0a-028eb6b82f5a HTTP/1.1" 200 1293 0.008183 10.0.0.23 - - [2025-12-15 03:27:48] "GET /virtual-machine-interface/3569e163-8809-4839-8bd7-57ad8dc61158 HTTP/1.1" 200 2949 0.007716 10.0.0.23 - - [2025-12-15 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.23 - - [2025-12-15 03:27:48] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003714 10.0.0.23 - - [2025-12-15 03:27:48] "GET /virtual-networks?parent_id=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003542 10.0.0.23 - - [2025-12-15 03:27:48] "GET /virtual-network/45373133-cf35-4a19-9229-c360bce5bcc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005585 10.0.0.23 - - [2025-12-15 03:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.23 - - [2025-12-15 03:27:49] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003467 10.0.0.23 - - [2025-12-15 03:27:49] "GET /virtual-networks?parent_id=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002794 10.0.0.23 - - [2025-12-15 03:27:49] "GET /virtual-network/45373133-cf35-4a19-9229-c360bce5bcc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006992 10.0.0.23 - - [2025-12-15 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.65 - - [2025-12-15 03:27:50] "GET /projects?obj_uuids=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000920 10.0.0.23 - - [2025-12-15 03:27:50] "GET /project/6dd1f32e-4aee-4819-a707-2abf176e79fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052331 10.0.0.23 - - [2025-12-15 03:27:50] "GET /virtual-network/45373133-cf35-4a19-9229-c360bce5bcc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005964 10.0.0.23 - - [2025-12-15 03:27:50] "GET /floating-ip-pools?parent_id=45373133-cf35-4a19-9229-c360bce5bcc1&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003402 10.0.0.23 - - [2025-12-15 03:27:50] "GET /virtual-network/45373133-cf35-4a19-9229-c360bce5bcc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005401 10.0.0.23 - - [2025-12-15 03:27:50] "POST /floating-ip-pools HTTP/1.1" 200 598 0.029267 10.0.0.23 - - [2025-12-15 03:27:50] "POST /ref-update HTTP/1.1" 200 156 0.019539 10.0.0.23 - - [2025-12-15 03:27:50] "GET /virtual-network/45373133-cf35-4a19-9229-c360bce5bcc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005580 10.0.0.23 - - [2025-12-15 03:27:50] "GET /virtual-network/45373133-cf35-4a19-9229-c360bce5bcc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005888 10.0.0.23 - - [2025-12-15 03:27:50] "POST /neutron/port HTTP/1.1" 200 1090 0.017053 10.0.0.23 - - [2025-12-15 03:27:50] "POST /neutron/floatingip HTTP/1.1" 200 578 0.017722 10.0.0.23 - - [2025-12-15 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.23 - - [2025-12-15 03:27:50] "GET /routing-instance/cc7b44e1-1c92-4d1e-8b41-d75140c0514b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.006341 10.0.0.23 - - [2025-12-15 03:27:50] "GET /route-target/b2de76b6-678d-4622-9b1b-cefef759c657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005516 10.0.0.23 - - [2025-12-15 03:28:19] "POST /neutron/floatingip HTTP/1.1" 200 530 0.010849 10.0.0.23 - - [2025-12-15 03:28:19] "GET /floating-ip-pool/d718420e-e78e-4458-ab15-e77c82da7189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.005512 10.0.0.23 - - [2025-12-15 03:28:19] "POST /ref-update HTTP/1.1" 200 156 0.017365 10.0.0.23 - - [2025-12-15 03:28:19] "DELETE /floating-ip-pool/d718420e-e78e-4458-ab15-e77c82da7189 HTTP/1.1" 200 115 0.035560 10.0.0.23 - - [2025-12-15 03:28:19] "POST /neutron/network HTTP/1.1" 400 204 0.016344 10.0.0.23 - - [2025-12-15 03:28:20] "POST /neutron/port HTTP/1.1" 200 151 0.198227 10.0.0.23 - - [2025-12-15 03:28:20] "POST /neutron/port HTTP/1.1" 200 151 0.231614 10.0.0.23 - - [2025-12-15 03:28:21] "POST /neutron/network HTTP/1.1" 200 827 0.007253 10.0.0.23 - - [2025-12-15 03:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.037883 10.0.0.65 - - [2025-12-15 03:28:23] "GET /projects?obj_uuids=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.029171 10.0.0.23 - - [2025-12-15 03:28:23] "GET /project/6dd1f32e-4aee-4819-a707-2abf176e79fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077202 10.0.0.65 - - [2025-12-15 03:28:23] "GET /projects?obj_uuids=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000936 10.0.0.23 - - [2025-12-15 03:28:23] "GET /project/6dd1f32e-4aee-4819-a707-2abf176e79fc?fields=virtual_networks HTTP/1.1" 200 1034 0.052513 10.0.0.65 - - [2025-12-15 03:28:23] "GET /projects?obj_uuids=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000964 10.0.0.23 - - [2025-12-15 03:28:23] "GET /project/6dd1f32e-4aee-4819-a707-2abf176e79fc?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.049691 10.0.0.65 - - [2025-12-15 03:28:23] "GET /projects?obj_uuids=6dd1f32e-4aee-4819-a707-2abf176e79fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.23 - - [2025-12-15 03:28:23] "GET /project/6dd1f32e-4aee-4819-a707-2abf176e79fc?fields=security_groups HTTP/1.1" 200 1261 0.042219 10.0.0.23 - - [2025-12-15 03:28:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.032218 10.0.0.65 - - [2025-12-15 03:28:24] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002885 10.0.0.65 - - [2025-12-15 03:28:24] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.65 - - [2025-12-15 03:28:24] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006839 10.0.0.65 - - [2025-12-15 03:28:24] "POST /id-to-fqname HTTP/1.1" 200 190 0.007649 10.0.0.65 - - [2025-12-15 03:28:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.003292 10.0.0.65 - - [2025-12-15 03:28:25] "POST /security-groups HTTP/1.1" 200 591 0.082304 10.0.0.65 - - [2025-12-15 03:28:25] "POST /projects HTTP/1.1" 200 585 0.302697 10.0.0.23 - - [2025-12-15 03:28:25] "POST /access-control-lists HTTP/1.1" 200 596 0.034913 10.0.0.65 - - [2025-12-15 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.378659 10.0.0.23 - - [2025-12-15 03:28:25] "GET /project/bcc7d765-31ef-430b-94ba-a20d59086756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.559484 10.0.0.23 - - [2025-12-15 03:28:26] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.23 - - [2025-12-15 03:28:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2025-12-15 03:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.059214 10.0.0.65 - - [2025-12-15 03:28:28] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.23 - - [2025-12-15 03:28:28] "GET /project/bcc7d765-31ef-430b-94ba-a20d59086756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.045531 10.0.0.65 - - [2025-12-15 03:28:28] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.23 - - [2025-12-15 03:28:28] "POST /neutron/network HTTP/1.1" 200 625 0.135734 10.0.0.23 - - [2025-12-15 03:28:28] "POST /route-targets HTTP/1.1" 200 327 0.012433 10.0.0.23 - - [2025-12-15 03:28:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.003435 10.0.0.23 - - [2025-12-15 03:28:28] "GET /virtual-network/9f4e0b51-8cc6-4e60-bdc9-1a4bd5df1a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006569 10.0.0.23 - - [2025-12-15 03:28:28] "POST /neutron/network HTTP/1.1" 200 839 0.006855 10.0.0.23 - - [2025-12-15 03:28:28] "GET /virtual-network/9f4e0b51-8cc6-4e60-bdc9-1a4bd5df1a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005464 10.0.0.23 - - [2025-12-15 03:28:29] "POST /neutron/network HTTP/1.1" 200 839 0.007595 10.0.0.23 - - [2025-12-15 03:28:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.001134 10.0.0.65 - - [2025-12-15 03:28:29] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.23 - - [2025-12-15 03:28:29] "GET /project/bcc7d765-31ef-430b-94ba-a20d59086756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.068523 10.0.0.23 - - [2025-12-15 03:28:30] "POST /neutron/port HTTP/1.1" 200 117 0.007735 10.0.0.23 - - [2025-12-15 03:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008064 10.0.0.23 - - [2025-12-15 03:28:30] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006937 10.0.0.23 - - [2025-12-15 03:28:30] "PUT /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e HTTP/1.1" 200 276 0.018015 10.0.0.23 - - [2025-12-15 03:28:30] "POST /neutron/network HTTP/1.1" 200 849 0.006766 10.0.0.23 - - [2025-12-15 03:28:30] "POST /neutron/port HTTP/1.1" 200 1055 0.016131 10.0.0.23 - - [2025-12-15 03:28:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003661 10.0.0.23 - - [2025-12-15 03:28:31] "POST /neutron/network HTTP/1.1" 200 839 0.007549 10.0.0.65 - - [2025-12-15 03:28:32] "GET /obj-perms HTTP/1.1" 200 5056 0.050807 10.0.0.23 - - [2025-12-15 03:28:33] "GET /obj-perms HTTP/1.1" 200 5056 0.045261 10.0.0.23 - - [2025-12-15 03:28:35] "POST /neutron/port HTTP/1.1" 200 1083 0.018822 10.0.0.23 - - [2025-12-15 03:28:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007554 10.0.0.23 - - [2025-12-15 03:28:35] "GET /virtual-machine/c1e91a35-73f9-48dd-a6af-fc2b54cc299d HTTP/1.1" 401 292 0.000566 10.0.0.23 - - [2025-12-15 03:28:35] "GET /virtual-machine/c1e91a35-73f9-48dd-a6af-fc2b54cc299d HTTP/1.1" 200 1293 0.028613 10.0.0.23 - - [2025-12-15 03:28:35] "GET /virtual-machine-interface/b0a7c3f9-d9b0-4e8b-be4e-b1fffc5aae5e HTTP/1.1" 200 2972 0.005257 10.0.0.23 - - [2025-12-15 03:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.23 - - [2025-12-15 03:28:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003851 10.0.0.23 - - [2025-12-15 03:28:36] "GET /virtual-networks?parent_id=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003419 10.0.0.23 - - [2025-12-15 03:28:36] "GET /virtual-network/9f4e0b51-8cc6-4e60-bdc9-1a4bd5df1a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005837 10.0.0.23 - - [2025-12-15 03:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.23 - - [2025-12-15 03:28:39] "GET /virtual-network/9f4e0b51-8cc6-4e60-bdc9-1a4bd5df1a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006727 10.0.0.23 - - [2025-12-15 03:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.23 - - [2025-12-15 03:28:41] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003425 10.0.0.23 - - [2025-12-15 03:28:41] "GET /virtual-networks?parent_id=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003140 10.0.0.23 - - [2025-12-15 03:28:41] "GET /virtual-network/9f4e0b51-8cc6-4e60-bdc9-1a4bd5df1a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006035 10.0.0.23 - - [2025-12-15 03:28:41] "POST /neutron/port HTTP/1.1" 200 1083 0.026227 10.0.0.23 - - [2025-12-15 03:28:42] "DELETE /access-control-list/c33eaa4f-f216-4862-bc61-ebd792b60e44 HTTP/1.1" 200 115 0.043849 10.0.0.65 - - [2025-12-15 03:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.65 - - [2025-12-15 03:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.65 - - [2025-12-15 03:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.65 - - [2025-12-15 03:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.50 - - [2025-12-15 03:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.23 - - [2025-12-15 03:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.50 - - [2025-12-15 03:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2025-12-15 03:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2025-12-15 03:28:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2025-12-15 03:28:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2025-12-15 03:28:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.50 - - [2025-12-15 03:28:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2025-12-15 03:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.23 - - [2025-12-15 03:28:48] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003736 10.0.0.23 - - [2025-12-15 03:28:48] "PUT /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e HTTP/1.1" 200 276 0.011978 10.0.0.23 - - [2025-12-15 03:28:48] "POST /neutron/network HTTP/1.1" 400 204 0.016189 10.0.0.23 - - [2025-12-15 03:28:49] "POST /neutron/port HTTP/1.1" 200 151 0.164299 10.0.0.65 - - [2025-12-15 03:28:51] "DELETE /project/bcc7d76531ef430b94baa20d59086756 HTTP/1.1" 404 173 0.003034 10.0.0.65 - - [2025-12-15 03:28:51] "DELETE /project/6dd1f32e-4aee-4819-a707-2abf176e79fc HTTP/1.1" 404 177 0.005868 10.0.0.23 - - [2025-12-15 03:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.65 - - [2025-12-15 03:28:53] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000879 10.0.0.23 - - [2025-12-15 03:28:53] "GET /project/bcc7d765-31ef-430b-94ba-a20d59086756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042951 10.0.0.23 - - [2025-12-15 03:28:53] "POST /neutron/network HTTP/1.1" 200 117 0.018537 10.0.0.23 - - [2025-12-15 03:28:54] "POST /neutron/network HTTP/1.1" 200 822 0.008451 10.0.0.23 - - [2025-12-15 03:28:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001143 10.0.0.23 - - [2025-12-15 03:28:54] "GET /virtual-network/601d432c-33d8-43b5-810d-3bb617acedc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005208 10.0.0.23 - - [2025-12-15 03:28:54] "GET /virtual-network/601d432c-33d8-43b5-810d-3bb617acedc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005260 10.0.0.23 - - [2025-12-15 03:28:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.009105 10.0.0.23 - - [2025-12-15 03:28:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001209 10.0.0.23 - - [2025-12-15 03:28:54] "POST /route-targets HTTP/1.1" 200 327 0.015469 10.0.0.65 - - [2025-12-15 03:28:55] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.23 - - [2025-12-15 03:28:55] "GET /project/bcc7d765-31ef-430b-94ba-a20d59086756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.071835 10.0.0.23 - - [2025-12-15 03:28:55] "POST /neutron/port HTTP/1.1" 200 117 0.006232 10.0.0.23 - - [2025-12-15 03:28:55] "POST /neutron/network HTTP/1.1" 200 832 0.011057 10.0.0.23 - - [2025-12-15 03:28:56] "POST /neutron/port HTTP/1.1" 200 1058 0.026160 10.0.0.23 - - [2025-12-15 03:28:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005146 10.0.0.23 - - [2025-12-15 03:28:56] "POST /neutron/network HTTP/1.1" 200 822 0.006882 10.0.0.23 - - [2025-12-15 03:29:00] "POST /neutron/port HTTP/1.1" 200 1086 0.020384 10.0.0.23 - - [2025-12-15 03:29:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007586 10.0.0.23 - - [2025-12-15 03:29:00] "GET /virtual-machine/2d5e3282-e0d8-4087-9318-6afdcfc7aaf3 HTTP/1.1" 200 1292 0.006423 10.0.0.23 - - [2025-12-15 03:29:00] "GET /virtual-machine-interface/01a5badf-c070-4eb4-a3cc-068fe816d45c HTTP/1.1" 200 2940 0.005183 10.0.0.23 - - [2025-12-15 03:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.23 - - [2025-12-15 03:29:00] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004002 10.0.0.23 - - [2025-12-15 03:29:00] "GET /virtual-networks?parent_id=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002896 10.0.0.23 - - [2025-12-15 03:29:00] "GET /virtual-network/601d432c-33d8-43b5-810d-3bb617acedc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005534 10.0.0.23 - - [2025-12-15 03:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.23 - - [2025-12-15 03:29:04] "GET /virtual-network/601d432c-33d8-43b5-810d-3bb617acedc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006998 10.0.0.23 - - [2025-12-15 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.23 - - [2025-12-15 03:29:08] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003444 10.0.0.23 - - [2025-12-15 03:29:08] "GET /virtual-networks?parent_id=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003034 10.0.0.23 - - [2025-12-15 03:29:08] "GET /virtual-network/601d432c-33d8-43b5-810d-3bb617acedc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006479 10.0.0.23 - - [2025-12-15 03:29:08] "POST /neutron/port HTTP/1.1" 200 1086 0.018323 10.0.0.23 - - [2025-12-15 03:29:15] "POST /neutron/network HTTP/1.1" 400 204 0.020442 10.0.0.23 - - [2025-12-15 03:29:16] "POST /neutron/port HTTP/1.1" 200 151 0.190512 10.0.0.23 - - [2025-12-15 03:29:17] "DELETE /route-target/cffaa1be-23ac-4cd1-9fb6-49c83023af7b HTTP/1.1" 200 115 0.027020 10.0.0.23 - - [2025-12-15 03:29:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004926 10.0.0.23 - - [2025-12-15 03:29:20] "POST /network-ipams HTTP/1.1" 200 541 0.031888 10.0.0.23 - - [2025-12-15 03:29:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004576 10.0.0.23 - - [2025-12-15 03:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.23 - - [2025-12-15 03:29:20] "GET /network-ipam/24d81b45-1b96-44ac-88f9-1f90febed18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.006427 10.0.0.23 - - [2025-12-15 03:29:20] "PUT /network-ipam/24d81b45-1b96-44ac-88f9-1f90febed18b HTTP/1.1" 200 258 0.015279 10.0.0.23 - - [2025-12-15 03:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.65 - - [2025-12-15 03:29:20] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.23 - - [2025-12-15 03:29:20] "GET /project/bcc7d765-31ef-430b-94ba-a20d59086756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.046501 10.0.0.23 - - [2025-12-15 03:29:20] "POST /neutron/network HTTP/1.1" 200 117 0.013103 10.0.0.65 - - [2025-12-15 03:29:21] "POST /useragent-kv HTTP/1.1" 200 115 0.008700 10.0.0.23 - - [2025-12-15 03:29:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.184427 10.0.0.23 - - [2025-12-15 03:29:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001209 10.0.0.23 - - [2025-12-15 03:29:21] "GET /virtual-network/8806d522-ca54-443e-8086-6517578386b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005002 10.0.0.23 - - [2025-12-15 03:29:21] "GET /virtual-network/8806d522-ca54-443e-8086-6517578386b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005670 10.0.0.23 - - [2025-12-15 03:29:21] "POST /neutron/network HTTP/1.1" 200 994 0.008296 10.0.0.23 - - [2025-12-15 03:29:21] "POST /neutron/network HTTP/1.1" 200 994 0.009626 10.0.0.65 - - [2025-12-15 03:29:21] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.23 - - [2025-12-15 03:29:21] "POST /neutron/port HTTP/1.1" 200 1017 0.231168 10.0.0.23 - - [2025-12-15 03:29:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001759 10.0.0.23 - - [2025-12-15 03:29:22] "POST /neutron/port HTTP/1.1" 200 1017 0.016593 10.0.0.23 - - [2025-12-15 03:29:22] "POST /neutron/port HTTP/1.1" 200 1017 0.012127 10.0.0.23 - - [2025-12-15 03:29:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001279 10.0.0.23 - - [2025-12-15 03:29:22] "POST /neutron/port HTTP/1.1" 200 117 0.009491 10.0.0.23 - - [2025-12-15 03:29:22] "POST /neutron/network HTTP/1.1" 200 994 0.009169 10.0.0.23 - - [2025-12-15 03:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.007797 10.0.0.23 - - [2025-12-15 03:29:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001639 10.0.0.23 - - [2025-12-15 03:29:23] "POST /neutron/network HTTP/1.1" 200 1004 0.008868 10.0.0.23 - - [2025-12-15 03:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.015667 10.0.0.23 - - [2025-12-15 03:29:23] "POST /neutron/port HTTP/1.1" 200 1083 0.069384 10.0.0.23 - - [2025-12-15 03:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.23 - - [2025-12-15 03:29:23] "POST /neutron/network HTTP/1.1" 200 1004 0.006920 10.0.0.23 - - [2025-12-15 03:29:24] "POST /neutron/port HTTP/1.1" 200 1109 0.178031 10.0.0.23 - - [2025-12-15 03:29:24] "POST /neutron/subnet HTTP/1.1" 200 673 0.015408 10.0.0.65 - - [2025-12-15 03:29:24] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.23 - - [2025-12-15 03:29:24] "GET /project/bcc7d765-31ef-430b-94ba-a20d59086756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.087663 10.0.0.23 - - [2025-12-15 03:29:24] "POST /neutron/network HTTP/1.1" 200 994 0.009713 10.0.0.23 - - [2025-12-15 03:29:24] "POST /neutron/port HTTP/1.1" 200 117 0.008742 10.0.0.23 - - [2025-12-15 03:29:24] "GET /virtual-network/8806d522-ca54-443e-8086-6517578386b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006212 10.0.0.23 - - [2025-12-15 03:29:25] "POST /neutron/port HTTP/1.1" 200 1055 0.028730 10.0.0.23 - - [2025-12-15 03:29:25] "POST /neutron/port HTTP/1.1" 200 1083 0.029399 10.0.0.23 - - [2025-12-15 03:29:25] "POST /neutron/port HTTP/1.1" 200 117 0.001966 10.0.0.50 - - [2025-12-15 03:29:26] "GET /obj-perms HTTP/1.1" 200 5030 0.068303 10.0.0.23 - - [2025-12-15 03:29:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009820 10.0.0.23 - - [2025-12-15 03:29:26] "POST /neutron/port HTTP/1.1" 200 1083 0.015904 10.0.0.23 - - [2025-12-15 03:29:26] "GET /virtual-machine/6911307e-f4de-4a03-bdb7-ffaf18dff0fc HTTP/1.1" 200 1288 0.008476 10.0.0.23 - - [2025-12-15 03:29:26] "GET /virtual-machine-interface/3ea282c6-db24-42e2-8ef9-1aed96115584 HTTP/1.1" 200 2941 0.006016 10.0.0.23 - - [2025-12-15 03:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.23 - - [2025-12-15 03:29:26] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003566 10.0.0.23 - - [2025-12-15 03:29:26] "GET /virtual-networks?parent_id=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003124 10.0.0.23 - - [2025-12-15 03:29:26] "GET /virtual-network/8806d522-ca54-443e-8086-6517578386b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005506 10.0.0.23 - - [2025-12-15 03:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.23 - - [2025-12-15 03:29:29] "GET /virtual-network/8806d522-ca54-443e-8086-6517578386b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005286 10.0.0.23 - - [2025-12-15 03:29:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010261 10.0.0.23 - - [2025-12-15 03:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.23 - - [2025-12-15 03:29:34] "GET /virtual-network/8806d522-ca54-443e-8086-6517578386b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005481 10.0.0.23 - - [2025-12-15 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.23 - - [2025-12-15 03:29:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005795 10.0.0.23 - - [2025-12-15 03:29:36] "GET /virtual-networks?parent_id=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004351 10.0.0.23 - - [2025-12-15 03:29:36] "GET /virtual-network/8806d522-ca54-443e-8086-6517578386b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007289 10.0.0.23 - - [2025-12-15 03:29:36] "POST /neutron/port HTTP/1.1" 200 1083 0.016663 10.0.0.23 - - [2025-12-15 03:29:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007191 10.0.0.23 - - [2025-12-15 03:29:36] "GET /virtual-machine/ac9693fb-3a86-4e5b-bdd6-bcb97ac138c6 HTTP/1.1" 200 1289 0.005924 10.0.0.23 - - [2025-12-15 03:29:36] "GET /virtual-machine-interface/a0e0dc1d-7020-4a2a-bc9a-146a15cf0c0c HTTP/1.1" 200 2942 0.005068 10.0.0.23 - - [2025-12-15 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.23 - - [2025-12-15 03:29:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003545 10.0.0.23 - - [2025-12-15 03:29:36] "GET /virtual-networks?parent_id=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002772 10.0.0.23 - - [2025-12-15 03:29:36] "GET /virtual-network/8806d522-ca54-443e-8086-6517578386b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007996 10.0.0.23 - - [2025-12-15 03:29:37] "POST /neutron/port HTTP/1.1" 200 1083 0.016305 10.0.0.23 - - [2025-12-15 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.23 - - [2025-12-15 03:29:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005974 10.0.0.23 - - [2025-12-15 03:29:37] "GET /virtual-networks?parent_id=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005080 10.0.0.23 - - [2025-12-15 03:29:37] "GET /virtual-network/8806d522-ca54-443e-8086-6517578386b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008447 10.0.0.23 - - [2025-12-15 03:29:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007833 10.0.0.23 - - [2025-12-15 03:29:38] "POST /neutron/port HTTP/1.1" 200 1083 0.016852 10.0.0.23 - - [2025-12-15 03:29:38] "GET /virtual-machine/ed404db5-3000-41b0-a5f2-0b2344bff616 HTTP/1.1" 200 1293 0.006285 10.0.0.23 - - [2025-12-15 03:29:38] "GET /virtual-machine-interface/fb7c7ffc-7fe0-4fe8-a369-26594f3f0601 HTTP/1.1" 200 2942 0.005807 10.0.0.23 - - [2025-12-15 03:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.23 - - [2025-12-15 03:29:38] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003359 10.0.0.23 - - [2025-12-15 03:29:38] "GET /virtual-networks?parent_id=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003390 10.0.0.23 - - [2025-12-15 03:29:38] "GET /virtual-network/8806d522-ca54-443e-8086-6517578386b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006070 10.0.0.23 - - [2025-12-15 03:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.23 - - [2025-12-15 03:29:39] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003749 10.0.0.23 - - [2025-12-15 03:29:39] "GET /virtual-networks?parent_id=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003764 10.0.0.23 - - [2025-12-15 03:29:39] "GET /virtual-network/8806d522-ca54-443e-8086-6517578386b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006090 10.0.0.23 - - [2025-12-15 03:29:42] "POST /neutron/port HTTP/1.1" 200 1083 0.022911 10.0.0.23 - - [2025-12-15 03:29:42] "POST /neutron/subnet HTTP/1.1" 200 673 0.014958 10.0.0.23 - - [2025-12-15 03:29:49] "POST /neutron/port HTTP/1.1" 200 1083 0.018080 10.0.0.23 - - [2025-12-15 03:29:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004378 10.0.0.23 - - [2025-12-15 03:29:49] "POST /neutron/network HTTP/1.1" 200 994 0.012126 10.0.0.23 - - [2025-12-15 03:29:55] "POST /neutron/port HTTP/1.1" 200 151 0.235722 10.0.0.23 - - [2025-12-15 03:29:55] "POST /neutron/port HTTP/1.1" 200 1083 0.022390 10.0.0.23 - - [2025-12-15 03:29:55] "POST /neutron/port HTTP/1.1" 200 151 0.312830 10.0.0.23 - - [2025-12-15 03:29:57] "POST /neutron/network HTTP/1.1" 200 994 0.009563 10.0.0.23 - - [2025-12-15 03:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006491 10.0.0.23 - - [2025-12-15 03:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.23 - - [2025-12-15 03:29:58] "DELETE /network-ipam/24d81b45-1b96-44ac-88f9-1f90febed18b HTTP/1.1" 200 115 0.032563 10.0.0.23 - - [2025-12-15 03:29:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.006530 10.0.0.65 - - [2025-12-15 03:29:59] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117 10.0.0.23 - - [2025-12-15 03:29:59] "GET /project/bcc7d765-31ef-430b-94ba-a20d59086756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.077299 10.0.0.65 - - [2025-12-15 03:29:59] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.23 - - [2025-12-15 03:29:59] "GET /project/bcc7d765-31ef-430b-94ba-a20d59086756?fields=virtual_networks HTTP/1.1" 200 1033 0.043526 10.0.0.65 - - [2025-12-15 03:29:59] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.23 - - [2025-12-15 03:29:59] "GET /project/bcc7d765-31ef-430b-94ba-a20d59086756?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.035628 10.0.0.65 - - [2025-12-15 03:29:59] "GET /projects?obj_uuids=bcc7d765-31ef-430b-94ba-a20d59086756&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002176 10.0.0.23 - - [2025-12-15 03:29:59] "GET /project/bcc7d765-31ef-430b-94ba-a20d59086756?fields=security_groups HTTP/1.1" 200 1259 0.043031 10.0.0.23 - - [2025-12-15 03:30:00] "POST /neutron/port HTTP/1.1" 400 205 0.004247 10.0.0.23 - - [2025-12-15 03:30:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.034601 10.0.0.65 - - [2025-12-15 03:30:00] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004013 10.0.0.65 - - [2025-12-15 03:30:00] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.65 - - [2025-12-15 03:30:00] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.033487 10.0.0.65 - - [2025-12-15 03:30:01] "POST /id-to-fqname HTTP/1.1" 200 198 0.002328 10.0.0.65 - - [2025-12-15 03:30:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.008616 10.0.0.65 - - [2025-12-15 03:30:01] "POST /security-groups HTTP/1.1" 200 599 0.077000 10.0.0.65 - - [2025-12-15 03:30:01] "POST /projects HTTP/1.1" 200 601 0.297471 10.0.0.23 - - [2025-12-15 03:30:01] "POST /access-control-lists HTTP/1.1" 200 604 0.028460 10.0.0.65 - - [2025-12-15 03:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.371379 10.0.0.23 - - [2025-12-15 03:30:01] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.547425 10.0.0.23 - - [2025-12-15 03:30:02] "GET / HTTP/1.1" 200 35931 0.001632 10.0.0.23 - - [2025-12-15 03:30:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000839 10.0.0.23 - - [2025-12-15 03:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.061872 10.0.0.65 - - [2025-12-15 03:30:04] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001316 10.0.0.23 - - [2025-12-15 03:30:04] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059277 10.0.0.23 - - [2025-12-15 03:30:04] "POST /neutron/network HTTP/1.1" 200 117 0.053071 10.0.0.23 - - [2025-12-15 03:30:04] "POST /route-targets HTTP/1.1" 200 327 0.015040 10.0.0.23 - - [2025-12-15 03:30:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.071392 10.0.0.65 - - [2025-12-15 03:30:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004316 10.0.0.23 - - [2025-12-15 03:30:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.164625 10.0.0.23 - - [2025-12-15 03:30:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.001668 10.0.0.23 - - [2025-12-15 03:30:05] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005878 10.0.0.23 - - [2025-12-15 03:30:05] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005887 10.0.0.23 - - [2025-12-15 03:30:05] "POST /neutron/network HTTP/1.1" 200 1005 0.012774 10.0.0.23 - - [2025-12-15 03:30:06] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006707 10.0.0.65 - - [2025-12-15 03:30:07] "GET /obj-perms HTTP/1.1" 200 5046 0.047377 10.0.0.23 - - [2025-12-15 03:30:07] "POST /id-to-fqname HTTP/1.1" 200 228 0.001480 10.0.0.23 - - [2025-12-15 03:30:07] "POST /neutron/network HTTP/1.1" 200 1015 0.007635 10.0.0.65 - - [2025-12-15 03:30:08] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001678 10.0.0.23 - - [2025-12-15 03:30:08] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065560 10.0.0.23 - - [2025-12-15 03:30:08] "POST /neutron/port HTTP/1.1" 200 117 0.006684 10.0.0.23 - - [2025-12-15 03:30:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001544 10.0.0.23 - - [2025-12-15 03:30:08] "POST /neutron/network HTTP/1.1" 200 1015 0.007420 10.0.0.23 - - [2025-12-15 03:30:09] "POST /neutron/port HTTP/1.1" 200 1174 0.022277 10.0.0.65 - - [2025-12-15 03:30:09] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001347 10.0.0.23 - - [2025-12-15 03:30:09] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.099098 10.0.0.23 - - [2025-12-15 03:30:09] "POST /neutron/network HTTP/1.1" 200 1005 0.039160 10.0.0.23 - - [2025-12-15 03:30:09] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017355 10.0.0.23 - - [2025-12-15 03:30:09] "POST /neutron/network HTTP/1.1" 200 1005 0.011396 10.0.0.23 - - [2025-12-15 03:30:09] "POST /neutron/port HTTP/1.1" 200 117 0.009702 10.0.0.23 - - [2025-12-15 03:30:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001276 10.0.0.23 - - [2025-12-15 03:30:09] "POST /neutron/network HTTP/1.1" 200 1015 0.010981 10.0.0.23 - - [2025-12-15 03:30:10] "POST /neutron/port HTTP/1.1" 200 1174 0.028859 10.0.0.23 - - [2025-12-15 03:30:10] "POST /neutron/port HTTP/1.1" 200 1202 0.022429 10.0.0.23 - - [2025-12-15 03:30:10] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015833 10.0.0.23 - - [2025-12-15 03:30:10] "POST /neutron/network HTTP/1.1" 200 1005 0.016092 10.0.0.65 - - [2025-12-15 03:30:10] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001644 10.0.0.23 - - [2025-12-15 03:30:10] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076825 10.0.0.23 - - [2025-12-15 03:30:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007436 10.0.0.23 - - [2025-12-15 03:30:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001348 10.0.0.23 - - [2025-12-15 03:30:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007523 10.0.0.65 - - [2025-12-15 03:30:11] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.23 - - [2025-12-15 03:30:11] "POST /neutron/port HTTP/1.1" 200 1174 0.328781 10.0.0.23 - - [2025-12-15 03:30:11] "POST /neutron/port HTTP/1.1" 200 1228 0.109909 10.0.0.23 - - [2025-12-15 03:30:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005299 10.0.0.65 - - [2025-12-15 03:30:12] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001659 10.0.0.23 - - [2025-12-15 03:30:12] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.073208 10.0.0.23 - - [2025-12-15 03:30:12] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.23 - - [2025-12-15 03:30:12] "POST /neutron/port HTTP/1.1" 200 3370 0.028627 10.0.0.23 - - [2025-12-15 03:30:12] "POST /neutron/port HTTP/1.1" 200 1202 0.020550 10.0.0.23 - - [2025-12-15 03:30:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009296 10.0.0.23 - - [2025-12-15 03:30:12] "GET /virtual-machine/6a5b6f16-8f0e-4077-8213-7ac4b9fa874f HTTP/1.1" 401 292 0.000548 10.0.0.23 - - [2025-12-15 03:30:12] "POST /neutron/network HTTP/1.1" 200 1015 0.008746 10.0.0.23 - - [2025-12-15 03:30:13] "POST /neutron/port HTTP/1.1" 200 1174 0.022221 10.0.0.23 - - [2025-12-15 03:30:13] "GET /virtual-machine/6a5b6f16-8f0e-4077-8213-7ac4b9fa874f HTTP/1.1" 200 1299 0.030521 10.0.0.23 - - [2025-12-15 03:30:13] "GET /virtual-machine-interface/c7ab0dd3-21a7-4995-89a1-b79760c86918 HTTP/1.1" 200 3175 0.005371 10.0.0.23 - - [2025-12-15 03:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006420 10.0.0.23 - - [2025-12-15 03:30:13] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004857 10.0.0.23 - - [2025-12-15 03:30:13] "GET /virtual-networks?parent_id=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005387 10.0.0.23 - - [2025-12-15 03:30:13] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006301 10.0.0.23 - - [2025-12-15 03:30:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004611 10.0.0.23 - - [2025-12-15 03:30:13] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.23 - - [2025-12-15 03:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.23 - - [2025-12-15 03:30:16] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005502 10.0.0.23 - - [2025-12-15 03:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.23 - - [2025-12-15 03:30:20] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005461 10.0.0.23 - - [2025-12-15 03:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.23 - - [2025-12-15 03:30:24] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005790 10.0.0.23 - - [2025-12-15 03:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.23 - - [2025-12-15 03:30:28] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006600 10.0.0.23 - - [2025-12-15 03:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.23 - - [2025-12-15 03:30:32] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005161 10.0.0.23 - - [2025-12-15 03:30:34] "GET /obj-perms HTTP/1.1" 200 5056 0.044419 10.0.0.50 - - [2025-12-15 03:30:34] "GET /obj-perms HTTP/1.1" 200 5056 0.044369 10.0.0.23 - - [2025-12-15 03:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.23 - - [2025-12-15 03:30:37] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005621 10.0.0.23 - - [2025-12-15 03:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.23 - - [2025-12-15 03:30:41] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004996 10.0.0.23 - - [2025-12-15 03:30:42] "POST /neutron/port HTTP/1.1" 200 1202 0.018820 10.0.0.23 - - [2025-12-15 03:30:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006772 10.0.0.23 - - [2025-12-15 03:30:43] "DELETE /access-control-list/6123f629-5228-4f78-ba8f-8165aac1af76 HTTP/1.1" 200 115 0.044808 10.0.0.23 - - [2025-12-15 03:30:43] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.23 - - [2025-12-15 03:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2025-12-15 03:30:45] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005186 10.0.0.23 - - [2025-12-15 03:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.23 - - [2025-12-15 03:30:49] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005829 10.0.0.65 - - [2025-12-15 03:30:51] "DELETE /project/b471f607c5cd42ed9fa2f484564cfecb HTTP/1.1" 404 173 0.005163 10.0.0.65 - - [2025-12-15 03:30:51] "DELETE /project/bcc7d765-31ef-430b-94ba-a20d59086756 HTTP/1.1" 404 177 0.004820 10.0.0.23 - - [2025-12-15 03:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.23 - - [2025-12-15 03:30:53] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007779 10.0.0.23 - - [2025-12-15 03:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.23 - - [2025-12-15 03:30:57] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010532 10.0.0.23 - - [2025-12-15 03:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.23 - - [2025-12-15 03:31:01] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005844 10.0.0.23 - - [2025-12-15 03:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.23 - - [2025-12-15 03:31:05] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006138 10.0.0.23 - - [2025-12-15 03:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.23 - - [2025-12-15 03:31:07] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004366 10.0.0.23 - - [2025-12-15 03:31:07] "GET /virtual-networks?parent_id=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003346 10.0.0.23 - - [2025-12-15 03:31:07] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005884 10.0.0.23 - - [2025-12-15 03:31:07] "POST /neutron/port HTTP/1.1" 200 1202 0.018135 10.0.0.23 - - [2025-12-15 03:31:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007330 10.0.0.23 - - [2025-12-15 03:31:22] "POST /neutron/port HTTP/1.1" 200 1202 0.024422 10.0.0.23 - - [2025-12-15 03:31:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009959 10.0.0.23 - - [2025-12-15 03:31:23] "POST /neutron/port HTTP/1.1" 200 1202 0.032618 10.0.0.23 - - [2025-12-15 03:31:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008575 10.0.0.23 - - [2025-12-15 03:31:33] "POST /neutron/port HTTP/1.1" 200 1202 0.017509 10.0.0.23 - - [2025-12-15 03:31:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008137 10.0.0.23 - - [2025-12-15 03:31:33] "GET /virtual-machine/46e0f0fd-e6e9-4b30-a421-1fae1804dcc3 HTTP/1.1" 200 1300 0.006626 10.0.0.23 - - [2025-12-15 03:31:34] "GET /virtual-machine-interface/a44eb49a-6320-4c81-99b0-24bb1af19fae HTTP/1.1" 200 3176 0.006250 10.0.0.23 - - [2025-12-15 03:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2025-12-15 03:31:34] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003684 10.0.0.23 - - [2025-12-15 03:31:34] "GET /virtual-networks?parent_id=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004417 10.0.0.23 - - [2025-12-15 03:31:34] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006057 10.0.0.23 - - [2025-12-15 03:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.23 - - [2025-12-15 03:31:35] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004924 10.0.0.23 - - [2025-12-15 03:31:35] "GET /virtual-networks?parent_id=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003820 10.0.0.23 - - [2025-12-15 03:31:35] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006404 10.0.0.23 - - [2025-12-15 03:31:35] "POST /neutron/port HTTP/1.1" 200 1202 0.018049 10.0.0.23 - - [2025-12-15 03:31:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010108 10.0.0.23 - - [2025-12-15 03:31:35] "GET /virtual-machine/6b268040-eb97-4539-aaa8-9fcd52c612d0 HTTP/1.1" 200 1300 0.009645 10.0.0.23 - - [2025-12-15 03:31:35] "GET /virtual-machine-interface/31f63243-29c2-460a-962c-302b7c605e42 HTTP/1.1" 200 3175 0.006085 10.0.0.23 - - [2025-12-15 03:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.23 - - [2025-12-15 03:31:35] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006892 10.0.0.23 - - [2025-12-15 03:31:35] "GET /virtual-networks?parent_id=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004469 10.0.0.23 - - [2025-12-15 03:31:35] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008914 10.0.0.23 - - [2025-12-15 03:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.23 - - [2025-12-15 03:31:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004253 10.0.0.23 - - [2025-12-15 03:31:36] "GET /virtual-networks?parent_id=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003582 10.0.0.23 - - [2025-12-15 03:31:36] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005715 10.0.0.23 - - [2025-12-15 03:31:43] "POST /neutron/port HTTP/1.1" 200 1202 0.044929 10.0.0.23 - - [2025-12-15 03:31:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004011 10.0.0.23 - - [2025-12-15 03:31:43] "POST /neutron/port HTTP/1.1" 200 117 0.002220 10.0.0.23 - - [2025-12-15 03:31:51] "POST /neutron/port HTTP/1.1" 200 1202 0.018744 10.0.0.23 - - [2025-12-15 03:31:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005843 10.0.0.23 - - [2025-12-15 03:31:51] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.65 - - [2025-12-15 03:32:01] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002013 10.0.0.23 - - [2025-12-15 03:32:01] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067281 10.0.0.23 - - [2025-12-15 03:32:01] "POST /fqname-to-id HTTP/1.1" 404 226 0.004654 10.0.0.23 - - [2025-12-15 03:32:01] "POST /interface-route-tables HTTP/1.1" 200 575 0.028792 10.0.0.23 - - [2025-12-15 03:32:01] "GET /interface-route-table/3d827d4b-9c4f-4e5e-943f-ce9445fbd3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.007162 10.0.0.23 - - [2025-12-15 03:32:01] "GET /virtual-machine-interface/c7ab0dd3-21a7-4995-89a1-b79760c86918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006196 10.0.0.23 - - [2025-12-15 03:32:01] "POST /ref-update HTTP/1.1" 200 156 0.017900 10.0.0.23 - - [2025-12-15 03:32:42] "POST /neutron/port HTTP/1.1" 200 1202 0.017633 10.0.0.23 - - [2025-12-15 03:32:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004059 10.0.0.23 - - [2025-12-15 03:32:43] "POST /neutron/port HTTP/1.1" 200 117 0.001555 10.0.0.65 - - [2025-12-15 03:32:47] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.23 - - [2025-12-15 03:32:47] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042859 10.0.0.23 - - [2025-12-15 03:32:47] "POST /fqname-to-id HTTP/1.1" 404 226 0.003058 10.0.0.23 - - [2025-12-15 03:32:47] "POST /interface-route-tables HTTP/1.1" 200 575 0.028562 10.0.0.23 - - [2025-12-15 03:32:47] "GET /interface-route-table/dfa772ec-5001-41c3-9468-15cb44b01ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.005952 10.0.0.23 - - [2025-12-15 03:32:47] "GET /virtual-machine-interface/a44eb49a-6320-4c81-99b0-24bb1af19fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006969 10.0.0.23 - - [2025-12-15 03:32:47] "POST /ref-update HTTP/1.1" 200 156 0.018349 10.0.0.23 - - [2025-12-15 03:32:49] "GET /virtual-machine-interface/31f63243-29c2-460a-962c-302b7c605e42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006551 10.0.0.23 - - [2025-12-15 03:32:49] "PUT /virtual-machine-interface/31f63243-29c2-460a-962c-302b7c605e42 HTTP/1.1" 200 284 0.015464 10.0.0.23 - - [2025-12-15 03:32:49] "GET /virtual-machine-interface/c7ab0dd3-21a7-4995-89a1-b79760c86918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.006799 10.0.0.23 - - [2025-12-15 03:32:49] "PUT /virtual-machine-interface/c7ab0dd3-21a7-4995-89a1-b79760c86918 HTTP/1.1" 200 284 0.017821 10.0.0.23 - - [2025-12-15 03:32:49] "GET /virtual-machine-interface/a44eb49a-6320-4c81-99b0-24bb1af19fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.007974 10.0.0.23 - - [2025-12-15 03:32:49] "PUT /virtual-machine-interface/a44eb49a-6320-4c81-99b0-24bb1af19fae HTTP/1.1" 200 284 0.014628 10.0.0.23 - - [2025-12-15 03:32:52] "POST /neutron/port HTTP/1.1" 200 1202 0.018513 10.0.0.23 - - [2025-12-15 03:32:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004239 10.0.0.23 - - [2025-12-15 03:32:52] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.23 - - [2025-12-15 03:33:38] "POST /neutron/port HTTP/1.1" 200 1202 0.015835 10.0.0.23 - - [2025-12-15 03:33:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006911 10.0.0.23 - - [2025-12-15 03:33:38] "GET /virtual-machine/8b2c022b-899d-42b3-bd46-7cb117ee7bbf HTTP/1.1" 200 1301 0.005886 10.0.0.23 - - [2025-12-15 03:33:38] "GET /virtual-machine-interface/d881647e-d842-45e0-8f39-2e525678f17d HTTP/1.1" 200 3176 0.005793 10.0.0.23 - - [2025-12-15 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.23 - - [2025-12-15 03:33:38] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005226 10.0.0.23 - - [2025-12-15 03:33:38] "GET /virtual-networks?parent_id=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003150 10.0.0.23 - - [2025-12-15 03:33:38] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005764 10.0.0.23 - - [2025-12-15 03:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.23 - - [2025-12-15 03:33:39] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003868 10.0.0.23 - - [2025-12-15 03:33:39] "GET /virtual-networks?parent_id=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002968 10.0.0.23 - - [2025-12-15 03:33:39] "GET /virtual-network/8afa3ab3-b141-458e-85b3-cd7935adaf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005926 10.0.0.23 - - [2025-12-15 03:33:40] "GET /virtual-machine-interface/d881647e-d842-45e0-8f39-2e525678f17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007008 10.0.0.23 - - [2025-12-15 03:33:40] "PUT /virtual-machine-interface/d881647e-d842-45e0-8f39-2e525678f17d HTTP/1.1" 200 284 0.016227 10.0.0.23 - - [2025-12-15 03:33:44] "POST /neutron/port HTTP/1.1" 200 1202 0.016566 10.0.0.23 - - [2025-12-15 03:33:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004361 10.0.0.23 - - [2025-12-15 03:33:45] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.65 - - [2025-12-15 03:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.65 - - [2025-12-15 03:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.65 - - [2025-12-15 03:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.65 - - [2025-12-15 03:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.50 - - [2025-12-15 03:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2025-12-15 03:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.50 - - [2025-12-15 03:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.23 - - [2025-12-15 03:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2025-12-15 03:33:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000910 10.0.0.50 - - [2025-12-15 03:33:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2025-12-15 03:33:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.50 - - [2025-12-15 03:33:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2025-12-15 03:33:53] "POST /neutron/port HTTP/1.1" 200 1202 0.025896 10.0.0.23 - - [2025-12-15 03:33:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006060 10.0.0.23 - - [2025-12-15 03:33:53] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.65 - - [2025-12-15 03:34:21] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.029149 10.0.0.23 - - [2025-12-15 03:34:21] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066032 10.0.0.23 - - [2025-12-15 03:34:21] "POST /fqname-to-id HTTP/1.1" 404 226 0.007055 10.0.0.23 - - [2025-12-15 03:34:21] "POST /interface-route-tables HTTP/1.1" 200 575 0.025942 10.0.0.23 - - [2025-12-15 03:34:21] "GET /interface-route-table/e55a5617-293e-47f6-a9a4-e3cf8d5b5345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.005978 10.0.0.23 - - [2025-12-15 03:34:22] "GET /virtual-machine-interface/d881647e-d842-45e0-8f39-2e525678f17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.007577 10.0.0.23 - - [2025-12-15 03:34:22] "POST /ref-update HTTP/1.1" 200 156 0.016192 10.0.0.23 - - [2025-12-15 03:34:23] "GET /virtual-machine-interface/c7ab0dd3-21a7-4995-89a1-b79760c86918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006452 10.0.0.23 - - [2025-12-15 03:34:23] "POST /ref-update HTTP/1.1" 200 156 0.017808 10.0.0.23 - - [2025-12-15 03:34:23] "DELETE /interface-route-table/3d827d4b-9c4f-4e5e-943f-ce9445fbd3de HTTP/1.1" 200 115 0.045942 10.0.0.23 - - [2025-12-15 03:34:24] "POST /neutron/port HTTP/1.1" 200 1202 0.025653 10.0.0.23 - - [2025-12-15 03:34:34] "GET /virtual-machine-interface/d881647e-d842-45e0-8f39-2e525678f17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.007810 10.0.0.23 - - [2025-12-15 03:34:34] "POST /ref-update HTTP/1.1" 200 156 0.015786 10.0.0.23 - - [2025-12-15 03:34:34] "DELETE /interface-route-table/e55a5617-293e-47f6-a9a4-e3cf8d5b5345 HTTP/1.1" 200 115 0.029080 10.0.0.23 - - [2025-12-15 03:34:34] "GET /virtual-machine-interface/a44eb49a-6320-4c81-99b0-24bb1af19fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.006161 10.0.0.23 - - [2025-12-15 03:34:34] "POST /ref-update HTTP/1.1" 200 156 0.016131 10.0.0.23 - - [2025-12-15 03:34:34] "DELETE /interface-route-table/dfa772ec-5001-41c3-9468-15cb44b01ee6 HTTP/1.1" 200 115 0.039103 10.0.0.23 - - [2025-12-15 03:34:34] "POST /neutron/network HTTP/1.1" 200 1005 0.009334 10.0.0.23 - - [2025-12-15 03:34:34] "POST /neutron/port HTTP/1.1" 200 1228 0.016934 10.0.0.23 - - [2025-12-15 03:34:34] "POST /neutron/port HTTP/1.1" 200 1228 0.036810 10.0.0.23 - - [2025-12-15 03:34:35] "POST /neutron/port HTTP/1.1" 200 1228 0.016208 10.0.0.65 - - [2025-12-15 03:34:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005082 10.0.0.65 - - [2025-12-15 03:34:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004394 10.0.0.65 - - [2025-12-15 03:34:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002426 10.0.0.65 - - [2025-12-15 03:34:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002504 10.0.0.23 - - [2025-12-15 03:34:36] "POST /neutron/network HTTP/1.1" 200 151 0.147185 10.0.0.65 - - [2025-12-15 03:34:37] "GET /obj-perms HTTP/1.1" 200 5056 0.045219 10.0.0.23 - - [2025-12-15 03:34:37] "GET /obj-perms HTTP/1.1" 200 5056 0.045133 10.0.0.65 - - [2025-12-15 03:34:38] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.23 - - [2025-12-15 03:34:38] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.035971 10.0.0.65 - - [2025-12-15 03:34:38] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.23 - - [2025-12-15 03:34:38] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?fields=virtual_networks HTTP/1.1" 200 1049 0.083252 10.0.0.65 - - [2025-12-15 03:34:38] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001697 10.0.0.23 - - [2025-12-15 03:34:38] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.038423 10.0.0.65 - - [2025-12-15 03:34:38] "GET /projects?obj_uuids=b471f607-c5cd-42ed-9fa2-f484564cfecb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.23 - - [2025-12-15 03:34:38] "GET /project/b471f607-c5cd-42ed-9fa2-f484564cfecb?fields=security_groups HTTP/1.1" 200 1283 0.055312 10.0.0.23 - - [2025-12-15 03:34:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.025722 10.0.0.65 - - [2025-12-15 03:34:39] "GET /projects?obj_uuids=29c2928d-bbde-40fb-843a-dfd2778f9023&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003275 10.0.0.65 - - [2025-12-15 03:34:39] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.65 - - [2025-12-15 03:34:39] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007986 10.0.0.65 - - [2025-12-15 03:34:39] "POST /id-to-fqname HTTP/1.1" 200 185 0.005568 10.0.0.65 - - [2025-12-15 03:34:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.007913 10.0.0.65 - - [2025-12-15 03:34:39] "POST /security-groups HTTP/1.1" 200 586 0.032599 10.0.0.65 - - [2025-12-15 03:34:39] "POST /projects HTTP/1.1" 200 575 0.240318 10.0.0.23 - - [2025-12-15 03:34:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.043996 10.0.0.65 - - [2025-12-15 03:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.315594 10.0.0.23 - - [2025-12-15 03:34:39] "POST /access-control-lists HTTP/1.1" 200 589 0.030052 10.0.0.23 - - [2025-12-15 03:34:39] "GET /project/29c2928d-bbde-40fb-843a-dfd2778f9023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.478479 10.0.0.23 - - [2025-12-15 03:34:40] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.65 - - [2025-12-15 03:34:43] "GET /projects?obj_uuids=29c2928d-bbde-40fb-843a-dfd2778f9023&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001026 10.0.0.23 - - [2025-12-15 03:34:44] "GET /project/29c2928d-bbde-40fb-843a-dfd2778f9023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.043097 10.0.0.65 - - [2025-12-15 03:34:44] "GET /projects?obj_uuids=29c2928d-bbde-40fb-843a-dfd2778f9023&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.23 - - [2025-12-15 03:34:44] "GET /project/29c2928d-bbde-40fb-843a-dfd2778f9023?fields=virtual_networks HTTP/1.1" 200 1021 0.035999 10.0.0.65 - - [2025-12-15 03:34:44] "GET /projects?obj_uuids=29c2928d-bbde-40fb-843a-dfd2778f9023&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001289 10.0.0.23 - - [2025-12-15 03:34:44] "GET /project/29c2928d-bbde-40fb-843a-dfd2778f9023?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.048752 10.0.0.65 - - [2025-12-15 03:34:44] "GET /projects?obj_uuids=29c2928d-bbde-40fb-843a-dfd2778f9023&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001081 10.0.0.23 - - [2025-12-15 03:34:44] "GET /project/29c2928d-bbde-40fb-843a-dfd2778f9023?fields=security_groups HTTP/1.1" 200 1242 0.045393 10.0.0.23 - - [2025-12-15 03:34:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.035045 10.0.0.65 - - [2025-12-15 03:34:45] "GET /projects?obj_uuids=c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005199 10.0.0.65 - - [2025-12-15 03:34:45] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001242 10.0.0.65 - - [2025-12-15 03:34:45] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008062 10.0.0.65 - - [2025-12-15 03:34:45] "POST /id-to-fqname HTTP/1.1" 200 195 0.007559 10.0.0.65 - - [2025-12-15 03:34:45] "POST /fqname-to-id HTTP/1.1" 404 204 0.004646 10.0.0.65 - - [2025-12-15 03:34:45] "POST /security-groups HTTP/1.1" 200 596 0.077892 10.0.0.23 - - [2025-12-15 03:34:45] "POST /fqname-to-id HTTP/1.1" 404 239 0.005114 10.0.0.65 - - [2025-12-15 03:34:45] "POST /projects HTTP/1.1" 200 595 0.323934 10.0.0.65 - - [2025-12-15 03:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.400218 10.0.0.23 - - [2025-12-15 03:34:45] "POST /access-control-lists HTTP/1.1" 200 599 0.036521 10.0.0.23 - - [2025-12-15 03:34:45] "GET /project/c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.539555 10.0.0.23 - - [2025-12-15 03:34:46] "GET / HTTP/1.1" 200 35931 0.001997 10.0.0.65 - - [2025-12-15 03:34:49] "GET /projects?obj_uuids=c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001178 10.0.0.23 - - [2025-12-15 03:34:49] "GET /project/c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.038718 10.0.0.65 - - [2025-12-15 03:34:49] "GET /projects?obj_uuids=c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000885 10.0.0.23 - - [2025-12-15 03:34:49] "GET /project/c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb?fields=virtual_networks HTTP/1.1" 200 1043 0.041102 10.0.0.65 - - [2025-12-15 03:34:49] "GET /projects?obj_uuids=c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002086 10.0.0.23 - - [2025-12-15 03:34:49] "GET /project/c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.048335 10.0.0.65 - - [2025-12-15 03:34:49] "GET /projects?obj_uuids=c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001242 10.0.0.23 - - [2025-12-15 03:34:49] "GET /project/c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb?fields=security_groups HTTP/1.1" 200 1274 0.054733 10.0.0.23 - - [2025-12-15 03:34:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.025969 10.0.0.65 - - [2025-12-15 03:34:50] "GET /projects?obj_uuids=e320799c-e06d-4b64-b8ba-476cbd8194df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003943 10.0.0.65 - - [2025-12-15 03:34:50] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.65 - - [2025-12-15 03:34:50] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008156 10.0.0.65 - - [2025-12-15 03:34:51] "POST /id-to-fqname HTTP/1.1" 200 201 0.002348 10.0.0.65 - - [2025-12-15 03:34:51] "POST /fqname-to-id HTTP/1.1" 404 210 0.008905 10.0.0.65 - - [2025-12-15 03:34:51] "POST /security-groups HTTP/1.1" 200 602 0.079550 10.0.0.65 - - [2025-12-15 03:34:51] "POST /projects HTTP/1.1" 200 607 0.284474 10.0.0.23 - - [2025-12-15 03:34:51] "POST /fqname-to-id HTTP/1.1" 404 244 0.003549 10.0.0.65 - - [2025-12-15 03:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.365299 10.0.0.23 - - [2025-12-15 03:34:51] "GET /project/e320799c-e06d-4b64-b8ba-476cbd8194df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.530726 10.0.0.65 - - [2025-12-15 03:34:51] "DELETE /project/29c2928dbbde40fb843adfd2778f9023 HTTP/1.1" 404 173 0.006830 10.0.0.65 - - [2025-12-15 03:34:51] "DELETE /project/e320799ce06d4b64b8ba476cbd8194df HTTP/1.1" 404 173 0.009100 10.0.0.65 - - [2025-12-15 03:34:51] "DELETE /project/c6ce0ff880f44c4eba4c8f3f80cb94cb HTTP/1.1" 404 173 0.008384 10.0.0.65 - - [2025-12-15 03:34:51] "DELETE /project/b471f607-c5cd-42ed-9fa2-f484564cfecb HTTP/1.1" 404 177 0.006714 10.0.0.65 - - [2025-12-15 03:34:51] "GET /projects?obj_uuids=29c2928d-bbde-40fb-843a-dfd2778f9023&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000850 10.0.0.65 - - [2025-12-15 03:34:51] "GET /projects?obj_uuids=c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000741 10.0.0.65 - - [2025-12-15 03:34:51] "GET /project/29c2928d-bbde-40fb-843a-dfd2778f9023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.036726 10.0.0.65 - - [2025-12-15 03:34:51] "GET /project/c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.059990 10.0.0.65 - - [2025-12-15 03:34:51] "GET /projects?obj_uuids=29c2928d-bbde-40fb-843a-dfd2778f9023&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001424 10.0.0.65 - - [2025-12-15 03:34:51] "GET /projects?obj_uuids=c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002316 10.0.0.65 - - [2025-12-15 03:34:51] "GET /project/29c2928d-bbde-40fb-843a-dfd2778f9023?fields=security_groups HTTP/1.1" 200 1347 0.068423 10.0.0.65 - - [2025-12-15 03:34:51] "GET /project/c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb?fields=security_groups HTTP/1.1" 200 1379 0.087763 10.0.0.65 - - [2025-12-15 03:34:51] "DELETE /security-group/d89bb5dd-1729-4e7b-97e4-4787b8e5dfa3 HTTP/1.1" 200 115 0.052585 10.0.0.65 - - [2025-12-15 03:34:51] "GET /projects?obj_uuids=29c2928d-bbde-40fb-843a-dfd2778f9023&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001487 10.0.0.65 - - [2025-12-15 03:34:51] "GET /project/29c2928d-bbde-40fb-843a-dfd2778f9023?fields=application_policy_sets HTTP/1.1" 200 1386 0.054875 10.0.0.65 - - [2025-12-15 03:34:51] "DELETE /security-group/5277ce50-7203-4d05-a01b-aac58e2278bb HTTP/1.1" 200 115 0.073226 10.0.0.65 - - [2025-12-15 03:34:51] "GET /projects?obj_uuids=c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001301 10.0.0.23 - - [2025-12-15 03:34:51] "DELETE /access-control-list/d51533b6-4fe7-4da9-8ecc-b2b828ff6814 HTTP/1.1" 200 115 0.067759 10.0.0.65 - - [2025-12-15 03:34:51] "GET /project/c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb?fields=application_policy_sets HTTP/1.1" 200 1418 0.065849 10.0.0.65 - - [2025-12-15 03:34:51] "DELETE /project/29c2928d-bbde-40fb-843a-dfd2778f9023 HTTP/1.1" 200 115 0.496309 10.0.0.65 - - [2025-12-15 03:34:51] "DELETE /project/c6ce0ff8-80f4-4c4e-ba4c-8f3f80cb94cb HTTP/1.1" 200 115 0.547435 10.0.0.23 - - [2025-12-15 03:34:52] "GET / HTTP/1.1" 200 35931 0.001854 10.0.0.65 - - [2025-12-15 03:34:55] "GET /projects?obj_uuids=e320799c-e06d-4b64-b8ba-476cbd8194df&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001421 10.0.0.23 - - [2025-12-15 03:34:55] "GET /project/e320799c-e06d-4b64-b8ba-476cbd8194df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.059764 10.0.0.65 - - [2025-12-15 03:34:55] "GET /projects?obj_uuids=e320799c-e06d-4b64-b8ba-476cbd8194df&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001458 10.0.0.23 - - [2025-12-15 03:34:55] "GET /project/e320799c-e06d-4b64-b8ba-476cbd8194df?fields=virtual_networks HTTP/1.1" 200 1055 0.067941 10.0.0.65 - - [2025-12-15 03:34:55] "GET /projects?obj_uuids=e320799c-e06d-4b64-b8ba-476cbd8194df&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001384 10.0.0.23 - - [2025-12-15 03:34:55] "GET /project/e320799c-e06d-4b64-b8ba-476cbd8194df?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.070465 10.0.0.65 - - [2025-12-15 03:34:55] "GET /projects?obj_uuids=e320799c-e06d-4b64-b8ba-476cbd8194df&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000995 10.0.0.23 - - [2025-12-15 03:34:55] "GET /project/e320799c-e06d-4b64-b8ba-476cbd8194df?fields=security_groups HTTP/1.1" 200 1292 0.049671 10.0.0.23 - - [2025-12-15 03:34:56] "POST /fqname-to-id HTTP/1.1" 404 185 0.027805 10.0.0.65 - - [2025-12-15 03:34:56] "GET /projects?obj_uuids=2dd00e3f-84ed-483e-aad0-1d8c4492fce1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003138 10.0.0.65 - - [2025-12-15 03:34:56] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.65 - - [2025-12-15 03:34:56] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007268 10.0.0.65 - - [2025-12-15 03:34:57] "POST /id-to-fqname HTTP/1.1" 200 187 0.001283 10.0.0.65 - - [2025-12-15 03:34:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.007089 10.0.0.65 - - [2025-12-15 03:34:57] "POST /security-groups HTTP/1.1" 200 588 0.093482 10.0.0.23 - - [2025-12-15 03:34:57] "POST /fqname-to-id HTTP/1.1" 404 231 0.003947 10.0.0.65 - - [2025-12-15 03:34:57] "POST /projects HTTP/1.1" 200 579 0.304637 10.0.0.65 - - [2025-12-15 03:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.374373 10.0.0.23 - - [2025-12-15 03:34:57] "POST /access-control-lists HTTP/1.1" 200 591 0.029783 10.0.0.23 - - [2025-12-15 03:34:57] "GET /project/2dd00e3f-84ed-483e-aad0-1d8c4492fce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.510258 10.0.0.23 - - [2025-12-15 03:34:58] "GET / HTTP/1.1" 200 35931 0.002153 10.0.0.65 - - [2025-12-15 03:35:01] "GET /projects?obj_uuids=2dd00e3f-84ed-483e-aad0-1d8c4492fce1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001434 10.0.0.23 - - [2025-12-15 03:35:01] "GET /project/2dd00e3f-84ed-483e-aad0-1d8c4492fce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.117747 10.0.0.65 - - [2025-12-15 03:35:01] "GET /projects?obj_uuids=2dd00e3f-84ed-483e-aad0-1d8c4492fce1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002481 10.0.0.23 - - [2025-12-15 03:35:01] "GET /project/2dd00e3f-84ed-483e-aad0-1d8c4492fce1?fields=virtual_networks HTTP/1.1" 200 1026 0.057607 10.0.0.65 - - [2025-12-15 03:35:01] "GET /projects?obj_uuids=2dd00e3f-84ed-483e-aad0-1d8c4492fce1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001102 10.0.0.23 - - [2025-12-15 03:35:01] "GET /project/2dd00e3f-84ed-483e-aad0-1d8c4492fce1?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.048441 10.0.0.65 - - [2025-12-15 03:35:02] "GET /projects?obj_uuids=2dd00e3f-84ed-483e-aad0-1d8c4492fce1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001300 10.0.0.23 - - [2025-12-15 03:35:02] "GET /project/2dd00e3f-84ed-483e-aad0-1d8c4492fce1?fields=security_groups HTTP/1.1" 200 1249 0.044530 10.0.0.23 - - [2025-12-15 03:35:02] "POST /fqname-to-id HTTP/1.1" 404 182 0.025325 10.0.0.65 - - [2025-12-15 03:35:02] "GET /projects?obj_uuids=693b8028-0a6a-4cf9-84ea-2694414315dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003165 10.0.0.65 - - [2025-12-15 03:35:02] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.65 - - [2025-12-15 03:35:02] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.035659 10.0.0.65 - - [2025-12-15 03:35:03] "POST /id-to-fqname HTTP/1.1" 200 184 0.001087 10.0.0.65 - - [2025-12-15 03:35:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.011245 10.0.0.65 - - [2025-12-15 03:35:03] "POST /security-groups HTTP/1.1" 200 585 0.030878 10.0.0.65 - - [2025-12-15 03:35:03] "POST /projects HTTP/1.1" 200 573 0.237089 10.0.0.23 - - [2025-12-15 03:35:03] "POST /fqname-to-id HTTP/1.1" 404 227 0.011066 10.0.0.65 - - [2025-12-15 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.306866 10.0.0.23 - - [2025-12-15 03:35:03] "GET /project/693b8028-0a6a-4cf9-84ea-2694414315dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.470200 10.0.0.23 - - [2025-12-15 03:35:04] "GET / HTTP/1.1" 200 35931 0.002326 10.0.0.65 - - [2025-12-15 03:35:07] "GET /projects?obj_uuids=693b8028-0a6a-4cf9-84ea-2694414315dc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000971 10.0.0.23 - - [2025-12-15 03:35:07] "GET /project/693b8028-0a6a-4cf9-84ea-2694414315dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.053476 10.0.0.65 - - [2025-12-15 03:35:07] "GET /projects?obj_uuids=693b8028-0a6a-4cf9-84ea-2694414315dc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001395 10.0.0.23 - - [2025-12-15 03:35:07] "GET /project/693b8028-0a6a-4cf9-84ea-2694414315dc?fields=virtual_networks HTTP/1.1" 200 1019 0.047227 10.0.0.65 - - [2025-12-15 03:35:07] "GET /projects?obj_uuids=693b8028-0a6a-4cf9-84ea-2694414315dc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001622 10.0.0.23 - - [2025-12-15 03:35:07] "GET /project/693b8028-0a6a-4cf9-84ea-2694414315dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.047293 10.0.0.65 - - [2025-12-15 03:35:07] "GET /projects?obj_uuids=693b8028-0a6a-4cf9-84ea-2694414315dc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001386 10.0.0.23 - - [2025-12-15 03:35:07] "GET /project/693b8028-0a6a-4cf9-84ea-2694414315dc?fields=security_groups HTTP/1.1" 200 1239 0.046027 10.0.0.23 - - [2025-12-15 03:35:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.026572 10.0.0.65 - - [2025-12-15 03:35:08] "GET /projects?obj_uuids=5491b193-d377-4395-95df-0d36cd0099d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004400 10.0.0.65 - - [2025-12-15 03:35:08] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.65 - - [2025-12-15 03:35:08] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009311 10.0.0.65 - - [2025-12-15 03:35:08] "POST /id-to-fqname HTTP/1.1" 200 188 0.003508 10.0.0.65 - - [2025-12-15 03:35:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.005086 10.0.0.65 - - [2025-12-15 03:35:08] "POST /security-groups HTTP/1.1" 200 589 0.043099 10.0.0.65 - - [2025-12-15 03:35:08] "POST /projects HTTP/1.1" 200 581 0.281823 10.0.0.23 - - [2025-12-15 03:35:08] "POST /access-control-lists HTTP/1.1" 200 594 0.029243 10.0.0.65 - - [2025-12-15 03:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.354837 10.0.0.23 - - [2025-12-15 03:35:08] "GET /project/5491b193-d377-4395-95df-0d36cd0099d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.494159 10.0.0.23 - - [2025-12-15 03:35:09] "GET / HTTP/1.1" 200 35931 0.002260 10.0.0.65 - - [2025-12-15 03:35:12] "GET /projects?obj_uuids=5491b193-d377-4395-95df-0d36cd0099d4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.23 - - [2025-12-15 03:35:12] "GET /project/5491b193-d377-4395-95df-0d36cd0099d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.049616 10.0.0.65 - - [2025-12-15 03:35:12] "GET /projects?obj_uuids=5491b193-d377-4395-95df-0d36cd0099d4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001300 10.0.0.23 - - [2025-12-15 03:35:12] "GET /project/5491b193-d377-4395-95df-0d36cd0099d4?fields=virtual_networks HTTP/1.1" 200 1028 0.052490 10.0.0.65 - - [2025-12-15 03:35:13] "GET /projects?obj_uuids=5491b193-d377-4395-95df-0d36cd0099d4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.23 - - [2025-12-15 03:35:13] "GET /project/5491b193-d377-4395-95df-0d36cd0099d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.038395 10.0.0.65 - - [2025-12-15 03:35:13] "GET /projects?obj_uuids=5491b193-d377-4395-95df-0d36cd0099d4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953 10.0.0.23 - - [2025-12-15 03:35:13] "GET /project/5491b193-d377-4395-95df-0d36cd0099d4?fields=security_groups HTTP/1.1" 200 1252 0.049461 10.0.0.23 - - [2025-12-15 03:35:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.033158 10.0.0.65 - - [2025-12-15 03:35:14] "GET /projects?obj_uuids=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003627 10.0.0.65 - - [2025-12-15 03:35:14] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.65 - - [2025-12-15 03:35:14] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007232 10.0.0.65 - - [2025-12-15 03:35:14] "POST /id-to-fqname HTTP/1.1" 200 188 0.002315 10.0.0.65 - - [2025-12-15 03:35:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.009121 10.0.0.65 - - [2025-12-15 03:35:14] "POST /security-groups HTTP/1.1" 200 589 0.084142 10.0.0.23 - - [2025-12-15 03:35:14] "POST /fqname-to-id HTTP/1.1" 404 232 0.003646 10.0.0.65 - - [2025-12-15 03:35:14] "POST /projects HTTP/1.1" 200 581 0.292926 10.0.0.65 - - [2025-12-15 03:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.336771 10.0.0.23 - - [2025-12-15 03:35:14] "POST /access-control-lists HTTP/1.1" 200 592 0.029646 10.0.0.23 - - [2025-12-15 03:35:14] "GET /project/5e6bd18c-382c-450d-84fd-79205016bbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.500922 10.0.0.23 - - [2025-12-15 03:35:15] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.23 - - [2025-12-15 03:35:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.23 - - [2025-12-15 03:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.055310 10.0.0.65 - - [2025-12-15 03:35:17] "GET /projects?obj_uuids=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.23 - - [2025-12-15 03:35:17] "GET /project/5e6bd18c-382c-450d-84fd-79205016bbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049573 10.0.0.65 - - [2025-12-15 03:35:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005843 10.0.0.23 - - [2025-12-15 03:35:18] "POST /neutron/subnet HTTP/1.1" 200 734 0.259007 10.0.0.23 - - [2025-12-15 03:35:18] "POST /id-to-fqname HTTP/1.1" 200 218 0.001576 10.0.0.23 - - [2025-12-15 03:35:18] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006667 10.0.0.23 - - [2025-12-15 03:35:18] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005992 10.0.0.23 - - [2025-12-15 03:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.23 - - [2025-12-15 03:35:18] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005732 10.0.0.23 - - [2025-12-15 03:35:18] "POST /route-targets HTTP/1.1" 200 323 0.014504 10.0.0.23 - - [2025-12-15 03:35:18] "PUT /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360 HTTP/1.1" 200 264 0.058045 10.0.0.23 - - [2025-12-15 03:35:18] "POST /neutron/network HTTP/1.1" 200 824 0.009167 10.0.0.23 - - [2025-12-15 03:35:19] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.008202 10.0.0.50 - - [2025-12-15 03:35:20] "GET /obj-perms HTTP/1.1" 200 5026 0.052760 10.0.0.23 - - [2025-12-15 03:35:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.009035 10.0.0.23 - - [2025-12-15 03:35:20] "POST /id-to-fqname HTTP/1.1" 200 218 0.001027 10.0.0.65 - - [2025-12-15 03:35:21] "GET /projects?obj_uuids=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.23 - - [2025-12-15 03:35:21] "GET /project/5e6bd18c-382c-450d-84fd-79205016bbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.071788 10.0.0.23 - - [2025-12-15 03:35:21] "POST /neutron/port HTTP/1.1" 200 117 0.006833 10.0.0.23 - - [2025-12-15 03:35:21] "POST /neutron/network HTTP/1.1" 200 834 0.006934 10.0.0.23 - - [2025-12-15 03:35:22] "POST /neutron/port HTTP/1.1" 200 1060 0.044780 10.0.0.23 - - [2025-12-15 03:35:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004174 10.0.0.23 - - [2025-12-15 03:35:22] "POST /neutron/network HTTP/1.1" 200 824 0.007552 10.0.0.23 - - [2025-12-15 03:35:26] "POST /neutron/port HTTP/1.1" 200 1088 0.017076 10.0.0.23 - - [2025-12-15 03:35:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008371 10.0.0.23 - - [2025-12-15 03:35:26] "GET /virtual-machine/8ec982b3-e792-4381-9e11-89e6ec4b7c93 HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2025-12-15 03:35:27] "GET /virtual-machine/8ec982b3-e792-4381-9e11-89e6ec4b7c93 HTTP/1.1" 200 1291 0.029512 10.0.0.23 - - [2025-12-15 03:35:27] "GET /virtual-machine-interface/7ae9c3c5-5e60-416e-b099-0a6f6ebd0c66 HTTP/1.1" 200 2931 0.005607 10.0.0.23 - - [2025-12-15 03:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.23 - - [2025-12-15 03:35:27] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004744 10.0.0.23 - - [2025-12-15 03:35:27] "GET /virtual-networks?parent_id=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002982 10.0.0.23 - - [2025-12-15 03:35:27] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005845 10.0.0.23 - - [2025-12-15 03:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005446 10.0.0.23 - - [2025-12-15 03:35:30] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007229 10.0.0.23 - - [2025-12-15 03:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2025-12-15 03:35:34] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005878 10.0.0.23 - - [2025-12-15 03:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.23 - - [2025-12-15 03:35:38] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006808 10.0.0.23 - - [2025-12-15 03:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.23 - - [2025-12-15 03:35:42] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005305 10.0.0.23 - - [2025-12-15 03:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.23 - - [2025-12-15 03:35:46] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005386 10.0.0.23 - - [2025-12-15 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.23 - - [2025-12-15 03:35:50] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006746 10.0.0.65 - - [2025-12-15 03:35:52] "DELETE /project/2dd00e3f84ed483eaad01d8c4492fce1 HTTP/1.1" 404 173 0.126052 10.0.0.65 - - [2025-12-15 03:35:52] "DELETE /project/693b80280a6a4cf984ea2694414315dc HTTP/1.1" 404 173 0.124838 10.0.0.65 - - [2025-12-15 03:35:52] "DELETE /project/5491b193d377439595df0d36cd0099d4 HTTP/1.1" 404 173 0.123904 10.0.0.65 - - [2025-12-15 03:35:52] "DELETE /project/5e6bd18c382c450d84fd79205016bbbf HTTP/1.1" 404 173 0.121746 10.0.0.65 - - [2025-12-15 03:35:52] "GET /projects?obj_uuids=5491b193-d377-4395-95df-0d36cd0099d4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001258 10.0.0.65 - - [2025-12-15 03:35:52] "GET /projects?obj_uuids=e320799c-e06d-4b64-b8ba-476cbd8194df&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001040 10.0.0.65 - - [2025-12-15 03:35:52] "GET /projects?obj_uuids=693b8028-0a6a-4cf9-84ea-2694414315dc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001034 10.0.0.65 - - [2025-12-15 03:35:52] "GET /projects?obj_uuids=2dd00e3f-84ed-483e-aad0-1d8c4492fce1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001146 10.0.0.65 - - [2025-12-15 03:35:52] "GET /project/2dd00e3f-84ed-483e-aad0-1d8c4492fce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.090636 10.0.0.65 - - [2025-12-15 03:35:52] "GET /project/693b8028-0a6a-4cf9-84ea-2694414315dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.114965 10.0.0.65 - - [2025-12-15 03:35:52] "GET /project/e320799c-e06d-4b64-b8ba-476cbd8194df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.226160 10.0.0.65 - - [2025-12-15 03:35:52] "GET /project/5491b193-d377-4395-95df-0d36cd0099d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.230254 10.0.0.65 - - [2025-12-15 03:35:52] "GET /projects?obj_uuids=2dd00e3f-84ed-483e-aad0-1d8c4492fce1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000996 10.0.0.65 - - [2025-12-15 03:35:52] "GET /projects?obj_uuids=5491b193-d377-4395-95df-0d36cd0099d4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.65 - - [2025-12-15 03:35:52] "GET /projects?obj_uuids=e320799c-e06d-4b64-b8ba-476cbd8194df&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000861 10.0.0.65 - - [2025-12-15 03:35:52] "GET /projects?obj_uuids=693b8028-0a6a-4cf9-84ea-2694414315dc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000767 10.0.0.65 - - [2025-12-15 03:35:52] "GET /project/e320799c-e06d-4b64-b8ba-476cbd8194df?fields=security_groups HTTP/1.1" 200 1397 0.088171 10.0.0.65 - - [2025-12-15 03:35:52] "GET /project/5491b193-d377-4395-95df-0d36cd0099d4?fields=security_groups HTTP/1.1" 200 1357 0.101083 10.0.0.65 - - [2025-12-15 03:35:52] "GET /project/693b8028-0a6a-4cf9-84ea-2694414315dc?fields=security_groups HTTP/1.1" 200 1344 0.160860 10.0.0.65 - - [2025-12-15 03:35:52] "GET /project/2dd00e3f-84ed-483e-aad0-1d8c4492fce1?fields=security_groups HTTP/1.1" 200 1354 0.181525 10.0.0.65 - - [2025-12-15 03:35:52] "DELETE /security-group/4ea53804-0983-494e-8df8-3a4a8a718bdd HTTP/1.1" 200 115 0.098176 10.0.0.65 - - [2025-12-15 03:35:52] "GET /projects?obj_uuids=5491b193-d377-4395-95df-0d36cd0099d4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.65 - - [2025-12-15 03:35:52] "DELETE /security-group/5889eb19-07e3-4f5b-98de-47b017747f68 HTTP/1.1" 200 115 0.157605 10.0.0.65 - - [2025-12-15 03:35:52] "GET /projects?obj_uuids=e320799c-e06d-4b64-b8ba-476cbd8194df&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002642 10.0.0.65 - - [2025-12-15 03:35:52] "DELETE /security-group/54539235-8bef-45ee-a44b-b7e54bf73cf2 HTTP/1.1" 200 115 0.137955 10.0.0.65 - - [2025-12-15 03:35:52] "GET /projects?obj_uuids=2dd00e3f-84ed-483e-aad0-1d8c4492fce1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001105 10.0.0.65 - - [2025-12-15 03:35:52] "DELETE /security-group/ff0975cf-4d61-444b-bec5-09090a26ebfa HTTP/1.1" 200 115 0.133744 10.0.0.65 - - [2025-12-15 03:35:52] "GET /projects?obj_uuids=693b8028-0a6a-4cf9-84ea-2694414315dc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000937 10.0.0.65 - - [2025-12-15 03:35:52] "GET /project/5491b193-d377-4395-95df-0d36cd0099d4?fields=application_policy_sets HTTP/1.1" 200 1396 0.101621 10.0.0.65 - - [2025-12-15 03:35:52] "GET /project/e320799c-e06d-4b64-b8ba-476cbd8194df?fields=application_policy_sets HTTP/1.1" 200 1436 0.107777 10.0.0.65 - - [2025-12-15 03:35:52] "GET /project/2dd00e3f-84ed-483e-aad0-1d8c4492fce1?fields=application_policy_sets HTTP/1.1" 200 1393 0.091111 10.0.0.23 - - [2025-12-15 03:35:52] "DELETE /access-control-list/439bd1d1-fdbf-472e-83cf-56f12405c346 HTTP/1.1" 200 115 0.091002 10.0.0.65 - - [2025-12-15 03:35:52] "GET /project/693b8028-0a6a-4cf9-84ea-2694414315dc?fields=application_policy_sets HTTP/1.1" 200 1383 0.209937 10.0.0.23 - - [2025-12-15 03:35:52] "DELETE /access-control-list/2d05f63b-e566-483f-b1c3-05680f948983 HTTP/1.1" 200 115 0.070172 10.0.0.65 - - [2025-12-15 03:35:52] "DELETE /project/e320799c-e06d-4b64-b8ba-476cbd8194df HTTP/1.1" 200 115 0.961229 10.0.0.65 - - [2025-12-15 03:35:52] "DELETE /project/5491b193-d377-4395-95df-0d36cd0099d4 HTTP/1.1" 200 115 0.967627 10.0.0.65 - - [2025-12-15 03:35:53] "DELETE /project/2dd00e3f-84ed-483e-aad0-1d8c4492fce1 HTTP/1.1" 200 115 0.977630 10.0.0.65 - - [2025-12-15 03:35:53] "DELETE /project/693b8028-0a6a-4cf9-84ea-2694414315dc HTTP/1.1" 200 115 1.038174 10.0.0.23 - - [2025-12-15 03:35:53] "DELETE /access-control-list/c36178a0-49c9-4601-827d-bb84bd648440 HTTP/1.1" 200 115 0.074505 10.0.0.23 - - [2025-12-15 03:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.23 - - [2025-12-15 03:35:54] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006125 10.0.0.23 - - [2025-12-15 03:35:56] "POST /neutron/network HTTP/1.1" 200 834 0.006821 10.0.0.23 - - [2025-12-15 03:35:56] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.23 - - [2025-12-15 03:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2025-12-15 03:35:59] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005718 10.0.0.23 - - [2025-12-15 03:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.23 - - [2025-12-15 03:36:03] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.012760 10.0.0.23 - - [2025-12-15 03:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.23 - - [2025-12-15 03:36:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004601 10.0.0.23 - - [2025-12-15 03:36:05] "GET /virtual-networks?parent_id=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003622 10.0.0.23 - - [2025-12-15 03:36:05] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006052 10.0.0.23 - - [2025-12-15 03:36:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009549 10.0.0.23 - - [2025-12-15 03:36:12] "POST /neutron/port HTTP/1.1" 200 1088 0.039899 10.0.0.23 - - [2025-12-15 03:36:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007520 10.0.0.23 - - [2025-12-15 03:36:26] "POST /neutron/port HTTP/1.1" 200 1088 0.022935 10.0.0.23 - - [2025-12-15 03:36:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008014 10.0.0.23 - - [2025-12-15 03:36:26] "POST /neutron/port HTTP/1.1" 200 1088 0.015764 10.0.0.23 - - [2025-12-15 03:36:26] "POST /neutron/network HTTP/1.1" 200 824 0.008000 10.0.0.23 - - [2025-12-15 03:36:26] "POST /id-to-fqname HTTP/1.1" 200 218 0.001187 10.0.0.23 - - [2025-12-15 03:36:26] "GET /virtual-machine/8ec982b3-e792-4381-9e11-89e6ec4b7c93 HTTP/1.1" 200 1291 0.004010 10.0.0.23 - - [2025-12-15 03:36:26] "GET /virtual-machine-interface/7ae9c3c5-5e60-416e-b099-0a6f6ebd0c66 HTTP/1.1" 200 2931 0.006129 10.0.0.23 - - [2025-12-15 03:36:26] "GET /instance-ip/672776d7-28eb-4ab2-b45c-441cee14222a HTTP/1.1" 200 1618 0.006883 10.0.0.23 - - [2025-12-15 03:36:26] "POST /fqname-to-id HTTP/1.1" 404 208 0.002983 10.0.0.23 - - [2025-12-15 03:36:26] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005654 10.0.0.65 - - [2025-12-15 03:36:26] "GET /projects?obj_uuids=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.23 - - [2025-12-15 03:36:26] "GET /project/5e6bd18c-382c-450d-84fd-79205016bbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.057512 10.0.0.23 - - [2025-12-15 03:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.23 - - [2025-12-15 03:36:26] "GET /security-group/5c7e3e99-6e8b-4c2b-a051-930014fff3f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.004776 10.0.0.23 - - [2025-12-15 03:36:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.083716 10.0.0.23 - - [2025-12-15 03:36:26] "POST /instance-ips HTTP/1.1" 200 357 0.050111 10.0.0.23 - - [2025-12-15 03:36:26] "GET /instance-ip/5197fb85-92fc-4f55-8239-1efcfd46ca1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.006350 10.0.0.23 - - [2025-12-15 03:36:26] "GET /virtual-machine-interface/26124603-42ba-4edb-8cb1-b76a91dc1965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.007652 10.0.0.23 - - [2025-12-15 03:36:26] "GET /virtual-machine-interface/26124603-42ba-4edb-8cb1-b76a91dc1965?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.008945 10.0.0.23 - - [2025-12-15 03:36:27] "GET /instance-ip/5197fb85-92fc-4f55-8239-1efcfd46ca1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.004715 10.0.0.23 - - [2025-12-15 03:36:27] "POST /id-to-fqname HTTP/1.1" 200 218 0.001389 10.0.0.23 - - [2025-12-15 03:36:27] "POST /neutron/port HTTP/1.1" 200 967 0.013366 10.0.0.23 - - [2025-12-15 03:36:27] "POST /neutron/port HTTP/1.1" 200 967 0.013655 10.0.0.23 - - [2025-12-15 03:36:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013169 10.0.0.23 - - [2025-12-15 03:36:28] "POST /neutron/port HTTP/1.1" 200 967 0.011055 10.0.0.23 - - [2025-12-15 03:36:28] "POST /neutron/port HTTP/1.1" 200 967 0.010130 10.0.0.23 - - [2025-12-15 03:36:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004212 10.0.0.23 - - [2025-12-15 03:36:28] "POST /neutron/network HTTP/1.1" 200 824 0.009541 10.0.0.23 - - [2025-12-15 03:36:32] "POST /neutron/port HTTP/1.1" 200 1033 0.024044 10.0.0.23 - - [2025-12-15 03:36:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008410 10.0.0.23 - - [2025-12-15 03:36:32] "GET /virtual-machine/27be43bd-57d8-49c3-9436-2408b4345151 HTTP/1.1" 200 1268 0.006436 10.0.0.23 - - [2025-12-15 03:36:32] "GET /virtual-machine-interface/26124603-42ba-4edb-8cb1-b76a91dc1965 HTTP/1.1" 200 2981 0.005253 10.0.0.23 - - [2025-12-15 03:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.23 - - [2025-12-15 03:36:33] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003948 10.0.0.23 - - [2025-12-15 03:36:33] "GET /virtual-networks?parent_id=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003034 10.0.0.23 - - [2025-12-15 03:36:33] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006029 10.0.0.23 - - [2025-12-15 03:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.23 - - [2025-12-15 03:36:36] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005406 10.0.0.23 - - [2025-12-15 03:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.23 - - [2025-12-15 03:36:40] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005528 10.0.0.23 - - [2025-12-15 03:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.23 - - [2025-12-15 03:36:44] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.009935 10.0.0.23 - - [2025-12-15 03:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.23 - - [2025-12-15 03:36:48] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005388 10.0.0.23 - - [2025-12-15 03:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.23 - - [2025-12-15 03:36:52] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006558 10.0.0.23 - - [2025-12-15 03:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.23 - - [2025-12-15 03:36:56] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.009161 10.0.0.23 - - [2025-12-15 03:36:57] "POST /neutron/network HTTP/1.1" 200 834 0.006291 10.0.0.23 - - [2025-12-15 03:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.23 - - [2025-12-15 03:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006199 10.0.0.23 - - [2025-12-15 03:37:00] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.008542 10.0.0.23 - - [2025-12-15 03:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.23 - - [2025-12-15 03:37:04] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006208 10.0.0.23 - - [2025-12-15 03:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.23 - - [2025-12-15 03:37:08] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005594 10.0.0.23 - - [2025-12-15 03:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.23 - - [2025-12-15 03:37:13] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005555 10.0.0.23 - - [2025-12-15 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.23 - - [2025-12-15 03:37:17] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006944 10.0.0.23 - - [2025-12-15 03:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006431 10.0.0.23 - - [2025-12-15 03:37:21] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.009169 10.0.0.23 - - [2025-12-15 03:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.23 - - [2025-12-15 03:37:25] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007741 10.0.0.23 - - [2025-12-15 03:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.23 - - [2025-12-15 03:37:27] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004343 10.0.0.23 - - [2025-12-15 03:37:27] "GET /virtual-networks?parent_id=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003649 10.0.0.23 - - [2025-12-15 03:37:27] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006755 10.0.0.23 - - [2025-12-15 03:37:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007794 10.0.0.23 - - [2025-12-15 03:37:37] "POST /neutron/port HTTP/1.1" 200 1033 0.016294 10.0.0.65 - - [2025-12-15 03:37:39] "GET /obj-perms HTTP/1.1" 200 5056 0.049453 10.0.0.23 - - [2025-12-15 03:37:39] "GET /obj-perms HTTP/1.1" 200 5056 0.052858 10.0.0.23 - - [2025-12-15 03:37:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009751 10.0.0.23 - - [2025-12-15 03:37:53] "POST /neutron/port HTTP/1.1" 200 1033 0.023985 10.0.0.23 - - [2025-12-15 03:37:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017106 10.0.0.23 - - [2025-12-15 03:37:59] "POST /neutron/network HTTP/1.1" 200 834 0.007746 10.0.0.23 - - [2025-12-15 03:37:59] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.23 - - [2025-12-15 03:38:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007493 10.0.0.23 - - [2025-12-15 03:38:08] "POST /neutron/port HTTP/1.1" 200 1033 0.016196 10.0.0.23 - - [2025-12-15 03:38:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008302 10.0.0.23 - - [2025-12-15 03:38:24] "POST /neutron/port HTTP/1.1" 200 1033 0.018045 10.0.0.23 - - [2025-12-15 03:38:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007097 10.0.0.23 - - [2025-12-15 03:38:40] "POST /neutron/port HTTP/1.1" 200 1033 0.019894 10.0.0.50 - - [2025-12-15 03:38:40] "GET /obj-perms HTTP/1.1" 200 5056 0.085301 10.0.0.23 - - [2025-12-15 03:38:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008186 10.0.0.65 - - [2025-12-15 03:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.65 - - [2025-12-15 03:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.65 - - [2025-12-15 03:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.65 - - [2025-12-15 03:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.50 - - [2025-12-15 03:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2025-12-15 03:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.50 - - [2025-12-15 03:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2025-12-15 03:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2025-12-15 03:38:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.50 - - [2025-12-15 03:38:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2025-12-15 03:38:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2025-12-15 03:38:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.23 - - [2025-12-15 03:38:55] "POST /neutron/port HTTP/1.1" 200 1033 0.018891 10.0.0.23 - - [2025-12-15 03:39:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012908 10.0.0.23 - - [2025-12-15 03:39:01] "POST /neutron/network HTTP/1.1" 200 834 0.007603 10.0.0.23 - - [2025-12-15 03:39:01] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.23 - - [2025-12-15 03:39:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007829 10.0.0.23 - - [2025-12-15 03:39:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001669 10.0.0.23 - - [2025-12-15 03:39:16] "POST /neutron/port HTTP/1.1" 200 2005 0.015532 10.0.0.65 - - [2025-12-15 03:39:17] "GET /projects?obj_uuids=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001022 10.0.0.23 - - [2025-12-15 03:39:17] "GET /project/5e6bd18c-382c-450d-84fd-79205016bbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.064694 10.0.0.23 - - [2025-12-15 03:39:17] "POST /neutron/network HTTP/1.1" 200 824 0.027838 10.0.0.23 - - [2025-12-15 03:39:17] "POST /neutron/port HTTP/1.1" 200 117 0.007299 10.0.0.65 - - [2025-12-15 03:39:17] "GET /projects?obj_uuids=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.23 - - [2025-12-15 03:39:17] "POST /neutron/port HTTP/1.1" 200 1060 0.261314 10.0.0.23 - - [2025-12-15 03:39:18] "POST /neutron/port HTTP/1.1" 200 1114 0.131389 10.0.0.23 - - [2025-12-15 03:39:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.010333 10.0.0.23 - - [2025-12-15 03:39:22] "POST /neutron/port HTTP/1.1" 200 1088 0.019167 10.0.0.23 - - [2025-12-15 03:39:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008361 10.0.0.23 - - [2025-12-15 03:39:22] "GET /virtual-machine/a4cc1169-dfda-45ed-97aa-a49efe2eb443 HTTP/1.1" 200 1291 0.009158 10.0.0.23 - - [2025-12-15 03:39:22] "GET /virtual-machine-interface/8b8cdcde-902f-4604-8682-819ea3212727 HTTP/1.1" 200 2931 0.006263 10.0.0.23 - - [2025-12-15 03:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2025-12-15 03:39:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004468 10.0.0.23 - - [2025-12-15 03:39:22] "GET /virtual-networks?parent_id=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002566 10.0.0.23 - - [2025-12-15 03:39:22] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.010455 10.0.0.23 - - [2025-12-15 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2025-12-15 03:39:25] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005219 10.0.0.23 - - [2025-12-15 03:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.23 - - [2025-12-15 03:39:29] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005798 10.0.0.23 - - [2025-12-15 03:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.23 - - [2025-12-15 03:39:34] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005859 10.0.0.23 - - [2025-12-15 03:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.23 - - [2025-12-15 03:39:38] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005138 10.0.0.23 - - [2025-12-15 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2025-12-15 03:39:42] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005441 10.0.0.23 - - [2025-12-15 03:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.23 - - [2025-12-15 03:39:46] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005634 10.0.0.23 - - [2025-12-15 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.23 - - [2025-12-15 03:39:50] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007427 10.0.0.23 - - [2025-12-15 03:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.23 - - [2025-12-15 03:39:54] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006776 10.0.0.23 - - [2025-12-15 03:39:55] "POST /neutron/port HTTP/1.1" 200 1088 0.016997 10.0.0.23 - - [2025-12-15 03:39:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005238 10.0.0.23 - - [2025-12-15 03:39:55] "POST /neutron/network HTTP/1.1" 200 824 0.008791 10.0.0.23 - - [2025-12-15 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.23 - - [2025-12-15 03:39:58] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005363 10.0.0.23 - - [2025-12-15 03:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.23 - - [2025-12-15 03:40:00] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003813 10.0.0.23 - - [2025-12-15 03:40:00] "GET /virtual-networks?parent_id=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004552 10.0.0.23 - - [2025-12-15 03:40:00] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006272 10.0.0.23 - - [2025-12-15 03:40:01] "POST /neutron/port HTTP/1.1" 200 1033 0.018971 10.0.0.23 - - [2025-12-15 03:40:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004409 10.0.0.23 - - [2025-12-15 03:40:01] "POST /neutron/network HTTP/1.1" 200 824 0.008498 10.0.0.23 - - [2025-12-15 03:40:11] "POST /neutron/port HTTP/1.1" 200 1088 0.016426 10.0.0.23 - - [2025-12-15 03:40:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006930 10.0.0.23 - - [2025-12-15 03:40:21] "POST /neutron/port HTTP/1.1" 200 1088 0.051267 10.0.0.23 - - [2025-12-15 03:40:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010263 10.0.0.23 - - [2025-12-15 03:40:21] "POST /neutron/port HTTP/1.1" 200 1088 0.017258 10.0.0.23 - - [2025-12-15 03:40:22] "POST /neutron/network HTTP/1.1" 200 824 0.006397 10.0.0.23 - - [2025-12-15 03:40:22] "POST /id-to-fqname HTTP/1.1" 200 218 0.023918 10.0.0.23 - - [2025-12-15 03:40:22] "GET /virtual-machine/a4cc1169-dfda-45ed-97aa-a49efe2eb443 HTTP/1.1" 200 1291 0.003739 10.0.0.23 - - [2025-12-15 03:40:22] "GET /virtual-machine-interface/8b8cdcde-902f-4604-8682-819ea3212727 HTTP/1.1" 200 2931 0.012066 10.0.0.23 - - [2025-12-15 03:40:22] "GET /instance-ip/2b5b0717-404e-4a64-b340-9ba892645dfe HTTP/1.1" 200 1618 0.012260 10.0.0.23 - - [2025-12-15 03:40:22] "GET /virtual-machine-interface/8b8cdcde-902f-4604-8682-819ea3212727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.009087 10.0.0.23 - - [2025-12-15 03:40:22] "PUT /virtual-machine-interface/8b8cdcde-902f-4604-8682-819ea3212727 HTTP/1.1" 200 284 0.018993 10.0.0.23 - - [2025-12-15 03:40:56] "POST /neutron/network HTTP/1.1" 200 834 0.008480 10.0.0.23 - - [2025-12-15 03:40:56] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.23 - - [2025-12-15 03:41:01] "POST /neutron/port HTTP/1.1" 200 1088 0.042974 10.0.0.23 - - [2025-12-15 03:41:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.010809 10.0.0.65 - - [2025-12-15 03:41:42] "GET /obj-perms HTTP/1.1" 200 5056 0.049311 10.0.0.23 - - [2025-12-15 03:41:49] "DELETE /instance-ip/5197fb85-92fc-4f55-8239-1efcfd46ca1e HTTP/1.1" 200 115 0.059059 10.0.0.23 - - [2025-12-15 03:41:49] "DELETE /virtual-machine-interface/26124603-42ba-4edb-8cb1-b76a91dc1965 HTTP/1.1" 200 115 0.087241 10.0.0.23 - - [2025-12-15 03:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.23 - - [2025-12-15 03:41:49] "GET /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005340 10.0.0.23 - - [2025-12-15 03:41:49] "PUT /virtual-network/5bfb6d46-363b-4c40-837a-d313b37c6360 HTTP/1.1" 200 264 0.053777 10.0.0.23 - - [2025-12-15 03:41:50] "POST /neutron/network HTTP/1.1" 200 824 0.007722 10.0.0.23 - - [2025-12-15 03:41:50] "POST /neutron/port HTTP/1.1" 200 1114 0.018277 10.0.0.23 - - [2025-12-15 03:41:50] "DELETE /route-target/41d8f9ac-a07c-4fe0-acab-bd0f34919d9c HTTP/1.1" 200 115 0.122219 10.0.0.23 - - [2025-12-15 03:41:50] "POST /neutron/port HTTP/1.1" 200 1114 0.028563 10.0.0.65 - - [2025-12-15 03:41:52] "POST /useragent-kv HTTP/1.1" 200 115 0.069622 10.0.0.65 - - [2025-12-15 03:41:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002323 10.0.0.23 - - [2025-12-15 03:41:52] "POST /neutron/network HTTP/1.1" 200 151 0.184246 10.0.0.65 - - [2025-12-15 03:41:53] "GET /projects?obj_uuids=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001237 10.0.0.23 - - [2025-12-15 03:41:53] "GET /project/5e6bd18c-382c-450d-84fd-79205016bbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.062130 10.0.0.65 - - [2025-12-15 03:41:53] "GET /projects?obj_uuids=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.23 - - [2025-12-15 03:41:53] "GET /project/5e6bd18c-382c-450d-84fd-79205016bbbf?fields=virtual_networks HTTP/1.1" 200 1027 0.037650 10.0.0.65 - - [2025-12-15 03:41:53] "GET /projects?obj_uuids=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.23 - - [2025-12-15 03:41:53] "GET /project/5e6bd18c-382c-450d-84fd-79205016bbbf?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.036992 10.0.0.65 - - [2025-12-15 03:41:54] "GET /projects?obj_uuids=5e6bd18c-382c-450d-84fd-79205016bbbf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.23 - - [2025-12-15 03:41:54] "GET /project/5e6bd18c-382c-450d-84fd-79205016bbbf?fields=security_groups HTTP/1.1" 200 1251 0.033936 10.0.0.23 - - [2025-12-15 03:41:54] "POST /fqname-to-id HTTP/1.1" 404 185 0.024921 10.0.0.65 - - [2025-12-15 03:41:54] "GET /projects?obj_uuids=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002805 10.0.0.65 - - [2025-12-15 03:41:54] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.65 - - [2025-12-15 03:41:54] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.032865 10.0.0.65 - - [2025-12-15 03:41:55] "POST /id-to-fqname HTTP/1.1" 200 187 0.002705 10.0.0.65 - - [2025-12-15 03:41:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.002833 10.0.0.65 - - [2025-12-15 03:41:55] "POST /security-groups HTTP/1.1" 200 588 0.073523 10.0.0.23 - - [2025-12-15 03:41:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.004538 10.0.0.65 - - [2025-12-15 03:41:55] "POST /projects HTTP/1.1" 200 579 0.272016 10.0.0.65 - - [2025-12-15 03:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.345795 10.0.0.23 - - [2025-12-15 03:41:55] "POST /access-control-lists HTTP/1.1" 200 591 0.029902 10.0.0.23 - - [2025-12-15 03:41:55] "GET /project/3dcd8d1c-17c6-4037-914e-ffe2eae14a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.523908 10.0.0.23 - - [2025-12-15 03:41:56] "GET / HTTP/1.1" 200 35931 0.001943 10.0.0.23 - - [2025-12-15 03:41:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2025-12-15 03:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.076704 10.0.0.65 - - [2025-12-15 03:41:58] "GET /projects?obj_uuids=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001530 10.0.0.23 - - [2025-12-15 03:41:58] "GET /project/3dcd8d1c-17c6-4037-914e-ffe2eae14a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.056897 10.0.0.23 - - [2025-12-15 03:41:58] "POST /neutron/network HTTP/1.1" 200 117 0.047985 10.0.0.23 - - [2025-12-15 03:41:59] "POST /neutron/network HTTP/1.1" 200 828 0.009713 10.0.0.23 - - [2025-12-15 03:41:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001212 10.0.0.23 - - [2025-12-15 03:41:59] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005236 10.0.0.23 - - [2025-12-15 03:41:59] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006256 10.0.0.23 - - [2025-12-15 03:41:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.012752 10.0.0.23 - - [2025-12-15 03:41:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.002946 10.0.0.23 - - [2025-12-15 03:41:59] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005190 10.0.0.23 - - [2025-12-15 03:41:59] "GET /virtual-machine-interface/350f830e-d8ef-485c-a7a6-48ffcf253a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006992 10.0.0.23 - - [2025-12-15 03:41:59] "GET /virtual-machine-interface/350f830e-d8ef-485c-a7a6-48ffcf253a71?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.008425 10.0.0.23 - - [2025-12-15 03:41:59] "GET /instance-ip/a69e0075-7e4f-4401-b066-e6a4743ba09a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.004788 10.0.0.23 - - [2025-12-15 03:41:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001265 10.0.0.65 - - [2025-12-15 03:42:00] "GET /projects?obj_uuids=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001511 10.0.0.23 - - [2025-12-15 03:42:00] "GET /project/3dcd8d1c-17c6-4037-914e-ffe2eae14a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.066429 10.0.0.23 - - [2025-12-15 03:42:00] "POST /neutron/network HTTP/1.1" 200 828 0.006741 10.0.0.23 - - [2025-12-15 03:42:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001198 10.0.0.23 - - [2025-12-15 03:42:01] "POST /neutron/port HTTP/1.1" 200 117 0.007356 10.0.0.23 - - [2025-12-15 03:42:01] "POST /neutron/network HTTP/1.1" 200 828 0.007987 10.0.0.23 - - [2025-12-15 03:42:01] "POST /neutron/port HTTP/1.1" 200 117 0.008792 10.0.0.65 - - [2025-12-15 03:42:01] "GET /projects?obj_uuids=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001050 10.0.0.65 - - [2025-12-15 03:42:01] "GET /projects?obj_uuids=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001113 10.0.0.23 - - [2025-12-15 03:42:01] "GET /project/3dcd8d1c-17c6-4037-914e-ffe2eae14a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.108490 10.0.0.23 - - [2025-12-15 03:42:01] "POST /fqname-to-id HTTP/1.1" 404 208 0.003364 10.0.0.23 - - [2025-12-15 03:42:01] "POST /interface-route-tables HTTP/1.1" 200 556 0.053288 10.0.0.23 - - [2025-12-15 03:42:01] "GET /interface-route-table/6fc30377-dbdd-4d15-913c-f1b74b7275c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.006298 10.0.0.23 - - [2025-12-15 03:42:01] "POST /neutron/port HTTP/1.1" 200 1056 0.324086 10.0.0.23 - - [2025-12-15 03:42:01] "POST /neutron/port HTTP/1.1" 200 1110 0.099649 10.0.0.23 - - [2025-12-15 03:42:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.013235 10.0.0.23 - - [2025-12-15 03:42:02] "POST /neutron/network HTTP/1.1" 200 838 0.014495 10.0.0.23 - - [2025-12-15 03:42:02] "POST /neutron/port HTTP/1.1" 200 982 0.013478 10.0.0.23 - - [2025-12-15 03:42:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005108 10.0.0.23 - - [2025-12-15 03:42:02] "POST /neutron/network HTTP/1.1" 200 828 0.009353 10.0.0.23 - - [2025-12-15 03:42:02] "GET /virtual-machine-interface/350f830e-d8ef-485c-a7a6-48ffcf253a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.012035 10.0.0.23 - - [2025-12-15 03:42:02] "POST /ref-update HTTP/1.1" 200 156 0.017218 10.0.0.23 - - [2025-12-15 03:42:08] "POST /neutron/port HTTP/1.1" 200 1084 0.015885 10.0.0.23 - - [2025-12-15 03:42:08] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007701 10.0.0.23 - - [2025-12-15 03:42:08] "POST /neutron/port HTTP/1.1" 200 1084 0.016299 10.0.0.23 - - [2025-12-15 03:42:08] "GET /virtual-machine/328f2277-b8cc-473a-b7bb-a0e00459230d HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2025-12-15 03:42:08] "GET /virtual-machine/328f2277-b8cc-473a-b7bb-a0e00459230d HTTP/1.1" 200 1289 0.031261 10.0.0.23 - - [2025-12-15 03:42:08] "GET /virtual-machine/328f2277-b8cc-473a-b7bb-a0e00459230d HTTP/1.1" 200 1289 0.004920 10.0.0.23 - - [2025-12-15 03:42:08] "GET /virtual-machine-interface/384207a0-c312-42e6-a044-5ef89b303fb1 HTTP/1.1" 200 2938 0.005649 10.0.0.23 - - [2025-12-15 03:42:08] "GET /virtual-machine/328f2277-b8cc-473a-b7bb-a0e00459230d HTTP/1.1" 200 1289 0.004408 10.0.0.23 - - [2025-12-15 03:42:08] "GET /virtual-machine-interface/384207a0-c312-42e6-a044-5ef89b303fb1 HTTP/1.1" 200 2938 0.005783 10.0.0.23 - - [2025-12-15 03:42:08] "GET /instance-ip/225d4c15-589c-4426-aaec-9f30f47ad365 HTTP/1.1" 200 1617 0.005826 10.0.0.23 - - [2025-12-15 03:42:08] "GET /virtual-machine/328f2277-b8cc-473a-b7bb-a0e00459230d HTTP/1.1" 200 1289 0.005044 10.0.0.23 - - [2025-12-15 03:42:08] "GET /virtual-machine-interface/384207a0-c312-42e6-a044-5ef89b303fb1 HTTP/1.1" 200 2938 0.006472 10.0.0.23 - - [2025-12-15 03:42:08] "GET /instance-ip/225d4c15-589c-4426-aaec-9f30f47ad365 HTTP/1.1" 200 1617 0.006044 10.0.0.23 - - [2025-12-15 03:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.23 - - [2025-12-15 03:42:08] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004902 10.0.0.23 - - [2025-12-15 03:42:08] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003223 10.0.0.23 - - [2025-12-15 03:42:08] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006466 10.0.0.23 - - [2025-12-15 03:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.23 - - [2025-12-15 03:42:08] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004117 10.0.0.23 - - [2025-12-15 03:42:08] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003475 10.0.0.23 - - [2025-12-15 03:42:08] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005962 10.0.0.23 - - [2025-12-15 03:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.23 - - [2025-12-15 03:42:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004658 10.0.0.23 - - [2025-12-15 03:42:09] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003000 10.0.0.23 - - [2025-12-15 03:42:09] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009284 10.0.0.23 - - [2025-12-15 03:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.23 - - [2025-12-15 03:42:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005332 10.0.0.23 - - [2025-12-15 03:42:09] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003255 10.0.0.23 - - [2025-12-15 03:42:09] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005708 10.0.0.23 - - [2025-12-15 03:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005272 10.0.0.23 - - [2025-12-15 03:42:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004342 10.0.0.23 - - [2025-12-15 03:42:09] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003521 10.0.0.23 - - [2025-12-15 03:42:09] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006942 10.0.0.23 - - [2025-12-15 03:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.23 - - [2025-12-15 03:42:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005986 10.0.0.23 - - [2025-12-15 03:42:09] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003742 10.0.0.23 - - [2025-12-15 03:42:09] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007148 10.0.0.23 - - [2025-12-15 03:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.23 - - [2025-12-15 03:42:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005073 10.0.0.23 - - [2025-12-15 03:42:09] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003507 10.0.0.23 - - [2025-12-15 03:42:09] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005996 10.0.0.23 - - [2025-12-15 03:42:11] "POST /neutron/security_group HTTP/1.1" 200 2055 0.033161 10.0.0.23 - - [2025-12-15 03:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.23 - - [2025-12-15 03:42:12] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006852 10.0.0.23 - - [2025-12-15 03:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.23 - - [2025-12-15 03:42:14] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003379 10.0.0.23 - - [2025-12-15 03:42:14] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002927 10.0.0.23 - - [2025-12-15 03:42:14] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005764 10.0.0.23 - - [2025-12-15 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.23 - - [2025-12-15 03:42:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004753 10.0.0.23 - - [2025-12-15 03:42:15] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004026 10.0.0.23 - - [2025-12-15 03:42:15] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006541 10.0.0.23 - - [2025-12-15 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.23 - - [2025-12-15 03:42:15] "GET /routing-instance/754742c9-7a04-43cf-a1ee-f05ebfc0e3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.011048 10.0.0.23 - - [2025-12-15 03:42:15] "GET /route-target/3d22a8cb-0d99-4d14-abde-0f4d28a90976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006219 10.0.0.23 - - [2025-12-15 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004913 10.0.0.23 - - [2025-12-15 03:42:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005824 10.0.0.23 - - [2025-12-15 03:42:15] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004176 10.0.0.23 - - [2025-12-15 03:42:15] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007535 10.0.0.23 - - [2025-12-15 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.013837 10.0.0.23 - - [2025-12-15 03:42:15] "GET /routing-instance/754742c9-7a04-43cf-a1ee-f05ebfc0e3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.006037 10.0.0.23 - - [2025-12-15 03:42:15] "GET /route-target/3d22a8cb-0d99-4d14-abde-0f4d28a90976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006597 10.0.0.23 - - [2025-12-15 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.23 - - [2025-12-15 03:42:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006776 10.0.0.23 - - [2025-12-15 03:42:15] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004880 10.0.0.23 - - [2025-12-15 03:42:15] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007293 10.0.0.23 - - [2025-12-15 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.23 - - [2025-12-15 03:42:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006402 10.0.0.23 - - [2025-12-15 03:42:15] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005038 10.0.0.23 - - [2025-12-15 03:42:15] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006346 10.0.0.23 - - [2025-12-15 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.23 - - [2025-12-15 03:42:16] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005681 10.0.0.23 - - [2025-12-15 03:42:16] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003981 10.0.0.23 - - [2025-12-15 03:42:16] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005498 10.0.0.65 - - [2025-12-15 03:42:20] "GET /obj-perms HTTP/1.1" 200 5024 0.058752 10.0.0.23 - - [2025-12-15 03:42:22] "GET /obj-perms HTTP/1.1" 200 5024 0.063152 10.0.0.23 - - [2025-12-15 03:42:23] "GET /obj-perms HTTP/1.1" 200 5024 0.004654 10.0.0.65 - - [2025-12-15 03:42:23] "GET /obj-perms HTTP/1.1" 200 5024 0.004185 10.0.0.23 - - [2025-12-15 03:42:23] "GET /obj-perms HTTP/1.1" 200 5024 0.004180 10.0.0.50 - - [2025-12-15 03:42:23] "GET /obj-perms HTTP/1.1" 200 5024 0.051809 10.0.0.65 - - [2025-12-15 03:42:23] "GET /obj-perms HTTP/1.1" 200 5024 0.004270 10.0.0.23 - - [2025-12-15 03:42:23] "POST /neutron/port HTTP/1.1" 200 1048 0.019793 10.0.0.23 - - [2025-12-15 03:42:23] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007764 10.0.0.23 - - [2025-12-15 03:42:24] "GET /virtual-machine/2f3bce73-a57d-4945-8ff1-edca3afbf76f HTTP/1.1" 200 1267 0.006795 10.0.0.23 - - [2025-12-15 03:42:24] "GET /virtual-machine-interface/350f830e-d8ef-485c-a7a6-48ffcf253a71 HTTP/1.1" 200 3150 0.005596 10.0.0.23 - - [2025-12-15 03:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.23 - - [2025-12-15 03:42:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003972 10.0.0.23 - - [2025-12-15 03:42:24] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003170 10.0.0.23 - - [2025-12-15 03:42:24] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005874 10.0.0.23 - - [2025-12-15 03:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006606 10.0.0.23 - - [2025-12-15 03:42:25] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004125 10.0.0.23 - - [2025-12-15 03:42:25] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005177 10.0.0.23 - - [2025-12-15 03:42:25] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005870 10.0.0.23 - - [2025-12-15 03:42:26] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005801 10.0.0.23 - - [2025-12-15 03:42:26] "GET /virtual-machine/328f2277-b8cc-473a-b7bb-a0e00459230d HTTP/1.1" 200 1289 0.004588 10.0.0.23 - - [2025-12-15 03:42:27] "POST /neutron/port HTTP/1.1" 200 1084 0.020517 10.0.0.23 - - [2025-12-15 03:42:28] "GET /virtual-machine/328f2277-b8cc-473a-b7bb-a0e00459230d HTTP/1.1" 404 171 0.003545 10.0.0.23 - - [2025-12-15 03:42:28] "GET /virtual-machine/328f2277-b8cc-473a-b7bb-a0e00459230d HTTP/1.1" 404 171 0.003101 10.0.0.23 - - [2025-12-15 03:42:28] "GET /virtual-machine/328f2277-b8cc-473a-b7bb-a0e00459230d HTTP/1.1" 404 171 0.003081 10.0.0.23 - - [2025-12-15 03:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.23 - - [2025-12-15 03:42:28] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004000 10.0.0.23 - - [2025-12-15 03:42:28] "GET /virtual-networks?parent_id=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003785 10.0.0.23 - - [2025-12-15 03:42:28] "GET /virtual-network/17075cf5-ab11-48c4-be9b-93a040e353a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007001 10.0.0.23 - - [2025-12-15 03:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.23 - - [2025-12-15 03:42:29] "GET /routing-instance/754742c9-7a04-43cf-a1ee-f05ebfc0e3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005794 10.0.0.23 - - [2025-12-15 03:42:29] "GET /route-target/3d22a8cb-0d99-4d14-abde-0f4d28a90976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004192 10.0.0.23 - - [2025-12-15 03:42:32] "GET /obj-perms HTTP/1.1" 200 5024 0.004311 10.0.0.65 - - [2025-12-15 03:42:32] "GET /obj-perms HTTP/1.1" 200 5024 0.003951 10.0.0.23 - - [2025-12-15 03:42:41] "GET /obj-perms HTTP/1.1" 200 5024 0.003786 10.0.0.65 - - [2025-12-15 03:42:41] "GET /obj-perms HTTP/1.1" 200 5024 0.004612 10.0.0.23 - - [2025-12-15 03:42:44] "DELETE /access-control-list/454a8707-5c18-44cd-ad29-05014290d44e HTTP/1.1" 200 115 0.039325 10.0.0.23 - - [2025-12-15 03:42:47] "GET /obj-perms HTTP/1.1" 200 5024 0.004193 10.0.0.65 - - [2025-12-15 03:42:50] "GET /obj-perms HTTP/1.1" 200 5024 0.005867 10.0.0.65 - - [2025-12-15 03:42:53] "DELETE /project/3dcd8d1c17c64037914effe2eae14a11 HTTP/1.1" 404 173 0.003757 10.0.0.65 - - [2025-12-15 03:42:53] "DELETE /project/5e6bd18c-382c-450d-84fd-79205016bbbf HTTP/1.1" 404 177 0.006011 10.0.0.23 - - [2025-12-15 03:42:53] "GET /obj-perms HTTP/1.1" 200 5024 0.004025 10.0.0.50 - - [2025-12-15 03:42:53] "GET /obj-perms HTTP/1.1" 200 5024 0.003765 10.0.0.23 - - [2025-12-15 03:42:53] "GET /interface-route-table/6fc30377-dbdd-4d15-913c-f1b74b7275c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.005289 10.0.0.23 - - [2025-12-15 03:42:53] "GET /virtual-machine-interface/350f830e-d8ef-485c-a7a6-48ffcf253a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.005748 10.0.0.23 - - [2025-12-15 03:42:53] "POST /ref-update HTTP/1.1" 200 156 0.015586 10.0.0.23 - - [2025-12-15 03:42:53] "DELETE /interface-route-table/6fc30377-dbdd-4d15-913c-f1b74b7275c6 HTTP/1.1" 200 115 0.034376 10.0.0.23 - - [2025-12-15 03:42:54] "POST /neutron/port HTTP/1.1" 200 1074 0.014291 10.0.0.65 - - [2025-12-15 03:42:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002639 10.0.0.65 - - [2025-12-15 03:42:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002851 10.0.0.23 - - [2025-12-15 03:42:54] "POST /neutron/network HTTP/1.1" 200 151 0.126483 10.0.0.23 - - [2025-12-15 03:42:54] "DELETE /route-target/3d22a8cb-0d99-4d14-abde-0f4d28a90976 HTTP/1.1" 200 115 0.022511 10.0.0.65 - - [2025-12-15 03:42:55] "GET /projects?obj_uuids=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001001 10.0.0.23 - - [2025-12-15 03:42:55] "GET /project/3dcd8d1c-17c6-4037-914e-ffe2eae14a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.064866 10.0.0.65 - - [2025-12-15 03:42:55] "GET /projects?obj_uuids=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001303 10.0.0.23 - - [2025-12-15 03:42:56] "GET /project/3dcd8d1c-17c6-4037-914e-ffe2eae14a11?fields=virtual_networks HTTP/1.1" 200 1026 0.045646 10.0.0.65 - - [2025-12-15 03:42:56] "GET /projects?obj_uuids=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001001 10.0.0.23 - - [2025-12-15 03:42:56] "GET /project/3dcd8d1c-17c6-4037-914e-ffe2eae14a11?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.051758 10.0.0.65 - - [2025-12-15 03:42:56] "GET /projects?obj_uuids=3dcd8d1c-17c6-4037-914e-ffe2eae14a11&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001320 10.0.0.23 - - [2025-12-15 03:42:56] "GET /project/3dcd8d1c-17c6-4037-914e-ffe2eae14a11?fields=security_groups HTTP/1.1" 200 1249 0.086868 10.0.0.23 - - [2025-12-15 03:42:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.038451 10.0.0.65 - - [2025-12-15 03:42:57] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003564 10.0.0.65 - - [2025-12-15 03:42:57] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001853 10.0.0.65 - - [2025-12-15 03:42:57] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009841 10.0.0.65 - - [2025-12-15 03:42:57] "POST /id-to-fqname HTTP/1.1" 200 194 0.006530 10.0.0.65 - - [2025-12-15 03:42:57] "POST /fqname-to-id HTTP/1.1" 404 203 0.011421 10.0.0.65 - - [2025-12-15 03:42:57] "POST /security-groups HTTP/1.1" 200 595 0.076525 10.0.0.65 - - [2025-12-15 03:42:58] "POST /projects HTTP/1.1" 200 593 0.340776 10.0.0.65 - - [2025-12-15 03:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.372834 10.0.0.23 - - [2025-12-15 03:42:58] "POST /fqname-to-id HTTP/1.1" 404 237 0.009542 10.0.0.23 - - [2025-12-15 03:42:58] "GET /project/c0e2285f-9aea-4c59-a722-76d344c19286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.534867 10.0.0.23 - - [2025-12-15 03:42:59] "GET / HTTP/1.1" 200 35931 0.001744 10.0.0.23 - - [2025-12-15 03:42:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2025-12-15 03:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.057501 10.0.0.65 - - [2025-12-15 03:43:00] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000970 10.0.0.23 - - [2025-12-15 03:43:00] "GET /project/c0e2285f-9aea-4c59-a722-76d344c19286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.041265 10.0.0.23 - - [2025-12-15 03:43:00] "POST /neutron/network HTTP/1.1" 200 117 0.046889 10.0.0.23 - - [2025-12-15 03:43:00] "POST /ref-update HTTP/1.1" 200 156 0.031486 10.0.0.23 - - [2025-12-15 03:43:00] "POST /neutron/network HTTP/1.1" 200 828 0.009887 10.0.0.23 - - [2025-12-15 03:43:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001184 10.0.0.23 - - [2025-12-15 03:43:01] "GET /virtual-network/fcd4280b-d72d-48c6-9fe5-8d10524f2bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006022 10.0.0.23 - - [2025-12-15 03:43:01] "GET /virtual-network/fcd4280b-d72d-48c6-9fe5-8d10524f2bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006305 10.0.0.23 - - [2025-12-15 03:43:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.017109 10.0.0.23 - - [2025-12-15 03:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006589 10.0.0.65 - - [2025-12-15 03:43:01] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001725 10.0.0.23 - - [2025-12-15 03:43:01] "GET /project/c0e2285f-9aea-4c59-a722-76d344c19286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.054617 10.0.0.65 - - [2025-12-15 03:43:01] "POST /useragent-kv HTTP/1.1" 200 115 0.012029 10.0.0.23 - - [2025-12-15 03:43:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.195529 10.0.0.23 - - [2025-12-15 03:43:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001264 10.0.0.23 - - [2025-12-15 03:43:01] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006402 10.0.0.23 - - [2025-12-15 03:43:01] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006747 10.0.0.23 - - [2025-12-15 03:43:01] "POST /neutron/network HTTP/1.1" 200 828 0.007986 10.0.0.23 - - [2025-12-15 03:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.65 - - [2025-12-15 03:43:01] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001099 10.0.0.23 - - [2025-12-15 03:43:01] "GET /project/c0e2285f-9aea-4c59-a722-76d344c19286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.059887 10.0.0.65 - - [2025-12-15 03:43:01] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001086 10.0.0.23 - - [2025-12-15 03:43:02] "POST /neutron/network HTTP/1.1" 200 609 0.155217 10.0.0.23 - - [2025-12-15 03:43:02] "POST /route-targets HTTP/1.1" 200 327 0.028384 10.0.0.23 - - [2025-12-15 03:43:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.003824 10.0.0.23 - - [2025-12-15 03:43:02] "GET /virtual-network/142cae7b-92ec-4118-8a75-27eebb582222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006102 10.0.0.23 - - [2025-12-15 03:43:02] "POST /neutron/network HTTP/1.1" 200 829 0.009790 10.0.0.23 - - [2025-12-15 03:43:02] "GET /virtual-network/142cae7b-92ec-4118-8a75-27eebb582222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005814 10.0.0.23 - - [2025-12-15 03:43:02] "POST /fqname-to-id HTTP/1.1" 404 214 0.003399 10.0.0.23 - - [2025-12-15 03:43:02] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007006 10.0.0.65 - - [2025-12-15 03:43:02] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001249 10.0.0.23 - - [2025-12-15 03:43:02] "POST /neutron/port HTTP/1.1" 200 990 0.274683 10.0.0.23 - - [2025-12-15 03:43:02] "GET /virtual-machine-interface/034e90c4-edec-445f-b2cb-959b29f2f419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.005587 10.0.0.23 - - [2025-12-15 03:43:02] "GET /virtual-machine-interface/034e90c4-edec-445f-b2cb-959b29f2f419?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.006017 10.0.0.23 - - [2025-12-15 03:43:02] "GET /instance-ip/2ff7d77b-6db1-4bba-884a-339877019014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004929 10.0.0.23 - - [2025-12-15 03:43:02] "POST /fqname-to-id HTTP/1.1" 404 214 0.003267 10.0.0.23 - - [2025-12-15 03:43:02] "GET /virtual-network/fcd4280b-d72d-48c6-9fe5-8d10524f2bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009631 10.0.0.65 - - [2025-12-15 03:43:02] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002685 10.0.0.23 - - [2025-12-15 03:43:02] "GET /project/c0e2285f-9aea-4c59-a722-76d344c19286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.056944 10.0.0.23 - - [2025-12-15 03:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.23 - - [2025-12-15 03:43:03] "GET /security-group/25fa132c-b9fb-4558-af1a-da8cf26ca6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005844 10.0.0.23 - - [2025-12-15 03:43:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.113200 10.0.0.23 - - [2025-12-15 03:43:03] "POST /instance-ips HTTP/1.1" 200 357 0.057683 10.0.0.23 - - [2025-12-15 03:43:03] "GET /virtual-machine-interface/535f79e5-770b-4cb8-ace3-bff04c3981d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005732 10.0.0.23 - - [2025-12-15 03:43:03] "GET /virtual-machine-interface/535f79e5-770b-4cb8-ace3-bff04c3981d5?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.012300 10.0.0.23 - - [2025-12-15 03:43:03] "GET /instance-ip/f57ec9cb-d642-4682-8175-06cd958c3b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005269 10.0.0.23 - - [2025-12-15 03:43:03] "POST /fqname-to-id HTTP/1.1" 404 214 0.004154 10.0.0.23 - - [2025-12-15 03:43:03] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006175 10.0.0.23 - - [2025-12-15 03:43:03] "GET /virtual-machine-interface/82c014cf-a2d7-4f7b-8b14-b52bf3d6055f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008471 10.0.0.23 - - [2025-12-15 03:43:03] "GET /virtual-machine-interface/82c014cf-a2d7-4f7b-8b14-b52bf3d6055f?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.009259 10.0.0.23 - - [2025-12-15 03:43:03] "GET /instance-ip/a05666c4-be91-4761-aea9-35422aceb858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005053 10.0.0.23 - - [2025-12-15 03:43:03] "POST /fqname-to-id HTTP/1.1" 404 214 0.002922 10.0.0.23 - - [2025-12-15 03:43:03] "GET /virtual-network/fcd4280b-d72d-48c6-9fe5-8d10524f2bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006351 10.0.0.65 - - [2025-12-15 03:43:03] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000945 10.0.0.23 - - [2025-12-15 03:43:03] "GET /project/c0e2285f-9aea-4c59-a722-76d344c19286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.038626 10.0.0.23 - - [2025-12-15 03:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2025-12-15 03:43:04] "GET /security-group/25fa132c-b9fb-4558-af1a-da8cf26ca6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004779 10.0.0.23 - - [2025-12-15 03:43:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.089597 10.0.0.23 - - [2025-12-15 03:43:04] "POST /instance-ips HTTP/1.1" 200 357 0.034105 10.0.0.23 - - [2025-12-15 03:43:04] "GET /virtual-machine-interface/a4d5885b-da40-4fbd-8f8a-ed847a56ee22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005978 10.0.0.23 - - [2025-12-15 03:43:04] "GET /virtual-machine-interface/a4d5885b-da40-4fbd-8f8a-ed847a56ee22?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009108 10.0.0.23 - - [2025-12-15 03:43:04] "GET /instance-ip/949e9386-0561-4870-8465-bee011e36002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004660 10.0.0.23 - - [2025-12-15 03:43:04] "POST /fqname-to-id HTTP/1.1" 404 214 0.004895 10.0.0.23 - - [2025-12-15 03:43:04] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010221 10.0.0.23 - - [2025-12-15 03:43:04] "GET /virtual-machine-interface/97c803e3-c922-481e-b1d9-45a1c8d8f172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.010288 10.0.0.23 - - [2025-12-15 03:43:04] "GET /virtual-machine-interface/97c803e3-c922-481e-b1d9-45a1c8d8f172?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009220 10.0.0.23 - - [2025-12-15 03:43:04] "GET /instance-ip/bc28d331-5066-4788-ba81-a16e1db090e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004689 10.0.0.23 - - [2025-12-15 03:43:04] "POST /fqname-to-id HTTP/1.1" 404 214 0.003513 10.0.0.23 - - [2025-12-15 03:43:04] "GET /virtual-network/142cae7b-92ec-4118-8a75-27eebb582222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006047 10.0.0.65 - - [2025-12-15 03:43:04] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002162 10.0.0.23 - - [2025-12-15 03:43:04] "GET /project/c0e2285f-9aea-4c59-a722-76d344c19286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047203 10.0.0.23 - - [2025-12-15 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.23 - - [2025-12-15 03:43:04] "GET /security-group/25fa132c-b9fb-4558-af1a-da8cf26ca6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005523 10.0.0.23 - - [2025-12-15 03:43:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.102337 10.0.0.23 - - [2025-12-15 03:43:05] "POST /instance-ips HTTP/1.1" 200 357 0.042281 10.0.0.23 - - [2025-12-15 03:43:05] "GET /virtual-machine-interface/17e2c13e-55da-4417-aae4-bd4130ad8394?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006638 10.0.0.23 - - [2025-12-15 03:43:05] "GET /virtual-machine-interface/17e2c13e-55da-4417-aae4-bd4130ad8394?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.010782 10.0.0.23 - - [2025-12-15 03:43:05] "GET /instance-ip/9e4a7ac8-9265-4391-b950-a54e63ba7ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.004506 10.0.0.23 - - [2025-12-15 03:43:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001801 10.0.0.23 - - [2025-12-15 03:43:06] "POST /neutron/port HTTP/1.1" 200 990 0.015890 10.0.0.23 - - [2025-12-15 03:43:06] "POST /neutron/port HTTP/1.1" 200 990 0.010281 10.0.0.23 - - [2025-12-15 03:43:07] "POST /neutron/port HTTP/1.1" 200 117 0.006709 10.0.0.23 - - [2025-12-15 03:43:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001315 10.0.0.23 - - [2025-12-15 03:43:07] "POST /neutron/port HTTP/1.1" 200 990 0.009862 10.0.0.23 - - [2025-12-15 03:43:07] "POST /neutron/port HTTP/1.1" 200 990 0.009790 10.0.0.23 - - [2025-12-15 03:43:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004010 10.0.0.23 - - [2025-12-15 03:43:07] "POST /neutron/network HTTP/1.1" 200 828 0.008233 10.0.0.65 - - [2025-12-15 03:43:08] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001116 10.0.0.23 - - [2025-12-15 03:43:08] "GET /project/c0e2285f-9aea-4c59-a722-76d344c19286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.067982 10.0.0.23 - - [2025-12-15 03:43:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010091 10.0.0.23 - - [2025-12-15 03:43:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001322 10.0.0.23 - - [2025-12-15 03:43:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010507 10.0.0.23 - - [2025-12-15 03:43:08] "POST /neutron/network HTTP/1.1" 200 828 0.006518 10.0.0.65 - - [2025-12-15 03:43:08] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000959 10.0.0.23 - - [2025-12-15 03:43:08] "POST /neutron/port HTTP/1.1" 200 1065 0.321795 10.0.0.23 - - [2025-12-15 03:43:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008870 10.0.0.23 - - [2025-12-15 03:43:09] "POST /neutron/port HTTP/1.1" 200 117 0.008503 10.0.0.23 - - [2025-12-15 03:43:09] "POST /neutron/router HTTP/1.1" 200 598 0.006343 10.0.0.23 - - [2025-12-15 03:43:09] "PUT /logical-router/f5545cab-8dab-4f46-8936-410954723461 HTTP/1.1" 200 262 0.045481 10.0.0.23 - - [2025-12-15 03:43:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006996 10.0.0.23 - - [2025-12-15 03:43:09] "POST /neutron/network HTTP/1.1" 200 829 0.019560 10.0.0.23 - - [2025-12-15 03:43:09] "POST /neutron/port HTTP/1.1" 200 990 0.017236 10.0.0.23 - - [2025-12-15 03:43:09] "POST /neutron/port HTTP/1.1" 200 990 0.009231 10.0.0.23 - - [2025-12-15 03:43:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005965 10.0.0.23 - - [2025-12-15 03:43:10] "POST /neutron/port HTTP/1.1" 200 1056 0.020185 10.0.0.23 - - [2025-12-15 03:43:10] "POST /neutron/port HTTP/1.1" 200 1056 0.018819 10.0.0.23 - - [2025-12-15 03:43:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007948 10.0.0.23 - - [2025-12-15 03:43:10] "GET /virtual-machine/5fdabec0-f9b6-4736-83b3-84ad3880740e HTTP/1.1" 401 292 0.000556 10.0.0.23 - - [2025-12-15 03:43:10] "GET /virtual-machine/5fdabec0-f9b6-4736-83b3-84ad3880740e HTTP/1.1" 200 1273 0.031765 10.0.0.23 - - [2025-12-15 03:43:10] "GET /virtual-machine-interface/034e90c4-edec-445f-b2cb-959b29f2f419 HTTP/1.1" 200 3186 0.006112 10.0.0.23 - - [2025-12-15 03:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.23 - - [2025-12-15 03:43:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003951 10.0.0.23 - - [2025-12-15 03:43:10] "GET /virtual-networks?parent_id=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004394 10.0.0.23 - - [2025-12-15 03:43:10] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006518 10.0.0.23 - - [2025-12-15 03:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.23 - - [2025-12-15 03:43:13] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006134 10.0.0.23 - - [2025-12-15 03:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.23 - - [2025-12-15 03:43:18] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005277 10.0.0.23 - - [2025-12-15 03:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.23 - - [2025-12-15 03:43:22] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005823 10.0.0.23 - - [2025-12-15 03:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2025-12-15 03:43:26] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005289 10.0.0.23 - - [2025-12-15 03:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.23 - - [2025-12-15 03:43:30] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007758 10.0.0.23 - - [2025-12-15 03:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.23 - - [2025-12-15 03:43:34] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005161 10.0.0.23 - - [2025-12-15 03:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.23 - - [2025-12-15 03:43:38] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005792 10.0.0.23 - - [2025-12-15 03:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.23 - - [2025-12-15 03:43:42] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006263 10.0.0.65 - - [2025-12-15 03:43:43] "GET /obj-perms HTTP/1.1" 200 5056 0.049488 10.0.0.23 - - [2025-12-15 03:43:45] "DELETE /access-control-list/5b4640a3-b352-4020-938b-99462ce143e1 HTTP/1.1" 200 115 0.040196 10.0.0.23 - - [2025-12-15 03:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2025-12-15 03:43:46] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005722 10.0.0.65 - - [2025-12-15 03:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.65 - - [2025-12-15 03:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.65 - - [2025-12-15 03:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.65 - - [2025-12-15 03:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.50 - - [2025-12-15 03:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2025-12-15 03:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.50 - - [2025-12-15 03:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2025-12-15 03:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.002848 10.0.0.23 - - [2025-12-15 03:43:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.50 - - [2025-12-15 03:43:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.23 - - [2025-12-15 03:43:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.50 - - [2025-12-15 03:43:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2025-12-15 03:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.23 - - [2025-12-15 03:43:50] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007358 10.0.0.65 - - [2025-12-15 03:43:53] "DELETE /project/3dcd8d1c-17c6-4037-914e-ffe2eae14a11 HTTP/1.1" 404 177 0.003484 10.0.0.65 - - [2025-12-15 03:43:53] "DELETE /project/c0e2285f9aea4c59a72276d344c19286 HTTP/1.1" 404 173 0.005931 10.0.0.23 - - [2025-12-15 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.23 - - [2025-12-15 03:43:54] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006487 10.0.0.23 - - [2025-12-15 03:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.23 - - [2025-12-15 03:43:56] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003706 10.0.0.23 - - [2025-12-15 03:43:56] "GET /virtual-networks?parent_id=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003537 10.0.0.23 - - [2025-12-15 03:43:57] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006176 10.0.0.23 - - [2025-12-15 03:43:59] "POST /neutron/port HTTP/1.1" 200 1093 0.022460 10.0.0.23 - - [2025-12-15 03:44:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004365 10.0.0.23 - - [2025-12-15 03:44:00] "POST /neutron/network HTTP/1.1" 200 829 0.007587 10.0.0.23 - - [2025-12-15 03:44:05] "POST /neutron/port HTTP/1.1" 200 1056 0.016132 10.0.0.23 - - [2025-12-15 03:44:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004021 10.0.0.23 - - [2025-12-15 03:44:05] "POST /neutron/network HTTP/1.1" 200 828 0.008506 10.0.0.23 - - [2025-12-15 03:44:07] "POST /neutron/port HTTP/1.1" 200 1056 0.018400 10.0.0.23 - - [2025-12-15 03:44:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007600 10.0.0.23 - - [2025-12-15 03:44:12] "POST /neutron/port HTTP/1.1" 200 1056 0.018428 10.0.0.23 - - [2025-12-15 03:44:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009728 10.0.0.23 - - [2025-12-15 03:44:23] "POST /neutron/port HTTP/1.1" 200 1093 0.029316 10.0.0.23 - - [2025-12-15 03:44:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.015539 10.0.0.23 - - [2025-12-15 03:44:23] "GET /virtual-machine/72889df8-0687-459a-b176-787efef11cac HTTP/1.1" 200 1296 0.008581 10.0.0.23 - - [2025-12-15 03:44:23] "GET /virtual-machine-interface/20e21bac-5179-4bcf-ad2e-24a69c36df72 HTTP/1.1" 200 2961 0.006557 10.0.0.23 - - [2025-12-15 03:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.23 - - [2025-12-15 03:44:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004366 10.0.0.23 - - [2025-12-15 03:44:23] "GET /virtual-networks?parent_id=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004145 10.0.0.23 - - [2025-12-15 03:44:23] "GET /virtual-network/142cae7b-92ec-4118-8a75-27eebb582222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007319 10.0.0.23 - - [2025-12-15 03:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.23 - - [2025-12-15 03:44:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004479 10.0.0.23 - - [2025-12-15 03:44:24] "GET /virtual-networks?parent_id=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003335 10.0.0.23 - - [2025-12-15 03:44:24] "GET /virtual-network/142cae7b-92ec-4118-8a75-27eebb582222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007109 10.0.0.23 - - [2025-12-15 03:44:24] "POST /neutron/port HTTP/1.1" 200 1056 0.016788 10.0.0.23 - - [2025-12-15 03:44:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008818 10.0.0.23 - - [2025-12-15 03:44:24] "GET /virtual-machine/cfc592be-ae37-4aa6-9d24-ffb10f7d0af8 HTTP/1.1" 200 1275 0.005973 10.0.0.23 - - [2025-12-15 03:44:25] "GET /virtual-machine-interface/97c803e3-c922-481e-b1d9-45a1c8d8f172 HTTP/1.1" 200 3188 0.005388 10.0.0.23 - - [2025-12-15 03:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.23 - - [2025-12-15 03:44:25] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004022 10.0.0.23 - - [2025-12-15 03:44:25] "GET /virtual-networks?parent_id=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003182 10.0.0.23 - - [2025-12-15 03:44:25] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006676 10.0.0.23 - - [2025-12-15 03:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005626 10.0.0.23 - - [2025-12-15 03:44:26] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004341 10.0.0.23 - - [2025-12-15 03:44:26] "GET /virtual-networks?parent_id=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003043 10.0.0.23 - - [2025-12-15 03:44:26] "GET /virtual-network/c83b34c6-581a-407c-b5a9-3f171484d4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005718 10.0.0.23 - - [2025-12-15 03:45:01] "POST /neutron/network HTTP/1.1" 200 839 0.040460 10.0.0.23 - - [2025-12-15 03:45:01] "POST /neutron/port HTTP/1.1" 200 117 0.001426 10.0.0.23 - - [2025-12-15 03:45:07] "POST /neutron/port HTTP/1.1" 200 1056 0.015639 10.0.0.23 - - [2025-12-15 03:45:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.009552 10.0.0.23 - - [2025-12-15 03:45:45] "GET /obj-perms HTTP/1.1" 200 5056 0.051494 10.0.0.23 - - [2025-12-15 03:45:50] "POST /neutron/router HTTP/1.1" 200 598 0.011772 10.0.0.23 - - [2025-12-15 03:45:50] "POST /neutron/router HTTP/1.1" 200 344 0.163527 10.0.0.23 - - [2025-12-15 03:45:50] "POST /ref-update HTTP/1.1" 200 156 0.023242 10.0.0.23 - - [2025-12-15 03:45:51] "POST /neutron/port HTTP/1.1" 200 1093 0.023856 10.0.0.23 - - [2025-12-15 03:45:52] "DELETE /instance-ip/9e4a7ac8-9265-4391-b950-a54e63ba7ea6 HTTP/1.1" 200 115 0.048084 10.0.0.23 - - [2025-12-15 03:45:52] "DELETE /virtual-machine-interface/17e2c13e-55da-4417-aae4-bd4130ad8394 HTTP/1.1" 200 115 0.061251 10.0.0.23 - - [2025-12-15 03:45:52] "POST /neutron/port HTTP/1.1" 200 1082 0.014517 10.0.0.23 - - [2025-12-15 03:45:52] "DELETE /instance-ip/949e9386-0561-4870-8465-bee011e36002 HTTP/1.1" 200 115 0.055679 10.0.0.23 - - [2025-12-15 03:45:52] "DELETE /virtual-machine-interface/a4d5885b-da40-4fbd-8f8a-ed847a56ee22 HTTP/1.1" 200 115 0.070302 10.0.0.23 - - [2025-12-15 03:45:53] "POST /neutron/port HTTP/1.1" 200 151 0.138002 10.0.0.23 - - [2025-12-15 03:45:53] "DELETE /instance-ip/f57ec9cb-d642-4682-8175-06cd958c3b36 HTTP/1.1" 200 115 0.053910 10.0.0.23 - - [2025-12-15 03:45:53] "DELETE /virtual-machine-interface/535f79e5-770b-4cb8-ace3-bff04c3981d5 HTTP/1.1" 200 115 0.069096 10.0.0.23 - - [2025-12-15 03:45:53] "POST /neutron/network HTTP/1.1" 200 829 0.007195 10.0.0.23 - - [2025-12-15 03:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.65 - - [2025-12-15 03:45:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005515 10.0.0.65 - - [2025-12-15 03:45:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003807 10.0.0.23 - - [2025-12-15 03:45:53] "POST /neutron/network HTTP/1.1" 200 151 0.158933 10.0.0.23 - - [2025-12-15 03:45:53] "DELETE /route-target/0cd91c07-0f48-4ba3-8596-b45e8e6b9d15 HTTP/1.1" 200 115 0.044698 10.0.0.65 - - [2025-12-15 03:45:53] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000938 10.0.0.23 - - [2025-12-15 03:45:54] "GET /project/c0e2285f-9aea-4c59-a722-76d344c19286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.044945 10.0.0.65 - - [2025-12-15 03:45:54] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001573 10.0.0.23 - - [2025-12-15 03:45:54] "GET /project/c0e2285f-9aea-4c59-a722-76d344c19286?fields=virtual_networks HTTP/1.1" 200 1041 0.048987 10.0.0.65 - - [2025-12-15 03:45:54] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000979 10.0.0.23 - - [2025-12-15 03:45:54] "GET /project/c0e2285f-9aea-4c59-a722-76d344c19286?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.045729 10.0.0.65 - - [2025-12-15 03:45:54] "GET /projects?obj_uuids=c0e2285f-9aea-4c59-a722-76d344c19286&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001071 10.0.0.23 - - [2025-12-15 03:45:54] "GET /project/c0e2285f-9aea-4c59-a722-76d344c19286?fields=security_groups HTTP/1.1" 200 1271 0.045414 10.0.0.23 - - [2025-12-15 03:45:55] "POST /fqname-to-id HTTP/1.1" 404 187 0.032887 10.0.0.65 - - [2025-12-15 03:45:55] "GET /projects?obj_uuids=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003415 10.0.0.65 - - [2025-12-15 03:45:55] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.65 - - [2025-12-15 03:45:55] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006202 10.0.0.65 - - [2025-12-15 03:45:55] "POST /id-to-fqname HTTP/1.1" 200 189 0.008254 10.0.0.65 - - [2025-12-15 03:45:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.007179 10.0.0.65 - - [2025-12-15 03:45:55] "POST /security-groups HTTP/1.1" 200 590 0.029804 10.0.0.23 - - [2025-12-15 03:45:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.003376 10.0.0.65 - - [2025-12-15 03:45:55] "POST /projects HTTP/1.1" 200 583 0.252310 10.0.0.65 - - [2025-12-15 03:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.321337 10.0.0.23 - - [2025-12-15 03:45:55] "POST /access-control-lists HTTP/1.1" 200 593 0.028179 10.0.0.23 - - [2025-12-15 03:45:55] "GET /project/0f01ccc5-ecca-41d1-82ed-50c4fa3a23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.462408 10.0.0.23 - - [2025-12-15 03:45:56] "POST /neutron/port HTTP/1.1" 200 117 0.007229 10.0.0.23 - - [2025-12-15 03:45:56] "GET / HTTP/1.1" 200 35931 0.001864 10.0.0.23 - - [2025-12-15 03:45:56] "POST /neutron/port HTTP/1.1" 400 205 0.004594 10.0.0.23 - - [2025-12-15 03:45:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000654 10.0.0.23 - - [2025-12-15 03:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.093940 10.0.0.65 - - [2025-12-15 03:45:58] "GET /projects?obj_uuids=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000802 10.0.0.23 - - [2025-12-15 03:45:59] "GET /project/0f01ccc5-ecca-41d1-82ed-50c4fa3a23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045781 10.0.0.65 - - [2025-12-15 03:45:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006594 10.0.0.23 - - [2025-12-15 03:45:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.235961 10.0.0.23 - - [2025-12-15 03:45:59] "POST /id-to-fqname HTTP/1.1" 200 219 0.001231 10.0.0.23 - - [2025-12-15 03:45:59] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005134 10.0.0.23 - - [2025-12-15 03:45:59] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006156 10.0.0.23 - - [2025-12-15 03:45:59] "POST /neutron/network HTTP/1.1" 200 824 0.006706 10.0.0.23 - - [2025-12-15 03:46:00] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005454 10.0.0.50 - - [2025-12-15 03:46:01] "GET /obj-perms HTTP/1.1" 200 5028 0.065937 10.0.0.23 - - [2025-12-15 03:46:01] "POST /id-to-fqname HTTP/1.1" 200 219 0.001408 10.0.0.65 - - [2025-12-15 03:46:02] "GET /projects?obj_uuids=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001218 10.0.0.23 - - [2025-12-15 03:46:02] "GET /project/0f01ccc5-ecca-41d1-82ed-50c4fa3a23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.063608 10.0.0.23 - - [2025-12-15 03:46:02] "POST /neutron/network HTTP/1.1" 200 824 0.031065 10.0.0.23 - - [2025-12-15 03:46:02] "POST /id-to-fqname HTTP/1.1" 200 219 0.001361 10.0.0.23 - - [2025-12-15 03:46:02] "POST /neutron/port HTTP/1.1" 200 117 0.008687 10.0.0.65 - - [2025-12-15 03:46:03] "GET /projects?obj_uuids=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001129 10.0.0.23 - - [2025-12-15 03:46:03] "POST /neutron/port HTTP/1.1" 200 1060 0.269861 10.0.0.65 - - [2025-12-15 03:46:03] "GET /projects?obj_uuids=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001293 10.0.0.23 - - [2025-12-15 03:46:03] "POST /neutron/port HTTP/1.1" 200 1114 0.147511 10.0.0.23 - - [2025-12-15 03:46:03] "GET /project/0f01ccc5-ecca-41d1-82ed-50c4fa3a23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.109369 10.0.0.23 - - [2025-12-15 03:46:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011025 10.0.0.23 - - [2025-12-15 03:46:03] "POST /neutron/network HTTP/1.1" 200 824 0.009161 10.0.0.23 - - [2025-12-15 03:46:03] "POST /neutron/port HTTP/1.1" 200 117 0.007336 10.0.0.23 - - [2025-12-15 03:46:04] "POST /neutron/network HTTP/1.1" 200 834 0.008748 10.0.0.23 - - [2025-12-15 03:46:04] "POST /neutron/port HTTP/1.1" 200 1060 0.016654 10.0.0.23 - - [2025-12-15 03:46:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004547 10.0.0.23 - - [2025-12-15 03:46:05] "POST /neutron/network HTTP/1.1" 200 824 0.008658 10.0.0.23 - - [2025-12-15 03:46:09] "POST /neutron/port HTTP/1.1" 200 1088 0.029319 10.0.0.23 - - [2025-12-15 03:46:09] "POST /neutron/port HTTP/1.1" 200 1088 0.019608 10.0.0.23 - - [2025-12-15 03:46:09] "GET /virtual-machine/5c38929d-3a2e-4c03-8178-57b5a09e184d HTTP/1.1" 401 292 0.000726 10.0.0.23 - - [2025-12-15 03:46:09] "POST /neutron/network HTTP/1.1" 200 834 0.014892 10.0.0.23 - - [2025-12-15 03:46:09] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.23 - - [2025-12-15 03:46:09] "GET /virtual-machine/5c38929d-3a2e-4c03-8178-57b5a09e184d HTTP/1.1" 200 1290 0.032164 10.0.0.23 - - [2025-12-15 03:46:09] "GET /virtual-machine-interface/24c5980e-9845-408e-82c3-8c37dabec47e HTTP/1.1" 200 2935 0.010190 10.0.0.23 - - [2025-12-15 03:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.23 - - [2025-12-15 03:46:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004700 10.0.0.23 - - [2025-12-15 03:46:09] "GET /virtual-networks?parent_id=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005043 10.0.0.23 - - [2025-12-15 03:46:09] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006309 10.0.0.23 - - [2025-12-15 03:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.23 - - [2025-12-15 03:46:12] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005964 10.0.0.23 - - [2025-12-15 03:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.23 - - [2025-12-15 03:46:16] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006891 10.0.0.23 - - [2025-12-15 03:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005509 10.0.0.23 - - [2025-12-15 03:46:21] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007334 10.0.0.23 - - [2025-12-15 03:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.23 - - [2025-12-15 03:46:25] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005238 10.0.0.23 - - [2025-12-15 03:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.23 - - [2025-12-15 03:46:29] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006965 10.0.0.23 - - [2025-12-15 03:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.23 - - [2025-12-15 03:46:33] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005573 10.0.0.23 - - [2025-12-15 03:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2025-12-15 03:46:37] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006453 10.0.0.23 - - [2025-12-15 03:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027 10.0.0.23 - - [2025-12-15 03:46:41] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007514 10.0.0.23 - - [2025-12-15 03:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.23 - - [2025-12-15 03:46:45] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005527 10.0.0.65 - - [2025-12-15 03:46:45] "GET /obj-perms HTTP/1.1" 200 5056 0.063535 10.0.0.23 - - [2025-12-15 03:46:46] "DELETE /access-control-list/8674ef09-13b7-4940-ab63-7bb7964350c4 HTTP/1.1" 200 115 0.042521 10.0.0.23 - - [2025-12-15 03:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.23 - - [2025-12-15 03:46:49] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006102 10.0.0.23 - - [2025-12-15 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.23 - - [2025-12-15 03:46:53] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005472 10.0.0.65 - - [2025-12-15 03:46:53] "DELETE /project/0f01ccc5ecca41d182ed50c4fa3a23de HTTP/1.1" 404 173 0.004747 10.0.0.65 - - [2025-12-15 03:46:53] "DELETE /project/c0e2285f-9aea-4c59-a722-76d344c19286 HTTP/1.1" 404 177 0.004061 10.0.0.23 - - [2025-12-15 03:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.23 - - [2025-12-15 03:46:57] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005388 10.0.0.23 - - [2025-12-15 03:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.23 - - [2025-12-15 03:47:02] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005546 10.0.0.23 - - [2025-12-15 03:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.23 - - [2025-12-15 03:47:06] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005930 10.0.0.23 - - [2025-12-15 03:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.23 - - [2025-12-15 03:47:08] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004325 10.0.0.23 - - [2025-12-15 03:47:08] "GET /virtual-networks?parent_id=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003480 10.0.0.23 - - [2025-12-15 03:47:08] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005432 10.0.0.23 - - [2025-12-15 03:47:08] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008583 10.0.0.23 - - [2025-12-15 03:47:10] "POST /neutron/network HTTP/1.1" 200 834 0.009036 10.0.0.23 - - [2025-12-15 03:47:10] "POST /neutron/port HTTP/1.1" 200 117 0.001523 10.0.0.23 - - [2025-12-15 03:47:13] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007491 10.0.0.23 - - [2025-12-15 03:47:19] "POST /neutron/port HTTP/1.1" 200 1088 0.040859 10.0.0.23 - - [2025-12-15 03:47:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.015188 10.0.0.23 - - [2025-12-15 03:47:29] "POST /neutron/port HTTP/1.1" 200 1088 0.016279 10.0.0.23 - - [2025-12-15 03:47:29] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008217 10.0.0.23 - - [2025-12-15 03:47:29] "GET /virtual-machine/dcd8e1cf-60f0-4207-a4e3-4db0a452d2c4 HTTP/1.1" 200 1292 0.005902 10.0.0.23 - - [2025-12-15 03:47:29] "GET /virtual-machine-interface/bf731302-0805-40de-a8d9-32e980f42b17 HTTP/1.1" 200 2937 0.005537 10.0.0.23 - - [2025-12-15 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.23 - - [2025-12-15 03:47:29] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005507 10.0.0.23 - - [2025-12-15 03:47:29] "GET /virtual-networks?parent_id=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003136 10.0.0.23 - - [2025-12-15 03:47:29] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005539 10.0.0.23 - - [2025-12-15 03:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2025-12-15 03:47:30] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004644 10.0.0.23 - - [2025-12-15 03:47:30] "GET /virtual-networks?parent_id=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002739 10.0.0.23 - - [2025-12-15 03:47:30] "GET /virtual-network/0d708f2b-c57b-4d15-bee9-364132f99afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008431 10.0.0.23 - - [2025-12-15 03:47:30] "POST /neutron/port HTTP/1.1" 200 1088 0.016711 10.0.0.23 - - [2025-12-15 03:47:35] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010278 10.0.0.23 - - [2025-12-15 03:48:10] "POST /neutron/network HTTP/1.1" 200 834 0.006648 10.0.0.23 - - [2025-12-15 03:48:10] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.65 - - [2025-12-15 03:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.65 - - [2025-12-15 03:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.65 - - [2025-12-15 03:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000649 10.0.0.23 - - [2025-12-15 03:48:47] "GET /obj-perms HTTP/1.1" 200 5056 0.126091 10.0.0.65 - - [2025-12-15 03:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.50 - - [2025-12-15 03:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.23 - - [2025-12-15 03:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.50 - - [2025-12-15 03:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.23 - - [2025-12-15 03:48:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2025-12-15 03:48:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.50 - - [2025-12-15 03:48:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2025-12-15 03:48:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.50 - - [2025-12-15 03:48:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2025-12-15 03:49:12] "POST /neutron/port HTTP/1.1" 200 1088 0.017136 10.0.0.23 - - [2025-12-15 03:49:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.009502 10.0.0.23 - - [2025-12-15 03:49:34] "POST /neutron/network HTTP/1.1" 200 824 0.007463 10.0.0.23 - - [2025-12-15 03:49:35] "POST /neutron/port HTTP/1.1" 200 1088 0.015673 10.0.0.23 - - [2025-12-15 03:49:35] "POST /neutron/port HTTP/1.1" 200 1114 0.010584 10.0.0.65 - - [2025-12-15 03:49:37] "POST /useragent-kv HTTP/1.1" 200 115 0.071121 10.0.0.65 - - [2025-12-15 03:49:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002782 10.0.0.23 - - [2025-12-15 03:49:37] "POST /neutron/network HTTP/1.1" 200 151 0.183982 10.0.0.23 - - [2025-12-15 03:49:37] "DELETE /route-target/1773101a-17db-4649-8ccf-202370d6b841 HTTP/1.1" 200 115 0.065924 10.0.0.65 - - [2025-12-15 03:49:38] "GET /projects?obj_uuids=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001148 10.0.0.23 - - [2025-12-15 03:49:38] "GET /project/0f01ccc5-ecca-41d1-82ed-50c4fa3a23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.069411 10.0.0.65 - - [2025-12-15 03:49:38] "GET /projects?obj_uuids=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000946 10.0.0.23 - - [2025-12-15 03:49:38] "GET /project/0f01ccc5-ecca-41d1-82ed-50c4fa3a23de?fields=virtual_networks HTTP/1.1" 200 1029 0.042069 10.0.0.65 - - [2025-12-15 03:49:38] "GET /projects?obj_uuids=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000917 10.0.0.23 - - [2025-12-15 03:49:38] "GET /project/0f01ccc5-ecca-41d1-82ed-50c4fa3a23de?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.039293 10.0.0.65 - - [2025-12-15 03:49:38] "GET /projects?obj_uuids=0f01ccc5-ecca-41d1-82ed-50c4fa3a23de&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001220 10.0.0.23 - - [2025-12-15 03:49:38] "GET /project/0f01ccc5-ecca-41d1-82ed-50c4fa3a23de?fields=security_groups HTTP/1.1" 200 1254 0.041731 10.0.0.23 - - [2025-12-15 03:49:39] "POST /fqname-to-id HTTP/1.1" 404 187 0.030743 10.0.0.65 - - [2025-12-15 03:49:39] "GET /projects?obj_uuids=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002838 10.0.0.65 - - [2025-12-15 03:49:39] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.65 - - [2025-12-15 03:49:39] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.037720 10.0.0.65 - - [2025-12-15 03:49:40] "POST /id-to-fqname HTTP/1.1" 200 189 0.003365 10.0.0.65 - - [2025-12-15 03:49:40] "POST /fqname-to-id HTTP/1.1" 404 198 0.004581 10.0.0.65 - - [2025-12-15 03:49:40] "POST /security-groups HTTP/1.1" 200 590 0.036387 10.0.0.65 - - [2025-12-15 03:49:40] "POST /projects HTTP/1.1" 200 583 0.243839 10.0.0.23 - - [2025-12-15 03:49:40] "POST /fqname-to-id HTTP/1.1" 404 232 0.012205 10.0.0.65 - - [2025-12-15 03:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.352144 10.0.0.23 - - [2025-12-15 03:49:40] "GET /project/09fde9ae-c4dd-4a20-b1fb-e5549e0bff79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.524085 10.0.0.23 - - [2025-12-15 03:49:41] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.23 - - [2025-12-15 03:49:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2025-12-15 03:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.048961 10.0.0.65 - - [2025-12-15 03:49:43] "GET /projects?obj_uuids=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001163 10.0.0.23 - - [2025-12-15 03:49:43] "GET /project/09fde9ae-c4dd-4a20-b1fb-e5549e0bff79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.037256 10.0.0.23 - - [2025-12-15 03:49:43] "POST /ref-update HTTP/1.1" 200 156 0.021983 10.0.0.65 - - [2025-12-15 03:49:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004427 10.0.0.23 - - [2025-12-15 03:49:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.242169 10.0.0.23 - - [2025-12-15 03:49:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001282 10.0.0.23 - - [2025-12-15 03:49:43] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005084 10.0.0.23 - - [2025-12-15 03:49:44] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005463 10.0.0.23 - - [2025-12-15 03:49:44] "POST /neutron/network HTTP/1.1" 200 822 0.008926 10.0.0.23 - - [2025-12-15 03:49:44] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005670 10.0.0.50 - - [2025-12-15 03:49:45] "GET /obj-perms HTTP/1.1" 200 5028 0.047221 10.0.0.23 - - [2025-12-15 03:49:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.002142 10.0.0.65 - - [2025-12-15 03:49:46] "GET /projects?obj_uuids=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000962 10.0.0.23 - - [2025-12-15 03:49:46] "GET /project/09fde9ae-c4dd-4a20-b1fb-e5549e0bff79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.083922 10.0.0.23 - - [2025-12-15 03:49:47] "POST /neutron/network HTTP/1.1" 200 822 0.009691 10.0.0.23 - - [2025-12-15 03:49:47] "POST /id-to-fqname HTTP/1.1" 200 219 0.001289 10.0.0.23 - - [2025-12-15 03:49:47] "POST /neutron/port HTTP/1.1" 200 117 0.007107 10.0.0.65 - - [2025-12-15 03:49:47] "GET /projects?obj_uuids=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001493 10.0.0.23 - - [2025-12-15 03:49:48] "POST /neutron/port HTTP/1.1" 200 1058 0.334000 10.0.0.23 - - [2025-12-15 03:49:48] "POST /neutron/port HTTP/1.1" 200 1112 0.100841 10.0.0.23 - - [2025-12-15 03:49:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.009914 10.0.0.65 - - [2025-12-15 03:49:48] "GET /projects?obj_uuids=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000980 10.0.0.23 - - [2025-12-15 03:49:48] "GET /project/09fde9ae-c4dd-4a20-b1fb-e5549e0bff79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.213454 10.0.0.65 - - [2025-12-15 03:49:48] "GET /obj-perms HTTP/1.1" 200 5056 0.079934 10.0.0.23 - - [2025-12-15 03:49:48] "POST /neutron/network HTTP/1.1" 200 822 0.008389 10.0.0.23 - - [2025-12-15 03:49:48] "POST /neutron/port HTTP/1.1" 200 117 0.006475 10.0.0.23 - - [2025-12-15 03:49:49] "POST /neutron/network HTTP/1.1" 200 832 0.012655 10.0.0.23 - - [2025-12-15 03:49:49] "POST /neutron/port HTTP/1.1" 200 1058 0.022723 10.0.0.23 - - [2025-12-15 03:49:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007920 10.0.0.23 - - [2025-12-15 03:49:49] "POST /neutron/network HTTP/1.1" 200 822 0.007176 10.0.0.23 - - [2025-12-15 03:49:53] "POST /neutron/port HTTP/1.1" 200 1086 0.023079 10.0.0.23 - - [2025-12-15 03:49:54] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010841 10.0.0.65 - - [2025-12-15 03:49:54] "DELETE /project/09fde9aec4dd4a20b1fbe5549e0bff79 HTTP/1.1" 404 173 0.004454 10.0.0.65 - - [2025-12-15 03:49:54] "DELETE /project/0f01ccc5-ecca-41d1-82ed-50c4fa3a23de HTTP/1.1" 404 177 0.004594 10.0.0.23 - - [2025-12-15 03:49:54] "GET /virtual-machine/dd965530-87ef-466b-84e1-2e331a0f2d3f HTTP/1.1" 401 292 0.000465 10.0.0.23 - - [2025-12-15 03:49:54] "GET /virtual-machine/dd965530-87ef-466b-84e1-2e331a0f2d3f HTTP/1.1" 200 1291 0.035739 10.0.0.23 - - [2025-12-15 03:49:54] "GET /virtual-machine-interface/cadb7134-ec4e-4970-af3b-1c9e409b7725 HTTP/1.1" 200 2937 0.007137 10.0.0.23 - - [2025-12-15 03:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.23 - - [2025-12-15 03:49:54] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003979 10.0.0.23 - - [2025-12-15 03:49:54] "GET /virtual-networks?parent_id=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003201 10.0.0.23 - - [2025-12-15 03:49:54] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006089 10.0.0.23 - - [2025-12-15 03:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.23 - - [2025-12-15 03:49:57] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006453 10.0.0.23 - - [2025-12-15 03:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.23 - - [2025-12-15 03:50:01] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007103 10.0.0.23 - - [2025-12-15 03:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.23 - - [2025-12-15 03:50:05] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005725 10.0.0.23 - - [2025-12-15 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.23 - - [2025-12-15 03:50:09] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005774 10.0.0.23 - - [2025-12-15 03:50:12] "POST /neutron/network HTTP/1.1" 200 832 0.008607 10.0.0.23 - - [2025-12-15 03:50:12] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.23 - - [2025-12-15 03:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.23 - - [2025-12-15 03:50:14] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005436 10.0.0.23 - - [2025-12-15 03:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.23 - - [2025-12-15 03:50:18] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006128 10.0.0.23 - - [2025-12-15 03:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.23 - - [2025-12-15 03:50:22] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005184 10.0.0.23 - - [2025-12-15 03:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005536 10.0.0.23 - - [2025-12-15 03:50:26] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009415 10.0.0.23 - - [2025-12-15 03:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005328 10.0.0.23 - - [2025-12-15 03:50:30] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005411 10.0.0.23 - - [2025-12-15 03:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.23 - - [2025-12-15 03:50:34] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009365 10.0.0.23 - - [2025-12-15 03:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005428 10.0.0.23 - - [2025-12-15 03:50:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005308 10.0.0.23 - - [2025-12-15 03:50:36] "GET /virtual-networks?parent_id=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004899 10.0.0.23 - - [2025-12-15 03:50:36] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006437 10.0.0.23 - - [2025-12-15 03:50:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012070 10.0.0.23 - - [2025-12-15 03:50:47] "POST /neutron/port HTTP/1.1" 200 1086 0.015804 10.0.0.23 - - [2025-12-15 03:50:47] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007106 10.0.0.23 - - [2025-12-15 03:50:57] "POST /neutron/port HTTP/1.1" 200 1086 0.021603 10.0.0.23 - - [2025-12-15 03:50:57] "POST /neutron/security_group HTTP/1.1" 200 2057 0.013338 10.0.0.23 - - [2025-12-15 03:50:57] "GET /virtual-machine/c9b926d3-5b37-4c4c-b650-916e70bffbec HTTP/1.1" 200 1292 0.006436 10.0.0.23 - - [2025-12-15 03:50:57] "GET /virtual-machine-interface/5e3added-a8aa-4883-ba8b-9d3325e00760 HTTP/1.1" 200 2936 0.006842 10.0.0.23 - - [2025-12-15 03:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010968 10.0.0.23 - - [2025-12-15 03:50:57] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004630 10.0.0.23 - - [2025-12-15 03:50:57] "GET /virtual-networks?parent_id=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003832 10.0.0.23 - - [2025-12-15 03:50:57] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005519 10.0.0.23 - - [2025-12-15 03:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.23 - - [2025-12-15 03:51:00] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005672 10.0.0.23 - - [2025-12-15 03:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.23 - - [2025-12-15 03:51:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003612 10.0.0.23 - - [2025-12-15 03:51:05] "GET /virtual-networks?parent_id=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003587 10.0.0.23 - - [2025-12-15 03:51:05] "GET /virtual-network/db17aba7-0bfe-4fc2-afe7-b0f153f0cac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006837 10.0.0.23 - - [2025-12-15 03:51:05] "POST /neutron/port HTTP/1.1" 200 1086 0.021144 10.0.0.23 - - [2025-12-15 03:51:10] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007926 10.0.0.23 - - [2025-12-15 03:51:13] "POST /neutron/port HTTP/1.1" 200 1086 0.037600 10.0.0.23 - - [2025-12-15 03:51:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004307 10.0.0.23 - - [2025-12-15 03:51:13] "POST /neutron/network HTTP/1.1" 200 822 0.007295 10.0.0.23 - - [2025-12-15 03:51:20] "POST /neutron/port HTTP/1.1" 200 1086 0.021237 10.0.0.23 - - [2025-12-15 03:51:49] "GET /obj-perms HTTP/1.1" 200 5056 0.054740 10.0.0.23 - - [2025-12-15 03:52:09] "POST /neutron/network HTTP/1.1" 400 204 0.017636 10.0.0.23 - - [2025-12-15 03:52:09] "POST /neutron/port HTTP/1.1" 200 1112 0.012070 10.0.0.23 - - [2025-12-15 03:52:10] "POST /neutron/port HTTP/1.1" 200 151 0.224020 10.0.0.23 - - [2025-12-15 03:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.65 - - [2025-12-15 03:52:13] "GET /projects?obj_uuids=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000946 10.0.0.23 - - [2025-12-15 03:52:13] "GET /project/09fde9ae-c4dd-4a20-b1fb-e5549e0bff79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047608 10.0.0.65 - - [2025-12-15 03:52:13] "GET /projects?obj_uuids=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001060 10.0.0.23 - - [2025-12-15 03:52:13] "GET /project/09fde9ae-c4dd-4a20-b1fb-e5549e0bff79?fields=virtual_networks HTTP/1.1" 200 1029 0.046926 10.0.0.65 - - [2025-12-15 03:52:13] "GET /projects?obj_uuids=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000962 10.0.0.23 - - [2025-12-15 03:52:13] "GET /project/09fde9ae-c4dd-4a20-b1fb-e5549e0bff79?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.053860 10.0.0.65 - - [2025-12-15 03:52:13] "GET /projects?obj_uuids=09fde9ae-c4dd-4a20-b1fb-e5549e0bff79&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001287 10.0.0.23 - - [2025-12-15 03:52:13] "GET /project/09fde9ae-c4dd-4a20-b1fb-e5549e0bff79?fields=security_groups HTTP/1.1" 200 1254 0.038154 10.0.0.23 - - [2025-12-15 03:52:26] "GET / HTTP/1.1" 200 35931 0.001724 10.0.0.23 - - [2025-12-15 03:52:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2025-12-15 03:52:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.046212 10.0.0.65 - - [2025-12-15 03:52:27] "GET /projects?obj_uuids=2f7baec0-ef82-4ce3-8aa2-448b1ad71529&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002913 10.0.0.65 - - [2025-12-15 03:52:27] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.65 - - [2025-12-15 03:52:27] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008292 10.0.0.65 - - [2025-12-15 03:52:27] "POST /id-to-fqname HTTP/1.1" 200 203 0.003292 10.0.0.65 - - [2025-12-15 03:52:27] "POST /fqname-to-id HTTP/1.1" 404 212 0.005184 10.0.0.65 - - [2025-12-15 03:52:28] "POST /security-groups HTTP/1.1" 200 604 0.038196 10.0.0.65 - - [2025-12-15 03:52:28] "POST /projects HTTP/1.1" 200 611 0.249741 10.0.0.23 - - [2025-12-15 03:52:28] "POST /access-control-lists HTTP/1.1" 200 609 0.036707 10.0.0.65 - - [2025-12-15 03:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.326638 10.0.0.23 - - [2025-12-15 03:52:28] "GET /project/2f7baec0-ef82-4ce3-8aa2-448b1ad71529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.468499 10.0.0.23 - - [2025-12-15 03:52:29] "GET / HTTP/1.1" 200 35931 0.001471 10.0.0.23 - - [2025-12-15 03:52:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.23 - - [2025-12-15 03:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.049486 10.0.0.65 - - [2025-12-15 03:52:30] "GET /projects?obj_uuids=2f7baec0-ef82-4ce3-8aa2-448b1ad71529&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001142 10.0.0.23 - - [2025-12-15 03:52:30] "GET /project/2f7baec0-ef82-4ce3-8aa2-448b1ad71529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039607 10.0.0.23 - - [2025-12-15 03:52:30] "POST /neutron/network HTTP/1.1" 200 117 0.034026 10.0.0.23 - - [2025-12-15 03:52:30] "POST /route-targets HTTP/1.1" 200 327 0.016222 10.0.0.23 - - [2025-12-15 03:52:30] "POST /neutron/network HTTP/1.1" 200 839 0.012242 10.0.0.23 - - [2025-12-15 03:52:30] "POST /id-to-fqname HTTP/1.1" 200 234 0.001841 10.0.0.23 - - [2025-12-15 03:52:30] "GET /virtual-network/77dae86b-273c-4e5e-95ef-9d7ca2435d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007202 10.0.0.23 - - [2025-12-15 03:52:30] "GET /virtual-network/77dae86b-273c-4e5e-95ef-9d7ca2435d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008856 10.0.0.23 - - [2025-12-15 03:52:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.014325 10.0.0.23 - - [2025-12-15 03:52:30] "POST /id-to-fqname HTTP/1.1" 200 234 0.001782 10.0.0.65 - - [2025-12-15 03:52:31] "GET /projects?obj_uuids=2f7baec0-ef82-4ce3-8aa2-448b1ad71529&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001443 10.0.0.23 - - [2025-12-15 03:52:31] "GET /project/2f7baec0-ef82-4ce3-8aa2-448b1ad71529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.070112 10.0.0.23 - - [2025-12-15 03:52:31] "POST /neutron/port HTTP/1.1" 200 117 0.008323 10.0.0.23 - - [2025-12-15 03:52:31] "POST /id-to-fqname HTTP/1.1" 200 234 0.001311 10.0.0.23 - - [2025-12-15 03:52:31] "POST /neutron/network HTTP/1.1" 200 849 0.009064 10.0.0.23 - - [2025-12-15 03:52:32] "POST /neutron/port HTTP/1.1" 200 1073 0.016998 10.0.0.65 - - [2025-12-15 03:52:32] "GET /projects?obj_uuids=2f7baec0-ef82-4ce3-8aa2-448b1ad71529&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001669 10.0.0.23 - - [2025-12-15 03:52:32] "GET /project/2f7baec0-ef82-4ce3-8aa2-448b1ad71529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.141580 10.0.0.23 - - [2025-12-15 03:52:32] "POST /neutron/port HTTP/1.1" 200 1101 0.041091 10.0.0.23 - - [2025-12-15 03:52:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.015619 10.0.0.23 - - [2025-12-15 03:52:32] "POST /neutron/port HTTP/1.1" 200 1101 0.027508 10.0.0.23 - - [2025-12-15 03:52:33] "POST /neutron/network HTTP/1.1" 200 849 0.008143 10.0.0.23 - - [2025-12-15 03:52:33] "GET /virtual-network/77dae86b-273c-4e5e-95ef-9d7ca2435d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004999 10.0.0.23 - - [2025-12-15 03:52:33] "POST /neutron/port HTTP/1.1" 200 1073 0.020238 10.0.0.23 - - [2025-12-15 03:52:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004761 10.0.0.23 - - [2025-12-15 03:52:34] "POST /neutron/network HTTP/1.1" 200 839 0.010262 10.0.0.50 - - [2025-12-15 03:52:35] "GET /obj-perms HTTP/1.1" 200 5056 0.058668 10.0.0.23 - - [2025-12-15 03:52:35] "POST /neutron/port HTTP/1.1" 200 1101 0.024071 10.0.0.23 - - [2025-12-15 03:52:35] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008890 10.0.0.23 - - [2025-12-15 03:52:35] "GET /virtual-machine/5c089297-9a13-4167-931b-acde467c7f02 HTTP/1.1" 401 292 0.000531 10.0.0.23 - - [2025-12-15 03:52:36] "GET /virtual-machine/5c089297-9a13-4167-931b-acde467c7f02 HTTP/1.1" 200 1305 0.027986 10.0.0.23 - - [2025-12-15 03:52:36] "GET /virtual-machine-interface/2939a51c-c508-430a-a04e-1789d979a503 HTTP/1.1" 200 3009 0.005598 10.0.0.23 - - [2025-12-15 03:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.23 - - [2025-12-15 03:52:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004172 10.0.0.23 - - [2025-12-15 03:52:36] "GET /virtual-networks?parent_id=2f7baec0-ef82-4ce3-8aa2-448b1ad71529&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003881 10.0.0.23 - - [2025-12-15 03:52:36] "GET /virtual-network/77dae86b-273c-4e5e-95ef-9d7ca2435d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008477 10.0.0.23 - - [2025-12-15 03:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.23 - - [2025-12-15 03:52:39] "GET /virtual-network/77dae86b-273c-4e5e-95ef-9d7ca2435d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006248 10.0.0.23 - - [2025-12-15 03:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.23 - - [2025-12-15 03:52:43] "GET /virtual-network/77dae86b-273c-4e5e-95ef-9d7ca2435d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005243 10.0.0.23 - - [2025-12-15 03:52:47] "DELETE /access-control-list/b0caee95-f9e9-4f42-8c7e-864c8dd20de9 HTTP/1.1" 200 115 0.047478 10.0.0.23 - - [2025-12-15 03:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.013394 10.0.0.23 - - [2025-12-15 03:52:47] "GET /virtual-network/77dae86b-273c-4e5e-95ef-9d7ca2435d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005656 10.0.0.65 - - [2025-12-15 03:52:50] "GET /obj-perms HTTP/1.1" 200 5056 0.048276 10.0.0.23 - - [2025-12-15 03:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2025-12-15 03:52:51] "GET /virtual-network/77dae86b-273c-4e5e-95ef-9d7ca2435d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006871 10.0.0.65 - - [2025-12-15 03:52:54] "DELETE /project/2f7baec0ef824ce38aa2448b1ad71529 HTTP/1.1" 404 173 0.005992 10.0.0.65 - - [2025-12-15 03:52:54] "DELETE /project/09fde9ae-c4dd-4a20-b1fb-e5549e0bff79 HTTP/1.1" 404 177 0.005478 10.0.0.23 - - [2025-12-15 03:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.23 - - [2025-12-15 03:52:55] "GET /virtual-network/77dae86b-273c-4e5e-95ef-9d7ca2435d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007334 10.0.0.23 - - [2025-12-15 03:52:57] "POST /neutron/port HTTP/1.1" 200 1101 0.046345 10.0.0.23 - - [2025-12-15 03:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.23 - - [2025-12-15 03:52:57] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004757 10.0.0.23 - - [2025-12-15 03:52:57] "GET /virtual-networks?parent_id=2f7baec0-ef82-4ce3-8aa2-448b1ad71529&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004616 10.0.0.23 - - [2025-12-15 03:52:57] "GET /virtual-network/77dae86b-273c-4e5e-95ef-9d7ca2435d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005658 10.0.0.23 - - [2025-12-15 03:52:57] "POST /neutron/security_group HTTP/1.1" 200 2071 0.011878 10.0.0.23 - - [2025-12-15 03:53:02] "POST /neutron/port HTTP/1.1" 200 1101 0.016471 10.0.0.23 - - [2025-12-15 03:53:02] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007668 10.0.0.23 - - [2025-12-15 03:53:02] "GET /virtual-machine/22bf5490-2a4d-4310-8349-da1591b1badd HTTP/1.1" 200 1304 0.006006 10.0.0.23 - - [2025-12-15 03:53:02] "GET /virtual-machine-interface/530afc49-28e2-480f-86e4-c24c74fa0ef4 HTTP/1.1" 200 3008 0.005572 10.0.0.23 - - [2025-12-15 03:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.23 - - [2025-12-15 03:53:03] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004455 10.0.0.23 - - [2025-12-15 03:53:03] "GET /virtual-networks?parent_id=2f7baec0-ef82-4ce3-8aa2-448b1ad71529&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003121 10.0.0.23 - - [2025-12-15 03:53:03] "GET /virtual-network/77dae86b-273c-4e5e-95ef-9d7ca2435d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005505 10.0.0.23 - - [2025-12-15 03:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.23 - - [2025-12-15 03:53:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005664 10.0.0.23 - - [2025-12-15 03:53:04] "GET /virtual-networks?parent_id=2f7baec0-ef82-4ce3-8aa2-448b1ad71529&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003718 10.0.0.23 - - [2025-12-15 03:53:04] "GET /virtual-network/77dae86b-273c-4e5e-95ef-9d7ca2435d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006811 10.0.0.23 - - [2025-12-15 03:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.23 - - [2025-12-15 03:53:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004473 10.0.0.23 - - [2025-12-15 03:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.23 - - [2025-12-15 03:53:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004218 10.0.0.23 - - [2025-12-15 03:53:10] "PUT /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e HTTP/1.1" 200 276 0.011086 10.0.0.23 - - [2025-12-15 03:53:14] "POST /neutron/port HTTP/1.1" 200 1101 0.016276 10.0.0.23 - - [2025-12-15 03:53:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003904 10.0.0.23 - - [2025-12-15 03:53:14] "POST /neutron/network HTTP/1.1" 200 839 0.007909 10.0.0.23 - - [2025-12-15 03:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.23 - - [2025-12-15 03:53:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.003863 10.0.0.23 - - [2025-12-15 03:53:20] "PUT /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e HTTP/1.1" 200 276 0.011933 10.0.0.65 - - [2025-12-15 03:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.65 - - [2025-12-15 03:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.65 - - [2025-12-15 03:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.65 - - [2025-12-15 03:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.50 - - [2025-12-15 03:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.23 - - [2025-12-15 03:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.50 - - [2025-12-15 03:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000981 10.0.0.23 - - [2025-12-15 03:53:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2025-12-15 03:53:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.50 - - [2025-12-15 03:53:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2025-12-15 03:53:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2025-12-15 03:53:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2025-12-15 03:54:10] "POST /neutron/port HTTP/1.1" 200 1101 0.017590 10.0.0.23 - - [2025-12-15 03:54:10] "POST /neutron/port HTTP/1.1" 200 151 0.197165 10.0.0.23 - - [2025-12-15 03:54:11] "POST /neutron/network HTTP/1.1" 200 839 0.011517 10.0.0.65 - - [2025-12-15 03:54:12] "GET /projects?obj_uuids=2f7baec0-ef82-4ce3-8aa2-448b1ad71529&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000929 10.0.0.23 - - [2025-12-15 03:54:12] "GET /project/2f7baec0-ef82-4ce3-8aa2-448b1ad71529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.042358 10.0.0.65 - - [2025-12-15 03:54:12] "GET /projects?obj_uuids=2f7baec0-ef82-4ce3-8aa2-448b1ad71529&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001209 10.0.0.23 - - [2025-12-15 03:54:12] "GET /project/2f7baec0-ef82-4ce3-8aa2-448b1ad71529?fields=virtual_networks HTTP/1.1" 200 1057 0.046322 10.0.0.65 - - [2025-12-15 03:54:12] "GET /projects?obj_uuids=2f7baec0-ef82-4ce3-8aa2-448b1ad71529&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001066 10.0.0.23 - - [2025-12-15 03:54:12] "GET /project/2f7baec0-ef82-4ce3-8aa2-448b1ad71529?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.052360 10.0.0.65 - - [2025-12-15 03:54:12] "GET /projects?obj_uuids=2f7baec0-ef82-4ce3-8aa2-448b1ad71529&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000962 10.0.0.23 - - [2025-12-15 03:54:12] "GET /project/2f7baec0-ef82-4ce3-8aa2-448b1ad71529?fields=security_groups HTTP/1.1" 200 1296 0.037547 10.0.0.23 - - [2025-12-15 03:54:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.024738 10.0.0.65 - - [2025-12-15 03:54:13] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002880 10.0.0.65 - - [2025-12-15 03:54:13] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.65 - - [2025-12-15 03:54:13] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007439 10.0.0.65 - - [2025-12-15 03:54:13] "POST /id-to-fqname HTTP/1.1" 200 209 0.008539 10.0.0.65 - - [2025-12-15 03:54:13] "POST /fqname-to-id HTTP/1.1" 404 217 0.005462 10.0.0.65 - - [2025-12-15 03:54:13] "POST /security-groups HTTP/1.1" 200 609 0.071859 10.0.0.23 - - [2025-12-15 03:54:13] "POST /fqname-to-id HTTP/1.1" 404 252 0.003486 10.0.0.65 - - [2025-12-15 03:54:13] "POST /projects HTTP/1.1" 200 621 0.293178 10.0.0.65 - - [2025-12-15 03:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.364029 10.0.0.23 - - [2025-12-15 03:54:13] "POST /access-control-lists HTTP/1.1" 200 612 0.033125 10.0.0.23 - - [2025-12-15 03:54:13] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.498409 10.0.0.23 - - [2025-12-15 03:54:14] "GET / HTTP/1.1" 200 35931 0.001430 10.0.0.23 - - [2025-12-15 03:54:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2025-12-15 03:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.054051 10.0.0.65 - - [2025-12-15 03:54:15] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000927 10.0.0.23 - - [2025-12-15 03:54:15] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.039892 10.0.0.65 - - [2025-12-15 03:54:15] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001038 10.0.0.23 - - [2025-12-15 03:54:16] "POST /neutron/network HTTP/1.1" 200 625 0.146476 10.0.0.23 - - [2025-12-15 03:54:16] "POST /id-to-fqname HTTP/1.1" 200 239 0.003650 10.0.0.23 - - [2025-12-15 03:54:16] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005637 10.0.0.23 - - [2025-12-15 03:54:16] "POST /neutron/network HTTP/1.1" 200 845 0.006999 10.0.0.23 - - [2025-12-15 03:54:16] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005445 10.0.0.23 - - [2025-12-15 03:54:16] "POST /id-to-fqname HTTP/1.1" 200 239 0.001421 10.0.0.23 - - [2025-12-15 03:54:16] "POST /neutron/network HTTP/1.1" 200 855 0.007341 10.0.0.65 - - [2025-12-15 03:54:17] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001060 10.0.0.23 - - [2025-12-15 03:54:17] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.060918 10.0.0.23 - - [2025-12-15 03:54:17] "POST /neutron/port HTTP/1.1" 200 117 0.007413 10.0.0.23 - - [2025-12-15 03:54:17] "POST /id-to-fqname HTTP/1.1" 200 239 0.001255 10.0.0.23 - - [2025-12-15 03:54:17] "POST /neutron/network HTTP/1.1" 200 855 0.007151 10.0.0.23 - - [2025-12-15 03:54:18] "POST /neutron/port HTTP/1.1" 200 1079 0.015733 10.0.0.23 - - [2025-12-15 03:54:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003859 10.0.0.65 - - [2025-12-15 03:54:18] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000937 10.0.0.23 - - [2025-12-15 03:54:18] "POST /neutron/network HTTP/1.1" 200 845 0.006922 10.0.0.23 - - [2025-12-15 03:54:18] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.080828 10.0.0.23 - - [2025-12-15 03:54:18] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007558 10.0.0.65 - - [2025-12-15 03:54:19] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001057 10.0.0.23 - - [2025-12-15 03:54:19] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007039 10.0.0.23 - - [2025-12-15 03:54:19] "POST /neutron/port HTTP/1.1" 200 1079 0.323901 10.0.0.23 - - [2025-12-15 03:54:19] "POST /neutron/port HTTP/1.1" 200 1133 0.130780 10.0.0.23 - - [2025-12-15 03:54:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.009914 10.0.0.23 - - [2025-12-15 03:54:19] "GET /obj-perms HTTP/1.1" 200 5066 0.054123 10.0.0.23 - - [2025-12-15 03:54:20] "POST /neutron/port HTTP/1.1" 200 1107 0.021449 10.0.0.23 - - [2025-12-15 03:54:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007463 10.0.0.23 - - [2025-12-15 03:54:20] "GET /virtual-machine/7e157b03-0d3c-4876-b5eb-ca91da4d9a7f HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2025-12-15 03:54:21] "GET /virtual-machine/7e157b03-0d3c-4876-b5eb-ca91da4d9a7f HTTP/1.1" 200 1310 0.032701 10.0.0.23 - - [2025-12-15 03:54:21] "GET /virtual-machine-interface/9d865fc8-22d7-4d9e-8ea4-f8ba64ab8338 HTTP/1.1" 200 3035 0.007468 10.0.0.23 - - [2025-12-15 03:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.23 - - [2025-12-15 03:54:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005759 10.0.0.23 - - [2025-12-15 03:54:21] "GET /virtual-networks?parent_id=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004709 10.0.0.23 - - [2025-12-15 03:54:21] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.008430 10.0.0.23 - - [2025-12-15 03:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.23 - - [2025-12-15 03:54:24] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006284 10.0.0.23 - - [2025-12-15 03:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.23 - - [2025-12-15 03:54:28] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005081 10.0.0.23 - - [2025-12-15 03:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.23 - - [2025-12-15 03:54:32] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005434 10.0.0.23 - - [2025-12-15 03:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005545 10.0.0.23 - - [2025-12-15 03:54:36] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006750 10.0.0.23 - - [2025-12-15 03:54:37] "POST /neutron/port HTTP/1.1" 200 1107 0.015393 10.0.0.23 - - [2025-12-15 03:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.23 - - [2025-12-15 03:54:38] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003856 10.0.0.23 - - [2025-12-15 03:54:38] "GET /virtual-networks?parent_id=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003119 10.0.0.23 - - [2025-12-15 03:54:38] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005541 10.0.0.23 - - [2025-12-15 03:54:39] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008395 10.0.0.23 - - [2025-12-15 03:54:44] "POST /neutron/port HTTP/1.1" 200 1107 0.017499 10.0.0.23 - - [2025-12-15 03:54:47] "DELETE /access-control-list/5fe80c7a-d199-4d6d-b15b-008acfb6fe4e HTTP/1.1" 200 115 0.072183 10.0.0.23 - - [2025-12-15 03:54:49] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007609 10.0.0.23 - - [2025-12-15 03:54:49] "POST /neutron/port HTTP/1.1" 200 1107 0.019018 10.0.0.23 - - [2025-12-15 03:54:49] "GET /virtual-machine/bd0f9924-a9e6-4fda-9dd0-01aba5e57daa HTTP/1.1" 200 1311 0.008246 10.0.0.23 - - [2025-12-15 03:54:49] "GET /virtual-machine-interface/b42b4e6e-0bb6-4435-834f-0af5dbc6fb5b HTTP/1.1" 200 3034 0.007174 10.0.0.23 - - [2025-12-15 03:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.23 - - [2025-12-15 03:54:49] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004426 10.0.0.23 - - [2025-12-15 03:54:49] "GET /virtual-networks?parent_id=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003445 10.0.0.23 - - [2025-12-15 03:54:49] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007969 10.0.0.23 - - [2025-12-15 03:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.23 - - [2025-12-15 03:54:50] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004231 10.0.0.23 - - [2025-12-15 03:54:50] "GET /virtual-networks?parent_id=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003371 10.0.0.23 - - [2025-12-15 03:54:50] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006748 10.0.0.23 - - [2025-12-15 03:54:51] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010736 10.0.0.50 - - [2025-12-15 03:54:52] "GET /obj-perms HTTP/1.1" 200 5056 0.054344 10.0.0.65 - - [2025-12-15 03:54:54] "DELETE /project/2f7baec0-ef82-4ce3-8aa2-448b1ad71529 HTTP/1.1" 404 177 0.031288 10.0.0.65 - - [2025-12-15 03:54:54] "DELETE /project/91e75b05a88845969a3b1071d810ad8b HTTP/1.1" 404 173 0.046623 10.0.0.23 - - [2025-12-15 03:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.65 - - [2025-12-15 03:54:56] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.026949 10.0.0.23 - - [2025-12-15 03:54:56] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.066533 10.0.0.23 - - [2025-12-15 03:54:56] "POST /ref-update HTTP/1.1" 200 156 0.028588 10.0.0.65 - - [2025-12-15 03:54:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009072 10.0.0.23 - - [2025-12-15 03:54:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.222230 10.0.0.23 - - [2025-12-15 03:54:56] "POST /id-to-fqname HTTP/1.1" 200 239 0.001289 10.0.0.23 - - [2025-12-15 03:54:56] "GET /virtual-network/9bb9bbd2-e6ea-4ce3-80f1-54a73e61efe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006010 10.0.0.23 - - [2025-12-15 03:54:56] "GET /virtual-network/9bb9bbd2-e6ea-4ce3-80f1-54a73e61efe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005064 10.0.0.23 - - [2025-12-15 03:54:56] "POST /neutron/network HTTP/1.1" 200 844 0.008871 10.0.0.23 - - [2025-12-15 03:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.65 - - [2025-12-15 03:54:56] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000927 10.0.0.23 - - [2025-12-15 03:54:56] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.050248 10.0.0.65 - - [2025-12-15 03:54:56] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000886 10.0.0.23 - - [2025-12-15 03:54:57] "POST /neutron/network HTTP/1.1" 200 631 0.120423 10.0.0.23 - - [2025-12-15 03:54:57] "POST /id-to-fqname HTTP/1.1" 200 242 0.003127 10.0.0.23 - - [2025-12-15 03:54:57] "GET /virtual-network/88a74803-e5c0-46c8-830a-2b90917a14ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005339 10.0.0.23 - - [2025-12-15 03:54:57] "POST /neutron/network HTTP/1.1" 200 849 0.008419 10.0.0.23 - - [2025-12-15 03:54:57] "GET /virtual-network/88a74803-e5c0-46c8-830a-2b90917a14ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006167 10.0.0.23 - - [2025-12-15 03:54:57] "POST /id-to-fqname HTTP/1.1" 200 239 0.001240 10.0.0.23 - - [2025-12-15 03:54:57] "POST /neutron/port HTTP/1.1" 200 2098 0.015495 10.0.0.65 - - [2025-12-15 03:54:58] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000933 10.0.0.23 - - [2025-12-15 03:54:58] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.069617 10.0.0.23 - - [2025-12-15 03:54:58] "POST /neutron/network HTTP/1.1" 200 844 0.030200 10.0.0.23 - - [2025-12-15 03:54:58] "POST /neutron/port HTTP/1.1" 200 117 0.006362 10.0.0.23 - - [2025-12-15 03:54:58] "POST /id-to-fqname HTTP/1.1" 200 242 0.001292 10.0.0.23 - - [2025-12-15 03:54:59] "POST /neutron/network HTTP/1.1" 200 859 0.010593 10.0.0.23 - - [2025-12-15 03:54:59] "POST /neutron/port HTTP/1.1" 200 1078 0.063329 10.0.0.65 - - [2025-12-15 03:54:59] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000889 10.0.0.23 - - [2025-12-15 03:54:59] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.075799 10.0.0.23 - - [2025-12-15 03:55:00] "POST /neutron/port HTTP/1.1" 200 1132 0.102445 10.0.0.23 - - [2025-12-15 03:55:00] "POST /neutron/port HTTP/1.1" 200 3087 0.025915 10.0.0.23 - - [2025-12-15 03:55:00] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.23 - - [2025-12-15 03:55:00] "POST /id-to-fqname HTTP/1.1" 200 239 0.001187 10.0.0.23 - - [2025-12-15 03:55:00] "POST /id-to-fqname HTTP/1.1" 200 239 0.000924 10.0.0.23 - - [2025-12-15 03:55:00] "POST /neutron/port HTTP/1.1" 200 3087 0.031182 10.0.0.23 - - [2025-12-15 03:55:00] "POST /neutron/network HTTP/1.1" 200 859 0.007481 10.0.0.23 - - [2025-12-15 03:55:01] "POST /neutron/port HTTP/1.1" 200 1077 0.018237 10.0.0.23 - - [2025-12-15 03:55:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005323 10.0.0.65 - - [2025-12-15 03:55:01] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001281 10.0.0.23 - - [2025-12-15 03:55:01] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.087744 10.0.0.23 - - [2025-12-15 03:55:01] "POST /neutron/network HTTP/1.1" 200 845 0.009542 10.0.0.23 - - [2025-12-15 03:55:01] "POST /neutron/port HTTP/1.1" 200 4075 0.032809 10.0.0.23 - - [2025-12-15 03:55:02] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005734 10.0.0.23 - - [2025-12-15 03:55:02] "POST /neutron/network HTTP/1.1" 200 1557 0.013347 10.0.0.65 - - [2025-12-15 03:55:02] "GET /obj-perms HTTP/1.1" 200 5066 0.066321 10.0.0.23 - - [2025-12-15 03:55:02] "GET /virtual-network/9bb9bbd2-e6ea-4ce3-80f1-54a73e61efe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.010608 10.0.0.23 - - [2025-12-15 03:55:03] "POST /neutron/port HTTP/1.1" 200 1079 0.020101 10.0.0.23 - - [2025-12-15 03:55:03] "POST /neutron/port HTTP/1.1" 200 1078 0.031474 10.0.0.23 - - [2025-12-15 03:55:03] "GET /obj-perms HTTP/1.1" 200 5066 0.004802 10.0.0.23 - - [2025-12-15 03:55:03] "POST /neutron/port HTTP/1.1" 200 2097 0.025024 10.0.0.23 - - [2025-12-15 03:55:03] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.23 - - [2025-12-15 03:55:03] "GET /virtual-network/88a74803-e5c0-46c8-830a-2b90917a14ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007044 10.0.0.23 - - [2025-12-15 03:55:03] "POST /neutron/subnet HTTP/1.1" 200 698 0.010450 10.0.0.50 - - [2025-12-15 03:55:03] "GET /obj-perms HTTP/1.1" 200 5066 0.050260 10.0.0.23 - - [2025-12-15 03:55:03] "POST /neutron/port HTTP/1.1" 200 1105 0.016614 10.0.0.23 - - [2025-12-15 03:55:04] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007266 10.0.0.23 - - [2025-12-15 03:55:04] "GET /virtual-machine/43efba43-f6e2-44dd-ba44-fe9bdac898d8 HTTP/1.1" 200 1310 0.005717 10.0.0.23 - - [2025-12-15 03:55:04] "GET /virtual-machine-interface/411044ab-5767-45e3-a896-a29e676c570b HTTP/1.1" 200 3043 0.004760 10.0.0.23 - - [2025-12-15 03:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.23 - - [2025-12-15 03:55:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003627 10.0.0.23 - - [2025-12-15 03:55:04] "GET /virtual-networks?parent_id=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003122 10.0.0.23 - - [2025-12-15 03:55:04] "GET /virtual-network/88a74803-e5c0-46c8-830a-2b90917a14ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005691 10.0.0.23 - - [2025-12-15 03:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.23 - - [2025-12-15 03:55:07] "GET /virtual-network/88a74803-e5c0-46c8-830a-2b90917a14ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005935 10.0.0.23 - - [2025-12-15 03:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.23 - - [2025-12-15 03:55:11] "GET /virtual-network/88a74803-e5c0-46c8-830a-2b90917a14ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005440 10.0.0.23 - - [2025-12-15 03:55:12] "POST /neutron/port HTTP/1.1" 200 1106 0.015292 10.0.0.23 - - [2025-12-15 03:55:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003623 10.0.0.23 - - [2025-12-15 03:55:12] "POST /neutron/network HTTP/1.1" 200 844 0.007223 10.0.0.23 - - [2025-12-15 03:55:15] "POST /neutron/network HTTP/1.1" 200 855 0.010846 10.0.0.23 - - [2025-12-15 03:55:15] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.23 - - [2025-12-15 03:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2025-12-15 03:55:15] "GET /virtual-network/88a74803-e5c0-46c8-830a-2b90917a14ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005099 10.0.0.23 - - [2025-12-15 03:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.23 - - [2025-12-15 03:55:19] "GET /virtual-network/88a74803-e5c0-46c8-830a-2b90917a14ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005689 10.0.0.23 - - [2025-12-15 03:55:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006486 10.0.0.23 - - [2025-12-15 03:55:21] "POST /neutron/port HTTP/1.1" 200 2097 0.021622 10.0.0.23 - - [2025-12-15 03:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.23 - - [2025-12-15 03:55:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003529 10.0.0.23 - - [2025-12-15 03:55:21] "GET /virtual-networks?parent_id=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002885 10.0.0.23 - - [2025-12-15 03:55:21] "GET /virtual-network/88a74803-e5c0-46c8-830a-2b90917a14ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006362 10.0.0.23 - - [2025-12-15 03:55:21] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007289 10.0.0.23 - - [2025-12-15 03:55:32] "POST /neutron/port HTTP/1.1" 200 1106 0.016778 10.0.0.23 - - [2025-12-15 03:55:32] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007443 10.0.0.23 - - [2025-12-15 03:55:32] "GET /virtual-machine/7fda84d6-8bd9-4fcc-871c-c544abd76e78 HTTP/1.1" 200 1309 0.005902 10.0.0.23 - - [2025-12-15 03:55:32] "GET /virtual-machine-interface/5fff70db-2c3d-4d50-acbf-501bcdabbba3 HTTP/1.1" 200 3034 0.005016 10.0.0.23 - - [2025-12-15 03:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.23 - - [2025-12-15 03:55:32] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004508 10.0.0.23 - - [2025-12-15 03:55:32] "GET /virtual-networks?parent_id=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004956 10.0.0.23 - - [2025-12-15 03:55:32] "GET /virtual-network/9bb9bbd2-e6ea-4ce3-80f1-54a73e61efe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007887 10.0.0.23 - - [2025-12-15 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.23 - - [2025-12-15 03:55:33] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004030 10.0.0.23 - - [2025-12-15 03:55:33] "GET /virtual-networks?parent_id=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003253 10.0.0.23 - - [2025-12-15 03:55:33] "GET /virtual-network/9bb9bbd2-e6ea-4ce3-80f1-54a73e61efe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005229 10.0.0.23 - - [2025-12-15 03:55:33] "POST /neutron/port HTTP/1.1" 200 2097 0.021372 10.0.0.23 - - [2025-12-15 03:55:34] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007753 10.0.0.23 - - [2025-12-15 03:55:34] "POST /neutron/port HTTP/1.1" 200 2097 0.016617 10.0.0.23 - - [2025-12-15 03:55:34] "GET /virtual-machine/81e91246-d12a-49f1-816d-7a49b15af17d HTTP/1.1" 200 1585 0.006367 10.0.0.23 - - [2025-12-15 03:55:34] "GET /virtual-machine-interface/a25653bb-98a7-46a1-9054-6ea0cea421a6 HTTP/1.1" 200 3035 0.005356 10.0.0.23 - - [2025-12-15 03:55:34] "GET /virtual-machine-interface/a306d917-24ac-4da8-b058-e43c58198296 HTTP/1.1" 200 3035 0.005220 10.0.0.23 - - [2025-12-15 03:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.23 - - [2025-12-15 03:55:34] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003313 10.0.0.23 - - [2025-12-15 03:55:34] "GET /virtual-networks?parent_id=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002832 10.0.0.23 - - [2025-12-15 03:55:34] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005424 10.0.0.23 - - [2025-12-15 03:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.23 - - [2025-12-15 03:55:35] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004720 10.0.0.23 - - [2025-12-15 03:55:35] "GET /virtual-networks?parent_id=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003338 10.0.0.23 - - [2025-12-15 03:55:35] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005909 10.0.0.23 - - [2025-12-15 03:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005221 10.0.0.23 - - [2025-12-15 03:55:35] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005386 10.0.0.23 - - [2025-12-15 03:55:35] "GET /virtual-networks?parent_id=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004927 10.0.0.23 - - [2025-12-15 03:55:35] "GET /virtual-network/9bb9bbd2-e6ea-4ce3-80f1-54a73e61efe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007366 10.0.0.23 - - [2025-12-15 03:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.23 - - [2025-12-15 03:55:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.013969 10.0.0.23 - - [2025-12-15 03:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.23 - - [2025-12-15 03:55:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003970 10.0.0.23 - - [2025-12-15 03:55:37] "PUT /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e HTTP/1.1" 200 276 0.011851 10.0.0.23 - - [2025-12-15 03:55:37] "POST /fqname-to-id HTTP/1.1" 404 217 0.003356 10.0.0.23 - - [2025-12-15 03:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.65 - - [2025-12-15 03:55:37] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001035 10.0.0.23 - - [2025-12-15 03:55:37] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.045267 10.0.0.23 - - [2025-12-15 03:55:37] "POST /network-policys HTTP/1.1" 200 539 0.028239 10.0.0.23 - - [2025-12-15 03:55:37] "GET /network-policy/91549870-acf1-4ac7-9858-7c66243b0952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.006017 10.0.0.23 - - [2025-12-15 03:55:37] "POST /neutron/network HTTP/1.1" 200 939 0.100992 10.0.0.23 - - [2025-12-15 03:55:37] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.006077 10.0.0.23 - - [2025-12-15 03:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.23 - - [2025-12-15 03:55:37] "GET /network-policy/91549870-acf1-4ac7-9858-7c66243b0952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.003916 10.0.0.23 - - [2025-12-15 03:55:37] "POST /neutron/network HTTP/1.1" 200 938 0.070261 10.0.0.23 - - [2025-12-15 03:55:37] "GET /virtual-network/9bb9bbd2-e6ea-4ce3-80f1-54a73e61efe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.009007 10.0.0.23 - - [2025-12-15 03:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.23 - - [2025-12-15 03:55:38] "GET /network-policy/91549870-acf1-4ac7-9858-7c66243b0952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.008170 10.0.0.23 - - [2025-12-15 03:55:38] "POST /fqname-to-id HTTP/1.1" 404 254 0.004723 10.0.0.23 - - [2025-12-15 03:55:38] "POST /access-control-lists HTTP/1.1" 200 609 0.038621 10.0.0.23 - - [2025-12-15 03:55:38] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.007023 10.0.0.65 - - [2025-12-15 03:55:38] "GET /obj-perms HTTP/1.1" 200 5066 0.004138 10.0.0.23 - - [2025-12-15 03:55:38] "GET /virtual-network/9bb9bbd2-e6ea-4ce3-80f1-54a73e61efe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006390 10.0.0.23 - - [2025-12-15 03:55:38] "GET /obj-perms HTTP/1.1" 200 5066 0.003505 10.0.0.23 - - [2025-12-15 03:55:39] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.005639 10.0.0.50 - - [2025-12-15 03:55:39] "GET /obj-perms HTTP/1.1" 200 5066 0.004314 10.0.0.23 - - [2025-12-15 03:55:39] "GET /virtual-network/9bb9bbd2-e6ea-4ce3-80f1-54a73e61efe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006088 10.0.0.65 - - [2025-12-15 03:55:39] "GET /obj-perms HTTP/1.1" 200 5066 0.004854 10.0.0.23 - - [2025-12-15 03:55:40] "GET /virtual-network/88a74803-e5c0-46c8-830a-2b90917a14ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006266 10.0.0.23 - - [2025-12-15 03:55:40] "GET /obj-perms HTTP/1.1" 200 5066 0.005916 10.0.0.23 - - [2025-12-15 03:55:54] "GET /obj-perms HTTP/1.1" 200 5066 0.003842 10.0.0.23 - - [2025-12-15 03:56:12] "POST /neutron/port HTTP/1.1" 200 1105 0.015700 10.0.0.23 - - [2025-12-15 03:56:12] "POST /neutron/subnet HTTP/1.1" 200 694 0.009024 10.0.0.23 - - [2025-12-15 03:56:15] "POST /neutron/port HTTP/1.1" 200 1107 0.049180 10.0.0.23 - - [2025-12-15 03:56:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003775 10.0.0.23 - - [2025-12-15 03:56:15] "POST /neutron/network HTTP/1.1" 200 939 0.009186 10.0.0.50 - - [2025-12-15 03:56:53] "GET /obj-perms HTTP/1.1" 200 5056 0.071105 10.0.0.65 - - [2025-12-15 03:56:54] "GET /obj-perms HTTP/1.1" 200 5056 0.054537 10.0.0.23 - - [2025-12-15 03:57:13] "POST /neutron/network HTTP/1.1" 200 948 0.007252 10.0.0.23 - - [2025-12-15 03:57:13] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.23 - - [2025-12-15 03:57:17] "POST /neutron/port HTTP/1.1" 200 2097 0.016854 10.0.0.23 - - [2025-12-15 03:57:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.009090 10.0.0.23 - - [2025-12-15 03:57:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005308 10.0.0.23 - - [2025-12-15 03:57:17] "POST /neutron/network HTTP/1.1" 200 938 0.007154 10.0.0.23 - - [2025-12-15 03:58:13] "POST /neutron/network HTTP/1.1" 200 859 0.007651 10.0.0.23 - - [2025-12-15 03:58:13] "POST /neutron/port HTTP/1.1" 200 117 0.001905 10.0.0.23 - - [2025-12-15 03:58:17] "POST /neutron/port HTTP/1.1" 200 1107 0.017637 10.0.0.23 - - [2025-12-15 03:58:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.012566 10.0.0.65 - - [2025-12-15 03:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.65 - - [2025-12-15 03:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.65 - - [2025-12-15 03:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.65 - - [2025-12-15 03:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.50 - - [2025-12-15 03:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2025-12-15 03:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.50 - - [2025-12-15 03:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.23 - - [2025-12-15 03:58:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.23 - - [2025-12-15 03:58:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000718 10.0.0.50 - - [2025-12-15 03:58:48] "GET /global-system-configs HTTP/1.1" 401 292 0.001112 10.0.0.23 - - [2025-12-15 03:58:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.50 - - [2025-12-15 03:58:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000686 10.0.0.23 - - [2025-12-15 03:58:55] "GET /obj-perms HTTP/1.1" 200 5056 0.051544 10.0.0.23 - - [2025-12-15 03:59:13] "POST /neutron/port HTTP/1.1" 200 1106 0.015364 10.0.0.23 - - [2025-12-15 03:59:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003899 10.0.0.23 - - [2025-12-15 03:59:14] "POST /neutron/network HTTP/1.1" 200 938 0.007121 10.0.0.23 - - [2025-12-15 03:59:17] "POST /neutron/network HTTP/1.1" 200 949 0.006245 10.0.0.23 - - [2025-12-15 03:59:17] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.23 - - [2025-12-15 03:59:18] "GET /obj-perms HTTP/1.1" 200 5066 0.004588 10.0.0.23 - - [2025-12-15 03:59:20] "GET /virtual-network/9bb9bbd2-e6ea-4ce3-80f1-54a73e61efe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.033880 10.0.0.23 - - [2025-12-15 03:59:20] "POST /neutron/network HTTP/1.1" 200 844 0.104197 10.0.0.23 - - [2025-12-15 03:59:20] "DELETE /access-control-list/087a6ec0-83d4-4fae-a7a3-eb764a6ff94f HTTP/1.1" 200 115 0.051917 10.0.0.23 - - [2025-12-15 03:59:20] "GET /virtual-network/9bb9bbd2-e6ea-4ce3-80f1-54a73e61efe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.011796 10.0.0.23 - - [2025-12-15 03:59:20] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.007077 10.0.0.23 - - [2025-12-15 03:59:20] "POST /neutron/network HTTP/1.1" 200 845 0.094020 10.0.0.23 - - [2025-12-15 03:59:20] "GET /virtual-network/c23cbd8c-298f-467c-9f8b-efcc15881c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006034 10.0.0.23 - - [2025-12-15 03:59:20] "DELETE /network-policy/91549870-acf1-4ac7-9858-7c66243b0952 HTTP/1.1" 200 115 0.037632 10.0.0.23 - - [2025-12-15 03:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.23 - - [2025-12-15 03:59:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004847 10.0.0.23 - - [2025-12-15 03:59:20] "PUT /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e HTTP/1.1" 200 276 0.013629 10.0.0.23 - - [2025-12-15 03:59:21] "DELETE /access-control-list/23e6f0c1-ec94-4c6c-8dc5-a7588ec039fc HTTP/1.1" 200 115 0.033997 10.0.0.23 - - [2025-12-15 03:59:22] "POST /neutron/network HTTP/1.1" 400 204 0.014541 10.0.0.23 - - [2025-12-15 03:59:22] "POST /neutron/port HTTP/1.1" 200 1106 0.017362 10.0.0.23 - - [2025-12-15 03:59:22] "POST /neutron/port HTTP/1.1" 200 2097 0.047286 10.0.0.23 - - [2025-12-15 03:59:23] "POST /neutron/port HTTP/1.1" 200 151 0.350435 10.0.0.23 - - [2025-12-15 03:59:24] "POST /neutron/network HTTP/1.1" 200 849 0.007127 10.0.0.23 - - [2025-12-15 03:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.65 - - [2025-12-15 03:59:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002796 10.0.0.65 - - [2025-12-15 03:59:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004144 10.0.0.23 - - [2025-12-15 03:59:24] "POST /neutron/network HTTP/1.1" 200 151 0.118303 10.0.0.23 - - [2025-12-15 03:59:24] "DELETE /route-target/83002847-6c25-4b1f-989f-18b5712f85cc HTTP/1.1" 200 115 0.024833 10.0.0.23 - - [2025-12-15 03:59:25] "POST /neutron/port HTTP/1.1" 200 1107 0.029670 10.0.0.23 - - [2025-12-15 03:59:25] "POST /neutron/port HTTP/1.1" 200 151 0.191867 10.0.0.23 - - [2025-12-15 03:59:27] "POST /neutron/network HTTP/1.1" 200 845 0.010095 10.0.0.65 - - [2025-12-15 03:59:27] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001078 10.0.0.23 - - [2025-12-15 03:59:27] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.068514 10.0.0.65 - - [2025-12-15 03:59:27] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000870 10.0.0.23 - - [2025-12-15 03:59:27] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?fields=virtual_networks HTTP/1.1" 200 1069 0.038110 10.0.0.65 - - [2025-12-15 03:59:27] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003582 10.0.0.23 - - [2025-12-15 03:59:27] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.046929 10.0.0.65 - - [2025-12-15 03:59:27] "GET /projects?obj_uuids=91e75b05-a888-4596-9a3b-1071d810ad8b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000960 10.0.0.23 - - [2025-12-15 03:59:27] "GET /project/91e75b05-a888-4596-9a3b-1071d810ad8b?fields=security_groups HTTP/1.1" 200 1313 0.042147 10.0.0.23 - - [2025-12-15 03:59:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.030588 10.0.0.65 - - [2025-12-15 03:59:28] "GET /projects?obj_uuids=67fff5fa-e963-4982-804f-2646da6c77d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003344 10.0.0.65 - - [2025-12-15 03:59:28] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.65 - - [2025-12-15 03:59:28] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006602 10.0.0.65 - - [2025-12-15 03:59:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.005033 10.0.0.65 - - [2025-12-15 03:59:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.003941 10.0.0.65 - - [2025-12-15 03:59:29] "POST /security-groups HTTP/1.1" 200 586 0.029910 10.0.0.23 - - [2025-12-15 03:59:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.003212 10.0.0.65 - - [2025-12-15 03:59:29] "POST /projects HTTP/1.1" 200 575 0.230444 10.0.0.65 - - [2025-12-15 03:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.302549 10.0.0.23 - - [2025-12-15 03:59:29] "POST /access-control-lists HTTP/1.1" 200 589 0.033991 10.0.0.23 - - [2025-12-15 03:59:29] "GET /project/67fff5fa-e963-4982-804f-2646da6c77d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.429584 10.0.0.23 - - [2025-12-15 03:59:30] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.65 - - [2025-12-15 03:59:30] "GET /projects?obj_uuids=f492968e-7f1f-4cc7-9c25-dd28eda1181e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001015 10.0.0.23 - - [2025-12-15 03:59:30] "GET /project/f492968e-7f1f-4cc7-9c25-dd28eda1181e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.041716 10.0.0.23 - - [2025-12-15 03:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.23 - - [2025-12-15 03:59:31] "GET /security-group/bb5f260b-235b-4cd3-bf71-17cc798debe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.003925 10.0.0.23 - - [2025-12-15 03:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.65 - - [2025-12-15 03:59:31] "GET /projects?obj_uuids=f492968e-7f1f-4cc7-9c25-dd28eda1181e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001257 10.0.0.23 - - [2025-12-15 03:59:31] "GET /project/f492968e-7f1f-4cc7-9c25-dd28eda1181e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.037912 10.0.0.23 - - [2025-12-15 03:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.23 - - [2025-12-15 03:59:31] "GET /security-group/bb5f260b-235b-4cd3-bf71-17cc798debe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.005418 10.0.0.23 - - [2025-12-15 03:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.23 - - [2025-12-15 03:59:31] "PUT /security-group/bb5f260b-235b-4cd3-bf71-17cc798debe3 HTTP/1.1" 200 262 0.019481 10.0.0.65 - - [2025-12-15 03:59:34] "GET /projects?obj_uuids=67fff5fa-e963-4982-804f-2646da6c77d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001000 10.0.0.23 - - [2025-12-15 03:59:34] "GET /project/67fff5fa-e963-4982-804f-2646da6c77d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.036017 10.0.0.65 - - [2025-12-15 03:59:34] "GET /projects?obj_uuids=67fff5fa-e963-4982-804f-2646da6c77d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000989 10.0.0.23 - - [2025-12-15 03:59:34] "GET /project/67fff5fa-e963-4982-804f-2646da6c77d7?fields=virtual_networks HTTP/1.1" 200 1021 0.090062 10.0.0.65 - - [2025-12-15 03:59:34] "GET /projects?obj_uuids=67fff5fa-e963-4982-804f-2646da6c77d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001251 10.0.0.23 - - [2025-12-15 03:59:34] "GET /project/67fff5fa-e963-4982-804f-2646da6c77d7?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.040593 10.0.0.65 - - [2025-12-15 03:59:34] "GET /projects?obj_uuids=67fff5fa-e963-4982-804f-2646da6c77d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000899 10.0.0.23 - - [2025-12-15 03:59:34] "GET /project/67fff5fa-e963-4982-804f-2646da6c77d7?fields=security_groups HTTP/1.1" 200 1242 0.037119 10.0.0.23 - - [2025-12-15 03:59:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.034374 10.0.0.65 - - [2025-12-15 03:59:35] "GET /projects?obj_uuids=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003537 10.0.0.65 - - [2025-12-15 03:59:35] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.65 - - [2025-12-15 03:59:35] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007823 10.0.0.65 - - [2025-12-15 03:59:35] "POST /id-to-fqname HTTP/1.1" 200 194 0.005416 10.0.0.65 - - [2025-12-15 03:59:35] "POST /fqname-to-id HTTP/1.1" 404 203 0.002451 10.0.0.65 - - [2025-12-15 03:59:35] "POST /security-groups HTTP/1.1" 200 595 0.072611 10.0.0.23 - - [2025-12-15 03:59:35] "POST /fqname-to-id HTTP/1.1" 404 238 0.003482 10.0.0.65 - - [2025-12-15 03:59:35] "POST /projects HTTP/1.1" 200 593 0.275262 10.0.0.65 - - [2025-12-15 03:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.349542 10.0.0.23 - - [2025-12-15 03:59:35] "POST /access-control-lists HTTP/1.1" 200 598 0.038128 10.0.0.23 - - [2025-12-15 03:59:36] "GET /project/ebc0af78-4ca3-4e2c-8c79-5aadde112485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.483269 10.0.0.23 - - [2025-12-15 03:59:37] "GET / HTTP/1.1" 200 35931 0.002051 10.0.0.23 - - [2025-12-15 03:59:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2025-12-15 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.054307 10.0.0.65 - - [2025-12-15 03:59:39] "GET /projects?obj_uuids=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000877 10.0.0.23 - - [2025-12-15 03:59:39] "GET /project/ebc0af78-4ca3-4e2c-8c79-5aadde112485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.034841 10.0.0.65 - - [2025-12-15 03:59:39] "GET /projects?obj_uuids=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002205 10.0.0.23 - - [2025-12-15 03:59:39] "POST /neutron/network HTTP/1.1" 200 623 0.134000 10.0.0.23 - - [2025-12-15 03:59:39] "POST /id-to-fqname HTTP/1.1" 200 231 0.003519 10.0.0.23 - - [2025-12-15 03:59:39] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005196 10.0.0.23 - - [2025-12-15 03:59:39] "POST /neutron/network HTTP/1.1" 200 843 0.006675 10.0.0.23 - - [2025-12-15 03:59:39] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004734 10.0.0.23 - - [2025-12-15 03:59:39] "POST /id-to-fqname HTTP/1.1" 200 231 0.001800 10.0.0.23 - - [2025-12-15 03:59:39] "POST /neutron/network HTTP/1.1" 200 853 0.008728 10.0.0.65 - - [2025-12-15 03:59:40] "GET /projects?obj_uuids=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001001 10.0.0.23 - - [2025-12-15 03:59:40] "GET /project/ebc0af78-4ca3-4e2c-8c79-5aadde112485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.061741 10.0.0.23 - - [2025-12-15 03:59:40] "POST /neutron/port HTTP/1.1" 200 117 0.006387 10.0.0.23 - - [2025-12-15 03:59:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.001172 10.0.0.65 - - [2025-12-15 03:59:41] "GET /projects?obj_uuids=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001452 10.0.0.23 - - [2025-12-15 03:59:41] "POST /neutron/port HTTP/1.1" 200 1065 0.287068 10.0.0.23 - - [2025-12-15 03:59:41] "POST /neutron/port HTTP/1.1" 200 1119 0.100758 10.0.0.23 - - [2025-12-15 03:59:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.010577 10.0.0.23 - - [2025-12-15 03:59:48] "DELETE /access-control-list/6c13233d-8708-408a-8cf3-cb6e1caaae4f HTTP/1.1" 200 115 0.101008 10.0.0.65 - - [2025-12-15 03:59:54] "DELETE /project/ebc0af784ca34e2c8c795aadde112485 HTTP/1.1" 404 173 0.042777 10.0.0.65 - - [2025-12-15 03:59:54] "DELETE /project/67fff5fae9634982804f2646da6c77d7 HTTP/1.1" 404 173 0.071836 10.0.0.65 - - [2025-12-15 03:59:54] "GET /projects?obj_uuids=67fff5fa-e963-4982-804f-2646da6c77d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000846 10.0.0.65 - - [2025-12-15 03:59:54] "DELETE /project/91e75b05-a888-4596-9a3b-1071d810ad8b HTTP/1.1" 404 177 0.125638 10.0.0.65 - - [2025-12-15 03:59:54] "GET /project/67fff5fa-e963-4982-804f-2646da6c77d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.044820 10.0.0.65 - - [2025-12-15 03:59:54] "GET /projects?obj_uuids=67fff5fa-e963-4982-804f-2646da6c77d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.65 - - [2025-12-15 03:59:55] "GET /project/67fff5fa-e963-4982-804f-2646da6c77d7?fields=security_groups HTTP/1.1" 200 1347 0.039043 10.0.0.65 - - [2025-12-15 03:59:55] "DELETE /security-group/8ac86bcf-7df4-422a-894e-bd1da1ff4e3d HTTP/1.1" 200 115 0.057725 10.0.0.65 - - [2025-12-15 03:59:55] "GET /projects?obj_uuids=67fff5fa-e963-4982-804f-2646da6c77d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001486 10.0.0.65 - - [2025-12-15 03:59:55] "GET /project/67fff5fa-e963-4982-804f-2646da6c77d7?fields=application_policy_sets HTTP/1.1" 200 1386 0.071943 10.0.0.23 - - [2025-12-15 03:59:55] "DELETE /access-control-list/4c1f6a3e-72d4-428b-8e93-7a305803e1be HTTP/1.1" 200 115 0.067034 10.0.0.65 - - [2025-12-15 03:59:55] "DELETE /project/67fff5fa-e963-4982-804f-2646da6c77d7 HTTP/1.1" 200 115 0.547809 10.0.0.65 - - [2025-12-15 03:59:56] "GET /obj-perms HTTP/1.1" 200 5056 0.100959 10.0.0.23 - - [2025-12-15 03:59:58] "POST /neutron/port HTTP/1.1" 200 1093 0.054430 10.0.0.65 - - [2025-12-15 04:00:02] "GET /projects?obj_uuids=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.026914 10.0.0.23 - - [2025-12-15 04:00:02] "GET /project/ebc0af78-4ca3-4e2c-8c79-5aadde112485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.088175 10.0.0.23 - - [2025-12-15 04:00:02] "POST /neutron/network HTTP/1.1" 200 843 0.034200 10.0.0.23 - - [2025-12-15 04:00:03] "POST /neutron/port HTTP/1.1" 200 117 0.006813 10.0.0.23 - - [2025-12-15 04:00:03] "POST /neutron/port HTTP/1.1" 200 1093 0.021622 10.0.0.23 - - [2025-12-15 04:00:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008964 10.0.0.23 - - [2025-12-15 04:00:03] "GET /virtual-machine/6e3fdaac-6412-47c0-81d1-5a59440ebc81 HTTP/1.1" 401 292 0.000490 10.0.0.23 - - [2025-12-15 04:00:03] "GET /virtual-machine/6e3fdaac-6412-47c0-81d1-5a59440ebc81 HTTP/1.1" 200 1295 0.079437 10.0.0.23 - - [2025-12-15 04:00:03] "GET /virtual-machine-interface/7d750b9f-13b9-46c1-ab3b-1ab554c43251 HTTP/1.1" 200 2982 0.005987 10.0.0.23 - - [2025-12-15 04:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008443 10.0.0.23 - - [2025-12-15 04:00:03] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011209 10.0.0.23 - - [2025-12-15 04:00:03] "GET /virtual-networks?parent_id=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004705 10.0.0.23 - - [2025-12-15 04:00:04] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005796 10.0.0.23 - - [2025-12-15 04:00:04] "POST /neutron/port HTTP/1.1" 200 1065 0.065655 10.0.0.23 - - [2025-12-15 04:00:04] "POST /neutron/port HTTP/1.1" 200 1093 0.041510 10.0.0.23 - - [2025-12-15 04:00:05] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.23 - - [2025-12-15 04:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007900 10.0.0.23 - - [2025-12-15 04:00:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.013216 10.0.0.23 - - [2025-12-15 04:00:05] "GET /virtual-networks?parent_id=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005160 10.0.0.23 - - [2025-12-15 04:00:05] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006147 10.0.0.23 - - [2025-12-15 04:00:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.017987 10.0.0.23 - - [2025-12-15 04:00:15] "POST /neutron/port HTTP/1.1" 200 1093 0.048079 10.0.0.23 - - [2025-12-15 04:00:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007533 10.0.0.23 - - [2025-12-15 04:00:31] "POST /neutron/port HTTP/1.1" 200 1093 0.019905 10.0.0.23 - - [2025-12-15 04:00:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007170 10.0.0.23 - - [2025-12-15 04:00:46] "POST /neutron/port HTTP/1.1" 200 1093 0.014121 10.0.0.23 - - [2025-12-15 04:00:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007293 10.0.0.23 - - [2025-12-15 04:00:46] "GET /virtual-machine/ff773717-d78d-433e-bc0f-c9195a83d2fa HTTP/1.1" 200 1297 0.006375 10.0.0.23 - - [2025-12-15 04:00:46] "GET /virtual-machine-interface/35fde405-abf5-49ea-8865-6ef1b1479921 HTTP/1.1" 200 2981 0.005055 10.0.0.23 - - [2025-12-15 04:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.23 - - [2025-12-15 04:00:46] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003965 10.0.0.23 - - [2025-12-15 04:00:46] "GET /virtual-networks?parent_id=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002980 10.0.0.23 - - [2025-12-15 04:00:46] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007146 10.0.0.23 - - [2025-12-15 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.23 - - [2025-12-15 04:00:49] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005647 10.0.0.23 - - [2025-12-15 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.23 - - [2025-12-15 04:00:53] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006477 10.0.0.50 - - [2025-12-15 04:00:56] "GET /obj-perms HTTP/1.1" 200 5056 0.045750 10.0.0.23 - - [2025-12-15 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.23 - - [2025-12-15 04:00:57] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006755 10.0.0.23 - - [2025-12-15 04:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.23 - - [2025-12-15 04:01:01] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006214 10.0.0.23 - - [2025-12-15 04:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.23 - - [2025-12-15 04:01:06] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005278 10.0.0.23 - - [2025-12-15 04:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.23 - - [2025-12-15 04:01:10] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.012061 10.0.0.23 - - [2025-12-15 04:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005739 10.0.0.23 - - [2025-12-15 04:01:14] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007949 10.0.0.23 - - [2025-12-15 04:01:15] "POST /neutron/port HTTP/1.1" 200 1093 0.017935 10.0.0.23 - - [2025-12-15 04:01:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004161 10.0.0.23 - - [2025-12-15 04:01:15] "POST /neutron/network HTTP/1.1" 200 843 0.007321 10.0.0.23 - - [2025-12-15 04:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.23 - - [2025-12-15 04:01:18] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005417 10.0.0.23 - - [2025-12-15 04:01:20] "POST /neutron/network HTTP/1.1" 200 853 0.031819 10.0.0.23 - - [2025-12-15 04:01:20] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.23 - - [2025-12-15 04:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2025-12-15 04:01:22] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005831 10.0.0.23 - - [2025-12-15 04:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.23 - - [2025-12-15 04:01:26] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005254 10.0.0.23 - - [2025-12-15 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005163 10.0.0.23 - - [2025-12-15 04:01:30] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006746 10.0.0.23 - - [2025-12-15 04:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2025-12-15 04:01:34] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005621 10.0.0.23 - - [2025-12-15 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.23 - - [2025-12-15 04:01:38] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006104 10.0.0.23 - - [2025-12-15 04:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.23 - - [2025-12-15 04:01:42] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005609 10.0.0.23 - - [2025-12-15 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2025-12-15 04:01:47] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006010 10.0.0.23 - - [2025-12-15 04:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.23 - - [2025-12-15 04:01:51] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006932 10.0.0.23 - - [2025-12-15 04:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2025-12-15 04:01:55] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005073 10.0.0.23 - - [2025-12-15 04:01:57] "GET /obj-perms HTTP/1.1" 200 5056 0.049936 10.0.0.23 - - [2025-12-15 04:01:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007733 10.0.0.23 - - [2025-12-15 04:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.23 - - [2025-12-15 04:01:59] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004615 10.0.0.23 - - [2025-12-15 04:01:59] "GET /virtual-networks?parent_id=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003636 10.0.0.23 - - [2025-12-15 04:01:59] "GET /virtual-network/3bd0535f-02d8-4a3f-844d-7dac1248a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006358 10.0.0.23 - - [2025-12-15 04:02:04] "POST /neutron/port HTTP/1.1" 200 1093 0.022951 10.0.0.23 - - [2025-12-15 04:02:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010436 10.0.0.23 - - [2025-12-15 04:02:16] "POST /neutron/port HTTP/1.1" 200 1093 0.018797 10.0.0.23 - - [2025-12-15 04:02:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004213 10.0.0.23 - - [2025-12-15 04:02:16] "POST /neutron/network HTTP/1.1" 200 843 0.007195 10.0.0.23 - - [2025-12-15 04:02:22] "POST /neutron/port HTTP/1.1" 200 1093 0.016603 10.0.0.23 - - [2025-12-15 04:02:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004011 10.0.0.23 - - [2025-12-15 04:02:22] "POST /neutron/network HTTP/1.1" 200 843 0.007233 10.0.0.23 - - [2025-12-15 04:02:30] "POST /neutron/port HTTP/1.1" 200 1093 0.014113 10.0.0.23 - - [2025-12-15 04:02:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008710 10.0.0.23 - - [2025-12-15 04:02:45] "POST /neutron/port HTTP/1.1" 200 1093 0.020819 10.0.0.23 - - [2025-12-15 04:02:51] "POST /fqname-to-id HTTP/1.1" 404 240 0.004705 10.0.0.23 - - [2025-12-15 04:02:51] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.037196 10.0.0.23 - - [2025-12-15 04:02:51] "GET /bgp-as-a-service/22de7e90-98db-492e-a55a-f89bb3d3f5c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.009419 10.0.0.23 - - [2025-12-15 04:02:51] "GET /virtual-machine-interface/35fde405-abf5-49ea-8865-6ef1b1479921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005486 10.0.0.23 - - [2025-12-15 04:02:51] "POST /ref-update HTTP/1.1" 200 156 0.015925 10.0.0.23 - - [2025-12-15 04:02:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.010243 10.0.0.23 - - [2025-12-15 04:02:51] "POST /ref-update HTTP/1.1" 200 156 0.025242 10.0.0.23 - - [2025-12-15 04:03:18] "POST /neutron/port HTTP/1.1" 200 1093 0.019635 10.0.0.23 - - [2025-12-15 04:03:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004529 10.0.0.23 - - [2025-12-15 04:03:18] "POST /neutron/network HTTP/1.1" 200 843 0.015266 10.0.0.23 - - [2025-12-15 04:03:18] "GET /bgp-as-a-service/22de7e90-98db-492e-a55a-f89bb3d3f5c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006091 10.0.0.23 - - [2025-12-15 04:03:18] "GET /virtual-machine-interface/35fde405-abf5-49ea-8865-6ef1b1479921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3089 0.004978 10.0.0.23 - - [2025-12-15 04:03:18] "POST /ref-update HTTP/1.1" 200 156 0.014304 10.0.0.23 - - [2025-12-15 04:03:18] "POST /ref-update HTTP/1.1" 200 156 0.016177 10.0.0.23 - - [2025-12-15 04:03:18] "DELETE /bgp-as-a-service/22de7e90-98db-492e-a55a-f89bb3d3f5c7 HTTP/1.1" 200 115 0.045508 10.0.0.23 - - [2025-12-15 04:03:19] "POST /neutron/port HTTP/1.1" 200 1093 0.020145 10.0.0.23 - - [2025-12-15 04:03:19] "POST /neutron/port HTTP/1.1" 200 1119 0.014193 10.0.0.23 - - [2025-12-15 04:03:20] "POST /neutron/network HTTP/1.1" 200 843 0.006803 10.0.0.23 - - [2025-12-15 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007416 10.0.0.65 - - [2025-12-15 04:03:22] "GET /projects?obj_uuids=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001425 10.0.0.23 - - [2025-12-15 04:03:22] "GET /project/ebc0af78-4ca3-4e2c-8c79-5aadde112485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.080904 10.0.0.65 - - [2025-12-15 04:03:22] "GET /projects?obj_uuids=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001985 10.0.0.23 - - [2025-12-15 04:03:22] "GET /project/ebc0af78-4ca3-4e2c-8c79-5aadde112485?fields=virtual_networks HTTP/1.1" 200 1041 0.059016 10.0.0.65 - - [2025-12-15 04:03:22] "GET /projects?obj_uuids=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001040 10.0.0.23 - - [2025-12-15 04:03:22] "GET /project/ebc0af78-4ca3-4e2c-8c79-5aadde112485?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.055454 10.0.0.65 - - [2025-12-15 04:03:22] "GET /projects?obj_uuids=ebc0af78-4ca3-4e2c-8c79-5aadde112485&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001259 10.0.0.23 - - [2025-12-15 04:03:22] "GET /project/ebc0af78-4ca3-4e2c-8c79-5aadde112485?fields=security_groups HTTP/1.1" 200 1271 0.052519 10.0.0.23 - - [2025-12-15 04:03:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.028717 10.0.0.65 - - [2025-12-15 04:03:23] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003716 10.0.0.65 - - [2025-12-15 04:03:23] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.65 - - [2025-12-15 04:03:23] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008693 10.0.0.65 - - [2025-12-15 04:03:23] "POST /id-to-fqname HTTP/1.1" 200 191 0.005382 10.0.0.65 - - [2025-12-15 04:03:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.014709 10.0.0.65 - - [2025-12-15 04:03:24] "POST /security-groups HTTP/1.1" 200 592 0.036332 10.0.0.65 - - [2025-12-15 04:03:24] "POST /projects HTTP/1.1" 200 587 0.276928 10.0.0.23 - - [2025-12-15 04:03:24] "POST /access-control-lists HTTP/1.1" 200 597 0.033473 10.0.0.65 - - [2025-12-15 04:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.354872 10.0.0.23 - - [2025-12-15 04:03:24] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.530714 10.0.0.23 - - [2025-12-15 04:03:25] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.23 - - [2025-12-15 04:03:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2025-12-15 04:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.053804 10.0.0.65 - - [2025-12-15 04:03:27] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.23 - - [2025-12-15 04:03:27] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.041557 10.0.0.65 - - [2025-12-15 04:03:27] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001230 10.0.0.23 - - [2025-12-15 04:03:27] "POST /neutron/network HTTP/1.1" 200 614 0.133312 10.0.0.23 - - [2025-12-15 04:03:27] "POST /route-targets HTTP/1.1" 200 327 0.014947 10.0.0.23 - - [2025-12-15 04:03:28] "POST /id-to-fqname HTTP/1.1" 200 225 0.003254 10.0.0.23 - - [2025-12-15 04:03:28] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005636 10.0.0.23 - - [2025-12-15 04:03:28] "POST /neutron/network HTTP/1.1" 200 832 0.006083 10.0.0.23 - - [2025-12-15 04:03:28] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005191 10.0.0.23 - - [2025-12-15 04:03:28] "POST /id-to-fqname HTTP/1.1" 200 225 0.001260 10.0.0.23 - - [2025-12-15 04:03:28] "POST /neutron/network HTTP/1.1" 200 842 0.006296 10.0.0.65 - - [2025-12-15 04:03:29] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.23 - - [2025-12-15 04:03:29] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.068492 10.0.0.23 - - [2025-12-15 04:03:29] "POST /neutron/port HTTP/1.1" 200 117 0.005945 10.0.0.23 - - [2025-12-15 04:03:29] "POST /id-to-fqname HTTP/1.1" 200 225 0.001137 10.0.0.23 - - [2025-12-15 04:03:29] "POST /neutron/network HTTP/1.1" 200 842 0.009003 10.0.0.23 - - [2025-12-15 04:03:30] "POST /neutron/port HTTP/1.1" 200 1060 0.034042 10.0.0.65 - - [2025-12-15 04:03:30] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000956 10.0.0.23 - - [2025-12-15 04:03:30] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.112288 10.0.0.23 - - [2025-12-15 04:03:30] "POST /neutron/port HTTP/1.1" 200 1088 0.039168 10.0.0.23 - - [2025-12-15 04:03:30] "POST /neutron/port HTTP/1.1" 200 117 0.001856 10.0.0.23 - - [2025-12-15 04:03:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010926 10.0.0.23 - - [2025-12-15 04:03:30] "POST /id-to-fqname HTTP/1.1" 200 225 0.002371 10.0.0.23 - - [2025-12-15 04:03:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017207 10.0.0.65 - - [2025-12-15 04:03:31] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.23 - - [2025-12-15 04:03:31] "POST /neutron/port HTTP/1.1" 200 1060 0.495400 10.0.0.65 - - [2025-12-15 04:03:31] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001560 10.0.0.23 - - [2025-12-15 04:03:32] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.117405 10.0.0.23 - - [2025-12-15 04:03:32] "POST /neutron/port HTTP/1.1" 200 1114 0.196779 10.0.0.23 - - [2025-12-15 04:03:32] "POST /neutron/port HTTP/1.1" 200 2060 0.046571 10.0.0.23 - - [2025-12-15 04:03:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.019265 10.0.0.23 - - [2025-12-15 04:03:32] "POST /neutron/network HTTP/1.1" 200 832 0.013545 10.0.0.23 - - [2025-12-15 04:03:32] "POST /neutron/network HTTP/1.1" 200 842 0.017954 10.0.0.23 - - [2025-12-15 04:03:33] "POST /neutron/port HTTP/1.1" 200 1060 0.041507 10.0.0.23 - - [2025-12-15 04:03:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004335 10.0.0.23 - - [2025-12-15 04:03:33] "POST /neutron/network HTTP/1.1" 200 832 0.017779 10.0.0.23 - - [2025-12-15 04:03:42] "POST /neutron/port HTTP/1.1" 200 1088 0.035713 10.0.0.65 - - [2025-12-15 04:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.65 - - [2025-12-15 04:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.65 - - [2025-12-15 04:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.65 - - [2025-12-15 04:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.50 - - [2025-12-15 04:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.23 - - [2025-12-15 04:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.50 - - [2025-12-15 04:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.23 - - [2025-12-15 04:03:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2025-12-15 04:03:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010496 10.0.0.23 - - [2025-12-15 04:03:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.50 - - [2025-12-15 04:03:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2025-12-15 04:03:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.50 - - [2025-12-15 04:03:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2025-12-15 04:03:49] "DELETE /access-control-list/73f7ce3a-8a47-47aa-acd2-29de5766586a HTTP/1.1" 200 115 0.045014 10.0.0.65 - - [2025-12-15 04:03:55] "DELETE /project/ebc0af78-4ca3-4e2c-8c79-5aadde112485 HTTP/1.1" 404 177 0.004679 10.0.0.65 - - [2025-12-15 04:03:55] "DELETE /project/a49bcefe82f341968e1889cbf64b45ea HTTP/1.1" 404 173 0.004424 10.0.0.23 - - [2025-12-15 04:03:57] "POST /neutron/port HTTP/1.1" 200 1088 0.016570 10.0.0.23 - - [2025-12-15 04:04:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008498 10.0.0.23 - - [2025-12-15 04:04:13] "POST /neutron/port HTTP/1.1" 200 1088 0.020597 10.0.0.23 - - [2025-12-15 04:04:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007397 10.0.0.23 - - [2025-12-15 04:04:13] "GET /virtual-machine/7c0553d4-646c-4f85-b72d-9fcdc2ad5c2b HTTP/1.1" 401 292 0.000398 10.0.0.23 - - [2025-12-15 04:04:13] "GET /virtual-machine/7c0553d4-646c-4f85-b72d-9fcdc2ad5c2b HTTP/1.1" 200 1293 0.030648 10.0.0.23 - - [2025-12-15 04:04:13] "GET /virtual-machine-interface/c0eb870d-772c-44f5-9fe6-4429fc377974 HTTP/1.1" 200 2959 0.004889 10.0.0.23 - - [2025-12-15 04:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2025-12-15 04:04:13] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003596 10.0.0.23 - - [2025-12-15 04:04:13] "GET /virtual-networks?parent_id=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002955 10.0.0.23 - - [2025-12-15 04:04:13] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007737 10.0.0.23 - - [2025-12-15 04:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.23 - - [2025-12-15 04:04:16] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005227 10.0.0.23 - - [2025-12-15 04:04:18] "POST /neutron/port HTTP/1.1" 200 1088 0.020285 10.0.0.23 - - [2025-12-15 04:04:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006158 10.0.0.23 - - [2025-12-15 04:04:19] "POST /neutron/network HTTP/1.1" 200 832 0.009640 10.0.0.23 - - [2025-12-15 04:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2025-12-15 04:04:21] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005275 10.0.0.23 - - [2025-12-15 04:04:24] "POST /neutron/network HTTP/1.1" 200 842 0.009238 10.0.0.23 - - [2025-12-15 04:04:24] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.23 - - [2025-12-15 04:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.23 - - [2025-12-15 04:04:25] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005564 10.0.0.23 - - [2025-12-15 04:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.23 - - [2025-12-15 04:04:29] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005632 10.0.0.23 - - [2025-12-15 04:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.23 - - [2025-12-15 04:04:33] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005355 10.0.0.23 - - [2025-12-15 04:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.23 - - [2025-12-15 04:04:37] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005859 10.0.0.23 - - [2025-12-15 04:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2025-12-15 04:04:41] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005269 10.0.0.23 - - [2025-12-15 04:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.23 - - [2025-12-15 04:04:45] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006306 10.0.0.23 - - [2025-12-15 04:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.23 - - [2025-12-15 04:04:49] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005609 10.0.0.23 - - [2025-12-15 04:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.23 - - [2025-12-15 04:04:53] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005615 10.0.0.23 - - [2025-12-15 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.23 - - [2025-12-15 04:04:57] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005294 10.0.0.23 - - [2025-12-15 04:04:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.030889 10.0.0.65 - - [2025-12-15 04:04:59] "GET /obj-perms HTTP/1.1" 200 5056 0.056803 10.0.0.23 - - [2025-12-15 04:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007995 10.0.0.23 - - [2025-12-15 04:05:02] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005661 10.0.0.23 - - [2025-12-15 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.23 - - [2025-12-15 04:05:06] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006676 10.0.0.23 - - [2025-12-15 04:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.23 - - [2025-12-15 04:05:10] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006579 10.0.0.23 - - [2025-12-15 04:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2025-12-15 04:05:14] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006400 10.0.0.23 - - [2025-12-15 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.23 - - [2025-12-15 04:05:18] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005665 10.0.0.23 - - [2025-12-15 04:05:19] "POST /neutron/network HTTP/1.1" 200 842 0.029136 10.0.0.23 - - [2025-12-15 04:05:19] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.23 - - [2025-12-15 04:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.23 - - [2025-12-15 04:05:22] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007050 10.0.0.23 - - [2025-12-15 04:05:24] "POST /neutron/port HTTP/1.1" 200 1088 0.020151 10.0.0.23 - - [2025-12-15 04:05:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.009391 10.0.0.23 - - [2025-12-15 04:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005143 10.0.0.23 - - [2025-12-15 04:05:26] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007811 10.0.0.23 - - [2025-12-15 04:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.23 - - [2025-12-15 04:05:30] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006093 10.0.0.23 - - [2025-12-15 04:05:31] "POST /neutron/port HTTP/1.1" 200 1088 0.016598 10.0.0.23 - - [2025-12-15 04:05:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006948 10.0.0.23 - - [2025-12-15 04:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2025-12-15 04:05:34] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003850 10.0.0.23 - - [2025-12-15 04:05:34] "GET /virtual-networks?parent_id=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003459 10.0.0.23 - - [2025-12-15 04:05:34] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006245 10.0.0.23 - - [2025-12-15 04:05:40] "POST /neutron/port HTTP/1.1" 200 1088 0.017275 10.0.0.23 - - [2025-12-15 04:05:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012280 10.0.0.23 - - [2025-12-15 04:05:55] "POST /neutron/port HTTP/1.1" 200 1088 0.035210 10.0.0.50 - - [2025-12-15 04:06:00] "GET /obj-perms HTTP/1.1" 200 5056 0.048011 10.0.0.23 - - [2025-12-15 04:06:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010918 10.0.0.23 - - [2025-12-15 04:06:11] "POST /neutron/port HTTP/1.1" 200 1088 0.018531 10.0.0.23 - - [2025-12-15 04:06:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010067 10.0.0.23 - - [2025-12-15 04:06:20] "POST /neutron/network HTTP/1.1" 200 842 0.006899 10.0.0.23 - - [2025-12-15 04:06:20] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.23 - - [2025-12-15 04:06:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007924 10.0.0.23 - - [2025-12-15 04:06:25] "POST /neutron/network HTTP/1.1" 200 842 0.027477 10.0.0.23 - - [2025-12-15 04:06:25] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.23 - - [2025-12-15 04:06:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008507 10.0.0.23 - - [2025-12-15 04:06:26] "POST /neutron/port HTTP/1.1" 200 1088 0.019255 10.0.0.23 - - [2025-12-15 04:06:26] "GET /virtual-machine/9bcc2da1-53b9-4c7f-91f7-6901da7ddbb5 HTTP/1.1" 200 1294 0.006587 10.0.0.23 - - [2025-12-15 04:06:26] "GET /virtual-machine-interface/240d8590-c5cc-4785-9ef8-2a6886cfc985 HTTP/1.1" 200 2958 0.005915 10.0.0.23 - - [2025-12-15 04:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.23 - - [2025-12-15 04:06:26] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004737 10.0.0.23 - - [2025-12-15 04:06:26] "GET /virtual-networks?parent_id=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003704 10.0.0.23 - - [2025-12-15 04:06:26] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006261 10.0.0.23 - - [2025-12-15 04:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.23 - - [2025-12-15 04:06:28] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004077 10.0.0.23 - - [2025-12-15 04:06:28] "GET /virtual-networks?parent_id=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003571 10.0.0.23 - - [2025-12-15 04:06:28] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005807 10.0.0.23 - - [2025-12-15 04:06:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006976 10.0.0.23 - - [2025-12-15 04:06:28] "POST /neutron/port HTTP/1.1" 200 1088 0.016663 10.0.0.23 - - [2025-12-15 04:06:28] "GET /virtual-machine/3b63ea40-09ea-4720-ab70-465cc2a14863 HTTP/1.1" 200 1293 0.009029 10.0.0.23 - - [2025-12-15 04:06:28] "GET /virtual-machine-interface/f57b6d97-b85b-4312-a3a3-84980b1c1e13 HTTP/1.1" 200 2959 0.005612 10.0.0.23 - - [2025-12-15 04:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.23 - - [2025-12-15 04:06:28] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004128 10.0.0.23 - - [2025-12-15 04:06:28] "GET /virtual-networks?parent_id=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003435 10.0.0.23 - - [2025-12-15 04:06:28] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005795 10.0.0.23 - - [2025-12-15 04:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.23 - - [2025-12-15 04:06:29] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003350 10.0.0.23 - - [2025-12-15 04:06:29] "GET /virtual-networks?parent_id=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003884 10.0.0.23 - - [2025-12-15 04:06:29] "GET /virtual-network/9ebff0f0-74bc-4aa7-8b8d-6d6b02fd7f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005661 10.0.0.23 - - [2025-12-15 04:06:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003594 10.0.0.23 - - [2025-12-15 04:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.23 - - [2025-12-15 04:06:30] "GET /global-system-config/2d0bb803-e97d-4705-a5ba-a33a889fb7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007554 10.0.0.23 - - [2025-12-15 04:06:30] "POST /control-node-zones HTTP/1.1" 200 569 0.034855 10.0.0.23 - - [2025-12-15 04:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.23 - - [2025-12-15 04:06:30] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005717 10.0.0.23 - - [2025-12-15 04:06:30] "GET /control-node-zone/7c5f7a44-5af4-45c1-a0a5-c01007b3eb77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006825 10.0.0.23 - - [2025-12-15 04:06:30] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.022145 10.0.0.23 - - [2025-12-15 04:06:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003183 10.0.0.23 - - [2025-12-15 04:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.23 - - [2025-12-15 04:06:30] "GET /global-system-config/2d0bb803-e97d-4705-a5ba-a33a889fb7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006281 10.0.0.23 - - [2025-12-15 04:06:30] "POST /control-node-zones HTTP/1.1" 200 569 0.027200 10.0.0.23 - - [2025-12-15 04:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.23 - - [2025-12-15 04:06:30] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005222 10.0.0.23 - - [2025-12-15 04:06:30] "GET /control-node-zone/ce91248b-ab0c-4d09-8d9d-f87abe44868d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006127 10.0.0.23 - - [2025-12-15 04:06:30] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.021394 10.0.0.23 - - [2025-12-15 04:06:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003289 10.0.0.23 - - [2025-12-15 04:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.23 - - [2025-12-15 04:06:30] "GET /global-system-config/2d0bb803-e97d-4705-a5ba-a33a889fb7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006874 10.0.0.23 - - [2025-12-15 04:06:30] "POST /control-node-zones HTTP/1.1" 200 569 0.026463 10.0.0.23 - - [2025-12-15 04:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.23 - - [2025-12-15 04:06:30] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005611 10.0.0.23 - - [2025-12-15 04:06:30] "GET /control-node-zone/fa120b7c-c175-4686-9575-b773836cf2af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007112 10.0.0.23 - - [2025-12-15 04:06:31] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.029538 10.0.0.23 - - [2025-12-15 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.23 - - [2025-12-15 04:06:31] "GET /global-system-config/2d0bb803-e97d-4705-a5ba-a33a889fb7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007984 10.0.0.23 - - [2025-12-15 04:06:31] "POST /fqname-to-id HTTP/1.1" 404 234 0.004703 10.0.0.23 - - [2025-12-15 04:06:31] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.029983 10.0.0.23 - - [2025-12-15 04:06:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.011551 10.0.0.23 - - [2025-12-15 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.23 - - [2025-12-15 04:06:31] "GET /bgp-as-a-service/f0ab00e7-30c0-49c3-9682-0146f86c38c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006070 10.0.0.23 - - [2025-12-15 04:06:31] "GET /control-node-zone/7c5f7a44-5af4-45c1-a0a5-c01007b3eb77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004594 10.0.0.23 - - [2025-12-15 04:06:31] "POST /ref-update HTTP/1.1" 200 156 0.019983 10.0.0.23 - - [2025-12-15 04:06:51] "GET /bgp-as-a-service/f0ab00e7-30c0-49c3-9682-0146f86c38c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006435 10.0.0.23 - - [2025-12-15 04:06:51] "GET /virtual-machine-interface/c0eb870d-772c-44f5-9fe6-4429fc377974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004864 10.0.0.23 - - [2025-12-15 04:06:51] "POST /ref-update HTTP/1.1" 200 156 0.013773 10.0.0.23 - - [2025-12-15 04:06:51] "POST /ref-update HTTP/1.1" 200 156 0.067566 10.0.0.23 - - [2025-12-15 04:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.23 - - [2025-12-15 04:06:52] "GET /global-system-config/2d0bb803-e97d-4705-a5ba-a33a889fb7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005977 10.0.0.23 - - [2025-12-15 04:06:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.003088 10.0.0.23 - - [2025-12-15 04:06:52] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032480 10.0.0.23 - - [2025-12-15 04:06:52] "POST /neutron/network HTTP/1.1" 200 832 0.007101 10.0.0.23 - - [2025-12-15 04:06:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.009191 10.0.0.23 - - [2025-12-15 04:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.23 - - [2025-12-15 04:06:52] "GET /bgp-as-a-service/c9b0c8c3-ce1e-45f7-a527-ed77f952ffb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.007250 10.0.0.23 - - [2025-12-15 04:06:53] "GET /control-node-zone/ce91248b-ab0c-4d09-8d9d-f87abe44868d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005745 10.0.0.23 - - [2025-12-15 04:06:53] "POST /ref-update HTTP/1.1" 200 156 0.020489 10.0.0.23 - - [2025-12-15 04:07:01] "GET /obj-perms HTTP/1.1" 200 5056 0.054568 10.0.0.23 - - [2025-12-15 04:07:01] "GET /bgp-as-a-service/c9b0c8c3-ce1e-45f7-a527-ed77f952ffb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.007205 10.0.0.23 - - [2025-12-15 04:07:01] "GET /virtual-machine-interface/240d8590-c5cc-4785-9ef8-2a6886cfc985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006088 10.0.0.23 - - [2025-12-15 04:07:01] "POST /ref-update HTTP/1.1" 200 156 0.017186 10.0.0.23 - - [2025-12-15 04:07:01] "POST /bgp-routers HTTP/1.1" 200 640 0.047616 10.0.0.23 - - [2025-12-15 04:07:01] "PUT /bgp-router/02517db3-1e9d-465b-b1dd-a01660d6d3af HTTP/1.1" 200 254 0.029544 10.0.0.23 - - [2025-12-15 04:07:20] "GET /control-node-zone/7c5f7a44-5af4-45c1-a0a5-c01007b3eb77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004909 10.0.0.23 - - [2025-12-15 04:07:20] "POST /ref-update HTTP/1.1" 200 156 0.019007 10.0.0.23 - - [2025-12-15 04:07:20] "GET /control-node-zone/ce91248b-ab0c-4d09-8d9d-f87abe44868d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003905 10.0.0.23 - - [2025-12-15 04:07:20] "POST /ref-update HTTP/1.1" 200 156 0.020904 10.0.0.23 - - [2025-12-15 04:07:20] "GET /control-node-zone/fa120b7c-c175-4686-9575-b773836cf2af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005417 10.0.0.23 - - [2025-12-15 04:07:21] "POST /ref-update HTTP/1.1" 200 156 0.022742 10.0.0.23 - - [2025-12-15 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.23 - - [2025-12-15 04:07:21] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005162 10.0.0.23 - - [2025-12-15 04:07:21] "GET /control-node-zone/7c5f7a44-5af4-45c1-a0a5-c01007b3eb77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003864 10.0.0.23 - - [2025-12-15 04:07:21] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.021364 10.0.0.23 - - [2025-12-15 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.23 - - [2025-12-15 04:07:21] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004813 10.0.0.23 - - [2025-12-15 04:07:21] "GET /control-node-zone/ce91248b-ab0c-4d09-8d9d-f87abe44868d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003725 10.0.0.23 - - [2025-12-15 04:07:21] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.022724 10.0.0.23 - - [2025-12-15 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.23 - - [2025-12-15 04:07:21] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005050 10.0.0.23 - - [2025-12-15 04:07:21] "GET /control-node-zone/fa120b7c-c175-4686-9575-b773836cf2af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003939 10.0.0.23 - - [2025-12-15 04:07:21] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.026412 10.0.0.23 - - [2025-12-15 04:07:22] "POST /neutron/network HTTP/1.1" 200 842 0.008808 10.0.0.23 - - [2025-12-15 04:07:22] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.23 - - [2025-12-15 04:07:25] "POST /neutron/port HTTP/1.1" 200 1088 0.015890 10.0.0.23 - - [2025-12-15 04:07:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.009478 10.0.0.23 - - [2025-12-15 04:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.23 - - [2025-12-15 04:07:39] "GET /bgp-as-a-service/f0ab00e7-30c0-49c3-9682-0146f86c38c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.006568 10.0.0.23 - - [2025-12-15 04:07:39] "GET /control-node-zone/7c5f7a44-5af4-45c1-a0a5-c01007b3eb77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003620 10.0.0.23 - - [2025-12-15 04:07:39] "POST /ref-update HTTP/1.1" 200 156 0.018630 10.0.0.23 - - [2025-12-15 04:07:39] "GET /control-node-zone/7c5f7a44-5af4-45c1-a0a5-c01007b3eb77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004473 10.0.0.23 - - [2025-12-15 04:07:39] "POST /ref-update HTTP/1.1" 200 156 0.019059 10.0.0.23 - - [2025-12-15 04:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.23 - - [2025-12-15 04:07:40] "GET /global-system-config/2d0bb803-e97d-4705-a5ba-a33a889fb7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006974 10.0.0.23 - - [2025-12-15 04:07:40] "POST /neutron/network HTTP/1.1" 200 832 0.008170 10.0.0.23 - - [2025-12-15 04:07:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.012091 10.0.0.23 - - [2025-12-15 04:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.23 - - [2025-12-15 04:07:40] "GET /bgp-as-a-service/f0ab00e7-30c0-49c3-9682-0146f86c38c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.006638 10.0.0.23 - - [2025-12-15 04:07:40] "GET /control-node-zone/fa120b7c-c175-4686-9575-b773836cf2af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004625 10.0.0.23 - - [2025-12-15 04:07:40] "POST /ref-update HTTP/1.1" 200 156 0.022020 10.0.0.23 - - [2025-12-15 04:07:43] "GET /bgp-as-a-service/f0ab00e7-30c0-49c3-9682-0146f86c38c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.007394 10.0.0.23 - - [2025-12-15 04:07:43] "GET /virtual-machine-interface/c0eb870d-772c-44f5-9fe6-4429fc377974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.009799 10.0.0.23 - - [2025-12-15 04:07:56] "GET /bgp-as-a-service/f0ab00e7-30c0-49c3-9682-0146f86c38c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.004596 10.0.0.23 - - [2025-12-15 04:07:56] "GET /virtual-machine-interface/c0eb870d-772c-44f5-9fe6-4429fc377974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.008072 10.0.0.23 - - [2025-12-15 04:07:56] "POST /ref-update HTTP/1.1" 200 156 0.019997 10.0.0.23 - - [2025-12-15 04:07:56] "GET /bgp-as-a-service/c9b0c8c3-ce1e-45f7-a527-ed77f952ffb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2448 0.005916 10.0.0.23 - - [2025-12-15 04:07:56] "GET /virtual-machine-interface/240d8590-c5cc-4785-9ef8-2a6886cfc985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007484 10.0.0.23 - - [2025-12-15 04:07:56] "POST /ref-update HTTP/1.1" 200 156 0.017621 10.0.0.23 - - [2025-12-15 04:07:56] "DELETE /bgp-router/4f23bf47-e278-4cb1-8f8f-8e52823814cc HTTP/1.1" 200 115 0.062043 10.0.0.23 - - [2025-12-15 04:07:56] "DELETE /bgp-as-a-service/c9b0c8c3-ce1e-45f7-a527-ed77f952ffb9 HTTP/1.1" 200 115 0.055485 10.0.0.23 - - [2025-12-15 04:07:56] "GET /bgp-as-a-service/f0ab00e7-30c0-49c3-9682-0146f86c38c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.019497 10.0.0.23 - - [2025-12-15 04:07:56] "GET /virtual-machine-interface/c0eb870d-772c-44f5-9fe6-4429fc377974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.011974 10.0.0.23 - - [2025-12-15 04:07:56] "DELETE /bgp-as-a-service/f0ab00e7-30c0-49c3-9682-0146f86c38c6 HTTP/1.1" 200 115 0.087824 10.0.0.23 - - [2025-12-15 04:07:56] "GET /control-node-zone/fa120b7c-c175-4686-9575-b773836cf2af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.009869 10.0.0.23 - - [2025-12-15 04:07:56] "POST /ref-update HTTP/1.1" 200 156 0.028915 10.0.0.23 - - [2025-12-15 04:07:56] "DELETE /control-node-zone/fa120b7c-c175-4686-9575-b773836cf2af HTTP/1.1" 200 115 0.033898 10.0.0.23 - - [2025-12-15 04:07:56] "GET /control-node-zone/ce91248b-ab0c-4d09-8d9d-f87abe44868d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006039 10.0.0.23 - - [2025-12-15 04:07:56] "POST /ref-update HTTP/1.1" 200 156 0.021597 10.0.0.23 - - [2025-12-15 04:07:57] "DELETE /control-node-zone/ce91248b-ab0c-4d09-8d9d-f87abe44868d HTTP/1.1" 200 115 0.049458 10.0.0.23 - - [2025-12-15 04:07:57] "GET /control-node-zone/7c5f7a44-5af4-45c1-a0a5-c01007b3eb77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.009125 10.0.0.23 - - [2025-12-15 04:07:57] "DELETE /control-node-zone/7c5f7a44-5af4-45c1-a0a5-c01007b3eb77 HTTP/1.1" 200 115 0.031164 10.0.0.23 - - [2025-12-15 04:07:57] "POST /neutron/port HTTP/1.1" 200 1088 0.018966 10.0.0.23 - - [2025-12-15 04:07:57] "POST /neutron/port HTTP/1.1" 200 1088 0.028350 10.0.0.23 - - [2025-12-15 04:07:57] "POST /neutron/port HTTP/1.1" 200 1114 0.017627 10.0.0.23 - - [2025-12-15 04:07:59] "POST /neutron/network HTTP/1.1" 200 832 0.008064 10.0.0.23 - - [2025-12-15 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.23 - - [2025-12-15 04:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.65 - - [2025-12-15 04:08:02] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.134463 10.0.0.23 - - [2025-12-15 04:08:02] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.187701 10.0.0.65 - - [2025-12-15 04:08:02] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001096 10.0.0.23 - - [2025-12-15 04:08:02] "POST /neutron/network HTTP/1.1" 200 614 0.124078 10.0.0.23 - - [2025-12-15 04:08:02] "POST /ref-update HTTP/1.1" 200 156 0.028506 10.0.0.23 - - [2025-12-15 04:08:02] "POST /id-to-fqname HTTP/1.1" 200 225 0.003759 10.0.0.23 - - [2025-12-15 04:08:02] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007148 10.0.0.23 - - [2025-12-15 04:08:02] "POST /neutron/network HTTP/1.1" 200 834 0.009041 10.0.0.23 - - [2025-12-15 04:08:02] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007611 10.0.0.23 - - [2025-12-15 04:08:03] "POST /id-to-fqname HTTP/1.1" 200 225 0.001671 10.0.0.23 - - [2025-12-15 04:08:03] "POST /neutron/network HTTP/1.1" 200 844 0.012049 10.0.0.65 - - [2025-12-15 04:08:03] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001454 10.0.0.23 - - [2025-12-15 04:08:03] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.076785 10.0.0.23 - - [2025-12-15 04:08:04] "POST /neutron/port HTTP/1.1" 200 117 0.007119 10.0.0.23 - - [2025-12-15 04:08:04] "POST /id-to-fqname HTTP/1.1" 200 225 0.001381 10.0.0.23 - - [2025-12-15 04:08:04] "POST /neutron/network HTTP/1.1" 200 844 0.006977 10.0.0.23 - - [2025-12-15 04:08:04] "POST /neutron/port HTTP/1.1" 200 1062 0.018558 10.0.0.65 - - [2025-12-15 04:08:05] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001146 10.0.0.23 - - [2025-12-15 04:08:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003409 10.0.0.23 - - [2025-12-15 04:08:05] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.078463 10.0.0.23 - - [2025-12-15 04:08:05] "POST /neutron/network HTTP/1.1" 200 834 0.049372 10.0.0.23 - - [2025-12-15 04:08:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013407 10.0.0.23 - - [2025-12-15 04:08:05] "POST /id-to-fqname HTTP/1.1" 200 225 0.001440 10.0.0.23 - - [2025-12-15 04:08:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008353 10.0.0.65 - - [2025-12-15 04:08:05] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.23 - - [2025-12-15 04:08:06] "POST /neutron/port HTTP/1.1" 200 1062 0.308894 10.0.0.23 - - [2025-12-15 04:08:06] "POST /neutron/port HTTP/1.1" 200 1116 0.103680 10.0.0.23 - - [2025-12-15 04:08:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.011755 10.0.0.65 - - [2025-12-15 04:08:06] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000984 10.0.0.23 - - [2025-12-15 04:08:06] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.074774 10.0.0.23 - - [2025-12-15 04:08:06] "POST /neutron/network HTTP/1.1" 200 834 0.007258 10.0.0.23 - - [2025-12-15 04:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.010118 10.0.0.23 - - [2025-12-15 04:08:06] "POST /neutron/port HTTP/1.1" 200 1090 0.018809 10.0.0.23 - - [2025-12-15 04:08:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008212 10.0.0.23 - - [2025-12-15 04:08:07] "GET /virtual-machine/c3a5114a-c12a-458b-a55e-9dbb490951a6 HTTP/1.1" 200 1294 0.006492 10.0.0.23 - - [2025-12-15 04:08:07] "GET /virtual-machine-interface/0fb5dd48-14ab-4902-8c25-150ec0168504 HTTP/1.1" 200 2958 0.005753 10.0.0.23 - - [2025-12-15 04:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.23 - - [2025-12-15 04:08:07] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004088 10.0.0.23 - - [2025-12-15 04:08:07] "GET /virtual-networks?parent_id=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004525 10.0.0.23 - - [2025-12-15 04:08:07] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006138 10.0.0.23 - - [2025-12-15 04:08:07] "POST /neutron/port HTTP/1.1" 200 1062 0.018285 10.0.0.23 - - [2025-12-15 04:08:07] "POST /neutron/port HTTP/1.1" 200 1090 0.018708 10.0.0.23 - - [2025-12-15 04:08:07] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.23 - - [2025-12-15 04:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.23 - - [2025-12-15 04:08:10] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005038 10.0.0.23 - - [2025-12-15 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.23 - - [2025-12-15 04:08:14] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006520 10.0.0.23 - - [2025-12-15 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.23 - - [2025-12-15 04:08:18] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007334 10.0.0.23 - - [2025-12-15 04:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.23 - - [2025-12-15 04:08:22] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005379 10.0.0.23 - - [2025-12-15 04:08:24] "POST /neutron/port HTTP/1.1" 200 1090 0.024893 10.0.0.23 - - [2025-12-15 04:08:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.013508 10.0.0.23 - - [2025-12-15 04:08:25] "POST /neutron/port HTTP/1.1" 200 1090 0.016237 10.0.0.23 - - [2025-12-15 04:08:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004411 10.0.0.23 - - [2025-12-15 04:08:25] "POST /neutron/network HTTP/1.1" 200 834 0.007058 10.0.0.23 - - [2025-12-15 04:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2025-12-15 04:08:26] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005610 10.0.0.23 - - [2025-12-15 04:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.029481 10.0.0.23 - - [2025-12-15 04:08:30] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005589 10.0.0.23 - - [2025-12-15 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.23 - - [2025-12-15 04:08:34] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006533 10.0.0.23 - - [2025-12-15 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.23 - - [2025-12-15 04:08:38] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006330 10.0.0.23 - - [2025-12-15 04:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.23 - - [2025-12-15 04:08:43] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005706 10.0.0.65 - - [2025-12-15 04:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.65 - - [2025-12-15 04:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.23 - - [2025-12-15 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.23 - - [2025-12-15 04:08:47] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005036 10.0.0.65 - - [2025-12-15 04:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.65 - - [2025-12-15 04:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.50 - - [2025-12-15 04:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000884 10.0.0.23 - - [2025-12-15 04:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.50 - - [2025-12-15 04:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2025-12-15 04:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.23 - - [2025-12-15 04:08:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.50 - - [2025-12-15 04:08:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.23 - - [2025-12-15 04:08:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.50 - - [2025-12-15 04:08:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.23 - - [2025-12-15 04:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.23 - - [2025-12-15 04:08:51] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008332 10.0.0.23 - - [2025-12-15 04:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.23 - - [2025-12-15 04:08:55] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006252 10.0.0.23 - - [2025-12-15 04:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.23 - - [2025-12-15 04:08:59] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005691 10.0.0.65 - - [2025-12-15 04:09:03] "GET /obj-perms HTTP/1.1" 200 5056 0.054398 10.0.0.23 - - [2025-12-15 04:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.23 - - [2025-12-15 04:09:03] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006985 10.0.0.23 - - [2025-12-15 04:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.23 - - [2025-12-15 04:09:07] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005808 10.0.0.23 - - [2025-12-15 04:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.23 - - [2025-12-15 04:09:11] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006598 10.0.0.23 - - [2025-12-15 04:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.23 - - [2025-12-15 04:09:15] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005973 10.0.0.23 - - [2025-12-15 04:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.23 - - [2025-12-15 04:09:19] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005752 10.0.0.23 - - [2025-12-15 04:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.23 - - [2025-12-15 04:09:24] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006130 10.0.0.23 - - [2025-12-15 04:09:25] "POST /neutron/port HTTP/1.1" 200 1090 0.017681 10.0.0.23 - - [2025-12-15 04:09:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004261 10.0.0.23 - - [2025-12-15 04:09:26] "POST /neutron/network HTTP/1.1" 200 834 0.015662 10.0.0.23 - - [2025-12-15 04:09:27] "POST /neutron/network HTTP/1.1" 200 844 0.008082 10.0.0.23 - - [2025-12-15 04:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.23 - - [2025-12-15 04:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.23 - - [2025-12-15 04:09:28] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006077 10.0.0.23 - - [2025-12-15 04:09:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007221 10.0.0.23 - - [2025-12-15 04:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009203 10.0.0.23 - - [2025-12-15 04:09:30] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004938 10.0.0.23 - - [2025-12-15 04:09:30] "GET /virtual-networks?parent_id=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003451 10.0.0.23 - - [2025-12-15 04:09:30] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005805 10.0.0.23 - - [2025-12-15 04:09:34] "POST /neutron/port HTTP/1.1" 200 1090 0.020556 10.0.0.23 - - [2025-12-15 04:09:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.040230 10.0.0.23 - - [2025-12-15 04:09:45] "POST /neutron/port HTTP/1.1" 200 1090 0.019058 10.0.0.23 - - [2025-12-15 04:09:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008227 10.0.0.23 - - [2025-12-15 04:10:01] "POST /neutron/port HTTP/1.1" 200 1090 0.019908 10.0.0.50 - - [2025-12-15 04:10:03] "GET /obj-perms HTTP/1.1" 200 5056 0.056238 10.0.0.23 - - [2025-12-15 04:10:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008481 10.0.0.23 - - [2025-12-15 04:10:16] "POST /neutron/port HTTP/1.1" 200 1090 0.018932 10.0.0.23 - - [2025-12-15 04:10:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007920 10.0.0.23 - - [2025-12-15 04:10:22] "POST /neutron/port HTTP/1.1" 200 1090 0.014865 10.0.0.23 - - [2025-12-15 04:10:22] "GET /virtual-machine/414b7e16-f9a4-4079-91b2-e3405bcf284e HTTP/1.1" 200 1293 0.035891 10.0.0.23 - - [2025-12-15 04:10:22] "GET /virtual-machine-interface/38c61c0f-1c51-4ebb-acea-24d830bbac3b HTTP/1.1" 200 2958 0.007698 10.0.0.23 - - [2025-12-15 04:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007003 10.0.0.23 - - [2025-12-15 04:10:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010054 10.0.0.23 - - [2025-12-15 04:10:22] "GET /virtual-networks?parent_id=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004906 10.0.0.23 - - [2025-12-15 04:10:22] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006860 10.0.0.23 - - [2025-12-15 04:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2025-12-15 04:10:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003797 10.0.0.23 - - [2025-12-15 04:10:23] "GET /virtual-networks?parent_id=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005307 10.0.0.23 - - [2025-12-15 04:10:23] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006331 10.0.0.23 - - [2025-12-15 04:10:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011807 10.0.0.23 - - [2025-12-15 04:10:24] "POST /neutron/port HTTP/1.1" 200 1090 0.022727 10.0.0.23 - - [2025-12-15 04:10:24] "GET /virtual-machine/26ef9c02-62a7-4b98-a982-ecf2f12f411e HTTP/1.1" 200 1293 0.007052 10.0.0.23 - - [2025-12-15 04:10:24] "GET /virtual-machine-interface/f7f27eff-4be6-4800-9f76-34a530102e49 HTTP/1.1" 200 2959 0.005556 10.0.0.23 - - [2025-12-15 04:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.23 - - [2025-12-15 04:10:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004140 10.0.0.23 - - [2025-12-15 04:10:24] "GET /virtual-networks?parent_id=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004020 10.0.0.23 - - [2025-12-15 04:10:24] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007324 10.0.0.23 - - [2025-12-15 04:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005155 10.0.0.23 - - [2025-12-15 04:10:25] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006203 10.0.0.23 - - [2025-12-15 04:10:25] "GET /virtual-networks?parent_id=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005219 10.0.0.23 - - [2025-12-15 04:10:25] "GET /virtual-network/705602c2-c44b-473c-b390-b16a442b9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007965 10.0.0.23 - - [2025-12-15 04:10:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.004053 10.0.0.23 - - [2025-12-15 04:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005070 10.0.0.23 - - [2025-12-15 04:10:25] "GET /global-system-config/2d0bb803-e97d-4705-a5ba-a33a889fb7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.010167 10.0.0.23 - - [2025-12-15 04:10:25] "POST /control-node-zones HTTP/1.1" 200 569 0.032182 10.0.0.23 - - [2025-12-15 04:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.23 - - [2025-12-15 04:10:25] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005214 10.0.0.23 - - [2025-12-15 04:10:25] "GET /control-node-zone/33d735d0-1bc1-4b84-b211-256a76bf5150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006352 10.0.0.23 - - [2025-12-15 04:10:25] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.032621 10.0.0.23 - - [2025-12-15 04:10:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.003676 10.0.0.23 - - [2025-12-15 04:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.23 - - [2025-12-15 04:10:25] "GET /global-system-config/2d0bb803-e97d-4705-a5ba-a33a889fb7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007177 10.0.0.23 - - [2025-12-15 04:10:25] "POST /control-node-zones HTTP/1.1" 200 569 0.034304 10.0.0.23 - - [2025-12-15 04:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005253 10.0.0.23 - - [2025-12-15 04:10:26] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007782 10.0.0.23 - - [2025-12-15 04:10:26] "GET /control-node-zone/6768987f-045d-479d-93e6-6fca07a61f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007715 10.0.0.23 - - [2025-12-15 04:10:26] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.025498 10.0.0.23 - - [2025-12-15 04:10:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.004406 10.0.0.23 - - [2025-12-15 04:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005543 10.0.0.23 - - [2025-12-15 04:10:26] "GET /global-system-config/2d0bb803-e97d-4705-a5ba-a33a889fb7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008857 10.0.0.23 - - [2025-12-15 04:10:26] "POST /control-node-zones HTTP/1.1" 200 569 0.030664 10.0.0.23 - - [2025-12-15 04:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.23 - - [2025-12-15 04:10:26] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005074 10.0.0.23 - - [2025-12-15 04:10:26] "GET /control-node-zone/fb376ffa-9587-4ee8-bcf0-d9fcf3e29bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006309 10.0.0.23 - - [2025-12-15 04:10:26] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.022199 10.0.0.23 - - [2025-12-15 04:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.23 - - [2025-12-15 04:10:26] "GET /global-system-config/2d0bb803-e97d-4705-a5ba-a33a889fb7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007145 10.0.0.23 - - [2025-12-15 04:10:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.004110 10.0.0.23 - - [2025-12-15 04:10:26] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032938 10.0.0.23 - - [2025-12-15 04:10:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.011902 10.0.0.23 - - [2025-12-15 04:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.23 - - [2025-12-15 04:10:26] "GET /bgp-as-a-service/9b92fab7-3f18-419e-aa14-489efbe11872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.009218 10.0.0.23 - - [2025-12-15 04:10:26] "GET /control-node-zone/33d735d0-1bc1-4b84-b211-256a76bf5150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004708 10.0.0.23 - - [2025-12-15 04:10:26] "POST /ref-update HTTP/1.1" 200 156 0.019776 10.0.0.23 - - [2025-12-15 04:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.23 - - [2025-12-15 04:10:27] "GET /bgp-as-a-service/9b92fab7-3f18-419e-aa14-489efbe11872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006479 10.0.0.23 - - [2025-12-15 04:10:27] "GET /control-node-zone/6768987f-045d-479d-93e6-6fca07a61f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004020 10.0.0.23 - - [2025-12-15 04:10:27] "POST /ref-update HTTP/1.1" 200 156 0.022854 10.0.0.23 - - [2025-12-15 04:10:28] "POST /neutron/port HTTP/1.1" 200 1090 0.051475 10.0.0.23 - - [2025-12-15 04:10:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003905 10.0.0.23 - - [2025-12-15 04:10:28] "POST /neutron/network HTTP/1.1" 200 834 0.007111 10.0.0.23 - - [2025-12-15 04:10:29] "POST /neutron/network HTTP/1.1" 200 844 0.007470 10.0.0.23 - - [2025-12-15 04:10:29] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.23 - - [2025-12-15 04:10:49] "GET /bgp-as-a-service/9b92fab7-3f18-419e-aa14-489efbe11872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006521 10.0.0.23 - - [2025-12-15 04:10:49] "GET /virtual-machine-interface/0fb5dd48-14ab-4902-8c25-150ec0168504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005558 10.0.0.23 - - [2025-12-15 04:10:49] "POST /ref-update HTTP/1.1" 200 156 0.013510 10.0.0.23 - - [2025-12-15 04:10:49] "POST /ref-update HTTP/1.1" 200 156 0.027957 10.0.0.23 - - [2025-12-15 04:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.23 - - [2025-12-15 04:10:50] "GET /global-system-config/2d0bb803-e97d-4705-a5ba-a33a889fb7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009050 10.0.0.23 - - [2025-12-15 04:10:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.003289 10.0.0.23 - - [2025-12-15 04:10:50] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032699 10.0.0.23 - - [2025-12-15 04:10:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.028122 10.0.0.23 - - [2025-12-15 04:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.23 - - [2025-12-15 04:10:50] "GET /bgp-as-a-service/bb7c2002-4ce4-4961-b088-7fb4359e1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.008451 10.0.0.23 - - [2025-12-15 04:10:50] "GET /control-node-zone/33d735d0-1bc1-4b84-b211-256a76bf5150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005224 10.0.0.23 - - [2025-12-15 04:10:51] "POST /ref-update HTTP/1.1" 200 156 0.017877 10.0.0.23 - - [2025-12-15 04:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2025-12-15 04:10:51] "GET /bgp-as-a-service/bb7c2002-4ce4-4961-b088-7fb4359e1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.007892 10.0.0.23 - - [2025-12-15 04:10:51] "GET /control-node-zone/6768987f-045d-479d-93e6-6fca07a61f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005282 10.0.0.23 - - [2025-12-15 04:10:51] "POST /ref-update HTTP/1.1" 200 156 0.020123 10.0.0.23 - - [2025-12-15 04:11:04] "GET /obj-perms HTTP/1.1" 200 5056 0.054668 10.0.0.23 - - [2025-12-15 04:11:09] "GET /bgp-as-a-service/bb7c2002-4ce4-4961-b088-7fb4359e1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006272 10.0.0.23 - - [2025-12-15 04:11:09] "GET /virtual-machine-interface/38c61c0f-1c51-4ebb-acea-24d830bbac3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005558 10.0.0.23 - - [2025-12-15 04:11:09] "POST /ref-update HTTP/1.1" 200 156 0.013884 10.0.0.23 - - [2025-12-15 04:11:09] "POST /bgp-routers HTTP/1.1" 200 640 0.039510 10.0.0.23 - - [2025-12-15 04:11:09] "PUT /bgp-router/6f79c455-0ed8-45f9-94b4-e98e6c117df3 HTTP/1.1" 200 254 0.033655 10.0.0.23 - - [2025-12-15 04:11:29] "POST /neutron/port HTTP/1.1" 200 1090 0.126766 10.0.0.23 - - [2025-12-15 04:11:29] "POST /neutron/network HTTP/1.1" 200 844 0.007199 10.0.0.23 - - [2025-12-15 04:11:29] "POST /neutron/port HTTP/1.1" 200 1090 0.017486 10.0.0.23 - - [2025-12-15 04:11:29] "POST /neutron/network HTTP/1.1" 200 834 0.007949 10.0.0.23 - - [2025-12-15 04:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.23 - - [2025-12-15 04:11:41] "GET /bgp-as-a-service/bb7c2002-4ce4-4961-b088-7fb4359e1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.006620 10.0.0.23 - - [2025-12-15 04:11:41] "GET /virtual-machine-interface/38c61c0f-1c51-4ebb-acea-24d830bbac3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.006447 10.0.0.23 - - [2025-12-15 04:11:41] "POST /ref-update HTTP/1.1" 200 156 0.014498 10.0.0.23 - - [2025-12-15 04:11:41] "DELETE /bgp-as-a-service/bb7c2002-4ce4-4961-b088-7fb4359e1e19 HTTP/1.1" 200 115 0.049767 10.0.0.23 - - [2025-12-15 04:11:41] "GET /bgp-as-a-service/9b92fab7-3f18-419e-aa14-489efbe11872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.006631 10.0.0.23 - - [2025-12-15 04:11:41] "GET /virtual-machine-interface/0fb5dd48-14ab-4902-8c25-150ec0168504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008086 10.0.0.23 - - [2025-12-15 04:11:41] "POST /ref-update HTTP/1.1" 200 156 0.016026 10.0.0.23 - - [2025-12-15 04:11:41] "DELETE /bgp-as-a-service/9b92fab7-3f18-419e-aa14-489efbe11872 HTTP/1.1" 200 115 0.052217 10.0.0.23 - - [2025-12-15 04:11:41] "GET /control-node-zone/fb376ffa-9587-4ee8-bcf0-d9fcf3e29bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003546 10.0.0.23 - - [2025-12-15 04:11:41] "POST /ref-update HTTP/1.1" 200 156 0.023309 10.0.0.23 - - [2025-12-15 04:11:41] "DELETE /control-node-zone/fb376ffa-9587-4ee8-bcf0-d9fcf3e29bb6 HTTP/1.1" 200 115 0.029937 10.0.0.23 - - [2025-12-15 04:11:41] "GET /control-node-zone/6768987f-045d-479d-93e6-6fca07a61f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.010309 10.0.0.23 - - [2025-12-15 04:11:41] "POST /ref-update HTTP/1.1" 200 156 0.021425 10.0.0.23 - - [2025-12-15 04:11:42] "DELETE /control-node-zone/6768987f-045d-479d-93e6-6fca07a61f2b HTTP/1.1" 200 115 0.054311 10.0.0.23 - - [2025-12-15 04:11:42] "GET /control-node-zone/33d735d0-1bc1-4b84-b211-256a76bf5150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004851 10.0.0.23 - - [2025-12-15 04:11:42] "DELETE /bgp-router/6f79c455-0ed8-45f9-94b4-e98e6c117df3 HTTP/1.1" 200 115 0.066454 10.0.0.23 - - [2025-12-15 04:11:42] "POST /ref-update HTTP/1.1" 200 156 0.049144 10.0.0.23 - - [2025-12-15 04:11:42] "DELETE /control-node-zone/33d735d0-1bc1-4b84-b211-256a76bf5150 HTTP/1.1" 200 115 0.041656 10.0.0.23 - - [2025-12-15 04:11:42] "POST /neutron/network HTTP/1.1" 400 204 0.015624 10.0.0.23 - - [2025-12-15 04:11:43] "POST /neutron/port HTTP/1.1" 200 151 0.257800 10.0.0.23 - - [2025-12-15 04:11:43] "POST /neutron/port HTTP/1.1" 200 151 0.259899 10.0.0.23 - - [2025-12-15 04:11:43] "POST /neutron/port HTTP/1.1" 200 151 0.242823 10.0.0.23 - - [2025-12-15 04:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.65 - - [2025-12-15 04:11:46] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002158 10.0.0.23 - - [2025-12-15 04:11:46] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.082748 10.0.0.65 - - [2025-12-15 04:11:46] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.23 - - [2025-12-15 04:11:46] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?fields=virtual_networks HTTP/1.1" 200 1035 0.051866 10.0.0.65 - - [2025-12-15 04:11:46] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001816 10.0.0.23 - - [2025-12-15 04:11:46] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.046517 10.0.0.65 - - [2025-12-15 04:11:46] "GET /projects?obj_uuids=a49bcefe-82f3-4196-8e18-89cbf64b45ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001055 10.0.0.23 - - [2025-12-15 04:11:46] "GET /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea?fields=security_groups HTTP/1.1" 200 1262 0.041338 10.0.0.23 - - [2025-12-15 04:11:47] "POST /fqname-to-id HTTP/1.1" 404 181 0.024863 10.0.0.65 - - [2025-12-15 04:11:47] "GET /projects?obj_uuids=e5e18188-b524-4df1-b066-c0bada9b2e54&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003828 10.0.0.65 - - [2025-12-15 04:11:47] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001417 10.0.0.65 - - [2025-12-15 04:11:47] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.042208 10.0.0.65 - - [2025-12-15 04:11:47] "POST /id-to-fqname HTTP/1.1" 200 183 0.005794 10.0.0.65 - - [2025-12-15 04:11:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.007704 10.0.0.65 - - [2025-12-15 04:11:47] "POST /security-groups HTTP/1.1" 200 584 0.042544 10.0.0.65 - - [2025-12-15 04:11:47] "POST /projects HTTP/1.1" 200 571 0.278972 10.0.0.23 - - [2025-12-15 04:11:47] "POST /access-control-lists HTTP/1.1" 200 589 0.029038 10.0.0.65 - - [2025-12-15 04:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.347478 10.0.0.23 - - [2025-12-15 04:11:47] "GET /project/e5e18188-b524-4df1-b066-c0bada9b2e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.525265 10.0.0.23 - - [2025-12-15 04:11:48] "GET / HTTP/1.1" 200 35931 0.001846 10.0.0.23 - - [2025-12-15 04:11:50] "DELETE /access-control-list/a995fa94-59a0-4491-a3d2-72e84cbc1162 HTTP/1.1" 200 115 0.049441 10.0.0.65 - - [2025-12-15 04:11:51] "GET /projects?obj_uuids=e5e18188-b524-4df1-b066-c0bada9b2e54&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001047 10.0.0.23 - - [2025-12-15 04:11:51] "GET /project/e5e18188-b524-4df1-b066-c0bada9b2e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.052964 10.0.0.65 - - [2025-12-15 04:11:51] "GET /projects?obj_uuids=e5e18188-b524-4df1-b066-c0bada9b2e54&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001135 10.0.0.23 - - [2025-12-15 04:11:51] "GET /project/e5e18188-b524-4df1-b066-c0bada9b2e54?fields=virtual_networks HTTP/1.1" 200 1019 0.049512 10.0.0.65 - - [2025-12-15 04:11:51] "GET /projects?obj_uuids=e5e18188-b524-4df1-b066-c0bada9b2e54&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001014 10.0.0.23 - - [2025-12-15 04:11:51] "GET /project/e5e18188-b524-4df1-b066-c0bada9b2e54?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.041679 10.0.0.65 - - [2025-12-15 04:11:51] "GET /projects?obj_uuids=e5e18188-b524-4df1-b066-c0bada9b2e54&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000967 10.0.0.23 - - [2025-12-15 04:11:51] "GET /project/e5e18188-b524-4df1-b066-c0bada9b2e54?fields=security_groups HTTP/1.1" 200 1238 0.043645 10.0.0.23 - - [2025-12-15 04:11:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.026733 10.0.0.65 - - [2025-12-15 04:11:52] "GET /projects?obj_uuids=97817a0c-663a-42bf-981c-53cf64043b89&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003220 10.0.0.65 - - [2025-12-15 04:11:52] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.65 - - [2025-12-15 04:11:52] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007447 10.0.0.65 - - [2025-12-15 04:11:53] "POST /id-to-fqname HTTP/1.1" 200 191 0.008773 10.0.0.65 - - [2025-12-15 04:11:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.019084 10.0.0.65 - - [2025-12-15 04:11:53] "POST /security-groups HTTP/1.1" 200 592 0.032360 10.0.0.65 - - [2025-12-15 04:11:53] "POST /projects HTTP/1.1" 200 587 0.278339 10.0.0.65 - - [2025-12-15 04:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.350542 10.0.0.23 - - [2025-12-15 04:11:53] "POST /access-control-lists HTTP/1.1" 200 597 0.060705 10.0.0.23 - - [2025-12-15 04:11:53] "GET /project/97817a0c-663a-42bf-981c-53cf64043b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.491226 10.0.0.23 - - [2025-12-15 04:11:54] "GET / HTTP/1.1" 200 35931 0.002489 10.0.0.65 - - [2025-12-15 04:11:55] "DELETE /project/a49bcefe-82f3-4196-8e18-89cbf64b45ea HTTP/1.1" 404 177 0.004644 10.0.0.65 - - [2025-12-15 04:11:55] "DELETE /project/e5e18188b5244df1b066c0bada9b2e54 HTTP/1.1" 404 173 0.009179 10.0.0.65 - - [2025-12-15 04:11:55] "DELETE /project/97817a0c663a42bf981c53cf64043b89 HTTP/1.1" 404 173 0.008079 10.0.0.65 - - [2025-12-15 04:11:55] "GET /projects?obj_uuids=e5e18188-b524-4df1-b066-c0bada9b2e54&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000833 10.0.0.65 - - [2025-12-15 04:11:56] "GET /project/e5e18188-b524-4df1-b066-c0bada9b2e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.054064 10.0.0.65 - - [2025-12-15 04:11:56] "GET /projects?obj_uuids=e5e18188-b524-4df1-b066-c0bada9b2e54&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001068 10.0.0.65 - - [2025-12-15 04:11:56] "GET /project/e5e18188-b524-4df1-b066-c0bada9b2e54?fields=security_groups HTTP/1.1" 200 1343 0.057126 10.0.0.65 - - [2025-12-15 04:11:56] "DELETE /security-group/a631495d-5b25-41fa-89cf-c265d5572cf0 HTTP/1.1" 200 115 0.089593 10.0.0.65 - - [2025-12-15 04:11:56] "GET /projects?obj_uuids=e5e18188-b524-4df1-b066-c0bada9b2e54&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002937 10.0.0.23 - - [2025-12-15 04:11:56] "DELETE /access-control-list/51582ede-e78c-4f30-8026-a7ee9f274f6a HTTP/1.1" 200 115 0.086822 10.0.0.65 - - [2025-12-15 04:11:56] "GET /project/e5e18188-b524-4df1-b066-c0bada9b2e54?fields=application_policy_sets HTTP/1.1" 200 1382 0.072556 10.0.0.65 - - [2025-12-15 04:11:56] "DELETE /project/e5e18188-b524-4df1-b066-c0bada9b2e54 HTTP/1.1" 200 115 0.521688 10.0.0.65 - - [2025-12-15 04:11:57] "GET /projects?obj_uuids=97817a0c-663a-42bf-981c-53cf64043b89&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001240 10.0.0.23 - - [2025-12-15 04:11:57] "GET /project/97817a0c-663a-42bf-981c-53cf64043b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044929 10.0.0.65 - - [2025-12-15 04:11:57] "GET /projects?obj_uuids=97817a0c-663a-42bf-981c-53cf64043b89&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001725 10.0.0.23 - - [2025-12-15 04:11:57] "GET /project/97817a0c-663a-42bf-981c-53cf64043b89?fields=virtual_networks HTTP/1.1" 200 1035 0.063961 10.0.0.65 - - [2025-12-15 04:11:57] "GET /projects?obj_uuids=97817a0c-663a-42bf-981c-53cf64043b89&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001371 10.0.0.23 - - [2025-12-15 04:11:57] "GET /project/97817a0c-663a-42bf-981c-53cf64043b89?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.062097 10.0.0.65 - - [2025-12-15 04:11:57] "GET /projects?obj_uuids=97817a0c-663a-42bf-981c-53cf64043b89&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002039 10.0.0.23 - - [2025-12-15 04:11:57] "GET /project/97817a0c-663a-42bf-981c-53cf64043b89?fields=security_groups HTTP/1.1" 200 1262 0.059958 10.0.0.23 - - [2025-12-15 04:11:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.033410 10.0.0.65 - - [2025-12-15 04:11:58] "GET /projects?obj_uuids=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002799 10.0.0.65 - - [2025-12-15 04:11:58] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.65 - - [2025-12-15 04:11:58] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008708 10.0.0.65 - - [2025-12-15 04:11:58] "POST /id-to-fqname HTTP/1.1" 200 197 0.004982 10.0.0.65 - - [2025-12-15 04:11:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.007503 10.0.0.65 - - [2025-12-15 04:11:58] "POST /security-groups HTTP/1.1" 200 598 0.078383 10.0.0.65 - - [2025-12-15 04:11:59] "POST /projects HTTP/1.1" 200 599 0.350691 10.0.0.65 - - [2025-12-15 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.384687 10.0.0.23 - - [2025-12-15 04:11:59] "POST /access-control-lists HTTP/1.1" 200 603 0.039281 10.0.0.23 - - [2025-12-15 04:11:59] "GET /project/9963b68e-726d-4098-aefb-a08db56540eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.522030 10.0.0.23 - - [2025-12-15 04:12:00] "GET / HTTP/1.1" 200 35931 0.002466 10.0.0.23 - - [2025-12-15 04:12:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000882 10.0.0.23 - - [2025-12-15 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.082345 10.0.0.23 - - [2025-12-15 04:12:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004330 10.0.0.23 - - [2025-12-15 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.23 - - [2025-12-15 04:12:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004259 10.0.0.23 - - [2025-12-15 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.23 - - [2025-12-15 04:12:02] "PUT /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e HTTP/1.1" 200 276 0.014337 10.0.0.23 - - [2025-12-15 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.65 - - [2025-12-15 04:12:02] "GET /projects?obj_uuids=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001800 10.0.0.23 - - [2025-12-15 04:12:02] "GET /project/9963b68e-726d-4098-aefb-a08db56540eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.066143 10.0.0.23 - - [2025-12-15 04:12:02] "POST /neutron/network HTTP/1.1" 200 117 0.042846 10.0.0.23 - - [2025-12-15 04:12:03] "POST /route-targets HTTP/1.1" 200 327 0.014388 10.0.0.23 - - [2025-12-15 04:12:03] "POST /neutron/network HTTP/1.1" 200 808 0.010089 10.0.0.23 - - [2025-12-15 04:12:03] "POST /id-to-fqname HTTP/1.1" 200 218 0.001263 10.0.0.23 - - [2025-12-15 04:12:03] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005422 10.0.0.23 - - [2025-12-15 04:12:03] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007093 10.0.0.23 - - [2025-12-15 04:12:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.010993 10.0.0.23 - - [2025-12-15 04:12:03] "POST /id-to-fqname HTTP/1.1" 200 218 0.001283 10.0.0.65 - - [2025-12-15 04:12:04] "GET /projects?obj_uuids=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001150 10.0.0.23 - - [2025-12-15 04:12:04] "GET /project/9963b68e-726d-4098-aefb-a08db56540eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.093940 10.0.0.23 - - [2025-12-15 04:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.009361 10.0.0.23 - - [2025-12-15 04:12:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001282 10.0.0.23 - - [2025-12-15 04:12:04] "POST /neutron/network HTTP/1.1" 200 818 0.008700 10.0.0.23 - - [2025-12-15 04:12:05] "POST /neutron/port HTTP/1.1" 200 1062 0.018211 10.0.0.23 - - [2025-12-15 04:12:05] "POST /neutron/port HTTP/1.1" 200 1090 0.020708 10.0.0.23 - - [2025-12-15 04:12:05] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.65 - - [2025-12-15 04:12:05] "GET /projects?obj_uuids=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000880 10.0.0.23 - - [2025-12-15 04:12:05] "GET /project/9963b68e-726d-4098-aefb-a08db56540eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.066680 10.0.0.23 - - [2025-12-15 04:12:05] "POST /neutron/port HTTP/1.1" 200 1090 0.020028 10.0.0.23 - - [2025-12-15 04:12:06] "POST /neutron/network HTTP/1.1" 200 818 0.006689 10.0.0.23 - - [2025-12-15 04:12:06] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005980 10.0.0.23 - - [2025-12-15 04:12:06] "POST /neutron/port HTTP/1.1" 200 1062 0.016816 10.0.0.23 - - [2025-12-15 04:12:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004727 10.0.0.23 - - [2025-12-15 04:12:07] "POST /neutron/network HTTP/1.1" 200 808 0.007937 10.0.0.65 - - [2025-12-15 04:12:08] "GET /obj-perms HTTP/1.1" 200 5044 0.054023 10.0.0.23 - - [2025-12-15 04:12:08] "POST /neutron/port HTTP/1.1" 200 1090 0.029099 10.0.0.23 - - [2025-12-15 04:12:08] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008481 10.0.0.23 - - [2025-12-15 04:12:08] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 401 292 0.000555 10.0.0.23 - - [2025-12-15 04:12:08] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 200 1299 0.031662 10.0.0.23 - - [2025-12-15 04:12:08] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 200 1299 0.004383 10.0.0.23 - - [2025-12-15 04:12:08] "GET /virtual-machine-interface/30a71765-827c-460c-913d-fbe3abd8f58f HTTP/1.1" 200 2949 0.006813 10.0.0.23 - - [2025-12-15 04:12:08] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 200 1299 0.004584 10.0.0.23 - - [2025-12-15 04:12:08] "GET /virtual-machine-interface/30a71765-827c-460c-913d-fbe3abd8f58f HTTP/1.1" 200 2949 0.005441 10.0.0.23 - - [2025-12-15 04:12:08] "GET /instance-ip/67cfe539-25b9-478d-bd83-5da3d27c7ee4 HTTP/1.1" 200 1620 0.008886 10.0.0.23 - - [2025-12-15 04:12:08] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 200 1299 0.004243 10.0.0.23 - - [2025-12-15 04:12:08] "GET /virtual-machine-interface/30a71765-827c-460c-913d-fbe3abd8f58f HTTP/1.1" 200 2949 0.006928 10.0.0.23 - - [2025-12-15 04:12:08] "GET /instance-ip/67cfe539-25b9-478d-bd83-5da3d27c7ee4 HTTP/1.1" 200 1620 0.006425 10.0.0.23 - - [2025-12-15 04:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2025-12-15 04:12:08] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004742 10.0.0.23 - - [2025-12-15 04:12:08] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003614 10.0.0.23 - - [2025-12-15 04:12:08] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005776 10.0.0.23 - - [2025-12-15 04:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.23 - - [2025-12-15 04:12:08] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004454 10.0.0.23 - - [2025-12-15 04:12:08] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002879 10.0.0.23 - - [2025-12-15 04:12:09] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006013 10.0.0.23 - - [2025-12-15 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.23 - - [2025-12-15 04:12:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008233 10.0.0.23 - - [2025-12-15 04:12:09] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004441 10.0.0.23 - - [2025-12-15 04:12:09] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008005 10.0.0.23 - - [2025-12-15 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.23 - - [2025-12-15 04:12:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004599 10.0.0.23 - - [2025-12-15 04:12:09] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003590 10.0.0.23 - - [2025-12-15 04:12:09] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008277 10.0.0.23 - - [2025-12-15 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.23 - - [2025-12-15 04:12:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005929 10.0.0.23 - - [2025-12-15 04:12:09] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003348 10.0.0.23 - - [2025-12-15 04:12:09] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006294 10.0.0.23 - - [2025-12-15 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.23 - - [2025-12-15 04:12:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003910 10.0.0.23 - - [2025-12-15 04:12:09] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003457 10.0.0.23 - - [2025-12-15 04:12:09] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010682 10.0.0.23 - - [2025-12-15 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.23 - - [2025-12-15 04:12:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005019 10.0.0.23 - - [2025-12-15 04:12:09] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004672 10.0.0.23 - - [2025-12-15 04:12:09] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005648 10.0.0.23 - - [2025-12-15 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.23 - - [2025-12-15 04:12:12] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005691 10.0.0.23 - - [2025-12-15 04:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.23 - - [2025-12-15 04:12:16] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005608 10.0.0.23 - - [2025-12-15 04:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.23 - - [2025-12-15 04:12:20] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005644 10.0.0.23 - - [2025-12-15 04:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.23 - - [2025-12-15 04:12:25] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006032 10.0.0.23 - - [2025-12-15 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.23 - - [2025-12-15 04:12:29] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006021 10.0.0.23 - - [2025-12-15 04:12:30] "POST /neutron/port HTTP/1.1" 200 1090 0.017746 10.0.0.23 - - [2025-12-15 04:12:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003896 10.0.0.23 - - [2025-12-15 04:12:30] "POST /neutron/network HTTP/1.1" 200 808 0.007344 10.0.0.23 - - [2025-12-15 04:12:31] "POST /neutron/network HTTP/1.1" 200 818 0.007833 10.0.0.23 - - [2025-12-15 04:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.23 - - [2025-12-15 04:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.23 - - [2025-12-15 04:12:33] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005732 10.0.0.23 - - [2025-12-15 04:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.23 - - [2025-12-15 04:12:37] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006403 10.0.0.23 - - [2025-12-15 04:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.23 - - [2025-12-15 04:12:41] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006119 10.0.0.23 - - [2025-12-15 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.23 - - [2025-12-15 04:12:45] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005622 10.0.0.23 - - [2025-12-15 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.23 - - [2025-12-15 04:12:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005086 10.0.0.23 - - [2025-12-15 04:12:47] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003937 10.0.0.23 - - [2025-12-15 04:12:47] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008114 10.0.0.23 - - [2025-12-15 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2025-12-15 04:12:47] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004112 10.0.0.23 - - [2025-12-15 04:12:47] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003291 10.0.0.23 - - [2025-12-15 04:12:48] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006114 10.0.0.23 - - [2025-12-15 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.23 - - [2025-12-15 04:12:48] "GET /routing-instance/66f114fc-edea-40a2-8483-2c5c478628d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.007405 10.0.0.23 - - [2025-12-15 04:12:48] "GET /route-target/5b17f934-c104-4103-b4f7-2619dca25f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004046 10.0.0.23 - - [2025-12-15 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.23 - - [2025-12-15 04:12:48] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004329 10.0.0.23 - - [2025-12-15 04:12:48] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003498 10.0.0.23 - - [2025-12-15 04:12:48] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005912 10.0.0.23 - - [2025-12-15 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.23 - - [2025-12-15 04:12:48] "GET /routing-instance/66f114fc-edea-40a2-8483-2c5c478628d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.010504 10.0.0.23 - - [2025-12-15 04:12:48] "GET /route-target/5b17f934-c104-4103-b4f7-2619dca25f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004228 10.0.0.23 - - [2025-12-15 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.23 - - [2025-12-15 04:12:48] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005410 10.0.0.23 - - [2025-12-15 04:12:48] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003886 10.0.0.23 - - [2025-12-15 04:12:48] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009615 10.0.0.23 - - [2025-12-15 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.23 - - [2025-12-15 04:12:48] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006556 10.0.0.23 - - [2025-12-15 04:12:48] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004748 10.0.0.23 - - [2025-12-15 04:12:48] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009136 10.0.0.23 - - [2025-12-15 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005794 10.0.0.23 - - [2025-12-15 04:12:48] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005472 10.0.0.23 - - [2025-12-15 04:12:48] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003935 10.0.0.23 - - [2025-12-15 04:12:48] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007092 10.0.0.23 - - [2025-12-15 04:12:49] "GET /obj-perms HTTP/1.1" 200 5044 0.049917 10.0.0.65 - - [2025-12-15 04:12:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004375 10.0.0.23 - - [2025-12-15 04:12:49] "GET /obj-perms HTTP/1.1" 200 5044 0.005416 10.0.0.50 - - [2025-12-15 04:12:49] "GET /obj-perms HTTP/1.1" 200 5044 0.054763 10.0.0.65 - - [2025-12-15 04:12:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004420 10.0.0.23 - - [2025-12-15 04:12:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010635 10.0.0.23 - - [2025-12-15 04:12:49] "POST /neutron/port HTTP/1.1" 200 1090 0.023951 10.0.0.23 - - [2025-12-15 04:12:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007924 10.0.0.23 - - [2025-12-15 04:12:49] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 200 1298 0.007245 10.0.0.23 - - [2025-12-15 04:12:49] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 200 1298 0.003962 10.0.0.23 - - [2025-12-15 04:12:49] "GET /virtual-machine-interface/55428b20-33bc-41e2-9445-ac7d06b0f1b1 HTTP/1.1" 200 2949 0.005681 10.0.0.23 - - [2025-12-15 04:12:49] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 200 1298 0.003724 10.0.0.23 - - [2025-12-15 04:12:49] "GET /virtual-machine-interface/55428b20-33bc-41e2-9445-ac7d06b0f1b1 HTTP/1.1" 200 2949 0.005662 10.0.0.23 - - [2025-12-15 04:12:49] "GET /instance-ip/3b61242b-c8cd-4250-9b74-07f6b0c2e47c HTTP/1.1" 200 1620 0.007253 10.0.0.23 - - [2025-12-15 04:12:49] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 200 1298 0.004061 10.0.0.23 - - [2025-12-15 04:12:49] "GET /virtual-machine-interface/55428b20-33bc-41e2-9445-ac7d06b0f1b1 HTTP/1.1" 200 2949 0.005439 10.0.0.23 - - [2025-12-15 04:12:49] "GET /instance-ip/3b61242b-c8cd-4250-9b74-07f6b0c2e47c HTTP/1.1" 200 1620 0.004903 10.0.0.23 - - [2025-12-15 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.23 - - [2025-12-15 04:12:49] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005135 10.0.0.23 - - [2025-12-15 04:12:49] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005452 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010885 10.0.0.23 - - [2025-12-15 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.23 - - [2025-12-15 04:12:50] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004815 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003443 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005983 10.0.0.23 - - [2025-12-15 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.23 - - [2025-12-15 04:12:50] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004227 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003227 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005891 10.0.0.23 - - [2025-12-15 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.23 - - [2025-12-15 04:12:50] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004742 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004123 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006071 10.0.0.23 - - [2025-12-15 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.23 - - [2025-12-15 04:12:50] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005634 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004052 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006711 10.0.0.23 - - [2025-12-15 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.23 - - [2025-12-15 04:12:50] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005181 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003376 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006563 10.0.0.23 - - [2025-12-15 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2025-12-15 04:12:50] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004874 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003351 10.0.0.23 - - [2025-12-15 04:12:50] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006145 10.0.0.23 - - [2025-12-15 04:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.23 - - [2025-12-15 04:12:51] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003909 10.0.0.23 - - [2025-12-15 04:12:51] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003206 10.0.0.23 - - [2025-12-15 04:12:52] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006095 10.0.0.23 - - [2025-12-15 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.23 - - [2025-12-15 04:12:52] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005147 10.0.0.23 - - [2025-12-15 04:12:52] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004373 10.0.0.23 - - [2025-12-15 04:12:52] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006909 10.0.0.23 - - [2025-12-15 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.23 - - [2025-12-15 04:12:52] "GET /routing-instance/66f114fc-edea-40a2-8483-2c5c478628d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.008217 10.0.0.23 - - [2025-12-15 04:12:52] "GET /route-target/5b17f934-c104-4103-b4f7-2619dca25f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004266 10.0.0.23 - - [2025-12-15 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.23 - - [2025-12-15 04:12:52] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003753 10.0.0.23 - - [2025-12-15 04:12:52] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003100 10.0.0.23 - - [2025-12-15 04:12:52] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006006 10.0.0.23 - - [2025-12-15 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005930 10.0.0.23 - - [2025-12-15 04:12:52] "GET /routing-instance/66f114fc-edea-40a2-8483-2c5c478628d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.004528 10.0.0.23 - - [2025-12-15 04:12:52] "GET /route-target/5b17f934-c104-4103-b4f7-2619dca25f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004324 10.0.0.23 - - [2025-12-15 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.23 - - [2025-12-15 04:12:52] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004221 10.0.0.23 - - [2025-12-15 04:12:52] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003601 10.0.0.23 - - [2025-12-15 04:12:52] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006031 10.0.0.23 - - [2025-12-15 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.23 - - [2025-12-15 04:12:52] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004567 10.0.0.23 - - [2025-12-15 04:12:52] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003735 10.0.0.23 - - [2025-12-15 04:12:52] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006055 10.0.0.23 - - [2025-12-15 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.23 - - [2025-12-15 04:12:53] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005919 10.0.0.23 - - [2025-12-15 04:12:53] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004540 10.0.0.23 - - [2025-12-15 04:12:53] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008390 10.0.0.23 - - [2025-12-15 04:12:53] "GET /obj-perms HTTP/1.1" 200 5044 0.004925 10.0.0.23 - - [2025-12-15 04:12:53] "GET /obj-perms HTTP/1.1" 200 5044 0.004595 10.0.0.65 - - [2025-12-15 04:12:53] "GET /obj-perms HTTP/1.1" 200 5044 0.004139 10.0.0.23 - - [2025-12-15 04:12:53] "GET /obj-perms HTTP/1.1" 200 5044 0.003793 10.0.0.50 - - [2025-12-15 04:12:53] "GET /obj-perms HTTP/1.1" 200 5044 0.003515 10.0.0.23 - - [2025-12-15 04:12:53] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 200 1299 0.004279 10.0.0.23 - - [2025-12-15 04:12:53] "GET /virtual-machine-interface/30a71765-827c-460c-913d-fbe3abd8f58f HTTP/1.1" 200 2949 0.005244 10.0.0.23 - - [2025-12-15 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.23 - - [2025-12-15 04:12:53] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010252 10.0.0.23 - - [2025-12-15 04:12:53] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003077 10.0.0.23 - - [2025-12-15 04:12:53] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005543 10.0.0.23 - - [2025-12-15 04:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027 10.0.0.23 - - [2025-12-15 04:12:54] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004384 10.0.0.23 - - [2025-12-15 04:12:54] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003099 10.0.0.23 - - [2025-12-15 04:12:54] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006226 10.0.0.65 - - [2025-12-15 04:12:56] "DELETE /project/9963b68e726d4098aefba08db56540eb HTTP/1.1" 404 173 0.003793 10.0.0.65 - - [2025-12-15 04:12:56] "GET /projects?obj_uuids=97817a0c-663a-42bf-981c-53cf64043b89&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.65 - - [2025-12-15 04:12:56] "GET /project/97817a0c-663a-42bf-981c-53cf64043b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.053047 10.0.0.65 - - [2025-12-15 04:12:56] "GET /projects?obj_uuids=97817a0c-663a-42bf-981c-53cf64043b89&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002086 10.0.0.65 - - [2025-12-15 04:12:56] "GET /project/97817a0c-663a-42bf-981c-53cf64043b89?fields=security_groups HTTP/1.1" 200 1367 0.056446 10.0.0.65 - - [2025-12-15 04:12:56] "DELETE /security-group/ff1706a9-8fc0-4433-9362-203b6cb035ca HTTP/1.1" 200 115 0.054940 10.0.0.65 - - [2025-12-15 04:12:56] "GET /projects?obj_uuids=97817a0c-663a-42bf-981c-53cf64043b89&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.65 - - [2025-12-15 04:12:56] "GET /project/97817a0c-663a-42bf-981c-53cf64043b89?fields=application_policy_sets HTTP/1.1" 200 1406 0.062713 10.0.0.23 - - [2025-12-15 04:12:56] "DELETE /access-control-list/9a5c78e2-b39d-43f9-a3e4-f429c2c18d3f HTTP/1.1" 200 115 0.041047 10.0.0.65 - - [2025-12-15 04:12:57] "DELETE /project/97817a0c-663a-42bf-981c-53cf64043b89 HTTP/1.1" 200 115 0.469863 10.0.0.23 - - [2025-12-15 04:12:57] "POST /neutron/port HTTP/1.1" 200 1090 0.040556 10.0.0.23 - - [2025-12-15 04:13:00] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008068 10.0.0.23 - - [2025-12-15 04:13:05] "POST /neutron/port HTTP/1.1" 200 1090 0.015842 10.0.0.23 - - [2025-12-15 04:13:10] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 200 1298 0.004342 10.0.0.23 - - [2025-12-15 04:13:10] "GET /virtual-machine-interface/55428b20-33bc-41e2-9445-ac7d06b0f1b1 HTTP/1.1" 200 2949 0.005896 10.0.0.23 - - [2025-12-15 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.23 - - [2025-12-15 04:13:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004427 10.0.0.23 - - [2025-12-15 04:13:10] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003017 10.0.0.23 - - [2025-12-15 04:13:10] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005902 10.0.0.23 - - [2025-12-15 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005404 10.0.0.23 - - [2025-12-15 04:13:11] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005628 10.0.0.23 - - [2025-12-15 04:13:11] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004448 10.0.0.23 - - [2025-12-15 04:13:11] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008591 10.0.0.23 - - [2025-12-15 04:13:31] "POST /neutron/port HTTP/1.1" 200 1090 0.016731 10.0.0.23 - - [2025-12-15 04:13:31] "POST /neutron/subnet HTTP/1.1" 200 675 0.009308 10.0.0.23 - - [2025-12-15 04:13:31] "POST /neutron/port HTTP/1.1" 200 1090 0.016089 10.0.0.23 - - [2025-12-15 04:13:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006267 10.0.0.23 - - [2025-12-15 04:13:31] "POST /neutron/network HTTP/1.1" 200 808 0.007474 10.0.0.65 - - [2025-12-15 04:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.65 - - [2025-12-15 04:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.65 - - [2025-12-15 04:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.65 - - [2025-12-15 04:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.50 - - [2025-12-15 04:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000792 10.0.0.23 - - [2025-12-15 04:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.50 - - [2025-12-15 04:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.001468 10.0.0.23 - - [2025-12-15 04:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000737 10.0.0.23 - - [2025-12-15 04:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2025-12-15 04:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2025-12-15 04:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.50 - - [2025-12-15 04:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.23 - - [2025-12-15 04:14:31] "POST /neutron/network HTTP/1.1" 200 818 0.006698 10.0.0.23 - - [2025-12-15 04:14:31] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.23 - - [2025-12-15 04:14:32] "POST /neutron/port HTTP/1.1" 200 1090 0.016807 10.0.0.23 - - [2025-12-15 04:14:32] "POST /neutron/subnet HTTP/1.1" 200 675 0.009315 10.0.0.23 - - [2025-12-15 04:15:01] "POST /neutron/port HTTP/1.1" 200 1090 0.022696 10.0.0.23 - - [2025-12-15 04:15:01] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 200 1299 0.005147 10.0.0.23 - - [2025-12-15 04:15:01] "GET /virtual-machine-interface/30a71765-827c-460c-913d-fbe3abd8f58f HTTP/1.1" 200 2949 0.008255 10.0.0.23 - - [2025-12-15 04:15:01] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 200 1299 0.005838 10.0.0.23 - - [2025-12-15 04:15:01] "GET /virtual-machine-interface/30a71765-827c-460c-913d-fbe3abd8f58f HTTP/1.1" 200 2949 0.006974 10.0.0.23 - - [2025-12-15 04:15:01] "GET /instance-ip/67cfe539-25b9-478d-bd83-5da3d27c7ee4 HTTP/1.1" 200 1620 0.007665 10.0.0.23 - - [2025-12-15 04:15:01] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 200 1299 0.006316 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-machine-interface/30a71765-827c-460c-913d-fbe3abd8f58f HTTP/1.1" 200 2949 0.008999 10.0.0.23 - - [2025-12-15 04:15:02] "GET /instance-ip/67cfe539-25b9-478d-bd83-5da3d27c7ee4 HTTP/1.1" 200 1620 0.005949 10.0.0.23 - - [2025-12-15 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.23 - - [2025-12-15 04:15:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005461 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004471 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008338 10.0.0.23 - - [2025-12-15 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005513 10.0.0.23 - - [2025-12-15 04:15:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007750 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005894 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008085 10.0.0.23 - - [2025-12-15 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007553 10.0.0.23 - - [2025-12-15 04:15:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005744 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004796 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007779 10.0.0.23 - - [2025-12-15 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005569 10.0.0.23 - - [2025-12-15 04:15:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005728 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005742 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007917 10.0.0.23 - - [2025-12-15 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.23 - - [2025-12-15 04:15:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006958 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004638 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008873 10.0.0.23 - - [2025-12-15 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008385 10.0.0.23 - - [2025-12-15 04:15:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007070 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005815 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013598 10.0.0.23 - - [2025-12-15 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005494 10.0.0.23 - - [2025-12-15 04:15:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004628 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003048 10.0.0.23 - - [2025-12-15 04:15:02] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008158 10.0.0.23 - - [2025-12-15 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2025-12-15 04:15:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004016 10.0.0.23 - - [2025-12-15 04:15:04] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003583 10.0.0.23 - - [2025-12-15 04:15:04] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006563 10.0.0.23 - - [2025-12-15 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.23 - - [2025-12-15 04:15:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003909 10.0.0.23 - - [2025-12-15 04:15:04] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003724 10.0.0.23 - - [2025-12-15 04:15:04] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005736 10.0.0.23 - - [2025-12-15 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.23 - - [2025-12-15 04:15:04] "GET /routing-instance/66f114fc-edea-40a2-8483-2c5c478628d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.005204 10.0.0.23 - - [2025-12-15 04:15:04] "GET /route-target/5b17f934-c104-4103-b4f7-2619dca25f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004431 10.0.0.23 - - [2025-12-15 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.23 - - [2025-12-15 04:15:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005017 10.0.0.23 - - [2025-12-15 04:15:04] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003100 10.0.0.23 - - [2025-12-15 04:15:04] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006183 10.0.0.23 - - [2025-12-15 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.23 - - [2025-12-15 04:15:04] "GET /routing-instance/66f114fc-edea-40a2-8483-2c5c478628d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.004300 10.0.0.23 - - [2025-12-15 04:15:04] "GET /route-target/5b17f934-c104-4103-b4f7-2619dca25f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005649 10.0.0.23 - - [2025-12-15 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2025-12-15 04:15:04] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004206 10.0.0.23 - - [2025-12-15 04:15:04] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003545 10.0.0.23 - - [2025-12-15 04:15:04] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006299 10.0.0.23 - - [2025-12-15 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.23 - - [2025-12-15 04:15:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004581 10.0.0.23 - - [2025-12-15 04:15:05] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003758 10.0.0.23 - - [2025-12-15 04:15:05] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006509 10.0.0.23 - - [2025-12-15 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.23 - - [2025-12-15 04:15:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004781 10.0.0.23 - - [2025-12-15 04:15:05] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003191 10.0.0.23 - - [2025-12-15 04:15:05] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006353 10.0.0.65 - - [2025-12-15 04:15:05] "GET /obj-perms HTTP/1.1" 200 5044 0.004570 10.0.0.23 - - [2025-12-15 04:15:07] "GET /virtual-router/529ad29e-e6b4-443d-a3d2-6877ee6309c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.031797 10.0.0.65 - - [2025-12-15 04:15:09] "GET /obj-perms HTTP/1.1" 200 5044 0.004185 10.0.0.65 - - [2025-12-15 04:15:15] "GET /obj-perms HTTP/1.1" 200 5044 0.005531 10.0.0.23 - - [2025-12-15 04:15:17] "GET /obj-perms HTTP/1.1" 200 5044 0.003582 10.0.0.23 - - [2025-12-15 04:15:17] "GET /obj-perms HTTP/1.1" 200 5044 0.004224 10.0.0.65 - - [2025-12-15 04:15:17] "GET /obj-perms HTTP/1.1" 200 5044 0.003620 10.0.0.23 - - [2025-12-15 04:15:17] "GET /obj-perms HTTP/1.1" 200 5044 0.004440 10.0.0.50 - - [2025-12-15 04:15:17] "GET /obj-perms HTTP/1.1" 200 5044 0.004001 10.0.0.65 - - [2025-12-15 04:15:17] "GET /obj-perms HTTP/1.1" 200 5044 0.003900 10.0.0.23 - - [2025-12-15 04:15:17] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008180 10.0.0.23 - - [2025-12-15 04:15:17] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 200 1298 0.003916 10.0.0.23 - - [2025-12-15 04:15:17] "GET /virtual-machine-interface/55428b20-33bc-41e2-9445-ac7d06b0f1b1 HTTP/1.1" 200 2949 0.006065 10.0.0.23 - - [2025-12-15 04:15:17] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 200 1298 0.003717 10.0.0.23 - - [2025-12-15 04:15:17] "GET /virtual-machine-interface/55428b20-33bc-41e2-9445-ac7d06b0f1b1 HTTP/1.1" 200 2949 0.005146 10.0.0.23 - - [2025-12-15 04:15:17] "GET /instance-ip/3b61242b-c8cd-4250-9b74-07f6b0c2e47c HTTP/1.1" 200 1620 0.003707 10.0.0.23 - - [2025-12-15 04:15:17] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 200 1298 0.004066 10.0.0.23 - - [2025-12-15 04:15:17] "GET /virtual-machine-interface/55428b20-33bc-41e2-9445-ac7d06b0f1b1 HTTP/1.1" 200 2949 0.005622 10.0.0.23 - - [2025-12-15 04:15:17] "GET /instance-ip/3b61242b-c8cd-4250-9b74-07f6b0c2e47c HTTP/1.1" 200 1620 0.004034 10.0.0.23 - - [2025-12-15 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2025-12-15 04:15:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004041 10.0.0.23 - - [2025-12-15 04:15:17] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003119 10.0.0.23 - - [2025-12-15 04:15:17] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006084 10.0.0.23 - - [2025-12-15 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.23 - - [2025-12-15 04:15:17] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004038 10.0.0.23 - - [2025-12-15 04:15:17] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004188 10.0.0.23 - - [2025-12-15 04:15:18] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006455 10.0.0.23 - - [2025-12-15 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.23 - - [2025-12-15 04:15:18] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004471 10.0.0.23 - - [2025-12-15 04:15:18] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003057 10.0.0.23 - - [2025-12-15 04:15:18] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005365 10.0.0.23 - - [2025-12-15 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.23 - - [2025-12-15 04:15:18] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005115 10.0.0.23 - - [2025-12-15 04:15:18] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003000 10.0.0.23 - - [2025-12-15 04:15:18] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006506 10.0.0.23 - - [2025-12-15 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.23 - - [2025-12-15 04:15:18] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004654 10.0.0.23 - - [2025-12-15 04:15:18] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003640 10.0.0.23 - - [2025-12-15 04:15:18] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005759 10.0.0.23 - - [2025-12-15 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.23 - - [2025-12-15 04:15:18] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004352 10.0.0.23 - - [2025-12-15 04:15:18] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003305 10.0.0.23 - - [2025-12-15 04:15:18] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005490 10.0.0.23 - - [2025-12-15 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2025-12-15 04:15:18] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004019 10.0.0.23 - - [2025-12-15 04:15:18] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003444 10.0.0.23 - - [2025-12-15 04:15:18] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005759 10.0.0.23 - - [2025-12-15 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.23 - - [2025-12-15 04:15:19] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003501 10.0.0.23 - - [2025-12-15 04:15:19] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003492 10.0.0.23 - - [2025-12-15 04:15:19] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006211 10.0.0.23 - - [2025-12-15 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.23 - - [2025-12-15 04:15:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003960 10.0.0.23 - - [2025-12-15 04:15:20] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003125 10.0.0.23 - - [2025-12-15 04:15:20] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006330 10.0.0.23 - - [2025-12-15 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2025-12-15 04:15:20] "GET /routing-instance/66f114fc-edea-40a2-8483-2c5c478628d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.004445 10.0.0.23 - - [2025-12-15 04:15:20] "GET /route-target/5b17f934-c104-4103-b4f7-2619dca25f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003963 10.0.0.23 - - [2025-12-15 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.23 - - [2025-12-15 04:15:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004196 10.0.0.23 - - [2025-12-15 04:15:20] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002954 10.0.0.23 - - [2025-12-15 04:15:20] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006500 10.0.0.23 - - [2025-12-15 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.23 - - [2025-12-15 04:15:20] "GET /routing-instance/66f114fc-edea-40a2-8483-2c5c478628d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.004654 10.0.0.23 - - [2025-12-15 04:15:20] "GET /route-target/5b17f934-c104-4103-b4f7-2619dca25f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004122 10.0.0.23 - - [2025-12-15 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2025-12-15 04:15:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003900 10.0.0.23 - - [2025-12-15 04:15:20] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004912 10.0.0.23 - - [2025-12-15 04:15:20] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006131 10.0.0.23 - - [2025-12-15 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005255 10.0.0.23 - - [2025-12-15 04:15:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004710 10.0.0.23 - - [2025-12-15 04:15:20] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003551 10.0.0.23 - - [2025-12-15 04:15:20] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006378 10.0.0.23 - - [2025-12-15 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.23 - - [2025-12-15 04:15:20] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004733 10.0.0.23 - - [2025-12-15 04:15:20] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003168 10.0.0.23 - - [2025-12-15 04:15:20] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006441 10.0.0.23 - - [2025-12-15 04:15:20] "GET /obj-perms HTTP/1.1" 200 5044 0.003522 10.0.0.65 - - [2025-12-15 04:15:21] "GET /obj-perms HTTP/1.1" 200 5044 0.003751 10.0.0.23 - - [2025-12-15 04:15:21] "GET /obj-perms HTTP/1.1" 200 5044 0.004285 10.0.0.65 - - [2025-12-15 04:15:21] "GET /obj-perms HTTP/1.1" 200 5044 0.003751 10.0.0.23 - - [2025-12-15 04:15:32] "POST /neutron/network HTTP/1.1" 200 818 0.033588 10.0.0.23 - - [2025-12-15 04:15:32] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.23 - - [2025-12-15 04:15:33] "POST /neutron/port HTTP/1.1" 200 1090 0.028121 10.0.0.23 - - [2025-12-15 04:15:33] "POST /neutron/subnet HTTP/1.1" 200 675 0.015832 10.0.0.23 - - [2025-12-15 04:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.23 - - [2025-12-15 04:15:41] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005075 10.0.0.23 - - [2025-12-15 04:15:41] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005527 10.0.0.23 - - [2025-12-15 04:15:41] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006192 10.0.0.23 - - [2025-12-15 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087 10.0.0.23 - - [2025-12-15 04:15:42] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006027 10.0.0.23 - - [2025-12-15 04:15:42] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003878 10.0.0.23 - - [2025-12-15 04:15:42] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005934 10.0.0.23 - - [2025-12-15 04:15:58] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 200 1298 0.004186 10.0.0.23 - - [2025-12-15 04:15:58] "GET /virtual-machine-interface/55428b20-33bc-41e2-9445-ac7d06b0f1b1 HTTP/1.1" 200 2949 0.010144 10.0.0.23 - - [2025-12-15 04:15:58] "GET /instance-ip/3b61242b-c8cd-4250-9b74-07f6b0c2e47c HTTP/1.1" 200 1620 0.004287 10.0.0.23 - - [2025-12-15 04:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.23 - - [2025-12-15 04:15:58] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005553 10.0.0.23 - - [2025-12-15 04:15:58] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004946 10.0.0.23 - - [2025-12-15 04:15:58] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006006 10.0.0.23 - - [2025-12-15 04:16:01] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 200 1298 0.004754 10.0.0.23 - - [2025-12-15 04:16:02] "POST /neutron/port HTTP/1.1" 200 1090 0.017046 10.0.0.23 - - [2025-12-15 04:16:03] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.005530 10.0.0.23 - - [2025-12-15 04:16:03] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003840 10.0.0.23 - - [2025-12-15 04:16:03] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.005730 10.0.0.23 - - [2025-12-15 04:16:04] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003542 10.0.0.23 - - [2025-12-15 04:16:05] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003189 10.0.0.23 - - [2025-12-15 04:16:06] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.004748 10.0.0.23 - - [2025-12-15 04:16:07] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003799 10.0.0.23 - - [2025-12-15 04:16:08] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003081 10.0.0.23 - - [2025-12-15 04:16:09] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.004452 10.0.0.23 - - [2025-12-15 04:16:09] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.004069 10.0.0.23 - - [2025-12-15 04:16:10] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.004157 10.0.0.23 - - [2025-12-15 04:16:11] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003518 10.0.0.23 - - [2025-12-15 04:16:12] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003510 10.0.0.23 - - [2025-12-15 04:16:13] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.002988 10.0.0.23 - - [2025-12-15 04:16:14] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.004978 10.0.0.23 - - [2025-12-15 04:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2025-12-15 04:16:14] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003878 10.0.0.23 - - [2025-12-15 04:16:14] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004130 10.0.0.23 - - [2025-12-15 04:16:15] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008975 10.0.0.23 - - [2025-12-15 04:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009741 10.0.0.23 - - [2025-12-15 04:16:15] "GET /routing-instance/66f114fc-edea-40a2-8483-2c5c478628d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.006926 10.0.0.23 - - [2025-12-15 04:16:15] "GET /route-target/5b17f934-c104-4103-b4f7-2619dca25f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006171 10.0.0.23 - - [2025-12-15 04:16:15] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.004593 10.0.0.23 - - [2025-12-15 04:16:16] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.004644 10.0.0.23 - - [2025-12-15 04:16:17] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003630 10.0.0.23 - - [2025-12-15 04:16:18] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003115 10.0.0.23 - - [2025-12-15 04:16:19] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.004033 10.0.0.23 - - [2025-12-15 04:16:20] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.004193 10.0.0.23 - - [2025-12-15 04:16:20] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003742 10.0.0.23 - - [2025-12-15 04:16:21] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003586 10.0.0.23 - - [2025-12-15 04:16:22] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003428 10.0.0.23 - - [2025-12-15 04:16:23] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.004399 10.0.0.23 - - [2025-12-15 04:16:24] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003469 10.0.0.23 - - [2025-12-15 04:16:25] "GET /virtual-machine/027a4ce3-072f-4e3a-8fb3-cc56f6a92a98 HTTP/1.1" 404 171 0.003772 10.0.0.23 - - [2025-12-15 04:16:25] "GET /obj-perms HTTP/1.1" 200 5044 0.005518 10.0.0.50 - - [2025-12-15 04:16:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003871 10.0.0.23 - - [2025-12-15 04:16:25] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 200 1299 0.004480 10.0.0.23 - - [2025-12-15 04:16:26] "POST /neutron/port HTTP/1.1" 200 1090 0.023481 10.0.0.23 - - [2025-12-15 04:16:27] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.003836 10.0.0.23 - - [2025-12-15 04:16:27] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.003591 10.0.0.23 - - [2025-12-15 04:16:27] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.003652 10.0.0.23 - - [2025-12-15 04:16:27] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.004178 10.0.0.23 - - [2025-12-15 04:16:28] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.003224 10.0.0.23 - - [2025-12-15 04:16:29] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.003350 10.0.0.23 - - [2025-12-15 04:16:30] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.004210 10.0.0.23 - - [2025-12-15 04:16:31] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.003814 10.0.0.23 - - [2025-12-15 04:16:32] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.003855 10.0.0.23 - - [2025-12-15 04:16:32] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.003006 10.0.0.23 - - [2025-12-15 04:16:33] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.003481 10.0.0.23 - - [2025-12-15 04:16:34] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.003617 10.0.0.23 - - [2025-12-15 04:16:35] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.004323 10.0.0.23 - - [2025-12-15 04:16:36] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.003262 10.0.0.23 - - [2025-12-15 04:16:37] "GET /virtual-machine/462951f8-cfd6-49aa-8f3f-ca516e744cf1 HTTP/1.1" 404 171 0.004309 10.0.0.23 - - [2025-12-15 04:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.23 - - [2025-12-15 04:16:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004063 10.0.0.23 - - [2025-12-15 04:16:37] "GET /virtual-networks?parent_id=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003483 10.0.0.23 - - [2025-12-15 04:16:37] "GET /virtual-network/1962cbb4-8ef3-4d9e-9e52-ef340dcfb87d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006410 10.0.0.23 - - [2025-12-15 04:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.23 - - [2025-12-15 04:16:37] "GET /routing-instance/66f114fc-edea-40a2-8483-2c5c478628d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.006022 10.0.0.23 - - [2025-12-15 04:16:38] "GET /route-target/5b17f934-c104-4103-b4f7-2619dca25f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004830 10.0.0.23 - - [2025-12-15 04:16:38] "GET /obj-perms HTTP/1.1" 200 5044 0.004250 10.0.0.65 - - [2025-12-15 04:16:38] "GET /obj-perms HTTP/1.1" 200 5044 0.003778 10.0.0.23 - - [2025-12-15 04:16:47] "GET /obj-perms HTTP/1.1" 200 5044 0.004204 10.0.0.65 - - [2025-12-15 04:16:47] "GET /obj-perms HTTP/1.1" 200 5044 0.004317 10.0.0.23 - - [2025-12-15 04:16:50] "GET /obj-perms HTTP/1.1" 200 5044 0.005471 10.0.0.23 - - [2025-12-15 04:16:50] "POST /neutron/network HTTP/1.1" 200 808 0.007809 10.0.0.23 - - [2025-12-15 04:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.23 - - [2025-12-15 04:16:50] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003935 10.0.0.23 - - [2025-12-15 04:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.23 - - [2025-12-15 04:16:50] "PUT /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e HTTP/1.1" 200 276 0.013103 10.0.0.65 - - [2025-12-15 04:16:53] "GET /projects?obj_uuids=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.024391 10.0.0.23 - - [2025-12-15 04:16:53] "GET /project/9963b68e-726d-4098-aefb-a08db56540eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.093413 10.0.0.65 - - [2025-12-15 04:16:53] "GET /projects?obj_uuids=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000998 10.0.0.23 - - [2025-12-15 04:16:53] "GET /project/9963b68e-726d-4098-aefb-a08db56540eb?fields=virtual_networks HTTP/1.1" 200 1047 0.051014 10.0.0.65 - - [2025-12-15 04:16:53] "GET /projects?obj_uuids=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000974 10.0.0.23 - - [2025-12-15 04:16:53] "GET /project/9963b68e-726d-4098-aefb-a08db56540eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.042330 10.0.0.65 - - [2025-12-15 04:16:53] "GET /projects?obj_uuids=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001309 10.0.0.23 - - [2025-12-15 04:16:53] "GET /project/9963b68e-726d-4098-aefb-a08db56540eb?fields=security_groups HTTP/1.1" 200 1280 0.042982 10.0.0.23 - - [2025-12-15 04:16:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.025618 10.0.0.65 - - [2025-12-15 04:16:54] "GET /projects?obj_uuids=bb9aabf7-0251-45bf-a93a-02a499ba3de0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003185 10.0.0.65 - - [2025-12-15 04:16:54] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001247 10.0.0.65 - - [2025-12-15 04:16:54] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.031656 10.0.0.65 - - [2025-12-15 04:16:54] "POST /id-to-fqname HTTP/1.1" 200 196 0.002514 10.0.0.65 - - [2025-12-15 04:16:54] "POST /fqname-to-id HTTP/1.1" 404 205 0.006753 10.0.0.65 - - [2025-12-15 04:16:54] "POST /security-groups HTTP/1.1" 200 597 0.036562 10.0.0.65 - - [2025-12-15 04:16:54] "POST /projects HTTP/1.1" 200 597 0.249372 10.0.0.23 - - [2025-12-15 04:16:54] "POST /fqname-to-id HTTP/1.1" 404 240 0.038082 10.0.0.65 - - [2025-12-15 04:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.319422 10.0.0.23 - - [2025-12-15 04:16:55] "GET /project/bb9aabf7-0251-45bf-a93a-02a499ba3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.485520 10.0.0.23 - - [2025-12-15 04:16:55] "POST /access-control-lists HTTP/1.1" 200 600 0.044285 10.0.0.23 - - [2025-12-15 04:16:56] "GET / HTTP/1.1" 200 35931 0.002944 10.0.0.65 - - [2025-12-15 04:16:57] "DELETE /project/bb9aabf7025145bfa93a02a499ba3de0 HTTP/1.1" 404 173 0.007312 10.0.0.65 - - [2025-12-15 04:16:57] "GET /projects?obj_uuids=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001112 10.0.0.65 - - [2025-12-15 04:16:57] "GET /project/9963b68e-726d-4098-aefb-a08db56540eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.050036 10.0.0.65 - - [2025-12-15 04:16:57] "GET /projects?obj_uuids=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001010 10.0.0.65 - - [2025-12-15 04:16:57] "GET /project/9963b68e-726d-4098-aefb-a08db56540eb?fields=security_groups HTTP/1.1" 200 1385 0.043293 10.0.0.65 - - [2025-12-15 04:16:57] "DELETE /security-group/cabbeb22-f40b-43c7-b54f-9145fe5a9465 HTTP/1.1" 200 115 0.066794 10.0.0.65 - - [2025-12-15 04:16:57] "GET /projects?obj_uuids=9963b68e-726d-4098-aefb-a08db56540eb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002125 10.0.0.65 - - [2025-12-15 04:16:57] "GET /project/9963b68e-726d-4098-aefb-a08db56540eb?fields=application_policy_sets HTTP/1.1" 200 1424 0.052738 10.0.0.65 - - [2025-12-15 04:16:57] "DELETE /project/9963b68e-726d-4098-aefb-a08db56540eb HTTP/1.1" 200 115 0.422533 10.0.0.65 - - [2025-12-15 04:16:59] "GET /projects?obj_uuids=bb9aabf7-0251-45bf-a93a-02a499ba3de0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000971 10.0.0.23 - - [2025-12-15 04:16:59] "GET /project/bb9aabf7-0251-45bf-a93a-02a499ba3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.037422 10.0.0.65 - - [2025-12-15 04:16:59] "GET /projects?obj_uuids=bb9aabf7-0251-45bf-a93a-02a499ba3de0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000918 10.0.0.23 - - [2025-12-15 04:16:59] "GET /project/bb9aabf7-0251-45bf-a93a-02a499ba3de0?fields=virtual_networks HTTP/1.1" 200 1045 0.046916 10.0.0.65 - - [2025-12-15 04:16:59] "GET /projects?obj_uuids=bb9aabf7-0251-45bf-a93a-02a499ba3de0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001216 10.0.0.23 - - [2025-12-15 04:16:59] "GET /project/bb9aabf7-0251-45bf-a93a-02a499ba3de0?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.041284 10.0.0.65 - - [2025-12-15 04:16:59] "GET /projects?obj_uuids=bb9aabf7-0251-45bf-a93a-02a499ba3de0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001011 10.0.0.23 - - [2025-12-15 04:16:59] "GET /project/bb9aabf7-0251-45bf-a93a-02a499ba3de0?fields=security_groups HTTP/1.1" 200 1277 0.048660 10.0.0.23 - - [2025-12-15 04:17:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.028505 10.0.0.65 - - [2025-12-15 04:17:00] "GET /projects?obj_uuids=712ef691-34ef-40fe-9f19-07c4668dd75e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002914 10.0.0.65 - - [2025-12-15 04:17:00] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.65 - - [2025-12-15 04:17:00] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009890 10.0.0.65 - - [2025-12-15 04:17:00] "POST /id-to-fqname HTTP/1.1" 200 190 0.001063 10.0.0.65 - - [2025-12-15 04:17:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.002872 10.0.0.65 - - [2025-12-15 04:17:00] "POST /security-groups HTTP/1.1" 200 591 0.035434 10.0.0.23 - - [2025-12-15 04:17:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.006368 10.0.0.65 - - [2025-12-15 04:17:00] "POST /projects HTTP/1.1" 200 585 0.256527 10.0.0.65 - - [2025-12-15 04:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.333112 10.0.0.23 - - [2025-12-15 04:17:00] "POST /access-control-lists HTTP/1.1" 200 594 0.032163 10.0.0.23 - - [2025-12-15 04:17:00] "GET /project/712ef691-34ef-40fe-9f19-07c4668dd75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.468815 10.0.0.23 - - [2025-12-15 04:17:01] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.65 - - [2025-12-15 04:17:04] "GET /projects?obj_uuids=712ef691-34ef-40fe-9f19-07c4668dd75e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001382 10.0.0.23 - - [2025-12-15 04:17:04] "GET /project/712ef691-34ef-40fe-9f19-07c4668dd75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.063203 10.0.0.65 - - [2025-12-15 04:17:04] "GET /projects?obj_uuids=712ef691-34ef-40fe-9f19-07c4668dd75e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002208 10.0.0.23 - - [2025-12-15 04:17:04] "GET /project/712ef691-34ef-40fe-9f19-07c4668dd75e?fields=virtual_networks HTTP/1.1" 200 1032 0.075026 10.0.0.65 - - [2025-12-15 04:17:04] "GET /projects?obj_uuids=712ef691-34ef-40fe-9f19-07c4668dd75e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.23 - - [2025-12-15 04:17:04] "GET /project/712ef691-34ef-40fe-9f19-07c4668dd75e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.051726 10.0.0.65 - - [2025-12-15 04:17:05] "GET /projects?obj_uuids=712ef691-34ef-40fe-9f19-07c4668dd75e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002049 10.0.0.23 - - [2025-12-15 04:17:05] "GET /project/712ef691-34ef-40fe-9f19-07c4668dd75e?fields=security_groups HTTP/1.1" 200 1258 0.051096 10.0.0.23 - - [2025-12-15 04:17:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.025902 10.0.0.65 - - [2025-12-15 04:17:05] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003678 10.0.0.65 - - [2025-12-15 04:17:05] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.65 - - [2025-12-15 04:17:05] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007036 10.0.0.65 - - [2025-12-15 04:17:06] "POST /id-to-fqname HTTP/1.1" 200 198 0.001737 10.0.0.65 - - [2025-12-15 04:17:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.009140 10.0.0.65 - - [2025-12-15 04:17:06] "POST /security-groups HTTP/1.1" 200 599 0.086912 10.0.0.65 - - [2025-12-15 04:17:06] "POST /projects HTTP/1.1" 200 601 0.311770 10.0.0.23 - - [2025-12-15 04:17:06] "POST /fqname-to-id HTTP/1.1" 404 241 0.008921 10.0.0.65 - - [2025-12-15 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.385422 10.0.0.23 - - [2025-12-15 04:17:06] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.523292 10.0.0.23 - - [2025-12-15 04:17:07] "GET / HTTP/1.1" 200 35931 0.002536 10.0.0.23 - - [2025-12-15 04:17:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.23 - - [2025-12-15 04:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.052905 10.0.0.65 - - [2025-12-15 04:17:08] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.23 - - [2025-12-15 04:17:08] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046285 10.0.0.65 - - [2025-12-15 04:17:08] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002580 10.0.0.23 - - [2025-12-15 04:17:08] "POST /neutron/network HTTP/1.1" 200 601 0.155195 10.0.0.23 - - [2025-12-15 04:17:08] "POST /ref-update HTTP/1.1" 200 156 0.026888 10.0.0.65 - - [2025-12-15 04:17:09] "GET /obj-perms HTTP/1.1" 200 5056 0.126639 10.0.0.23 - - [2025-12-15 04:17:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.241108 10.0.0.23 - - [2025-12-15 04:17:09] "POST /neutron/network HTTP/1.1" 200 975 0.013146 10.0.0.23 - - [2025-12-15 04:17:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001171 10.0.0.23 - - [2025-12-15 04:17:09] "GET /virtual-network/48f86dd4-b835-4d11-80b9-8c5ff8be8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005820 10.0.0.23 - - [2025-12-15 04:17:09] "GET /virtual-network/48f86dd4-b835-4d11-80b9-8c5ff8be8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006006 10.0.0.23 - - [2025-12-15 04:17:09] "POST /neutron/subnet HTTP/1.1" 200 716 0.011271 10.0.0.23 - - [2025-12-15 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.65 - - [2025-12-15 04:17:09] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001457 10.0.0.23 - - [2025-12-15 04:17:09] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043899 10.0.0.65 - - [2025-12-15 04:17:09] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.23 - - [2025-12-15 04:17:09] "POST /neutron/network HTTP/1.1" 200 601 0.152206 10.0.0.23 - - [2025-12-15 04:17:10] "POST /neutron/network HTTP/1.1" 200 977 0.011509 10.0.0.23 - - [2025-12-15 04:17:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001018 10.0.0.23 - - [2025-12-15 04:17:10] "GET /virtual-network/c2cc5f36-0b6f-46a4-9e5b-b6d02543419f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005516 10.0.0.23 - - [2025-12-15 04:17:10] "GET /virtual-network/c2cc5f36-0b6f-46a4-9e5b-b6d02543419f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006575 10.0.0.23 - - [2025-12-15 04:17:10] "POST /neutron/subnet HTTP/1.1" 200 716 0.008983 10.0.0.23 - - [2025-12-15 04:17:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001216 10.0.0.65 - - [2025-12-15 04:17:11] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001291 10.0.0.23 - - [2025-12-15 04:17:11] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070109 10.0.0.23 - - [2025-12-15 04:17:11] "POST /neutron/network HTTP/1.1" 200 975 0.031702 10.0.0.23 - - [2025-12-15 04:17:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001226 10.0.0.23 - - [2025-12-15 04:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.006960 10.0.0.65 - - [2025-12-15 04:17:12] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001957 10.0.0.23 - - [2025-12-15 04:17:12] "POST /neutron/port HTTP/1.1" 200 1153 0.398410 10.0.0.65 - - [2025-12-15 04:17:12] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.23 - - [2025-12-15 04:17:12] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.098496 10.0.0.23 - - [2025-12-15 04:17:12] "POST /neutron/port HTTP/1.1" 200 1207 0.184759 10.0.0.23 - - [2025-12-15 04:17:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004000 10.0.0.23 - - [2025-12-15 04:17:13] "POST /neutron/subnet HTTP/1.1" 200 1272 0.019952 10.0.0.23 - - [2025-12-15 04:17:13] "POST /neutron/port HTTP/1.1" 200 117 0.006228 10.0.0.23 - - [2025-12-15 04:17:13] "POST /neutron/port HTTP/1.1" 200 1181 0.017800 10.0.0.65 - - [2025-12-15 04:17:13] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.23 - - [2025-12-15 04:17:13] "POST /neutron/port HTTP/1.1" 200 1155 0.361816 10.0.0.23 - - [2025-12-15 04:17:13] "POST /neutron/port HTTP/1.1" 200 1209 0.109041 10.0.0.23 - - [2025-12-15 04:17:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003987 10.0.0.23 - - [2025-12-15 04:17:14] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.23 - - [2025-12-15 04:17:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008654 10.0.0.23 - - [2025-12-15 04:17:18] "POST /neutron/port HTTP/1.1" 200 1181 0.015255 10.0.0.23 - - [2025-12-15 04:17:18] "GET /virtual-machine/f3b70042-5120-4542-8ee8-f0e69e70e47b HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2025-12-15 04:17:18] "GET /virtual-machine/f3b70042-5120-4542-8ee8-f0e69e70e47b HTTP/1.1" 200 1301 0.028947 10.0.0.23 - - [2025-12-15 04:17:18] "GET /virtual-machine-interface/fb00553e-1006-43f1-b55a-c69d3936f22a HTTP/1.1" 200 3158 0.005610 10.0.0.23 - - [2025-12-15 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.23 - - [2025-12-15 04:17:18] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007933 10.0.0.23 - - [2025-12-15 04:17:18] "GET /virtual-networks?parent_id=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004182 10.0.0.23 - - [2025-12-15 04:17:18] "GET /virtual-network/48f86dd4-b835-4d11-80b9-8c5ff8be8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006476 10.0.0.23 - - [2025-12-15 04:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.23 - - [2025-12-15 04:17:21] "GET /virtual-network/48f86dd4-b835-4d11-80b9-8c5ff8be8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005908 10.0.0.23 - - [2025-12-15 04:17:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007802 10.0.0.23 - - [2025-12-15 04:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.23 - - [2025-12-15 04:17:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003719 10.0.0.23 - - [2025-12-15 04:17:24] "GET /virtual-networks?parent_id=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003331 10.0.0.23 - - [2025-12-15 04:17:24] "GET /virtual-network/48f86dd4-b835-4d11-80b9-8c5ff8be8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005966 10.0.0.23 - - [2025-12-15 04:17:24] "POST /neutron/port HTTP/1.1" 200 1181 0.022341 10.0.0.23 - - [2025-12-15 04:17:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009601 10.0.0.23 - - [2025-12-15 04:17:29] "POST /neutron/port HTTP/1.1" 200 1183 0.015729 10.0.0.23 - - [2025-12-15 04:17:29] "GET /virtual-machine/c4323287-ed3f-4197-8d77-ec26825b3356 HTTP/1.1" 200 1301 0.006300 10.0.0.23 - - [2025-12-15 04:17:29] "GET /virtual-machine-interface/bf32711b-55e1-4bf2-8e12-b2bd10b977a0 HTTP/1.1" 200 3158 0.005120 10.0.0.23 - - [2025-12-15 04:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.23 - - [2025-12-15 04:17:29] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003970 10.0.0.23 - - [2025-12-15 04:17:29] "GET /virtual-networks?parent_id=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003387 10.0.0.23 - - [2025-12-15 04:17:29] "GET /virtual-network/c2cc5f36-0b6f-46a4-9e5b-b6d02543419f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006260 10.0.0.23 - - [2025-12-15 04:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.23 - - [2025-12-15 04:17:30] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004129 10.0.0.23 - - [2025-12-15 04:17:30] "GET /virtual-networks?parent_id=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003102 10.0.0.23 - - [2025-12-15 04:17:30] "GET /virtual-network/c2cc5f36-0b6f-46a4-9e5b-b6d02543419f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006038 10.0.0.23 - - [2025-12-15 04:17:31] "POST /fqname-to-id HTTP/1.1" 404 209 0.003559 10.0.0.23 - - [2025-12-15 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.65 - - [2025-12-15 04:17:31] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.23 - - [2025-12-15 04:17:31] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.035296 10.0.0.23 - - [2025-12-15 04:17:31] "POST /network-policys HTTP/1.1" 200 533 0.036563 10.0.0.23 - - [2025-12-15 04:17:31] "GET /network-policy/e796266c-33c7-46d3-ade8-abc468ba93d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006097 10.0.0.23 - - [2025-12-15 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.23 - - [2025-12-15 04:17:31] "GET /virtual-network/48f86dd4-b835-4d11-80b9-8c5ff8be8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005688 10.0.0.23 - - [2025-12-15 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.23 - - [2025-12-15 04:17:31] "GET /network-policy/e796266c-33c7-46d3-ade8-abc468ba93d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005248 10.0.0.23 - - [2025-12-15 04:17:31] "POST /fqname-to-id HTTP/1.1" 404 230 0.003114 10.0.0.23 - - [2025-12-15 04:17:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.007442 10.0.0.23 - - [2025-12-15 04:17:31] "POST /ref-update HTTP/1.1" 200 156 0.059023 10.0.0.23 - - [2025-12-15 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007171 10.0.0.23 - - [2025-12-15 04:17:31] "GET /network-policy/e796266c-33c7-46d3-ade8-abc468ba93d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004339 10.0.0.23 - - [2025-12-15 04:17:31] "GET /virtual-network/48f86dd4-b835-4d11-80b9-8c5ff8be8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2865 0.007973 10.0.0.23 - - [2025-12-15 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.23 - - [2025-12-15 04:17:31] "GET /network-policy/e796266c-33c7-46d3-ade8-abc468ba93d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004379 10.0.0.23 - - [2025-12-15 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.23 - - [2025-12-15 04:17:31] "GET /virtual-network/c2cc5f36-0b6f-46a4-9e5b-b6d02543419f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005696 10.0.0.23 - - [2025-12-15 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2025-12-15 04:17:31] "GET /network-policy/e796266c-33c7-46d3-ade8-abc468ba93d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004615 10.0.0.23 - - [2025-12-15 04:17:31] "POST /fqname-to-id HTTP/1.1" 404 230 0.012487 10.0.0.23 - - [2025-12-15 04:17:31] "POST /ref-update HTTP/1.1" 200 156 0.080541 10.0.0.23 - - [2025-12-15 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.23 - - [2025-12-15 04:17:32] "GET /network-policy/e796266c-33c7-46d3-ade8-abc468ba93d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004068 10.0.0.23 - - [2025-12-15 04:17:32] "POST /neutron/network HTTP/1.1" 200 1063 0.024292 10.0.0.23 - - [2025-12-15 04:17:32] "GET /virtual-network/c2cc5f36-0b6f-46a4-9e5b-b6d02543419f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.014395 10.0.0.23 - - [2025-12-15 04:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.23 - - [2025-12-15 04:17:32] "GET /network-policy/e796266c-33c7-46d3-ade8-abc468ba93d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006733 10.0.0.23 - - [2025-12-15 04:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.65 - - [2025-12-15 04:17:32] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.23 - - [2025-12-15 04:17:32] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049565 10.0.0.23 - - [2025-12-15 04:17:32] "POST /route-targets HTTP/1.1" 200 327 0.017833 10.0.0.65 - - [2025-12-15 04:17:32] "POST /useragent-kv HTTP/1.1" 200 115 0.009636 10.0.0.23 - - [2025-12-15 04:17:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.273589 10.0.0.23 - - [2025-12-15 04:17:32] "POST /id-to-fqname HTTP/1.1" 200 214 0.001586 10.0.0.23 - - [2025-12-15 04:17:32] "GET /virtual-network/3eb0a99d-4b28-4616-9968-516eae2f6803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007204 10.0.0.23 - - [2025-12-15 04:17:32] "GET /virtual-network/3eb0a99d-4b28-4616-9968-516eae2f6803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007796 10.0.0.23 - - [2025-12-15 04:17:32] "POST /neutron/network HTTP/1.1" 200 799 0.010806 10.0.0.23 - - [2025-12-15 04:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.65 - - [2025-12-15 04:17:32] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001879 10.0.0.23 - - [2025-12-15 04:17:32] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056088 10.0.0.65 - - [2025-12-15 04:17:33] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001585 10.0.0.23 - - [2025-12-15 04:17:33] "POST /neutron/network HTTP/1.1" 200 585 0.145901 10.0.0.23 - - [2025-12-15 04:17:33] "POST /ref-update HTTP/1.1" 200 156 0.032673 10.0.0.23 - - [2025-12-15 04:17:33] "POST /id-to-fqname HTTP/1.1" 200 214 0.003600 10.0.0.23 - - [2025-12-15 04:17:33] "GET /virtual-network/7c6949fa-e442-4e8b-b298-aea097f9ff31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005591 10.0.0.23 - - [2025-12-15 04:17:33] "POST /neutron/network HTTP/1.1" 200 799 0.007155 10.0.0.23 - - [2025-12-15 04:17:33] "GET /virtual-network/7c6949fa-e442-4e8b-b298-aea097f9ff31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005247 10.0.0.23 - - [2025-12-15 04:17:33] "POST /fqname-to-id HTTP/1.1" 404 239 0.003505 10.0.0.23 - - [2025-12-15 04:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006392 10.0.0.65 - - [2025-12-15 04:17:33] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.23 - - [2025-12-15 04:17:33] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038766 10.0.0.23 - - [2025-12-15 04:17:33] "POST /network-policys HTTP/1.1" 200 587 0.033163 10.0.0.23 - - [2025-12-15 04:17:33] "GET /network-policy/516f7831-e629-4547-abd7-bced9e858548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.008015 10.0.0.23 - - [2025-12-15 04:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.23 - - [2025-12-15 04:17:33] "GET /virtual-network/3eb0a99d-4b28-4616-9968-516eae2f6803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006948 10.0.0.23 - - [2025-12-15 04:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.23 - - [2025-12-15 04:17:33] "GET /network-policy/516f7831-e629-4547-abd7-bced9e858548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004428 10.0.0.23 - - [2025-12-15 04:17:33] "POST /ref-update HTTP/1.1" 200 156 0.067530 10.0.0.23 - - [2025-12-15 04:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.23 - - [2025-12-15 04:17:34] "GET /network-policy/516f7831-e629-4547-abd7-bced9e858548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005657 10.0.0.23 - - [2025-12-15 04:17:34] "POST /neutron/network HTTP/1.1" 200 912 0.012355 10.0.0.23 - - [2025-12-15 04:17:34] "GET /virtual-network/3eb0a99d-4b28-4616-9968-516eae2f6803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.007333 10.0.0.23 - - [2025-12-15 04:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.23 - - [2025-12-15 04:17:34] "GET /network-policy/516f7831-e629-4547-abd7-bced9e858548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004232 10.0.0.23 - - [2025-12-15 04:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.23 - - [2025-12-15 04:17:34] "GET /virtual-network/7c6949fa-e442-4e8b-b298-aea097f9ff31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005733 10.0.0.23 - - [2025-12-15 04:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.23 - - [2025-12-15 04:17:34] "GET /network-policy/516f7831-e629-4547-abd7-bced9e858548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004135 10.0.0.23 - - [2025-12-15 04:17:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.002567 10.0.0.23 - - [2025-12-15 04:17:34] "POST /ref-update HTTP/1.1" 200 156 0.051495 10.0.0.23 - - [2025-12-15 04:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.23 - - [2025-12-15 04:17:34] "GET /network-policy/516f7831-e629-4547-abd7-bced9e858548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004889 10.0.0.23 - - [2025-12-15 04:17:34] "PUT /access-control-list/d6c0b353-b8c7-44d0-93ce-0eb98b3855a0 HTTP/1.1" 200 272 0.030459 10.0.0.23 - - [2025-12-15 04:17:34] "GET /virtual-network/7c6949fa-e442-4e8b-b298-aea097f9ff31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.010289 10.0.0.23 - - [2025-12-15 04:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.23 - - [2025-12-15 04:17:34] "GET /network-policy/516f7831-e629-4547-abd7-bced9e858548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004170 10.0.0.23 - - [2025-12-15 04:17:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001005 10.0.0.23 - - [2025-12-15 04:17:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008249 10.0.0.23 - - [2025-12-15 04:17:34] "POST /neutron/port HTTP/1.1" 200 1183 0.018313 10.0.0.23 - - [2025-12-15 04:17:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004297 10.0.0.23 - - [2025-12-15 04:17:35] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.23 - - [2025-12-15 04:17:35] "POST /neutron/port HTTP/1.1" 200 1181 0.020613 10.0.0.23 - - [2025-12-15 04:17:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006718 10.0.0.23 - - [2025-12-15 04:17:35] "POST /neutron/port HTTP/1.1" 200 117 0.001499 10.0.0.65 - - [2025-12-15 04:17:35] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.23 - - [2025-12-15 04:17:35] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063192 10.0.0.23 - - [2025-12-15 04:17:35] "POST /neutron/port HTTP/1.1" 200 2246 0.026457 10.0.0.23 - - [2025-12-15 04:17:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001318 10.0.0.23 - - [2025-12-15 04:17:35] "POST /neutron/port HTTP/1.1" 200 2246 0.019071 10.0.0.23 - - [2025-12-15 04:17:36] "POST /neutron/network HTTP/1.1" 200 922 0.009172 10.0.0.23 - - [2025-12-15 04:17:36] "POST /neutron/port HTTP/1.1" 200 1063 0.015645 10.0.0.23 - - [2025-12-15 04:17:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005885 10.0.0.23 - - [2025-12-15 04:17:36] "POST /neutron/network HTTP/1.1" 200 912 0.007514 10.0.0.65 - - [2025-12-15 04:17:36] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.23 - - [2025-12-15 04:17:36] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.069660 10.0.0.23 - - [2025-12-15 04:17:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008337 10.0.0.23 - - [2025-12-15 04:17:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003973 10.0.0.23 - - [2025-12-15 04:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.23 - - [2025-12-15 04:17:37] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004726 10.0.0.65 - - [2025-12-15 04:17:37] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003754 10.0.0.23 - - [2025-12-15 04:17:37] "POST /neutron/port HTTP/1.1" 200 1063 0.375007 10.0.0.23 - - [2025-12-15 04:17:37] "POST /neutron/port HTTP/1.1" 200 1117 0.103773 10.0.0.23 - - [2025-12-15 04:17:38] "POST /neutron/subnet HTTP/1.1" 200 675 0.008663 10.0.0.23 - - [2025-12-15 04:17:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004377 10.0.0.23 - - [2025-12-15 04:17:38] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005147 10.0.0.23 - - [2025-12-15 04:17:38] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004557 10.0.0.23 - - [2025-12-15 04:17:38] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.030199 10.0.0.23 - - [2025-12-15 04:17:38] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.039291 10.0.0.23 - - [2025-12-15 04:17:38] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007386 10.0.0.23 - - [2025-12-15 04:17:38] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004829 10.0.0.23 - - [2025-12-15 04:17:38] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.038552 10.0.0.23 - - [2025-12-15 04:17:38] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.035734 10.0.0.23 - - [2025-12-15 04:17:38] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007073 10.0.0.23 - - [2025-12-15 04:17:38] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004425 10.0.0.23 - - [2025-12-15 04:17:38] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.060030 10.0.0.23 - - [2025-12-15 04:17:39] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.041360 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005770 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005182 10.0.0.23 - - [2025-12-15 04:17:39] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.032088 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004181 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004776 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003992 10.0.0.23 - - [2025-12-15 04:17:39] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.030237 10.0.0.23 - - [2025-12-15 04:17:39] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.033677 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005172 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006289 10.0.0.23 - - [2025-12-15 04:17:39] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.039444 10.0.0.23 - - [2025-12-15 04:17:39] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.055212 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011049 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007450 10.0.0.23 - - [2025-12-15 04:17:39] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.034917 10.0.0.23 - - [2025-12-15 04:17:39] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.043278 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005050 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004008 10.0.0.23 - - [2025-12-15 04:17:39] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.035414 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003644 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004968 10.0.0.23 - - [2025-12-15 04:17:39] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004016 10.0.0.23 - - [2025-12-15 04:17:40] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.029114 10.0.0.23 - - [2025-12-15 04:17:40] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.039547 10.0.0.23 - - [2025-12-15 04:17:40] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006591 10.0.0.23 - - [2025-12-15 04:17:40] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005482 10.0.0.23 - - [2025-12-15 04:17:40] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.027242 10.0.0.23 - - [2025-12-15 04:17:40] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.049213 10.0.0.23 - - [2025-12-15 04:17:40] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006039 10.0.0.23 - - [2025-12-15 04:17:40] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005385 10.0.0.23 - - [2025-12-15 04:17:40] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.027520 10.0.0.23 - - [2025-12-15 04:17:40] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.036149 10.0.0.23 - - [2025-12-15 04:17:40] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005595 10.0.0.23 - - [2025-12-15 04:17:40] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007220 10.0.0.23 - - [2025-12-15 04:17:40] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.032522 10.0.0.23 - - [2025-12-15 04:17:40] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004026 10.0.0.23 - - [2025-12-15 04:17:40] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005042 10.0.0.23 - - [2025-12-15 04:17:40] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004638 10.0.0.23 - - [2025-12-15 04:17:40] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.039514 10.0.0.23 - - [2025-12-15 04:17:40] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.062175 10.0.0.23 - - [2025-12-15 04:17:40] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.012368 10.0.0.23 - - [2025-12-15 04:17:40] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006819 10.0.0.23 - - [2025-12-15 04:17:40] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.035340 10.0.0.23 - - [2025-12-15 04:17:40] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.035574 10.0.0.23 - - [2025-12-15 04:17:41] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009857 10.0.0.23 - - [2025-12-15 04:17:41] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005404 10.0.0.23 - - [2025-12-15 04:17:41] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.035153 10.0.0.23 - - [2025-12-15 04:17:41] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.043721 10.0.0.23 - - [2025-12-15 04:17:46] "POST /neutron/port HTTP/1.1" 200 1091 0.017954 10.0.0.23 - - [2025-12-15 04:17:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007059 10.0.0.23 - - [2025-12-15 04:17:51] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005500 10.0.0.23 - - [2025-12-15 04:17:51] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005810 10.0.0.23 - - [2025-12-15 04:17:51] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006060 10.0.0.23 - - [2025-12-15 04:17:51] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.043020 10.0.0.23 - - [2025-12-15 04:17:51] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.043955 10.0.0.23 - - [2025-12-15 04:17:51] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005017 10.0.0.23 - - [2025-12-15 04:17:51] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006266 10.0.0.23 - - [2025-12-15 04:17:51] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.037278 10.0.0.23 - - [2025-12-15 04:17:51] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.058145 10.0.0.23 - - [2025-12-15 04:17:51] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007697 10.0.0.23 - - [2025-12-15 04:17:51] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007100 10.0.0.23 - - [2025-12-15 04:17:51] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.049551 10.0.0.23 - - [2025-12-15 04:17:51] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.049023 10.0.0.23 - - [2025-12-15 04:17:51] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007609 10.0.0.23 - - [2025-12-15 04:17:51] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004072 10.0.0.23 - - [2025-12-15 04:17:51] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.024902 10.0.0.23 - - [2025-12-15 04:17:51] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003688 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005174 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004435 10.0.0.23 - - [2025-12-15 04:17:52] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.031852 10.0.0.23 - - [2025-12-15 04:17:52] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.037121 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004962 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004534 10.0.0.23 - - [2025-12-15 04:17:52] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.037072 10.0.0.23 - - [2025-12-15 04:17:52] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.038623 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005654 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006272 10.0.0.23 - - [2025-12-15 04:17:52] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.037007 10.0.0.23 - - [2025-12-15 04:17:52] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.042251 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.018387 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006493 10.0.0.23 - - [2025-12-15 04:17:52] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.022729 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.010567 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004428 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004794 10.0.0.23 - - [2025-12-15 04:17:52] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.027397 10.0.0.23 - - [2025-12-15 04:17:52] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.050094 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004730 10.0.0.23 - - [2025-12-15 04:17:52] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003802 10.0.0.23 - - [2025-12-15 04:17:52] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.041775 10.0.0.23 - - [2025-12-15 04:17:53] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.044611 10.0.0.23 - - [2025-12-15 04:17:53] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008891 10.0.0.23 - - [2025-12-15 04:17:53] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005767 10.0.0.23 - - [2025-12-15 04:17:53] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.038210 10.0.0.23 - - [2025-12-15 04:17:53] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.034111 10.0.0.23 - - [2025-12-15 04:17:53] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004135 10.0.0.23 - - [2025-12-15 04:17:53] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006354 10.0.0.23 - - [2025-12-15 04:17:53] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.022753 10.0.0.23 - - [2025-12-15 04:17:53] "POST /ref-update HTTP/1.1" 200 156 0.058091 10.0.0.23 - - [2025-12-15 04:17:53] "GET /virtual-network/7c6949fa-e442-4e8b-b298-aea097f9ff31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.009602 10.0.0.23 - - [2025-12-15 04:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.23 - - [2025-12-15 04:17:53] "POST /ref-update HTTP/1.1" 200 156 0.027896 10.0.0.23 - - [2025-12-15 04:17:53] "GET /network-policy/516f7831-e629-4547-abd7-bced9e858548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004113 10.0.0.23 - - [2025-12-15 04:17:53] "POST /ref-update HTTP/1.1" 200 156 0.045871 10.0.0.23 - - [2025-12-15 04:17:53] "GET /virtual-network/3eb0a99d-4b28-4616-9968-516eae2f6803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.009544 10.0.0.23 - - [2025-12-15 04:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006462 10.0.0.23 - - [2025-12-15 04:17:53] "GET /network-policy/516f7831-e629-4547-abd7-bced9e858548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004025 10.0.0.23 - - [2025-12-15 04:17:53] "DELETE /network-policy/516f7831-e629-4547-abd7-bced9e858548 HTTP/1.1" 200 115 0.027890 10.0.0.23 - - [2025-12-15 04:17:53] "POST /neutron/network HTTP/1.1" 200 799 0.013603 10.0.0.23 - - [2025-12-15 04:17:54] "POST /neutron/port HTTP/1.1" 200 1091 0.021791 10.0.0.23 - - [2025-12-15 04:17:54] "POST /neutron/port HTTP/1.1" 200 1117 0.011072 10.0.0.65 - - [2025-12-15 04:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003565 10.0.0.23 - - [2025-12-15 04:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006125 10.0.0.65 - - [2025-12-15 04:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003536 10.0.0.23 - - [2025-12-15 04:17:56] "POST /neutron/network HTTP/1.1" 200 151 0.170525 10.0.0.23 - - [2025-12-15 04:17:56] "DELETE /route-target/5ead57d1-eefe-4795-9cb5-b6c85b168b81 HTTP/1.1" 200 115 0.037420 10.0.0.23 - - [2025-12-15 04:17:56] "POST /ref-update HTTP/1.1" 200 156 0.081993 10.0.0.23 - - [2025-12-15 04:17:56] "POST /neutron/network HTTP/1.1" 200 977 0.021233 10.0.0.23 - - [2025-12-15 04:17:56] "GET /virtual-network/c2cc5f36-0b6f-46a4-9e5b-b6d02543419f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.008517 10.0.0.23 - - [2025-12-15 04:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006018 10.0.0.23 - - [2025-12-15 04:17:56] "GET /network-policy/e796266c-33c7-46d3-ade8-abc468ba93d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003907 10.0.0.23 - - [2025-12-15 04:17:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.009905 10.0.0.23 - - [2025-12-15 04:17:56] "POST /ref-update HTTP/1.1" 200 156 0.070406 10.0.0.23 - - [2025-12-15 04:17:56] "DELETE /access-control-list/14d15811-18dd-4a52-9f41-fa89c4cc0413 HTTP/1.1" 200 115 0.046557 10.0.0.23 - - [2025-12-15 04:17:56] "GET /virtual-network/48f86dd4-b835-4d11-80b9-8c5ff8be8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.009174 10.0.0.23 - - [2025-12-15 04:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.23 - - [2025-12-15 04:17:56] "GET /network-policy/e796266c-33c7-46d3-ade8-abc468ba93d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005069 10.0.0.23 - - [2025-12-15 04:17:56] "DELETE /network-policy/e796266c-33c7-46d3-ade8-abc468ba93d1 HTTP/1.1" 200 115 0.054768 10.0.0.23 - - [2025-12-15 04:17:57] "POST /neutron/network HTTP/1.1" 400 204 0.015088 10.0.0.23 - - [2025-12-15 04:17:57] "POST /neutron/port HTTP/1.1" 200 151 0.325402 10.0.0.23 - - [2025-12-15 04:17:57] "POST /neutron/port HTTP/1.1" 200 151 0.339918 10.0.0.65 - - [2025-12-15 04:17:58] "DELETE /project/9ef9dd619fb8476ea8ed87cb258e48e5 HTTP/1.1" 404 173 0.010996 10.0.0.65 - - [2025-12-15 04:17:58] "DELETE /project/712ef69134ef40fe9f1907c4668dd75e HTTP/1.1" 404 173 0.006871 10.0.0.65 - - [2025-12-15 04:17:58] "GET /projects?obj_uuids=712ef691-34ef-40fe-9f19-07c4668dd75e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000832 10.0.0.65 - - [2025-12-15 04:17:58] "GET /projects?obj_uuids=bb9aabf7-0251-45bf-a93a-02a499ba3de0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000729 10.0.0.65 - - [2025-12-15 04:17:58] "GET /project/bb9aabf7-0251-45bf-a93a-02a499ba3de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.066880 10.0.0.65 - - [2025-12-15 04:17:58] "GET /projects?obj_uuids=bb9aabf7-0251-45bf-a93a-02a499ba3de0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001065 10.0.0.65 - - [2025-12-15 04:17:58] "GET /project/712ef691-34ef-40fe-9f19-07c4668dd75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.097995 10.0.0.65 - - [2025-12-15 04:17:58] "GET /projects?obj_uuids=712ef691-34ef-40fe-9f19-07c4668dd75e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001369 10.0.0.65 - - [2025-12-15 04:17:58] "GET /project/bb9aabf7-0251-45bf-a93a-02a499ba3de0?fields=security_groups HTTP/1.1" 200 1382 0.081233 10.0.0.65 - - [2025-12-15 04:17:58] "GET /project/712ef691-34ef-40fe-9f19-07c4668dd75e?fields=security_groups HTTP/1.1" 200 1363 0.089418 10.0.0.65 - - [2025-12-15 04:17:58] "DELETE /security-group/6e78ef37-9412-45a8-b553-4527c6b87e55 HTTP/1.1" 200 115 0.068776 10.0.0.65 - - [2025-12-15 04:17:58] "GET /projects?obj_uuids=bb9aabf7-0251-45bf-a93a-02a499ba3de0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001029 10.0.0.65 - - [2025-12-15 04:17:58] "GET /project/bb9aabf7-0251-45bf-a93a-02a499ba3de0?fields=application_policy_sets HTTP/1.1" 200 1421 0.052803 10.0.0.65 - - [2025-12-15 04:17:58] "DELETE /security-group/c352fdff-9cb3-4f23-a011-b0bdf71654d8 HTTP/1.1" 200 115 0.090492 10.0.0.65 - - [2025-12-15 04:17:58] "GET /projects?obj_uuids=712ef691-34ef-40fe-9f19-07c4668dd75e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005244 10.0.0.23 - - [2025-12-15 04:17:58] "DELETE /access-control-list/141fba4a-01c2-4698-baa0-b773c8ea17cd HTTP/1.1" 200 115 0.063605 10.0.0.65 - - [2025-12-15 04:17:58] "GET /project/712ef691-34ef-40fe-9f19-07c4668dd75e?fields=application_policy_sets HTTP/1.1" 200 1402 0.074943 10.0.0.65 - - [2025-12-15 04:17:58] "DELETE /project/bb9aabf7-0251-45bf-a93a-02a499ba3de0 HTTP/1.1" 200 115 0.596727 10.0.0.65 - - [2025-12-15 04:17:58] "DELETE /project/712ef691-34ef-40fe-9f19-07c4668dd75e HTTP/1.1" 200 115 0.661343 10.0.0.23 - - [2025-12-15 04:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.23 - - [2025-12-15 04:17:59] "POST /neutron/network HTTP/1.1" 200 975 0.009012 10.0.0.23 - - [2025-12-15 04:17:59] "DELETE /route-target/134919d7-3cdf-49f6-a277-42a552b04c62 HTTP/1.1" 200 115 0.027141 10.0.0.23 - - [2025-12-15 04:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.65 - - [2025-12-15 04:18:00] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.23 - - [2025-12-15 04:18:00] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038648 10.0.0.65 - - [2025-12-15 04:18:00] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.23 - - [2025-12-15 04:18:01] "POST /neutron/network HTTP/1.1" 200 601 0.140206 10.0.0.23 - - [2025-12-15 04:18:01] "POST /neutron/network HTTP/1.1" 200 976 0.013434 10.0.0.23 - - [2025-12-15 04:18:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.002300 10.0.0.23 - - [2025-12-15 04:18:01] "GET /virtual-network/32a5b467-de01-43ac-9ccb-88f7e2e58da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.009752 10.0.0.23 - - [2025-12-15 04:18:01] "GET /virtual-network/32a5b467-de01-43ac-9ccb-88f7e2e58da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.008823 10.0.0.23 - - [2025-12-15 04:18:01] "POST /neutron/subnet HTTP/1.1" 200 716 0.015571 10.0.0.23 - - [2025-12-15 04:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006187 10.0.0.65 - - [2025-12-15 04:18:01] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001490 10.0.0.23 - - [2025-12-15 04:18:01] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.069013 10.0.0.65 - - [2025-12-15 04:18:01] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.23 - - [2025-12-15 04:18:02] "POST /neutron/network HTTP/1.1" 200 601 0.178870 10.0.0.23 - - [2025-12-15 04:18:02] "POST /route-targets HTTP/1.1" 200 327 0.013079 10.0.0.23 - - [2025-12-15 04:18:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.003649 10.0.0.23 - - [2025-12-15 04:18:02] "POST /neutron/network HTTP/1.1" 200 975 0.018763 10.0.0.23 - - [2025-12-15 04:18:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.002288 10.0.0.23 - - [2025-12-15 04:18:02] "GET /virtual-network/027b83c7-1399-4c68-94b5-4ec10b94da38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.008293 10.0.0.23 - - [2025-12-15 04:18:02] "GET /virtual-network/027b83c7-1399-4c68-94b5-4ec10b94da38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007112 10.0.0.23 - - [2025-12-15 04:18:02] "POST /neutron/subnet HTTP/1.1" 200 716 0.019091 10.0.0.23 - - [2025-12-15 04:18:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001883 10.0.0.65 - - [2025-12-15 04:18:03] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.23 - - [2025-12-15 04:18:03] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.075592 10.0.0.23 - - [2025-12-15 04:18:03] "POST /neutron/network HTTP/1.1" 200 976 0.009851 10.0.0.23 - - [2025-12-15 04:18:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001865 10.0.0.23 - - [2025-12-15 04:18:03] "POST /neutron/port HTTP/1.1" 200 117 0.006683 10.0.0.65 - - [2025-12-15 04:18:04] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.23 - - [2025-12-15 04:18:04] "POST /neutron/port HTTP/1.1" 200 1154 0.343576 10.0.0.23 - - [2025-12-15 04:18:04] "POST /neutron/port HTTP/1.1" 200 1208 0.120141 10.0.0.65 - - [2025-12-15 04:18:04] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.23 - - [2025-12-15 04:18:04] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068524 10.0.0.23 - - [2025-12-15 04:18:04] "POST /neutron/network HTTP/1.1" 200 975 0.022584 10.0.0.23 - - [2025-12-15 04:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.23 - - [2025-12-15 04:18:04] "POST /neutron/port HTTP/1.1" 200 1182 0.020584 10.0.0.23 - - [2025-12-15 04:18:05] "POST /neutron/port HTTP/1.1" 200 1182 0.016609 10.0.0.65 - - [2025-12-15 04:18:05] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066 10.0.0.23 - - [2025-12-15 04:18:05] "POST /neutron/port HTTP/1.1" 200 1153 0.352960 10.0.0.23 - - [2025-12-15 04:18:05] "POST /neutron/port HTTP/1.1" 200 1207 0.138816 10.0.0.23 - - [2025-12-15 04:18:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004040 10.0.0.23 - - [2025-12-15 04:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.23 - - [2025-12-15 04:18:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006684 10.0.0.23 - - [2025-12-15 04:18:10] "POST /neutron/port HTTP/1.1" 200 1182 0.017617 10.0.0.23 - - [2025-12-15 04:18:10] "GET /virtual-machine/fe4dba3b-225e-4662-b3ca-87fce2e44d3d HTTP/1.1" 200 1301 0.005747 10.0.0.23 - - [2025-12-15 04:18:10] "GET /virtual-machine-interface/f3ef9b3b-7c9c-49cc-8b9d-a173a4803be4 HTTP/1.1" 200 3158 0.005135 10.0.0.23 - - [2025-12-15 04:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.23 - - [2025-12-15 04:18:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004275 10.0.0.23 - - [2025-12-15 04:18:10] "GET /virtual-networks?parent_id=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.008381 10.0.0.23 - - [2025-12-15 04:18:10] "GET /virtual-network/32a5b467-de01-43ac-9ccb-88f7e2e58da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007589 10.0.0.23 - - [2025-12-15 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.23 - - [2025-12-15 04:18:13] "GET /virtual-network/32a5b467-de01-43ac-9ccb-88f7e2e58da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006394 10.0.0.23 - - [2025-12-15 04:18:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.030612 10.0.0.23 - - [2025-12-15 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.23 - - [2025-12-15 04:18:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004400 10.0.0.23 - - [2025-12-15 04:18:15] "GET /virtual-networks?parent_id=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005232 10.0.0.23 - - [2025-12-15 04:18:15] "GET /virtual-network/32a5b467-de01-43ac-9ccb-88f7e2e58da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007417 10.0.0.23 - - [2025-12-15 04:18:15] "POST /neutron/port HTTP/1.1" 200 1182 0.016617 10.0.0.23 - - [2025-12-15 04:18:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007351 10.0.0.23 - - [2025-12-15 04:18:21] "POST /neutron/port HTTP/1.1" 200 1181 0.016933 10.0.0.23 - - [2025-12-15 04:18:21] "GET /virtual-machine/70543344-f821-41e1-a74f-9e961dbd7cf5 HTTP/1.1" 200 1300 0.006762 10.0.0.23 - - [2025-12-15 04:18:21] "GET /virtual-machine-interface/0ddb087e-b3e2-4bd1-8236-3ba474b4fc6b HTTP/1.1" 200 3155 0.006171 10.0.0.23 - - [2025-12-15 04:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.23 - - [2025-12-15 04:18:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004325 10.0.0.23 - - [2025-12-15 04:18:21] "GET /virtual-networks?parent_id=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003326 10.0.0.23 - - [2025-12-15 04:18:21] "GET /virtual-network/027b83c7-1399-4c68-94b5-4ec10b94da38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005723 10.0.0.23 - - [2025-12-15 04:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.23 - - [2025-12-15 04:18:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004257 10.0.0.23 - - [2025-12-15 04:18:22] "GET /virtual-networks?parent_id=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003812 10.0.0.23 - - [2025-12-15 04:18:22] "GET /virtual-network/027b83c7-1399-4c68-94b5-4ec10b94da38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006282 10.0.0.23 - - [2025-12-15 04:18:22] "POST /fqname-to-id HTTP/1.1" 404 209 0.003850 10.0.0.23 - - [2025-12-15 04:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.65 - - [2025-12-15 04:18:22] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.23 - - [2025-12-15 04:18:22] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044096 10.0.0.23 - - [2025-12-15 04:18:22] "POST /network-policys HTTP/1.1" 200 533 0.028875 10.0.0.23 - - [2025-12-15 04:18:22] "GET /network-policy/8d125b7e-8878-4701-b0a9-20e1fc0cfae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.009841 10.0.0.23 - - [2025-12-15 04:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.23 - - [2025-12-15 04:18:22] "GET /virtual-network/32a5b467-de01-43ac-9ccb-88f7e2e58da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005877 10.0.0.23 - - [2025-12-15 04:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.23 - - [2025-12-15 04:18:23] "GET /network-policy/8d125b7e-8878-4701-b0a9-20e1fc0cfae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004165 10.0.0.23 - - [2025-12-15 04:18:23] "POST /ref-update HTTP/1.1" 200 156 0.072143 10.0.0.23 - - [2025-12-15 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.23 - - [2025-12-15 04:18:23] "GET /network-policy/8d125b7e-8878-4701-b0a9-20e1fc0cfae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004393 10.0.0.23 - - [2025-12-15 04:18:23] "GET /virtual-network/32a5b467-de01-43ac-9ccb-88f7e2e58da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2868 0.007695 10.0.0.23 - - [2025-12-15 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.23 - - [2025-12-15 04:18:23] "GET /network-policy/8d125b7e-8878-4701-b0a9-20e1fc0cfae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005136 10.0.0.23 - - [2025-12-15 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006408 10.0.0.23 - - [2025-12-15 04:18:23] "GET /virtual-network/027b83c7-1399-4c68-94b5-4ec10b94da38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006410 10.0.0.23 - - [2025-12-15 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.23 - - [2025-12-15 04:18:23] "GET /network-policy/8d125b7e-8878-4701-b0a9-20e1fc0cfae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005175 10.0.0.23 - - [2025-12-15 04:18:23] "POST /access-control-lists HTTP/1.1" 200 578 0.038958 10.0.0.23 - - [2025-12-15 04:18:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.010737 10.0.0.23 - - [2025-12-15 04:18:23] "POST /ref-update HTTP/1.1" 200 156 0.099553 10.0.0.23 - - [2025-12-15 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.23 - - [2025-12-15 04:18:23] "GET /network-policy/8d125b7e-8878-4701-b0a9-20e1fc0cfae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004463 10.0.0.23 - - [2025-12-15 04:18:23] "POST /access-control-lists HTTP/1.1" 200 578 0.096112 10.0.0.23 - - [2025-12-15 04:18:23] "POST /neutron/network HTTP/1.1" 200 1061 0.027411 10.0.0.23 - - [2025-12-15 04:18:23] "GET /virtual-network/027b83c7-1399-4c68-94b5-4ec10b94da38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2865 0.005570 10.0.0.23 - - [2025-12-15 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009113 10.0.0.23 - - [2025-12-15 04:18:23] "GET /network-policy/8d125b7e-8878-4701-b0a9-20e1fc0cfae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004010 10.0.0.23 - - [2025-12-15 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.65 - - [2025-12-15 04:18:23] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.23 - - [2025-12-15 04:18:23] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044909 10.0.0.23 - - [2025-12-15 04:18:24] "POST /ref-update HTTP/1.1" 200 156 0.028187 10.0.0.65 - - [2025-12-15 04:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009854 10.0.0.23 - - [2025-12-15 04:18:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.236861 10.0.0.23 - - [2025-12-15 04:18:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.001275 10.0.0.23 - - [2025-12-15 04:18:24] "GET /virtual-network/738f4687-0af5-4b92-b289-7bf428311825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005582 10.0.0.23 - - [2025-12-15 04:18:24] "GET /virtual-network/738f4687-0af5-4b92-b289-7bf428311825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005475 10.0.0.23 - - [2025-12-15 04:18:24] "POST /neutron/network HTTP/1.1" 200 799 0.008739 10.0.0.23 - - [2025-12-15 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.65 - - [2025-12-15 04:18:24] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.23 - - [2025-12-15 04:18:24] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076716 10.0.0.65 - - [2025-12-15 04:18:24] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.23 - - [2025-12-15 04:18:24] "POST /neutron/network HTTP/1.1" 200 585 0.144480 10.0.0.23 - - [2025-12-15 04:18:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.003106 10.0.0.23 - - [2025-12-15 04:18:25] "GET /virtual-network/6d515420-87f7-48fe-9c33-05da924091eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005478 10.0.0.23 - - [2025-12-15 04:18:25] "POST /neutron/network HTTP/1.1" 200 799 0.006547 10.0.0.23 - - [2025-12-15 04:18:25] "GET /virtual-network/6d515420-87f7-48fe-9c33-05da924091eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006990 10.0.0.23 - - [2025-12-15 04:18:25] "POST /fqname-to-id HTTP/1.1" 404 239 0.003618 10.0.0.23 - - [2025-12-15 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.65 - - [2025-12-15 04:18:25] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001339 10.0.0.23 - - [2025-12-15 04:18:25] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076001 10.0.0.23 - - [2025-12-15 04:18:25] "POST /network-policys HTTP/1.1" 200 587 0.042171 10.0.0.23 - - [2025-12-15 04:18:25] "GET /network-policy/ba3dc69a-0b14-4b75-ae3c-2349db62810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006237 10.0.0.23 - - [2025-12-15 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.23 - - [2025-12-15 04:18:25] "GET /virtual-network/738f4687-0af5-4b92-b289-7bf428311825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007251 10.0.0.23 - - [2025-12-15 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006437 10.0.0.23 - - [2025-12-15 04:18:25] "GET /network-policy/ba3dc69a-0b14-4b75-ae3c-2349db62810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008150 10.0.0.23 - - [2025-12-15 04:18:25] "POST /fqname-to-id HTTP/1.1" 404 210 0.011014 10.0.0.23 - - [2025-12-15 04:18:25] "POST /ref-update HTTP/1.1" 200 156 0.063821 10.0.0.23 - - [2025-12-15 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008594 10.0.0.23 - - [2025-12-15 04:18:25] "GET /network-policy/ba3dc69a-0b14-4b75-ae3c-2349db62810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008047 10.0.0.23 - - [2025-12-15 04:18:25] "POST /neutron/network HTTP/1.1" 200 912 0.016324 10.0.0.23 - - [2025-12-15 04:18:25] "GET /virtual-network/738f4687-0af5-4b92-b289-7bf428311825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.006067 10.0.0.23 - - [2025-12-15 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.23 - - [2025-12-15 04:18:25] "GET /network-policy/ba3dc69a-0b14-4b75-ae3c-2349db62810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005236 10.0.0.23 - - [2025-12-15 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005228 10.0.0.23 - - [2025-12-15 04:18:25] "GET /virtual-network/6d515420-87f7-48fe-9c33-05da924091eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005889 10.0.0.23 - - [2025-12-15 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.23 - - [2025-12-15 04:18:25] "GET /network-policy/ba3dc69a-0b14-4b75-ae3c-2349db62810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004294 10.0.0.23 - - [2025-12-15 04:18:26] "POST /ref-update HTTP/1.1" 200 156 0.076349 10.0.0.23 - - [2025-12-15 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.23 - - [2025-12-15 04:18:26] "POST /access-control-lists HTTP/1.1" 200 554 0.098469 10.0.0.23 - - [2025-12-15 04:18:26] "GET /network-policy/ba3dc69a-0b14-4b75-ae3c-2349db62810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007220 10.0.0.23 - - [2025-12-15 04:18:26] "GET /virtual-network/6d515420-87f7-48fe-9c33-05da924091eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.012574 10.0.0.23 - - [2025-12-15 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.011193 10.0.0.23 - - [2025-12-15 04:18:26] "GET /network-policy/ba3dc69a-0b14-4b75-ae3c-2349db62810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005138 10.0.0.23 - - [2025-12-15 04:18:26] "POST /id-to-fqname HTTP/1.1" 200 214 0.001691 10.0.0.23 - - [2025-12-15 04:18:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008112 10.0.0.65 - - [2025-12-15 04:18:27] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.23 - - [2025-12-15 04:18:27] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072914 10.0.0.23 - - [2025-12-15 04:18:27] "POST /neutron/port HTTP/1.1" 200 2245 0.030522 10.0.0.23 - - [2025-12-15 04:18:27] "POST /id-to-fqname HTTP/1.1" 200 214 0.001837 10.0.0.23 - - [2025-12-15 04:18:27] "POST /neutron/port HTTP/1.1" 200 2245 0.026074 10.0.0.23 - - [2025-12-15 04:18:27] "POST /neutron/network HTTP/1.1" 200 922 0.007503 10.0.0.23 - - [2025-12-15 04:18:28] "POST /neutron/port HTTP/1.1" 200 1063 0.015997 10.0.0.23 - - [2025-12-15 04:18:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005239 10.0.0.23 - - [2025-12-15 04:18:28] "POST /neutron/network HTTP/1.1" 200 912 0.009783 10.0.0.65 - - [2025-12-15 04:18:28] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.23 - - [2025-12-15 04:18:28] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.077333 10.0.0.23 - - [2025-12-15 04:18:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007855 10.0.0.23 - - [2025-12-15 04:18:28] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004916 10.0.0.23 - - [2025-12-15 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008819 10.0.0.23 - - [2025-12-15 04:18:28] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005239 10.0.0.65 - - [2025-12-15 04:18:29] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.23 - - [2025-12-15 04:18:29] "PUT /access-control-list/a76deea2-8849-4854-93f4-a43cede0f3b9 HTTP/1.1" 200 272 0.020101 10.0.0.23 - - [2025-12-15 04:18:29] "POST /neutron/port HTTP/1.1" 200 1063 0.300437 10.0.0.23 - - [2025-12-15 04:18:29] "POST /neutron/port HTTP/1.1" 200 1117 0.096409 10.0.0.23 - - [2025-12-15 04:18:29] "POST /neutron/subnet HTTP/1.1" 200 675 0.009554 10.0.0.23 - - [2025-12-15 04:18:30] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003154 10.0.0.23 - - [2025-12-15 04:18:30] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004787 10.0.0.23 - - [2025-12-15 04:18:30] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004184 10.0.0.23 - - [2025-12-15 04:18:30] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.026927 10.0.0.23 - - [2025-12-15 04:18:30] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.040666 10.0.0.23 - - [2025-12-15 04:18:30] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007266 10.0.0.23 - - [2025-12-15 04:18:30] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004317 10.0.0.23 - - [2025-12-15 04:18:30] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.033192 10.0.0.23 - - [2025-12-15 04:18:30] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.046550 10.0.0.23 - - [2025-12-15 04:18:30] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005641 10.0.0.23 - - [2025-12-15 04:18:30] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004535 10.0.0.23 - - [2025-12-15 04:18:30] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.030157 10.0.0.23 - - [2025-12-15 04:18:30] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.040411 10.0.0.23 - - [2025-12-15 04:18:30] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005596 10.0.0.23 - - [2025-12-15 04:18:30] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005286 10.0.0.23 - - [2025-12-15 04:18:30] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.029081 10.0.0.23 - - [2025-12-15 04:18:30] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003512 10.0.0.23 - - [2025-12-15 04:18:30] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006248 10.0.0.23 - - [2025-12-15 04:18:30] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005300 10.0.0.23 - - [2025-12-15 04:18:30] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.031836 10.0.0.23 - - [2025-12-15 04:18:31] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.037170 10.0.0.23 - - [2025-12-15 04:18:31] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008466 10.0.0.23 - - [2025-12-15 04:18:31] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004215 10.0.0.23 - - [2025-12-15 04:18:31] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.035029 10.0.0.23 - - [2025-12-15 04:18:31] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.039398 10.0.0.23 - - [2025-12-15 04:18:31] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004067 10.0.0.23 - - [2025-12-15 04:18:31] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004094 10.0.0.23 - - [2025-12-15 04:18:31] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.034671 10.0.0.23 - - [2025-12-15 04:18:31] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.038118 10.0.0.23 - - [2025-12-15 04:18:31] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005623 10.0.0.23 - - [2025-12-15 04:18:31] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003829 10.0.0.23 - - [2025-12-15 04:18:31] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.020017 10.0.0.23 - - [2025-12-15 04:18:31] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003232 10.0.0.23 - - [2025-12-15 04:18:31] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005194 10.0.0.23 - - [2025-12-15 04:18:31] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004266 10.0.0.23 - - [2025-12-15 04:18:31] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.047320 10.0.0.23 - - [2025-12-15 04:18:31] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.052297 10.0.0.23 - - [2025-12-15 04:18:31] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007172 10.0.0.23 - - [2025-12-15 04:18:31] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005292 10.0.0.23 - - [2025-12-15 04:18:31] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.035656 10.0.0.23 - - [2025-12-15 04:18:31] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.037615 10.0.0.23 - - [2025-12-15 04:18:32] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008056 10.0.0.23 - - [2025-12-15 04:18:32] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006983 10.0.0.23 - - [2025-12-15 04:18:32] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.038108 10.0.0.23 - - [2025-12-15 04:18:32] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.052009 10.0.0.23 - - [2025-12-15 04:18:32] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007890 10.0.0.23 - - [2025-12-15 04:18:32] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004154 10.0.0.23 - - [2025-12-15 04:18:32] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.036391 10.0.0.23 - - [2025-12-15 04:18:32] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004934 10.0.0.23 - - [2025-12-15 04:18:32] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004511 10.0.0.23 - - [2025-12-15 04:18:32] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.016224 10.0.0.23 - - [2025-12-15 04:18:32] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004796 10.0.0.23 - - [2025-12-15 04:18:32] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004378 10.0.0.23 - - [2025-12-15 04:18:32] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.021262 10.0.0.23 - - [2025-12-15 04:18:32] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004975 10.0.0.23 - - [2025-12-15 04:18:32] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004973 10.0.0.23 - - [2025-12-15 04:18:32] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.031326 10.0.0.23 - - [2025-12-15 04:18:35] "POST /neutron/port HTTP/1.1" 200 1181 0.023283 10.0.0.23 - - [2025-12-15 04:18:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004066 10.0.0.23 - - [2025-12-15 04:18:35] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.23 - - [2025-12-15 04:18:37] "POST /neutron/port HTTP/1.1" 200 1182 0.017725 10.0.0.23 - - [2025-12-15 04:18:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005311 10.0.0.23 - - [2025-12-15 04:18:37] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.23 - - [2025-12-15 04:18:37] "POST /neutron/port HTTP/1.1" 200 1091 0.031750 10.0.0.23 - - [2025-12-15 04:18:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007176 10.0.0.23 - - [2025-12-15 04:18:42] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005777 10.0.0.23 - - [2025-12-15 04:18:42] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006256 10.0.0.23 - - [2025-12-15 04:18:42] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004753 10.0.0.23 - - [2025-12-15 04:18:42] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.037582 10.0.0.23 - - [2025-12-15 04:18:42] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.056247 10.0.0.23 - - [2025-12-15 04:18:42] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006065 10.0.0.23 - - [2025-12-15 04:18:42] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005180 10.0.0.23 - - [2025-12-15 04:18:42] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.034073 10.0.0.23 - - [2025-12-15 04:18:42] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.036543 10.0.0.23 - - [2025-12-15 04:18:42] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005408 10.0.0.23 - - [2025-12-15 04:18:42] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007888 10.0.0.23 - - [2025-12-15 04:18:43] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.029077 10.0.0.23 - - [2025-12-15 04:18:43] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.046332 10.0.0.23 - - [2025-12-15 04:18:43] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009599 10.0.0.23 - - [2025-12-15 04:18:43] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005812 10.0.0.23 - - [2025-12-15 04:18:43] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.029505 10.0.0.23 - - [2025-12-15 04:18:43] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004648 10.0.0.23 - - [2025-12-15 04:18:43] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005680 10.0.0.23 - - [2025-12-15 04:18:43] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004172 10.0.0.23 - - [2025-12-15 04:18:43] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.038003 10.0.0.23 - - [2025-12-15 04:18:43] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.055507 10.0.0.23 - - [2025-12-15 04:18:43] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006215 10.0.0.23 - - [2025-12-15 04:18:43] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005388 10.0.0.23 - - [2025-12-15 04:18:43] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.048011 10.0.0.23 - - [2025-12-15 04:18:43] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.041424 10.0.0.23 - - [2025-12-15 04:18:43] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.013277 10.0.0.23 - - [2025-12-15 04:18:43] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009388 10.0.0.23 - - [2025-12-15 04:18:43] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.046104 10.0.0.23 - - [2025-12-15 04:18:43] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.054219 10.0.0.23 - - [2025-12-15 04:18:43] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005340 10.0.0.23 - - [2025-12-15 04:18:43] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006999 10.0.0.23 - - [2025-12-15 04:18:43] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.027821 10.0.0.23 - - [2025-12-15 04:18:44] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003752 10.0.0.23 - - [2025-12-15 04:18:44] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004942 10.0.0.23 - - [2025-12-15 04:18:44] "GET /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004379 10.0.0.23 - - [2025-12-15 04:18:44] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.037692 10.0.0.23 - - [2025-12-15 04:18:44] "PUT /bgp-router/34c7702f-890c-4ecd-8ab9-335dc11dfb55 HTTP/1.1" 200 254 0.048588 10.0.0.23 - - [2025-12-15 04:18:44] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004928 10.0.0.23 - - [2025-12-15 04:18:44] "GET /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009613 10.0.0.23 - - [2025-12-15 04:18:44] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.039789 10.0.0.23 - - [2025-12-15 04:18:44] "PUT /bgp-router/17471a3e-ba10-4751-8ea7-774905410c07 HTTP/1.1" 200 254 0.049644 10.0.0.23 - - [2025-12-15 04:18:44] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.011812 10.0.0.23 - - [2025-12-15 04:18:44] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006164 10.0.0.23 - - [2025-12-15 04:18:44] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.046915 10.0.0.23 - - [2025-12-15 04:18:44] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.032378 10.0.0.23 - - [2025-12-15 04:18:44] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005249 10.0.0.23 - - [2025-12-15 04:18:44] "GET /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004110 10.0.0.23 - - [2025-12-15 04:18:44] "PUT /bgp-router/dab21ccc-180a-43a3-8c6d-4b9d8393ccc3 HTTP/1.1" 200 254 0.028817 10.0.0.23 - - [2025-12-15 04:18:44] "POST /ref-update HTTP/1.1" 200 156 0.046989 10.0.0.23 - - [2025-12-15 04:18:44] "GET /virtual-network/6d515420-87f7-48fe-9c33-05da924091eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.011314 10.0.0.23 - - [2025-12-15 04:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.015008 10.0.0.23 - - [2025-12-15 04:18:45] "GET /network-policy/ba3dc69a-0b14-4b75-ae3c-2349db62810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006163 10.0.0.23 - - [2025-12-15 04:18:45] "POST /ref-update HTTP/1.1" 200 156 0.061997 10.0.0.23 - - [2025-12-15 04:18:45] "DELETE /access-control-list/3f2ec1bc-386d-4f97-997f-f4131c0743a7 HTTP/1.1" 200 115 0.047975 10.0.0.23 - - [2025-12-15 04:18:45] "GET /virtual-network/738f4687-0af5-4b92-b289-7bf428311825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.013654 10.0.0.23 - - [2025-12-15 04:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007928 10.0.0.23 - - [2025-12-15 04:18:45] "GET /network-policy/ba3dc69a-0b14-4b75-ae3c-2349db62810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005620 10.0.0.23 - - [2025-12-15 04:18:45] "DELETE /network-policy/ba3dc69a-0b14-4b75-ae3c-2349db62810e HTTP/1.1" 200 115 0.042033 10.0.0.23 - - [2025-12-15 04:18:45] "POST /neutron/network HTTP/1.1" 200 799 0.009684 10.0.0.23 - - [2025-12-15 04:18:45] "POST /neutron/port HTTP/1.1" 200 1117 0.013432 10.0.0.23 - - [2025-12-15 04:18:45] "POST /neutron/port HTTP/1.1" 200 1117 0.012515 10.0.0.65 - - [2025-12-15 04:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.65 - - [2025-12-15 04:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.65 - - [2025-12-15 04:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.65 - - [2025-12-15 04:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.65 - - [2025-12-15 04:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003489 10.0.0.65 - - [2025-12-15 04:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002723 10.0.0.23 - - [2025-12-15 04:18:47] "POST /neutron/network HTTP/1.1" 200 151 0.134218 10.0.0.23 - - [2025-12-15 04:18:47] "DELETE /route-target/2d6fe3a7-55e4-4a9f-803b-a438573c4c3b HTTP/1.1" 200 115 0.029285 10.0.0.23 - - [2025-12-15 04:18:47] "POST /ref-update HTTP/1.1" 200 156 0.082641 10.0.0.23 - - [2025-12-15 04:18:47] "DELETE /access-control-list/0691a00d-129f-4ef2-a7b9-b28c6f512032 HTTP/1.1" 200 115 0.058184 10.0.0.23 - - [2025-12-15 04:18:47] "POST /neutron/network HTTP/1.1" 200 975 0.017953 10.0.0.23 - - [2025-12-15 04:18:47] "GET /virtual-network/027b83c7-1399-4c68-94b5-4ec10b94da38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005626 10.0.0.23 - - [2025-12-15 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.50 - - [2025-12-15 04:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2025-12-15 04:18:47] "GET /network-policy/8d125b7e-8878-4701-b0a9-20e1fc0cfae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004372 10.0.0.23 - - [2025-12-15 04:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2025-12-15 04:18:47] "POST /ref-update HTTP/1.1" 200 156 0.066464 10.0.0.23 - - [2025-12-15 04:18:47] "POST /ref-update HTTP/1.1" 200 156 0.025096 10.0.0.50 - - [2025-12-15 04:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.001734 10.0.0.23 - - [2025-12-15 04:18:48] "GET /virtual-network/32a5b467-de01-43ac-9ccb-88f7e2e58da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.011758 10.0.0.23 - - [2025-12-15 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.23 - - [2025-12-15 04:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2025-12-15 04:18:48] "GET /network-policy/8d125b7e-8878-4701-b0a9-20e1fc0cfae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007596 10.0.0.23 - - [2025-12-15 04:18:48] "DELETE /network-policy/8d125b7e-8878-4701-b0a9-20e1fc0cfae1 HTTP/1.1" 200 115 0.042018 10.0.0.23 - - [2025-12-15 04:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.23 - - [2025-12-15 04:18:48] "POST /neutron/network HTTP/1.1" 400 204 0.021820 10.0.0.50 - - [2025-12-15 04:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2025-12-15 04:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.50 - - [2025-12-15 04:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2025-12-15 04:18:49] "POST /neutron/port HTTP/1.1" 200 151 0.271038 10.0.0.23 - - [2025-12-15 04:18:49] "POST /neutron/port HTTP/1.1" 200 151 0.307812 10.0.0.23 - - [2025-12-15 04:18:50] "POST /neutron/network HTTP/1.1" 200 976 0.011199 10.0.0.23 - - [2025-12-15 04:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.65 - - [2025-12-15 04:18:51] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001452 10.0.0.23 - - [2025-12-15 04:18:51] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041466 10.0.0.65 - - [2025-12-15 04:18:52] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.23 - - [2025-12-15 04:18:52] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?fields=virtual_networks HTTP/1.1" 200 1049 0.043457 10.0.0.65 - - [2025-12-15 04:18:52] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.23 - - [2025-12-15 04:18:52] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.040725 10.0.0.65 - - [2025-12-15 04:18:52] "GET /projects?obj_uuids=9ef9dd61-9fb8-476e-a8ed-87cb258e48e5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.23 - - [2025-12-15 04:18:52] "GET /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5?fields=security_groups HTTP/1.1" 200 1283 0.041200 10.0.0.23 - - [2025-12-15 04:18:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.053711 10.0.0.23 - - [2025-12-15 04:18:53] "DELETE /access-control-list/c2c2c3d4-bd22-46fa-aa3c-9825ece9e902 HTTP/1.1" 200 115 0.075712 10.0.0.65 - - [2025-12-15 04:18:53] "GET /projects?obj_uuids=52b4bd21-7753-47e6-b091-3c0e8a432dac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003390 10.0.0.65 - - [2025-12-15 04:18:53] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001836 10.0.0.65 - - [2025-12-15 04:18:53] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.011328 10.0.0.65 - - [2025-12-15 04:18:53] "POST /id-to-fqname HTTP/1.1" 200 185 0.007329 10.0.0.65 - - [2025-12-15 04:18:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.010015 10.0.0.65 - - [2025-12-15 04:18:53] "POST /security-groups HTTP/1.1" 200 586 0.049762 10.0.0.65 - - [2025-12-15 04:18:53] "POST /projects HTTP/1.1" 200 575 0.297018 10.0.0.23 - - [2025-12-15 04:18:53] "POST /fqname-to-id HTTP/1.1" 404 228 0.010222 10.0.0.65 - - [2025-12-15 04:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.372875 10.0.0.23 - - [2025-12-15 04:18:53] "GET /project/52b4bd21-7753-47e6-b091-3c0e8a432dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.573942 10.0.0.23 - - [2025-12-15 04:18:54] "GET / HTTP/1.1" 200 35931 0.001743 10.0.0.23 - - [2025-12-15 04:18:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2025-12-15 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.027556 10.0.0.23 - - [2025-12-15 04:18:57] "GET /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003952 10.0.0.23 - - [2025-12-15 04:18:57] "GET /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003835 10.0.0.23 - - [2025-12-15 04:18:57] "GET /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003543 10.0.0.23 - - [2025-12-15 04:18:57] "PUT /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538 HTTP/1.1" 200 264 0.011649 10.0.0.65 - - [2025-12-15 04:18:58] "DELETE /project/52b4bd21775347e6b0913c0e8a432dac HTTP/1.1" 404 173 0.003022 10.0.0.65 - - [2025-12-15 04:18:58] "DELETE /project/9ef9dd61-9fb8-476e-a8ed-87cb258e48e5 HTTP/1.1" 404 177 0.005860 10.0.0.23 - - [2025-12-15 04:18:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.022242 10.0.0.65 - - [2025-12-15 04:18:59] "GET /projects?obj_uuids=3097610d-8fad-4cf9-bad0-3d0048d47642&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003016 10.0.0.65 - - [2025-12-15 04:18:59] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.65 - - [2025-12-15 04:18:59] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007612 10.0.0.65 - - [2025-12-15 04:18:59] "POST /id-to-fqname HTTP/1.1" 200 185 0.003845 10.0.0.65 - - [2025-12-15 04:18:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.005945 10.0.0.65 - - [2025-12-15 04:18:59] "POST /security-groups HTTP/1.1" 200 586 0.077108 10.0.0.65 - - [2025-12-15 04:19:00] "POST /projects HTTP/1.1" 200 575 0.268511 10.0.0.23 - - [2025-12-15 04:19:00] "POST /access-control-lists HTTP/1.1" 200 591 0.035007 10.0.0.65 - - [2025-12-15 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.348133 10.0.0.23 - - [2025-12-15 04:19:00] "GET /project/3097610d-8fad-4cf9-bad0-3d0048d47642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.485313 10.0.0.23 - - [2025-12-15 04:19:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.022211 10.0.0.65 - - [2025-12-15 04:19:00] "GET /projects?obj_uuids=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005386 10.0.0.65 - - [2025-12-15 04:19:00] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001842 10.0.0.65 - - [2025-12-15 04:19:00] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008402 10.0.0.65 - - [2025-12-15 04:19:00] "POST /id-to-fqname HTTP/1.1" 200 185 0.003059 10.0.0.65 - - [2025-12-15 04:19:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.004859 10.0.0.65 - - [2025-12-15 04:19:00] "POST /security-groups HTTP/1.1" 200 586 0.074138 10.0.0.23 - - [2025-12-15 04:19:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.005486 10.0.0.65 - - [2025-12-15 04:19:00] "POST /projects HTTP/1.1" 200 575 0.317225 10.0.0.65 - - [2025-12-15 04:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.395679 10.0.0.23 - - [2025-12-15 04:19:01] "POST /access-control-lists HTTP/1.1" 200 589 0.035475 10.0.0.23 - - [2025-12-15 04:19:01] "GET /project/c8ef2802-8ba8-4531-86f2-e78a6bcae427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.543323 10.0.0.23 - - [2025-12-15 04:19:01] "GET / HTTP/1.1" 200 35931 0.001948 10.0.0.23 - - [2025-12-15 04:19:02] "GET / HTTP/1.1" 200 35931 0.001498 10.0.0.23 - - [2025-12-15 04:19:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.003494 10.0.0.23 - - [2025-12-15 04:19:02] "POST /api-access-lists HTTP/1.1" 200 521 0.028493 10.0.0.23 - - [2025-12-15 04:19:02] "GET /api-access-list/38538586-256e-4221-9339-db01c9e6b33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.007114 10.0.0.23 - - [2025-12-15 04:19:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2025-12-15 04:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.110802 10.0.0.65 - - [2025-12-15 04:19:03] "GET /projects?obj_uuids=3097610d-8fad-4cf9-bad0-3d0048d47642&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001049 10.0.0.23 - - [2025-12-15 04:19:03] "GET /project/3097610d-8fad-4cf9-bad0-3d0048d47642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.065953 10.0.0.23 - - [2025-12-15 04:19:03] "GET /virtual-networks?parent_id=3097610d-8fad-4cf9-bad0-3d0048d47642&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021875 10.0.0.23 - - [2025-12-15 04:19:03] "POST /virtual-networks HTTP/1.1" 200 568 0.100272 10.0.0.23 - - [2025-12-15 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.033230 10.0.0.23 - - [2025-12-15 04:19:04] "GET /network-ipam/c1a525b9-d53d-469d-ae31-11181cb4ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.018412 10.0.0.65 - - [2025-12-15 04:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.010692 10.0.0.23 - - [2025-12-15 04:19:04] "POST /ref-update HTTP/1.1" 200 156 0.092356 10.0.0.23 - - [2025-12-15 04:19:04] "POST /neutron/network HTTP/1.1" 200 833 0.087329 10.0.0.23 - - [2025-12-15 04:19:04] "GET /virtual-network/d4f8b721-d260-4747-b0cb-fa3e6c5fa71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.024631 10.0.0.23 - - [2025-12-15 04:19:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2025-12-15 04:19:06] "GET /obj-perms HTTP/1.1" 200 4915 0.073876 10.0.0.23 - - [2025-12-15 04:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.026843 10.0.0.23 - - [2025-12-15 04:19:06] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.075523 10.0.0.23 - - [2025-12-15 04:19:06] "POST /id-to-fqname HTTP/1.1" 401 292 0.000570 10.0.0.23 - - [2025-12-15 04:19:07] "POST /id-to-fqname HTTP/1.1" 200 230 0.039602 10.0.0.23 - - [2025-12-15 04:19:07] "POST /neutron/network HTTP/1.1" 200 843 0.051493 10.0.0.65 - - [2025-12-15 04:19:08] "GET /projects?obj_uuids=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001006 10.0.0.23 - - [2025-12-15 04:19:08] "GET /project/c8ef2802-8ba8-4531-86f2-e78a6bcae427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.090643 10.0.0.23 - - [2025-12-15 04:19:08] "POST /neutron/port HTTP/1.1" 200 117 0.034654 10.0.0.23 - - [2025-12-15 04:19:09] "POST /neutron/network HTTP/1.1" 200 833 0.038694 10.0.0.23 - - [2025-12-15 04:19:09] "POST /neutron/port HTTP/1.1" 200 1056 0.016278 10.0.0.23 - - [2025-12-15 04:19:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004482 10.0.0.23 - - [2025-12-15 04:19:09] "POST /neutron/network HTTP/1.1" 200 833 0.007320 10.0.0.50 - - [2025-12-15 04:19:10] "GET /obj-perms HTTP/1.1" 200 5056 0.056517 10.0.0.23 - - [2025-12-15 04:19:13] "POST /neutron/port HTTP/1.1" 200 1084 0.018616 10.0.0.23 - - [2025-12-15 04:19:14] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010548 10.0.0.23 - - [2025-12-15 04:19:14] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2025-12-15 04:19:14] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f HTTP/1.1" 200 1287 0.044475 10.0.0.23 - - [2025-12-15 04:19:14] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f HTTP/1.1" 200 1287 0.018540 10.0.0.23 - - [2025-12-15 04:19:14] "GET /virtual-machine-interface/3bfcd6f9-2bc6-4ef8-b0da-53942b49b319 HTTP/1.1" 200 2530 0.023701 10.0.0.23 - - [2025-12-15 04:19:14] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f HTTP/1.1" 200 1287 0.026219 10.0.0.23 - - [2025-12-15 04:19:14] "GET /virtual-machine-interface/3bfcd6f9-2bc6-4ef8-b0da-53942b49b319 HTTP/1.1" 200 2530 0.046582 10.0.0.23 - - [2025-12-15 04:19:14] "GET /instance-ip/2dfef130-a8a2-4719-83f9-f589c7a6ddd1 HTTP/1.1" 200 1625 0.022665 10.0.0.23 - - [2025-12-15 04:19:14] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f HTTP/1.1" 200 1287 0.020218 10.0.0.23 - - [2025-12-15 04:19:14] "GET /virtual-machine-interface/3bfcd6f9-2bc6-4ef8-b0da-53942b49b319 HTTP/1.1" 200 2530 0.026009 10.0.0.23 - - [2025-12-15 04:19:14] "GET /instance-ip/2dfef130-a8a2-4719-83f9-f589c7a6ddd1 HTTP/1.1" 200 1625 0.024472 10.0.0.23 - - [2025-12-15 04:19:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.018519 10.0.0.23 - - [2025-12-15 04:19:14] "GET / HTTP/1.1" 200 35931 0.001946 10.0.0.23 - - [2025-12-15 04:19:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.23 - - [2025-12-15 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.028018 10.0.0.23 - - [2025-12-15 04:19:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004282 10.0.0.23 - - [2025-12-15 04:19:15] "GET /virtual-networks?parent_id=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015670 10.0.0.23 - - [2025-12-15 04:19:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.018054 10.0.0.23 - - [2025-12-15 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.23 - - [2025-12-15 04:19:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003826 10.0.0.23 - - [2025-12-15 04:19:15] "GET /virtual-networks?parent_id=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018014 10.0.0.23 - - [2025-12-15 04:19:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.018041 10.0.0.23 - - [2025-12-15 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.23 - - [2025-12-15 04:19:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004126 10.0.0.23 - - [2025-12-15 04:19:15] "GET /virtual-networks?parent_id=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017990 10.0.0.23 - - [2025-12-15 04:19:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.019292 10.0.0.23 - - [2025-12-15 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006343 10.0.0.23 - - [2025-12-15 04:19:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005416 10.0.0.23 - - [2025-12-15 04:19:15] "GET /virtual-networks?parent_id=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021395 10.0.0.23 - - [2025-12-15 04:19:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.022645 10.0.0.23 - - [2025-12-15 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.23 - - [2025-12-15 04:19:16] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004052 10.0.0.23 - - [2025-12-15 04:19:16] "GET /virtual-networks?parent_id=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017401 10.0.0.23 - - [2025-12-15 04:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.016204 10.0.0.23 - - [2025-12-15 04:19:19] "GET /virtual-network/d4f8b721-d260-4747-b0cb-fa3e6c5fa71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.018163 10.0.0.23 - - [2025-12-15 04:19:19] "POST /neutron/port HTTP/1.1" 200 1084 0.017473 10.0.0.23 - - [2025-12-15 04:19:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.018311 10.0.0.23 - - [2025-12-15 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.23 - - [2025-12-15 04:19:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003939 10.0.0.23 - - [2025-12-15 04:19:21] "GET /virtual-networks?parent_id=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017951 10.0.0.23 - - [2025-12-15 04:19:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.022288 10.0.0.23 - - [2025-12-15 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2025-12-15 04:19:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004231 10.0.0.23 - - [2025-12-15 04:19:21] "GET /virtual-networks?parent_id=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017665 10.0.0.23 - - [2025-12-15 04:19:21] "POST /fqname-to-id HTTP/1.1" 403 361 0.018471 10.0.0.23 - - [2025-12-15 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.23 - - [2025-12-15 04:19:21] "GET /routing-instance/54840b77-7a47-4978-8447-ccba21d83d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.004516 10.0.0.23 - - [2025-12-15 04:19:21] "GET /route-target/eb09fdea-784c-4649-9464-0ce730fed1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019732 10.0.0.23 - - [2025-12-15 04:19:21] "GET /route-target/eb09fdea-784c-4649-9464-0ce730fed1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004612 10.0.0.23 - - [2025-12-15 04:19:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.016309 10.0.0.23 - - [2025-12-15 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.23 - - [2025-12-15 04:19:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003462 10.0.0.23 - - [2025-12-15 04:19:21] "GET /virtual-networks?parent_id=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016716 10.0.0.23 - - [2025-12-15 04:19:21] "POST /fqname-to-id HTTP/1.1" 403 361 0.016670 10.0.0.23 - - [2025-12-15 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2025-12-15 04:19:21] "GET /routing-instance/54840b77-7a47-4978-8447-ccba21d83d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003930 10.0.0.23 - - [2025-12-15 04:19:22] "GET /route-target/eb09fdea-784c-4649-9464-0ce730fed1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017872 10.0.0.23 - - [2025-12-15 04:19:22] "GET /route-target/eb09fdea-784c-4649-9464-0ce730fed1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007226 10.0.0.23 - - [2025-12-15 04:19:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.018484 10.0.0.23 - - [2025-12-15 04:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.23 - - [2025-12-15 04:19:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003270 10.0.0.23 - - [2025-12-15 04:19:22] "GET /virtual-networks?parent_id=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017941 10.0.0.23 - - [2025-12-15 04:19:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.017971 10.0.0.23 - - [2025-12-15 04:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.23 - - [2025-12-15 04:19:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003533 10.0.0.23 - - [2025-12-15 04:19:22] "GET /virtual-networks?parent_id=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016472 10.0.0.65 - - [2025-12-15 04:19:22] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.048851 10.0.0.65 - - [2025-12-15 04:19:26] "GET /obj-perms HTTP/1.1" 200 4915 0.042182 10.0.0.65 - - [2025-12-15 04:19:29] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.016239 10.0.0.65 - - [2025-12-15 04:19:33] "GET /obj-perms HTTP/1.1" 200 4915 0.020826 10.0.0.65 - - [2025-12-15 04:19:35] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018133 10.0.0.65 - - [2025-12-15 04:19:39] "GET /obj-perms HTTP/1.1" 200 4915 0.016289 10.0.0.23 - - [2025-12-15 04:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.23 - - [2025-12-15 04:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.65 - - [2025-12-15 04:19:39] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.037463 10.0.0.23 - - [2025-12-15 04:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.23 - - [2025-12-15 04:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.23 - - [2025-12-15 04:19:39] "GET /obj-perms HTTP/1.1" 200 4915 0.041131 10.0.0.23 - - [2025-12-15 04:19:40] "GET /obj-perms HTTP/1.1" 200 5020 0.047660 10.0.0.65 - - [2025-12-15 04:19:40] "GET /obj-perms HTTP/1.1" 200 5020 0.055962 10.0.0.23 - - [2025-12-15 04:19:41] "GET /obj-perms HTTP/1.1" 200 4915 0.068119 10.0.0.23 - - [2025-12-15 04:19:41] "GET /obj-perms HTTP/1.1" 200 4915 0.024686 10.0.0.65 - - [2025-12-15 04:19:42] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.020038 10.0.0.23 - - [2025-12-15 04:19:42] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f HTTP/1.1" 200 1287 0.033661 10.0.0.23 - - [2025-12-15 04:19:42] "POST /neutron/port HTTP/1.1" 200 1110 0.011200 10.0.0.23 - - [2025-12-15 04:19:44] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f HTTP/1.1" 404 171 0.019563 10.0.0.23 - - [2025-12-15 04:19:44] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f HTTP/1.1" 404 171 0.014810 10.0.0.23 - - [2025-12-15 04:19:44] "GET /virtual-machine/ba26c524-204d-4a14-83ea-159c03ee833f HTTP/1.1" 404 171 0.014544 10.0.0.23 - - [2025-12-15 04:19:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.016277 10.0.0.23 - - [2025-12-15 04:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.23 - - [2025-12-15 04:19:44] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007824 10.0.0.23 - - [2025-12-15 04:19:44] "GET /virtual-networks?parent_id=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015032 10.0.0.23 - - [2025-12-15 04:19:44] "POST /fqname-to-id HTTP/1.1" 403 361 0.015639 10.0.0.23 - - [2025-12-15 04:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.23 - - [2025-12-15 04:19:44] "GET /routing-instance/54840b77-7a47-4978-8447-ccba21d83d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003919 10.0.0.23 - - [2025-12-15 04:19:44] "GET /route-target/eb09fdea-784c-4649-9464-0ce730fed1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019291 10.0.0.23 - - [2025-12-15 04:19:44] "GET /route-target/eb09fdea-784c-4649-9464-0ce730fed1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005999 10.0.0.23 - - [2025-12-15 04:19:44] "GET /obj-perms HTTP/1.1" 200 4915 0.015626 10.0.0.23 - - [2025-12-15 04:19:45] "GET /obj-perms HTTP/1.1" 200 5020 0.003510 10.0.0.65 - - [2025-12-15 04:19:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003988 10.0.0.23 - - [2025-12-15 04:19:54] "GET /obj-perms HTTP/1.1" 200 5020 0.004820 10.0.0.65 - - [2025-12-15 04:19:58] "DELETE /project/3097610d8fad4cf9bad03d0048d47642 HTTP/1.1" 404 173 0.004675 10.0.0.65 - - [2025-12-15 04:19:58] "DELETE /project/c8ef28028ba8453186f2e78a6bcae427 HTTP/1.1" 404 173 0.003807 10.0.0.65 - - [2025-12-15 04:20:00] "GET /obj-perms HTTP/1.1" 200 5020 0.005963 10.0.0.23 - - [2025-12-15 04:20:03] "GET /obj-perms HTTP/1.1" 200 5020 0.003835 10.0.0.65 - - [2025-12-15 04:20:10] "GET /obj-perms HTTP/1.1" 200 5020 0.005897 10.0.0.23 - - [2025-12-15 04:20:10] "GET /obj-perms HTTP/1.1" 200 5020 0.005290 10.0.0.50 - - [2025-12-15 04:20:10] "GET /obj-perms HTTP/1.1" 200 5020 0.048728 10.0.0.65 - - [2025-12-15 04:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003188 10.0.0.23 - - [2025-12-15 04:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005626 10.0.0.65 - - [2025-12-15 04:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002578 10.0.0.23 - - [2025-12-15 04:20:10] "DELETE /virtual-network/d4f8b721-d260-4747-b0cb-fa3e6c5fa71f HTTP/1.1" 200 115 0.135912 10.0.0.23 - - [2025-12-15 04:20:10] "DELETE /api-access-list/38538586-256e-4221-9339-db01c9e6b33e HTTP/1.1" 200 115 0.041926 10.0.0.65 - - [2025-12-15 04:20:10] "GET /projects?obj_uuids=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001004 10.0.0.23 - - [2025-12-15 04:20:10] "GET /project/c8ef2802-8ba8-4531-86f2-e78a6bcae427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.039008 10.0.0.65 - - [2025-12-15 04:20:10] "GET /projects?obj_uuids=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001523 10.0.0.23 - - [2025-12-15 04:20:11] "GET /project/c8ef2802-8ba8-4531-86f2-e78a6bcae427?fields=virtual_networks HTTP/1.1" 200 1022 0.056801 10.0.0.65 - - [2025-12-15 04:20:11] "GET /projects?obj_uuids=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001812 10.0.0.23 - - [2025-12-15 04:20:11] "GET /project/c8ef2802-8ba8-4531-86f2-e78a6bcae427?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.078896 10.0.0.65 - - [2025-12-15 04:20:11] "GET /projects?obj_uuids=c8ef2802-8ba8-4531-86f2-e78a6bcae427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001057 10.0.0.23 - - [2025-12-15 04:20:11] "GET /project/c8ef2802-8ba8-4531-86f2-e78a6bcae427?fields=security_groups HTTP/1.1" 200 1243 0.045295 10.0.0.65 - - [2025-12-15 04:20:12] "GET /projects?obj_uuids=3097610d-8fad-4cf9-bad0-3d0048d47642&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003497 10.0.0.23 - - [2025-12-15 04:20:12] "GET /project/3097610d-8fad-4cf9-bad0-3d0048d47642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.063002 10.0.0.65 - - [2025-12-15 04:20:12] "GET /projects?obj_uuids=3097610d-8fad-4cf9-bad0-3d0048d47642&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000907 10.0.0.23 - - [2025-12-15 04:20:12] "GET /project/3097610d-8fad-4cf9-bad0-3d0048d47642?fields=virtual_networks HTTP/1.1" 200 1022 0.059882 10.0.0.65 - - [2025-12-15 04:20:12] "GET /projects?obj_uuids=3097610d-8fad-4cf9-bad0-3d0048d47642&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.23 - - [2025-12-15 04:20:12] "GET /project/3097610d-8fad-4cf9-bad0-3d0048d47642?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.043348 10.0.0.65 - - [2025-12-15 04:20:12] "GET /projects?obj_uuids=3097610d-8fad-4cf9-bad0-3d0048d47642&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000973 10.0.0.23 - - [2025-12-15 04:20:12] "GET /project/3097610d-8fad-4cf9-bad0-3d0048d47642?fields=security_groups HTTP/1.1" 200 1243 0.045726 10.0.0.23 - - [2025-12-15 04:20:14] "GET /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.004712 10.0.0.23 - - [2025-12-15 04:20:14] "PUT /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538 HTTP/1.1" 200 264 0.012952 10.0.0.65 - - [2025-12-15 04:20:14] "GET /projects?obj_uuids=52b4bd21-7753-47e6-b091-3c0e8a432dac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001150 10.0.0.23 - - [2025-12-15 04:20:14] "GET /project/52b4bd21-7753-47e6-b091-3c0e8a432dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.045275 10.0.0.65 - - [2025-12-15 04:20:14] "GET /projects?obj_uuids=52b4bd21-7753-47e6-b091-3c0e8a432dac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001019 10.0.0.23 - - [2025-12-15 04:20:14] "GET /project/52b4bd21-7753-47e6-b091-3c0e8a432dac?fields=virtual_networks HTTP/1.1" 200 1022 0.053873 10.0.0.65 - - [2025-12-15 04:20:14] "GET /projects?obj_uuids=52b4bd21-7753-47e6-b091-3c0e8a432dac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.23 - - [2025-12-15 04:20:14] "GET /project/52b4bd21-7753-47e6-b091-3c0e8a432dac?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.040981 10.0.0.65 - - [2025-12-15 04:20:14] "GET /projects?obj_uuids=52b4bd21-7753-47e6-b091-3c0e8a432dac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001340 10.0.0.23 - - [2025-12-15 04:20:15] "GET /project/52b4bd21-7753-47e6-b091-3c0e8a432dac?fields=security_groups HTTP/1.1" 200 1243 0.043770 10.0.0.23 - - [2025-12-15 04:20:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.023557 10.0.0.65 - - [2025-12-15 04:20:15] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003640 10.0.0.65 - - [2025-12-15 04:20:15] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001285 10.0.0.65 - - [2025-12-15 04:20:15] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006773 10.0.0.65 - - [2025-12-15 04:20:16] "POST /id-to-fqname HTTP/1.1" 200 190 0.003166 10.0.0.65 - - [2025-12-15 04:20:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.006384 10.0.0.65 - - [2025-12-15 04:20:16] "POST /security-groups HTTP/1.1" 200 591 0.037006 10.0.0.65 - - [2025-12-15 04:20:16] "POST /projects HTTP/1.1" 200 585 0.244263 10.0.0.23 - - [2025-12-15 04:20:16] "POST /access-control-lists HTTP/1.1" 200 596 0.027058 10.0.0.65 - - [2025-12-15 04:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.317426 10.0.0.23 - - [2025-12-15 04:20:16] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.446998 10.0.0.23 - - [2025-12-15 04:20:17] "GET / HTTP/1.1" 200 35931 0.001517 10.0.0.23 - - [2025-12-15 04:20:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2025-12-15 04:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.035625 10.0.0.23 - - [2025-12-15 04:20:19] "GET /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003760 10.0.0.23 - - [2025-12-15 04:20:19] "GET /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003948 10.0.0.23 - - [2025-12-15 04:20:19] "GET /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004840 10.0.0.23 - - [2025-12-15 04:20:19] "PUT /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538 HTTP/1.1" 200 264 0.013144 10.0.0.23 - - [2025-12-15 04:20:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.024001 10.0.0.65 - - [2025-12-15 04:20:21] "GET /projects?obj_uuids=d5d77a9b-6e09-40e2-b0fd-1290af68c9d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004887 10.0.0.65 - - [2025-12-15 04:20:21] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.65 - - [2025-12-15 04:20:21] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009279 10.0.0.65 - - [2025-12-15 04:20:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.007157 10.0.0.65 - - [2025-12-15 04:20:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.005681 10.0.0.65 - - [2025-12-15 04:20:21] "POST /security-groups HTTP/1.1" 200 591 0.039989 10.0.0.23 - - [2025-12-15 04:20:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.007420 10.0.0.65 - - [2025-12-15 04:20:21] "POST /projects HTTP/1.1" 200 585 0.280533 10.0.0.65 - - [2025-12-15 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.317766 10.0.0.23 - - [2025-12-15 04:20:21] "GET /project/d5d77a9b-6e09-40e2-b0fd-1290af68c9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.465564 10.0.0.23 - - [2025-12-15 04:20:21] "POST /access-control-lists HTTP/1.1" 200 594 0.046456 10.0.0.23 - - [2025-12-15 04:20:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.024149 10.0.0.65 - - [2025-12-15 04:20:22] "GET /projects?obj_uuids=bcb87ab6-08e1-487e-abbf-841445fc26ce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003680 10.0.0.65 - - [2025-12-15 04:20:22] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.65 - - [2025-12-15 04:20:22] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006602 10.0.0.65 - - [2025-12-15 04:20:22] "POST /id-to-fqname HTTP/1.1" 200 190 0.003826 10.0.0.65 - - [2025-12-15 04:20:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.005337 10.0.0.65 - - [2025-12-15 04:20:22] "POST /security-groups HTTP/1.1" 200 591 0.086828 10.0.0.65 - - [2025-12-15 04:20:22] "POST /projects HTTP/1.1" 200 585 0.298354 10.0.0.23 - - [2025-12-15 04:20:22] "POST /fqname-to-id HTTP/1.1" 404 233 0.012532 10.0.0.65 - - [2025-12-15 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.377602 10.0.0.23 - - [2025-12-15 04:20:22] "GET /project/bcb87ab6-08e1-487e-abbf-841445fc26ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.521678 10.0.0.23 - - [2025-12-15 04:20:23] "GET / HTTP/1.1" 200 35931 0.002112 10.0.0.23 - - [2025-12-15 04:20:24] "GET / HTTP/1.1" 200 35931 0.001498 10.0.0.23 - - [2025-12-15 04:20:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.011707 10.0.0.23 - - [2025-12-15 04:20:24] "POST /api-access-lists HTTP/1.1" 200 521 0.054773 10.0.0.23 - - [2025-12-15 04:20:24] "GET /api-access-list/26e37c6e-bf8e-49fa-998b-217ca03044af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.005656 10.0.0.23 - - [2025-12-15 04:20:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2025-12-15 04:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.057345 10.0.0.65 - - [2025-12-15 04:20:25] "GET /projects?obj_uuids=d5d77a9b-6e09-40e2-b0fd-1290af68c9d3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001645 10.0.0.23 - - [2025-12-15 04:20:25] "GET /project/d5d77a9b-6e09-40e2-b0fd-1290af68c9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.081695 10.0.0.23 - - [2025-12-15 04:20:25] "GET /virtual-networks?parent_id=d5d77a9b-6e09-40e2-b0fd-1290af68c9d3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026592 10.0.0.23 - - [2025-12-15 04:20:25] "POST /virtual-networks HTTP/1.1" 200 583 0.113267 10.0.0.23 - - [2025-12-15 04:20:25] "POST /ref-update HTTP/1.1" 200 156 0.033186 10.0.0.23 - - [2025-12-15 04:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.058114 10.0.0.23 - - [2025-12-15 04:20:25] "GET /network-ipam/c1a525b9-d53d-469d-ae31-11181cb4ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.019344 10.0.0.65 - - [2025-12-15 04:20:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007290 10.0.0.23 - - [2025-12-15 04:20:26] "POST /ref-update HTTP/1.1" 200 156 0.093174 10.0.0.23 - - [2025-12-15 04:20:26] "POST /neutron/network HTTP/1.1" 200 848 0.058323 10.0.0.23 - - [2025-12-15 04:20:26] "GET /virtual-network/34b212fc-7c81-4918-8a82-240ff7ba3c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.019706 10.0.0.23 - - [2025-12-15 04:20:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2025-12-15 04:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.043101 10.0.0.65 - - [2025-12-15 04:20:26] "GET /projects?obj_uuids=bcb87ab6-08e1-487e-abbf-841445fc26ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.23 - - [2025-12-15 04:20:26] "GET /project/bcb87ab6-08e1-487e-abbf-841445fc26ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.056999 10.0.0.23 - - [2025-12-15 04:20:26] "GET /virtual-networks?parent_id=bcb87ab6-08e1-487e-abbf-841445fc26ce&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029074 10.0.0.23 - - [2025-12-15 04:20:27] "POST /virtual-networks HTTP/1.1" 200 583 0.123091 10.0.0.23 - - [2025-12-15 04:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.034146 10.0.0.23 - - [2025-12-15 04:20:27] "GET /network-ipam/c1a525b9-d53d-469d-ae31-11181cb4ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.015361 10.0.0.65 - - [2025-12-15 04:20:27] "POST /useragent-kv HTTP/1.1" 200 115 0.006969 10.0.0.23 - - [2025-12-15 04:20:27] "POST /ref-update HTTP/1.1" 200 156 0.100966 10.0.0.23 - - [2025-12-15 04:20:27] "POST /neutron/network HTTP/1.1" 200 849 0.065443 10.0.0.23 - - [2025-12-15 04:20:27] "GET /virtual-network/68389a33-92e0-4552-8e4c-217e49d10b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.029581 10.0.0.23 - - [2025-12-15 04:20:27] "POST /neutron/subnet HTTP/1.1" 200 681 0.042918 10.0.0.23 - - [2025-12-15 04:20:28] "GET /obj-perms HTTP/1.1" 403 257 0.035418 10.0.0.23 - - [2025-12-15 04:20:29] "GET /obj-perms HTTP/1.1" 403 257 0.037913 10.0.0.50 - - [2025-12-15 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.027343 10.0.0.65 - - [2025-12-15 04:20:30] "GET /obj-perms HTTP/1.1" 403 257 0.037227 10.0.0.65 - - [2025-12-15 04:20:30] "GET /virtual-network/34b212fc-7c81-4918-8a82-240ff7ba3c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.018426 10.0.0.23 - - [2025-12-15 04:20:31] "GET /obj-perms HTTP/1.1" 200 5030 0.049536 10.0.0.23 - - [2025-12-15 04:20:31] "GET /obj-perms HTTP/1.1" 403 257 0.017141 10.0.0.23 - - [2025-12-15 04:20:31] "PUT /virtual-network/34b212fc-7c81-4918-8a82-240ff7ba3c53 HTTP/1.1" 200 264 0.077782 10.0.0.23 - - [2025-12-15 04:20:31] "GET /obj-perms HTTP/1.1" 403 257 0.014561 10.0.0.23 - - [2025-12-15 04:20:31] "GET /obj-perms HTTP/1.1" 403 257 0.038311 10.0.0.50 - - [2025-12-15 04:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.65 - - [2025-12-15 04:20:32] "GET /virtual-network/34b212fc-7c81-4918-8a82-240ff7ba3c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.045862 10.0.0.23 - - [2025-12-15 04:20:32] "GET /obj-perms HTTP/1.1" 403 257 0.013673 10.0.0.23 - - [2025-12-15 04:20:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003552 10.0.0.23 - - [2025-12-15 04:20:32] "GET /obj-perms HTTP/1.1" 403 257 0.014805 10.0.0.23 - - [2025-12-15 04:20:32] "PUT /virtual-network/34b212fc-7c81-4918-8a82-240ff7ba3c53 HTTP/1.1" 200 264 0.058150 10.0.0.65 - - [2025-12-15 04:20:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004904 10.0.0.23 - - [2025-12-15 04:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.65 - - [2025-12-15 04:20:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003642 10.0.0.23 - - [2025-12-15 04:20:33] "DELETE /virtual-network/68389a33-92e0-4552-8e4c-217e49d10b4f HTTP/1.1" 200 115 0.126698 10.0.0.65 - - [2025-12-15 04:20:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005834 10.0.0.65 - - [2025-12-15 04:20:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002717 10.0.0.23 - - [2025-12-15 04:20:33] "DELETE /virtual-network/34b212fc-7c81-4918-8a82-240ff7ba3c53 HTTP/1.1" 200 115 0.142515 10.0.0.23 - - [2025-12-15 04:20:33] "DELETE /route-target/922cc740-a400-4aca-8573-3f55dc1ff057 HTTP/1.1" 200 115 0.019118 10.0.0.23 - - [2025-12-15 04:20:33] "DELETE /api-access-list/26e37c6e-bf8e-49fa-998b-217ca03044af HTTP/1.1" 200 115 0.037776 10.0.0.65 - - [2025-12-15 04:20:33] "GET /projects?obj_uuids=bcb87ab6-08e1-487e-abbf-841445fc26ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001784 10.0.0.23 - - [2025-12-15 04:20:33] "GET /project/bcb87ab6-08e1-487e-abbf-841445fc26ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.058723 10.0.0.65 - - [2025-12-15 04:20:33] "GET /projects?obj_uuids=bcb87ab6-08e1-487e-abbf-841445fc26ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001392 10.0.0.23 - - [2025-12-15 04:20:33] "GET /project/bcb87ab6-08e1-487e-abbf-841445fc26ce?fields=virtual_networks HTTP/1.1" 200 1033 0.056088 10.0.0.65 - - [2025-12-15 04:20:33] "GET /projects?obj_uuids=bcb87ab6-08e1-487e-abbf-841445fc26ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001457 10.0.0.23 - - [2025-12-15 04:20:33] "GET /project/bcb87ab6-08e1-487e-abbf-841445fc26ce?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.060838 10.0.0.65 - - [2025-12-15 04:20:33] "GET /projects?obj_uuids=bcb87ab6-08e1-487e-abbf-841445fc26ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.23 - - [2025-12-15 04:20:33] "GET /project/bcb87ab6-08e1-487e-abbf-841445fc26ce?fields=security_groups HTTP/1.1" 200 1259 0.065878 10.0.0.65 - - [2025-12-15 04:20:34] "GET /projects?obj_uuids=d5d77a9b-6e09-40e2-b0fd-1290af68c9d3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001348 10.0.0.23 - - [2025-12-15 04:20:34] "GET /project/d5d77a9b-6e09-40e2-b0fd-1290af68c9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.039656 10.0.0.65 - - [2025-12-15 04:20:34] "GET /projects?obj_uuids=d5d77a9b-6e09-40e2-b0fd-1290af68c9d3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001318 10.0.0.23 - - [2025-12-15 04:20:34] "GET /project/d5d77a9b-6e09-40e2-b0fd-1290af68c9d3?fields=virtual_networks HTTP/1.1" 200 1033 0.058796 10.0.0.65 - - [2025-12-15 04:20:34] "GET /projects?obj_uuids=d5d77a9b-6e09-40e2-b0fd-1290af68c9d3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000925 10.0.0.23 - - [2025-12-15 04:20:34] "GET /project/d5d77a9b-6e09-40e2-b0fd-1290af68c9d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.040603 10.0.0.65 - - [2025-12-15 04:20:34] "GET /projects?obj_uuids=d5d77a9b-6e09-40e2-b0fd-1290af68c9d3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001023 10.0.0.23 - - [2025-12-15 04:20:34] "GET /project/d5d77a9b-6e09-40e2-b0fd-1290af68c9d3?fields=security_groups HTTP/1.1" 200 1259 0.042434 10.0.0.23 - - [2025-12-15 04:20:38] "GET / HTTP/1.1" 200 35931 0.001701 10.0.0.23 - - [2025-12-15 04:20:38] "GET / HTTP/1.1" 200 35931 0.002197 10.0.0.23 - - [2025-12-15 04:20:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.23 - - [2025-12-15 04:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.091940 10.0.0.65 - - [2025-12-15 04:20:39] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.23 - - [2025-12-15 04:20:39] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.063341 10.0.0.23 - - [2025-12-15 04:20:39] "GET /virtual-networks?parent_id=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.013472 10.0.0.23 - - [2025-12-15 04:20:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.013367 10.0.0.23 - - [2025-12-15 04:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.028504 10.0.0.65 - - [2025-12-15 04:20:39] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.23 - - [2025-12-15 04:20:39] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.020275 10.0.0.23 - - [2025-12-15 04:20:40] "POST /service-templates HTTP/1.1" 403 264 0.012242 10.0.0.23 - - [2025-12-15 04:20:40] "POST /fqname-to-id HTTP/1.1" 404 215 0.003706 10.0.0.23 - - [2025-12-15 04:20:40] "POST /api-access-lists HTTP/1.1" 200 555 0.033620 10.0.0.23 - - [2025-12-15 04:20:40] "GET /api-access-list/be93dd89-d8da-40d6-98b8-ffc8e0cbc06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.006363 10.0.0.23 - - [2025-12-15 04:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.018789 10.0.0.65 - - [2025-12-15 04:20:40] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.23 - - [2025-12-15 04:20:40] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.075282 10.0.0.23 - - [2025-12-15 04:20:40] "GET /virtual-networks?parent_id=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017576 10.0.0.23 - - [2025-12-15 04:20:40] "POST /virtual-networks HTTP/1.1" 200 583 0.102746 10.0.0.23 - - [2025-12-15 04:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.030628 10.0.0.23 - - [2025-12-15 04:20:40] "GET /network-ipam/c1a525b9-d53d-469d-ae31-11181cb4ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.017307 10.0.0.65 - - [2025-12-15 04:20:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009533 10.0.0.23 - - [2025-12-15 04:20:40] "POST /ref-update HTTP/1.1" 200 156 0.108161 10.0.0.23 - - [2025-12-15 04:20:41] "GET /virtual-network/36d927f4-39bb-4b16-8722-87c75c255f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.021091 10.0.0.23 - - [2025-12-15 04:20:41] "POST /neutron/network HTTP/1.1" 200 847 0.059644 10.0.0.23 - - [2025-12-15 04:20:41] "GET /virtual-network/36d927f4-39bb-4b16-8722-87c75c255f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.006981 10.0.0.23 - - [2025-12-15 04:20:41] "GET /network-ipam/c1a525b9-d53d-469d-ae31-11181cb4ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003985 10.0.0.23 - - [2025-12-15 04:20:41] "GET /virtual-network/36d927f4-39bb-4b16-8722-87c75c255f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.005699 10.0.0.23 - - [2025-12-15 04:20:41] "GET /obj-perms HTTP/1.1" 200 5030 0.004289 10.0.0.23 - - [2025-12-15 04:20:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.019311 10.0.0.23 - - [2025-12-15 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.015801 10.0.0.65 - - [2025-12-15 04:20:42] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.23 - - [2025-12-15 04:20:42] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.020425 10.0.0.23 - - [2025-12-15 04:20:42] "POST /service-templates HTTP/1.1" 403 264 0.012854 10.0.0.23 - - [2025-12-15 04:20:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.004422 10.0.0.23 - - [2025-12-15 04:20:42] "POST /api-access-lists HTTP/1.1" 200 521 0.024168 10.0.0.23 - - [2025-12-15 04:20:42] "GET /api-access-list/1ba5032e-0f9f-4845-9ef6-859d105c8139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.008588 10.0.0.23 - - [2025-12-15 04:20:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.020866 10.0.0.23 - - [2025-12-15 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.017284 10.0.0.65 - - [2025-12-15 04:20:42] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.23 - - [2025-12-15 04:20:42] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.025840 10.0.0.23 - - [2025-12-15 04:20:43] "POST /service-templates HTTP/1.1" 200 551 0.047158 10.0.0.23 - - [2025-12-15 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.029709 10.0.0.23 - - [2025-12-15 04:20:43] "GET /service-template/432450ba-012d-49ba-959d-1d44413453d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.018574 10.0.0.23 - - [2025-12-15 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.016934 10.0.0.23 - - [2025-12-15 04:20:43] "GET /service-template/432450ba-012d-49ba-959d-1d44413453d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.025565 10.0.0.23 - - [2025-12-15 04:20:44] "GET /virtual-network/36d927f4-39bb-4b16-8722-87c75c255f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.043819 10.0.0.50 - - [2025-12-15 04:20:44] "GET /obj-perms HTTP/1.1" 403 257 0.040923 10.0.0.65 - - [2025-12-15 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.032615 10.0.0.23 - - [2025-12-15 04:20:45] "GET /api-access-list/be93dd89-d8da-40d6-98b8-ffc8e0cbc06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.008232 10.0.0.23 - - [2025-12-15 04:20:45] "PUT /api-access-list/be93dd89-d8da-40d6-98b8-ffc8e0cbc06b HTTP/1.1" 200 264 0.015544 10.0.0.23 - - [2025-12-15 04:20:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.23 - - [2025-12-15 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.041974 10.0.0.65 - - [2025-12-15 04:20:45] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.23 - - [2025-12-15 04:20:45] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.058146 10.0.0.23 - - [2025-12-15 04:20:45] "GET /virtual-networks?parent_id=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.030200 10.0.0.23 - - [2025-12-15 04:20:45] "POST /virtual-networks HTTP/1.1" 403 263 0.015682 10.0.0.23 - - [2025-12-15 04:20:46] "GET /obj-perms HTTP/1.1" 403 257 0.018011 10.0.0.23 - - [2025-12-15 04:20:46] "GET /obj-perms HTTP/1.1" 403 257 0.016697 10.0.0.23 - - [2025-12-15 04:20:46] "GET /api-access-list/1ba5032e-0f9f-4845-9ef6-859d105c8139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004385 10.0.0.23 - - [2025-12-15 04:20:46] "PUT /api-access-list/1ba5032e-0f9f-4845-9ef6-859d105c8139 HTTP/1.1" 200 264 0.013615 10.0.0.23 - - [2025-12-15 04:20:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.017388 10.0.0.23 - - [2025-12-15 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.017765 10.0.0.65 - - [2025-12-15 04:20:46] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001506 10.0.0.23 - - [2025-12-15 04:20:46] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.024421 10.0.0.23 - - [2025-12-15 04:20:46] "POST /service-templates HTTP/1.1" 403 264 0.014691 10.0.0.23 - - [2025-12-15 04:20:46] "GET /api-access-list/be93dd89-d8da-40d6-98b8-ffc8e0cbc06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.004060 10.0.0.23 - - [2025-12-15 04:20:46] "PUT /api-access-list/be93dd89-d8da-40d6-98b8-ffc8e0cbc06b HTTP/1.1" 200 264 0.011849 10.0.0.23 - - [2025-12-15 04:20:46] "GET /api-access-list/1ba5032e-0f9f-4845-9ef6-859d105c8139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003959 10.0.0.23 - - [2025-12-15 04:20:46] "PUT /api-access-list/1ba5032e-0f9f-4845-9ef6-859d105c8139 HTTP/1.1" 200 264 0.012806 10.0.0.23 - - [2025-12-15 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.23 - - [2025-12-15 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.50 - - [2025-12-15 04:20:48] "GET /obj-perms HTTP/1.1" 403 257 0.016579 10.0.0.50 - - [2025-12-15 04:20:48] "GET /obj-perms HTTP/1.1" 403 257 0.041515 10.0.0.65 - - [2025-12-15 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.65 - - [2025-12-15 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.23 - - [2025-12-15 04:20:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.039782 10.0.0.23 - - [2025-12-15 04:20:49] "GET /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.003588 10.0.0.23 - - [2025-12-15 04:20:49] "PUT /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538 HTTP/1.1" 200 264 0.012649 10.0.0.23 - - [2025-12-15 04:20:49] "GET /virtual-network/36d927f4-39bb-4b16-8722-87c75c255f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.027314 10.0.0.23 - - [2025-12-15 04:20:49] "DELETE /api-access-list/be93dd89-d8da-40d6-98b8-ffc8e0cbc06b HTTP/1.1" 200 115 0.031213 10.0.0.23 - - [2025-12-15 04:20:49] "DELETE /api-access-list/1ba5032e-0f9f-4845-9ef6-859d105c8139 HTTP/1.1" 200 115 0.026394 10.0.0.23 - - [2025-12-15 04:20:50] "GET /obj-perms HTTP/1.1" 403 257 0.043612 10.0.0.50 - - [2025-12-15 04:20:50] "GET /obj-perms HTTP/1.1" 403 257 0.035336 10.0.0.23 - - [2025-12-15 04:20:51] "DELETE /access-control-list/f8131e05-469d-4182-88e9-d67eac0a2c1b HTTP/1.1" 200 115 0.045226 10.0.0.23 - - [2025-12-15 04:20:51] "DELETE /access-control-list/7a126aa0-31de-4e2e-89cf-0a0c6097f54d HTTP/1.1" 200 115 0.050128 10.0.0.65 - - [2025-12-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009325 10.0.0.23 - - [2025-12-15 04:20:51] "GET /obj-perms HTTP/1.1" 403 257 0.039053 10.0.0.23 - - [2025-12-15 04:20:51] "GET /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.003893 10.0.0.23 - - [2025-12-15 04:20:51] "PUT /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538 HTTP/1.1" 200 264 0.013619 10.0.0.23 - - [2025-12-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.23 - - [2025-12-15 04:20:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.030695 10.0.0.23 - - [2025-12-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.014063 10.0.0.23 - - [2025-12-15 04:20:51] "DELETE /service-template/432450ba-012d-49ba-959d-1d44413453d5 HTTP/1.1" 200 115 0.036626 10.0.0.23 - - [2025-12-15 04:20:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.022707 10.0.0.23 - - [2025-12-15 04:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.013702 10.0.0.65 - - [2025-12-15 04:20:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005886 10.0.0.65 - - [2025-12-15 04:20:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004378 10.0.0.23 - - [2025-12-15 04:20:52] "DELETE /virtual-network/36d927f4-39bb-4b16-8722-87c75c255f67 HTTP/1.1" 200 115 0.152771 10.0.0.23 - - [2025-12-15 04:20:52] "GET /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007199 10.0.0.23 - - [2025-12-15 04:20:52] "PUT /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538 HTTP/1.1" 200 264 0.040295 10.0.0.23 - - [2025-12-15 04:20:52] "GET /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.005103 10.0.0.23 - - [2025-12-15 04:20:52] "PUT /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538 HTTP/1.1" 200 264 0.017482 10.0.0.23 - - [2025-12-15 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.65 - - [2025-12-15 04:20:55] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.23 - - [2025-12-15 04:20:55] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.040831 10.0.0.23 - - [2025-12-15 04:20:55] "POST /neutron/network HTTP/1.1" 200 117 0.077889 10.0.0.23 - - [2025-12-15 04:20:55] "POST /neutron/network HTTP/1.1" 200 860 0.009022 10.0.0.23 - - [2025-12-15 04:20:55] "POST /id-to-fqname HTTP/1.1" 200 240 0.001290 10.0.0.23 - - [2025-12-15 04:20:55] "GET /virtual-network/f532ec76-8a25-4eb3-b463-0a2a5169b4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.015726 10.0.0.23 - - [2025-12-15 04:20:55] "GET /virtual-network/f532ec76-8a25-4eb3-b463-0a2a5169b4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005748 10.0.0.23 - - [2025-12-15 04:20:56] "POST /neutron/subnet HTTP/1.1" 200 714 0.010168 10.0.0.23 - - [2025-12-15 04:20:56] "GET /virtual-network/f532ec76-8a25-4eb3-b463-0a2a5169b4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005271 10.0.0.23 - - [2025-12-15 04:20:56] "GET /network-ipam/c1a525b9-d53d-469d-ae31-11181cb4ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.006281 10.0.0.23 - - [2025-12-15 04:20:56] "POST /ref-update HTTP/1.1" 200 156 0.020974 10.0.0.23 - - [2025-12-15 04:20:56] "GET /virtual-network/f532ec76-8a25-4eb3-b463-0a2a5169b4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.010275 10.0.0.50 - - [2025-12-15 04:20:56] "GET /obj-perms HTTP/1.1" 200 5030 0.067185 10.0.0.23 - - [2025-12-15 04:20:56] "POST /fqname-to-id HTTP/1.1" 404 215 0.003654 10.0.0.23 - - [2025-12-15 04:20:56] "POST /api-access-lists HTTP/1.1" 200 555 0.032425 10.0.0.23 - - [2025-12-15 04:20:56] "GET /api-access-list/bd0d355d-ecc9-4283-be90-0080030974d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.005934 10.0.0.23 - - [2025-12-15 04:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.022503 10.0.0.65 - - [2025-12-15 04:20:57] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002726 10.0.0.23 - - [2025-12-15 04:20:57] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.080139 10.0.0.65 - - [2025-12-15 04:20:57] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.23 - - [2025-12-15 04:20:57] "POST /neutron/network HTTP/1.1" 200 645 0.186311 10.0.0.65 - - [2025-12-15 04:20:57] "POST /useragent-kv HTTP/1.1" 200 115 0.010643 10.0.0.23 - - [2025-12-15 04:20:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.300724 10.0.0.23 - - [2025-12-15 04:20:57] "POST /id-to-fqname HTTP/1.1" 200 240 0.014327 10.0.0.23 - - [2025-12-15 04:20:57] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.021234 10.0.0.23 - - [2025-12-15 04:20:58] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.022464 10.0.0.23 - - [2025-12-15 04:20:58] "POST /neutron/network HTTP/1.1" 200 864 0.033719 10.0.0.23 - - [2025-12-15 04:20:58] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005308 10.0.0.23 - - [2025-12-15 04:20:58] "GET /network-ipam/c1a525b9-d53d-469d-ae31-11181cb4ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003836 10.0.0.23 - - [2025-12-15 04:20:58] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005820 10.0.0.65 - - [2025-12-15 04:20:58] "GET /obj-perms HTTP/1.1" 200 5030 0.061275 10.0.0.23 - - [2025-12-15 04:20:58] "POST /fqname-to-id HTTP/1.1" 404 232 0.020611 10.0.0.65 - - [2025-12-15 04:20:58] "DELETE /project/bcb87ab608e1487eabbf841445fc26ce HTTP/1.1" 404 173 0.009924 10.0.0.65 - - [2025-12-15 04:20:58] "DELETE /project/52b4bd21-7753-47e6-b091-3c0e8a432dac HTTP/1.1" 404 177 0.006412 10.0.0.65 - - [2025-12-15 04:20:58] "DELETE /project/c8ef2802-8ba8-4531-86f2-e78a6bcae427 HTTP/1.1" 404 177 0.027577 10.0.0.65 - - [2025-12-15 04:20:58] "DELETE /project/ae485185605e4f529aa7d8db4282c828 HTTP/1.1" 404 173 0.023283 10.0.0.65 - - [2025-12-15 04:20:58] "DELETE /project/d5d77a9b6e0940e2b0fd1290af68c9d3 HTTP/1.1" 404 173 0.018360 10.0.0.65 - - [2025-12-15 04:20:58] "DELETE /project/3097610d-8fad-4cf9-bad0-3d0048d47642 HTTP/1.1" 404 177 0.017213 10.0.0.65 - - [2025-12-15 04:20:58] "GET /projects?obj_uuids=bcb87ab6-08e1-487e-abbf-841445fc26ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001252 10.0.0.65 - - [2025-12-15 04:20:58] "GET /projects?obj_uuids=d5d77a9b-6e09-40e2-b0fd-1290af68c9d3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.65 - - [2025-12-15 04:20:58] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001602 10.0.0.65 - - [2025-12-15 04:20:59] "GET /project/d5d77a9b-6e09-40e2-b0fd-1290af68c9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.084554 10.0.0.65 - - [2025-12-15 04:20:59] "GET /project/bcb87ab6-08e1-487e-abbf-841445fc26ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.090689 10.0.0.65 - - [2025-12-15 04:20:59] "GET /projects?obj_uuids=d5d77a9b-6e09-40e2-b0fd-1290af68c9d3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002114 10.0.0.65 - - [2025-12-15 04:20:59] "GET /projects?obj_uuids=bcb87ab6-08e1-487e-abbf-841445fc26ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003218 10.0.0.65 - - [2025-12-15 04:20:59] "GET /project/bcb87ab6-08e1-487e-abbf-841445fc26ce?fields=security_groups HTTP/1.1" 200 1364 0.073582 10.0.0.65 - - [2025-12-15 04:20:59] "GET /project/d5d77a9b-6e09-40e2-b0fd-1290af68c9d3?fields=security_groups HTTP/1.1" 200 1364 0.097400 10.0.0.23 - - [2025-12-15 04:20:59] "POST /fqname-to-id HTTP/1.1" 404 264 0.005512 10.0.0.65 - - [2025-12-15 04:20:59] "DELETE /security-group/6c6b99a6-32fd-48e7-ac1d-7eea4d6da124 HTTP/1.1" 200 115 0.073566 10.0.0.65 - - [2025-12-15 04:20:59] "GET /projects?obj_uuids=bcb87ab6-08e1-487e-abbf-841445fc26ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.65 - - [2025-12-15 04:20:59] "DELETE /security-group/3b0187b5-6439-4c06-adaa-0ae97a241c87 HTTP/1.1" 200 115 0.081784 10.0.0.65 - - [2025-12-15 04:20:59] "GET /projects?obj_uuids=d5d77a9b-6e09-40e2-b0fd-1290af68c9d3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001505 10.0.0.65 - - [2025-12-15 04:20:59] "GET /project/bcb87ab6-08e1-487e-abbf-841445fc26ce?fields=application_policy_sets HTTP/1.1" 200 1403 0.073469 10.0.0.23 - - [2025-12-15 04:20:59] "POST /access-control-lists HTTP/1.1" 200 624 0.062299 10.0.0.65 - - [2025-12-15 04:20:59] "GET /project/d5d77a9b-6e09-40e2-b0fd-1290af68c9d3?fields=application_policy_sets HTTP/1.1" 200 1403 0.106736 10.0.0.23 - - [2025-12-15 04:20:59] "DELETE /access-control-list/9acf8226-62cf-439b-a3a2-2f0f6a5bf2b3 HTTP/1.1" 200 115 0.059119 10.0.0.65 - - [2025-12-15 04:20:59] "DELETE /project/bcb87ab6-08e1-487e-abbf-841445fc26ce HTTP/1.1" 200 115 0.709706 10.0.0.65 - - [2025-12-15 04:20:59] "DELETE /project/d5d77a9b-6e09-40e2-b0fd-1290af68c9d3 HTTP/1.1" 200 115 0.709720 10.0.0.23 - - [2025-12-15 04:20:59] "POST /neutron/security_group HTTP/1.1" 200 1426 0.822189 10.0.0.23 - - [2025-12-15 04:20:59] "PUT /access-control-list/9b5e3e95-92fe-48e4-9b42-7c586a24f095 HTTP/1.1" 200 272 0.026622 10.0.0.23 - - [2025-12-15 04:20:59] "POST /neutron/security_group HTTP/1.1" 200 1426 0.020068 10.0.0.65 - - [2025-12-15 04:21:00] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001371 10.0.0.23 - - [2025-12-15 04:21:00] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.114516 10.0.0.23 - - [2025-12-15 04:21:00] "PUT /access-control-list/9b5e3e95-92fe-48e4-9b42-7c586a24f095 HTTP/1.1" 200 272 0.012530 10.0.0.23 - - [2025-12-15 04:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.030332 10.0.0.23 - - [2025-12-15 04:21:00] "GET /security-group/e7e48ba9-26ca-45c8-ac94-e69905c58de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.021029 10.0.0.23 - - [2025-12-15 04:21:01] "POST /id-to-fqname HTTP/1.1" 200 240 0.019466 10.0.0.23 - - [2025-12-15 04:21:01] "POST /neutron/network HTTP/1.1" 200 874 0.036652 10.0.0.65 - - [2025-12-15 04:21:02] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001648 10.0.0.23 - - [2025-12-15 04:21:02] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.085435 10.0.0.23 - - [2025-12-15 04:21:02] "POST /neutron/port HTTP/1.1" 200 117 0.037574 10.0.0.23 - - [2025-12-15 04:21:03] "POST /neutron/network HTTP/1.1" 200 864 0.033217 10.0.0.23 - - [2025-12-15 04:21:04] "POST /neutron/port HTTP/1.1" 200 1060 0.050940 10.0.0.23 - - [2025-12-15 04:21:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003646 10.0.0.23 - - [2025-12-15 04:21:04] "POST /neutron/network HTTP/1.1" 200 864 0.006463 10.0.0.23 - - [2025-12-15 04:21:08] "POST /neutron/port HTTP/1.1" 200 1088 0.023728 10.0.0.23 - - [2025-12-15 04:21:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007954 10.0.0.23 - - [2025-12-15 04:21:08] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41 HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2025-12-15 04:21:08] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41 HTTP/1.1" 200 1292 0.049459 10.0.0.23 - - [2025-12-15 04:21:08] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41 HTTP/1.1" 200 1292 0.030368 10.0.0.23 - - [2025-12-15 04:21:08] "GET /virtual-machine-interface/a8c5fbfa-a7b6-4747-b79f-190fc7497fe5 HTTP/1.1" 200 3024 0.036549 10.0.0.23 - - [2025-12-15 04:21:08] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41 HTTP/1.1" 200 1292 0.025502 10.0.0.23 - - [2025-12-15 04:21:08] "GET /virtual-machine-interface/a8c5fbfa-a7b6-4747-b79f-190fc7497fe5 HTTP/1.1" 200 3024 0.028139 10.0.0.23 - - [2025-12-15 04:21:08] "GET /instance-ip/0c4be018-7cfa-4dcf-aaf5-cd549fc3b215 HTTP/1.1" 200 1639 0.038892 10.0.0.23 - - [2025-12-15 04:21:08] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41 HTTP/1.1" 200 1292 0.025148 10.0.0.23 - - [2025-12-15 04:21:08] "GET /virtual-machine-interface/a8c5fbfa-a7b6-4747-b79f-190fc7497fe5 HTTP/1.1" 200 3024 0.026203 10.0.0.23 - - [2025-12-15 04:21:08] "GET /instance-ip/0c4be018-7cfa-4dcf-aaf5-cd549fc3b215 HTTP/1.1" 200 1639 0.018764 10.0.0.23 - - [2025-12-15 04:21:09] "POST /fqname-to-id HTTP/1.1" 403 354 0.020531 10.0.0.23 - - [2025-12-15 04:21:09] "GET / HTTP/1.1" 200 35931 0.001619 10.0.0.23 - - [2025-12-15 04:21:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2025-12-15 04:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.034769 10.0.0.23 - - [2025-12-15 04:21:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003983 10.0.0.23 - - [2025-12-15 04:21:09] "GET /virtual-networks?parent_id=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023825 10.0.0.23 - - [2025-12-15 04:21:09] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.021170 10.0.0.23 - - [2025-12-15 04:21:09] "POST /fqname-to-id HTTP/1.1" 403 354 0.016544 10.0.0.23 - - [2025-12-15 04:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.23 - - [2025-12-15 04:21:09] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003933 10.0.0.23 - - [2025-12-15 04:21:09] "GET /virtual-networks?parent_id=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.046879 10.0.0.23 - - [2025-12-15 04:21:09] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.023747 10.0.0.23 - - [2025-12-15 04:21:10] "POST /fqname-to-id HTTP/1.1" 403 354 0.017466 10.0.0.23 - - [2025-12-15 04:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.23 - - [2025-12-15 04:21:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003607 10.0.0.23 - - [2025-12-15 04:21:10] "GET /virtual-networks?parent_id=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.030729 10.0.0.23 - - [2025-12-15 04:21:10] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.023203 10.0.0.23 - - [2025-12-15 04:21:10] "POST /fqname-to-id HTTP/1.1" 403 354 0.019172 10.0.0.23 - - [2025-12-15 04:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.23 - - [2025-12-15 04:21:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004286 10.0.0.23 - - [2025-12-15 04:21:10] "GET /virtual-networks?parent_id=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025221 10.0.0.23 - - [2025-12-15 04:21:10] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.029445 10.0.0.23 - - [2025-12-15 04:21:10] "POST /fqname-to-id HTTP/1.1" 403 354 0.021058 10.0.0.23 - - [2025-12-15 04:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2025-12-15 04:21:10] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004310 10.0.0.23 - - [2025-12-15 04:21:10] "GET /virtual-networks?parent_id=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027329 10.0.0.23 - - [2025-12-15 04:21:10] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.024439 10.0.0.23 - - [2025-12-15 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.018303 10.0.0.23 - - [2025-12-15 04:21:13] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.024362 10.0.0.23 - - [2025-12-15 04:21:13] "POST /neutron/port HTTP/1.1" 200 1088 0.014598 10.0.0.23 - - [2025-12-15 04:21:15] "POST /fqname-to-id HTTP/1.1" 403 354 0.026426 10.0.0.23 - - [2025-12-15 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.23 - - [2025-12-15 04:21:15] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005633 10.0.0.23 - - [2025-12-15 04:21:15] "GET /virtual-networks?parent_id=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027113 10.0.0.23 - - [2025-12-15 04:21:15] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.024855 10.0.0.23 - - [2025-12-15 04:21:16] "POST /fqname-to-id HTTP/1.1" 403 354 0.017715 10.0.0.23 - - [2025-12-15 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.23 - - [2025-12-15 04:21:16] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003170 10.0.0.23 - - [2025-12-15 04:21:16] "GET /virtual-networks?parent_id=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023992 10.0.0.23 - - [2025-12-15 04:21:16] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.021337 10.0.0.23 - - [2025-12-15 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.017418 10.0.0.23 - - [2025-12-15 04:21:16] "GET /routing-instance/4d062aca-680d-4402-8a8f-11b3cee2ed66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.019804 10.0.0.23 - - [2025-12-15 04:21:16] "POST /fqname-to-id HTTP/1.1" 403 354 0.020294 10.0.0.23 - - [2025-12-15 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.23 - - [2025-12-15 04:21:16] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003668 10.0.0.23 - - [2025-12-15 04:21:16] "GET /virtual-networks?parent_id=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027467 10.0.0.23 - - [2025-12-15 04:21:16] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.018919 10.0.0.23 - - [2025-12-15 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.014879 10.0.0.23 - - [2025-12-15 04:21:16] "GET /routing-instance/4d062aca-680d-4402-8a8f-11b3cee2ed66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.019576 10.0.0.65 - - [2025-12-15 04:21:16] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.043794 10.0.0.23 - - [2025-12-15 04:21:16] "GET /obj-perms HTTP/1.1" 403 257 0.011987 10.0.0.23 - - [2025-12-15 04:21:16] "GET /obj-perms HTTP/1.1" 403 257 0.012001 10.0.0.23 - - [2025-12-15 04:21:16] "GET /obj-perms HTTP/1.1" 403 257 0.011735 10.0.0.23 - - [2025-12-15 04:21:16] "GET /obj-perms HTTP/1.1" 403 257 0.012929 10.0.0.65 - - [2025-12-15 04:21:16] "GET /obj-perms HTTP/1.1" 403 257 0.014066 10.0.0.23 - - [2025-12-15 04:21:17] "GET /obj-perms HTTP/1.1" 403 257 0.012646 10.0.0.23 - - [2025-12-15 04:21:17] "GET /obj-perms HTTP/1.1" 403 257 0.038282 10.0.0.23 - - [2025-12-15 04:21:17] "GET /obj-perms HTTP/1.1" 403 257 0.011952 10.0.0.23 - - [2025-12-15 04:21:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004098 10.0.0.65 - - [2025-12-15 04:21:17] "GET /obj-perms HTTP/1.1" 200 5030 0.003726 10.0.0.50 - - [2025-12-15 04:21:18] "GET /obj-perms HTTP/1.1" 403 257 0.015054 10.0.0.23 - - [2025-12-15 04:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.019486 10.0.0.65 - - [2025-12-15 04:21:18] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.23 - - [2025-12-15 04:21:18] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.072191 10.0.0.23 - - [2025-12-15 04:21:18] "GET /virtual-network/f532ec76-8a25-4eb3-b463-0a2a5169b4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.021537 10.0.0.23 - - [2025-12-15 04:21:18] "GET /floating-ip-pools?parent_id=f532ec76-8a25-4eb3-b463-0a2a5169b4a8&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.021977 10.0.0.23 - - [2025-12-15 04:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.016610 10.0.0.23 - - [2025-12-15 04:21:18] "GET /floating-ip-pool/a633ce40-1698-48b9-87e6-99bb11a4c029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.018522 10.0.0.65 - - [2025-12-15 04:21:18] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.23 - - [2025-12-15 04:21:18] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.064444 10.0.0.23 - - [2025-12-15 04:21:18] "POST /floating-ips HTTP/1.1" 200 616 0.077504 10.0.0.23 - - [2025-12-15 04:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.020841 10.0.0.23 - - [2025-12-15 04:21:18] "GET /floating-ip/2567e9ba-4033-47ba-a324-3078f5f86809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.023538 10.0.0.23 - - [2025-12-15 04:21:18] "GET /floating-ip/2567e9ba-4033-47ba-a324-3078f5f86809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.018626 10.0.0.23 - - [2025-12-15 04:21:18] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.017336 10.0.0.23 - - [2025-12-15 04:21:18] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.018954 10.0.0.23 - - [2025-12-15 04:21:19] "GET /virtual-machine-interface/a8c5fbfa-a7b6-4747-b79f-190fc7497fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.023023 10.0.0.23 - - [2025-12-15 04:21:19] "POST /ref-update HTTP/1.1" 200 156 0.027322 10.0.0.23 - - [2025-12-15 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.015768 10.0.0.23 - - [2025-12-15 04:21:19] "GET /routing-instance/4aeb9c0c-b082-43b1-897f-402de83bc04e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.019542 10.0.0.23 - - [2025-12-15 04:21:19] "GET /obj-perms HTTP/1.1" 403 257 0.036252 10.0.0.23 - - [2025-12-15 04:21:19] "GET /obj-perms HTTP/1.1" 403 257 0.015616 10.0.0.23 - - [2025-12-15 04:21:19] "POST /neutron/security_group HTTP/1.1" 200 542 0.044813 10.0.0.23 - - [2025-12-15 04:21:19] "POST /neutron/port HTTP/1.1" 200 1114 0.088089 10.0.0.23 - - [2025-12-15 04:21:20] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41 HTTP/1.1" 200 1292 0.030602 10.0.0.23 - - [2025-12-15 04:21:20] "GET /virtual-machine-interface/a8c5fbfa-a7b6-4747-b79f-190fc7497fe5 HTTP/1.1" 200 3586 0.033442 10.0.0.23 - - [2025-12-15 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.015491 10.0.0.23 - - [2025-12-15 04:21:20] "GET /security-group/e7e48ba9-26ca-45c8-ac94-e69905c58de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.017242 10.0.0.23 - - [2025-12-15 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.018592 10.0.0.23 - - [2025-12-15 04:21:20] "GET /security-group/e7e48ba9-26ca-45c8-ac94-e69905c58de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.018809 10.0.0.23 - - [2025-12-15 04:21:20] "DELETE /floating-ip/2567e9ba-4033-47ba-a324-3078f5f86809 HTTP/1.1" 200 115 0.087029 10.0.0.23 - - [2025-12-15 04:21:20] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41 HTTP/1.1" 200 1292 0.020350 10.0.0.23 - - [2025-12-15 04:21:21] "POST /neutron/port HTTP/1.1" 200 1129 0.016396 10.0.0.23 - - [2025-12-15 04:21:22] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41 HTTP/1.1" 404 171 0.016555 10.0.0.23 - - [2025-12-15 04:21:22] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41 HTTP/1.1" 404 171 0.019535 10.0.0.23 - - [2025-12-15 04:21:22] "GET /virtual-machine/c7179cf1-0e75-418b-83b9-6b12d8a47e41 HTTP/1.1" 404 171 0.018698 10.0.0.23 - - [2025-12-15 04:21:22] "POST /fqname-to-id HTTP/1.1" 403 354 0.022560 10.0.0.23 - - [2025-12-15 04:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.23 - - [2025-12-15 04:21:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004441 10.0.0.23 - - [2025-12-15 04:21:22] "GET /virtual-networks?parent_id=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024981 10.0.0.23 - - [2025-12-15 04:21:23] "GET /virtual-network/ad8b167a-26e9-41b7-a896-1791840ee3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.021848 10.0.0.23 - - [2025-12-15 04:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.015870 10.0.0.23 - - [2025-12-15 04:21:23] "GET /routing-instance/4d062aca-680d-4402-8a8f-11b3cee2ed66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.020091 10.0.0.23 - - [2025-12-15 04:21:23] "GET /obj-perms HTTP/1.1" 403 257 0.016182 10.0.0.23 - - [2025-12-15 04:21:23] "GET /obj-perms HTTP/1.1" 200 5030 0.004307 10.0.0.65 - - [2025-12-15 04:21:23] "GET /obj-perms HTTP/1.1" 200 5030 0.004620 10.0.0.23 - - [2025-12-15 04:21:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004956 10.0.0.65 - - [2025-12-15 04:21:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003826 10.0.0.23 - - [2025-12-15 04:21:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004083 10.0.0.65 - - [2025-12-15 04:21:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003991 10.0.0.23 - - [2025-12-15 04:21:39] "POST /neutron/security_group HTTP/1.1" 200 568 0.018437 10.0.0.23 - - [2025-12-15 04:21:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.029626 10.0.0.65 - - [2025-12-15 04:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004921 10.0.0.23 - - [2025-12-15 04:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.65 - - [2025-12-15 04:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002874 10.0.0.23 - - [2025-12-15 04:21:39] "POST /neutron/network HTTP/1.1" 200 151 0.155614 10.0.0.23 - - [2025-12-15 04:21:39] "DELETE /api-access-list/bd0d355d-ecc9-4283-be90-0080030974d5 HTTP/1.1" 200 115 0.047349 10.0.0.23 - - [2025-12-15 04:21:40] "DELETE /route-target/2aaf76b9-fe01-4781-bb05-db29ccc61b04 HTTP/1.1" 200 115 0.024221 10.0.0.23 - - [2025-12-15 04:21:42] "GET /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.004156 10.0.0.23 - - [2025-12-15 04:21:42] "PUT /api-access-list/0e0e58ab-253a-491c-8a5b-4c2d4752c538 HTTP/1.1" 200 264 0.013705 10.0.0.65 - - [2025-12-15 04:21:42] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.23 - - [2025-12-15 04:21:42] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.041047 10.0.0.65 - - [2025-12-15 04:21:42] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001139 10.0.0.23 - - [2025-12-15 04:21:42] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?fields=virtual_networks HTTP/1.1" 200 1033 0.035026 10.0.0.65 - - [2025-12-15 04:21:42] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002241 10.0.0.23 - - [2025-12-15 04:21:42] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.043640 10.0.0.65 - - [2025-12-15 04:21:42] "GET /projects?obj_uuids=ae485185-605e-4f52-9aa7-d8db4282c828&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.23 - - [2025-12-15 04:21:42] "GET /project/ae485185-605e-4f52-9aa7-d8db4282c828?fields=security_groups HTTP/1.1" 200 1259 0.032530 10.0.0.65 - - [2025-12-15 04:21:42] "GET /projects?obj_uuids=f492968e-7f1f-4cc7-9c25-dd28eda1181e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001399 10.0.0.23 - - [2025-12-15 04:21:43] "GET /project/f492968e-7f1f-4cc7-9c25-dd28eda1181e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.049626 [Introspect:8084]10.0.0.23 - - [2025-12-15 04:21:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001126 10.0.0.23 - - [2025-12-15 04:21:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.037769 10.0.0.65 - - [2025-12-15 04:21:46] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007101 10.0.0.65 - - [2025-12-15 04:21:46] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.65 - - [2025-12-15 04:21:46] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007055 10.0.0.65 - - [2025-12-15 04:21:47] "POST /id-to-fqname HTTP/1.1" 200 191 0.004358 10.0.0.65 - - [2025-12-15 04:21:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.007954 10.0.0.65 - - [2025-12-15 04:21:47] "POST /security-groups HTTP/1.1" 200 592 0.077245 10.0.0.65 - - [2025-12-15 04:21:47] "POST /projects HTTP/1.1" 200 587 0.310936 10.0.0.23 - - [2025-12-15 04:21:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.020637 10.0.0.65 - - [2025-12-15 04:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.379433 10.0.0.23 - - [2025-12-15 04:21:47] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.520246 10.0.0.23 - - [2025-12-15 04:21:48] "GET / HTTP/1.1" 200 35931 0.001455 10.0.0.23 - - [2025-12-15 04:21:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2025-12-15 04:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.056524 10.0.0.65 - - [2025-12-15 04:21:50] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.23 - - [2025-12-15 04:21:50] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.042791 10.0.0.23 - - [2025-12-15 04:21:50] "POST /neutron/network HTTP/1.1" 200 117 0.040070 10.0.0.23 - - [2025-12-15 04:21:50] "POST /ref-update HTTP/1.1" 200 156 0.038793 10.0.0.23 - - [2025-12-15 04:21:50] "POST /neutron/network HTTP/1.1" 200 825 0.010804 10.0.0.23 - - [2025-12-15 04:21:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001148 10.0.0.23 - - [2025-12-15 04:21:50] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005246 10.0.0.23 - - [2025-12-15 04:21:50] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005554 10.0.0.23 - - [2025-12-15 04:21:51] "POST /neutron/subnet HTTP/1.1" 200 716 0.009166 10.0.0.23 - - [2025-12-15 04:21:51] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007311 10.0.0.50 - - [2025-12-15 04:21:52] "GET /obj-perms HTTP/1.1" 200 5032 0.067538 10.0.0.23 - - [2025-12-15 04:21:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001338 10.0.0.65 - - [2025-12-15 04:21:53] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.026842 10.0.0.23 - - [2025-12-15 04:21:53] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.100033 10.0.0.23 - - [2025-12-15 04:21:53] "POST /neutron/port HTTP/1.1" 200 117 0.007947 10.0.0.23 - - [2025-12-15 04:21:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001315 10.0.0.23 - - [2025-12-15 04:21:54] "POST /neutron/network HTTP/1.1" 200 835 0.006545 10.0.0.23 - - [2025-12-15 04:21:54] "POST /neutron/port HTTP/1.1" 200 1059 0.019413 10.0.0.65 - - [2025-12-15 04:21:54] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.23 - - [2025-12-15 04:21:55] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.086838 10.0.0.23 - - [2025-12-15 04:21:55] "POST /neutron/port HTTP/1.1" 200 1087 0.040990 10.0.0.23 - - [2025-12-15 04:21:55] "POST /neutron/subnet HTTP/1.1" 200 690 0.009646 10.0.0.23 - - [2025-12-15 04:21:55] "POST /neutron/port HTTP/1.1" 200 1087 0.018924 10.0.0.23 - - [2025-12-15 04:21:55] "POST /neutron/port HTTP/1.1" 200 1087 0.017590 10.0.0.65 - - [2025-12-15 04:21:55] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001456 10.0.0.23 - - [2025-12-15 04:21:55] "POST /neutron/port HTTP/1.1" 200 1059 0.336353 10.0.0.23 - - [2025-12-15 04:21:56] "POST /neutron/port HTTP/1.1" 200 1113 0.130902 10.0.0.23 - - [2025-12-15 04:21:56] "POST /neutron/subnet HTTP/1.1" 200 690 0.012839 10.0.0.65 - - [2025-12-15 04:21:59] "DELETE /project/ae485185-605e-4f52-9aa7-d8db4282c828 HTTP/1.1" 404 177 0.026764 10.0.0.65 - - [2025-12-15 04:21:59] "DELETE /project/ad60a558a8fb4fc6b6f9f9b86f629ee5 HTTP/1.1" 404 173 0.041162 10.0.0.23 - - [2025-12-15 04:22:00] "POST /neutron/port HTTP/1.1" 200 1087 0.096389 10.0.0.23 - - [2025-12-15 04:22:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012179 10.0.0.23 - - [2025-12-15 04:22:00] "GET /virtual-machine/5266b910-7d9d-4fa2-a1cb-380dec12ae9a HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2025-12-15 04:22:01] "GET /virtual-machine/5266b910-7d9d-4fa2-a1cb-380dec12ae9a HTTP/1.1" 200 1293 0.030493 10.0.0.23 - - [2025-12-15 04:22:01] "GET /virtual-machine-interface/529efafe-881f-4011-b0eb-5b7cc31f90a7 HTTP/1.1" 200 2949 0.007760 10.0.0.23 - - [2025-12-15 04:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.23 - - [2025-12-15 04:22:01] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005478 10.0.0.23 - - [2025-12-15 04:22:01] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004953 10.0.0.23 - - [2025-12-15 04:22:01] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005953 10.0.0.23 - - [2025-12-15 04:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.23 - - [2025-12-15 04:22:04] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007071 10.0.0.23 - - [2025-12-15 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.23 - - [2025-12-15 04:22:08] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006214 10.0.0.23 - - [2025-12-15 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.23 - - [2025-12-15 04:22:12] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.016302 10.0.0.23 - - [2025-12-15 04:22:13] "GET /obj-perms HTTP/1.1" 200 5056 0.046322 10.0.0.23 - - [2025-12-15 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.23 - - [2025-12-15 04:22:16] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006418 10.0.0.23 - - [2025-12-15 04:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.23 - - [2025-12-15 04:22:20] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005798 10.0.0.23 - - [2025-12-15 04:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.23 - - [2025-12-15 04:22:24] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005598 10.0.0.23 - - [2025-12-15 04:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.23 - - [2025-12-15 04:22:28] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005311 10.0.0.23 - - [2025-12-15 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.23 - - [2025-12-15 04:22:33] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006044 10.0.0.23 - - [2025-12-15 04:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.23 - - [2025-12-15 04:22:35] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003963 10.0.0.23 - - [2025-12-15 04:22:35] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004777 10.0.0.23 - - [2025-12-15 04:22:35] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007157 10.0.0.23 - - [2025-12-15 04:22:35] "POST /neutron/port HTTP/1.1" 200 1087 0.016439 10.0.0.23 - - [2025-12-15 04:22:39] "POST /neutron/port HTTP/1.1" 200 1087 0.016282 10.0.0.23 - - [2025-12-15 04:22:40] "POST /neutron/subnet HTTP/1.1" 200 690 0.011950 10.0.0.23 - - [2025-12-15 04:22:40] "POST /neutron/port HTTP/1.1" 200 1087 0.015488 10.0.0.23 - - [2025-12-15 04:22:41] "POST /neutron/port HTTP/1.1" 200 1087 0.042601 10.0.0.23 - - [2025-12-15 04:22:41] "POST /neutron/subnet HTTP/1.1" 200 690 0.009621 10.0.0.23 - - [2025-12-15 04:22:45] "POST /neutron/port HTTP/1.1" 200 1087 0.015821 10.0.0.23 - - [2025-12-15 04:22:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007078 10.0.0.23 - - [2025-12-15 04:22:50] "POST /neutron/port HTTP/1.1" 200 1087 0.023949 10.0.0.23 - - [2025-12-15 04:22:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007990 10.0.0.23 - - [2025-12-15 04:22:56] "POST /neutron/port HTTP/1.1" 200 1087 0.019981 10.0.0.23 - - [2025-12-15 04:22:56] "GET /virtual-machine/3fed3c48-e0bb-47e7-a942-8e325593f361 HTTP/1.1" 200 1293 0.009622 10.0.0.23 - - [2025-12-15 04:22:56] "GET /virtual-machine-interface/2093f92b-bf77-49d9-9519-cd64094b4432 HTTP/1.1" 200 2949 0.005898 10.0.0.23 - - [2025-12-15 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005091 10.0.0.23 - - [2025-12-15 04:22:56] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004284 10.0.0.23 - - [2025-12-15 04:22:56] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003873 10.0.0.23 - - [2025-12-15 04:22:56] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005514 10.0.0.23 - - [2025-12-15 04:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.23 - - [2025-12-15 04:22:57] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003830 10.0.0.23 - - [2025-12-15 04:22:57] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003095 10.0.0.23 - - [2025-12-15 04:22:57] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005864 10.0.0.23 - - [2025-12-15 04:22:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009022 10.0.0.23 - - [2025-12-15 04:23:41] "POST /neutron/network HTTP/1.1" 200 835 0.007637 10.0.0.23 - - [2025-12-15 04:23:41] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.23 - - [2025-12-15 04:23:42] "POST /neutron/port HTTP/1.1" 200 1087 0.028688 10.0.0.23 - - [2025-12-15 04:23:42] "POST /neutron/subnet HTTP/1.1" 200 690 0.009913 10.0.0.65 - - [2025-12-15 04:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.65 - - [2025-12-15 04:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.65 - - [2025-12-15 04:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.65 - - [2025-12-15 04:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.50 - - [2025-12-15 04:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2025-12-15 04:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.50 - - [2025-12-15 04:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2025-12-15 04:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000860 10.0.0.23 - - [2025-12-15 04:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000665 10.0.0.50 - - [2025-12-15 04:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.23 - - [2025-12-15 04:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.50 - - [2025-12-15 04:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000549 10.0.0.65 - - [2025-12-15 04:24:14] "GET /obj-perms HTTP/1.1" 200 5056 0.048823 10.0.0.23 - - [2025-12-15 04:24:21] "POST /neutron/port HTTP/1.1" 200 1087 0.023234 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-machine/5266b910-7d9d-4fa2-a1cb-380dec12ae9a HTTP/1.1" 200 1293 0.004684 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-machine-interface/529efafe-881f-4011-b0eb-5b7cc31f90a7 HTTP/1.1" 200 2949 0.005731 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-machine/5266b910-7d9d-4fa2-a1cb-380dec12ae9a HTTP/1.1" 200 1293 0.004005 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-machine-interface/529efafe-881f-4011-b0eb-5b7cc31f90a7 HTTP/1.1" 200 2949 0.005520 10.0.0.23 - - [2025-12-15 04:24:21] "GET /instance-ip/a3ad1b85-3bbf-4187-8685-50249ea8cbbe HTTP/1.1" 200 1621 0.006267 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-machine/5266b910-7d9d-4fa2-a1cb-380dec12ae9a HTTP/1.1" 200 1293 0.004004 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-machine-interface/529efafe-881f-4011-b0eb-5b7cc31f90a7 HTTP/1.1" 200 2949 0.005903 10.0.0.23 - - [2025-12-15 04:24:21] "GET /instance-ip/a3ad1b85-3bbf-4187-8685-50249ea8cbbe HTTP/1.1" 200 1621 0.004512 10.0.0.23 - - [2025-12-15 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.23 - - [2025-12-15 04:24:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004303 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003443 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005948 10.0.0.23 - - [2025-12-15 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.23 - - [2025-12-15 04:24:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004421 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003456 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007880 10.0.0.23 - - [2025-12-15 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.23 - - [2025-12-15 04:24:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004578 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003558 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007018 10.0.0.23 - - [2025-12-15 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.23 - - [2025-12-15 04:24:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004722 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004678 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007731 10.0.0.23 - - [2025-12-15 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.23 - - [2025-12-15 04:24:21] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005278 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004618 10.0.0.23 - - [2025-12-15 04:24:21] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006160 10.0.0.23 - - [2025-12-15 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.23 - - [2025-12-15 04:24:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004206 10.0.0.23 - - [2025-12-15 04:24:22] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003452 10.0.0.23 - - [2025-12-15 04:24:22] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006216 10.0.0.23 - - [2025-12-15 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.23 - - [2025-12-15 04:24:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004440 10.0.0.23 - - [2025-12-15 04:24:22] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003395 10.0.0.23 - - [2025-12-15 04:24:22] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006347 10.0.0.23 - - [2025-12-15 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.23 - - [2025-12-15 04:24:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004575 10.0.0.23 - - [2025-12-15 04:24:22] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003275 10.0.0.23 - - [2025-12-15 04:24:22] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007319 10.0.0.23 - - [2025-12-15 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005005 10.0.0.23 - - [2025-12-15 04:24:22] "GET /routing-instance/9c231073-cdf8-4488-abcc-96ee40fa614a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005754 10.0.0.23 - - [2025-12-15 04:24:22] "GET /route-target/811788ed-39c6-43d5-92ed-9fe694a1090b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005997 10.0.0.23 - - [2025-12-15 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.23 - - [2025-12-15 04:24:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003396 10.0.0.23 - - [2025-12-15 04:24:22] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004062 10.0.0.23 - - [2025-12-15 04:24:22] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005944 10.0.0.23 - - [2025-12-15 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.23 - - [2025-12-15 04:24:22] "GET /routing-instance/9c231073-cdf8-4488-abcc-96ee40fa614a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004373 10.0.0.23 - - [2025-12-15 04:24:22] "GET /route-target/811788ed-39c6-43d5-92ed-9fe694a1090b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004659 10.0.0.23 - - [2025-12-15 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.23 - - [2025-12-15 04:24:22] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006485 10.0.0.23 - - [2025-12-15 04:24:23] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003914 10.0.0.23 - - [2025-12-15 04:24:23] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006551 10.0.0.23 - - [2025-12-15 04:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.23 - - [2025-12-15 04:24:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004664 10.0.0.23 - - [2025-12-15 04:24:23] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003578 10.0.0.23 - - [2025-12-15 04:24:23] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006627 10.0.0.23 - - [2025-12-15 04:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007765 10.0.0.23 - - [2025-12-15 04:24:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004221 10.0.0.23 - - [2025-12-15 04:24:23] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003847 10.0.0.23 - - [2025-12-15 04:24:23] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006217 10.0.0.23 - - [2025-12-15 04:24:23] "GET /obj-perms HTTP/1.1" 200 5032 0.051615 10.0.0.65 - - [2025-12-15 04:24:23] "GET /obj-perms HTTP/1.1" 200 5032 0.055417 10.0.0.23 - - [2025-12-15 04:24:23] "GET /obj-perms HTTP/1.1" 200 5032 0.003671 10.0.0.50 - - [2025-12-15 04:24:23] "GET /obj-perms HTTP/1.1" 200 5032 0.003673 10.0.0.65 - - [2025-12-15 04:24:23] "GET /obj-perms HTTP/1.1" 200 5032 0.004230 10.0.0.23 - - [2025-12-15 04:24:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007427 10.0.0.23 - - [2025-12-15 04:24:23] "GET /virtual-machine/3fed3c48-e0bb-47e7-a942-8e325593f361 HTTP/1.1" 200 1293 0.004823 10.0.0.23 - - [2025-12-15 04:24:23] "GET /virtual-machine-interface/2093f92b-bf77-49d9-9519-cd64094b4432 HTTP/1.1" 200 2949 0.005678 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-machine/3fed3c48-e0bb-47e7-a942-8e325593f361 HTTP/1.1" 200 1293 0.004120 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-machine-interface/2093f92b-bf77-49d9-9519-cd64094b4432 HTTP/1.1" 200 2949 0.006639 10.0.0.23 - - [2025-12-15 04:24:24] "GET /instance-ip/bfeb7c36-3bfa-46c3-875b-c1d332e22e5c HTTP/1.1" 200 1621 0.006088 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-machine/3fed3c48-e0bb-47e7-a942-8e325593f361 HTTP/1.1" 200 1293 0.003855 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-machine-interface/2093f92b-bf77-49d9-9519-cd64094b4432 HTTP/1.1" 200 2949 0.005287 10.0.0.23 - - [2025-12-15 04:24:24] "GET /instance-ip/bfeb7c36-3bfa-46c3-875b-c1d332e22e5c HTTP/1.1" 200 1621 0.003881 10.0.0.23 - - [2025-12-15 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.010988 10.0.0.23 - - [2025-12-15 04:24:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003700 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003144 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006731 10.0.0.23 - - [2025-12-15 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.23 - - [2025-12-15 04:24:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003779 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006801 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.021182 10.0.0.23 - - [2025-12-15 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005713 10.0.0.23 - - [2025-12-15 04:24:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005332 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004922 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008854 10.0.0.23 - - [2025-12-15 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006093 10.0.0.23 - - [2025-12-15 04:24:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005270 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004638 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005536 10.0.0.23 - - [2025-12-15 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.23 - - [2025-12-15 04:24:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003933 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003206 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007175 10.0.0.23 - - [2025-12-15 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.23 - - [2025-12-15 04:24:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005134 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003829 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005580 10.0.0.23 - - [2025-12-15 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.23 - - [2025-12-15 04:24:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005087 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003739 10.0.0.23 - - [2025-12-15 04:24:24] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005840 10.0.0.23 - - [2025-12-15 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.23 - - [2025-12-15 04:24:25] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004027 10.0.0.23 - - [2025-12-15 04:24:25] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003613 10.0.0.23 - - [2025-12-15 04:24:25] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006952 10.0.0.23 - - [2025-12-15 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.23 - - [2025-12-15 04:24:25] "GET /routing-instance/9c231073-cdf8-4488-abcc-96ee40fa614a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005049 10.0.0.23 - - [2025-12-15 04:24:25] "GET /route-target/811788ed-39c6-43d5-92ed-9fe694a1090b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004108 10.0.0.23 - - [2025-12-15 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.23 - - [2025-12-15 04:24:25] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005270 10.0.0.23 - - [2025-12-15 04:24:25] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003566 10.0.0.23 - - [2025-12-15 04:24:25] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005950 10.0.0.23 - - [2025-12-15 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.23 - - [2025-12-15 04:24:25] "GET /routing-instance/9c231073-cdf8-4488-abcc-96ee40fa614a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005354 10.0.0.23 - - [2025-12-15 04:24:25] "GET /route-target/811788ed-39c6-43d5-92ed-9fe694a1090b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003950 10.0.0.23 - - [2025-12-15 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.23 - - [2025-12-15 04:24:25] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004573 10.0.0.23 - - [2025-12-15 04:24:25] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003290 10.0.0.23 - - [2025-12-15 04:24:25] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006052 10.0.0.23 - - [2025-12-15 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.23 - - [2025-12-15 04:24:25] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004287 10.0.0.23 - - [2025-12-15 04:24:25] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003587 10.0.0.23 - - [2025-12-15 04:24:25] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005480 10.0.0.23 - - [2025-12-15 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.23 - - [2025-12-15 04:24:26] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004129 10.0.0.23 - - [2025-12-15 04:24:26] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004192 10.0.0.23 - - [2025-12-15 04:24:26] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005414 10.0.0.23 - - [2025-12-15 04:24:26] "GET /obj-perms HTTP/1.1" 200 5032 0.013604 10.0.0.23 - - [2025-12-15 04:24:26] "GET /obj-perms HTTP/1.1" 200 5032 0.011181 10.0.0.65 - - [2025-12-15 04:24:26] "GET /obj-perms HTTP/1.1" 200 5032 0.003633 10.0.0.23 - - [2025-12-15 04:24:26] "GET /obj-perms HTTP/1.1" 200 5032 0.004430 10.0.0.65 - - [2025-12-15 04:24:26] "GET /obj-perms HTTP/1.1" 200 5032 0.003756 10.0.0.23 - - [2025-12-15 04:24:31] "GET /virtual-machine/3fed3c48-e0bb-47e7-a942-8e325593f361 HTTP/1.1" 200 1293 0.004431 10.0.0.23 - - [2025-12-15 04:24:32] "POST /neutron/port HTTP/1.1" 200 151 0.177739 10.0.0.23 - - [2025-12-15 04:24:33] "GET /virtual-machine/3fed3c48-e0bb-47e7-a942-8e325593f361 HTTP/1.1" 404 171 0.003170 10.0.0.23 - - [2025-12-15 04:24:33] "GET /virtual-machine/3fed3c48-e0bb-47e7-a942-8e325593f361 HTTP/1.1" 404 171 0.004041 10.0.0.23 - - [2025-12-15 04:24:33] "GET /virtual-machine/3fed3c48-e0bb-47e7-a942-8e325593f361 HTTP/1.1" 404 171 0.003386 10.0.0.23 - - [2025-12-15 04:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004834 10.0.0.23 - - [2025-12-15 04:24:33] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006404 10.0.0.23 - - [2025-12-15 04:24:33] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003483 10.0.0.23 - - [2025-12-15 04:24:34] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007535 10.0.0.23 - - [2025-12-15 04:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005902 10.0.0.23 - - [2025-12-15 04:24:34] "GET /routing-instance/9c231073-cdf8-4488-abcc-96ee40fa614a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004600 10.0.0.23 - - [2025-12-15 04:24:34] "GET /route-target/811788ed-39c6-43d5-92ed-9fe694a1090b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004387 10.0.0.23 - - [2025-12-15 04:24:40] "GET /obj-perms HTTP/1.1" 200 5032 0.004122 10.0.0.65 - - [2025-12-15 04:24:40] "GET /obj-perms HTTP/1.1" 200 5032 0.004524 10.0.0.23 - - [2025-12-15 04:24:40] "GET /virtual-machine/5266b910-7d9d-4fa2-a1cb-380dec12ae9a HTTP/1.1" 200 1293 0.004687 10.0.0.23 - - [2025-12-15 04:24:41] "POST /neutron/port HTTP/1.1" 200 151 0.158466 10.0.0.23 - - [2025-12-15 04:24:42] "GET /virtual-machine/5266b910-7d9d-4fa2-a1cb-380dec12ae9a HTTP/1.1" 404 171 0.003082 10.0.0.23 - - [2025-12-15 04:24:42] "GET /virtual-machine/5266b910-7d9d-4fa2-a1cb-380dec12ae9a HTTP/1.1" 404 171 0.003907 10.0.0.23 - - [2025-12-15 04:24:42] "GET /virtual-machine/5266b910-7d9d-4fa2-a1cb-380dec12ae9a HTTP/1.1" 404 171 0.003289 10.0.0.23 - - [2025-12-15 04:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.23 - - [2025-12-15 04:24:42] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004052 10.0.0.23 - - [2025-12-15 04:24:42] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004791 10.0.0.23 - - [2025-12-15 04:24:42] "GET /virtual-network/0cd69e49-6c15-4da7-b49a-ee47fded33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007394 10.0.0.23 - - [2025-12-15 04:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.23 - - [2025-12-15 04:24:43] "GET /routing-instance/9c231073-cdf8-4488-abcc-96ee40fa614a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005254 10.0.0.23 - - [2025-12-15 04:24:43] "GET /route-target/811788ed-39c6-43d5-92ed-9fe694a1090b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005915 10.0.0.23 - - [2025-12-15 04:24:43] "GET /obj-perms HTTP/1.1" 200 5032 0.005455 10.0.0.65 - - [2025-12-15 04:24:46] "GET /obj-perms HTTP/1.1" 200 5032 0.004023 10.0.0.23 - - [2025-12-15 04:24:49] "GET /obj-perms HTTP/1.1" 200 5032 0.003675 10.0.0.50 - - [2025-12-15 04:24:49] "GET /obj-perms HTTP/1.1" 200 5032 0.003958 10.0.0.23 - - [2025-12-15 04:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.048970 10.0.0.23 - - [2025-12-15 04:24:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.003584 10.0.0.23 - - [2025-12-15 04:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.65 - - [2025-12-15 04:24:52] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031 10.0.0.23 - - [2025-12-15 04:24:52] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049105 10.0.0.23 - - [2025-12-15 04:24:52] "POST /network-policys HTTP/1.1" 200 522 0.038686 10.0.0.23 - - [2025-12-15 04:24:52] "GET /network-policy/8914e8a7-6e72-4113-ad0f-cee2f4916931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.009519 10.0.0.23 - - [2025-12-15 04:24:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.005746 10.0.0.23 - - [2025-12-15 04:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.65 - - [2025-12-15 04:24:52] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.23 - - [2025-12-15 04:24:52] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.041942 10.0.0.23 - - [2025-12-15 04:24:52] "POST /network-policys HTTP/1.1" 200 522 0.028347 10.0.0.23 - - [2025-12-15 04:24:52] "GET /network-policy/801e980b-8863-4f7f-8d77-c51d0ff27865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005650 10.0.0.23 - - [2025-12-15 04:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.65 - - [2025-12-15 04:24:52] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.23 - - [2025-12-15 04:24:52] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052623 10.0.0.23 - - [2025-12-15 04:24:53] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003833 10.0.0.23 - - [2025-12-15 04:24:53] "POST /virtual-networks HTTP/1.1" 200 546 0.090181 10.0.0.23 - - [2025-12-15 04:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.23 - - [2025-12-15 04:24:53] "GET /network-ipam/c1a525b9-d53d-469d-ae31-11181cb4ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.006032 10.0.0.23 - - [2025-12-15 04:24:53] "POST /ref-update HTTP/1.1" 200 156 0.031955 10.0.0.65 - - [2025-12-15 04:24:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007494 10.0.0.23 - - [2025-12-15 04:24:53] "POST /ref-update HTTP/1.1" 200 156 0.075816 10.0.0.23 - - [2025-12-15 04:24:53] "POST /neutron/network HTTP/1.1" 200 809 0.007952 10.0.0.23 - - [2025-12-15 04:24:53] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007192 10.0.0.23 - - [2025-12-15 04:24:53] "POST /neutron/subnet HTTP/1.1" 200 672 0.010422 10.0.0.23 - - [2025-12-15 04:24:53] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005683 10.0.0.65 - - [2025-12-15 04:24:53] "GET /obj-perms HTTP/1.1" 200 5032 0.004844 10.0.0.23 - - [2025-12-15 04:24:54] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.014639 10.0.0.23 - - [2025-12-15 04:24:54] "PUT /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613 HTTP/1.1" 200 264 0.049885 10.0.0.23 - - [2025-12-15 04:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.23 - - [2025-12-15 04:24:54] "GET /network-policy/8914e8a7-6e72-4113-ad0f-cee2f4916931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004337 10.0.0.23 - - [2025-12-15 04:24:54] "POST /ref-update HTTP/1.1" 200 156 0.055718 10.0.0.23 - - [2025-12-15 04:24:54] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006186 10.0.0.23 - - [2025-12-15 04:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2025-12-15 04:24:54] "GET /network-policy/8914e8a7-6e72-4113-ad0f-cee2f4916931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005279 10.0.0.23 - - [2025-12-15 04:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.65 - - [2025-12-15 04:24:54] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194 10.0.0.23 - - [2025-12-15 04:24:54] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045305 10.0.0.23 - - [2025-12-15 04:24:54] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003653 10.0.0.23 - - [2025-12-15 04:24:54] "POST /virtual-networks HTTP/1.1" 200 546 0.076976 10.0.0.23 - - [2025-12-15 04:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.23 - - [2025-12-15 04:24:54] "POST /route-targets HTTP/1.1" 200 327 0.016772 10.0.0.23 - - [2025-12-15 04:24:54] "GET /network-ipam/c1a525b9-d53d-469d-ae31-11181cb4ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004384 10.0.0.65 - - [2025-12-15 04:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.008282 10.0.0.23 - - [2025-12-15 04:24:54] "POST /ref-update HTTP/1.1" 200 156 0.073049 10.0.0.23 - - [2025-12-15 04:24:54] "POST /neutron/network HTTP/1.1" 200 809 0.006509 10.0.0.23 - - [2025-12-15 04:24:54] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006223 10.0.0.23 - - [2025-12-15 04:24:55] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006985 10.0.0.23 - - [2025-12-15 04:24:55] "GET /obj-perms HTTP/1.1" 200 5032 0.004419 10.0.0.23 - - [2025-12-15 04:24:55] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006579 10.0.0.23 - - [2025-12-15 04:24:55] "PUT /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53 HTTP/1.1" 200 264 0.047872 10.0.0.23 - - [2025-12-15 04:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.23 - - [2025-12-15 04:24:55] "GET /network-policy/801e980b-8863-4f7f-8d77-c51d0ff27865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004219 10.0.0.23 - - [2025-12-15 04:24:55] "POST /ref-update HTTP/1.1" 200 156 0.058175 10.0.0.23 - - [2025-12-15 04:24:55] "POST /neutron/network HTTP/1.1" 200 886 0.008781 10.0.0.23 - - [2025-12-15 04:24:55] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005414 10.0.0.23 - - [2025-12-15 04:24:55] "POST /access-control-lists HTTP/1.1" 200 592 0.085042 10.0.0.23 - - [2025-12-15 04:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.23 - - [2025-12-15 04:24:55] "GET /network-policy/801e980b-8863-4f7f-8d77-c51d0ff27865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004997 10.0.0.23 - - [2025-12-15 04:24:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.003464 10.0.0.65 - - [2025-12-15 04:24:56] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.23 - - [2025-12-15 04:24:56] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.080396 10.0.0.23 - - [2025-12-15 04:24:56] "POST /neutron/port HTTP/1.1" 200 117 0.009423 10.0.0.23 - - [2025-12-15 04:24:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.003009 10.0.0.23 - - [2025-12-15 04:24:57] "POST /neutron/network HTTP/1.1" 200 896 0.006873 10.0.0.23 - - [2025-12-15 04:24:57] "POST /neutron/port HTTP/1.1" 200 1061 0.016508 10.0.0.23 - - [2025-12-15 04:24:58] "POST /neutron/port HTTP/1.1" 200 1089 0.025317 10.0.0.23 - - [2025-12-15 04:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.65 - - [2025-12-15 04:24:58] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001508 10.0.0.23 - - [2025-12-15 04:24:58] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.084840 10.0.0.23 - - [2025-12-15 04:24:58] "POST /neutron/port HTTP/1.1" 200 1089 0.025961 10.0.0.23 - - [2025-12-15 04:24:58] "POST /neutron/port HTTP/1.1" 200 1089 0.018204 10.0.0.65 - - [2025-12-15 04:24:58] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001319 10.0.0.23 - - [2025-12-15 04:24:59] "PUT /access-control-list/2c483c48-9f28-48fa-a811-02def24a3bdc HTTP/1.1" 200 272 0.069781 10.0.0.23 - - [2025-12-15 04:24:59] "POST /neutron/port HTTP/1.1" 200 1061 0.320127 10.0.0.23 - - [2025-12-15 04:24:59] "POST /neutron/port HTTP/1.1" 200 1115 0.095755 10.0.0.23 - - [2025-12-15 04:24:59] "POST /neutron/subnet HTTP/1.1" 200 646 0.011238 10.0.0.23 - - [2025-12-15 04:25:03] "POST /neutron/port HTTP/1.1" 200 1089 0.020130 10.0.0.23 - - [2025-12-15 04:25:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016298 10.0.0.23 - - [2025-12-15 04:25:03] "GET /virtual-machine/72e8fbc7-70cd-4593-8677-1fdffd9a639d HTTP/1.1" 200 1292 0.012231 10.0.0.23 - - [2025-12-15 04:25:03] "GET /virtual-machine-interface/0d544422-8c69-4d13-aec1-c5f09facec80 HTTP/1.1" 200 2948 0.008046 10.0.0.23 - - [2025-12-15 04:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006204 10.0.0.23 - - [2025-12-15 04:25:03] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006545 10.0.0.23 - - [2025-12-15 04:25:03] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003913 10.0.0.23 - - [2025-12-15 04:25:03] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008163 10.0.0.23 - - [2025-12-15 04:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.23 - - [2025-12-15 04:25:07] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005422 10.0.0.23 - - [2025-12-15 04:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.23 - - [2025-12-15 04:25:11] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005368 10.0.0.23 - - [2025-12-15 04:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005689 10.0.0.23 - - [2025-12-15 04:25:15] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008837 10.0.0.50 - - [2025-12-15 04:25:15] "GET /obj-perms HTTP/1.1" 200 5056 0.048793 10.0.0.23 - - [2025-12-15 04:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.23 - - [2025-12-15 04:25:19] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006161 10.0.0.23 - - [2025-12-15 04:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.23 - - [2025-12-15 04:25:23] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008574 10.0.0.23 - - [2025-12-15 04:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.23 - - [2025-12-15 04:25:27] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007693 10.0.0.23 - - [2025-12-15 04:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005475 10.0.0.23 - - [2025-12-15 04:25:31] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.010069 10.0.0.23 - - [2025-12-15 04:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.23 - - [2025-12-15 04:25:35] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005507 10.0.0.23 - - [2025-12-15 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007367 10.0.0.23 - - [2025-12-15 04:25:39] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004806 10.0.0.23 - - [2025-12-15 04:25:39] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003333 10.0.0.23 - - [2025-12-15 04:25:39] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007199 10.0.0.23 - - [2025-12-15 04:25:39] "POST /neutron/port HTTP/1.1" 200 1089 0.018172 10.0.0.23 - - [2025-12-15 04:25:43] "POST /neutron/port HTTP/1.1" 200 1089 0.014900 10.0.0.23 - - [2025-12-15 04:25:44] "POST /neutron/subnet HTTP/1.1" 200 646 0.008272 10.0.0.23 - - [2025-12-15 04:25:45] "POST /neutron/port HTTP/1.1" 200 1089 0.014650 10.0.0.23 - - [2025-12-15 04:25:45] "POST /neutron/port HTTP/1.1" 200 1089 0.016870 10.0.0.23 - - [2025-12-15 04:25:45] "POST /neutron/subnet HTTP/1.1" 200 646 0.012614 10.0.0.23 - - [2025-12-15 04:25:50] "POST /neutron/port HTTP/1.1" 200 1089 0.015800 10.0.0.23 - - [2025-12-15 04:25:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.031400 10.0.0.23 - - [2025-12-15 04:25:55] "POST /neutron/port HTTP/1.1" 200 1089 0.018049 10.0.0.23 - - [2025-12-15 04:26:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015337 10.0.0.23 - - [2025-12-15 04:26:00] "POST /neutron/port HTTP/1.1" 200 1089 0.046007 10.0.0.23 - - [2025-12-15 04:26:00] "GET /virtual-machine/23b92ac1-ba40-4caf-b544-4f66e9c9d39a HTTP/1.1" 200 1293 0.007512 10.0.0.23 - - [2025-12-15 04:26:00] "GET /virtual-machine-interface/c4fccc61-e46b-4c15-82a6-7a889cd91522 HTTP/1.1" 200 2949 0.006119 10.0.0.23 - - [2025-12-15 04:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.23 - - [2025-12-15 04:26:00] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004306 10.0.0.23 - - [2025-12-15 04:26:00] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004199 10.0.0.23 - - [2025-12-15 04:26:01] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006411 10.0.0.23 - - [2025-12-15 04:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.23 - - [2025-12-15 04:26:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004214 10.0.0.23 - - [2025-12-15 04:26:02] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003544 10.0.0.23 - - [2025-12-15 04:26:02] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008547 10.0.0.23 - - [2025-12-15 04:26:45] "POST /neutron/port HTTP/1.1" 200 1089 0.038660 10.0.0.23 - - [2025-12-15 04:26:45] "POST /neutron/subnet HTTP/1.1" 200 646 0.012381 10.0.0.23 - - [2025-12-15 04:26:47] "POST /neutron/port HTTP/1.1" 200 1089 0.014909 10.0.0.23 - - [2025-12-15 04:26:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004135 10.0.0.23 - - [2025-12-15 04:26:47] "POST /neutron/network HTTP/1.1" 200 886 0.009125 10.0.0.65 - - [2025-12-15 04:27:17] "GET /obj-perms HTTP/1.1" 200 5056 0.055144 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Dec 15 04:27:32 AM UTC 2025 ===================' INFO: =================== Mon Dec 15 04:27:32 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.129,10.20.0.254,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.254,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ 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.23,10.0.0.50,10.0.0.65 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.23,10.0.0.50,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.50,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.50,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ uniq +++ local local_ips=,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ 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: 12/15/2025 04:27:41.097 7f2c9306aa40 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/15/2025 04:27:41.250 7f2c9306aa40 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/15/2025 04:27:41.262 7f2c9306aa40 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/15/2025 04:27:41.262 7f2c9306aa40 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2025-12-15 04:27:41] "GET / HTTP/1.1" 503 181 0.000218 10.0.0.65 - - [2025-12-15 04:27:41] "GET / HTTP/1.1" 503 181 0.000134 [Introspect:8084]10.0.0.23 - - [2025-12-15 04:27:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001570 10.0.0.65 - - [2025-12-15 04:27:42] "GET / HTTP/1.1" 200 45871 0.001482 10.0.0.65 - - [2025-12-15 04:27:42] "GET / HTTP/1.1" 200 45871 0.001125 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.65 - - [2025-12-15 04:27:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000736 10.0.0.65 - - [2025-12-15 04:27:42] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000353 10.0.0.65 - - [2025-12-15 04:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.614626 10.0.0.65 - - [2025-12-15 04:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.65 - - [2025-12-15 04:27:43] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.346004 10.0.0.65 - - [2025-12-15 04:27:43] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.011700 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.65 - - [2025-12-15 04:27:44] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000943 10.0.0.65 - - [2025-12-15 04:27:44] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.052305 10.0.0.65 - - [2025-12-15 04:27:44] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000924 10.0.0.65 - - [2025-12-15 04:27:44] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?fields=security_groups HTTP/1.1" 200 1089 0.058461 10.0.0.65 - - [2025-12-15 04:27:44] "GET /projects?obj_uuids=ae8b0785-9ba8-4e86-bb62-314e971650e4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000911 10.0.0.65 - - [2025-12-15 04:27:44] "GET /project/ae8b0785-9ba8-4e86-bb62-314e971650e4?fields=application_policy_sets HTTP/1.1" 200 1382 0.062934 10.0.0.65 - - [2025-12-15 04:27:44] "DELETE /project/ae8b0785-9ba8-4e86-bb62-314e971650e4 HTTP/1.1" 409 278 0.278919 10.0.0.23 - - [2025-12-15 04:27:45] "POST /neutron/network HTTP/1.1" 200 896 0.036870 10.0.0.23 - - [2025-12-15 04:27:45] "POST /neutron/port HTTP/1.1" 200 117 0.001251 [Introspect:8084]10.0.0.23 - - [2025-12-15 04:27:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001090 [Introspect:8084]10.0.0.23 - - [2025-12-15 04:27:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001061 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.23 - - [2025-12-15 04:27:49] "GET /obj-perms HTTP/1.1" 200 5032 0.375040 10.0.0.23 - - [2025-12-15 04:27:49] "GET /obj-perms HTTP/1.1" 200 5032 0.005002 10.0.0.23 - - [2025-12-15 04:27:49] "POST /neutron/port HTTP/1.1" 200 1089 0.050955 10.0.0.23 - - [2025-12-15 04:27:49] "GET /obj-perms HTTP/1.1" 200 5032 0.003753 10.0.0.23 - - [2025-12-15 04:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.040582 10.0.0.65 - - [2025-12-15 04:27:49] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.23 - - [2025-12-15 04:27:49] "POST /neutron/subnet HTTP/1.1" 200 646 0.027193 10.0.0.23 - - [2025-12-15 04:27:49] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.065557 10.0.0.23 - - [2025-12-15 04:27:49] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006911 10.0.0.23 - - [2025-12-15 04:27:50] "POST /virtual-networks HTTP/1.1" 200 546 0.098614 10.0.0.23 - - [2025-12-15 04:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.23 - - [2025-12-15 04:27:50] "GET /network-ipam/c1a525b9-d53d-469d-ae31-11181cb4ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004495 10.0.0.65 - - [2025-12-15 04:27:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006520 10.0.0.23 - - [2025-12-15 04:27:50] "POST /ref-update HTTP/1.1" 200 156 0.073353 10.0.0.23 - - [2025-12-15 04:27:50] "POST /neutron/network HTTP/1.1" 200 809 0.033642 10.0.0.23 - - [2025-12-15 04:27:50] "GET /virtual-network/4337a90c-40a3-41ba-97d4-d8b2f19fb0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007354 10.0.0.23 - - [2025-12-15 04:27:50] "POST /neutron/subnet HTTP/1.1" 200 672 0.009838 10.0.0.23 - - [2025-12-15 04:27:50] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006917 10.0.0.23 - - [2025-12-15 04:27:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001364 10.0.0.23 - - [2025-12-15 04:27:51] "POST /neutron/network HTTP/1.1" 200 896 0.007025 10.0.0.65 - - [2025-12-15 04:27:52] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001185 10.0.0.23 - - [2025-12-15 04:27:52] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.084885 10.0.0.23 - - [2025-12-15 04:27:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009606 10.0.0.23 - - [2025-12-15 04:27:52] "POST /neutron/network HTTP/1.1" 200 896 0.006769 10.0.0.23 - - [2025-12-15 04:27:52] "POST /neutron/port HTTP/1.1" 200 1061 0.017738 10.0.0.23 - - [2025-12-15 04:27:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003889 10.0.0.23 - - [2025-12-15 04:27:53] "POST /neutron/network HTTP/1.1" 200 886 0.006434 10.0.0.23 - - [2025-12-15 04:27:57] "POST /neutron/port HTTP/1.1" 200 1089 0.024600 10.0.0.23 - - [2025-12-15 04:27:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010319 10.0.0.23 - - [2025-12-15 04:27:57] "GET /virtual-machine/5d44dd7d-28d8-4c61-b241-247d07557860 HTTP/1.1" 200 1293 0.032991 10.0.0.23 - - [2025-12-15 04:27:57] "GET /virtual-machine/5d44dd7d-28d8-4c61-b241-247d07557860 HTTP/1.1" 200 1293 0.003887 10.0.0.23 - - [2025-12-15 04:27:57] "GET /virtual-machine-interface/c42e5312-e8d5-4721-ab26-316d0fea21c9 HTTP/1.1" 200 2950 0.004974 10.0.0.23 - - [2025-12-15 04:27:57] "GET /virtual-machine/5d44dd7d-28d8-4c61-b241-247d07557860 HTTP/1.1" 200 1293 0.004396 10.0.0.23 - - [2025-12-15 04:27:57] "GET /virtual-machine-interface/c42e5312-e8d5-4721-ab26-316d0fea21c9 HTTP/1.1" 200 2950 0.006981 10.0.0.23 - - [2025-12-15 04:27:57] "GET /instance-ip/4c6422e0-8de9-4385-8a7c-417b944f92d5 HTTP/1.1" 200 1622 0.010596 10.0.0.23 - - [2025-12-15 04:27:57] "GET /virtual-machine/5d44dd7d-28d8-4c61-b241-247d07557860 HTTP/1.1" 200 1293 0.006089 10.0.0.23 - - [2025-12-15 04:27:57] "GET /virtual-machine-interface/c42e5312-e8d5-4721-ab26-316d0fea21c9 HTTP/1.1" 200 2950 0.008198 10.0.0.23 - - [2025-12-15 04:27:57] "GET /instance-ip/4c6422e0-8de9-4385-8a7c-417b944f92d5 HTTP/1.1" 200 1622 0.004946 10.0.0.23 - - [2025-12-15 04:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.23 - - [2025-12-15 04:27:57] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004078 10.0.0.23 - - [2025-12-15 04:27:57] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004102 10.0.0.23 - - [2025-12-15 04:27:57] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006755 10.0.0.23 - - [2025-12-15 04:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2025-12-15 04:27:57] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003970 10.0.0.23 - - [2025-12-15 04:27:58] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005363 10.0.0.23 - - [2025-12-15 04:27:58] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006117 10.0.0.23 - - [2025-12-15 04:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.23 - - [2025-12-15 04:27:58] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004545 10.0.0.23 - - [2025-12-15 04:27:58] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003480 10.0.0.23 - - [2025-12-15 04:27:58] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005687 10.0.0.23 - - [2025-12-15 04:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.23 - - [2025-12-15 04:27:58] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004790 10.0.0.23 - - [2025-12-15 04:27:58] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004591 10.0.0.23 - - [2025-12-15 04:27:58] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007202 10.0.0.23 - - [2025-12-15 04:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.23 - - [2025-12-15 04:27:58] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007428 10.0.0.23 - - [2025-12-15 04:27:58] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006796 10.0.0.23 - - [2025-12-15 04:27:58] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009372 10.0.0.23 - - [2025-12-15 04:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007078 10.0.0.23 - - [2025-12-15 04:28:01] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.010855 10.0.0.23 - - [2025-12-15 04:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.23 - - [2025-12-15 04:28:05] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005549 10.0.0.23 - - [2025-12-15 04:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.23 - - [2025-12-15 04:28:09] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005764 10.0.0.23 - - [2025-12-15 04:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.23 - - [2025-12-15 04:28:13] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005953 10.0.0.23 - - [2025-12-15 04:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2025-12-15 04:28:17] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006569 10.0.0.50 - - [2025-12-15 04:28:18] "GET /obj-perms HTTP/1.1" 200 5056 0.047246 10.0.0.23 - - [2025-12-15 04:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.23 - - [2025-12-15 04:28:22] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006672 10.0.0.23 - - [2025-12-15 04:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.23 - - [2025-12-15 04:28:26] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005594 10.0.0.23 - - [2025-12-15 04:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2025-12-15 04:28:30] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006411 10.0.0.23 - - [2025-12-15 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2025-12-15 04:28:34] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005449 10.0.0.23 - - [2025-12-15 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.23 - - [2025-12-15 04:28:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003678 10.0.0.23 - - [2025-12-15 04:28:36] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003161 10.0.0.23 - - [2025-12-15 04:28:36] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005913 10.0.0.23 - - [2025-12-15 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.23 - - [2025-12-15 04:28:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003742 10.0.0.23 - - [2025-12-15 04:28:36] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003593 10.0.0.23 - - [2025-12-15 04:28:36] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006367 10.0.0.23 - - [2025-12-15 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.23 - - [2025-12-15 04:28:36] "GET /routing-instance/efa560d5-880a-4c39-9bb8-1a855a060f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005261 10.0.0.23 - - [2025-12-15 04:28:36] "GET /route-target/8eb45d98-539f-4add-bf76-5355e0fe67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004428 10.0.0.23 - - [2025-12-15 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.23 - - [2025-12-15 04:28:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005639 10.0.0.23 - - [2025-12-15 04:28:36] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005590 10.0.0.23 - - [2025-12-15 04:28:36] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008662 10.0.0.23 - - [2025-12-15 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.23 - - [2025-12-15 04:28:36] "GET /routing-instance/efa560d5-880a-4c39-9bb8-1a855a060f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.007417 10.0.0.23 - - [2025-12-15 04:28:36] "GET /route-target/8eb45d98-539f-4add-bf76-5355e0fe67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006249 10.0.0.23 - - [2025-12-15 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.23 - - [2025-12-15 04:28:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006176 10.0.0.23 - - [2025-12-15 04:28:37] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004837 10.0.0.23 - - [2025-12-15 04:28:37] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008543 10.0.0.23 - - [2025-12-15 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.23 - - [2025-12-15 04:28:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005715 10.0.0.23 - - [2025-12-15 04:28:37] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004805 10.0.0.23 - - [2025-12-15 04:28:37] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007272 10.0.0.23 - - [2025-12-15 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006728 10.0.0.23 - - [2025-12-15 04:28:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004465 10.0.0.23 - - [2025-12-15 04:28:37] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003266 10.0.0.23 - - [2025-12-15 04:28:37] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006899 10.0.0.23 - - [2025-12-15 04:28:37] "GET /obj-perms HTTP/1.1" 200 5032 0.004804 10.0.0.65 - - [2025-12-15 04:28:37] "GET /obj-perms HTTP/1.1" 200 5032 0.055729 10.0.0.23 - - [2025-12-15 04:28:37] "GET /obj-perms HTTP/1.1" 200 5032 0.004606 10.0.0.23 - - [2025-12-15 04:28:37] "GET /obj-perms HTTP/1.1" 200 5032 0.003750 10.0.0.50 - - [2025-12-15 04:28:37] "GET /obj-perms HTTP/1.1" 200 5032 0.045951 10.0.0.23 - - [2025-12-15 04:28:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001428 10.0.0.23 - - [2025-12-15 04:28:38] "POST /neutron/port HTTP/1.1" 200 3034 0.024800 10.0.0.65 - - [2025-12-15 04:28:38] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000982 10.0.0.23 - - [2025-12-15 04:28:38] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.068147 10.0.0.23 - - [2025-12-15 04:28:38] "POST /neutron/network HTTP/1.1" 200 886 0.031759 10.0.0.23 - - [2025-12-15 04:28:39] "POST /neutron/port HTTP/1.1" 200 117 0.006588 10.0.0.65 - - [2025-12-15 04:28:39] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001499 10.0.0.23 - - [2025-12-15 04:28:39] "POST /neutron/port HTTP/1.1" 200 1061 0.310466 10.0.0.23 - - [2025-12-15 04:28:39] "POST /neutron/port HTTP/1.1" 200 1115 0.118238 10.0.0.23 - - [2025-12-15 04:28:40] "POST /neutron/subnet HTTP/1.1" 200 646 0.009769 10.0.0.23 - - [2025-12-15 04:28:44] "POST /neutron/port HTTP/1.1" 200 1089 0.032208 10.0.0.23 - - [2025-12-15 04:28:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009945 10.0.0.23 - - [2025-12-15 04:28:44] "POST /neutron/port HTTP/1.1" 200 1089 0.016039 10.0.0.23 - - [2025-12-15 04:28:44] "GET /virtual-machine/2bce12e0-b308-47c4-933f-9de218b92e2b HTTP/1.1" 200 1293 0.009325 10.0.0.23 - - [2025-12-15 04:28:44] "GET /virtual-machine/2bce12e0-b308-47c4-933f-9de218b92e2b HTTP/1.1" 200 1293 0.006431 10.0.0.23 - - [2025-12-15 04:28:44] "GET /virtual-machine-interface/4809f5ba-7994-41eb-ac9f-70ea99d005d9 HTTP/1.1" 200 2949 0.009826 10.0.0.23 - - [2025-12-15 04:28:44] "GET /virtual-machine/2bce12e0-b308-47c4-933f-9de218b92e2b HTTP/1.1" 200 1293 0.004536 10.0.0.23 - - [2025-12-15 04:28:44] "GET /virtual-machine-interface/4809f5ba-7994-41eb-ac9f-70ea99d005d9 HTTP/1.1" 200 2949 0.005542 10.0.0.23 - - [2025-12-15 04:28:44] "GET /instance-ip/0a1c63e5-13b7-4320-afd2-cd00c52f072c HTTP/1.1" 200 1622 0.005329 10.0.0.23 - - [2025-12-15 04:28:44] "GET /virtual-machine/2bce12e0-b308-47c4-933f-9de218b92e2b HTTP/1.1" 200 1293 0.004198 10.0.0.23 - - [2025-12-15 04:28:44] "GET /virtual-machine-interface/4809f5ba-7994-41eb-ac9f-70ea99d005d9 HTTP/1.1" 200 2949 0.005420 10.0.0.23 - - [2025-12-15 04:28:44] "GET /instance-ip/0a1c63e5-13b7-4320-afd2-cd00c52f072c HTTP/1.1" 200 1622 0.003546 10.0.0.23 - - [2025-12-15 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.23 - - [2025-12-15 04:28:44] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003474 10.0.0.23 - - [2025-12-15 04:28:44] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003249 10.0.0.23 - - [2025-12-15 04:28:44] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005809 10.0.0.23 - - [2025-12-15 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.23 - - [2025-12-15 04:28:44] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004565 10.0.0.23 - - [2025-12-15 04:28:44] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003769 10.0.0.23 - - [2025-12-15 04:28:44] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007566 10.0.0.23 - - [2025-12-15 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.23 - - [2025-12-15 04:28:45] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003832 10.0.0.23 - - [2025-12-15 04:28:45] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003057 10.0.0.23 - - [2025-12-15 04:28:45] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005737 10.0.0.23 - - [2025-12-15 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.23 - - [2025-12-15 04:28:45] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004854 10.0.0.23 - - [2025-12-15 04:28:45] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003456 10.0.0.23 - - [2025-12-15 04:28:45] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006163 10.0.0.23 - - [2025-12-15 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.23 - - [2025-12-15 04:28:45] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004171 10.0.0.23 - - [2025-12-15 04:28:45] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003633 10.0.0.23 - - [2025-12-15 04:28:45] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005670 10.0.0.23 - - [2025-12-15 04:28:45] "POST /neutron/port HTTP/1.1" 200 1089 0.015496 10.0.0.23 - - [2025-12-15 04:28:46] "POST /neutron/subnet HTTP/1.1" 200 646 0.009619 10.0.0.23 - - [2025-12-15 04:28:46] "POST /neutron/port HTTP/1.1" 200 1089 0.039739 10.0.0.65 - - [2025-12-15 04:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.65 - - [2025-12-15 04:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.65 - - [2025-12-15 04:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.65 - - [2025-12-15 04:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.50 - - [2025-12-15 04:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2025-12-15 04:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.50 - - [2025-12-15 04:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.23 - - [2025-12-15 04:28:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.23 - - [2025-12-15 04:28:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000892 10.0.0.50 - - [2025-12-15 04:28:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2025-12-15 04:28:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2025-12-15 04:28:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2025-12-15 04:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.23 - - [2025-12-15 04:28:48] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006168 10.0.0.23 - - [2025-12-15 04:28:51] "POST /neutron/port HTTP/1.1" 200 1089 0.016114 10.0.0.23 - - [2025-12-15 04:28:51] "POST /neutron/subnet HTTP/1.1" 200 646 0.010170 10.0.0.23 - - [2025-12-15 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005972 10.0.0.23 - - [2025-12-15 04:28:52] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008846 10.0.0.23 - - [2025-12-15 04:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.23 - - [2025-12-15 04:28:56] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006700 10.0.0.23 - - [2025-12-15 04:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.23 - - [2025-12-15 04:29:00] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007493 10.0.0.23 - - [2025-12-15 04:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.23 - - [2025-12-15 04:29:04] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005046 10.0.0.23 - - [2025-12-15 04:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.23 - - [2025-12-15 04:29:08] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006094 10.0.0.23 - - [2025-12-15 04:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005550 10.0.0.23 - - [2025-12-15 04:29:13] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006204 10.0.0.23 - - [2025-12-15 04:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.23 - - [2025-12-15 04:29:17] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007093 10.0.0.65 - - [2025-12-15 04:29:18] "GET /obj-perms HTTP/1.1" 200 5056 0.045065 10.0.0.23 - - [2025-12-15 04:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.23 - - [2025-12-15 04:29:21] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005735 10.0.0.23 - - [2025-12-15 04:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.23 - - [2025-12-15 04:29:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005409 10.0.0.23 - - [2025-12-15 04:29:23] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004314 10.0.0.23 - - [2025-12-15 04:29:23] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008658 10.0.0.23 - - [2025-12-15 04:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006621 10.0.0.23 - - [2025-12-15 04:29:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004663 10.0.0.23 - - [2025-12-15 04:29:23] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003778 10.0.0.23 - - [2025-12-15 04:29:23] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005639 10.0.0.23 - - [2025-12-15 04:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.23 - - [2025-12-15 04:29:23] "GET /routing-instance/49484491-c7a3-44a1-8699-2014c4b2576e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005667 10.0.0.23 - - [2025-12-15 04:29:23] "GET /route-target/3d1a053d-430c-4697-930c-3238aa904d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005174 10.0.0.23 - - [2025-12-15 04:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.23 - - [2025-12-15 04:29:23] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003961 10.0.0.23 - - [2025-12-15 04:29:23] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.013046 10.0.0.23 - - [2025-12-15 04:29:23] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006398 10.0.0.23 - - [2025-12-15 04:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.23 - - [2025-12-15 04:29:23] "GET /routing-instance/49484491-c7a3-44a1-8699-2014c4b2576e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005892 10.0.0.23 - - [2025-12-15 04:29:23] "GET /route-target/3d1a053d-430c-4697-930c-3238aa904d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004514 10.0.0.23 - - [2025-12-15 04:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005609 10.0.0.23 - - [2025-12-15 04:29:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004788 10.0.0.23 - - [2025-12-15 04:29:24] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005224 10.0.0.23 - - [2025-12-15 04:29:24] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006971 10.0.0.23 - - [2025-12-15 04:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.23 - - [2025-12-15 04:29:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005203 10.0.0.23 - - [2025-12-15 04:29:24] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006259 10.0.0.23 - - [2025-12-15 04:29:24] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006062 10.0.0.23 - - [2025-12-15 04:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.23 - - [2025-12-15 04:29:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005537 10.0.0.23 - - [2025-12-15 04:29:24] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003208 10.0.0.23 - - [2025-12-15 04:29:24] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005442 10.0.0.23 - - [2025-12-15 04:29:24] "GET /obj-perms HTTP/1.1" 200 5032 0.004517 10.0.0.65 - - [2025-12-15 04:29:24] "GET /obj-perms HTTP/1.1" 200 5032 0.004985 10.0.0.23 - - [2025-12-15 04:29:24] "GET /obj-perms HTTP/1.1" 200 5032 0.004867 10.0.0.65 - - [2025-12-15 04:29:24] "GET /obj-perms HTTP/1.1" 200 5032 0.005405 10.0.0.23 - - [2025-12-15 04:29:24] "GET /virtual-machine/5d44dd7d-28d8-4c61-b241-247d07557860 HTTP/1.1" 200 1293 0.004905 10.0.0.23 - - [2025-12-15 04:29:24] "GET /virtual-machine-interface/c42e5312-e8d5-4721-ab26-316d0fea21c9 HTTP/1.1" 200 2950 0.005584 10.0.0.23 - - [2025-12-15 04:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.23 - - [2025-12-15 04:29:24] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005217 10.0.0.23 - - [2025-12-15 04:29:24] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003861 10.0.0.23 - - [2025-12-15 04:29:24] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006869 10.0.0.23 - - [2025-12-15 04:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.23 - - [2025-12-15 04:29:25] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004342 10.0.0.23 - - [2025-12-15 04:29:25] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004856 10.0.0.23 - - [2025-12-15 04:29:26] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006827 10.0.0.23 - - [2025-12-15 04:29:26] "GET /virtual-machine/2bce12e0-b308-47c4-933f-9de218b92e2b HTTP/1.1" 200 1293 0.006330 10.0.0.23 - - [2025-12-15 04:29:26] "GET /virtual-machine-interface/4809f5ba-7994-41eb-ac9f-70ea99d005d9 HTTP/1.1" 200 2949 0.005718 10.0.0.23 - - [2025-12-15 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.23 - - [2025-12-15 04:29:26] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004205 10.0.0.23 - - [2025-12-15 04:29:26] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003942 10.0.0.23 - - [2025-12-15 04:29:26] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009624 10.0.0.23 - - [2025-12-15 04:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008986 10.0.0.23 - - [2025-12-15 04:29:27] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004039 10.0.0.23 - - [2025-12-15 04:29:27] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003329 10.0.0.23 - - [2025-12-15 04:29:27] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005528 10.0.0.23 - - [2025-12-15 04:29:27] "POST /neutron/port HTTP/1.1" 200 1089 0.020060 10.0.0.23 - - [2025-12-15 04:29:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007637 10.0.0.23 - - [2025-12-15 04:29:37] "POST /neutron/port HTTP/1.1" 200 1089 0.016208 10.0.0.23 - - [2025-12-15 04:29:46] "POST /neutron/port HTTP/1.1" 200 1089 0.016716 10.0.0.23 - - [2025-12-15 04:29:47] "POST /neutron/subnet HTTP/1.1" 200 646 0.009939 10.0.0.23 - - [2025-12-15 04:29:53] "POST /neutron/port HTTP/1.1" 200 1089 0.016317 10.0.0.23 - - [2025-12-15 04:29:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006418 10.0.0.23 - - [2025-12-15 04:29:53] "POST /neutron/network HTTP/1.1" 200 886 0.010566 10.0.0.23 - - [2025-12-15 04:30:25] "GET /virtual-machine/2bce12e0-b308-47c4-933f-9de218b92e2b HTTP/1.1" 200 1293 0.003781 10.0.0.23 - - [2025-12-15 04:30:25] "POST /neutron/port HTTP/1.1" 200 151 0.238744 10.0.0.23 - - [2025-12-15 04:30:27] "GET /virtual-machine/2bce12e0-b308-47c4-933f-9de218b92e2b HTTP/1.1" 404 171 0.003355 10.0.0.23 - - [2025-12-15 04:30:27] "GET /virtual-machine/2bce12e0-b308-47c4-933f-9de218b92e2b HTTP/1.1" 404 171 0.003698 10.0.0.23 - - [2025-12-15 04:30:27] "GET /virtual-machine/2bce12e0-b308-47c4-933f-9de218b92e2b HTTP/1.1" 404 171 0.003298 10.0.0.23 - - [2025-12-15 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.23 - - [2025-12-15 04:30:27] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004867 10.0.0.23 - - [2025-12-15 04:30:27] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005939 10.0.0.23 - - [2025-12-15 04:30:27] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006866 10.0.0.23 - - [2025-12-15 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.23 - - [2025-12-15 04:30:27] "GET /routing-instance/49484491-c7a3-44a1-8699-2014c4b2576e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004596 10.0.0.23 - - [2025-12-15 04:30:27] "GET /route-target/3d1a053d-430c-4697-930c-3238aa904d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003864 10.0.0.23 - - [2025-12-15 04:30:27] "GET /obj-perms HTTP/1.1" 200 5032 0.004509 10.0.0.65 - - [2025-12-15 04:30:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004873 10.0.0.23 - - [2025-12-15 04:30:30] "GET /obj-perms HTTP/1.1" 200 5032 0.057660 10.0.0.50 - - [2025-12-15 04:30:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004417 10.0.0.23 - - [2025-12-15 04:30:30] "GET /virtual-machine/5d44dd7d-28d8-4c61-b241-247d07557860 HTTP/1.1" 200 1293 0.004342 10.0.0.23 - - [2025-12-15 04:30:31] "POST /neutron/port HTTP/1.1" 200 151 0.176728 10.0.0.23 - - [2025-12-15 04:30:32] "GET /virtual-machine/5d44dd7d-28d8-4c61-b241-247d07557860 HTTP/1.1" 404 171 0.004175 10.0.0.23 - - [2025-12-15 04:30:32] "GET /virtual-machine/5d44dd7d-28d8-4c61-b241-247d07557860 HTTP/1.1" 404 171 0.003335 10.0.0.23 - - [2025-12-15 04:30:33] "GET /virtual-machine/5d44dd7d-28d8-4c61-b241-247d07557860 HTTP/1.1" 404 171 0.004050 10.0.0.23 - - [2025-12-15 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.23 - - [2025-12-15 04:30:33] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004205 10.0.0.23 - - [2025-12-15 04:30:33] "GET /virtual-networks?parent_id=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003532 10.0.0.23 - - [2025-12-15 04:30:33] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005723 10.0.0.23 - - [2025-12-15 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.23 - - [2025-12-15 04:30:33] "GET /routing-instance/efa560d5-880a-4c39-9bb8-1a855a060f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.006042 10.0.0.23 - - [2025-12-15 04:30:33] "GET /route-target/8eb45d98-539f-4add-bf76-5355e0fe67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004241 10.0.0.23 - - [2025-12-15 04:30:39] "GET /obj-perms HTTP/1.1" 200 5032 0.003508 10.0.0.50 - - [2025-12-15 04:30:39] "GET /obj-perms HTTP/1.1" 200 5032 0.005197 10.0.0.65 - - [2025-12-15 04:30:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008613 10.0.0.65 - - [2025-12-15 04:30:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003527 10.0.0.23 - - [2025-12-15 04:30:40] "DELETE /virtual-network/4337a90c-40a3-41ba-97d4-d8b2f19fb0ac HTTP/1.1" 200 115 0.162999 10.0.0.23 - - [2025-12-15 04:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.042736 10.0.0.23 - - [2025-12-15 04:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.23 - - [2025-12-15 04:30:40] "GET /network-policy/801e980b-8863-4f7f-8d77-c51d0ff27865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006410 10.0.0.23 - - [2025-12-15 04:30:40] "POST /ref-update HTTP/1.1" 200 156 0.079340 10.0.0.23 - - [2025-12-15 04:30:40] "POST /ref-update HTTP/1.1" 200 156 0.039218 10.0.0.23 - - [2025-12-15 04:30:40] "GET /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.010545 10.0.0.23 - - [2025-12-15 04:30:40] "DELETE /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53 HTTP/1.1" 409 248 0.012537 10.0.0.23 - - [2025-12-15 04:30:40] "POST /neutron/port HTTP/1.1" 200 1115 0.014990 10.0.0.23 - - [2025-12-15 04:30:40] "POST /neutron/port HTTP/1.1" 200 1115 0.017598 10.0.0.65 - - [2025-12-15 04:30:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006805 10.0.0.65 - - [2025-12-15 04:30:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004015 10.0.0.23 - - [2025-12-15 04:30:42] "DELETE /virtual-network/97c444d9-d941-4afb-ac27-d43851c0ae53 HTTP/1.1" 200 115 0.149923 10.0.0.23 - - [2025-12-15 04:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2025-12-15 04:30:42] "GET /network-policy/8914e8a7-6e72-4113-ad0f-cee2f4916931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003893 10.0.0.23 - - [2025-12-15 04:30:42] "POST /ref-update HTTP/1.1" 200 156 0.059586 10.0.0.23 - - [2025-12-15 04:30:42] "DELETE /access-control-list/36fe4dd6-b1ce-4417-a4ea-bf98ad92500f HTTP/1.1" 200 115 0.055085 10.0.0.23 - - [2025-12-15 04:30:42] "GET /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.009787 10.0.0.65 - - [2025-12-15 04:30:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003450 10.0.0.65 - - [2025-12-15 04:30:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002748 10.0.0.23 - - [2025-12-15 04:30:43] "DELETE /virtual-network/fd72375a-b260-4da0-aaa5-52cd7ee31613 HTTP/1.1" 200 115 0.121398 10.0.0.23 - - [2025-12-15 04:30:43] "DELETE /network-policy/801e980b-8863-4f7f-8d77-c51d0ff27865 HTTP/1.1" 200 115 0.044778 10.0.0.23 - - [2025-12-15 04:30:43] "DELETE /network-policy/8914e8a7-6e72-4113-ad0f-cee2f4916931 HTTP/1.1" 200 115 0.039551 10.0.0.65 - - [2025-12-15 04:31:11] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.23 - - [2025-12-15 04:31:11] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.085821 10.0.0.65 - - [2025-12-15 04:31:11] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.23 - - [2025-12-15 04:31:11] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?fields=virtual_networks HTTP/1.1" 200 1035 0.044833 10.0.0.65 - - [2025-12-15 04:31:11] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002051 10.0.0.23 - - [2025-12-15 04:31:11] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.092126 10.0.0.65 - - [2025-12-15 04:31:11] "GET /projects?obj_uuids=ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.23 - - [2025-12-15 04:31:11] "GET /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5?fields=security_groups HTTP/1.1" 200 1262 0.044371 10.0.0.23 - - [2025-12-15 04:31:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.025999 10.0.0.65 - - [2025-12-15 04:31:12] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003365 10.0.0.65 - - [2025-12-15 04:31:12] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.65 - - [2025-12-15 04:31:12] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007365 10.0.0.65 - - [2025-12-15 04:31:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.006117 10.0.0.65 - - [2025-12-15 04:31:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.004528 10.0.0.65 - - [2025-12-15 04:31:13] "POST /security-groups HTTP/1.1" 200 591 0.081242 10.0.0.23 - - [2025-12-15 04:31:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.005207 10.0.0.65 - - [2025-12-15 04:31:13] "POST /projects HTTP/1.1" 200 585 0.300403 10.0.0.65 - - [2025-12-15 04:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.375391 10.0.0.23 - - [2025-12-15 04:31:13] "POST /access-control-lists HTTP/1.1" 200 594 0.035989 10.0.0.23 - - [2025-12-15 04:31:13] "GET /project/660912a3-725c-422c-accd-a9d8ddd0a2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.514229 10.0.0.23 - - [2025-12-15 04:31:14] "GET / HTTP/1.1" 200 35931 0.002538 10.0.0.23 - - [2025-12-15 04:31:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2025-12-15 04:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.053223 10.0.0.65 - - [2025-12-15 04:31:16] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001316 10.0.0.23 - - [2025-12-15 04:31:16] "GET /project/660912a3-725c-422c-accd-a9d8ddd0a2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042230 10.0.0.23 - - [2025-12-15 04:31:16] "POST /neutron/network HTTP/1.1" 200 117 0.041860 10.0.0.23 - - [2025-12-15 04:31:16] "POST /neutron/network HTTP/1.1" 200 825 0.009303 10.0.0.23 - - [2025-12-15 04:31:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001108 10.0.0.23 - - [2025-12-15 04:31:16] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006052 10.0.0.23 - - [2025-12-15 04:31:16] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005790 10.0.0.23 - - [2025-12-15 04:31:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.010337 10.0.0.23 - - [2025-12-15 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.65 - - [2025-12-15 04:31:17] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001094 10.0.0.23 - - [2025-12-15 04:31:17] "GET /project/660912a3-725c-422c-accd-a9d8ddd0a2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042852 10.0.0.23 - - [2025-12-15 04:31:17] "POST /route-targets HTTP/1.1" 200 327 0.015844 10.0.0.65 - - [2025-12-15 04:31:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006871 10.0.0.23 - - [2025-12-15 04:31:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.211862 10.0.0.23 - - [2025-12-15 04:31:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001668 10.0.0.23 - - [2025-12-15 04:31:17] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005376 10.0.0.23 - - [2025-12-15 04:31:17] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005569 10.0.0.23 - - [2025-12-15 04:31:17] "POST /neutron/network HTTP/1.1" 200 822 0.007614 10.0.0.23 - - [2025-12-15 04:31:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001224 10.0.0.65 - - [2025-12-15 04:31:18] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001247 10.0.0.23 - - [2025-12-15 04:31:18] "GET /project/660912a3-725c-422c-accd-a9d8ddd0a2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.074816 10.0.0.23 - - [2025-12-15 04:31:18] "POST /neutron/network HTTP/1.1" 200 825 0.008559 10.0.0.23 - - [2025-12-15 04:31:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001486 10.0.0.23 - - [2025-12-15 04:31:18] "POST /neutron/port HTTP/1.1" 200 117 0.006640 10.0.0.65 - - [2025-12-15 04:31:19] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001223 10.0.0.23 - - [2025-12-15 04:31:19] "POST /neutron/port HTTP/1.1" 200 1061 0.396313 10.0.0.23 - - [2025-12-15 04:31:19] "POST /neutron/port HTTP/1.1" 200 1115 0.115770 10.0.0.23 - - [2025-12-15 04:31:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.009283 10.0.0.65 - - [2025-12-15 04:31:19] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.23 - - [2025-12-15 04:31:20] "GET /project/660912a3-725c-422c-accd-a9d8ddd0a2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.403362 10.0.0.23 - - [2025-12-15 04:31:20] "GET /obj-perms HTTP/1.1" 200 5056 0.094727 10.0.0.23 - - [2025-12-15 04:31:20] "POST /neutron/network HTTP/1.1" 200 822 0.008499 10.0.0.23 - - [2025-12-15 04:31:20] "POST /neutron/port HTTP/1.1" 200 117 0.006689 10.0.0.23 - - [2025-12-15 04:31:20] "POST /neutron/network HTTP/1.1" 200 832 0.007648 10.0.0.23 - - [2025-12-15 04:31:21] "POST /neutron/port HTTP/1.1" 200 1058 0.019145 10.0.0.23 - - [2025-12-15 04:31:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006999 10.0.0.23 - - [2025-12-15 04:31:21] "POST /neutron/network HTTP/1.1" 200 822 0.007783 10.0.0.23 - - [2025-12-15 04:31:25] "POST /neutron/port HTTP/1.1" 200 1089 0.016278 10.0.0.23 - - [2025-12-15 04:31:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011582 10.0.0.23 - - [2025-12-15 04:31:25] "GET /virtual-machine/332c7849-db90-4f92-9c3c-4391d023b964 HTTP/1.1" 401 292 0.000599 10.0.0.23 - - [2025-12-15 04:31:26] "GET /virtual-machine/332c7849-db90-4f92-9c3c-4391d023b964 HTTP/1.1" 200 1292 0.029001 10.0.0.23 - - [2025-12-15 04:31:26] "GET /virtual-machine-interface/3f908729-6b9f-44db-bee5-1d872f5cc96b HTTP/1.1" 200 2941 0.006108 10.0.0.23 - - [2025-12-15 04:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.23 - - [2025-12-15 04:31:26] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004766 10.0.0.23 - - [2025-12-15 04:31:26] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003927 10.0.0.23 - - [2025-12-15 04:31:26] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006195 10.0.0.23 - - [2025-12-15 04:31:29] "DELETE /access-control-list/a2df0417-0399-4b71-8c68-7b20d293c4bf HTTP/1.1" 200 115 0.037794 10.0.0.23 - - [2025-12-15 04:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.23 - - [2025-12-15 04:31:29] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.012710 10.0.0.23 - - [2025-12-15 04:31:30] "POST /neutron/port HTTP/1.1" 200 1086 0.019884 10.0.0.23 - - [2025-12-15 04:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2025-12-15 04:31:31] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003409 10.0.0.23 - - [2025-12-15 04:31:31] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003031 10.0.0.23 - - [2025-12-15 04:31:31] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007712 10.0.0.23 - - [2025-12-15 04:31:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008334 10.0.0.23 - - [2025-12-15 04:31:31] "POST /neutron/port HTTP/1.1" 200 1086 0.017955 10.0.0.23 - - [2025-12-15 04:31:31] "GET /virtual-machine/430968fb-b400-46fa-a727-87346a22bf30 HTTP/1.1" 200 1292 0.006029 10.0.0.23 - - [2025-12-15 04:31:31] "GET /virtual-machine-interface/52532d2d-007e-43bd-8bb4-59a783db96cf HTTP/1.1" 200 2941 0.005400 10.0.0.23 - - [2025-12-15 04:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.23 - - [2025-12-15 04:31:31] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003901 10.0.0.23 - - [2025-12-15 04:31:31] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003178 10.0.0.23 - - [2025-12-15 04:31:31] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005964 10.0.0.23 - - [2025-12-15 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.23 - - [2025-12-15 04:31:33] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004082 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003753 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005675 10.0.0.23 - - [2025-12-15 04:31:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010334 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-machine/332c7849-db90-4f92-9c3c-4391d023b964 HTTP/1.1" 200 1292 0.004356 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-machine-interface/3f908729-6b9f-44db-bee5-1d872f5cc96b HTTP/1.1" 200 2941 0.006256 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-machine/332c7849-db90-4f92-9c3c-4391d023b964 HTTP/1.1" 200 1292 0.005219 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-machine-interface/3f908729-6b9f-44db-bee5-1d872f5cc96b HTTP/1.1" 200 2941 0.005375 10.0.0.23 - - [2025-12-15 04:31:33] "GET /instance-ip/01303825-53a3-4125-b0d7-900e62208ee8 HTTP/1.1" 200 1619 0.007802 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-machine/332c7849-db90-4f92-9c3c-4391d023b964 HTTP/1.1" 200 1292 0.005528 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-machine-interface/3f908729-6b9f-44db-bee5-1d872f5cc96b HTTP/1.1" 200 2941 0.009262 10.0.0.23 - - [2025-12-15 04:31:33] "GET /instance-ip/01303825-53a3-4125-b0d7-900e62208ee8 HTTP/1.1" 200 1619 0.013820 10.0.0.23 - - [2025-12-15 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.23 - - [2025-12-15 04:31:33] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005049 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003972 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005639 10.0.0.23 - - [2025-12-15 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.23 - - [2025-12-15 04:31:33] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005008 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003489 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005918 10.0.0.23 - - [2025-12-15 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.23 - - [2025-12-15 04:31:33] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004267 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003768 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005833 10.0.0.23 - - [2025-12-15 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.23 - - [2025-12-15 04:31:33] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004254 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003152 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006828 10.0.0.23 - - [2025-12-15 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2025-12-15 04:31:33] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004706 10.0.0.23 - - [2025-12-15 04:31:33] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003036 10.0.0.23 - - [2025-12-15 04:31:34] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007708 10.0.0.23 - - [2025-12-15 04:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.23 - - [2025-12-15 04:31:34] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003678 10.0.0.23 - - [2025-12-15 04:31:34] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003191 10.0.0.23 - - [2025-12-15 04:31:34] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005247 10.0.0.23 - - [2025-12-15 04:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.23 - - [2025-12-15 04:31:34] "GET /routing-instance/1b98d18d-dfb4-498a-981d-50535ff97ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.010859 10.0.0.23 - - [2025-12-15 04:31:34] "GET /route-target/45342687-d3c8-485d-97b7-69e1240d9f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004136 10.0.0.23 - - [2025-12-15 04:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.23 - - [2025-12-15 04:31:34] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005205 10.0.0.23 - - [2025-12-15 04:31:34] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003514 10.0.0.23 - - [2025-12-15 04:31:34] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007761 10.0.0.23 - - [2025-12-15 04:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.23 - - [2025-12-15 04:31:34] "GET /routing-instance/1b98d18d-dfb4-498a-981d-50535ff97ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004337 10.0.0.23 - - [2025-12-15 04:31:34] "GET /route-target/45342687-d3c8-485d-97b7-69e1240d9f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004028 10.0.0.23 - - [2025-12-15 04:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.23 - - [2025-12-15 04:31:34] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004385 10.0.0.23 - - [2025-12-15 04:31:34] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003253 10.0.0.23 - - [2025-12-15 04:31:34] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005570 10.0.0.23 - - [2025-12-15 04:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.23 - - [2025-12-15 04:31:34] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004112 10.0.0.23 - - [2025-12-15 04:31:34] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003219 10.0.0.23 - - [2025-12-15 04:31:34] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006724 10.0.0.65 - - [2025-12-15 04:31:35] "GET /obj-perms HTTP/1.1" 200 5030 0.045522 10.0.0.23 - - [2025-12-15 04:31:35] "GET /obj-perms HTTP/1.1" 200 5030 0.045485 10.0.0.65 - - [2025-12-15 04:31:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004047 10.0.0.23 - - [2025-12-15 04:31:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003886 10.0.0.50 - - [2025-12-15 04:31:36] "GET /obj-perms HTTP/1.1" 200 5030 0.048224 10.0.0.23 - - [2025-12-15 04:31:36] "GET /virtual-machine/430968fb-b400-46fa-a727-87346a22bf30 HTTP/1.1" 200 1292 0.005015 10.0.0.23 - - [2025-12-15 04:31:36] "GET /virtual-machine-interface/52532d2d-007e-43bd-8bb4-59a783db96cf HTTP/1.1" 200 2941 0.005623 10.0.0.23 - - [2025-12-15 04:31:36] "GET /virtual-machine/430968fb-b400-46fa-a727-87346a22bf30 HTTP/1.1" 200 1292 0.003855 10.0.0.23 - - [2025-12-15 04:31:36] "GET /virtual-machine-interface/52532d2d-007e-43bd-8bb4-59a783db96cf HTTP/1.1" 200 2941 0.005957 10.0.0.23 - - [2025-12-15 04:31:36] "GET /instance-ip/e0954a21-cd88-4932-a76f-9a00c1fb8c51 HTTP/1.1" 200 1619 0.016913 10.0.0.23 - - [2025-12-15 04:31:36] "GET /virtual-machine/430968fb-b400-46fa-a727-87346a22bf30 HTTP/1.1" 200 1292 0.005352 10.0.0.23 - - [2025-12-15 04:31:36] "GET /virtual-machine-interface/52532d2d-007e-43bd-8bb4-59a783db96cf HTTP/1.1" 200 2941 0.006618 10.0.0.23 - - [2025-12-15 04:31:36] "GET /instance-ip/e0954a21-cd88-4932-a76f-9a00c1fb8c51 HTTP/1.1" 200 1619 0.005721 10.0.0.23 - - [2025-12-15 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.23 - - [2025-12-15 04:31:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003783 10.0.0.23 - - [2025-12-15 04:31:36] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003436 10.0.0.23 - - [2025-12-15 04:31:36] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005826 10.0.0.23 - - [2025-12-15 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.23 - - [2025-12-15 04:31:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004776 10.0.0.23 - - [2025-12-15 04:31:36] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003052 10.0.0.23 - - [2025-12-15 04:31:36] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007574 10.0.0.23 - - [2025-12-15 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.23 - - [2025-12-15 04:31:36] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004072 10.0.0.23 - - [2025-12-15 04:31:36] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003314 10.0.0.23 - - [2025-12-15 04:31:36] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005727 10.0.0.23 - - [2025-12-15 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.23 - - [2025-12-15 04:31:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005918 10.0.0.23 - - [2025-12-15 04:31:37] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003658 10.0.0.23 - - [2025-12-15 04:31:37] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005605 10.0.0.23 - - [2025-12-15 04:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.23 - - [2025-12-15 04:31:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004208 10.0.0.23 - - [2025-12-15 04:31:37] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002992 10.0.0.23 - - [2025-12-15 04:31:37] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007172 10.0.0.23 - - [2025-12-15 04:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.23 - - [2025-12-15 04:31:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003770 10.0.0.23 - - [2025-12-15 04:31:37] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003798 10.0.0.23 - - [2025-12-15 04:31:37] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006841 10.0.0.23 - - [2025-12-15 04:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.23 - - [2025-12-15 04:31:37] "GET /routing-instance/7ec7ed62-08e6-43e9-a0c5-cb8f8f7d455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006585 10.0.0.23 - - [2025-12-15 04:31:37] "GET /route-target/b8363dc0-438d-4791-bbcf-2802c144b46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006254 10.0.0.23 - - [2025-12-15 04:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.23 - - [2025-12-15 04:31:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004885 10.0.0.23 - - [2025-12-15 04:31:37] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003865 10.0.0.23 - - [2025-12-15 04:31:37] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007701 10.0.0.23 - - [2025-12-15 04:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.23 - - [2025-12-15 04:31:37] "GET /routing-instance/7ec7ed62-08e6-43e9-a0c5-cb8f8f7d455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004805 10.0.0.23 - - [2025-12-15 04:31:37] "GET /route-target/b8363dc0-438d-4791-bbcf-2802c144b46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004964 10.0.0.23 - - [2025-12-15 04:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.23 - - [2025-12-15 04:31:37] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006241 10.0.0.23 - - [2025-12-15 04:31:37] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003442 10.0.0.23 - - [2025-12-15 04:31:37] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006495 10.0.0.23 - - [2025-12-15 04:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.23 - - [2025-12-15 04:31:38] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003983 10.0.0.23 - - [2025-12-15 04:31:38] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003924 10.0.0.23 - - [2025-12-15 04:31:38] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006341 10.0.0.65 - - [2025-12-15 04:31:38] "GET /obj-perms HTTP/1.1" 200 5030 0.003812 10.0.0.23 - - [2025-12-15 04:31:40] "GET /obj-perms HTTP/1.1" 200 5030 0.005267 10.0.0.65 - - [2025-12-15 04:31:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004227 10.0.0.23 - - [2025-12-15 04:31:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004073 10.0.0.50 - - [2025-12-15 04:31:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004305 10.0.0.65 - - [2025-12-15 04:31:44] "DELETE /project/ad60a558-a8fb-4fc6-b6f9-f9b86f629ee5 HTTP/1.1" 404 177 0.005629 10.0.0.65 - - [2025-12-15 04:31:44] "DELETE /project/660912a3725c422caccda9d8ddd0a2b3 HTTP/1.1" 404 173 0.003839 10.0.0.23 - - [2025-12-15 04:31:48] "POST /neutron/port HTTP/1.1" 200 1089 0.019905 10.0.0.23 - - [2025-12-15 04:31:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003794 10.0.0.23 - - [2025-12-15 04:31:49] "POST /neutron/network HTTP/1.1" 200 825 0.007176 10.0.0.23 - - [2025-12-15 04:31:57] "POST /neutron/network HTTP/1.1" 200 832 0.006977 10.0.0.23 - - [2025-12-15 04:31:57] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.23 - - [2025-12-15 04:32:00] "GET /virtual-machine/430968fb-b400-46fa-a727-87346a22bf30 HTTP/1.1" 200 1292 0.004243 10.0.0.23 - - [2025-12-15 04:32:01] "POST /neutron/port HTTP/1.1" 200 1112 0.013107 10.0.0.23 - - [2025-12-15 04:32:03] "GET /virtual-machine/430968fb-b400-46fa-a727-87346a22bf30 HTTP/1.1" 404 171 0.003571 10.0.0.23 - - [2025-12-15 04:32:03] "GET /virtual-machine/430968fb-b400-46fa-a727-87346a22bf30 HTTP/1.1" 404 171 0.003650 10.0.0.23 - - [2025-12-15 04:32:03] "GET /virtual-machine/430968fb-b400-46fa-a727-87346a22bf30 HTTP/1.1" 404 171 0.002932 10.0.0.23 - - [2025-12-15 04:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.23 - - [2025-12-15 04:32:03] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003856 10.0.0.23 - - [2025-12-15 04:32:03] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002972 10.0.0.23 - - [2025-12-15 04:32:03] "GET /virtual-network/0f53ba00-36f2-4d88-afaf-c3d7e8e461b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006161 10.0.0.23 - - [2025-12-15 04:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005753 10.0.0.23 - - [2025-12-15 04:32:03] "GET /routing-instance/7ec7ed62-08e6-43e9-a0c5-cb8f8f7d455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005080 10.0.0.23 - - [2025-12-15 04:32:03] "GET /route-target/b8363dc0-438d-4791-bbcf-2802c144b46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005868 10.0.0.23 - - [2025-12-15 04:32:03] "GET /obj-perms HTTP/1.1" 200 5030 0.005184 10.0.0.50 - - [2025-12-15 04:32:09] "GET /obj-perms HTTP/1.1" 200 5030 0.003528 10.0.0.23 - - [2025-12-15 04:32:09] "GET /obj-perms HTTP/1.1" 200 5030 0.004381 10.0.0.23 - - [2025-12-15 04:32:09] "GET /virtual-machine/332c7849-db90-4f92-9c3c-4391d023b964 HTTP/1.1" 200 1292 0.004162 10.0.0.23 - - [2025-12-15 04:32:10] "POST /neutron/port HTTP/1.1" 200 1115 0.013077 10.0.0.23 - - [2025-12-15 04:32:11] "GET /virtual-machine/332c7849-db90-4f92-9c3c-4391d023b964 HTTP/1.1" 404 171 0.003113 10.0.0.23 - - [2025-12-15 04:32:11] "GET /virtual-machine/332c7849-db90-4f92-9c3c-4391d023b964 HTTP/1.1" 404 171 0.003044 10.0.0.23 - - [2025-12-15 04:32:11] "GET /virtual-machine/332c7849-db90-4f92-9c3c-4391d023b964 HTTP/1.1" 404 171 0.002977 10.0.0.23 - - [2025-12-15 04:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.23 - - [2025-12-15 04:32:12] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003582 10.0.0.23 - - [2025-12-15 04:32:12] "GET /virtual-networks?parent_id=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003141 10.0.0.23 - - [2025-12-15 04:32:12] "GET /virtual-network/792ea8d5-0e36-4645-ba46-6879a7e86c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007356 10.0.0.23 - - [2025-12-15 04:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.23 - - [2025-12-15 04:32:12] "GET /routing-instance/1b98d18d-dfb4-498a-981d-50535ff97ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004441 10.0.0.23 - - [2025-12-15 04:32:12] "GET /route-target/45342687-d3c8-485d-97b7-69e1240d9f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005736 10.0.0.65 - - [2025-12-15 04:32:12] "GET /obj-perms HTTP/1.1" 200 5030 0.003957 10.0.0.23 - - [2025-12-15 04:32:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004850 10.0.0.65 - - [2025-12-15 04:32:20] "GET /obj-perms HTTP/1.1" 200 5056 0.061303 10.0.0.23 - - [2025-12-15 04:32:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004503 10.0.0.65 - - [2025-12-15 04:32:27] "GET /obj-perms HTTP/1.1" 200 5030 0.004055 10.0.0.23 - - [2025-12-15 04:32:30] "GET /obj-perms HTTP/1.1" 200 5030 0.003615 10.0.0.65 - - [2025-12-15 04:32:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004047 10.0.0.65 - - [2025-12-15 04:32:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003057 10.0.0.23 - - [2025-12-15 04:32:31] "POST /neutron/network HTTP/1.1" 200 151 0.173887 10.0.0.23 - - [2025-12-15 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.65 - - [2025-12-15 04:32:32] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001376 10.0.0.23 - - [2025-12-15 04:32:32] "GET /project/660912a3-725c-422c-accd-a9d8ddd0a2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041669 10.0.0.65 - - [2025-12-15 04:32:32] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000868 10.0.0.23 - - [2025-12-15 04:32:32] "GET /project/660912a3-725c-422c-accd-a9d8ddd0a2b3?fields=virtual_networks HTTP/1.1" 200 1032 0.041300 10.0.0.65 - - [2025-12-15 04:32:32] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.23 - - [2025-12-15 04:32:32] "GET /project/660912a3-725c-422c-accd-a9d8ddd0a2b3?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.051371 10.0.0.65 - - [2025-12-15 04:32:32] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001139 10.0.0.23 - - [2025-12-15 04:32:32] "GET /project/660912a3-725c-422c-accd-a9d8ddd0a2b3?fields=security_groups HTTP/1.1" 200 1258 0.044160 10.0.0.23 - - [2025-12-15 04:32:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.024590 10.0.0.65 - - [2025-12-15 04:32:33] "GET /projects?obj_uuids=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003487 10.0.0.65 - - [2025-12-15 04:32:33] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.65 - - [2025-12-15 04:32:33] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006895 10.0.0.65 - - [2025-12-15 04:32:33] "POST /id-to-fqname HTTP/1.1" 200 198 0.003324 10.0.0.65 - - [2025-12-15 04:32:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.004653 10.0.0.65 - - [2025-12-15 04:32:34] "POST /security-groups HTTP/1.1" 200 599 0.086859 10.0.0.65 - - [2025-12-15 04:32:34] "POST /projects HTTP/1.1" 200 601 0.289718 10.0.0.23 - - [2025-12-15 04:32:34] "POST /access-control-lists HTTP/1.1" 200 604 0.035346 10.0.0.65 - - [2025-12-15 04:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.362522 10.0.0.23 - - [2025-12-15 04:32:34] "GET /project/becaae03-38b1-4c3e-94d4-f9a4649ade94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.507676 10.0.0.23 - - [2025-12-15 04:32:35] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.23 - - [2025-12-15 04:32:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2025-12-15 04:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.053255 10.0.0.65 - - [2025-12-15 04:32:38] "GET /projects?obj_uuids=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894 10.0.0.23 - - [2025-12-15 04:32:38] "GET /project/becaae03-38b1-4c3e-94d4-f9a4649ade94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041147 10.0.0.23 - - [2025-12-15 04:32:38] "POST /neutron/network HTTP/1.1" 200 117 0.038505 10.0.0.23 - - [2025-12-15 04:32:38] "POST /route-targets HTTP/1.1" 200 327 0.016381 10.0.0.65 - - [2025-12-15 04:32:39] "POST /useragent-kv HTTP/1.1" 200 115 0.010905 10.0.0.23 - - [2025-12-15 04:32:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.218008 10.0.0.23 - - [2025-12-15 04:32:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.062011 10.0.0.23 - - [2025-12-15 04:32:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.002028 10.0.0.23 - - [2025-12-15 04:32:39] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005505 10.0.0.23 - - [2025-12-15 04:32:39] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005597 10.0.0.23 - - [2025-12-15 04:32:39] "POST /neutron/network HTTP/1.1" 200 1007 0.008810 10.0.0.23 - - [2025-12-15 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.65 - - [2025-12-15 04:32:39] "GET /projects?obj_uuids=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.23 - - [2025-12-15 04:32:39] "GET /project/becaae03-38b1-4c3e-94d4-f9a4649ade94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044551 10.0.0.23 - - [2025-12-15 04:32:39] "POST /neutron/network HTTP/1.1" 200 117 0.015926 10.0.0.23 - - [2025-12-15 04:32:39] "POST /ref-update HTTP/1.1" 200 156 0.030541 10.0.0.65 - - [2025-12-15 04:32:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006153 10.0.0.23 - - [2025-12-15 04:32:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.241519 10.0.0.23 - - [2025-12-15 04:32:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001196 10.0.0.23 - - [2025-12-15 04:32:40] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006812 10.0.0.23 - - [2025-12-15 04:32:40] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009705 10.0.0.23 - - [2025-12-15 04:32:40] "POST /neutron/network HTTP/1.1" 200 1005 0.012376 10.0.0.23 - - [2025-12-15 04:32:41] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005626 10.0.0.23 - - [2025-12-15 04:32:41] "GET /obj-perms HTTP/1.1" 200 5046 0.050888 10.0.0.50 - - [2025-12-15 04:32:42] "GET /obj-perms HTTP/1.1" 200 5046 0.050306 10.0.0.65 - - [2025-12-15 04:32:42] "GET /obj-perms HTTP/1.1" 200 5046 0.057836 10.0.0.23 - - [2025-12-15 04:32:42] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007047 10.0.0.23 - - [2025-12-15 04:32:43] "POST /neutron/network HTTP/1.1" 200 1007 0.016262 10.0.0.23 - - [2025-12-15 04:32:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001249 10.0.0.23 - - [2025-12-15 04:32:43] "POST /neutron/network HTTP/1.1" 200 1017 0.006500 10.0.0.65 - - [2025-12-15 04:32:43] "GET /projects?obj_uuids=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.059763 10.0.0.23 - - [2025-12-15 04:32:44] "GET /project/becaae03-38b1-4c3e-94d4-f9a4649ade94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.128464 10.0.0.23 - - [2025-12-15 04:32:44] "POST /neutron/port HTTP/1.1" 200 117 0.006540 10.0.0.65 - - [2025-12-15 04:32:44] "GET /projects?obj_uuids=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.23 - - [2025-12-15 04:32:45] "POST /neutron/port HTTP/1.1" 200 1176 0.377773 10.0.0.65 - - [2025-12-15 04:32:45] "DELETE /project/becaae0338b14c3e94d4f9a4649ade94 HTTP/1.1" 404 173 0.076416 10.0.0.65 - - [2025-12-15 04:32:45] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002592 10.0.0.65 - - [2025-12-15 04:32:45] "GET /project/660912a3-725c-422c-accd-a9d8ddd0a2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.069572 10.0.0.65 - - [2025-12-15 04:32:45] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001458 10.0.0.65 - - [2025-12-15 04:32:45] "GET /project/660912a3-725c-422c-accd-a9d8ddd0a2b3?fields=security_groups HTTP/1.1" 200 1363 0.052004 10.0.0.23 - - [2025-12-15 04:32:45] "POST /neutron/port HTTP/1.1" 200 1230 0.172747 10.0.0.65 - - [2025-12-15 04:32:45] "DELETE /security-group/ace510f3-1e65-4c42-92d7-1572a90cf727 HTTP/1.1" 200 115 0.097017 10.0.0.65 - - [2025-12-15 04:32:45] "GET /projects?obj_uuids=660912a3-725c-422c-accd-a9d8ddd0a2b3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000874 10.0.0.65 - - [2025-12-15 04:32:45] "GET /project/660912a3-725c-422c-accd-a9d8ddd0a2b3?fields=application_policy_sets HTTP/1.1" 200 1402 0.051310 10.0.0.23 - - [2025-12-15 04:32:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006069 10.0.0.65 - - [2025-12-15 04:32:45] "DELETE /project/660912a3-725c-422c-accd-a9d8ddd0a2b3 HTTP/1.1" 200 115 0.603915 10.0.0.23 - - [2025-12-15 04:32:45] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.23 - - [2025-12-15 04:32:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007252 10.0.0.23 - - [2025-12-15 04:32:49] "POST /neutron/port HTTP/1.1" 200 1204 0.022505 10.0.0.23 - - [2025-12-15 04:32:49] "GET /virtual-machine/8ffc63a0-3aee-4f9e-82d5-366815ce80c1 HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2025-12-15 04:32:49] "GET /virtual-machine/8ffc63a0-3aee-4f9e-82d5-366815ce80c1 HTTP/1.1" 200 1300 0.035395 10.0.0.23 - - [2025-12-15 04:32:49] "GET /virtual-machine-interface/54f536bf-930f-4fc7-b8c8-a3e92518f66b HTTP/1.1" 200 3175 0.006115 10.0.0.23 - - [2025-12-15 04:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.23 - - [2025-12-15 04:32:49] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003866 10.0.0.23 - - [2025-12-15 04:32:49] "GET /virtual-networks?parent_id=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003837 10.0.0.23 - - [2025-12-15 04:32:49] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005416 10.0.0.23 - - [2025-12-15 04:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2025-12-15 04:32:53] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005525 10.0.0.23 - - [2025-12-15 04:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.23 - - [2025-12-15 04:32:57] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005910 10.0.0.23 - - [2025-12-15 04:32:59] "POST /neutron/port HTTP/1.1" 200 1204 0.053278 10.0.0.23 - - [2025-12-15 04:32:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004347 10.0.0.23 - - [2025-12-15 04:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.23 - - [2025-12-15 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.23 - - [2025-12-15 04:33:01] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005440 10.0.0.23 - - [2025-12-15 04:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.23 - - [2025-12-15 04:33:05] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006580 10.0.0.23 - - [2025-12-15 04:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005362 10.0.0.23 - - [2025-12-15 04:33:09] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008681 10.0.0.23 - - [2025-12-15 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007452 10.0.0.23 - - [2025-12-15 04:33:13] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005701 10.0.0.23 - - [2025-12-15 04:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.23 - - [2025-12-15 04:33:17] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005443 10.0.0.23 - - [2025-12-15 04:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.23 - - [2025-12-15 04:33:21] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005452 10.0.0.23 - - [2025-12-15 04:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.23 - - [2025-12-15 04:33:25] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005769 10.0.0.23 - - [2025-12-15 04:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005484 10.0.0.23 - - [2025-12-15 04:33:27] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005745 10.0.0.23 - - [2025-12-15 04:33:27] "GET /virtual-networks?parent_id=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004896 10.0.0.23 - - [2025-12-15 04:33:28] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008312 10.0.0.23 - - [2025-12-15 04:33:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007837 10.0.0.23 - - [2025-12-15 04:33:38] "POST /neutron/port HTTP/1.1" 200 1204 0.017984 10.0.0.23 - - [2025-12-15 04:33:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.023464 10.0.0.65 - - [2025-12-15 04:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.65 - - [2025-12-15 04:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.65 - - [2025-12-15 04:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.65 - - [2025-12-15 04:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.50 - - [2025-12-15 04:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2025-12-15 04:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.50 - - [2025-12-15 04:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.23 - - [2025-12-15 04:33:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2025-12-15 04:33:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2025-12-15 04:33:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2025-12-15 04:33:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.50 - - [2025-12-15 04:33:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2025-12-15 04:33:48] "POST /neutron/port HTTP/1.1" 200 1204 0.018296 10.0.0.23 - - [2025-12-15 04:33:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007891 10.0.0.23 - - [2025-12-15 04:33:49] "POST /neutron/port HTTP/1.1" 200 1204 0.021547 10.0.0.23 - - [2025-12-15 04:33:49] "POST /neutron/network HTTP/1.1" 200 1007 0.011116 10.0.0.23 - - [2025-12-15 04:33:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001198 10.0.0.23 - - [2025-12-15 04:33:49] "GET /virtual-machine/8ffc63a0-3aee-4f9e-82d5-366815ce80c1 HTTP/1.1" 200 1300 0.004708 10.0.0.23 - - [2025-12-15 04:33:49] "GET /virtual-machine-interface/54f536bf-930f-4fc7-b8c8-a3e92518f66b HTTP/1.1" 200 3175 0.005470 10.0.0.23 - - [2025-12-15 04:33:49] "GET /instance-ip/029898fb-ed02-40d9-904e-fc145d5ed7ba HTTP/1.1" 200 1636 0.009238 10.0.0.23 - - [2025-12-15 04:33:49] "GET /instance-ip/22ed5818-d231-43a8-a2f2-9ddaf3b41076 HTTP/1.1" 200 1656 0.007570 10.0.0.23 - - [2025-12-15 04:33:49] "POST /fqname-to-id HTTP/1.1" 404 218 0.004186 10.0.0.23 - - [2025-12-15 04:33:49] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006833 10.0.0.65 - - [2025-12-15 04:33:49] "GET /projects?obj_uuids=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001514 10.0.0.23 - - [2025-12-15 04:33:49] "GET /project/becaae03-38b1-4c3e-94d4-f9a4649ade94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055900 10.0.0.23 - - [2025-12-15 04:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.23 - - [2025-12-15 04:33:49] "GET /security-group/fb79952e-b5a9-4ab6-8694-40aca2754607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.005811 10.0.0.23 - - [2025-12-15 04:33:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.079598 10.0.0.23 - - [2025-12-15 04:33:49] "POST /instance-ips HTTP/1.1" 200 357 0.043681 10.0.0.23 - - [2025-12-15 04:33:49] "GET /instance-ip/62d786c2-db74-4316-8d28-1ee98bc33098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.007735 10.0.0.23 - - [2025-12-15 04:33:49] "POST /instance-ips HTTP/1.1" 200 357 0.039751 10.0.0.23 - - [2025-12-15 04:33:49] "GET /instance-ip/ad0cc11f-460f-4013-874e-9e8672c93a85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.014394 10.0.0.23 - - [2025-12-15 04:33:49] "GET /virtual-machine-interface/811dc3be-3dda-4d1d-9de9-e73ad75faa92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005598 10.0.0.23 - - [2025-12-15 04:33:49] "GET /virtual-machine-interface/811dc3be-3dda-4d1d-9de9-e73ad75faa92?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.013495 10.0.0.23 - - [2025-12-15 04:33:49] "GET /instance-ip/62d786c2-db74-4316-8d28-1ee98bc33098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.006236 10.0.0.23 - - [2025-12-15 04:33:49] "GET /instance-ip/ad0cc11f-460f-4013-874e-9e8672c93a85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006871 10.0.0.23 - - [2025-12-15 04:33:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001812 10.0.0.23 - - [2025-12-15 04:33:50] "POST /neutron/port HTTP/1.1" 200 1082 0.012412 10.0.0.23 - - [2025-12-15 04:33:50] "POST /neutron/port HTTP/1.1" 200 1082 0.011515 10.0.0.23 - - [2025-12-15 04:33:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008451 10.0.0.23 - - [2025-12-15 04:33:51] "POST /neutron/port HTTP/1.1" 200 1082 0.012980 10.0.0.23 - - [2025-12-15 04:33:51] "POST /neutron/port HTTP/1.1" 200 1082 0.012835 10.0.0.23 - - [2025-12-15 04:33:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004386 10.0.0.23 - - [2025-12-15 04:33:51] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.23 - - [2025-12-15 04:33:55] "POST /neutron/port HTTP/1.1" 200 1149 0.018954 10.0.0.23 - - [2025-12-15 04:33:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007305 10.0.0.23 - - [2025-12-15 04:33:55] "GET /virtual-machine/ad4b6bf0-bd2e-4aa3-a4fa-cf27c646c887 HTTP/1.1" 200 1279 0.011324 10.0.0.23 - - [2025-12-15 04:33:56] "GET /virtual-machine-interface/811dc3be-3dda-4d1d-9de9-e73ad75faa92 HTTP/1.1" 200 3225 0.007268 10.0.0.23 - - [2025-12-15 04:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.23 - - [2025-12-15 04:33:56] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005587 10.0.0.23 - - [2025-12-15 04:33:56] "GET /virtual-networks?parent_id=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003654 10.0.0.23 - - [2025-12-15 04:33:56] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006281 10.0.0.23 - - [2025-12-15 04:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.23 - - [2025-12-15 04:33:59] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006291 10.0.0.23 - - [2025-12-15 04:34:00] "POST /neutron/port HTTP/1.1" 200 1204 0.021234 10.0.0.23 - - [2025-12-15 04:34:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004291 10.0.0.23 - - [2025-12-15 04:34:00] "POST /neutron/port HTTP/1.1" 200 117 0.001450 10.0.0.23 - - [2025-12-15 04:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.23 - - [2025-12-15 04:34:03] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005902 10.0.0.23 - - [2025-12-15 04:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.23 - - [2025-12-15 04:34:07] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006176 10.0.0.23 - - [2025-12-15 04:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.23 - - [2025-12-15 04:34:11] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008414 10.0.0.23 - - [2025-12-15 04:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.23 - - [2025-12-15 04:34:15] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005674 10.0.0.23 - - [2025-12-15 04:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.23 - - [2025-12-15 04:34:19] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007622 10.0.0.50 - - [2025-12-15 04:34:22] "GET /obj-perms HTTP/1.1" 200 5056 0.046606 10.0.0.23 - - [2025-12-15 04:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.23 - - [2025-12-15 04:34:23] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005725 10.0.0.23 - - [2025-12-15 04:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.23 - - [2025-12-15 04:34:27] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005907 10.0.0.23 - - [2025-12-15 04:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.23 - - [2025-12-15 04:34:31] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005522 10.0.0.23 - - [2025-12-15 04:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.23 - - [2025-12-15 04:34:36] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005383 10.0.0.23 - - [2025-12-15 04:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.23 - - [2025-12-15 04:34:38] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003885 10.0.0.23 - - [2025-12-15 04:34:38] "GET /virtual-networks?parent_id=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002922 10.0.0.23 - - [2025-12-15 04:34:38] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008066 10.0.0.23 - - [2025-12-15 04:34:38] "POST /neutron/port HTTP/1.1" 200 1149 0.017629 10.0.0.23 - - [2025-12-15 04:34:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007727 10.0.0.23 - - [2025-12-15 04:34:48] "POST /neutron/port HTTP/1.1" 200 1149 0.019124 10.0.0.23 - - [2025-12-15 04:34:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012878 10.0.0.23 - - [2025-12-15 04:34:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001351 10.0.0.23 - - [2025-12-15 04:34:59] "POST /neutron/network HTTP/1.1" 200 1015 0.008674 10.0.0.65 - - [2025-12-15 04:35:00] "GET /projects?obj_uuids=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.23 - - [2025-12-15 04:35:00] "GET /project/becaae03-38b1-4c3e-94d4-f9a4649ade94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.104733 10.0.0.23 - - [2025-12-15 04:35:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013232 10.0.0.23 - - [2025-12-15 04:35:00] "POST /neutron/network HTTP/1.1" 200 1015 0.008489 10.0.0.23 - - [2025-12-15 04:35:01] "POST /neutron/port HTTP/1.1" 200 1174 0.047621 10.0.0.23 - - [2025-12-15 04:35:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003875 10.0.0.23 - - [2025-12-15 04:35:01] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.23 - - [2025-12-15 04:35:02] "POST /neutron/port HTTP/1.1" 200 1149 0.017980 10.0.0.23 - - [2025-12-15 04:35:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004567 10.0.0.23 - - [2025-12-15 04:35:02] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.23 - - [2025-12-15 04:35:05] "POST /neutron/port HTTP/1.1" 200 1202 0.019903 10.0.0.23 - - [2025-12-15 04:35:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007643 10.0.0.23 - - [2025-12-15 04:35:05] "GET /virtual-machine/804a56b7-f328-4ebd-b6ca-b449827b51c8 HTTP/1.1" 200 1300 0.006237 10.0.0.23 - - [2025-12-15 04:35:05] "GET /virtual-machine-interface/9ff5458f-f953-4a18-ab5d-e293e3f8798d HTTP/1.1" 200 3176 0.005262 10.0.0.23 - - [2025-12-15 04:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.23 - - [2025-12-15 04:35:05] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004453 10.0.0.23 - - [2025-12-15 04:35:05] "GET /virtual-networks?parent_id=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003176 10.0.0.23 - - [2025-12-15 04:35:05] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006373 10.0.0.23 - - [2025-12-15 04:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005325 10.0.0.23 - - [2025-12-15 04:35:08] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006023 10.0.0.23 - - [2025-12-15 04:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.23 - - [2025-12-15 04:35:12] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005583 10.0.0.23 - - [2025-12-15 04:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.23 - - [2025-12-15 04:35:16] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006033 10.0.0.23 - - [2025-12-15 04:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.23 - - [2025-12-15 04:35:21] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005587 10.0.0.65 - - [2025-12-15 04:35:23] "GET /obj-perms HTTP/1.1" 200 5056 0.046850 10.0.0.23 - - [2025-12-15 04:35:23] "GET /obj-perms HTTP/1.1" 200 5056 0.049716 10.0.0.23 - - [2025-12-15 04:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.23 - - [2025-12-15 04:35:25] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005345 10.0.0.23 - - [2025-12-15 04:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.23 - - [2025-12-15 04:35:29] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005236 10.0.0.23 - - [2025-12-15 04:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.23 - - [2025-12-15 04:35:33] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005621 10.0.0.23 - - [2025-12-15 04:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.23 - - [2025-12-15 04:35:37] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006080 10.0.0.23 - - [2025-12-15 04:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.23 - - [2025-12-15 04:35:41] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006380 10.0.0.23 - - [2025-12-15 04:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.23 - - [2025-12-15 04:35:45] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005931 10.0.0.23 - - [2025-12-15 04:35:45] "GET /virtual-networks?parent_id=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004656 10.0.0.23 - - [2025-12-15 04:35:45] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006305 10.0.0.23 - - [2025-12-15 04:35:45] "POST /neutron/port HTTP/1.1" 200 1202 0.017759 10.0.0.23 - - [2025-12-15 04:35:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009181 10.0.0.23 - - [2025-12-15 04:35:54] "POST /neutron/network HTTP/1.1" 200 1015 0.008794 10.0.0.23 - - [2025-12-15 04:35:54] "POST /neutron/subnet HTTP/1.1" 200 1380 0.019264 10.0.0.23 - - [2025-12-15 04:35:54] "POST /neutron/network HTTP/1.1" 200 1005 0.010500 10.0.0.23 - - [2025-12-15 04:35:56] "POST /neutron/port HTTP/1.1" 200 1202 0.017277 10.0.0.23 - - [2025-12-15 04:36:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008426 10.0.0.23 - - [2025-12-15 04:36:04] "POST /neutron/network HTTP/1.1" 200 1017 0.007042 10.0.0.23 - - [2025-12-15 04:36:04] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013072 10.0.0.23 - - [2025-12-15 04:36:04] "POST /neutron/network HTTP/1.1" 200 1007 0.009411 10.0.0.23 - - [2025-12-15 04:36:06] "POST /neutron/port HTTP/1.1" 200 1202 0.016554 10.0.0.23 - - [2025-12-15 04:36:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007714 10.0.0.23 - - [2025-12-15 04:36:06] "POST /neutron/network HTTP/1.1" 200 979 0.023283 10.0.0.23 - - [2025-12-15 04:36:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001242 10.0.0.23 - - [2025-12-15 04:36:06] "GET /virtual-machine/804a56b7-f328-4ebd-b6ca-b449827b51c8 HTTP/1.1" 200 1300 0.006047 10.0.0.23 - - [2025-12-15 04:36:06] "GET /virtual-machine-interface/9ff5458f-f953-4a18-ab5d-e293e3f8798d HTTP/1.1" 200 3176 0.007624 10.0.0.23 - - [2025-12-15 04:36:06] "GET /instance-ip/7d6b95ce-b648-420e-a50d-895719fb6d1a HTTP/1.1" 200 1656 0.009575 10.0.0.23 - - [2025-12-15 04:36:06] "GET /instance-ip/ab3f52db-235b-4856-b711-a56c2fdcd2c6 HTTP/1.1" 200 1636 0.007948 10.0.0.23 - - [2025-12-15 04:36:06] "POST /fqname-to-id HTTP/1.1" 404 230 0.003376 10.0.0.23 - - [2025-12-15 04:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.65 - - [2025-12-15 04:36:07] "GET /projects?obj_uuids=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.23 - - [2025-12-15 04:36:07] "GET /project/becaae03-38b1-4c3e-94d4-f9a4649ade94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047606 10.0.0.23 - - [2025-12-15 04:36:07] "POST /network-policys HTTP/1.1" 200 569 0.031003 10.0.0.23 - - [2025-12-15 04:36:07] "GET /network-policy/9adb338e-64bd-4946-b4fb-12e488a5ab80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006503 10.0.0.23 - - [2025-12-15 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.23 - - [2025-12-15 04:36:07] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007057 10.0.0.23 - - [2025-12-15 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.23 - - [2025-12-15 04:36:07] "GET /network-policy/9adb338e-64bd-4946-b4fb-12e488a5ab80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005354 10.0.0.23 - - [2025-12-15 04:36:07] "POST /ref-update HTTP/1.1" 200 156 0.063971 10.0.0.23 - - [2025-12-15 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.23 - - [2025-12-15 04:36:07] "GET /network-policy/9adb338e-64bd-4946-b4fb-12e488a5ab80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004609 10.0.0.23 - - [2025-12-15 04:36:07] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007784 10.0.0.23 - - [2025-12-15 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.23 - - [2025-12-15 04:36:07] "GET /network-policy/9adb338e-64bd-4946-b4fb-12e488a5ab80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005206 10.0.0.23 - - [2025-12-15 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.23 - - [2025-12-15 04:36:07] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006281 10.0.0.23 - - [2025-12-15 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.23 - - [2025-12-15 04:36:07] "GET /network-policy/9adb338e-64bd-4946-b4fb-12e488a5ab80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006979 10.0.0.23 - - [2025-12-15 04:36:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.046361 10.0.0.23 - - [2025-12-15 04:36:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.006448 10.0.0.23 - - [2025-12-15 04:36:07] "POST /ref-update HTTP/1.1" 200 156 0.059117 10.0.0.23 - - [2025-12-15 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.23 - - [2025-12-15 04:36:07] "GET /network-policy/9adb338e-64bd-4946-b4fb-12e488a5ab80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004653 10.0.0.23 - - [2025-12-15 04:36:07] "POST /neutron/network HTTP/1.1" 200 1109 0.031141 10.0.0.23 - - [2025-12-15 04:36:07] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005868 10.0.0.23 - - [2025-12-15 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.23 - - [2025-12-15 04:36:07] "GET /network-policy/9adb338e-64bd-4946-b4fb-12e488a5ab80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.007478 10.0.0.23 - - [2025-12-15 04:36:07] "GET /virtual-machine-interface/9ff5458f-f953-4a18-ab5d-e293e3f8798d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.009967 10.0.0.23 - - [2025-12-15 04:36:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.009851 10.0.0.23 - - [2025-12-15 04:36:08] "PUT /virtual-machine-interface/9ff5458f-f953-4a18-ab5d-e293e3f8798d HTTP/1.1" 200 284 0.031110 10.0.0.23 - - [2025-12-15 04:36:08] "GET /virtual-machine-interface/9ff5458f-f953-4a18-ab5d-e293e3f8798d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3073 0.007264 10.0.0.23 - - [2025-12-15 04:36:08] "PUT /virtual-machine-interface/9ff5458f-f953-4a18-ab5d-e293e3f8798d HTTP/1.1" 200 284 0.045149 10.0.0.23 - - [2025-12-15 04:36:55] "POST /neutron/network HTTP/1.1" 200 1119 0.008009 10.0.0.23 - - [2025-12-15 04:36:55] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013454 10.0.0.23 - - [2025-12-15 04:36:55] "POST /neutron/network HTTP/1.1" 200 1109 0.013817 10.0.0.23 - - [2025-12-15 04:37:04] "POST /neutron/network HTTP/1.1" 200 1121 0.007564 10.0.0.23 - - [2025-12-15 04:37:04] "POST /neutron/subnet HTTP/1.1" 200 1389 0.019692 10.0.0.23 - - [2025-12-15 04:37:04] "POST /neutron/network HTTP/1.1" 200 1111 0.009146 10.0.0.23 - - [2025-12-15 04:37:56] "POST /neutron/network HTTP/1.1" 200 1119 0.007200 10.0.0.23 - - [2025-12-15 04:37:56] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015050 10.0.0.23 - - [2025-12-15 04:37:56] "POST /neutron/network HTTP/1.1" 200 1109 0.010483 10.0.0.23 - - [2025-12-15 04:38:05] "POST /neutron/network HTTP/1.1" 200 1121 0.032571 10.0.0.23 - - [2025-12-15 04:38:05] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014412 10.0.0.23 - - [2025-12-15 04:38:05] "POST /neutron/network HTTP/1.1" 200 1111 0.009889 10.0.0.23 - - [2025-12-15 04:38:15] "POST /ref-update HTTP/1.1" 200 156 0.083992 10.0.0.23 - - [2025-12-15 04:38:15] "GET /virtual-network/e01110eb-bed8-4c55-b931-8d2240c80a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008530 10.0.0.23 - - [2025-12-15 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.23 - - [2025-12-15 04:38:15] "GET /network-policy/9adb338e-64bd-4946-b4fb-12e488a5ab80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004497 10.0.0.23 - - [2025-12-15 04:38:15] "POST /ref-update HTTP/1.1" 200 156 0.054335 10.0.0.23 - - [2025-12-15 04:38:16] "GET /virtual-network/effb7ed8-2fe6-49c0-abef-e54ed9cd5e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008035 10.0.0.23 - - [2025-12-15 04:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.23 - - [2025-12-15 04:38:16] "GET /network-policy/9adb338e-64bd-4946-b4fb-12e488a5ab80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004840 10.0.0.23 - - [2025-12-15 04:38:16] "DELETE /network-policy/9adb338e-64bd-4946-b4fb-12e488a5ab80 HTTP/1.1" 200 115 0.036154 10.0.0.23 - - [2025-12-15 04:38:16] "DELETE /access-control-list/bdff46b2-25fb-4a3b-9cb0-021ef149e11e HTTP/1.1" 200 115 0.039018 10.0.0.23 - - [2025-12-15 04:38:16] "POST /ref-update HTTP/1.1" 200 156 0.028539 10.0.0.23 - - [2025-12-15 04:38:16] "DELETE /instance-ip/62d786c2-db74-4316-8d28-1ee98bc33098 HTTP/1.1" 200 115 0.062292 10.0.0.23 - - [2025-12-15 04:38:16] "DELETE /instance-ip/ad0cc11f-460f-4013-874e-9e8672c93a85 HTTP/1.1" 200 115 0.059824 10.0.0.23 - - [2025-12-15 04:38:16] "DELETE /virtual-machine-interface/811dc3be-3dda-4d1d-9de9-e73ad75faa92 HTTP/1.1" 200 115 0.115367 10.0.0.23 - - [2025-12-15 04:38:16] "POST /neutron/network HTTP/1.1" 200 1005 0.045310 10.0.0.23 - - [2025-12-15 04:38:16] "POST /neutron/port HTTP/1.1" 200 1228 0.020672 10.0.0.23 - - [2025-12-15 04:38:17] "POST /neutron/port HTTP/1.1" 200 1230 0.015262 10.0.0.65 - - [2025-12-15 04:38:19] "POST /useragent-kv HTTP/1.1" 200 115 0.050272 10.0.0.65 - - [2025-12-15 04:38:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002642 10.0.0.65 - - [2025-12-15 04:38:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003173 10.0.0.65 - - [2025-12-15 04:38:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002727 10.0.0.23 - - [2025-12-15 04:38:19] "POST /neutron/network HTTP/1.1" 200 151 0.203703 10.0.0.23 - - [2025-12-15 04:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005894 10.0.0.23 - - [2025-12-15 04:38:21] "POST /neutron/port HTTP/1.1" 200 117 0.004944 10.0.0.65 - - [2025-12-15 04:38:22] "GET /projects?obj_uuids=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002087 10.0.0.23 - - [2025-12-15 04:38:22] "GET /project/becaae03-38b1-4c3e-94d4-f9a4649ade94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070994 10.0.0.65 - - [2025-12-15 04:38:22] "GET /projects?obj_uuids=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001021 10.0.0.23 - - [2025-12-15 04:38:22] "GET /project/becaae03-38b1-4c3e-94d4-f9a4649ade94?fields=virtual_networks HTTP/1.1" 200 1049 0.044131 10.0.0.65 - - [2025-12-15 04:38:22] "GET /projects?obj_uuids=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985 10.0.0.23 - - [2025-12-15 04:38:22] "GET /project/becaae03-38b1-4c3e-94d4-f9a4649ade94?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.042287 10.0.0.65 - - [2025-12-15 04:38:22] "GET /projects?obj_uuids=becaae03-38b1-4c3e-94d4-f9a4649ade94&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.23 - - [2025-12-15 04:38:22] "GET /project/becaae03-38b1-4c3e-94d4-f9a4649ade94?fields=security_groups HTTP/1.1" 200 1283 0.042496 10.0.0.23 - - [2025-12-15 04:38:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.039116 10.0.0.65 - - [2025-12-15 04:38:23] "GET /projects?obj_uuids=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005021 10.0.0.65 - - [2025-12-15 04:38:23] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001446 10.0.0.65 - - [2025-12-15 04:38:23] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.039501 10.0.0.65 - - [2025-12-15 04:38:23] "POST /id-to-fqname HTTP/1.1" 200 194 0.005218 10.0.0.65 - - [2025-12-15 04:38:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.011358 10.0.0.65 - - [2025-12-15 04:38:23] "POST /security-groups HTTP/1.1" 200 595 0.035447 10.0.0.65 - - [2025-12-15 04:38:23] "POST /projects HTTP/1.1" 200 593 0.278353 10.0.0.23 - - [2025-12-15 04:38:23] "POST /access-control-lists HTTP/1.1" 200 600 0.030510 10.0.0.65 - - [2025-12-15 04:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.352376 10.0.0.23 - - [2025-12-15 04:38:23] "GET /project/35130dab-6873-4fe8-bba1-3bba53b5020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.600747 10.0.0.23 - - [2025-12-15 04:38:25] "GET / HTTP/1.1" 200 35931 0.001457 10.0.0.23 - - [2025-12-15 04:38:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.23 - - [2025-12-15 04:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.026644 10.0.0.65 - - [2025-12-15 04:38:27] "GET /projects?obj_uuids=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001128 10.0.0.23 - - [2025-12-15 04:38:27] "GET /project/35130dab-6873-4fe8-bba1-3bba53b5020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.040456 10.0.0.65 - - [2025-12-15 04:38:27] "GET /projects?obj_uuids=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001406 10.0.0.23 - - [2025-12-15 04:38:28] "POST /neutron/network HTTP/1.1" 200 609 0.170100 10.0.0.23 - - [2025-12-15 04:38:28] "POST /route-targets HTTP/1.1" 200 327 0.015646 10.0.0.23 - - [2025-12-15 04:38:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.074333 10.0.0.23 - - [2025-12-15 04:38:28] "POST /neutron/network HTTP/1.1" 200 999 0.011501 10.0.0.23 - - [2025-12-15 04:38:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001228 10.0.0.23 - - [2025-12-15 04:38:28] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006706 10.0.0.23 - - [2025-12-15 04:38:28] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005969 10.0.0.23 - - [2025-12-15 04:38:28] "POST /neutron/subnet HTTP/1.1" 200 715 0.009791 10.0.0.23 - - [2025-12-15 04:38:29] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005511 10.0.0.23 - - [2025-12-15 04:38:29] "GET /obj-perms HTTP/1.1" 200 5038 0.074838 10.0.0.23 - - [2025-12-15 04:38:30] "DELETE /access-control-list/d4b9b187-cae8-43a2-81ef-c0d49a53c894 HTTP/1.1" 200 115 0.059266 10.0.0.50 - - [2025-12-15 04:38:30] "GET /obj-perms HTTP/1.1" 200 5038 0.084466 10.0.0.65 - - [2025-12-15 04:38:30] "GET /obj-perms HTTP/1.1" 200 5038 0.053271 10.0.0.23 - - [2025-12-15 04:38:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001295 10.0.0.65 - - [2025-12-15 04:38:31] "GET /projects?obj_uuids=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001336 10.0.0.23 - - [2025-12-15 04:38:31] "GET /project/35130dab-6873-4fe8-bba1-3bba53b5020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.087602 10.0.0.23 - - [2025-12-15 04:38:31] "POST /neutron/network HTTP/1.1" 200 999 0.034896 10.0.0.23 - - [2025-12-15 04:38:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001428 10.0.0.23 - - [2025-12-15 04:38:32] "POST /neutron/port HTTP/1.1" 200 117 0.009227 10.0.0.65 - - [2025-12-15 04:38:32] "GET /projects?obj_uuids=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001040 10.0.0.23 - - [2025-12-15 04:38:32] "POST /neutron/port HTTP/1.1" 200 1168 0.453454 10.0.0.65 - - [2025-12-15 04:38:32] "GET /projects?obj_uuids=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001351 10.0.0.23 - - [2025-12-15 04:38:32] "GET /project/35130dab-6873-4fe8-bba1-3bba53b5020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.093865 10.0.0.23 - - [2025-12-15 04:38:32] "POST /neutron/network HTTP/1.1" 200 999 0.015584 10.0.0.23 - - [2025-12-15 04:38:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004666 10.0.0.23 - - [2025-12-15 04:38:33] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013161 10.0.0.23 - - [2025-12-15 04:38:33] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.23 - - [2025-12-15 04:38:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001209 10.0.0.23 - - [2025-12-15 04:38:33] "POST /neutron/port HTTP/1.1" 200 1196 0.029131 10.0.0.23 - - [2025-12-15 04:38:33] "POST /neutron/network HTTP/1.1" 200 1009 0.010347 10.0.0.23 - - [2025-12-15 04:38:34] "POST /neutron/port HTTP/1.1" 200 1168 0.020180 10.0.0.23 - - [2025-12-15 04:38:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.65 - - [2025-12-15 04:38:34] "GET /projects?obj_uuids=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000983 10.0.0.23 - - [2025-12-15 04:38:34] "GET /project/35130dab-6873-4fe8-bba1-3bba53b5020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.081093 10.0.0.23 - - [2025-12-15 04:38:34] "POST /neutron/network HTTP/1.1" 200 999 0.010491 10.0.0.23 - - [2025-12-15 04:38:34] "POST /neutron/network HTTP/1.1" 200 999 0.016399 10.0.0.23 - - [2025-12-15 04:38:34] "POST /neutron/port HTTP/1.1" 200 117 0.006360 10.0.0.23 - - [2025-12-15 04:38:34] "POST /neutron/port HTTP/1.1" 200 1196 0.019605 10.0.0.23 - - [2025-12-15 04:38:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007104 10.0.0.23 - - [2025-12-15 04:38:34] "GET /virtual-machine/8a9d0e59-85ae-4567-a032-129bc9438355 HTTP/1.1" 401 292 0.000522 10.0.0.23 - - [2025-12-15 04:38:35] "GET /virtual-machine/8a9d0e59-85ae-4567-a032-129bc9438355 HTTP/1.1" 200 1296 0.045710 10.0.0.23 - - [2025-12-15 04:38:35] "GET /virtual-machine-interface/79e8aba9-40cf-4edd-9863-b6d156fecd6d HTTP/1.1" 200 3155 0.006890 10.0.0.23 - - [2025-12-15 04:38:35] "POST /neutron/port HTTP/1.1" 200 1168 0.022869 10.0.0.23 - - [2025-12-15 04:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.23 - - [2025-12-15 04:38:35] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003366 10.0.0.23 - - [2025-12-15 04:38:35] "GET /virtual-networks?parent_id=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002760 10.0.0.23 - - [2025-12-15 04:38:35] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007306 10.0.0.23 - - [2025-12-15 04:38:35] "POST /neutron/port HTTP/1.1" 200 1196 0.019962 10.0.0.23 - - [2025-12-15 04:38:35] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013966 10.0.0.23 - - [2025-12-15 04:38:35] "POST /neutron/network HTTP/1.1" 200 999 0.011228 10.0.0.23 - - [2025-12-15 04:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.23 - - [2025-12-15 04:38:38] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006355 10.0.0.23 - - [2025-12-15 04:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.23 - - [2025-12-15 04:38:42] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005576 10.0.0.65 - - [2025-12-15 04:38:45] "DELETE /project/35130dab68734fe8bba13bba53b5020a HTTP/1.1" 404 173 0.003901 10.0.0.65 - - [2025-12-15 04:38:45] "DELETE /project/becaae03-38b1-4c3e-94d4-f9a4649ade94 HTTP/1.1" 404 177 0.006686 10.0.0.23 - - [2025-12-15 04:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2025-12-15 04:38:46] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005581 10.0.0.65 - - [2025-12-15 04:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.65 - - [2025-12-15 04:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.65 - - [2025-12-15 04:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.65 - - [2025-12-15 04:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.50 - - [2025-12-15 04:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2025-12-15 04:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.50 - - [2025-12-15 04:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2025-12-15 04:38:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.23 - - [2025-12-15 04:38:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.50 - - [2025-12-15 04:38:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.23 - - [2025-12-15 04:38:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.50 - - [2025-12-15 04:38:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2025-12-15 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.23 - - [2025-12-15 04:38:50] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005942 10.0.0.23 - - [2025-12-15 04:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.23 - - [2025-12-15 04:38:55] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006496 10.0.0.23 - - [2025-12-15 04:38:58] "POST /neutron/network HTTP/1.1" 200 1009 0.007479 10.0.0.23 - - [2025-12-15 04:38:58] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014328 10.0.0.23 - - [2025-12-15 04:38:58] "POST /neutron/network HTTP/1.1" 200 999 0.011361 10.0.0.23 - - [2025-12-15 04:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.23 - - [2025-12-15 04:38:59] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006902 10.0.0.23 - - [2025-12-15 04:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.23 - - [2025-12-15 04:39:03] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005889 10.0.0.23 - - [2025-12-15 04:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.23 - - [2025-12-15 04:39:07] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006384 10.0.0.23 - - [2025-12-15 04:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.23 - - [2025-12-15 04:39:11] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006840 10.0.0.23 - - [2025-12-15 04:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.23 - - [2025-12-15 04:39:15] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005850 10.0.0.23 - - [2025-12-15 04:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.23 - - [2025-12-15 04:39:19] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006104 10.0.0.23 - - [2025-12-15 04:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.23 - - [2025-12-15 04:39:23] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006088 10.0.0.23 - - [2025-12-15 04:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005088 10.0.0.23 - - [2025-12-15 04:39:27] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005672 10.0.0.23 - - [2025-12-15 04:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.23 - - [2025-12-15 04:39:31] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005311 10.0.0.23 - - [2025-12-15 04:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005711 10.0.0.23 - - [2025-12-15 04:39:34] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005978 10.0.0.23 - - [2025-12-15 04:39:34] "GET /virtual-networks?parent_id=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.005014 10.0.0.23 - - [2025-12-15 04:39:34] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.008662 10.0.0.23 - - [2025-12-15 04:39:34] "POST /neutron/port HTTP/1.1" 200 1196 0.018645 10.0.0.23 - - [2025-12-15 04:39:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007397 10.0.0.23 - - [2025-12-15 04:39:45] "POST /neutron/port HTTP/1.1" 200 1196 0.046447 10.0.0.23 - - [2025-12-15 04:39:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006663 10.0.0.23 - - [2025-12-15 04:39:54] "POST /neutron/port HTTP/1.1" 200 1196 0.019857 10.0.0.23 - - [2025-12-15 04:39:58] "POST /neutron/port HTTP/1.1" 200 1196 0.024894 10.0.0.23 - - [2025-12-15 04:39:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003982 10.0.0.23 - - [2025-12-15 04:39:58] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.23 - - [2025-12-15 04:40:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008941 10.0.0.23 - - [2025-12-15 04:40:00] "POST /neutron/port HTTP/1.1" 200 1196 0.026686 10.0.0.23 - - [2025-12-15 04:40:00] "GET /virtual-machine/069c8a87-3084-42e6-af67-c727e4f2957e HTTP/1.1" 200 1295 0.008232 10.0.0.23 - - [2025-12-15 04:40:00] "GET /virtual-machine-interface/a33c8ed1-0cf2-4c98-963b-fb58f749efe7 HTTP/1.1" 200 3156 0.006271 10.0.0.23 - - [2025-12-15 04:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.23 - - [2025-12-15 04:40:00] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005456 10.0.0.23 - - [2025-12-15 04:40:00] "GET /virtual-networks?parent_id=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.008756 10.0.0.23 - - [2025-12-15 04:40:00] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006645 10.0.0.23 - - [2025-12-15 04:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.23 - - [2025-12-15 04:40:01] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004563 10.0.0.23 - - [2025-12-15 04:40:01] "GET /virtual-networks?parent_id=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004402 10.0.0.23 - - [2025-12-15 04:40:01] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005787 10.0.0.23 - - [2025-12-15 04:40:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008220 10.0.0.23 - - [2025-12-15 04:40:02] "POST /neutron/port HTTP/1.1" 200 1196 0.022873 10.0.0.23 - - [2025-12-15 04:40:02] "GET /virtual-machine/0846fd7d-83b7-4df2-947e-0fcaccaed2a4 HTTP/1.1" 200 1295 0.009491 10.0.0.23 - - [2025-12-15 04:40:02] "GET /virtual-machine-interface/78733e69-ba74-462e-903f-61f291820133 HTTP/1.1" 200 3155 0.005366 10.0.0.23 - - [2025-12-15 04:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2025-12-15 04:40:02] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004491 10.0.0.23 - - [2025-12-15 04:40:02] "GET /virtual-networks?parent_id=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.005478 10.0.0.23 - - [2025-12-15 04:40:02] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.016886 10.0.0.23 - - [2025-12-15 04:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.23 - - [2025-12-15 04:40:03] "GET /global-vrouter-config/c1b1f7aa-417d-46e9-8ef3-63bc66328a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004551 10.0.0.23 - - [2025-12-15 04:40:03] "GET /virtual-networks?parent_id=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004142 10.0.0.23 - - [2025-12-15 04:40:03] "GET /virtual-network/a2cebe0b-666a-405e-8d2a-8eb0bf05d03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.010754 10.0.0.23 - - [2025-12-15 04:40:03] "GET /virtual-machine-interface/78733e69-ba74-462e-903f-61f291820133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.008333 10.0.0.23 - - [2025-12-15 04:40:03] "PUT /virtual-machine-interface/78733e69-ba74-462e-903f-61f291820133 HTTP/1.1" 200 284 0.022845 10.0.0.23 - - [2025-12-15 04:40:07] "POST /neutron/port HTTP/1.1" 200 1196 0.015913 10.0.0.23 - - [2025-12-15 04:40:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004219 10.0.0.23 - - [2025-12-15 04:40:07] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.23 - - [2025-12-15 04:40:58] "POST /neutron/port HTTP/1.1" 200 1196 0.057593 10.0.0.23 - - [2025-12-15 04:40:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003818 10.0.0.23 - - [2025-12-15 04:40:58] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.23 - - [2025-12-15 04:41:07] "POST /neutron/port HTTP/1.1" 200 1196 0.030346 10.0.0.23 - - [2025-12-15 04:41:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004346 10.0.0.23 - - [2025-12-15 04:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.001716 10.0.0.23 - - [2025-12-15 04:41:59] "POST /neutron/port HTTP/1.1" 200 1196 0.016262 10.0.0.23 - - [2025-12-15 04:41:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004077 10.0.0.23 - - [2025-12-15 04:41:59] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.23 - - [2025-12-15 04:42:07] "POST /neutron/port HTTP/1.1" 200 1196 0.019818 10.0.0.23 - - [2025-12-15 04:42:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004518 10.0.0.23 - - [2025-12-15 04:42:07] "POST /neutron/port HTTP/1.1" 200 117 0.001528 10.0.0.50 - - [2025-12-15 04:42:28] "GET /obj-perms HTTP/1.1" 200 5056 0.054643 10.0.0.65 - - [2025-12-15 04:42:29] "GET /obj-perms HTTP/1.1" 200 5056 0.054370 10.0.0.23 - - [2025-12-15 04:42:58] "POST /neutron/port HTTP/1.1" 200 1196 0.016499 10.0.0.23 - - [2025-12-15 04:42:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003773 10.0.0.23 - - [2025-12-15 04:42:59] "POST /neutron/port HTTP/1.1" 200 117 0.001516 10.0.0.23 - - [2025-12-15 04:43:04] "POST /neutron/network HTTP/1.1" 400 204 0.017560 10.0.0.23 - - [2025-12-15 04:43:04] "POST /neutron/port HTTP/1.1" 200 151 0.350901 10.0.0.23 - - [2025-12-15 04:43:04] "POST /neutron/port HTTP/1.1" 200 151 0.399777 10.0.0.23 - - [2025-12-15 04:43:05] "POST /neutron/port HTTP/1.1" 200 151 0.422470 10.0.0.65 - - [2025-12-15 04:43:07] "GET /projects?obj_uuids=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001101 10.0.0.23 - - [2025-12-15 04:43:07] "GET /project/35130dab-6873-4fe8-bba1-3bba53b5020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.038340 10.0.0.65 - - [2025-12-15 04:43:07] "GET /projects?obj_uuids=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000920 10.0.0.23 - - [2025-12-15 04:43:07] "GET /project/35130dab-6873-4fe8-bba1-3bba53b5020a?fields=virtual_networks HTTP/1.1" 200 1040 0.051966 10.0.0.65 - - [2025-12-15 04:43:07] "GET /projects?obj_uuids=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001473 10.0.0.23 - - [2025-12-15 04:43:07] "GET /project/35130dab-6873-4fe8-bba1-3bba53b5020a?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.041577 10.0.0.65 - - [2025-12-15 04:43:07] "GET /projects?obj_uuids=35130dab-6873-4fe8-bba1-3bba53b5020a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000930 10.0.0.23 - - [2025-12-15 04:43:08] "GET /project/35130dab-6873-4fe8-bba1-3bba53b5020a?fields=security_groups HTTP/1.1" 200 1270 0.043761 10.0.0.23 - - [2025-12-15 04:43:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.027644 10.0.0.65 - - [2025-12-15 04:43:08] "GET /projects?obj_uuids=f1354089-9b64-472e-b704-2153bde47716&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.012065 10.0.0.65 - - [2025-12-15 04:43:08] "GET /domains?obj_uuids=747a8d7b-37d3-4985-88af-26a6e8bf7d0e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.65 - - [2025-12-15 04:43:08] "GET /domain/747a8d7b-37d3-4985-88af-26a6e8bf7d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008882 10.0.0.65 - - [2025-12-15 04:43:09] "POST /id-to-fqname HTTP/1.1" 200 190 0.003857 10.0.0.65 - - [2025-12-15 04:43:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.004576 10.0.0.65 - - [2025-12-15 04:43:09] "POST /security-groups HTTP/1.1" 200 591 0.031918 10.0.0.65 - - [2025-12-15 04:43:09] "POST /projects HTTP/1.1" 200 585 0.237230 10.0.0.23 - - [2025-12-15 04:43:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.039823 10.0.0.65 - - [2025-12-15 04:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.312873 10.0.0.23 - - [2025-12-15 04:43:09] "POST /access-control-lists HTTP/1.1" 200 594 0.030700 10.0.0.23 - - [2025-12-15 04:43:09] "GET /project/f1354089-9b64-472e-b704-2153bde47716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.466819 10.0.0.23 - - [2025-12-15 04:43:10] "GET / HTTP/1.1" 200 35931 0.001830 10.0.0.65 - - [2025-12-15 04:43:15] "GET /projects?obj_uuids=f1354089-9b64-472e-b704-2153bde47716&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001277 10.0.0.23 - - [2025-12-15 04:43:15] "GET /project/f1354089-9b64-472e-b704-2153bde47716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.056609 10.0.0.65 - - [2025-12-15 04:43:15] "GET /projects?obj_uuids=f1354089-9b64-472e-b704-2153bde47716&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000971 10.0.0.23 - - [2025-12-15 04:43:15] "GET /project/f1354089-9b64-472e-b704-2153bde47716?fields=virtual_networks HTTP/1.1" 200 1033 0.049783 10.0.0.65 - - [2025-12-15 04:43:16] "GET /projects?obj_uuids=f1354089-9b64-472e-b704-2153bde47716&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.23 - - [2025-12-15 04:43:16] "GET /project/f1354089-9b64-472e-b704-2153bde47716?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.042895 10.0.0.65 - - [2025-12-15 04:43:16] "GET /projects?obj_uuids=f1354089-9b64-472e-b704-2153bde47716&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.23 - - [2025-12-15 04:43:16] "GET /project/f1354089-9b64-472e-b704-2153bde47716?fields=security_groups HTTP/1.1" 200 1259 0.048544 10.0.0.23 - - [2025-12-15 04:43:29] "GET /obj-perms HTTP/1.1" 200 5056 0.057511 10.0.0.65 - - [2025-12-15 04:43:46] "DELETE /project/f13540899b64472eb7042153bde47716 HTTP/1.1" 404 173 0.042499 10.0.0.65 - - [2025-12-15 04:43:46] "DELETE /project/35130dab-6873-4fe8-bba1-3bba53b5020a HTTP/1.1" 404 177 0.066458 10.0.0.65 - - [2025-12-15 04:43:46] "GET /projects?obj_uuids=f1354089-9b64-472e-b704-2153bde47716&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.65 - - [2025-12-15 04:43:46] "GET /project/f1354089-9b64-472e-b704-2153bde47716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.111774 10.0.0.65 - - [2025-12-15 04:43:46] "GET /projects?obj_uuids=f1354089-9b64-472e-b704-2153bde47716&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867 10.0.0.65 - - [2025-12-15 04:43:46] "GET /project/f1354089-9b64-472e-b704-2153bde47716?fields=security_groups HTTP/1.1" 200 1364 0.038966 10.0.0.65 - - [2025-12-15 04:43:46] "DELETE /security-group/0094af98-0f45-4f5e-851c-6f228fe100ca HTTP/1.1" 200 115 0.049408 10.0.0.65 - - [2025-12-15 04:43:46] "GET /projects?obj_uuids=f1354089-9b64-472e-b704-2153bde47716&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001079 10.0.0.23 - - [2025-12-15 04:43:46] "DELETE /access-control-list/d84e6750-5885-49a4-8ecf-c5328877687e HTTP/1.1" 200 115 0.050907 10.0.0.65 - - [2025-12-15 04:43:46] "GET /project/f1354089-9b64-472e-b704-2153bde47716?fields=application_policy_sets HTTP/1.1" 200 1403 0.062617 10.0.0.65 - - [2025-12-15 04:43:46] "DELETE /project/f1354089-9b64-472e-b704-2153bde47716 HTTP/1.1" 200 115 0.493518 10.0.0.65 - - [2025-12-15 04:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.65 - - [2025-12-15 04:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.65 - - [2025-12-15 04:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.65 - - [2025-12-15 04:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.50 - - [2025-12-15 04:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2025-12-15 04:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.50 - - [2025-12-15 04:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2025-12-15 04:43:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2025-12-15 04:43:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.50 - - [2025-12-15 04:43:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2025-12-15 04:43:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000325 10.0.0.50 - - [2025-12-15 04:43:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 [Introspect:8084]10.0.0.65 - - [2025-12-15 04:46:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000934 [Introspect:8084]10.0.0.65 - - [2025-12-15 04:46:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000960