++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Jan 8 01:57:33 AM UTC 2026 ===================' INFO: =================== Thu Jan 8 01:57:33 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.242:8081 10.0.0.50:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.242:8081 10.0.0.50:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.242:8081 10.0.0.50:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.242:9042 10.0.0.50:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.242:9042 10.0.0.50:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.242:9042 10.0.0.50:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.242:8086 10.0.0.50:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.242:8086 10.0.0.50:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.242:8086 10.0.0.50:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.242:8082 10.0.0.50:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.242:8082 10.0.0.50:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.242:8082 10.0.0.50:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.242:9161 10.0.0.50:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.242:9161 10.0.0.50:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.242:9161 10.0.0.50:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.242:2181,10.0.0.50:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.242:2181,10.0.0.50:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.242:2181,10.0.0.50:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.242:2181 10.0.0.50:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.242:2181 10.0.0.50:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.242:2181 10.0.0.50:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.242:5673,10.0.0.50:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.242:5673,10.0.0.50:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.242:5673,10.0.0.50:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.242:6379 10.0.0.50:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.242:6379 10.0.0.50:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.242:6379 10.0.0.50:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.242:9092 10.0.0.50:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.242:9092 10.0.0.50:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.242:9092 10.0.0.50:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.242 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.242,10.0.0.50,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.242 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.242 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.242,10.0.0.50,10.0.0.27 +++ local servers=10.0.0.242,10.0.0.50,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.27,10.20.0.193,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 01/08/2026 01:57:43.927 7f6f873cc080 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/08/2026 01:57:44.083 7f6f873cc080 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/08/2026 01:57:44.097 7f6f873cc080 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/08/2026 01:57:44.098 7f6f873cc080 [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.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2026-01-08 01:57:59] "GET / HTTP/1.1" 503 181 0.000248 10.0.0.27 - - [2026-01-08 01:57:59] "GET / HTTP/1.1" 503 181 0.000299 10.0.0.27 - - [2026-01-08 01:58:00] "GET / HTTP/1.1" 200 45871 0.003334 10.0.0.27 - - [2026-01-08 01:58:00] "GET / HTTP/1.1" 200 45871 0.001521 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.27 - - [2026-01-08 01:58:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000922 10.0.0.27 - - [2026-01-08 01:58:00] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000344 10.0.0.242 - - [2026-01-08 01:58:00] "GET / HTTP/1.1" 200 35931 0.002313 10.0.0.242 - - [2026-01-08 01:58:01] "GET / HTTP/1.1" 200 35931 0.001521 10.0.0.27 - - [2026-01-08 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.629758 10.0.0.27 - - [2026-01-08 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.014344 10.0.0.27 - - [2026-01-08 01:58:01] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.358218 10.0.0.27 - - [2026-01-08 01:58:01] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.008019 /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.50 - - [2026-01-08 01:58:02] "GET / HTTP/1.1" 200 35931 0.002458 10.0.0.50 - - [2026-01-08 01:58:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.50 - - [2026-01-08 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.026652 10.0.0.50 - - [2026-01-08 01:58:02] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008554 10.0.0.50 - - [2026-01-08 01:58:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.004600 10.0.0.50 - - [2026-01-08 01:58:02] "POST /config-database-nodes HTTP/1.1" 200 617 0.068895 10.0.0.242 - - [2026-01-08 01:58:03] "GET / HTTP/1.1" 200 35931 0.001495 10.0.0.27 - - [2026-01-08 01:58:03] "GET / HTTP/1.1" 200 35931 0.001349 10.0.0.27 - - [2026-01-08 01:58:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.242 - - [2026-01-08 01:58:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.242 - - [2026-01-08 01:58:03] "GET / HTTP/1.1" 200 35931 0.001561 10.0.0.242 - - [2026-01-08 01:58:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.50 - - [2026-01-08 01:58:04] "GET / HTTP/1.1" 200 35931 0.001552 10.0.0.50 - - [2026-01-08 01:58:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000558 10.0.0.242 - - [2026-01-08 01:58:04] "GET / HTTP/1.1" 200 35931 0.001747 10.0.0.242 - - [2026-01-08 01:58:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 10.0.0.27 - - [2026-01-08 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.874120 10.0.0.27 - - [2026-01-08 01:58:04] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008913 10.0.0.27 - - [2026-01-08 01:58:04] "POST /fqname-to-id HTTP/1.1" 404 220 0.009043 10.0.0.27 - - [2026-01-08 01:58:04] "POST /config-database-nodes HTTP/1.1" 200 617 0.078664 10.0.0.242 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.793886 10.0.0.242 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008371 10.0.0.242 - - [2026-01-08 01:58:05] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009611 10.0.0.27 - - [2026-01-08 01:58:05] "GET / HTTP/1.1" 200 35931 0.001666 10.0.0.27 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000367 10.0.0.242 - - [2026-01-08 01:58:05] "POST /service-appliance-sets HTTP/1.1" 200 553 0.109828 10.0.0.242 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 404 180 0.004718 10.0.0.242 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005607 10.0.0.242 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.783744 10.0.0.242 - - [2026-01-08 01:58:05] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009177 10.0.0.242 - - [2026-01-08 01:58:05] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.018312 10.0.0.50 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.489056 10.0.0.50 - - [2026-01-08 01:58:05] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006674 10.0.0.242 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.004983 10.0.0.50 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.010169 10.0.0.242 - - [2026-01-08 01:58:05] "POST /service-appliance-sets HTTP/1.1" 200 541 0.058491 10.0.0.242 - - [2026-01-08 01:58:05] "POST /config-nodes HTTP/1.1" 200 599 0.046658 10.0.0.50 - - [2026-01-08 01:58:05] "POST /config-nodes HTTP/1.1" 200 599 0.081719 10.0.0.242 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.015770 10.0.0.242 - - [2026-01-08 01:58:05] "GET /network-ipam/726f38fc-8c8f-44ca-b756-0f55707671cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006866 10.0.0.242 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.465678 10.0.0.242 - - [2026-01-08 01:58:05] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009156 10.0.0.27 - - [2026-01-08 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.101120 10.0.0.242 - - [2026-01-08 01:58:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.007841 10.0.0.27 - - [2026-01-08 01:58:06] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009635 10.0.0.27 - - [2026-01-08 01:58:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.004278 10.0.0.242 - - [2026-01-08 01:58:06] "POST /config-database-nodes HTTP/1.1" 200 617 0.122423 10.0.0.27 - - [2026-01-08 01:58:06] "POST /config-nodes HTTP/1.1" 200 599 0.097695 10.0.0.242 - - [2026-01-08 01:58:06] "POST /service-templates HTTP/1.1" 200 511 0.082821 10.0.0.242 - - [2026-01-08 01:58:06] "POST /service-templates HTTP/1.1" 200 501 0.083037 10.0.0.242 - - [2026-01-08 01:58:06] "POST /service-templates HTTP/1.1" 200 515 0.054621 10.0.0.50 - - [2026-01-08 01:58:06] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.50 - - [2026-01-08 01:58:06] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000545 10.0.0.242 - - [2026-01-08 01:58:06] "POST /service-templates HTTP/1.1" 200 535 0.055161 10.0.0.242 - - [2026-01-08 01:58:06] "POST /service-templates HTTP/1.1" 200 507 0.085882 10.0.0.242 - - [2026-01-08 01:58:06] "GET / HTTP/1.1" 200 35931 0.001387 10.0.0.242 - - [2026-01-08 01:58:06] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000408 10.0.0.27 - - [2026-01-08 01:58:07] "GET / HTTP/1.1" 200 35931 0.001702 10.0.0.27 - - [2026-01-08 01:58:07] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000399 10.0.0.50 - - [2026-01-08 01:58:07] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.729709 10.0.0.242 - - [2026-01-08 01:58:08] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.425755 10.0.0.27 - - [2026-01-08 01:58:08] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.043832 10.0.0.50 - - [2026-01-08 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005113 10.0.0.50 - - [2026-01-08 01:58:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.005805 10.0.0.50 - - [2026-01-08 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.50 - - [2026-01-08 01:58:12] "PUT /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3 HTTP/1.1" 200 276 0.017869 10.0.0.242 - - [2026-01-08 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.242 - - [2026-01-08 01:58:13] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004951 10.0.0.27 - - [2026-01-08 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.27 - - [2026-01-08 01:58:13] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.005604 10.0.0.242 - - [2026-01-08 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.27 - - [2026-01-08 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.242 - - [2026-01-08 01:58:13] "PUT /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3 HTTP/1.1" 200 276 0.015328 10.0.0.27 - - [2026-01-08 01:58:13] "PUT /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3 HTTP/1.1" 200 276 0.015777 10.0.0.50 - - [2026-01-08 01:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.27 - - [2026-01-08 01:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.50 - - [2026-01-08 01:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.001177 10.0.0.27 - - [2026-01-08 01:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000554 10.0.0.50 - - [2026-01-08 01:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000512 10.0.0.50 - - [2026-01-08 01:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.27 - - [2026-01-08 01:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.27 - - [2026-01-08 01:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000597 10.0.0.242 - - [2026-01-08 01:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.242 - - [2026-01-08 01:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.242 - - [2026-01-08 01:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.242 - - [2026-01-08 01:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.242 - - [2026-01-08 01:58:21] "GET /network-ipam/726f38fc-8c8f-44ca-b756-0f55707671cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.116213 10.0.0.242 - - [2026-01-08 01:58:22] "POST /fqname-to-id HTTP/1.1" 404 224 0.005802 10.0.0.242 - - [2026-01-08 01:58:22] "POST /ref-update HTTP/1.1" 200 156 0.051132 10.0.0.242 - - [2026-01-08 01:58:22] "POST /route-targets HTTP/1.1" 200 327 0.016549 10.0.0.242 - - [2026-01-08 01:58:22] "POST /ref-update HTTP/1.1" 200 156 0.027190 10.0.0.242 - - [2026-01-08 01:58:23] "PUT /access-control-list/98d867e0-2cae-4897-8718-e27196bd5431 HTTP/1.1" 200 272 0.024103 10.0.0.242 - - [2026-01-08 01:59:00] "POST /ref-update HTTP/1.1" 200 156 0.028646 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.50 - - [2026-01-08 02:01:09] "GET /obj-perms HTTP/1.1" 200 5075 0.365606 10.0.0.27 - - [2026-01-08 02:02:10] "GET /obj-perms HTTP/1.1" 200 5075 0.052391 10.0.0.242 - - [2026-01-08 02:02:10] "GET /obj-perms HTTP/1.1" 200 5075 0.057467 10.0.0.50 - - [2026-01-08 02:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.50 - - [2026-01-08 02:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.27 - - [2026-01-08 02:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.27 - - [2026-01-08 02:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.50 - - [2026-01-08 02:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.50 - - [2026-01-08 02:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.27 - - [2026-01-08 02:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.27 - - [2026-01-08 02:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000635 10.0.0.242 - - [2026-01-08 02:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.242 - - [2026-01-08 02:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000524 10.0.0.242 - - [2026-01-08 02:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000561 10.0.0.242 - - [2026-01-08 02:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 [Introspect:8084]10.0.0.27 - - [2026-01-08 02:03:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001215 [Introspect:8084]10.0.0.27 - - [2026-01-08 02:03:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001098 [Introspect:8084]10.0.0.27 - - [2026-01-08 02:03:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001268 [Introspect:8084]10.0.0.27 - - [2026-01-08 02:03:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.000963 10.0.0.242 - - [2026-01-08 02:05:09] "GET / HTTP/1.1" 200 35931 0.002272 10.0.0.242 - - [2026-01-08 02:05:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.242 - - [2026-01-08 02:05:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.044280 10.0.0.27 - - [2026-01-08 02:05:10] "GET /projects?obj_uuids=b360551d-f4ec-4f29-9f1c-e11168fe74e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.049049 10.0.0.27 - - [2026-01-08 02:05:10] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.27 - - [2026-01-08 02:05:10] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.037858 10.0.0.27 - - [2026-01-08 02:05:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.004274 10.0.0.27 - - [2026-01-08 02:05:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.008080 10.0.0.27 - - [2026-01-08 02:05:11] "POST /security-groups HTTP/1.1" 200 589 0.080899 10.0.0.27 - - [2026-01-08 02:05:11] "POST /projects HTTP/1.1" 200 581 0.334216 10.0.0.242 - - [2026-01-08 02:05:11] "POST /fqname-to-id HTTP/1.1" 404 232 0.028959 10.0.0.27 - - [2026-01-08 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.410119 10.0.0.242 - - [2026-01-08 02:05:11] "GET /project/b360551d-f4ec-4f29-9f1c-e11168fe74e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.646326 10.0.0.242 - - [2026-01-08 02:05:11] "POST /access-control-lists HTTP/1.1" 200 592 0.063604 10.0.0.242 - - [2026-01-08 02:05:12] "GET / HTTP/1.1" 200 35931 0.001887 10.0.0.27 - - [2026-01-08 02:05:16] "GET /projects?obj_uuids=b360551d-f4ec-4f29-9f1c-e11168fe74e2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001350 10.0.0.242 - - [2026-01-08 02:05:16] "GET /project/b360551d-f4ec-4f29-9f1c-e11168fe74e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056087 10.0.0.27 - - [2026-01-08 02:05:16] "GET /projects?obj_uuids=b360551d-f4ec-4f29-9f1c-e11168fe74e2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.242 - - [2026-01-08 02:05:16] "GET /project/b360551d-f4ec-4f29-9f1c-e11168fe74e2?fields=virtual_networks HTTP/1.1" 200 1029 0.065793 10.0.0.27 - - [2026-01-08 02:05:16] "GET /projects?obj_uuids=b360551d-f4ec-4f29-9f1c-e11168fe74e2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.242 - - [2026-01-08 02:05:16] "GET /project/b360551d-f4ec-4f29-9f1c-e11168fe74e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.064866 10.0.0.27 - - [2026-01-08 02:05:16] "GET /projects?obj_uuids=b360551d-f4ec-4f29-9f1c-e11168fe74e2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.242 - - [2026-01-08 02:05:16] "GET /project/b360551d-f4ec-4f29-9f1c-e11168fe74e2?fields=security_groups HTTP/1.1" 200 1253 0.060217 10.0.0.27 - - [2026-01-08 02:05:17] "GET /projects?obj_uuids=ccdd3018-0b67-4423-ac35-0e9e57fa45e7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.012355 10.0.0.27 - - [2026-01-08 02:05:17] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.27 - - [2026-01-08 02:05:17] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010248 10.0.0.27 - - [2026-01-08 02:05:17] "POST /id-to-fqname HTTP/1.1" 200 167 0.010539 10.0.0.27 - - [2026-01-08 02:05:17] "POST /fqname-to-id HTTP/1.1" 404 176 0.007769 10.0.0.27 - - [2026-01-08 02:05:17] "POST /security-groups HTTP/1.1" 200 568 0.084864 10.0.0.27 - - [2026-01-08 02:05:17] "POST /projects HTTP/1.1" 200 539 0.363460 10.0.0.27 - - [2026-01-08 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.433562 10.0.0.242 - - [2026-01-08 02:05:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.020267 10.0.0.242 - - [2026-01-08 02:05:18] "GET /project/ccdd3018-0b67-4423-ac35-0e9e57fa45e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.635884 [Introspect:8084]10.0.0.242 - - [2026-01-08 02:05:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001345 10.0.0.27 - - [2026-01-08 02:05:19] "GET /projects?obj_uuids=ccdd3018-0b67-4423-ac35-0e9e57fa45e7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001309 10.0.0.242 - - [2026-01-08 02:05:19] "GET /project/ccdd3018-0b67-4423-ac35-0e9e57fa45e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.049701 10.0.0.27 - - [2026-01-08 02:05:20] "GET /obj-perms HTTP/1.1" 200 5075 0.052681 [Introspect:8084]10.0.0.242 - - [2026-01-08 02:05:22] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000683 10.0.0.242 - - [2026-01-08 02:05:22] "GET /obj-perms HTTP/1.1" 200 5075 0.048851 10.0.0.242 - - [2026-01-08 02:05:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004106 10.0.0.242 - - [2026-01-08 02:05:23] "GET /obj-perms HTTP/1.1" 200 5075 0.005050 10.0.0.242 - - [2026-01-08 02:05:23] "GET /obj-perms HTTP/1.1" 200 5075 0.004534 10.0.0.242 - - [2026-01-08 02:05:23] "GET /obj-perms HTTP/1.1" 200 5075 0.004356 10.0.0.242 - - [2026-01-08 02:05:23] "GET /obj-perms HTTP/1.1" 200 5075 0.004186 10.0.0.242 - - [2026-01-08 02:05:23] "GET /obj-perms HTTP/1.1" 200 5075 0.004576 10.0.0.242 - - [2026-01-08 02:05:23] "GET /obj-perms HTTP/1.1" 200 5075 0.004145 10.0.0.242 - - [2026-01-08 02:05:23] "GET /obj-perms HTTP/1.1" 200 5075 0.003875 10.0.0.242 - - [2026-01-08 02:05:23] "GET /obj-perms HTTP/1.1" 200 5075 0.005746 10.0.0.242 - - [2026-01-08 02:05:23] "GET /obj-perms HTTP/1.1" 200 5075 0.004865 10.0.0.50 - - [2026-01-08 02:05:24] "GET /obj-perms HTTP/1.1" 200 5075 0.053268 10.0.0.242 - - [2026-01-08 02:05:24] "GET /obj-perms HTTP/1.1" 200 5075 0.004411 10.0.0.27 - - [2026-01-08 02:05:24] "GET /obj-perms HTTP/1.1" 200 5075 0.004212 10.0.0.27 - - [2026-01-08 02:05:24] "GET /obj-perms HTTP/1.1" 200 5075 0.004684 10.0.0.242 - - [2026-01-08 02:05:25] "GET /obj-perms HTTP/1.1" 200 5075 0.005352 10.0.0.242 - - [2026-01-08 02:05:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004625 10.0.0.242 - - [2026-01-08 02:05:25] "GET /obj-perms HTTP/1.1" 200 5075 0.005085 10.0.0.242 - - [2026-01-08 02:05:25] "GET /obj-perms HTTP/1.1" 200 5075 0.005187 10.0.0.242 - - [2026-01-08 02:05:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004511 10.0.0.242 - - [2026-01-08 02:05:26] "GET /obj-perms HTTP/1.1" 200 5075 0.004444 10.0.0.242 - - [2026-01-08 02:05:26] "GET /obj-perms HTTP/1.1" 200 5075 0.004438 10.0.0.242 - - [2026-01-08 02:05:26] "GET /obj-perms HTTP/1.1" 200 5075 0.005226 10.0.0.242 - - [2026-01-08 02:05:26] "GET /obj-perms HTTP/1.1" 200 5075 0.004231 10.0.0.242 - - [2026-01-08 02:05:26] "GET /obj-perms HTTP/1.1" 200 5075 0.004466 10.0.0.242 - - [2026-01-08 02:05:26] "GET /obj-perms HTTP/1.1" 200 5075 0.005556 10.0.0.242 - - [2026-01-08 02:05:29] "GET /obj-perms HTTP/1.1" 200 5075 0.005479 10.0.0.242 - - [2026-01-08 02:05:29] "GET /obj-perms HTTP/1.1" 200 5075 0.005054 10.0.0.242 - - [2026-01-08 02:05:29] "GET /obj-perms HTTP/1.1" 200 5075 0.004954 10.0.0.242 - - [2026-01-08 02:05:29] "GET /obj-perms HTTP/1.1" 200 5075 0.004794 10.0.0.242 - - [2026-01-08 02:05:30] "GET /obj-perms HTTP/1.1" 200 5075 0.004497 10.0.0.242 - - [2026-01-08 02:05:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.026432 10.0.0.27 - - [2026-01-08 02:05:31] "GET /projects?obj_uuids=0b99b691-7c36-4021-89ce-f262d3d06ec6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003799 10.0.0.27 - - [2026-01-08 02:05:31] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.27 - - [2026-01-08 02:05:31] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008028 10.0.0.27 - - [2026-01-08 02:05:31] "POST /id-to-fqname HTTP/1.1" 200 201 0.002481 10.0.0.27 - - [2026-01-08 02:05:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.009335 10.0.0.27 - - [2026-01-08 02:05:32] "POST /security-groups HTTP/1.1" 200 602 0.106617 10.0.0.27 - - [2026-01-08 02:05:32] "POST /projects HTTP/1.1" 200 607 0.339294 10.0.0.242 - - [2026-01-08 02:05:32] "POST /access-control-lists HTTP/1.1" 200 607 0.032470 10.0.0.27 - - [2026-01-08 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.413841 10.0.0.242 - - [2026-01-08 02:05:32] "GET /project/0b99b691-7c36-4021-89ce-f262d3d06ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.565983 10.0.0.242 - - [2026-01-08 02:05:33] "GET / HTTP/1.1" 200 35931 0.001499 10.0.0.242 - - [2026-01-08 02:05:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000495 10.0.0.242 - - [2026-01-08 02:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.053583 10.0.0.27 - - [2026-01-08 02:05:34] "GET /projects?obj_uuids=0b99b691-7c36-4021-89ce-f262d3d06ec6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000995 10.0.0.242 - - [2026-01-08 02:05:34] "GET /project/0b99b691-7c36-4021-89ce-f262d3d06ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.106019 10.0.0.242 - - [2026-01-08 02:05:35] "POST /route-targets HTTP/1.1" 200 327 0.015788 10.0.0.27 - - [2026-01-08 02:05:35] "POST /useragent-kv HTTP/1.1" 200 115 0.013689 10.0.0.242 - - [2026-01-08 02:05:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.346557 10.0.0.242 - - [2026-01-08 02:05:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001423 10.0.0.242 - - [2026-01-08 02:05:35] "GET /virtual-network/182233d7-ea51-400c-99b5-d9f9e8a20f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006101 10.0.0.242 - - [2026-01-08 02:05:35] "GET /virtual-network/182233d7-ea51-400c-99b5-d9f9e8a20f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005917 10.0.0.242 - - [2026-01-08 02:05:35] "POST /neutron/network HTTP/1.1" 200 839 0.008047 10.0.0.242 - - [2026-01-08 02:05:36] "GET /virtual-network/182233d7-ea51-400c-99b5-d9f9e8a20f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006454 10.0.0.27 - - [2026-01-08 02:05:37] "GET /obj-perms HTTP/1.1" 200 5071 0.045861 10.0.0.242 - - [2026-01-08 02:05:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001313 10.0.0.27 - - [2026-01-08 02:05:39] "GET /projects?obj_uuids=0b99b691-7c36-4021-89ce-f262d3d06ec6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001275 10.0.0.242 - - [2026-01-08 02:05:40] "GET /project/0b99b691-7c36-4021-89ce-f262d3d06ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.129140 10.0.0.242 - - [2026-01-08 02:05:40] "POST /neutron/network HTTP/1.1" 200 839 0.033592 10.0.0.242 - - [2026-01-08 02:05:40] "POST /neutron/port HTTP/1.1" 200 117 0.006936 10.0.0.242 - - [2026-01-08 02:05:42] "POST /neutron/port HTTP/1.1" 200 1071 0.048755 10.0.0.242 - - [2026-01-08 02:05:42] "POST /neutron/port HTTP/1.1" 200 1135 0.021219 10.0.0.242 - - [2026-01-08 02:05:43] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.242 - - [2026-01-08 02:05:46] "POST /neutron/security_group HTTP/1.1" 200 2069 0.010077 10.0.0.242 - - [2026-01-08 02:05:51] "GET /obj-perms HTTP/1.1" 200 5071 0.083827 10.0.0.242 - - [2026-01-08 02:05:54] "GET /obj-perms HTTP/1.1" 200 5071 0.010000 10.0.0.242 - - [2026-01-08 02:05:56] "POST /neutron/network HTTP/1.1" 200 839 0.007196 10.0.0.242 - - [2026-01-08 02:05:57] "POST /neutron/port HTTP/1.1" 200 1135 0.020672 10.0.0.242 - - [2026-01-08 02:05:57] "POST /neutron/port HTTP/1.1" 200 151 0.240044 10.0.0.242 - - [2026-01-08 02:05:58] "DELETE /route-target/780f209f-9fa2-4167-9eb1-8bdb5c224bb7 HTTP/1.1" 200 115 0.028957 10.0.0.27 - - [2026-01-08 02:05:59] "GET /projects?obj_uuids=0b99b691-7c36-4021-89ce-f262d3d06ec6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001078 10.0.0.242 - - [2026-01-08 02:05:59] "GET /project/0b99b691-7c36-4021-89ce-f262d3d06ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.046221 10.0.0.27 - - [2026-01-08 02:05:59] "GET /projects?obj_uuids=0b99b691-7c36-4021-89ce-f262d3d06ec6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001030 10.0.0.242 - - [2026-01-08 02:05:59] "GET /project/0b99b691-7c36-4021-89ce-f262d3d06ec6?fields=virtual_networks HTTP/1.1" 200 1052 0.057870 10.0.0.27 - - [2026-01-08 02:05:59] "GET /projects?obj_uuids=0b99b691-7c36-4021-89ce-f262d3d06ec6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001556 10.0.0.242 - - [2026-01-08 02:05:59] "GET /project/0b99b691-7c36-4021-89ce-f262d3d06ec6?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.082119 10.0.0.27 - - [2026-01-08 02:05:59] "GET /projects?obj_uuids=0b99b691-7c36-4021-89ce-f262d3d06ec6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001425 10.0.0.242 - - [2026-01-08 02:06:00] "GET /project/0b99b691-7c36-4021-89ce-f262d3d06ec6?fields=security_groups HTTP/1.1" 200 1289 0.062466 10.0.0.27 - - [2026-01-08 02:06:00] "GET /projects?obj_uuids=ccdd3018-0b67-4423-ac35-0e9e57fa45e7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001130 10.0.0.242 - - [2026-01-08 02:06:00] "GET /project/ccdd3018-0b67-4423-ac35-0e9e57fa45e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.056833 10.0.0.27 - - [2026-01-08 02:06:02] "DELETE /project/ccdd30180b674423ac350e9e57fa45e7 HTTP/1.1" 404 173 0.009956 10.0.0.27 - - [2026-01-08 02:06:02] "DELETE /project/0b99b6917c36402189cef262d3d06ec6 HTTP/1.1" 404 173 0.007203 10.0.0.27 - - [2026-01-08 02:06:02] "DELETE /project/b360551df4ec4f299f1ce11168fe74e2 HTTP/1.1" 404 173 0.010709 10.0.0.27 - - [2026-01-08 02:06:02] "GET /projects?obj_uuids=b360551d-f4ec-4f29-9f1c-e11168fe74e2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000912 10.0.0.27 - - [2026-01-08 02:06:02] "GET /projects?obj_uuids=0b99b691-7c36-4021-89ce-f262d3d06ec6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000817 10.0.0.27 - - [2026-01-08 02:06:02] "GET /project/b360551d-f4ec-4f29-9f1c-e11168fe74e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.112611 10.0.0.27 - - [2026-01-08 02:06:02] "GET /project/0b99b691-7c36-4021-89ce-f262d3d06ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.125511 10.0.0.27 - - [2026-01-08 02:06:02] "GET /projects?obj_uuids=b360551d-f4ec-4f29-9f1c-e11168fe74e2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.27 - - [2026-01-08 02:06:02] "GET /projects?obj_uuids=0b99b691-7c36-4021-89ce-f262d3d06ec6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000906 10.0.0.27 - - [2026-01-08 02:06:02] "GET /project/b360551d-f4ec-4f29-9f1c-e11168fe74e2?fields=security_groups HTTP/1.1" 200 1358 0.053386 10.0.0.27 - - [2026-01-08 02:06:02] "GET /project/0b99b691-7c36-4021-89ce-f262d3d06ec6?fields=security_groups HTTP/1.1" 200 1394 0.053452 10.0.0.27 - - [2026-01-08 02:06:03] "DELETE /security-group/534b5bd2-4b2c-44b0-b0c6-2cff91662728 HTTP/1.1" 200 115 0.086563 10.0.0.27 - - [2026-01-08 02:06:03] "GET /projects?obj_uuids=0b99b691-7c36-4021-89ce-f262d3d06ec6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000993 10.0.0.27 - - [2026-01-08 02:06:03] "DELETE /security-group/95b3adca-b6d1-4de1-94aa-31f9a7f771da HTTP/1.1" 200 115 0.102863 10.0.0.27 - - [2026-01-08 02:06:03] "GET /projects?obj_uuids=b360551d-f4ec-4f29-9f1c-e11168fe74e2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.27 - - [2026-01-08 02:06:03] "GET /project/0b99b691-7c36-4021-89ce-f262d3d06ec6?fields=application_policy_sets HTTP/1.1" 200 1433 0.085891 10.0.0.27 - - [2026-01-08 02:06:03] "GET /project/b360551d-f4ec-4f29-9f1c-e11168fe74e2?fields=application_policy_sets HTTP/1.1" 200 1397 0.135033 10.0.0.242 - - [2026-01-08 02:06:03] "DELETE /access-control-list/36fe410a-fb67-447a-ae5c-43a44743b9b0 HTTP/1.1" 200 115 0.072260 10.0.0.27 - - [2026-01-08 02:06:03] "DELETE /project/0b99b691-7c36-4021-89ce-f262d3d06ec6 HTTP/1.1" 200 115 0.771415 10.0.0.27 - - [2026-01-08 02:06:03] "DELETE /project/b360551d-f4ec-4f29-9f1c-e11168fe74e2 HTTP/1.1" 200 115 0.838906 10.0.0.27 - - [2026-01-08 02:06:07] "GET /projects?obj_uuids=ccdd3018-0b67-4423-ac35-0e9e57fa45e7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001028 10.0.0.242 - - [2026-01-08 02:06:07] "GET /project/ccdd3018-0b67-4423-ac35-0e9e57fa45e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.063744 10.0.0.242 - - [2026-01-08 02:06:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.026597 10.0.0.27 - - [2026-01-08 02:06:10] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004831 10.0.0.27 - - [2026-01-08 02:06:10] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.27 - - [2026-01-08 02:06:10] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009571 10.0.0.27 - - [2026-01-08 02:06:10] "POST /id-to-fqname HTTP/1.1" 200 202 0.006440 10.0.0.27 - - [2026-01-08 02:06:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.005468 10.0.0.27 - - [2026-01-08 02:06:10] "POST /security-groups HTTP/1.1" 200 603 0.047033 10.0.0.27 - - [2026-01-08 02:06:10] "POST /projects HTTP/1.1" 200 609 0.346979 10.0.0.27 - - [2026-01-08 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.382977 10.0.0.242 - - [2026-01-08 02:06:10] "POST /access-control-lists HTTP/1.1" 200 608 0.047718 10.0.0.242 - - [2026-01-08 02:06:10] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.549739 10.0.0.242 - - [2026-01-08 02:06:11] "GET / HTTP/1.1" 200 35931 0.001651 10.0.0.242 - - [2026-01-08 02:06:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000501 10.0.0.242 - - [2026-01-08 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.027612 10.0.0.27 - - [2026-01-08 02:06:12] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.242 - - [2026-01-08 02:06:12] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052323 10.0.0.242 - - [2026-01-08 02:06:12] "POST /neutron/network HTTP/1.1" 200 117 0.037718 10.0.0.242 - - [2026-01-08 02:06:13] "POST /neutron/network HTTP/1.1" 200 922 0.015253 10.0.0.242 - - [2026-01-08 02:06:13] "POST /id-to-fqname HTTP/1.1" 200 275 0.001143 10.0.0.242 - - [2026-01-08 02:06:13] "GET /virtual-network/4a753446-8f59-4d0a-a4bf-8d45fb3d5b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005811 10.0.0.242 - - [2026-01-08 02:06:13] "GET /virtual-network/4a753446-8f59-4d0a-a4bf-8d45fb3d5b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005593 10.0.0.242 - - [2026-01-08 02:06:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.009319 10.0.0.242 - - [2026-01-08 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.27 - - [2026-01-08 02:06:13] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.242 - - [2026-01-08 02:06:13] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058693 10.0.0.242 - - [2026-01-08 02:06:13] "POST /route-targets HTTP/1.1" 200 327 0.016571 10.0.0.242 - - [2026-01-08 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.035430 10.0.0.27 - - [2026-01-08 02:06:14] "POST /useragent-kv HTTP/1.1" 200 115 0.012811 10.0.0.242 - - [2026-01-08 02:06:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.294178 10.0.0.242 - - [2026-01-08 02:06:14] "POST /id-to-fqname HTTP/1.1" 200 275 0.001405 10.0.0.242 - - [2026-01-08 02:06:14] "GET /virtual-network/a633cc12-02de-47ba-8408-d80df8b7116b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2186 0.006222 10.0.0.242 - - [2026-01-08 02:06:14] "GET /virtual-network/a633cc12-02de-47ba-8408-d80df8b7116b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2186 0.005968 10.0.0.242 - - [2026-01-08 02:06:14] "POST /neutron/network HTTP/1.1" 200 920 0.009620 10.0.0.50 - - [2026-01-08 02:06:14] "GET /obj-perms HTTP/1.1" 200 5075 0.079170 10.0.0.242 - - [2026-01-08 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.27 - - [2026-01-08 02:06:14] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000929 10.0.0.242 - - [2026-01-08 02:06:14] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044972 10.0.0.27 - - [2026-01-08 02:06:14] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001307 10.0.0.242 - - [2026-01-08 02:06:14] "POST /neutron/network HTTP/1.1" 200 705 0.197913 10.0.0.242 - - [2026-01-08 02:06:14] "POST /id-to-fqname HTTP/1.1" 200 276 0.004040 10.0.0.242 - - [2026-01-08 02:06:14] "GET /virtual-network/1941879e-4339-4ef6-860a-8725ffed850c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2197 0.006895 10.0.0.242 - - [2026-01-08 02:06:14] "POST /neutron/network HTTP/1.1" 200 925 0.007044 10.0.0.242 - - [2026-01-08 02:06:14] "GET /virtual-network/1941879e-4339-4ef6-860a-8725ffed850c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2197 0.005522 10.0.0.242 - - [2026-01-08 02:06:15] "POST /id-to-fqname HTTP/1.1" 200 275 0.001468 10.0.0.242 - - [2026-01-08 02:06:15] "POST /neutron/network HTTP/1.1" 200 930 0.008116 10.0.0.27 - - [2026-01-08 02:06:16] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002295 10.0.0.242 - - [2026-01-08 02:06:16] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079657 10.0.0.242 - - [2026-01-08 02:06:16] "POST /neutron/port HTTP/1.1" 200 117 0.010526 10.0.0.242 - - [2026-01-08 02:06:16] "POST /id-to-fqname HTTP/1.1" 200 276 0.001484 10.0.0.242 - - [2026-01-08 02:06:17] "POST /neutron/network HTTP/1.1" 200 930 0.014815 10.0.0.242 - - [2026-01-08 02:06:17] "POST /neutron/port HTTP/1.1" 200 1070 0.025014 10.0.0.27 - - [2026-01-08 02:06:17] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001135 10.0.0.242 - - [2026-01-08 02:06:17] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.078254 10.0.0.242 - - [2026-01-08 02:06:18] "POST /neutron/port HTTP/1.1" 200 1134 0.026266 10.0.0.242 - - [2026-01-08 02:06:18] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.242 - - [2026-01-08 02:06:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008725 10.0.0.27 - - [2026-01-08 02:06:18] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.242 - - [2026-01-08 02:06:19] "POST /neutron/port HTTP/1.1" 200 1073 0.459299 10.0.0.242 - - [2026-01-08 02:06:19] "POST /neutron/port HTTP/1.1" 200 1073 0.042553 10.0.0.242 - - [2026-01-08 02:06:20] "POST /neutron/port HTTP/1.1" 200 1137 0.024006 10.0.0.242 - - [2026-01-08 02:06:20] "POST /neutron/port HTTP/1.1" 200 1124 0.018099 10.0.0.242 - - [2026-01-08 02:06:20] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.27 - - [2026-01-08 02:06:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004467 10.0.0.242 - - [2026-01-08 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008516 10.0.0.27 - - [2026-01-08 02:06:21] "POST /useragent-kv HTTP/1.1" 200 115 0.010055 10.0.0.242 - - [2026-01-08 02:06:21] "POST /neutron/network HTTP/1.1" 200 151 0.156849 10.0.0.242 - - [2026-01-08 02:06:23] "POST /neutron/port HTTP/1.1" 200 1137 0.028452 10.0.0.242 - - [2026-01-08 02:06:24] "POST /neutron/network HTTP/1.1" 200 925 0.015483 10.0.0.242 - - [2026-01-08 02:06:24] "DELETE /route-target/cbec5ee2-7295-4435-9735-5891ff833233 HTTP/1.1" 200 115 0.045990 10.0.0.242 - - [2026-01-08 02:06:24] "POST /neutron/network HTTP/1.1" 200 922 0.019789 10.0.0.242 - - [2026-01-08 02:06:24] "POST /neutron/network HTTP/1.1" 200 117 0.021744 10.0.0.27 - - [2026-01-08 02:06:24] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.242 - - [2026-01-08 02:06:24] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059763 10.0.0.27 - - [2026-01-08 02:06:24] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001281 10.0.0.242 - - [2026-01-08 02:06:24] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?fields=virtual_networks HTTP/1.1" 200 1056 0.052814 10.0.0.27 - - [2026-01-08 02:06:24] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.242 - - [2026-01-08 02:06:24] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.051555 10.0.0.27 - - [2026-01-08 02:06:24] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001012 10.0.0.242 - - [2026-01-08 02:06:24] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?fields=security_groups HTTP/1.1" 200 1294 0.057722 10.0.0.242 - - [2026-01-08 02:06:25] "POST /fqname-to-id HTTP/1.1" 404 190 0.026162 10.0.0.27 - - [2026-01-08 02:06:25] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003306 10.0.0.27 - - [2026-01-08 02:06:25] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.27 - - [2026-01-08 02:06:25] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008317 10.0.0.27 - - [2026-01-08 02:06:25] "POST /id-to-fqname HTTP/1.1" 200 192 0.001390 10.0.0.27 - - [2026-01-08 02:06:25] "POST /fqname-to-id HTTP/1.1" 404 201 0.003092 10.0.0.27 - - [2026-01-08 02:06:26] "POST /security-groups HTTP/1.1" 200 593 0.036740 10.0.0.242 - - [2026-01-08 02:06:26] "POST /fqname-to-id HTTP/1.1" 404 236 0.005384 10.0.0.27 - - [2026-01-08 02:06:26] "POST /projects HTTP/1.1" 200 589 0.264678 10.0.0.27 - - [2026-01-08 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.349639 10.0.0.242 - - [2026-01-08 02:06:26] "POST /access-control-lists HTTP/1.1" 200 596 0.035335 10.0.0.242 - - [2026-01-08 02:06:26] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.532196 10.0.0.242 - - [2026-01-08 02:06:27] "GET / HTTP/1.1" 200 35931 0.002074 10.0.0.242 - - [2026-01-08 02:06:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000658 10.0.0.242 - - [2026-01-08 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.060007 10.0.0.27 - - [2026-01-08 02:06:28] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000968 10.0.0.242 - - [2026-01-08 02:06:28] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043049 10.0.0.27 - - [2026-01-08 02:06:28] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001326 10.0.0.242 - - [2026-01-08 02:06:28] "POST /neutron/network HTTP/1.1" 200 673 0.176925 10.0.0.242 - - [2026-01-08 02:06:28] "POST /id-to-fqname HTTP/1.1" 200 255 0.004147 10.0.0.242 - - [2026-01-08 02:06:28] "GET /virtual-network/0c0f5bf3-d30e-43be-9a6d-e1a97f566ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.008231 10.0.0.242 - - [2026-01-08 02:06:29] "POST /neutron/network HTTP/1.1" 200 892 0.008141 10.0.0.242 - - [2026-01-08 02:06:29] "GET /virtual-network/0c0f5bf3-d30e-43be-9a6d-e1a97f566ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.013920 10.0.0.242 - - [2026-01-08 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.27 - - [2026-01-08 02:06:29] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001057 10.0.0.242 - - [2026-01-08 02:06:29] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057408 10.0.0.242 - - [2026-01-08 02:06:29] "POST /neutron/network HTTP/1.1" 200 117 0.024415 10.0.0.242 - - [2026-01-08 02:06:29] "POST /route-targets HTTP/1.1" 200 327 0.037124 10.0.0.242 - - [2026-01-08 02:06:29] "POST /neutron/network HTTP/1.1" 200 892 0.010442 10.0.0.242 - - [2026-01-08 02:06:29] "POST /id-to-fqname HTTP/1.1" 200 255 0.001329 10.0.0.242 - - [2026-01-08 02:06:29] "GET /virtual-network/351d57f2-8a2f-4232-9970-8c0508307c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.009566 10.0.0.242 - - [2026-01-08 02:06:29] "GET /virtual-network/351d57f2-8a2f-4232-9970-8c0508307c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.007328 10.0.0.242 - - [2026-01-08 02:06:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.011374 10.0.0.242 - - [2026-01-08 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2026-01-08 02:06:29] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001106 10.0.0.242 - - [2026-01-08 02:06:29] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.071284 10.0.0.242 - - [2026-01-08 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.046451 10.0.0.27 - - [2026-01-08 02:06:30] "POST /useragent-kv HTTP/1.1" 200 115 0.005006 10.0.0.242 - - [2026-01-08 02:06:30] "POST /neutron/subnet HTTP/1.1" 200 719 0.282797 10.0.0.242 - - [2026-01-08 02:06:30] "POST /id-to-fqname HTTP/1.1" 200 256 0.001355 10.0.0.242 - - [2026-01-08 02:06:30] "GET /virtual-network/c9c64b6d-15f2-495a-901b-1e77ba1daf0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006218 10.0.0.242 - - [2026-01-08 02:06:30] "GET /virtual-network/c9c64b6d-15f2-495a-901b-1e77ba1daf0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006254 10.0.0.242 - - [2026-01-08 02:06:30] "POST /neutron/network HTTP/1.1" 200 893 0.011479 10.0.0.242 - - [2026-01-08 02:06:30] "POST /id-to-fqname HTTP/1.1" 200 255 0.002015 10.0.0.27 - - [2026-01-08 02:06:31] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001367 10.0.0.242 - - [2026-01-08 02:06:31] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.098531 10.0.0.242 - - [2026-01-08 02:06:31] "POST /neutron/network HTTP/1.1" 200 892 0.007466 10.0.0.242 - - [2026-01-08 02:06:32] "POST /id-to-fqname HTTP/1.1" 200 256 0.001396 10.0.0.242 - - [2026-01-08 02:06:32] "POST /neutron/port HTTP/1.1" 200 117 0.007103 10.0.0.27 - - [2026-01-08 02:06:32] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001679 10.0.0.242 - - [2026-01-08 02:06:32] "POST /neutron/port HTTP/1.1" 200 1062 0.447043 10.0.0.27 - - [2026-01-08 02:06:33] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002920 10.0.0.242 - - [2026-01-08 02:06:33] "POST /neutron/port HTTP/1.1" 200 1116 0.137692 10.0.0.242 - - [2026-01-08 02:06:33] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.134377 10.0.0.242 - - [2026-01-08 02:06:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004447 10.0.0.242 - - [2026-01-08 02:06:33] "POST /neutron/network HTTP/1.1" 200 892 0.010495 10.0.0.242 - - [2026-01-08 02:06:33] "POST /neutron/port HTTP/1.1" 200 117 0.006737 10.0.0.242 - - [2026-01-08 02:06:34] "POST /neutron/port HTTP/1.1" 200 1061 0.021058 10.0.0.242 - - [2026-01-08 02:06:34] "POST /neutron/port HTTP/1.1" 200 1125 0.019572 10.0.0.242 - - [2026-01-08 02:06:34] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.242 - - [2026-01-08 02:06:34] "POST /neutron/network HTTP/1.1" 400 204 0.018374 10.0.0.242 - - [2026-01-08 02:06:35] "POST /neutron/port HTTP/1.1" 200 151 0.241872 10.0.0.242 - - [2026-01-08 02:06:36] "POST /neutron/port HTTP/1.1" 200 151 0.194682 10.0.0.27 - - [2026-01-08 02:06:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003184 10.0.0.27 - - [2026-01-08 02:06:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002918 10.0.0.242 - - [2026-01-08 02:06:37] "POST /neutron/network HTTP/1.1" 200 151 0.141303 10.0.0.242 - - [2026-01-08 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.242 - - [2026-01-08 02:06:37] "POST /neutron/network HTTP/1.1" 200 892 0.005779 10.0.0.27 - - [2026-01-08 02:06:37] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000970 10.0.0.242 - - [2026-01-08 02:06:37] "DELETE /route-target/5c68f4a9-2731-45d3-be28-1e5a8e161793 HTTP/1.1" 200 115 0.035621 10.0.0.242 - - [2026-01-08 02:06:37] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.077906 10.0.0.27 - - [2026-01-08 02:06:37] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001284 10.0.0.242 - - [2026-01-08 02:06:37] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?fields=virtual_networks HTTP/1.1" 200 1036 0.051148 10.0.0.27 - - [2026-01-08 02:06:37] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.242 - - [2026-01-08 02:06:37] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.057582 10.0.0.27 - - [2026-01-08 02:06:37] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.242 - - [2026-01-08 02:06:37] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?fields=security_groups HTTP/1.1" 200 1264 0.052019 10.0.0.242 - - [2026-01-08 02:06:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.025838 10.0.0.27 - - [2026-01-08 02:06:38] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004385 10.0.0.27 - - [2026-01-08 02:06:38] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001493 10.0.0.27 - - [2026-01-08 02:06:38] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.012352 10.0.0.27 - - [2026-01-08 02:06:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.003879 10.0.0.27 - - [2026-01-08 02:06:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.005568 10.0.0.27 - - [2026-01-08 02:06:39] "POST /security-groups HTTP/1.1" 200 599 0.073946 10.0.0.27 - - [2026-01-08 02:06:39] "POST /projects HTTP/1.1" 200 601 0.305061 10.0.0.242 - - [2026-01-08 02:06:39] "POST /fqname-to-id HTTP/1.1" 404 241 0.012965 10.0.0.27 - - [2026-01-08 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.376535 10.0.0.242 - - [2026-01-08 02:06:39] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.526033 10.0.0.242 - - [2026-01-08 02:06:40] "GET / HTTP/1.1" 200 35931 0.001928 10.0.0.242 - - [2026-01-08 02:06:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000513 10.0.0.242 - - [2026-01-08 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.057583 10.0.0.27 - - [2026-01-08 02:06:41] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.242 - - [2026-01-08 02:06:41] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064266 10.0.0.27 - - [2026-01-08 02:06:41] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002119 10.0.0.242 - - [2026-01-08 02:06:41] "POST /neutron/network HTTP/1.1" 200 691 0.166971 10.0.0.242 - - [2026-01-08 02:06:41] "POST /ref-update HTTP/1.1" 200 156 0.029325 10.0.0.242 - - [2026-01-08 02:06:41] "POST /id-to-fqname HTTP/1.1" 200 267 0.004106 10.0.0.242 - - [2026-01-08 02:06:41] "GET /virtual-network/d04bfaa8-9db0-4761-b8f8-bb1877d037fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005700 10.0.0.242 - - [2026-01-08 02:06:41] "POST /neutron/network HTTP/1.1" 200 910 0.007144 10.0.0.242 - - [2026-01-08 02:06:41] "GET /virtual-network/d04bfaa8-9db0-4761-b8f8-bb1877d037fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005511 10.0.0.242 - - [2026-01-08 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.27 - - [2026-01-08 02:06:41] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.242 - - [2026-01-08 02:06:41] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064191 10.0.0.242 - - [2026-01-08 02:06:41] "POST /neutron/network HTTP/1.1" 200 117 0.017749 10.0.0.242 - - [2026-01-08 02:06:42] "POST /neutron/network HTTP/1.1" 200 912 0.012783 10.0.0.242 - - [2026-01-08 02:06:42] "POST /id-to-fqname HTTP/1.1" 200 267 0.001221 10.0.0.242 - - [2026-01-08 02:06:42] "GET /virtual-network/acbf102a-7613-4aa2-973d-350ea9435d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.006163 10.0.0.242 - - [2026-01-08 02:06:42] "GET /virtual-network/acbf102a-7613-4aa2-973d-350ea9435d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.006300 10.0.0.242 - - [2026-01-08 02:06:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.012226 10.0.0.242 - - [2026-01-08 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.27 - - [2026-01-08 02:06:42] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.242 - - [2026-01-08 02:06:42] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074183 10.0.0.242 - - [2026-01-08 02:06:42] "POST /route-targets HTTP/1.1" 200 327 0.021235 10.0.0.27 - - [2026-01-08 02:06:43] "POST /useragent-kv HTTP/1.1" 200 115 0.009345 10.0.0.242 - - [2026-01-08 02:06:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.265587 10.0.0.242 - - [2026-01-08 02:06:43] "POST /id-to-fqname HTTP/1.1" 200 268 0.001534 10.0.0.242 - - [2026-01-08 02:06:43] "GET /virtual-network/c73bfe81-c7d9-440f-9dfe-01d5eb2acda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006355 10.0.0.242 - - [2026-01-08 02:06:43] "GET /virtual-network/c73bfe81-c7d9-440f-9dfe-01d5eb2acda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006507 10.0.0.242 - - [2026-01-08 02:06:43] "POST /neutron/network HTTP/1.1" 200 911 0.007305 10.0.0.242 - - [2026-01-08 02:06:43] "POST /id-to-fqname HTTP/1.1" 200 267 0.001354 10.0.0.27 - - [2026-01-08 02:07:03] "DELETE /project/8263d52f28214159a88f2fb2e6c37740 HTTP/1.1" 404 173 0.007816 10.0.0.27 - - [2026-01-08 02:07:03] "DELETE /project/3b0f8636e8db45e3bd01201e35411478 HTTP/1.1" 404 173 0.011794 10.0.0.27 - - [2026-01-08 02:07:03] "DELETE /project/69ba9cb863114d7f9b4fbda0b470dab2 HTTP/1.1" 404 173 0.007338 10.0.0.27 - - [2026-01-08 02:07:03] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000898 10.0.0.27 - - [2026-01-08 02:07:03] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000818 10.0.0.27 - - [2026-01-08 02:07:03] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.067336 10.0.0.27 - - [2026-01-08 02:07:03] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000957 10.0.0.27 - - [2026-01-08 02:07:03] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.087566 10.0.0.27 - - [2026-01-08 02:07:03] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.27 - - [2026-01-08 02:07:03] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?fields=security_groups HTTP/1.1" 200 1369 0.069458 10.0.0.27 - - [2026-01-08 02:07:03] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?fields=security_groups HTTP/1.1" 200 1399 0.100460 10.0.0.27 - - [2026-01-08 02:07:03] "DELETE /security-group/aef885d0-adee-4e60-9714-ef48e361fb9c HTTP/1.1" 200 115 0.057705 10.0.0.27 - - [2026-01-08 02:07:03] "GET /projects?obj_uuids=3b0f8636-e8db-45e3-bd01-201e35411478&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001302 10.0.0.27 - - [2026-01-08 02:07:03] "GET /project/3b0f8636-e8db-45e3-bd01-201e35411478?fields=application_policy_sets HTTP/1.1" 200 1408 0.060452 10.0.0.27 - - [2026-01-08 02:07:04] "DELETE /security-group/49c0f95e-029f-4ce1-a4a9-c7d04b360124 HTTP/1.1" 200 115 0.114940 10.0.0.27 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=8263d52f-2821-4159-a88f-2fb2e6c37740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.242 - - [2026-01-08 02:07:04] "DELETE /access-control-list/a4e086a1-8baa-47ae-9356-1a6e1a855537 HTTP/1.1" 200 115 0.058919 10.0.0.27 - - [2026-01-08 02:07:04] "GET /project/8263d52f-2821-4159-a88f-2fb2e6c37740?fields=application_policy_sets HTTP/1.1" 200 1438 0.109659 10.0.0.27 - - [2026-01-08 02:07:04] "DELETE /project/3b0f8636-e8db-45e3-bd01-201e35411478 HTTP/1.1" 200 115 0.570585 10.0.0.27 - - [2026-01-08 02:07:04] "DELETE /project/8263d52f-2821-4159-a88f-2fb2e6c37740 HTTP/1.1" 200 115 0.684391 10.0.0.27 - - [2026-01-08 02:07:17] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.242 - - [2026-01-08 02:07:18] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063126 10.0.0.242 - - [2026-01-08 02:07:18] "POST /neutron/network HTTP/1.1" 200 912 0.007550 10.0.0.242 - - [2026-01-08 02:07:18] "POST /id-to-fqname HTTP/1.1" 200 268 0.001508 10.0.0.242 - - [2026-01-08 02:07:18] "POST /neutron/port HTTP/1.1" 200 117 0.009097 10.0.0.27 - - [2026-01-08 02:07:18] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.242 - - [2026-01-08 02:07:19] "POST /neutron/port HTTP/1.1" 200 1070 0.447423 10.0.0.27 - - [2026-01-08 02:07:19] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001311 10.0.0.242 - - [2026-01-08 02:07:19] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.120819 10.0.0.242 - - [2026-01-08 02:07:19] "POST /neutron/port HTTP/1.1" 200 1124 0.174407 10.0.0.242 - - [2026-01-08 02:07:19] "POST /neutron/port HTTP/1.1" 200 1134 0.035105 10.0.0.242 - - [2026-01-08 02:07:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.014272 10.0.0.27 - - [2026-01-08 02:07:19] "GET /projects?obj_uuids=ccdd3018-0b67-4423-ac35-0e9e57fa45e7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001089 10.0.0.242 - - [2026-01-08 02:07:19] "POST /neutron/network HTTP/1.1" 200 912 0.006292 10.0.0.242 - - [2026-01-08 02:07:19] "GET /project/ccdd3018-0b67-4423-ac35-0e9e57fa45e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.067942 10.0.0.242 - - [2026-01-08 02:07:20] "POST /neutron/port HTTP/1.1" 200 1067 0.037774 10.0.0.242 - - [2026-01-08 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006108 10.0.0.242 - - [2026-01-08 02:07:20] "GET /security-group/c57ec632-b5cf-42ee-bed5-b47b67ff81ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.013304 10.0.0.242 - - [2026-01-08 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.27 - - [2026-01-08 02:07:20] "GET /projects?obj_uuids=ccdd3018-0b67-4423-ac35-0e9e57fa45e7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001921 10.0.0.242 - - [2026-01-08 02:07:20] "GET /project/ccdd3018-0b67-4423-ac35-0e9e57fa45e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.078183 10.0.0.242 - - [2026-01-08 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.014148 10.0.0.242 - - [2026-01-08 02:07:21] "GET /security-group/c57ec632-b5cf-42ee-bed5-b47b67ff81ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005274 10.0.0.242 - - [2026-01-08 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.242 - - [2026-01-08 02:07:21] "POST /neutron/port HTTP/1.1" 200 1131 0.044869 10.0.0.242 - - [2026-01-08 02:07:21] "PUT /security-group/c57ec632-b5cf-42ee-bed5-b47b67ff81ca HTTP/1.1" 200 262 0.043319 10.0.0.242 - - [2026-01-08 02:07:21] "PUT /access-control-list/e36b6f59-a277-41f0-84b0-deb79e6c7f8e HTTP/1.1" 200 272 0.029623 10.0.0.242 - - [2026-01-08 02:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.002890 10.0.0.242 - - [2026-01-08 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.005518 10.0.0.242 - - [2026-01-08 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.012445 10.0.0.27 - - [2026-01-08 02:07:22] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.242 - - [2026-01-08 02:07:22] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009905 10.0.0.242 - - [2026-01-08 02:07:22] "POST /service-templates HTTP/1.1" 200 543 0.059128 10.0.0.242 - - [2026-01-08 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006496 10.0.0.242 - - [2026-01-08 02:07:22] "GET /service-template/5174b716-2a24-475e-95c1-d5af6f1707e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.012868 10.0.0.242 - - [2026-01-08 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.242 - - [2026-01-08 02:07:22] "GET /service-template/5174b716-2a24-475e-95c1-d5af6f1707e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.004212 10.0.0.242 - - [2026-01-08 02:07:22] "POST /id-to-fqname HTTP/1.1" 200 267 0.003156 10.0.0.242 - - [2026-01-08 02:07:22] "POST /id-to-fqname HTTP/1.1" 200 267 0.003040 10.0.0.242 - - [2026-01-08 02:07:22] "POST /id-to-fqname HTTP/1.1" 200 268 0.003348 10.0.0.242 - - [2026-01-08 02:07:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015702 10.0.0.242 - - [2026-01-08 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005375 10.0.0.242 - - [2026-01-08 02:07:22] "DELETE /service-template/5174b716-2a24-475e-95c1-d5af6f1707e7 HTTP/1.1" 200 115 0.067624 10.0.0.242 - - [2026-01-08 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.010426 10.0.0.242 - - [2026-01-08 02:07:27] "POST /neutron/network HTTP/1.1" 200 912 0.009529 10.0.0.242 - - [2026-01-08 02:07:29] "POST /neutron/network HTTP/1.1" 400 204 0.034056 10.0.0.242 - - [2026-01-08 02:07:33] "POST /neutron/network HTTP/1.1" 200 912 0.014786 10.0.0.242 - - [2026-01-08 02:07:36] "POST /neutron/network HTTP/1.1" 400 204 0.026474 10.0.0.242 - - [2026-01-08 02:07:40] "POST /neutron/network HTTP/1.1" 200 912 0.015517 10.0.0.242 - - [2026-01-08 02:07:42] "POST /neutron/network HTTP/1.1" 400 204 0.016708 10.0.0.242 - - [2026-01-08 02:07:46] "POST /neutron/network HTTP/1.1" 200 912 0.007558 10.0.0.242 - - [2026-01-08 02:07:48] "POST /neutron/network HTTP/1.1" 400 204 0.013669 10.0.0.242 - - [2026-01-08 02:07:52] "POST /neutron/network HTTP/1.1" 200 912 0.007464 10.0.0.242 - - [2026-01-08 02:07:54] "POST /neutron/network HTTP/1.1" 400 204 0.014643 10.0.0.242 - - [2026-01-08 02:07:58] "POST /neutron/network HTTP/1.1" 200 912 0.007204 10.0.0.242 - - [2026-01-08 02:08:00] "POST /neutron/network HTTP/1.1" 400 204 0.014186 10.0.0.242 - - [2026-01-08 02:08:04] "POST /neutron/network HTTP/1.1" 200 912 0.009578 10.0.0.242 - - [2026-01-08 02:08:06] "POST /neutron/network HTTP/1.1" 400 204 0.013576 10.0.0.242 - - [2026-01-08 02:08:10] "POST /neutron/network HTTP/1.1" 200 912 0.007684 10.0.0.242 - - [2026-01-08 02:08:12] "POST /neutron/network HTTP/1.1" 400 204 0.014324 10.0.0.242 - - [2026-01-08 02:08:16] "GET /obj-perms HTTP/1.1" 200 5075 0.049338 10.0.0.242 - - [2026-01-08 02:08:17] "POST /neutron/network HTTP/1.1" 200 912 0.007683 10.0.0.242 - - [2026-01-08 02:08:17] "POST /neutron/network HTTP/1.1" 400 204 0.014764 10.0.0.242 - - [2026-01-08 02:08:18] "POST /neutron/port HTTP/1.1" 200 151 0.236495 10.0.0.50 - - [2026-01-08 02:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000729 10.0.0.50 - - [2026-01-08 02:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000518 10.0.0.27 - - [2026-01-08 02:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000548 10.0.0.27 - - [2026-01-08 02:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.50 - - [2026-01-08 02:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.001101 10.0.0.50 - - [2026-01-08 02:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.242 - - [2026-01-08 02:08:19] "POST /neutron/network HTTP/1.1" 400 204 0.018272 10.0.0.27 - - [2026-01-08 02:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.27 - - [2026-01-08 02:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.242 - - [2026-01-08 02:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.242 - - [2026-01-08 02:08:20] "POST /neutron/port HTTP/1.1" 200 151 0.225057 10.0.0.242 - - [2026-01-08 02:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.242 - - [2026-01-08 02:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.242 - - [2026-01-08 02:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.242 - - [2026-01-08 02:08:21] "POST /neutron/network HTTP/1.1" 200 910 0.006275 10.0.0.242 - - [2026-01-08 02:08:21] "DELETE /route-target/f8f0d468-21ab-408f-b237-cfc39e53da94 HTTP/1.1" 200 115 0.027490 10.0.0.27 - - [2026-01-08 02:08:21] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.242 - - [2026-01-08 02:08:21] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059541 10.0.0.27 - - [2026-01-08 02:08:21] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.242 - - [2026-01-08 02:08:21] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.055394 10.0.0.27 - - [2026-01-08 02:08:23] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.242 - - [2026-01-08 02:08:23] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047456 10.0.0.27 - - [2026-01-08 02:08:23] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001876 10.0.0.242 - - [2026-01-08 02:08:23] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.068810 10.0.0.27 - - [2026-01-08 02:08:25] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.242 - - [2026-01-08 02:08:25] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044371 10.0.0.27 - - [2026-01-08 02:08:25] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.242 - - [2026-01-08 02:08:25] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.042437 10.0.0.27 - - [2026-01-08 02:08:27] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.242 - - [2026-01-08 02:08:28] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057735 10.0.0.27 - - [2026-01-08 02:08:28] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.242 - - [2026-01-08 02:08:28] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.038597 10.0.0.27 - - [2026-01-08 02:08:30] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001454 10.0.0.242 - - [2026-01-08 02:08:30] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042573 10.0.0.27 - - [2026-01-08 02:08:30] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.242 - - [2026-01-08 02:08:30] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.048390 10.0.0.27 - - [2026-01-08 02:08:32] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.242 - - [2026-01-08 02:08:32] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051680 10.0.0.27 - - [2026-01-08 02:08:32] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.242 - - [2026-01-08 02:08:32] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.052065 10.0.0.27 - - [2026-01-08 02:08:34] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.242 - - [2026-01-08 02:08:34] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047582 10.0.0.27 - - [2026-01-08 02:08:34] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001356 10.0.0.242 - - [2026-01-08 02:08:34] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.040355 10.0.0.27 - - [2026-01-08 02:08:36] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001081 10.0.0.242 - - [2026-01-08 02:08:36] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042578 10.0.0.27 - - [2026-01-08 02:08:36] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126 10.0.0.242 - - [2026-01-08 02:08:36] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.040619 10.0.0.27 - - [2026-01-08 02:08:38] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.242 - - [2026-01-08 02:08:38] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046386 10.0.0.27 - - [2026-01-08 02:08:38] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001523 10.0.0.242 - - [2026-01-08 02:08:38] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.046030 10.0.0.27 - - [2026-01-08 02:08:40] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001813 10.0.0.242 - - [2026-01-08 02:08:40] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046876 10.0.0.27 - - [2026-01-08 02:08:40] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.242 - - [2026-01-08 02:08:40] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.049552 10.0.0.27 - - [2026-01-08 02:08:42] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.242 - - [2026-01-08 02:08:43] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057203 10.0.0.27 - - [2026-01-08 02:08:43] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001363 10.0.0.242 - - [2026-01-08 02:08:43] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.063411 10.0.0.27 - - [2026-01-08 02:08:45] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.242 - - [2026-01-08 02:08:45] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046721 10.0.0.27 - - [2026-01-08 02:08:45] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001405 10.0.0.242 - - [2026-01-08 02:08:45] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.038471 10.0.0.27 - - [2026-01-08 02:08:47] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001206 10.0.0.242 - - [2026-01-08 02:08:47] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035448 10.0.0.27 - - [2026-01-08 02:08:47] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001608 10.0.0.242 - - [2026-01-08 02:08:47] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.041602 10.0.0.27 - - [2026-01-08 02:08:49] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.242 - - [2026-01-08 02:08:49] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042300 10.0.0.27 - - [2026-01-08 02:08:49] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001526 10.0.0.242 - - [2026-01-08 02:08:49] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.055792 10.0.0.27 - - [2026-01-08 02:08:51] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.242 - - [2026-01-08 02:08:51] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038400 10.0.0.27 - - [2026-01-08 02:08:51] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.242 - - [2026-01-08 02:08:51] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.042160 10.0.0.27 - - [2026-01-08 02:08:53] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.242 - - [2026-01-08 02:08:53] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055652 10.0.0.27 - - [2026-01-08 02:08:53] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.242 - - [2026-01-08 02:08:53] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.055584 10.0.0.27 - - [2026-01-08 02:08:55] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.242 - - [2026-01-08 02:08:55] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050508 10.0.0.27 - - [2026-01-08 02:08:55] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.242 - - [2026-01-08 02:08:55] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.050404 10.0.0.27 - - [2026-01-08 02:08:57] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.242 - - [2026-01-08 02:08:58] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053276 10.0.0.27 - - [2026-01-08 02:08:58] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.242 - - [2026-01-08 02:08:58] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.038405 10.0.0.27 - - [2026-01-08 02:09:00] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.242 - - [2026-01-08 02:09:00] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048635 10.0.0.27 - - [2026-01-08 02:09:00] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.242 - - [2026-01-08 02:09:00] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.042344 10.0.0.27 - - [2026-01-08 02:09:02] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.242 - - [2026-01-08 02:09:02] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041331 10.0.0.27 - - [2026-01-08 02:09:02] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.242 - - [2026-01-08 02:09:02] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.048735 10.0.0.27 - - [2026-01-08 02:09:04] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.242 - - [2026-01-08 02:09:04] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056206 10.0.0.27 - - [2026-01-08 02:09:04] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.242 - - [2026-01-08 02:09:04] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.045859 10.0.0.27 - - [2026-01-08 02:09:06] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.242 - - [2026-01-08 02:09:06] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045916 10.0.0.27 - - [2026-01-08 02:09:06] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.242 - - [2026-01-08 02:09:06] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.037973 10.0.0.27 - - [2026-01-08 02:09:08] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.242 - - [2026-01-08 02:09:08] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048818 10.0.0.27 - - [2026-01-08 02:09:08] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002961 10.0.0.242 - - [2026-01-08 02:09:08] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.059457 10.0.0.27 - - [2026-01-08 02:09:10] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002260 10.0.0.242 - - [2026-01-08 02:09:10] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058233 10.0.0.27 - - [2026-01-08 02:09:10] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.242 - - [2026-01-08 02:09:10] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.046719 10.0.0.27 - - [2026-01-08 02:09:12] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.242 - - [2026-01-08 02:09:13] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046574 10.0.0.27 - - [2026-01-08 02:09:13] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.242 - - [2026-01-08 02:09:13] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.052108 10.0.0.27 - - [2026-01-08 02:09:15] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.242 - - [2026-01-08 02:09:15] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038215 10.0.0.27 - - [2026-01-08 02:09:15] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001360 10.0.0.242 - - [2026-01-08 02:09:15] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.049314 10.0.0.27 - - [2026-01-08 02:09:17] "GET /obj-perms HTTP/1.1" 200 5075 0.061343 10.0.0.27 - - [2026-01-08 02:09:17] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.242 - - [2026-01-08 02:09:17] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055755 10.0.0.27 - - [2026-01-08 02:09:17] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.242 - - [2026-01-08 02:09:17] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.050400 10.0.0.27 - - [2026-01-08 02:09:19] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415 10.0.0.242 - - [2026-01-08 02:09:19] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049563 10.0.0.27 - - [2026-01-08 02:09:19] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001401 10.0.0.242 - - [2026-01-08 02:09:19] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.046944 10.0.0.27 - - [2026-01-08 02:09:21] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.242 - - [2026-01-08 02:09:21] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046163 10.0.0.27 - - [2026-01-08 02:09:21] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.242 - - [2026-01-08 02:09:21] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.049049 10.0.0.27 - - [2026-01-08 02:09:23] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.242 - - [2026-01-08 02:09:23] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038543 10.0.0.27 - - [2026-01-08 02:09:23] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001479 10.0.0.242 - - [2026-01-08 02:09:23] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.062140 10.0.0.27 - - [2026-01-08 02:09:25] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.242 - - [2026-01-08 02:09:25] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045716 10.0.0.27 - - [2026-01-08 02:09:25] "GET /projects?obj_uuids=69ba9cb8-6311-4d7f-9b4f-bda0b470dab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001146 10.0.0.242 - - [2026-01-08 02:09:25] "GET /project/69ba9cb8-6311-4d7f-9b4f-bda0b470dab2?fields=virtual_networks HTTP/1.1" 200 1333 0.046180 10.0.0.242 - - [2026-01-08 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.026879 10.0.0.27 - - [2026-01-08 02:09:26] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003988 10.0.0.27 - - [2026-01-08 02:09:26] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.27 - - [2026-01-08 02:09:26] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007733 10.0.0.27 - - [2026-01-08 02:09:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.002241 10.0.0.27 - - [2026-01-08 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.006230 10.0.0.27 - - [2026-01-08 02:09:26] "POST /security-groups HTTP/1.1" 200 592 0.077998 10.0.0.242 - - [2026-01-08 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 235 0.007355 10.0.0.27 - - [2026-01-08 02:09:26] "POST /projects HTTP/1.1" 200 587 0.310059 10.0.0.27 - - [2026-01-08 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.389752 10.0.0.242 - - [2026-01-08 02:09:26] "POST /access-control-lists HTTP/1.1" 200 595 0.045166 10.0.0.242 - - [2026-01-08 02:09:26] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.545335 10.0.0.242 - - [2026-01-08 02:09:27] "GET / HTTP/1.1" 200 35931 0.002114 10.0.0.242 - - [2026-01-08 02:09:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000488 10.0.0.242 - - [2026-01-08 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.057215 10.0.0.27 - - [2026-01-08 02:09:28] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000972 10.0.0.242 - - [2026-01-08 02:09:28] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055906 10.0.0.242 - - [2026-01-08 02:09:28] "POST /neutron/network HTTP/1.1" 200 117 0.039627 10.0.0.242 - - [2026-01-08 02:09:29] "POST /neutron/network HTTP/1.1" 200 886 0.015304 10.0.0.242 - - [2026-01-08 02:09:29] "POST /id-to-fqname HTTP/1.1" 200 253 0.001311 10.0.0.242 - - [2026-01-08 02:09:29] "GET /virtual-network/965ede3d-f913-425c-9184-4b200d49960d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.008034 10.0.0.242 - - [2026-01-08 02:09:29] "GET /virtual-network/965ede3d-f913-425c-9184-4b200d49960d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.011791 10.0.0.242 - - [2026-01-08 02:09:29] "POST /neutron/subnet HTTP/1.1" 200 710 0.012696 10.0.0.242 - - [2026-01-08 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.27 - - [2026-01-08 02:09:29] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002253 10.0.0.242 - - [2026-01-08 02:09:29] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057111 10.0.0.242 - - [2026-01-08 02:09:29] "POST /route-targets HTTP/1.1" 200 327 0.017383 10.0.0.27 - - [2026-01-08 02:09:30] "POST /useragent-kv HTTP/1.1" 200 115 0.011102 10.0.0.242 - - [2026-01-08 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.285592 10.0.0.242 - - [2026-01-08 02:09:30] "POST /id-to-fqname HTTP/1.1" 200 253 0.001427 10.0.0.242 - - [2026-01-08 02:09:30] "GET /virtual-network/49b899f7-67d0-40ce-aa08-5a5818624955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.011446 10.0.0.242 - - [2026-01-08 02:09:30] "GET /virtual-network/49b899f7-67d0-40ce-aa08-5a5818624955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.008551 10.0.0.242 - - [2026-01-08 02:09:30] "POST /neutron/network HTTP/1.1" 200 888 0.012100 10.0.0.242 - - [2026-01-08 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.27 - - [2026-01-08 02:09:30] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.242 - - [2026-01-08 02:09:30] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057815 10.0.0.27 - - [2026-01-08 02:09:30] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001048 10.0.0.242 - - [2026-01-08 02:09:30] "POST /neutron/network HTTP/1.1" 200 672 0.165694 10.0.0.242 - - [2026-01-08 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.047425 10.0.0.242 - - [2026-01-08 02:09:30] "POST /id-to-fqname HTTP/1.1" 200 254 0.003772 10.0.0.242 - - [2026-01-08 02:09:30] "GET /virtual-network/3478e22b-d250-4c51-8d1f-f1c28c55b8c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005820 10.0.0.242 - - [2026-01-08 02:09:30] "POST /neutron/network HTTP/1.1" 200 890 0.012163 10.0.0.242 - - [2026-01-08 02:09:30] "GET /virtual-network/3478e22b-d250-4c51-8d1f-f1c28c55b8c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.007104 10.0.0.242 - - [2026-01-08 02:09:31] "POST /id-to-fqname HTTP/1.1" 200 253 0.001722 10.0.0.242 - - [2026-01-08 02:09:31] "POST /neutron/network HTTP/1.1" 200 898 0.009223 10.0.0.27 - - [2026-01-08 02:09:31] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.242 - - [2026-01-08 02:09:31] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.074843 10.0.0.242 - - [2026-01-08 02:09:32] "POST /neutron/port HTTP/1.1" 200 117 0.007067 10.0.0.242 - - [2026-01-08 02:09:32] "POST /id-to-fqname HTTP/1.1" 200 254 0.001467 10.0.0.242 - - [2026-01-08 02:09:32] "POST /neutron/network HTTP/1.1" 200 898 0.008914 10.0.0.242 - - [2026-01-08 02:09:33] "POST /neutron/port HTTP/1.1" 200 1060 0.017221 10.0.0.27 - - [2026-01-08 02:09:33] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.242 - - [2026-01-08 02:09:33] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.074626 10.0.0.242 - - [2026-01-08 02:09:33] "POST /neutron/port HTTP/1.1" 200 1124 0.024658 10.0.0.242 - - [2026-01-08 02:09:33] "POST /neutron/port HTTP/1.1" 200 1124 0.025793 10.0.0.242 - - [2026-01-08 02:09:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008489 10.0.0.27 - - [2026-01-08 02:09:33] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001293 10.0.0.242 - - [2026-01-08 02:09:34] "POST /neutron/port HTTP/1.1" 200 1060 0.337828 10.0.0.242 - - [2026-01-08 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003963 10.0.0.242 - - [2026-01-08 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.27 - - [2026-01-08 02:09:34] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.242 - - [2026-01-08 02:09:34] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009285 10.0.0.242 - - [2026-01-08 02:09:34] "POST /neutron/port HTTP/1.1" 200 1114 0.122628 10.0.0.242 - - [2026-01-08 02:09:34] "POST /service-templates HTTP/1.1" 200 543 0.053879 10.0.0.242 - - [2026-01-08 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.242 - - [2026-01-08 02:09:34] "GET /service-template/9718906c-45fe-49d0-8612-fbb3ba172013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006582 10.0.0.242 - - [2026-01-08 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.242 - - [2026-01-08 02:09:34] "GET /service-template/9718906c-45fe-49d0-8612-fbb3ba172013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007009 10.0.0.242 - - [2026-01-08 02:09:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.009382 10.0.0.242 - - [2026-01-08 02:09:34] "POST /id-to-fqname HTTP/1.1" 200 253 0.001900 10.0.0.242 - - [2026-01-08 02:09:34] "POST /id-to-fqname HTTP/1.1" 200 253 0.001502 10.0.0.242 - - [2026-01-08 02:09:34] "POST /id-to-fqname HTTP/1.1" 200 254 0.001421 10.0.0.242 - - [2026-01-08 02:09:34] "POST /neutron/port HTTP/1.1" 200 2096 0.022363 10.0.0.242 - - [2026-01-08 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.242 - - [2026-01-08 02:09:34] "DELETE /service-template/9718906c-45fe-49d0-8612-fbb3ba172013 HTTP/1.1" 200 115 0.032652 10.0.0.242 - - [2026-01-08 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.004461 10.0.0.242 - - [2026-01-08 02:09:37] "POST /neutron/network HTTP/1.1" 400 204 0.014818 10.0.0.242 - - [2026-01-08 02:09:37] "POST /neutron/port HTTP/1.1" 200 1124 0.017892 10.0.0.242 - - [2026-01-08 02:09:38] "POST /neutron/port HTTP/1.1" 200 151 0.282868 10.0.0.242 - - [2026-01-08 02:09:39] "POST /neutron/network HTTP/1.1" 200 890 0.008131 10.0.0.242 - - [2026-01-08 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.27 - - [2026-01-08 02:09:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005065 10.0.0.27 - - [2026-01-08 02:09:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005998 10.0.0.242 - - [2026-01-08 02:09:39] "POST /neutron/network HTTP/1.1" 200 151 0.118683 10.0.0.27 - - [2026-01-08 02:09:39] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.242 - - [2026-01-08 02:09:39] "DELETE /route-target/e490c79d-b086-41ce-81e5-923db0892dc1 HTTP/1.1" 200 115 0.025546 10.0.0.242 - - [2026-01-08 02:09:39] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075315 10.0.0.27 - - [2026-01-08 02:09:39] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001052 10.0.0.242 - - [2026-01-08 02:09:39] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?fields=virtual_networks HTTP/1.1" 200 1034 0.089534 10.0.0.27 - - [2026-01-08 02:09:39] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.242 - - [2026-01-08 02:09:39] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.041529 10.0.0.27 - - [2026-01-08 02:09:40] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001011 10.0.0.242 - - [2026-01-08 02:09:40] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?fields=security_groups HTTP/1.1" 200 1261 0.047137 10.0.0.242 - - [2026-01-08 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.023869 10.0.0.27 - - [2026-01-08 02:09:40] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004306 10.0.0.27 - - [2026-01-08 02:09:40] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.27 - - [2026-01-08 02:09:40] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008420 10.0.0.27 - - [2026-01-08 02:09:41] "POST /id-to-fqname HTTP/1.1" 200 195 0.004742 10.0.0.27 - - [2026-01-08 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 204 0.010056 10.0.0.27 - - [2026-01-08 02:09:41] "POST /security-groups HTTP/1.1" 200 596 0.081456 10.0.0.27 - - [2026-01-08 02:09:41] "POST /projects HTTP/1.1" 200 595 0.354469 10.0.0.242 - - [2026-01-08 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 238 0.011362 10.0.0.27 - - [2026-01-08 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.429437 10.0.0.242 - - [2026-01-08 02:09:41] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.599363 10.0.0.242 - - [2026-01-08 02:09:42] "GET / HTTP/1.1" 200 35931 0.001555 10.0.0.242 - - [2026-01-08 02:09:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000538 10.0.0.242 - - [2026-01-08 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.064573 10.0.0.27 - - [2026-01-08 02:09:43] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001033 10.0.0.242 - - [2026-01-08 02:09:43] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.042208 10.0.0.242 - - [2026-01-08 02:09:43] "POST /ref-update HTTP/1.1" 200 156 0.025215 10.0.0.27 - - [2026-01-08 02:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.010767 10.0.0.242 - - [2026-01-08 02:09:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.298859 10.0.0.242 - - [2026-01-08 02:09:44] "POST /id-to-fqname HTTP/1.1" 200 261 0.001691 10.0.0.242 - - [2026-01-08 02:09:44] "GET /virtual-network/4d590692-295f-4993-8c12-454db6d31142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.007919 10.0.0.242 - - [2026-01-08 02:09:44] "POST /neutron/network HTTP/1.1" 200 1074 0.010207 10.0.0.242 - - [2026-01-08 02:09:44] "GET /virtual-network/4d590692-295f-4993-8c12-454db6d31142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006022 10.0.0.242 - - [2026-01-08 02:09:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.009615 10.0.0.242 - - [2026-01-08 02:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.27 - - [2026-01-08 02:09:44] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000967 10.0.0.242 - - [2026-01-08 02:09:44] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.043491 10.0.0.242 - - [2026-01-08 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.046651 10.0.0.27 - - [2026-01-08 02:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003742 10.0.0.242 - - [2026-01-08 02:09:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.240027 10.0.0.242 - - [2026-01-08 02:09:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001420 10.0.0.242 - - [2026-01-08 02:09:45] "GET /virtual-network/3fa37847-5d6c-4a5d-b65d-1d701c6480d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.010627 10.0.0.242 - - [2026-01-08 02:09:45] "POST /neutron/network HTTP/1.1" 200 1074 0.009476 10.0.0.242 - - [2026-01-08 02:09:45] "GET /virtual-network/3fa37847-5d6c-4a5d-b65d-1d701c6480d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004858 10.0.0.242 - - [2026-01-08 02:09:45] "POST /neutron/subnet HTTP/1.1" 200 719 0.009798 10.0.0.242 - - [2026-01-08 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.27 - - [2026-01-08 02:09:45] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000947 10.0.0.242 - - [2026-01-08 02:09:45] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.043673 10.0.0.242 - - [2026-01-08 02:09:45] "POST /route-targets HTTP/1.1" 200 327 0.012162 10.0.0.242 - - [2026-01-08 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.004022 10.0.0.27 - - [2026-01-08 02:09:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007293 10.0.0.242 - - [2026-01-08 02:09:45] "POST /neutron/subnet HTTP/1.1" 200 818 0.227748 10.0.0.242 - - [2026-01-08 02:09:46] "POST /id-to-fqname HTTP/1.1" 200 262 0.001493 10.0.0.242 - - [2026-01-08 02:09:46] "GET /virtual-network/80ac9c95-d3bd-483a-8487-e471137dd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.008529 10.0.0.242 - - [2026-01-08 02:09:46] "POST /neutron/network HTTP/1.1" 200 1076 0.009382 10.0.0.242 - - [2026-01-08 02:09:46] "GET /virtual-network/80ac9c95-d3bd-483a-8487-e471137dd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005482 10.0.0.242 - - [2026-01-08 02:09:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.011067 10.0.0.242 - - [2026-01-08 02:09:46] "POST /id-to-fqname HTTP/1.1" 200 261 0.001455 10.0.0.27 - - [2026-01-08 02:09:47] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001456 10.0.0.242 - - [2026-01-08 02:09:47] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.071807 10.0.0.242 - - [2026-01-08 02:09:47] "POST /neutron/port HTTP/1.1" 200 117 0.006914 10.0.0.242 - - [2026-01-08 02:09:47] "POST /id-to-fqname HTTP/1.1" 200 262 0.002006 10.0.0.242 - - [2026-01-08 02:09:47] "POST /neutron/network HTTP/1.1" 200 1086 0.007575 10.0.0.242 - - [2026-01-08 02:09:48] "POST /neutron/port HTTP/1.1" 200 1171 0.028997 10.0.0.27 - - [2026-01-08 02:09:48] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000926 10.0.0.242 - - [2026-01-08 02:09:48] "POST /neutron/port HTTP/1.1" 200 1235 0.026045 10.0.0.242 - - [2026-01-08 02:09:48] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.139329 10.0.0.242 - - [2026-01-08 02:09:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003536 10.0.0.242 - - [2026-01-08 02:09:48] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.242 - - [2026-01-08 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2063 0.007831 10.0.0.27 - - [2026-01-08 02:09:49] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001442 10.0.0.242 - - [2026-01-08 02:09:49] "POST /neutron/port HTTP/1.1" 200 1171 0.457078 10.0.0.242 - - [2026-01-08 02:09:49] "POST /neutron/port HTTP/1.1" 200 1225 0.115799 10.0.0.242 - - [2026-01-08 02:09:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004225 10.0.0.242 - - [2026-01-08 02:09:50] "POST /neutron/port HTTP/1.1" 200 117 0.001563 10.0.0.242 - - [2026-01-08 02:09:50] "POST /neutron/network HTTP/1.1" 400 204 0.022023 10.0.0.242 - - [2026-01-08 02:09:51] "POST /neutron/port HTTP/1.1" 200 151 0.217113 10.0.0.242 - - [2026-01-08 02:09:51] "POST /neutron/port HTTP/1.1" 200 151 0.226784 10.0.0.27 - - [2026-01-08 02:09:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004421 10.0.0.27 - - [2026-01-08 02:09:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003287 10.0.0.27 - - [2026-01-08 02:09:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003652 10.0.0.27 - - [2026-01-08 02:09:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002881 10.0.0.242 - - [2026-01-08 02:09:52] "POST /neutron/network HTTP/1.1" 200 151 0.176084 10.0.0.242 - - [2026-01-08 02:09:52] "DELETE /route-target/9e77c058-69eb-444b-a3b5-d9a94e8c11a3 HTTP/1.1" 200 115 0.034109 10.0.0.242 - - [2026-01-08 02:09:52] "POST /neutron/network HTTP/1.1" 200 1074 0.015334 10.0.0.242 - - [2026-01-08 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.27 - - [2026-01-08 02:09:53] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003682 10.0.0.242 - - [2026-01-08 02:09:53] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.061432 10.0.0.27 - - [2026-01-08 02:09:53] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001949 10.0.0.242 - - [2026-01-08 02:09:53] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?fields=virtual_networks HTTP/1.1" 200 1043 0.057062 10.0.0.27 - - [2026-01-08 02:09:53] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000998 10.0.0.242 - - [2026-01-08 02:09:53] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.042786 10.0.0.27 - - [2026-01-08 02:09:53] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001324 10.0.0.242 - - [2026-01-08 02:09:53] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?fields=security_groups HTTP/1.1" 200 1274 0.065774 10.0.0.242 - - [2026-01-08 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.032448 10.0.0.27 - - [2026-01-08 02:09:54] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004165 10.0.0.27 - - [2026-01-08 02:09:54] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001423 10.0.0.27 - - [2026-01-08 02:09:54] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008658 10.0.0.27 - - [2026-01-08 02:09:54] "POST /id-to-fqname HTTP/1.1" 200 198 0.001581 10.0.0.27 - - [2026-01-08 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.012917 10.0.0.27 - - [2026-01-08 02:09:54] "POST /security-groups HTTP/1.1" 200 599 0.035882 10.0.0.27 - - [2026-01-08 02:09:54] "POST /projects HTTP/1.1" 200 601 0.276022 10.0.0.27 - - [2026-01-08 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.311262 10.0.0.242 - - [2026-01-08 02:09:54] "POST /access-control-lists HTTP/1.1" 200 604 0.050654 10.0.0.242 - - [2026-01-08 02:09:54] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.475913 10.0.0.242 - - [2026-01-08 02:09:55] "GET / HTTP/1.1" 200 35931 0.001573 10.0.0.242 - - [2026-01-08 02:09:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000694 10.0.0.242 - - [2026-01-08 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.055587 10.0.0.27 - - [2026-01-08 02:09:56] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.242 - - [2026-01-08 02:09:56] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043511 10.0.0.27 - - [2026-01-08 02:09:57] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.242 - - [2026-01-08 02:09:57] "POST /neutron/network HTTP/1.1" 200 691 0.153069 10.0.0.242 - - [2026-01-08 02:09:57] "POST /route-targets HTTP/1.1" 200 327 0.018271 10.0.0.242 - - [2026-01-08 02:09:57] "POST /id-to-fqname HTTP/1.1" 200 267 0.012085 10.0.0.242 - - [2026-01-08 02:09:57] "GET /virtual-network/a938a4fc-4fd2-4299-90a7-965a4c4ca80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007573 10.0.0.242 - - [2026-01-08 02:09:57] "POST /neutron/network HTTP/1.1" 200 906 0.009331 10.0.0.242 - - [2026-01-08 02:09:57] "GET /virtual-network/a938a4fc-4fd2-4299-90a7-965a4c4ca80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006245 10.0.0.242 - - [2026-01-08 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.27 - - [2026-01-08 02:09:57] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.242 - - [2026-01-08 02:09:57] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047431 10.0.0.242 - - [2026-01-08 02:09:57] "POST /neutron/network HTTP/1.1" 200 117 0.017149 10.0.0.242 - - [2026-01-08 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.028879 10.0.0.242 - - [2026-01-08 02:09:58] "POST /neutron/network HTTP/1.1" 200 909 0.008358 10.0.0.242 - - [2026-01-08 02:09:58] "POST /id-to-fqname HTTP/1.1" 200 267 0.001243 10.0.0.242 - - [2026-01-08 02:09:58] "GET /virtual-network/e472032a-a7f2-4dd3-aaf5-b96926600212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005430 10.0.0.242 - - [2026-01-08 02:09:58] "GET /virtual-network/e472032a-a7f2-4dd3-aaf5-b96926600212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005417 10.0.0.242 - - [2026-01-08 02:09:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.009022 10.0.0.242 - - [2026-01-08 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2026-01-08 02:09:58] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.242 - - [2026-01-08 02:09:58] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053557 10.0.0.27 - - [2026-01-08 02:09:58] "POST /useragent-kv HTTP/1.1" 200 115 0.010254 10.0.0.242 - - [2026-01-08 02:09:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.251835 10.0.0.242 - - [2026-01-08 02:09:58] "POST /id-to-fqname HTTP/1.1" 200 268 0.001381 10.0.0.242 - - [2026-01-08 02:09:58] "GET /virtual-network/b1100e8a-794c-442b-93cd-233bf9aaf271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005593 10.0.0.242 - - [2026-01-08 02:09:58] "GET /virtual-network/b1100e8a-794c-442b-93cd-233bf9aaf271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005725 10.0.0.242 - - [2026-01-08 02:09:58] "POST /neutron/network HTTP/1.1" 200 911 0.007264 10.0.0.242 - - [2026-01-08 02:09:58] "POST /id-to-fqname HTTP/1.1" 200 267 0.001485 10.0.0.27 - - [2026-01-08 02:09:59] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001218 10.0.0.242 - - [2026-01-08 02:09:59] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.096216 10.0.0.242 - - [2026-01-08 02:09:59] "POST /neutron/network HTTP/1.1" 200 909 0.008729 10.0.0.242 - - [2026-01-08 02:10:00] "POST /id-to-fqname HTTP/1.1" 200 268 0.001489 10.0.0.242 - - [2026-01-08 02:10:00] "POST /neutron/port HTTP/1.1" 200 117 0.007949 10.0.0.27 - - [2026-01-08 02:10:00] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.242 - - [2026-01-08 02:10:00] "POST /neutron/port HTTP/1.1" 200 1067 0.362324 10.0.0.242 - - [2026-01-08 02:10:01] "POST /neutron/port HTTP/1.1" 200 1121 0.120069 10.0.0.27 - - [2026-01-08 02:10:01] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001197 10.0.0.242 - - [2026-01-08 02:10:01] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.111882 10.0.0.242 - - [2026-01-08 02:10:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004076 10.0.0.242 - - [2026-01-08 02:10:01] "POST /neutron/network HTTP/1.1" 200 909 0.007355 10.0.0.242 - - [2026-01-08 02:10:01] "POST /neutron/port HTTP/1.1" 200 117 0.008699 10.0.0.242 - - [2026-01-08 02:10:02] "POST /neutron/port HTTP/1.1" 200 1067 0.024111 10.0.0.242 - - [2026-01-08 02:10:02] "POST /neutron/port HTTP/1.1" 200 1131 0.025572 10.0.0.242 - - [2026-01-08 02:10:02] "POST /neutron/port HTTP/1.1" 200 117 0.001676 10.0.0.242 - - [2026-01-08 02:10:02] "POST /neutron/network HTTP/1.1" 400 204 0.014222 10.0.0.242 - - [2026-01-08 02:10:03] "POST /neutron/port HTTP/1.1" 200 151 0.165585 10.0.0.242 - - [2026-01-08 02:10:04] "POST /neutron/port HTTP/1.1" 200 151 0.182361 10.0.0.27 - - [2026-01-08 02:10:04] "DELETE /project/c3317350a34b4dfd8b794277e49e860b HTTP/1.1" 404 173 0.013946 10.0.0.27 - - [2026-01-08 02:10:04] "DELETE /project/ed761c58cab047e9b410a31765e47395 HTTP/1.1" 404 173 0.006739 10.0.0.27 - - [2026-01-08 02:10:04] "DELETE /project/1ae8b47c4a04413c91b3c26a5ec84ce0 HTTP/1.1" 404 173 0.010319 10.0.0.27 - - [2026-01-08 02:10:04] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000894 10.0.0.27 - - [2026-01-08 02:10:04] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.27 - - [2026-01-08 02:10:04] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.040122 10.0.0.27 - - [2026-01-08 02:10:04] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001279 10.0.0.27 - - [2026-01-08 02:10:04] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.083142 10.0.0.27 - - [2026-01-08 02:10:04] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001389 10.0.0.27 - - [2026-01-08 02:10:04] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?fields=security_groups HTTP/1.1" 200 1379 0.102192 10.0.0.27 - - [2026-01-08 02:10:04] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?fields=security_groups HTTP/1.1" 200 1366 0.091383 10.0.0.27 - - [2026-01-08 02:10:04] "DELETE /security-group/4c21b139-dd53-46ca-94cc-2d9c7834732b HTTP/1.1" 200 115 0.062938 10.0.0.27 - - [2026-01-08 02:10:04] "GET /projects?obj_uuids=c3317350-a34b-4dfd-8b79-4277e49e860b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000948 10.0.0.242 - - [2026-01-08 02:10:04] "DELETE /access-control-list/8eab0b75-4afb-4769-9365-30dc947e52af HTTP/1.1" 200 115 0.050500 10.0.0.27 - - [2026-01-08 02:10:04] "DELETE /security-group/bbe964d6-ee4c-4827-a983-3b1f3ccbf1c9 HTTP/1.1" 200 115 0.093982 10.0.0.27 - - [2026-01-08 02:10:04] "GET /project/c3317350-a34b-4dfd-8b79-4277e49e860b?fields=application_policy_sets HTTP/1.1" 200 1418 0.059377 10.0.0.27 - - [2026-01-08 02:10:04] "GET /projects?obj_uuids=1ae8b47c-4a04-413c-91b3-c26a5ec84ce0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.27 - - [2026-01-08 02:10:04] "GET /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0?fields=application_policy_sets HTTP/1.1" 200 1405 0.062839 10.0.0.242 - - [2026-01-08 02:10:05] "DELETE /access-control-list/6f1af825-c057-4816-a60c-b3119cde9428 HTTP/1.1" 200 115 0.087052 10.0.0.27 - - [2026-01-08 02:10:05] "DELETE /project/c3317350-a34b-4dfd-8b79-4277e49e860b HTTP/1.1" 200 115 0.575545 10.0.0.27 - - [2026-01-08 02:10:05] "DELETE /project/1ae8b47c-4a04-413c-91b3-c26a5ec84ce0 HTTP/1.1" 200 115 0.609279 10.0.0.27 - - [2026-01-08 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004251 10.0.0.27 - - [2026-01-08 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006748 10.0.0.242 - - [2026-01-08 02:10:05] "POST /neutron/network HTTP/1.1" 200 151 0.244917 10.0.0.242 - - [2026-01-08 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.242 - - [2026-01-08 02:10:05] "POST /neutron/network HTTP/1.1" 200 906 0.013273 10.0.0.27 - - [2026-01-08 02:10:05] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.242 - - [2026-01-08 02:10:05] "DELETE /route-target/00db3201-6f88-4b60-bc7f-35fe6ae6f364 HTTP/1.1" 200 115 0.043545 10.0.0.242 - - [2026-01-08 02:10:05] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054983 10.0.0.27 - - [2026-01-08 02:10:05] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001538 10.0.0.242 - - [2026-01-08 02:10:05] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?fields=virtual_networks HTTP/1.1" 200 1049 0.042159 10.0.0.27 - - [2026-01-08 02:10:05] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.242 - - [2026-01-08 02:10:05] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.050418 10.0.0.27 - - [2026-01-08 02:10:05] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001561 10.0.0.242 - - [2026-01-08 02:10:05] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?fields=security_groups HTTP/1.1" 200 1283 0.050599 10.0.0.242 - - [2026-01-08 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.037856 10.0.0.27 - - [2026-01-08 02:10:06] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003792 10.0.0.27 - - [2026-01-08 02:10:06] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001791 10.0.0.27 - - [2026-01-08 02:10:06] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008574 10.0.0.27 - - [2026-01-08 02:10:07] "POST /id-to-fqname HTTP/1.1" 200 195 0.003726 10.0.0.27 - - [2026-01-08 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 204 0.003953 10.0.0.27 - - [2026-01-08 02:10:07] "POST /security-groups HTTP/1.1" 200 596 0.031965 10.0.0.27 - - [2026-01-08 02:10:07] "POST /projects HTTP/1.1" 200 595 0.247999 10.0.0.242 - - [2026-01-08 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 238 0.008264 10.0.0.27 - - [2026-01-08 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.321940 10.0.0.242 - - [2026-01-08 02:10:07] "GET /project/da126420-2132-4e43-a08c-8762048dd446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.464967 10.0.0.242 - - [2026-01-08 02:10:08] "GET / HTTP/1.1" 200 35931 0.002931 10.0.0.242 - - [2026-01-08 02:10:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.242 - - [2026-01-08 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.055958 10.0.0.27 - - [2026-01-08 02:10:09] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000945 10.0.0.242 - - [2026-01-08 02:10:09] "GET /project/da126420-2132-4e43-a08c-8762048dd446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.060677 10.0.0.27 - - [2026-01-08 02:10:09] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001474 10.0.0.242 - - [2026-01-08 02:10:09] "POST /neutron/network HTTP/1.1" 200 682 0.145840 10.0.0.242 - - [2026-01-08 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.030469 10.0.0.242 - - [2026-01-08 02:10:09] "POST /id-to-fqname HTTP/1.1" 200 261 0.004000 10.0.0.242 - - [2026-01-08 02:10:09] "GET /virtual-network/d4cc7fab-69f9-4a7c-92c6-627f5963b5b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005459 10.0.0.242 - - [2026-01-08 02:10:09] "POST /neutron/network HTTP/1.1" 200 901 0.006490 10.0.0.242 - - [2026-01-08 02:10:09] "GET /virtual-network/d4cc7fab-69f9-4a7c-92c6-627f5963b5b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.007203 10.0.0.242 - - [2026-01-08 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.27 - - [2026-01-08 02:10:09] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001041 10.0.0.242 - - [2026-01-08 02:10:09] "GET /project/da126420-2132-4e43-a08c-8762048dd446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.039609 10.0.0.242 - - [2026-01-08 02:10:10] "POST /neutron/network HTTP/1.1" 200 117 0.013762 10.0.0.242 - - [2026-01-08 02:10:10] "POST /neutron/network HTTP/1.1" 200 901 0.008562 10.0.0.242 - - [2026-01-08 02:10:10] "POST /id-to-fqname HTTP/1.1" 200 261 0.001565 10.0.0.242 - - [2026-01-08 02:10:10] "GET /virtual-network/4bc2e331-473e-451d-8e93-b6833165461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005764 10.0.0.242 - - [2026-01-08 02:10:10] "GET /virtual-network/4bc2e331-473e-451d-8e93-b6833165461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005745 10.0.0.242 - - [2026-01-08 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.009336 10.0.0.242 - - [2026-01-08 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.27 - - [2026-01-08 02:10:10] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.030508 10.0.0.242 - - [2026-01-08 02:10:10] "GET /project/da126420-2132-4e43-a08c-8762048dd446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.073507 10.0.0.242 - - [2026-01-08 02:10:10] "POST /route-targets HTTP/1.1" 200 327 0.018588 10.0.0.27 - - [2026-01-08 02:10:11] "POST /useragent-kv HTTP/1.1" 200 115 0.009756 10.0.0.242 - - [2026-01-08 02:10:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.179103 10.0.0.242 - - [2026-01-08 02:10:11] "POST /id-to-fqname HTTP/1.1" 200 262 0.001924 10.0.0.242 - - [2026-01-08 02:10:11] "GET /virtual-network/d1dc5271-db4f-44f3-b9ac-b077c5d2b51c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006779 10.0.0.242 - - [2026-01-08 02:10:11] "GET /virtual-network/d1dc5271-db4f-44f3-b9ac-b077c5d2b51c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006232 10.0.0.242 - - [2026-01-08 02:10:11] "POST /neutron/network HTTP/1.1" 200 903 0.007027 10.0.0.242 - - [2026-01-08 02:10:11] "POST /id-to-fqname HTTP/1.1" 200 261 0.001407 10.0.0.27 - - [2026-01-08 02:10:12] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001100 10.0.0.242 - - [2026-01-08 02:10:12] "GET /project/da126420-2132-4e43-a08c-8762048dd446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.074062 10.0.0.242 - - [2026-01-08 02:10:12] "POST /neutron/network HTTP/1.1" 200 901 0.007257 10.0.0.242 - - [2026-01-08 02:10:12] "POST /id-to-fqname HTTP/1.1" 200 262 0.001528 10.0.0.242 - - [2026-01-08 02:10:12] "POST /neutron/port HTTP/1.1" 200 117 0.007724 10.0.0.27 - - [2026-01-08 02:10:12] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001084 10.0.0.242 - - [2026-01-08 02:10:13] "POST /neutron/port HTTP/1.1" 200 1065 0.296118 10.0.0.242 - - [2026-01-08 02:10:13] "POST /neutron/port HTTP/1.1" 200 1119 0.108489 10.0.0.242 - - [2026-01-08 02:10:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.012980 10.0.0.27 - - [2026-01-08 02:10:13] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001048 10.0.0.242 - - [2026-01-08 02:10:13] "GET /project/da126420-2132-4e43-a08c-8762048dd446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.092611 10.0.0.242 - - [2026-01-08 02:10:13] "POST /neutron/network HTTP/1.1" 200 903 0.009077 10.0.0.242 - - [2026-01-08 02:10:13] "POST /neutron/port HTTP/1.1" 200 117 0.006509 10.0.0.242 - - [2026-01-08 02:10:14] "POST /neutron/port HTTP/1.1" 200 1065 0.021048 10.0.0.242 - - [2026-01-08 02:10:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003092 10.0.0.242 - - [2026-01-08 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2026-01-08 02:10:14] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001569 10.0.0.242 - - [2026-01-08 02:10:14] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008573 10.0.0.242 - - [2026-01-08 02:10:14] "POST /service-templates HTTP/1.1" 200 543 0.045765 10.0.0.242 - - [2026-01-08 02:10:14] "POST /neutron/port HTTP/1.1" 200 1129 0.039127 10.0.0.242 - - [2026-01-08 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.242 - - [2026-01-08 02:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.001641 10.0.0.242 - - [2026-01-08 02:10:14] "GET /service-template/d3b39f85-dbc1-4ff4-902d-0cd03e9bf0d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.007128 10.0.0.242 - - [2026-01-08 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.242 - - [2026-01-08 02:10:14] "GET /service-template/d3b39f85-dbc1-4ff4-902d-0cd03e9bf0d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.005093 10.0.0.242 - - [2026-01-08 02:10:14] "POST /id-to-fqname HTTP/1.1" 200 261 0.001794 10.0.0.242 - - [2026-01-08 02:10:14] "POST /id-to-fqname HTTP/1.1" 200 261 0.002228 10.0.0.242 - - [2026-01-08 02:10:14] "POST /id-to-fqname HTTP/1.1" 200 262 0.001695 10.0.0.242 - - [2026-01-08 02:10:15] "POST /neutron/security_group HTTP/1.1" 200 2063 0.009318 10.0.0.242 - - [2026-01-08 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.242 - - [2026-01-08 02:10:15] "DELETE /service-template/d3b39f85-dbc1-4ff4-902d-0cd03e9bf0d2 HTTP/1.1" 200 115 0.033191 10.0.0.242 - - [2026-01-08 02:10:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.003559 10.0.0.242 - - [2026-01-08 02:10:17] "POST /neutron/port HTTP/1.1" 200 1129 0.019524 10.0.0.242 - - [2026-01-08 02:10:17] "POST /neutron/port HTTP/1.1" 200 1119 0.016432 10.0.0.50 - - [2026-01-08 02:10:18] "GET /obj-perms HTTP/1.1" 200 5075 0.077563 10.0.0.242 - - [2026-01-08 02:10:19] "POST /neutron/network HTTP/1.1" 200 901 0.007428 10.0.0.242 - - [2026-01-08 02:10:19] "DELETE /route-target/35be6876-522a-4b13-a22f-502623215856 HTTP/1.1" 200 115 0.065607 10.0.0.27 - - [2026-01-08 02:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003913 10.0.0.27 - - [2026-01-08 02:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002638 10.0.0.242 - - [2026-01-08 02:10:19] "POST /neutron/network HTTP/1.1" 200 151 0.158331 10.0.0.242 - - [2026-01-08 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005172 10.0.0.27 - - [2026-01-08 02:10:20] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001022 10.0.0.242 - - [2026-01-08 02:10:20] "GET /project/da126420-2132-4e43-a08c-8762048dd446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.110402 10.0.0.27 - - [2026-01-08 02:10:20] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001671 10.0.0.242 - - [2026-01-08 02:10:20] "GET /project/da126420-2132-4e43-a08c-8762048dd446?fields=virtual_networks HTTP/1.1" 200 1043 0.063226 10.0.0.27 - - [2026-01-08 02:10:20] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001080 10.0.0.242 - - [2026-01-08 02:10:20] "GET /project/da126420-2132-4e43-a08c-8762048dd446?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.060602 10.0.0.27 - - [2026-01-08 02:10:20] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001752 10.0.0.242 - - [2026-01-08 02:10:20] "GET /project/da126420-2132-4e43-a08c-8762048dd446?fields=security_groups HTTP/1.1" 200 1274 0.048832 10.0.0.242 - - [2026-01-08 02:10:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.030197 10.0.0.27 - - [2026-01-08 02:10:21] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002975 10.0.0.27 - - [2026-01-08 02:10:21] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002104 10.0.0.27 - - [2026-01-08 02:10:21] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.039064 10.0.0.27 - - [2026-01-08 02:10:21] "POST /id-to-fqname HTTP/1.1" 200 199 0.001757 10.0.0.27 - - [2026-01-08 02:10:21] "POST /fqname-to-id HTTP/1.1" 404 208 0.007773 10.0.0.27 - - [2026-01-08 02:10:21] "POST /security-groups HTTP/1.1" 200 600 0.030762 10.0.0.27 - - [2026-01-08 02:10:21] "POST /projects HTTP/1.1" 200 603 0.249457 10.0.0.27 - - [2026-01-08 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.285548 10.0.0.242 - - [2026-01-08 02:10:21] "POST /access-control-lists HTTP/1.1" 200 605 0.030915 10.0.0.242 - - [2026-01-08 02:10:21] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.472754 10.0.0.242 - - [2026-01-08 02:10:22] "GET / HTTP/1.1" 200 35931 0.001554 10.0.0.242 - - [2026-01-08 02:10:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000497 10.0.0.242 - - [2026-01-08 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.052769 10.0.0.27 - - [2026-01-08 02:10:23] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000966 10.0.0.242 - - [2026-01-08 02:10:23] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.036401 10.0.0.242 - - [2026-01-08 02:10:23] "POST /neutron/network HTTP/1.1" 200 117 0.037604 10.0.0.242 - - [2026-01-08 02:10:23] "POST /route-targets HTTP/1.1" 200 327 0.015484 10.0.0.242 - - [2026-01-08 02:10:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.007473 10.0.0.27 - - [2026-01-08 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.010283 10.0.0.242 - - [2026-01-08 02:10:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.183350 10.0.0.242 - - [2026-01-08 02:10:24] "POST /id-to-fqname HTTP/1.1" 200 269 0.001458 10.0.0.242 - - [2026-01-08 02:10:24] "GET /virtual-network/7a2191b9-a915-4329-8c42-1e678984cbd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.006699 10.0.0.242 - - [2026-01-08 02:10:24] "GET /virtual-network/7a2191b9-a915-4329-8c42-1e678984cbd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.006262 10.0.0.242 - - [2026-01-08 02:10:24] "POST /neutron/network HTTP/1.1" 200 1085 0.010801 10.0.0.242 - - [2026-01-08 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.27 - - [2026-01-08 02:10:24] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001144 10.0.0.242 - - [2026-01-08 02:10:24] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.053200 10.0.0.242 - - [2026-01-08 02:10:24] "POST /neutron/network HTTP/1.1" 200 117 0.014844 10.0.0.242 - - [2026-01-08 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.024483 10.0.0.27 - - [2026-01-08 02:10:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008137 10.0.0.242 - - [2026-01-08 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.198466 10.0.0.242 - - [2026-01-08 02:10:25] "POST /id-to-fqname HTTP/1.1" 200 269 0.001536 10.0.0.242 - - [2026-01-08 02:10:25] "GET /virtual-network/2bb94126-bba7-449e-9e91-c13460fb8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005982 10.0.0.242 - - [2026-01-08 02:10:25] "GET /virtual-network/2bb94126-bba7-449e-9e91-c13460fb8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005834 10.0.0.242 - - [2026-01-08 02:10:25] "POST /neutron/network HTTP/1.1" 200 1088 0.008502 10.0.0.242 - - [2026-01-08 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005005 10.0.0.27 - - [2026-01-08 02:10:25] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001294 10.0.0.242 - - [2026-01-08 02:10:25] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047836 10.0.0.242 - - [2026-01-08 02:10:25] "POST /neutron/network HTTP/1.1" 200 117 0.014809 10.0.0.242 - - [2026-01-08 02:10:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.002680 10.0.0.27 - - [2026-01-08 02:10:26] "POST /useragent-kv HTTP/1.1" 200 115 0.011621 10.0.0.242 - - [2026-01-08 02:10:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.192678 10.0.0.242 - - [2026-01-08 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 270 0.001336 10.0.0.242 - - [2026-01-08 02:10:26] "GET /virtual-network/f418578e-8a34-4c58-bde6-3d54b54b01e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.006056 10.0.0.242 - - [2026-01-08 02:10:26] "GET /virtual-network/f418578e-8a34-4c58-bde6-3d54b54b01e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.005790 10.0.0.242 - - [2026-01-08 02:10:26] "POST /neutron/network HTTP/1.1" 200 1086 0.009117 10.0.0.242 - - [2026-01-08 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 269 0.001366 10.0.0.242 - - [2026-01-08 02:10:26] "POST /neutron/network HTTP/1.1" 200 1098 0.007484 10.0.0.27 - - [2026-01-08 02:10:27] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001050 10.0.0.242 - - [2026-01-08 02:10:27] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.066679 10.0.0.242 - - [2026-01-08 02:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.010883 10.0.0.242 - - [2026-01-08 02:10:27] "POST /id-to-fqname HTTP/1.1" 200 270 0.001359 10.0.0.242 - - [2026-01-08 02:10:27] "POST /neutron/network HTTP/1.1" 200 1098 0.010504 10.0.0.242 - - [2026-01-08 02:10:28] "POST /neutron/port HTTP/1.1" 200 1177 0.028228 10.0.0.27 - - [2026-01-08 02:10:28] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001045 10.0.0.242 - - [2026-01-08 02:10:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008178 10.0.0.242 - - [2026-01-08 02:10:28] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.113455 10.0.0.242 - - [2026-01-08 02:10:28] "POST /neutron/subnet HTTP/1.1" 200 1389 0.025025 10.0.0.242 - - [2026-01-08 02:10:28] "POST /neutron/network HTTP/1.1" 200 1088 0.013483 10.0.0.242 - - [2026-01-08 02:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.006700 10.0.0.242 - - [2026-01-08 02:10:29] "POST /neutron/port HTTP/1.1" 200 1173 0.027729 10.0.0.242 - - [2026-01-08 02:10:30] "POST /neutron/port HTTP/1.1" 200 1237 0.031275 10.0.0.242 - - [2026-01-08 02:10:30] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014497 10.0.0.242 - - [2026-01-08 02:10:30] "POST /neutron/network HTTP/1.1" 200 1086 0.010242 10.0.0.242 - - [2026-01-08 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003346 10.0.0.242 - - [2026-01-08 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.27 - - [2026-01-08 02:10:30] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.242 - - [2026-01-08 02:10:30] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008678 10.0.0.242 - - [2026-01-08 02:10:30] "POST /service-templates HTTP/1.1" 200 543 0.032158 10.0.0.242 - - [2026-01-08 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.242 - - [2026-01-08 02:10:30] "GET /service-template/e038c0d4-788d-4ff1-b31c-ed871962d63c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.007698 10.0.0.242 - - [2026-01-08 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.242 - - [2026-01-08 02:10:30] "GET /service-template/e038c0d4-788d-4ff1-b31c-ed871962d63c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.005831 10.0.0.242 - - [2026-01-08 02:10:30] "POST /id-to-fqname HTTP/1.1" 200 269 0.001357 10.0.0.242 - - [2026-01-08 02:10:30] "POST /id-to-fqname HTTP/1.1" 200 269 0.001451 10.0.0.242 - - [2026-01-08 02:10:30] "POST /id-to-fqname HTTP/1.1" 200 270 0.001981 10.0.0.242 - - [2026-01-08 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.242 - - [2026-01-08 02:10:31] "DELETE /service-template/e038c0d4-788d-4ff1-b31c-ed871962d63c HTTP/1.1" 200 115 0.032697 10.0.0.242 - - [2026-01-08 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003912 10.0.0.242 - - [2026-01-08 02:10:32] "POST /neutron/network HTTP/1.1" 200 1088 0.009838 10.0.0.242 - - [2026-01-08 02:10:33] "POST /neutron/port HTTP/1.1" 200 1241 0.022764 10.0.0.242 - - [2026-01-08 02:10:33] "POST /neutron/port HTTP/1.1" 200 151 0.309228 10.0.0.242 - - [2026-01-08 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005746 10.0.0.27 - - [2026-01-08 02:10:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003345 10.0.0.27 - - [2026-01-08 02:10:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003347 10.0.0.27 - - [2026-01-08 02:10:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002629 10.0.0.27 - - [2026-01-08 02:10:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002135 10.0.0.242 - - [2026-01-08 02:10:34] "POST /neutron/network HTTP/1.1" 200 151 0.172830 10.0.0.242 - - [2026-01-08 02:10:34] "DELETE /route-target/bf0afef6-cced-4f10-b79e-59f55463123a HTTP/1.1" 200 115 0.025024 10.0.0.242 - - [2026-01-08 02:10:34] "POST /neutron/network HTTP/1.1" 200 1085 0.009229 10.0.0.27 - - [2026-01-08 02:10:35] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001003 10.0.0.242 - - [2026-01-08 02:10:35] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.036479 10.0.0.27 - - [2026-01-08 02:10:35] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001077 10.0.0.242 - - [2026-01-08 02:10:35] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?fields=virtual_networks HTTP/1.1" 200 1050 0.087283 10.0.0.27 - - [2026-01-08 02:10:35] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000959 10.0.0.242 - - [2026-01-08 02:10:35] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.052919 10.0.0.27 - - [2026-01-08 02:10:35] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001401 10.0.0.242 - - [2026-01-08 02:10:35] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?fields=security_groups HTTP/1.1" 200 1285 0.043271 10.0.0.242 - - [2026-01-08 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.030348 10.0.0.27 - - [2026-01-08 02:10:36] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003268 10.0.0.27 - - [2026-01-08 02:10:36] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002064 10.0.0.27 - - [2026-01-08 02:10:36] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009233 10.0.0.27 - - [2026-01-08 02:10:36] "POST /id-to-fqname HTTP/1.1" 200 202 0.001200 10.0.0.27 - - [2026-01-08 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.007675 10.0.0.27 - - [2026-01-08 02:10:36] "POST /security-groups HTTP/1.1" 200 603 0.037836 10.0.0.242 - - [2026-01-08 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 246 0.006256 10.0.0.27 - - [2026-01-08 02:10:36] "POST /projects HTTP/1.1" 200 609 0.263949 10.0.0.27 - - [2026-01-08 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.299088 10.0.0.242 - - [2026-01-08 02:10:36] "POST /access-control-lists HTTP/1.1" 200 606 0.033304 10.0.0.242 - - [2026-01-08 02:10:36] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.452707 10.0.0.242 - - [2026-01-08 02:10:37] "GET / HTTP/1.1" 200 35931 0.001985 10.0.0.242 - - [2026-01-08 02:10:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000543 10.0.0.242 - - [2026-01-08 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.052728 10.0.0.27 - - [2026-01-08 02:10:39] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001531 10.0.0.242 - - [2026-01-08 02:10:39] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052324 10.0.0.27 - - [2026-01-08 02:10:39] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001704 10.0.0.242 - - [2026-01-08 02:10:39] "POST /neutron/network HTTP/1.1" 200 619 0.170924 10.0.0.242 - - [2026-01-08 02:10:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.003273 10.0.0.242 - - [2026-01-08 02:10:39] "GET /virtual-network/bbca6083-179b-40f8-90ef-e0c2e9326555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006024 10.0.0.242 - - [2026-01-08 02:10:39] "POST /neutron/network HTTP/1.1" 200 838 0.009027 10.0.0.242 - - [2026-01-08 02:10:39] "GET /virtual-network/bbca6083-179b-40f8-90ef-e0c2e9326555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008640 10.0.0.242 - - [2026-01-08 02:10:40] "GET /virtual-network/bbca6083-179b-40f8-90ef-e0c2e9326555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006409 10.0.0.242 - - [2026-01-08 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.27 - - [2026-01-08 02:10:41] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.242 - - [2026-01-08 02:10:41] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050076 10.0.0.242 - - [2026-01-08 02:10:41] "POST /neutron/network HTTP/1.1" 200 117 0.015827 10.0.0.242 - - [2026-01-08 02:10:42] "POST /route-targets HTTP/1.1" 200 327 0.019474 10.0.0.242 - - [2026-01-08 02:10:42] "POST /neutron/network HTTP/1.1" 200 839 0.008863 10.0.0.242 - - [2026-01-08 02:10:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001148 10.0.0.242 - - [2026-01-08 02:10:42] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005255 10.0.0.242 - - [2026-01-08 02:10:42] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005653 10.0.0.242 - - [2026-01-08 02:10:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.010684 10.0.0.242 - - [2026-01-08 02:10:42] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005691 10.0.0.242 - - [2026-01-08 02:10:42] "GET /obj-perms HTTP/1.1" 200 5073 0.059474 10.0.0.242 - - [2026-01-08 02:10:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001311 10.0.0.27 - - [2026-01-08 02:11:05] "DELETE /project/d21701b100de48c188f0ee5881cdf2f3 HTTP/1.1" 404 173 0.008327 10.0.0.27 - - [2026-01-08 02:11:05] "DELETE /project/9d53e04003734dfd80385ccc9cf13531 HTTP/1.1" 404 173 0.012774 10.0.0.27 - - [2026-01-08 02:11:05] "DELETE /project/da12642021324e43a08c8762048dd446 HTTP/1.1" 404 173 0.015250 10.0.0.27 - - [2026-01-08 02:11:05] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001127 10.0.0.27 - - [2026-01-08 02:11:05] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840 10.0.0.27 - - [2026-01-08 02:11:05] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001832 10.0.0.27 - - [2026-01-08 02:11:05] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.078377 10.0.0.27 - - [2026-01-08 02:11:05] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.085356 10.0.0.27 - - [2026-01-08 02:11:05] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001757 10.0.0.27 - - [2026-01-08 02:11:05] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002850 10.0.0.27 - - [2026-01-08 02:11:05] "GET /project/da126420-2132-4e43-a08c-8762048dd446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.117563 10.0.0.27 - - [2026-01-08 02:11:05] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001389 10.0.0.27 - - [2026-01-08 02:11:05] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?fields=security_groups HTTP/1.1" 200 1388 0.069144 10.0.0.27 - - [2026-01-08 02:11:05] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?fields=security_groups HTTP/1.1" 200 1390 0.077670 10.0.0.27 - - [2026-01-08 02:11:05] "GET /project/da126420-2132-4e43-a08c-8762048dd446?fields=security_groups HTTP/1.1" 200 1379 0.090967 10.0.0.27 - - [2026-01-08 02:11:05] "DELETE /security-group/4b5139de-5c63-4dc3-9f01-6371f62d0649 HTTP/1.1" 200 115 0.074985 10.0.0.27 - - [2026-01-08 02:11:05] "GET /projects?obj_uuids=ed761c58-cab0-47e9-b410-a31765e47395&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001320 10.0.0.27 - - [2026-01-08 02:11:05] "DELETE /security-group/9ef5463d-4973-41a5-9f6f-e588cc88d4c2 HTTP/1.1" 200 115 0.072147 10.0.0.27 - - [2026-01-08 02:11:05] "GET /projects?obj_uuids=9d53e040-0373-4dfd-8038-5ccc9cf13531&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001048 10.0.0.27 - - [2026-01-08 02:11:05] "GET /project/ed761c58-cab0-47e9-b410-a31765e47395?fields=application_policy_sets HTTP/1.1" 200 1427 0.051976 10.0.0.27 - - [2026-01-08 02:11:05] "DELETE /security-group/3fac63ea-409d-43a4-b262-2e7f070bc929 HTTP/1.1" 200 115 0.098869 10.0.0.27 - - [2026-01-08 02:11:05] "GET /projects?obj_uuids=da126420-2132-4e43-a08c-8762048dd446&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001008 10.0.0.242 - - [2026-01-08 02:11:05] "DELETE /access-control-list/a01f1e0f-af13-4162-820c-a6784d076f2a HTTP/1.1" 200 115 0.076403 10.0.0.27 - - [2026-01-08 02:11:05] "GET /project/9d53e040-0373-4dfd-8038-5ccc9cf13531?fields=application_policy_sets HTTP/1.1" 200 1429 0.110010 10.0.0.27 - - [2026-01-08 02:11:05] "GET /project/da126420-2132-4e43-a08c-8762048dd446?fields=application_policy_sets HTTP/1.1" 200 1418 0.165902 10.0.0.27 - - [2026-01-08 02:11:05] "DELETE /project/ed761c58-cab0-47e9-b410-a31765e47395 HTTP/1.1" 200 115 0.758145 10.0.0.242 - - [2026-01-08 02:11:06] "DELETE /access-control-list/54af5a00-8667-4b9d-ae48-bd288b5c7032 HTTP/1.1" 200 115 0.092389 10.0.0.27 - - [2026-01-08 02:11:06] "DELETE /project/9d53e040-0373-4dfd-8038-5ccc9cf13531 HTTP/1.1" 200 115 0.798004 10.0.0.27 - - [2026-01-08 02:11:06] "DELETE /project/da126420-2132-4e43-a08c-8762048dd446 HTTP/1.1" 200 115 0.848539 10.0.0.27 - - [2026-01-08 02:11:17] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.242 - - [2026-01-08 02:11:17] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.077077 10.0.0.242 - - [2026-01-08 02:11:17] "POST /neutron/port HTTP/1.1" 200 117 0.006350 10.0.0.242 - - [2026-01-08 02:11:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001491 10.0.0.242 - - [2026-01-08 02:11:17] "POST /neutron/network HTTP/1.1" 200 848 0.009470 10.0.0.27 - - [2026-01-08 02:11:18] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001456 10.0.0.242 - - [2026-01-08 02:11:18] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.146024 10.0.0.27 - - [2026-01-08 02:11:18] "GET /obj-perms HTTP/1.1" 200 5075 0.150748 10.0.0.242 - - [2026-01-08 02:11:18] "POST /neutron/port HTTP/1.1" 200 1073 0.129787 10.0.0.242 - - [2026-01-08 02:11:19] "POST /neutron/port HTTP/1.1" 200 1127 0.199006 10.0.0.242 - - [2026-01-08 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005460 10.0.0.242 - - [2026-01-08 02:11:19] "POST /neutron/port HTTP/1.1" 200 1137 0.040463 10.0.0.27 - - [2026-01-08 02:11:19] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001016 10.0.0.242 - - [2026-01-08 02:11:19] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.064871 10.0.0.242 - - [2026-01-08 02:11:19] "GET /virtual-network/bbca6083-179b-40f8-90ef-e0c2e9326555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.013849 10.0.0.242 - - [2026-01-08 02:11:19] "GET /floating-ip-pools?parent_id=bbca6083-179b-40f8-90ef-e0c2e9326555&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004998 10.0.0.242 - - [2026-01-08 02:11:19] "GET /virtual-network/bbca6083-179b-40f8-90ef-e0c2e9326555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008901 10.0.0.242 - - [2026-01-08 02:11:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.028203 10.0.0.242 - - [2026-01-08 02:11:19] "POST /floating-ip-pools HTTP/1.1" 200 609 0.074262 10.0.0.242 - - [2026-01-08 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.036762 10.0.0.242 - - [2026-01-08 02:11:19] "GET /virtual-network/bbca6083-179b-40f8-90ef-e0c2e9326555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005817 10.0.0.242 - - [2026-01-08 02:11:19] "POST /neutron/network HTTP/1.1" 200 848 0.014554 10.0.0.242 - - [2026-01-08 02:11:19] "GET /virtual-network/bbca6083-179b-40f8-90ef-e0c2e9326555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005628 10.0.0.242 - - [2026-01-08 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015440 10.0.0.242 - - [2026-01-08 02:11:20] "POST /neutron/port HTTP/1.1" 200 1126 0.226165 10.0.0.242 - - [2026-01-08 02:11:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.019492 10.0.0.242 - - [2026-01-08 02:11:25] "POST /neutron/port HTTP/1.1" 200 1137 0.034784 10.0.0.242 - - [2026-01-08 02:11:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017280 10.0.0.242 - - [2026-01-08 02:11:40] "POST /neutron/port HTTP/1.1" 200 1137 0.018878 10.0.0.242 - - [2026-01-08 02:11:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007473 10.0.0.242 - - [2026-01-08 02:11:55] "POST /neutron/port HTTP/1.1" 200 1137 0.022373 10.0.0.242 - - [2026-01-08 02:12:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008904 10.0.0.242 - - [2026-01-08 02:12:11] "POST /neutron/port HTTP/1.1" 200 1137 0.019888 10.0.0.242 - - [2026-01-08 02:12:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008080 10.0.0.50 - - [2026-01-08 02:12:19] "GET /obj-perms HTTP/1.1" 200 5075 0.057406 10.0.0.242 - - [2026-01-08 02:12:21] "POST /neutron/port HTTP/1.1" 200 1137 0.016207 10.0.0.242 - - [2026-01-08 02:12:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007638 10.0.0.242 - - [2026-01-08 02:12:21] "GET /virtual-machine/0ad5a454-3c63-4966-b8ce-707514b412b9 HTTP/1.1" 401 293 0.000479 10.0.0.242 - - [2026-01-08 02:12:21] "GET /virtual-machine/0ad5a454-3c63-4966-b8ce-707514b412b9 HTTP/1.1" 200 1303 0.032231 10.0.0.242 - - [2026-01-08 02:12:21] "GET /virtual-machine-interface/41b3f981-f138-44a8-b83a-c46887e12dda HTTP/1.1" 200 3004 0.005302 10.0.0.242 - - [2026-01-08 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.242 - - [2026-01-08 02:12:21] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004067 10.0.0.242 - - [2026-01-08 02:12:21] "GET /virtual-networks?parent_id=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002716 10.0.0.242 - - [2026-01-08 02:12:22] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006006 10.0.0.242 - - [2026-01-08 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.242 - - [2026-01-08 02:12:25] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008356 10.0.0.242 - - [2026-01-08 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.242 - - [2026-01-08 02:12:29] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007446 10.0.0.242 - - [2026-01-08 02:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.242 - - [2026-01-08 02:12:33] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007012 10.0.0.242 - - [2026-01-08 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.242 - - [2026-01-08 02:12:37] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005563 10.0.0.242 - - [2026-01-08 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.242 - - [2026-01-08 02:12:41] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005817 10.0.0.242 - - [2026-01-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.242 - - [2026-01-08 02:12:45] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005747 10.0.0.242 - - [2026-01-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.242 - - [2026-01-08 02:12:49] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005721 10.0.0.242 - - [2026-01-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.242 - - [2026-01-08 02:12:53] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005464 10.0.0.242 - - [2026-01-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.242 - - [2026-01-08 02:12:55] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006260 10.0.0.242 - - [2026-01-08 02:12:55] "GET /virtual-networks?parent_id=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003573 10.0.0.242 - - [2026-01-08 02:12:55] "GET /virtual-network/49203292-0bf4-4b4e-8e0e-459752f493cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007393 10.0.0.242 - - [2026-01-08 02:13:00] "POST /neutron/port HTTP/1.1" 200 1137 0.020647 10.0.0.242 - - [2026-01-08 02:13:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007799 10.0.0.242 - - [2026-01-08 02:13:11] "POST /neutron/port HTTP/1.1" 200 1137 0.018625 10.0.0.242 - - [2026-01-08 02:13:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.030661 10.0.0.242 - - [2026-01-08 02:13:13] "POST /neutron/network HTTP/1.1" 200 848 0.009360 10.0.0.242 - - [2026-01-08 02:13:13] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.242 - - [2026-01-08 02:13:16] "POST /neutron/port HTTP/1.1" 200 1137 0.017311 10.0.0.242 - - [2026-01-08 02:13:16] "POST /neutron/floatingip HTTP/1.1" 200 578 0.066136 10.0.0.242 - - [2026-01-08 02:13:16] "POST /neutron/network HTTP/1.1" 200 849 0.007770 10.0.0.242 - - [2026-01-08 02:13:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.010745 10.0.0.242 - - [2026-01-08 02:13:16] "POST /neutron/network HTTP/1.1" 200 839 0.008825 10.0.0.242 - - [2026-01-08 02:13:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011027 10.0.0.242 - - [2026-01-08 02:13:16] "GET /virtual-machine/2be36b29-15bd-4741-b3fe-ddbe155b6eec HTTP/1.1" 200 1304 0.007898 10.0.0.242 - - [2026-01-08 02:13:16] "GET /virtual-machine-interface/c48563f8-63c9-414d-a40e-547338ead3c7 HTTP/1.1" 200 3005 0.006572 10.0.0.242 - - [2026-01-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819 10.0.0.242 - - [2026-01-08 02:13:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004684 10.0.0.242 - - [2026-01-08 02:13:16] "GET /virtual-networks?parent_id=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003695 10.0.0.242 - - [2026-01-08 02:13:16] "GET /virtual-network/bbca6083-179b-40f8-90ef-e0c2e9326555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006432 10.0.0.242 - - [2026-01-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.242 - - [2026-01-08 02:13:17] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005238 10.0.0.242 - - [2026-01-08 02:13:17] "GET /virtual-networks?parent_id=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003317 10.0.0.242 - - [2026-01-08 02:13:17] "GET /virtual-network/bbca6083-179b-40f8-90ef-e0c2e9326555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006503 10.0.0.50 - - [2026-01-08 02:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.50 - - [2026-01-08 02:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.27 - - [2026-01-08 02:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.27 - - [2026-01-08 02:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.50 - - [2026-01-08 02:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000905 10.0.0.50 - - [2026-01-08 02:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.27 - - [2026-01-08 02:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.27 - - [2026-01-08 02:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.242 - - [2026-01-08 02:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000540 10.0.0.242 - - [2026-01-08 02:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.242 - - [2026-01-08 02:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.242 - - [2026-01-08 02:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.242 - - [2026-01-08 02:13:23] "POST /neutron/floatingip HTTP/1.1" 200 578 0.014219 10.0.0.242 - - [2026-01-08 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.242 - - [2026-01-08 02:13:23] "GET /routing-instance/aab5cc87-77d2-474b-903a-4b9a134bea94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.008102 10.0.0.242 - - [2026-01-08 02:13:23] "GET /route-target/4e6a3018-51dd-4fba-9977-9accdd5ee7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004939 10.0.0.242 - - [2026-01-08 02:13:41] "POST /neutron/floatingip HTTP/1.1" 200 530 0.008418 10.0.0.242 - - [2026-01-08 02:13:41] "GET /floating-ip-pool/a6541550-4ce2-474e-8e20-23d99804dfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004749 10.0.0.242 - - [2026-01-08 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.014513 10.0.0.242 - - [2026-01-08 02:13:41] "DELETE /floating-ip-pool/a6541550-4ce2-474e-8e20-23d99804dfd6 HTTP/1.1" 200 115 0.036045 10.0.0.242 - - [2026-01-08 02:13:42] "POST /neutron/network HTTP/1.1" 400 204 0.014008 10.0.0.242 - - [2026-01-08 02:13:42] "POST /neutron/port HTTP/1.1" 200 151 0.230099 10.0.0.242 - - [2026-01-08 02:13:42] "POST /neutron/port HTTP/1.1" 200 151 0.238244 10.0.0.242 - - [2026-01-08 02:13:44] "DELETE /route-target/babf292d-f078-4e96-a065-0a855a44638a HTTP/1.1" 200 115 0.029767 10.0.0.242 - - [2026-01-08 02:13:44] "POST /neutron/network HTTP/1.1" 200 838 0.007184 10.0.0.27 - - [2026-01-08 02:13:46] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001119 10.0.0.242 - - [2026-01-08 02:13:46] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045704 10.0.0.27 - - [2026-01-08 02:13:46] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001394 10.0.0.242 - - [2026-01-08 02:13:46] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?fields=virtual_networks HTTP/1.1" 200 1056 0.041752 10.0.0.27 - - [2026-01-08 02:13:46] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.242 - - [2026-01-08 02:13:46] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.040717 10.0.0.27 - - [2026-01-08 02:13:46] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001262 10.0.0.242 - - [2026-01-08 02:13:46] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?fields=security_groups HTTP/1.1" 200 1294 0.046413 10.0.0.242 - - [2026-01-08 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.034168 10.0.0.27 - - [2026-01-08 02:13:47] "GET /projects?obj_uuids=729ac6ea-bfc9-4e0d-8670-91cf334315f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003271 10.0.0.27 - - [2026-01-08 02:13:47] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.27 - - [2026-01-08 02:13:47] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008168 10.0.0.27 - - [2026-01-08 02:13:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.002223 10.0.0.27 - - [2026-01-08 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.003558 10.0.0.27 - - [2026-01-08 02:13:47] "POST /security-groups HTTP/1.1" 200 591 0.092025 10.0.0.242 - - [2026-01-08 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.003169 10.0.0.27 - - [2026-01-08 02:13:47] "POST /projects HTTP/1.1" 200 585 0.311699 10.0.0.27 - - [2026-01-08 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.386705 10.0.0.242 - - [2026-01-08 02:13:47] "POST /access-control-lists HTTP/1.1" 200 594 0.036734 10.0.0.242 - - [2026-01-08 02:13:47] "GET /project/729ac6ea-bfc9-4e0d-8670-91cf334315f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.537299 10.0.0.242 - - [2026-01-08 02:13:48] "GET / HTTP/1.1" 200 35931 0.002665 10.0.0.27 - - [2026-01-08 02:13:51] "GET /projects?obj_uuids=729ac6ea-bfc9-4e0d-8670-91cf334315f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001340 10.0.0.242 - - [2026-01-08 02:13:51] "GET /project/729ac6ea-bfc9-4e0d-8670-91cf334315f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.049531 10.0.0.27 - - [2026-01-08 02:13:52] "GET /projects?obj_uuids=729ac6ea-bfc9-4e0d-8670-91cf334315f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001619 10.0.0.242 - - [2026-01-08 02:13:52] "GET /project/729ac6ea-bfc9-4e0d-8670-91cf334315f2?fields=virtual_networks HTTP/1.1" 200 1031 0.050192 10.0.0.27 - - [2026-01-08 02:13:52] "GET /projects?obj_uuids=729ac6ea-bfc9-4e0d-8670-91cf334315f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.242 - - [2026-01-08 02:13:52] "GET /project/729ac6ea-bfc9-4e0d-8670-91cf334315f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.038133 10.0.0.27 - - [2026-01-08 02:13:52] "GET /projects?obj_uuids=729ac6ea-bfc9-4e0d-8670-91cf334315f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.242 - - [2026-01-08 02:13:52] "GET /project/729ac6ea-bfc9-4e0d-8670-91cf334315f2?fields=security_groups HTTP/1.1" 200 1257 0.040223 10.0.0.242 - - [2026-01-08 02:13:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.029054 10.0.0.27 - - [2026-01-08 02:13:53] "GET /projects?obj_uuids=05d68ee7-ead1-4582-bcb3-486d6c74bbc7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003304 10.0.0.27 - - [2026-01-08 02:13:53] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.27 - - [2026-01-08 02:13:53] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007637 10.0.0.27 - - [2026-01-08 02:13:53] "POST /id-to-fqname HTTP/1.1" 200 185 0.005372 10.0.0.27 - - [2026-01-08 02:13:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.012398 10.0.0.27 - - [2026-01-08 02:13:53] "POST /security-groups HTTP/1.1" 200 586 0.082889 10.0.0.27 - - [2026-01-08 02:13:53] "POST /projects HTTP/1.1" 200 575 0.347301 10.0.0.27 - - [2026-01-08 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.384680 10.0.0.242 - - [2026-01-08 02:13:53] "POST /fqname-to-id HTTP/1.1" 404 228 0.015101 10.0.0.242 - - [2026-01-08 02:13:53] "GET /project/05d68ee7-ead1-4582-bcb3-486d6c74bbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.548227 10.0.0.242 - - [2026-01-08 02:13:54] "GET / HTTP/1.1" 200 35931 0.002820 10.0.0.27 - - [2026-01-08 02:14:00] "GET /projects?obj_uuids=05d68ee7-ead1-4582-bcb3-486d6c74bbc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001669 10.0.0.242 - - [2026-01-08 02:14:00] "GET /project/05d68ee7-ead1-4582-bcb3-486d6c74bbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.048270 10.0.0.27 - - [2026-01-08 02:14:00] "GET /projects?obj_uuids=05d68ee7-ead1-4582-bcb3-486d6c74bbc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001554 10.0.0.242 - - [2026-01-08 02:14:00] "GET /project/05d68ee7-ead1-4582-bcb3-486d6c74bbc7?fields=virtual_networks HTTP/1.1" 200 1021 0.060965 10.0.0.27 - - [2026-01-08 02:14:00] "GET /projects?obj_uuids=05d68ee7-ead1-4582-bcb3-486d6c74bbc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001460 10.0.0.242 - - [2026-01-08 02:14:00] "GET /project/05d68ee7-ead1-4582-bcb3-486d6c74bbc7?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.042995 10.0.0.27 - - [2026-01-08 02:14:00] "GET /projects?obj_uuids=05d68ee7-ead1-4582-bcb3-486d6c74bbc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001286 10.0.0.242 - - [2026-01-08 02:14:00] "GET /project/05d68ee7-ead1-4582-bcb3-486d6c74bbc7?fields=security_groups HTTP/1.1" 200 1242 0.054271 10.0.0.242 - - [2026-01-08 02:14:01] "POST /fqname-to-id HTTP/1.1" 404 187 0.028657 10.0.0.27 - - [2026-01-08 02:14:01] "GET /projects?obj_uuids=d885cb6a-0e68-4aed-86d1-b222867788c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003116 10.0.0.27 - - [2026-01-08 02:14:01] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.27 - - [2026-01-08 02:14:01] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007849 10.0.0.27 - - [2026-01-08 02:14:01] "POST /id-to-fqname HTTP/1.1" 200 189 0.004050 10.0.0.27 - - [2026-01-08 02:14:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.005544 10.0.0.27 - - [2026-01-08 02:14:01] "POST /security-groups HTTP/1.1" 200 590 0.039165 10.0.0.27 - - [2026-01-08 02:14:02] "POST /projects HTTP/1.1" 200 583 0.250088 10.0.0.242 - - [2026-01-08 02:14:02] "POST /access-control-lists HTTP/1.1" 200 595 0.037215 10.0.0.27 - - [2026-01-08 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.323546 10.0.0.242 - - [2026-01-08 02:14:02] "GET /project/d885cb6a-0e68-4aed-86d1-b222867788c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.464102 10.0.0.242 - - [2026-01-08 02:14:03] "GET / HTTP/1.1" 200 35931 0.001853 10.0.0.27 - - [2026-01-08 02:14:06] "DELETE /project/05d68ee7ead14582bcb3486d6c74bbc7 HTTP/1.1" 404 173 0.009318 10.0.0.27 - - [2026-01-08 02:14:06] "DELETE /project/d885cb6a0e684aed86d1b222867788c1 HTTP/1.1" 404 173 0.014571 10.0.0.27 - - [2026-01-08 02:14:06] "DELETE /project/729ac6eabfc94e0d867091cf334315f2 HTTP/1.1" 404 173 0.016522 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=05d68ee7-ead1-4582-bcb3-486d6c74bbc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000850 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=729ac6ea-bfc9-4e0d-8670-91cf334315f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000783 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=d885cb6a-0e68-4aed-86d1-b222867788c1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001081 10.0.0.27 - - [2026-01-08 02:14:06] "GET /project/05d68ee7-ead1-4582-bcb3-486d6c74bbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.077774 10.0.0.27 - - [2026-01-08 02:14:06] "GET /project/729ac6ea-bfc9-4e0d-8670-91cf334315f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.087312 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=05d68ee7-ead1-4582-bcb3-486d6c74bbc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001435 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=729ac6ea-bfc9-4e0d-8670-91cf334315f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001597 10.0.0.27 - - [2026-01-08 02:14:06] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.115725 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001287 10.0.0.242 - - [2026-01-08 02:14:06] "GET /project/d885cb6a-0e68-4aed-86d1-b222867788c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.139992 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=d885cb6a-0e68-4aed-86d1-b222867788c1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001280 10.0.0.27 - - [2026-01-08 02:14:06] "GET /project/729ac6ea-bfc9-4e0d-8670-91cf334315f2?fields=security_groups HTTP/1.1" 200 1362 0.091168 10.0.0.27 - - [2026-01-08 02:14:06] "GET /project/05d68ee7-ead1-4582-bcb3-486d6c74bbc7?fields=security_groups HTTP/1.1" 200 1347 0.126609 10.0.0.27 - - [2026-01-08 02:14:06] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?fields=security_groups HTTP/1.1" 200 1399 0.119887 10.0.0.242 - - [2026-01-08 02:14:06] "GET /project/d885cb6a-0e68-4aed-86d1-b222867788c1?fields=virtual_networks HTTP/1.1" 200 1030 0.117972 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=d885cb6a-0e68-4aed-86d1-b222867788c1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002751 10.0.0.27 - - [2026-01-08 02:14:06] "DELETE /security-group/91c22624-519e-4e8e-a816-c3a7b812507e HTTP/1.1" 200 115 0.111200 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=729ac6ea-bfc9-4e0d-8670-91cf334315f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001080 10.0.0.242 - - [2026-01-08 02:14:06] "GET /project/d885cb6a-0e68-4aed-86d1-b222867788c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.072643 10.0.0.242 - - [2026-01-08 02:14:06] "DELETE /access-control-list/94121938-c08c-4855-a4b3-bd92d02c7b8a HTTP/1.1" 200 115 0.074135 10.0.0.27 - - [2026-01-08 02:14:06] "DELETE /security-group/2b72ef2f-a657-4b6a-b83e-a99df1977977 HTTP/1.1" 200 115 0.142841 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=05d68ee7-ead1-4582-bcb3-486d6c74bbc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001787 10.0.0.27 - - [2026-01-08 02:14:06] "DELETE /security-group/79e7367d-efe5-47a4-9a79-cd6d111d57b0 HTTP/1.1" 200 115 0.147974 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=d21701b1-00de-48c1-88f0-ee5881cdf2f3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.27 - - [2026-01-08 02:14:06] "GET /projects?obj_uuids=d885cb6a-0e68-4aed-86d1-b222867788c1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001358 10.0.0.27 - - [2026-01-08 02:14:06] "GET /project/729ac6ea-bfc9-4e0d-8670-91cf334315f2?fields=application_policy_sets HTTP/1.1" 200 1401 0.161096 10.0.0.242 - - [2026-01-08 02:14:06] "GET /project/d885cb6a-0e68-4aed-86d1-b222867788c1?fields=security_groups HTTP/1.1" 200 1255 0.104305 10.0.0.27 - - [2026-01-08 02:14:06] "GET /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3?fields=application_policy_sets HTTP/1.1" 200 1438 0.117508 10.0.0.27 - - [2026-01-08 02:14:06] "GET /project/05d68ee7-ead1-4582-bcb3-486d6c74bbc7?fields=application_policy_sets HTTP/1.1" 200 1386 0.192541 10.0.0.242 - - [2026-01-08 02:14:07] "DELETE /access-control-list/c0e765fb-570f-483a-95e0-8fa64a729030 HTTP/1.1" 200 115 0.109951 10.0.0.27 - - [2026-01-08 02:14:07] "DELETE /project/729ac6ea-bfc9-4e0d-8670-91cf334315f2 HTTP/1.1" 200 115 0.857109 10.0.0.27 - - [2026-01-08 02:14:07] "DELETE /project/d21701b1-00de-48c1-88f0-ee5881cdf2f3 HTTP/1.1" 200 115 0.889680 10.0.0.27 - - [2026-01-08 02:14:07] "DELETE /project/05d68ee7-ead1-4582-bcb3-486d6c74bbc7 HTTP/1.1" 200 115 0.891586 10.0.0.242 - - [2026-01-08 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.028883 10.0.0.27 - - [2026-01-08 02:14:08] "GET /projects?obj_uuids=77b6d802-3a5c-4e4c-8c76-d5651f14b22c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003875 10.0.0.27 - - [2026-01-08 02:14:08] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001537 10.0.0.27 - - [2026-01-08 02:14:08] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007726 10.0.0.27 - - [2026-01-08 02:14:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.004208 10.0.0.27 - - [2026-01-08 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.002859 10.0.0.27 - - [2026-01-08 02:14:08] "POST /security-groups HTTP/1.1" 200 591 0.029983 10.0.0.242 - - [2026-01-08 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.007263 10.0.0.27 - - [2026-01-08 02:14:08] "POST /projects HTTP/1.1" 200 585 0.238240 10.0.0.27 - - [2026-01-08 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.305279 10.0.0.242 - - [2026-01-08 02:14:08] "POST /access-control-lists HTTP/1.1" 200 594 0.031227 10.0.0.242 - - [2026-01-08 02:14:08] "GET /project/77b6d802-3a5c-4e4c-8c76-d5651f14b22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.434809 10.0.0.242 - - [2026-01-08 02:14:09] "GET / HTTP/1.1" 200 35931 0.002202 10.0.0.27 - - [2026-01-08 02:14:12] "GET /projects?obj_uuids=77b6d802-3a5c-4e4c-8c76-d5651f14b22c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001064 10.0.0.242 - - [2026-01-08 02:14:12] "GET /project/77b6d802-3a5c-4e4c-8c76-d5651f14b22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052818 10.0.0.27 - - [2026-01-08 02:14:12] "GET /projects?obj_uuids=77b6d802-3a5c-4e4c-8c76-d5651f14b22c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.242 - - [2026-01-08 02:14:12] "GET /project/77b6d802-3a5c-4e4c-8c76-d5651f14b22c?fields=virtual_networks HTTP/1.1" 200 1032 0.055800 10.0.0.27 - - [2026-01-08 02:14:13] "GET /projects?obj_uuids=77b6d802-3a5c-4e4c-8c76-d5651f14b22c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.242 - - [2026-01-08 02:14:13] "GET /project/77b6d802-3a5c-4e4c-8c76-d5651f14b22c?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041116 10.0.0.27 - - [2026-01-08 02:14:13] "GET /projects?obj_uuids=77b6d802-3a5c-4e4c-8c76-d5651f14b22c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.242 - - [2026-01-08 02:14:13] "GET /project/77b6d802-3a5c-4e4c-8c76-d5651f14b22c?fields=security_groups HTTP/1.1" 200 1258 0.038288 10.0.0.242 - - [2026-01-08 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.037581 10.0.0.27 - - [2026-01-08 02:14:14] "GET /projects?obj_uuids=59d14460-efd0-433f-8333-bc0719a4c402&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003820 10.0.0.27 - - [2026-01-08 02:14:14] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001471 10.0.0.27 - - [2026-01-08 02:14:14] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009653 10.0.0.27 - - [2026-01-08 02:14:14] "POST /id-to-fqname HTTP/1.1" 200 194 0.001634 10.0.0.27 - - [2026-01-08 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 203 0.005189 10.0.0.27 - - [2026-01-08 02:14:14] "POST /security-groups HTTP/1.1" 200 595 0.076719 10.0.0.27 - - [2026-01-08 02:14:14] "POST /projects HTTP/1.1" 200 593 0.282883 10.0.0.242 - - [2026-01-08 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 237 0.009650 10.0.0.27 - - [2026-01-08 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.363154 10.0.0.242 - - [2026-01-08 02:14:14] "GET /project/59d14460-efd0-433f-8333-bc0719a4c402?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.517718 10.0.0.242 - - [2026-01-08 02:14:15] "GET / HTTP/1.1" 200 35931 0.001531 10.0.0.27 - - [2026-01-08 02:14:18] "GET /projects?obj_uuids=59d14460-efd0-433f-8333-bc0719a4c402&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001220 10.0.0.242 - - [2026-01-08 02:14:18] "GET /project/59d14460-efd0-433f-8333-bc0719a4c402?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.054669 10.0.0.27 - - [2026-01-08 02:14:18] "GET /projects?obj_uuids=59d14460-efd0-433f-8333-bc0719a4c402&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001176 10.0.0.242 - - [2026-01-08 02:14:18] "GET /project/59d14460-efd0-433f-8333-bc0719a4c402?fields=virtual_networks HTTP/1.1" 200 1039 0.046556 10.0.0.27 - - [2026-01-08 02:14:18] "GET /projects?obj_uuids=59d14460-efd0-433f-8333-bc0719a4c402&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001020 10.0.0.242 - - [2026-01-08 02:14:19] "GET /project/59d14460-efd0-433f-8333-bc0719a4c402?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.039818 10.0.0.27 - - [2026-01-08 02:14:19] "GET /projects?obj_uuids=59d14460-efd0-433f-8333-bc0719a4c402&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001052 10.0.0.242 - - [2026-01-08 02:14:19] "GET /project/59d14460-efd0-433f-8333-bc0719a4c402?fields=security_groups HTTP/1.1" 200 1269 0.055299 10.0.0.242 - - [2026-01-08 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.027362 10.0.0.27 - - [2026-01-08 02:14:19] "GET /projects?obj_uuids=b21184de-bc10-474d-80f6-29b4c4d513df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003748 10.0.0.27 - - [2026-01-08 02:14:20] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001513 10.0.0.27 - - [2026-01-08 02:14:20] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009841 10.0.0.27 - - [2026-01-08 02:14:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.004835 10.0.0.27 - - [2026-01-08 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.006029 10.0.0.27 - - [2026-01-08 02:14:20] "POST /security-groups HTTP/1.1" 200 586 0.083192 10.0.0.27 - - [2026-01-08 02:14:20] "POST /projects HTTP/1.1" 200 575 0.305245 10.0.0.27 - - [2026-01-08 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.339016 10.0.0.242 - - [2026-01-08 02:14:20] "POST /access-control-lists HTTP/1.1" 200 591 0.027851 10.0.0.242 - - [2026-01-08 02:14:20] "GET /project/b21184de-bc10-474d-80f6-29b4c4d513df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.493786 10.0.0.242 - - [2026-01-08 02:14:21] "GET /obj-perms HTTP/1.1" 200 5075 0.087351 10.0.0.242 - - [2026-01-08 02:14:22] "GET / HTTP/1.1" 200 35931 0.002267 10.0.0.242 - - [2026-01-08 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003987 10.0.0.242 - - [2026-01-08 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.004426 10.0.0.242 - - [2026-01-08 02:14:22] "POST /access-control-lists HTTP/1.1" 200 588 0.030461 10.0.0.242 - - [2026-01-08 02:14:23] "PUT /access-control-list/1744f67a-51ab-49c6-8c97-76f48e99ab81 HTTP/1.1" 200 272 0.020431 10.0.0.27 - - [2026-01-08 02:14:23] "GET /projects?obj_uuids=ccdd3018-0b67-4423-ac35-0e9e57fa45e7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001001 10.0.0.242 - - [2026-01-08 02:14:23] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.084166 10.0.0.242 - - [2026-01-08 02:14:23] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018404 10.0.0.242 - - [2026-01-08 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.004427 10.0.0.242 - - [2026-01-08 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.006760 10.0.0.242 - - [2026-01-08 02:14:23] "POST /access-control-lists HTTP/1.1" 200 588 0.041172 10.0.0.27 - - [2026-01-08 02:14:24] "GET /projects?obj_uuids=ccdd3018-0b67-4423-ac35-0e9e57fa45e7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002615 10.0.0.242 - - [2026-01-08 02:14:24] "PUT /access-control-list/db2c1b48-4083-41cc-b0a7-38f5edeb9c58 HTTP/1.1" 200 272 0.032103 10.0.0.242 - - [2026-01-08 02:14:24] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.074480 10.0.0.242 - - [2026-01-08 02:14:24] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016105 10.0.0.242 - - [2026-01-08 02:14:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000438 10.0.0.242 - - [2026-01-08 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.028559 10.0.0.242 - - [2026-01-08 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.004648 10.0.0.242 - - [2026-01-08 02:14:25] "POST /access-control-lists HTTP/1.1" 200 605 0.030685 10.0.0.242 - - [2026-01-08 02:14:25] "PUT /access-control-list/0ea98297-b7ba-4b5b-8603-89855cc4bc86 HTTP/1.1" 200 272 0.019487 10.0.0.27 - - [2026-01-08 02:14:25] "GET /projects?obj_uuids=b21184de-bc10-474d-80f6-29b4c4d513df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001076 10.0.0.242 - - [2026-01-08 02:14:25] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.115249 10.0.0.242 - - [2026-01-08 02:14:25] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.028190 10.0.0.242 - - [2026-01-08 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 210 0.005461 10.0.0.242 - - [2026-01-08 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.014025 10.0.0.242 - - [2026-01-08 02:14:26] "POST /access-control-lists HTTP/1.1" 200 605 0.036480 10.0.0.27 - - [2026-01-08 02:14:26] "GET /projects?obj_uuids=b21184de-bc10-474d-80f6-29b4c4d513df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001524 10.0.0.242 - - [2026-01-08 02:14:26] "PUT /access-control-list/d3844d24-821c-400a-8ba7-9f70504353b3 HTTP/1.1" 200 272 0.020892 10.0.0.242 - - [2026-01-08 02:14:26] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.071243 10.0.0.242 - - [2026-01-08 02:14:26] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.021662 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 541 0.007087 10.0.0.242 - - [2026-01-08 02:14:28] "POST /route-targets HTTP/1.1" 200 327 0.028723 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 541 0.016593 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 541 0.003988 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 541 0.004236 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 541 0.007522 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 541 0.004113 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 541 0.004326 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 541 0.004075 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 541 0.012307 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 541 0.005021 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 541 0.004496 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 541 0.007783 10.0.0.242 - - [2026-01-08 02:14:28] "POST /neutron/router HTTP/1.1" 200 151 0.078562 10.0.0.242 - - [2026-01-08 02:14:28] "DELETE /route-target/aada76b6-dfae-42e2-971c-5c7be46149ad HTTP/1.1" 200 115 0.021386 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 542 0.013869 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 542 0.007780 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 542 0.004116 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 542 0.004225 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 542 0.004709 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 542 0.004074 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 542 0.003966 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 542 0.004066 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 542 0.004568 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 542 0.003989 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 542 0.006185 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 542 0.024188 10.0.0.242 - - [2026-01-08 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.014113 10.0.0.27 - - [2026-01-08 02:14:29] "GET /projects?obj_uuids=b21184de-bc10-474d-80f6-29b4c4d513df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002235 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 559 0.118659 10.0.0.242 - - [2026-01-08 02:14:29] "POST /neutron/router HTTP/1.1" 200 559 0.008589 10.0.0.242 - - [2026-01-08 02:14:29] "PUT /logical-router/78d9aecc-5e38-4ebb-9929-f3601bc40eeb HTTP/1.1" 200 262 0.044823 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/router HTTP/1.1" 200 559 0.005816 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/router HTTP/1.1" 200 559 0.005072 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/router HTTP/1.1" 200 559 0.004219 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/router HTTP/1.1" 200 559 0.004300 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/router HTTP/1.1" 200 559 0.004924 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/router HTTP/1.1" 200 559 0.004275 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/router HTTP/1.1" 200 559 0.004810 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/router HTTP/1.1" 200 559 0.004233 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/router HTTP/1.1" 200 559 0.004625 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/router HTTP/1.1" 200 559 0.030384 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/router HTTP/1.1" 200 559 0.004250 10.0.0.242 - - [2026-01-08 02:14:30] "GET /logical-router/78d9aecc-5e38-4ebb-9929-f3601bc40eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004918 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.082294 10.0.0.242 - - [2026-01-08 02:14:30] "DELETE /access-control-list/f6d14736-bde3-4c75-b725-ab5c85fa3bd1 HTTP/1.1" 200 115 0.049668 10.0.0.242 - - [2026-01-08 02:14:30] "POST /neutron/security_group HTTP/1.1" 200 506 0.004275 10.0.0.242 - - [2026-01-08 02:14:30] "DELETE /access-control-list/0ea98297-b7ba-4b5b-8603-89855cc4bc86 HTTP/1.1" 200 115 0.032506 10.0.0.242 - - [2026-01-08 02:14:31] "POST /neutron/security_group HTTP/1.1" 200 151 0.054420 10.0.0.242 - - [2026-01-08 02:14:31] "DELETE /access-control-list/4412099b-379a-46fb-b9d5-210a57abd95c HTTP/1.1" 200 115 0.042493 10.0.0.27 - - [2026-01-08 02:14:32] "GET /projects?obj_uuids=b21184de-bc10-474d-80f6-29b4c4d513df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001236 10.0.0.242 - - [2026-01-08 02:14:32] "GET /project/b21184de-bc10-474d-80f6-29b4c4d513df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.036301 10.0.0.27 - - [2026-01-08 02:14:32] "GET /projects?obj_uuids=b21184de-bc10-474d-80f6-29b4c4d513df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.242 - - [2026-01-08 02:14:32] "GET /project/b21184de-bc10-474d-80f6-29b4c4d513df?fields=virtual_networks HTTP/1.1" 200 1022 0.084315 10.0.0.27 - - [2026-01-08 02:14:32] "GET /projects?obj_uuids=b21184de-bc10-474d-80f6-29b4c4d513df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001018 10.0.0.242 - - [2026-01-08 02:14:32] "GET /project/b21184de-bc10-474d-80f6-29b4c4d513df?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.042379 10.0.0.27 - - [2026-01-08 02:14:32] "GET /projects?obj_uuids=b21184de-bc10-474d-80f6-29b4c4d513df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000970 10.0.0.242 - - [2026-01-08 02:14:32] "GET /project/b21184de-bc10-474d-80f6-29b4c4d513df?fields=security_groups HTTP/1.1" 200 1243 0.039046 10.0.0.242 - - [2026-01-08 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.027671 10.0.0.27 - - [2026-01-08 02:14:33] "GET /projects?obj_uuids=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002913 10.0.0.27 - - [2026-01-08 02:14:33] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.27 - - [2026-01-08 02:14:33] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007550 10.0.0.27 - - [2026-01-08 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 186 0.005104 10.0.0.27 - - [2026-01-08 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.005240 10.0.0.27 - - [2026-01-08 02:14:33] "POST /security-groups HTTP/1.1" 200 587 0.076400 10.0.0.27 - - [2026-01-08 02:14:33] "POST /projects HTTP/1.1" 200 577 0.267826 10.0.0.242 - - [2026-01-08 02:14:33] "POST /access-control-lists HTTP/1.1" 200 592 0.031311 10.0.0.27 - - [2026-01-08 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.345248 10.0.0.242 - - [2026-01-08 02:14:33] "GET /project/9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.487600 10.0.0.242 - - [2026-01-08 02:14:35] "GET / HTTP/1.1" 200 35931 0.001540 10.0.0.242 - - [2026-01-08 02:14:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000512 10.0.0.242 - - [2026-01-08 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.055755 10.0.0.27 - - [2026-01-08 02:14:37] "GET /projects?obj_uuids=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000974 10.0.0.242 - - [2026-01-08 02:14:37] "GET /project/9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.039733 10.0.0.242 - - [2026-01-08 02:14:37] "POST /route-targets HTTP/1.1" 200 327 0.014028 10.0.0.27 - - [2026-01-08 02:14:37] "POST /useragent-kv HTTP/1.1" 200 115 0.009212 10.0.0.242 - - [2026-01-08 02:14:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.226175 10.0.0.242 - - [2026-01-08 02:14:37] "POST /id-to-fqname HTTP/1.1" 200 216 0.001532 10.0.0.242 - - [2026-01-08 02:14:37] "GET /virtual-network/d0273575-069e-4afc-b4db-9c2336c5f4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005718 10.0.0.242 - - [2026-01-08 02:14:37] "GET /virtual-network/d0273575-069e-4afc-b4db-9c2336c5f4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006086 10.0.0.242 - - [2026-01-08 02:14:37] "POST /neutron/network HTTP/1.1" 200 819 0.006444 10.0.0.242 - - [2026-01-08 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003197 10.0.0.242 - - [2026-01-08 02:14:37] "GET /virtual-network/d0273575-069e-4afc-b4db-9c2336c5f4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005082 10.0.0.242 - - [2026-01-08 02:14:38] "GET /virtual-machine-interface/96ee44b0-f66b-462f-b6e5-9fe97a32f591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.008726 10.0.0.242 - - [2026-01-08 02:14:38] "GET /virtual-machine-interface/96ee44b0-f66b-462f-b6e5-9fe97a32f591?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.010779 10.0.0.242 - - [2026-01-08 02:14:38] "GET /instance-ip/32d56476-88f4-47de-abfb-9f4c40a779ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004850 10.0.0.242 - - [2026-01-08 02:14:38] "POST /neutron/port HTTP/1.1" 200 1016 0.010678 10.0.0.27 - - [2026-01-08 02:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004586 10.0.0.27 - - [2026-01-08 02:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002705 10.0.0.242 - - [2026-01-08 02:14:38] "POST /neutron/network HTTP/1.1" 200 151 0.112358 10.0.0.242 - - [2026-01-08 02:14:38] "DELETE /route-target/ebc22519-0eeb-4443-938e-6619a7995448 HTTP/1.1" 200 115 0.024858 10.0.0.242 - - [2026-01-08 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.27 - - [2026-01-08 02:14:41] "GET /projects?obj_uuids=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000893 10.0.0.242 - - [2026-01-08 02:14:41] "GET /project/9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.042630 10.0.0.27 - - [2026-01-08 02:14:41] "POST /useragent-kv HTTP/1.1" 200 115 0.008791 10.0.0.242 - - [2026-01-08 02:14:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.201119 10.0.0.242 - - [2026-01-08 02:14:42] "POST /id-to-fqname HTTP/1.1" 200 217 0.001475 10.0.0.242 - - [2026-01-08 02:14:42] "GET /virtual-network/f6a5aef4-4171-46b8-b2ee-91027190c411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.007049 10.0.0.242 - - [2026-01-08 02:14:42] "POST /neutron/network HTTP/1.1" 200 975 0.008341 10.0.0.242 - - [2026-01-08 02:14:42] "GET /virtual-network/f6a5aef4-4171-46b8-b2ee-91027190c411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005315 10.0.0.242 - - [2026-01-08 02:14:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.010749 10.0.0.242 - - [2026-01-08 02:14:42] "POST /id-to-fqname HTTP/1.1" 200 217 0.001423 10.0.0.242 - - [2026-01-08 02:14:42] "POST /neutron/port HTTP/1.1" 200 1016 0.019054 10.0.0.242 - - [2026-01-08 02:14:43] "POST /neutron/port HTTP/1.1" 200 1016 0.011686 10.0.0.242 - - [2026-01-08 02:14:43] "POST /id-to-fqname HTTP/1.1" 200 217 0.001670 10.0.0.242 - - [2026-01-08 02:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.007400 10.0.0.242 - - [2026-01-08 02:14:43] "POST /neutron/network HTTP/1.1" 200 975 0.096395 10.0.0.242 - - [2026-01-08 02:14:43] "POST /neutron/port HTTP/1.1" 200 1017 0.014900 10.0.0.242 - - [2026-01-08 02:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.006213 10.0.0.242 - - [2026-01-08 02:14:44] "POST /neutron/port HTTP/1.1" 200 1016 0.014014 10.0.0.242 - - [2026-01-08 02:14:44] "POST /neutron/port HTTP/1.1" 200 1017 0.014415 10.0.0.242 - - [2026-01-08 02:14:44] "POST /neutron/port HTTP/1.1" 200 1017 0.014798 10.0.0.242 - - [2026-01-08 02:14:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006283 10.0.0.242 - - [2026-01-08 02:14:44] "POST /neutron/network HTTP/1.1" 200 975 0.009621 10.0.0.242 - - [2026-01-08 02:14:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.013909 10.0.0.242 - - [2026-01-08 02:14:48] "POST /neutron/port HTTP/1.1" 200 1118 0.021053 10.0.0.242 - - [2026-01-08 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007660 10.0.0.242 - - [2026-01-08 02:14:49] "GET /virtual-machine/eaefde67-7ba3-4f3f-a57d-5a46763a743e HTTP/1.1" 401 293 0.000479 10.0.0.242 - - [2026-01-08 02:14:49] "GET /virtual-machine/eaefde67-7ba3-4f3f-a57d-5a46763a743e HTTP/1.1" 200 1285 0.032193 10.0.0.242 - - [2026-01-08 02:14:49] "GET /virtual-machine-interface/a3e7ddb2-3561-46fa-a16d-8c136a93ad26 HTTP/1.1" 200 2925 0.005590 10.0.0.242 - - [2026-01-08 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.242 - - [2026-01-08 02:14:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003503 10.0.0.242 - - [2026-01-08 02:14:49] "GET /virtual-networks?parent_id=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003050 10.0.0.242 - - [2026-01-08 02:14:49] "GET /virtual-network/f6a5aef4-4171-46b8-b2ee-91027190c411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005836 10.0.0.242 - - [2026-01-08 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.242 - - [2026-01-08 02:14:52] "GET /virtual-network/f6a5aef4-4171-46b8-b2ee-91027190c411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005541 10.0.0.242 - - [2026-01-08 02:14:53] "POST /neutron/port HTTP/1.1" 200 1118 0.043125 10.0.0.242 - - [2026-01-08 02:14:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007766 10.0.0.242 - - [2026-01-08 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.242 - - [2026-01-08 02:14:54] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003470 10.0.0.242 - - [2026-01-08 02:14:54] "GET /virtual-networks?parent_id=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004490 10.0.0.242 - - [2026-01-08 02:14:54] "GET /virtual-network/f6a5aef4-4171-46b8-b2ee-91027190c411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006018 10.0.0.242 - - [2026-01-08 02:15:00] "POST /neutron/port HTTP/1.1" 200 1119 0.025032 10.0.0.242 - - [2026-01-08 02:15:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007773 10.0.0.242 - - [2026-01-08 02:15:00] "GET /virtual-machine/e49f8d4e-62ef-4167-a9cd-4798cd7dff53 HTTP/1.1" 200 1285 0.007050 10.0.0.242 - - [2026-01-08 02:15:00] "GET /virtual-machine-interface/56b1c73b-8819-4133-9373-6cff50f5717e HTTP/1.1" 200 2924 0.005942 10.0.0.242 - - [2026-01-08 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.242 - - [2026-01-08 02:15:00] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004053 10.0.0.242 - - [2026-01-08 02:15:00] "GET /virtual-networks?parent_id=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003354 10.0.0.242 - - [2026-01-08 02:15:00] "GET /virtual-network/f6a5aef4-4171-46b8-b2ee-91027190c411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.007005 10.0.0.242 - - [2026-01-08 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.242 - - [2026-01-08 02:15:01] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005425 10.0.0.242 - - [2026-01-08 02:15:01] "GET /virtual-networks?parent_id=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004565 10.0.0.242 - - [2026-01-08 02:15:01] "GET /virtual-network/f6a5aef4-4171-46b8-b2ee-91027190c411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.007193 10.0.0.242 - - [2026-01-08 02:15:05] "POST /neutron/port HTTP/1.1" 200 1109 0.020004 10.0.0.242 - - [2026-01-08 02:15:05] "POST /neutron/port HTTP/1.1" 200 1108 0.014268 10.0.0.242 - - [2026-01-08 02:15:05] "POST /neutron/network HTTP/1.1" 200 975 0.015960 10.0.0.242 - - [2026-01-08 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001348 10.0.0.242 - - [2026-01-08 02:15:07] "GET /project/9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.065833 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001058 10.0.0.242 - - [2026-01-08 02:15:07] "GET /project/9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7?fields=virtual_networks HTTP/1.1" 200 1025 0.061144 10.0.0.27 - - [2026-01-08 02:15:07] "DELETE /project/b21184debc10474d80f629b4c4d513df HTTP/1.1" 404 173 0.024565 10.0.0.27 - - [2026-01-08 02:15:07] "DELETE /project/77b6d8023a5c4e4c8c76d5651f14b22c HTTP/1.1" 404 173 0.017795 10.0.0.27 - - [2026-01-08 02:15:07] "DELETE /project/59d14460efd0433f8333bc0719a4c402 HTTP/1.1" 404 173 0.017054 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=77b6d802-3a5c-4e4c-8c76-d5651f14b22c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=59d14460-efd0-433f-8333-bc0719a4c402&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000997 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=d885cb6a-0e68-4aed-86d1-b222867788c1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001001 10.0.0.27 - - [2026-01-08 02:15:07] "DELETE /project/9042e0e19f3b4cdfafb2c0cf272b85c7 HTTP/1.1" 404 173 0.019294 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000981 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=b21184de-bc10-474d-80f6-29b4c4d513df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000863 10.0.0.27 - - [2026-01-08 02:15:07] "GET /project/77b6d802-3a5c-4e4c-8c76-d5651f14b22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.075787 10.0.0.27 - - [2026-01-08 02:15:07] "GET /project/d885cb6a-0e68-4aed-86d1-b222867788c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.088512 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=77b6d802-3a5c-4e4c-8c76-d5651f14b22c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=d885cb6a-0e68-4aed-86d1-b222867788c1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001050 10.0.0.242 - - [2026-01-08 02:15:07] "GET /project/9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.117231 10.0.0.27 - - [2026-01-08 02:15:07] "GET /project/59d14460-efd0-433f-8333-bc0719a4c402?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.161587 10.0.0.27 - - [2026-01-08 02:15:07] "GET /project/b21184de-bc10-474d-80f6-29b4c4d513df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.178258 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=59d14460-efd0-433f-8333-bc0719a4c402&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002188 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001840 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=b21184de-bc10-474d-80f6-29b4c4d513df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002223 10.0.0.27 - - [2026-01-08 02:15:07] "GET /project/d885cb6a-0e68-4aed-86d1-b222867788c1?fields=security_groups HTTP/1.1" 200 1360 0.192652 10.0.0.27 - - [2026-01-08 02:15:07] "GET /project/77b6d802-3a5c-4e4c-8c76-d5651f14b22c?fields=security_groups HTTP/1.1" 200 1363 0.222334 10.0.0.27 - - [2026-01-08 02:15:07] "GET /project/b21184de-bc10-474d-80f6-29b4c4d513df?fields=security_groups HTTP/1.1" 200 1348 0.163299 10.0.0.242 - - [2026-01-08 02:15:07] "GET /project/9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7?fields=security_groups HTTP/1.1" 200 1247 0.205281 10.0.0.27 - - [2026-01-08 02:15:07] "GET /project/59d14460-efd0-433f-8333-bc0719a4c402?fields=security_groups HTTP/1.1" 200 1374 0.207988 10.0.0.27 - - [2026-01-08 02:15:07] "DELETE /security-group/8dd5065f-01fe-49e0-a292-a232fb9e6f98 HTTP/1.1" 200 115 0.137977 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=d885cb6a-0e68-4aed-86d1-b222867788c1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001623 10.0.0.27 - - [2026-01-08 02:15:07] "DELETE /security-group/12ba6028-3e40-4d4c-a231-974d5046e6a6 HTTP/1.1" 200 115 0.151874 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=77b6d802-3a5c-4e4c-8c76-d5651f14b22c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003927 10.0.0.27 - - [2026-01-08 02:15:07] "GET /project/d885cb6a-0e68-4aed-86d1-b222867788c1?fields=application_policy_sets HTTP/1.1" 200 1399 0.107466 10.0.0.27 - - [2026-01-08 02:15:07] "DELETE /security-group/6b4422b8-4e43-49fd-b6c7-3944c3abc917 HTTP/1.1" 200 115 0.185637 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=b21184de-bc10-474d-80f6-29b4c4d513df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001702 10.0.0.27 - - [2026-01-08 02:15:07] "DELETE /security-group/20c7a544-86c4-407e-b3e4-bcf4cb98ad0e HTTP/1.1" 200 115 0.203804 10.0.0.27 - - [2026-01-08 02:15:07] "GET /projects?obj_uuids=59d14460-efd0-433f-8333-bc0719a4c402&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001207 10.0.0.242 - - [2026-01-08 02:15:07] "DELETE /access-control-list/67a62957-a68f-48b7-8f41-f92048cffe16 HTTP/1.1" 200 115 0.104088 10.0.0.27 - - [2026-01-08 02:15:08] "GET /project/b21184de-bc10-474d-80f6-29b4c4d513df?fields=application_policy_sets HTTP/1.1" 200 1387 0.071694 10.0.0.27 - - [2026-01-08 02:15:08] "GET /project/77b6d802-3a5c-4e4c-8c76-d5651f14b22c?fields=application_policy_sets HTTP/1.1" 200 1402 0.189244 10.0.0.27 - - [2026-01-08 02:15:08] "GET /project/59d14460-efd0-433f-8333-bc0719a4c402?fields=application_policy_sets HTTP/1.1" 200 1413 0.157133 10.0.0.27 - - [2026-01-08 02:15:08] "DELETE /project/d885cb6a-0e68-4aed-86d1-b222867788c1 HTTP/1.1" 200 115 0.929330 10.0.0.242 - - [2026-01-08 02:15:08] "DELETE /access-control-list/4d3dc8a8-361d-4dac-8171-2c05603678e9 HTTP/1.1" 200 115 0.064027 10.0.0.27 - - [2026-01-08 02:15:08] "DELETE /project/b21184de-bc10-474d-80f6-29b4c4d513df HTTP/1.1" 200 115 1.062338 10.0.0.27 - - [2026-01-08 02:15:08] "DELETE /project/77b6d802-3a5c-4e4c-8c76-d5651f14b22c HTTP/1.1" 200 115 1.094817 10.0.0.27 - - [2026-01-08 02:15:08] "DELETE /project/59d14460-efd0-433f-8333-bc0719a4c402 HTTP/1.1" 200 115 1.116199 10.0.0.242 - - [2026-01-08 02:15:08] "DELETE /access-control-list/df340879-bc30-4d2c-ab65-e0d6f45b3ddf HTTP/1.1" 200 115 0.051403 10.0.0.242 - - [2026-01-08 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.027858 10.0.0.27 - - [2026-01-08 02:15:09] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003602 10.0.0.27 - - [2026-01-08 02:15:09] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.27 - - [2026-01-08 02:15:09] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007061 10.0.0.27 - - [2026-01-08 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 188 0.001997 10.0.0.27 - - [2026-01-08 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.004286 10.0.0.27 - - [2026-01-08 02:15:09] "POST /security-groups HTTP/1.1" 200 589 0.034431 10.0.0.27 - - [2026-01-08 02:15:09] "POST /projects HTTP/1.1" 200 581 0.239266 10.0.0.242 - - [2026-01-08 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 231 0.009122 10.0.0.27 - - [2026-01-08 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.317880 10.0.0.242 - - [2026-01-08 02:15:09] "GET /project/d93dd25e-1fb7-4c7b-8534-a6151003337b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.462250 10.0.0.242 - - [2026-01-08 02:15:10] "POST /neutron/port HTTP/1.1" 400 205 0.005494 10.0.0.242 - - [2026-01-08 02:15:10] "GET / HTTP/1.1" 200 35931 0.002368 10.0.0.242 - - [2026-01-08 02:15:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000597 10.0.0.242 - - [2026-01-08 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.055074 10.0.0.27 - - [2026-01-08 02:15:12] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.024405 10.0.0.242 - - [2026-01-08 02:15:12] "GET /project/d93dd25e-1fb7-4c7b-8534-a6151003337b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.062766 10.0.0.242 - - [2026-01-08 02:15:12] "POST /neutron/network HTTP/1.1" 200 117 0.041342 10.0.0.242 - - [2026-01-08 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.023062 10.0.0.242 - - [2026-01-08 02:15:13] "POST /neutron/network HTTP/1.1" 200 824 0.008480 10.0.0.242 - - [2026-01-08 02:15:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.001167 10.0.0.242 - - [2026-01-08 02:15:13] "GET /virtual-network/cb408ed3-6e48-4392-8dd2-3d9b81f1d2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005413 10.0.0.242 - - [2026-01-08 02:15:13] "GET /virtual-network/cb408ed3-6e48-4392-8dd2-3d9b81f1d2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006097 10.0.0.242 - - [2026-01-08 02:15:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.009843 10.0.0.242 - - [2026-01-08 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008491 10.0.0.27 - - [2026-01-08 02:15:13] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.242 - - [2026-01-08 02:15:13] "GET /project/d93dd25e-1fb7-4c7b-8534-a6151003337b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046090 10.0.0.27 - - [2026-01-08 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004517 10.0.0.242 - - [2026-01-08 02:15:14] "POST /neutron/subnet HTTP/1.1" 200 719 0.228611 10.0.0.242 - - [2026-01-08 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001321 10.0.0.242 - - [2026-01-08 02:15:14] "GET /virtual-network/c98abba9-0b41-427c-8add-a9ce222adcb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005614 10.0.0.242 - - [2026-01-08 02:15:14] "GET /virtual-network/c98abba9-0b41-427c-8add-a9ce222adcb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005805 10.0.0.242 - - [2026-01-08 02:15:14] "POST /neutron/network HTTP/1.1" 200 823 0.007433 10.0.0.242 - - [2026-01-08 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001374 10.0.0.27 - - [2026-01-08 02:15:15] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001217 10.0.0.242 - - [2026-01-08 02:15:15] "GET /project/d93dd25e-1fb7-4c7b-8534-a6151003337b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.070694 10.0.0.242 - - [2026-01-08 02:15:15] "POST /neutron/network HTTP/1.1" 200 824 0.007706 10.0.0.242 - - [2026-01-08 02:15:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.001938 10.0.0.242 - - [2026-01-08 02:15:15] "POST /neutron/port HTTP/1.1" 200 117 0.006997 10.0.0.27 - - [2026-01-08 02:15:15] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001237 10.0.0.242 - - [2026-01-08 02:15:15] "POST /neutron/port HTTP/1.1" 200 1058 0.326233 10.0.0.242 - - [2026-01-08 02:15:16] "POST /neutron/port HTTP/1.1" 200 1112 0.114621 10.0.0.242 - - [2026-01-08 02:15:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.011075 10.0.0.27 - - [2026-01-08 02:15:16] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.242 - - [2026-01-08 02:15:16] "GET /project/d93dd25e-1fb7-4c7b-8534-a6151003337b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.075901 10.0.0.242 - - [2026-01-08 02:15:16] "POST /neutron/network HTTP/1.1" 200 823 0.006224 10.0.0.242 - - [2026-01-08 02:15:16] "POST /neutron/port HTTP/1.1" 200 117 0.007238 10.0.0.242 - - [2026-01-08 02:15:16] "POST /route-targets HTTP/1.1" 200 327 0.013869 10.0.0.27 - - [2026-01-08 02:15:16] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001273 10.0.0.242 - - [2026-01-08 02:15:16] "POST /neutron/router HTTP/1.1" 200 344 0.286151 10.0.0.242 - - [2026-01-08 02:15:17] "POST /neutron/network HTTP/1.1" 200 833 0.007801 10.0.0.242 - - [2026-01-08 02:15:17] "POST /neutron/port HTTP/1.1" 200 1057 0.017197 10.0.0.242 - - [2026-01-08 02:15:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003977 10.0.0.242 - - [2026-01-08 02:15:17] "POST /neutron/network HTTP/1.1" 200 823 0.009962 10.0.0.242 - - [2026-01-08 02:15:22] "POST /neutron/port HTTP/1.1" 200 1122 0.021165 10.0.0.242 - - [2026-01-08 02:15:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008203 10.0.0.242 - - [2026-01-08 02:15:22] "GET /virtual-machine/b9872aae-7e32-4395-829c-dee69530f200 HTTP/1.1" 401 293 0.000403 10.0.0.242 - - [2026-01-08 02:15:22] "GET /virtual-machine/b9872aae-7e32-4395-829c-dee69530f200 HTTP/1.1" 200 1290 0.046474 10.0.0.242 - - [2026-01-08 02:15:22] "GET /virtual-machine-interface/39f9d8ab-2d5b-442e-91da-8282904ca938 HTTP/1.1" 200 2934 0.005269 10.0.0.27 - - [2026-01-08 02:15:22] "GET /obj-perms HTTP/1.1" 200 5075 0.356892 10.0.0.242 - - [2026-01-08 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.242 - - [2026-01-08 02:15:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003801 10.0.0.242 - - [2026-01-08 02:15:22] "GET /virtual-networks?parent_id=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002791 10.0.0.242 - - [2026-01-08 02:15:22] "GET /virtual-network/cb408ed3-6e48-4392-8dd2-3d9b81f1d2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006376 10.0.0.242 - - [2026-01-08 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.242 - - [2026-01-08 02:15:26] "GET /virtual-network/cb408ed3-6e48-4392-8dd2-3d9b81f1d2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005605 10.0.0.242 - - [2026-01-08 02:15:29] "POST /neutron/port HTTP/1.1" 200 1121 0.020437 10.0.0.242 - - [2026-01-08 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.242 - - [2026-01-08 02:15:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004863 10.0.0.242 - - [2026-01-08 02:15:30] "GET /virtual-networks?parent_id=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004414 10.0.0.242 - - [2026-01-08 02:15:30] "GET /virtual-network/cb408ed3-6e48-4392-8dd2-3d9b81f1d2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.011243 10.0.0.242 - - [2026-01-08 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012490 10.0.0.242 - - [2026-01-08 02:15:35] "POST /neutron/port HTTP/1.1" 200 1121 0.017103 10.0.0.242 - - [2026-01-08 02:15:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006943 10.0.0.242 - - [2026-01-08 02:15:35] "GET /virtual-machine/355db322-a6c7-4ec0-801e-38d35467605e HTTP/1.1" 200 1289 0.005872 10.0.0.242 - - [2026-01-08 02:15:35] "GET /virtual-machine-interface/1dc44688-9869-4df4-9938-41ab718e87cf HTTP/1.1" 200 2934 0.006858 10.0.0.242 - - [2026-01-08 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.242 - - [2026-01-08 02:15:35] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003471 10.0.0.242 - - [2026-01-08 02:15:35] "GET /virtual-networks?parent_id=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003429 10.0.0.242 - - [2026-01-08 02:15:35] "GET /virtual-network/c98abba9-0b41-427c-8add-a9ce222adcb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007782 10.0.0.242 - - [2026-01-08 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.242 - - [2026-01-08 02:15:36] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004245 10.0.0.242 - - [2026-01-08 02:15:36] "GET /virtual-networks?parent_id=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003333 10.0.0.242 - - [2026-01-08 02:15:37] "GET /virtual-network/c98abba9-0b41-427c-8add-a9ce222adcb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006205 10.0.0.242 - - [2026-01-08 02:15:41] "POST /neutron/port HTTP/1.1" 200 1919 0.033592 10.0.0.242 - - [2026-01-08 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.058046 10.0.0.242 - - [2026-01-08 02:15:51] "POST /neutron/router HTTP/1.1" 200 580 0.007085 10.0.0.242 - - [2026-01-08 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.022801 10.0.0.242 - - [2026-01-08 02:15:54] "POST /neutron/router HTTP/1.1" 200 344 0.243345 10.0.0.242 - - [2026-01-08 02:15:54] "POST /neutron/router HTTP/1.1" 200 580 0.009223 10.0.0.242 - - [2026-01-08 02:15:54] "DELETE /route-target/bd1aa4ee-4aca-4c76-8547-8fc2e4077722 HTTP/1.1" 200 115 0.036498 10.0.0.242 - - [2026-01-08 02:15:54] "POST /neutron/network HTTP/1.1" 400 204 0.020393 10.0.0.242 - - [2026-01-08 02:15:55] "POST /neutron/port HTTP/1.1" 200 151 0.265370 10.0.0.242 - - [2026-01-08 02:15:55] "POST /neutron/port HTTP/1.1" 200 151 0.301764 10.0.0.242 - - [2026-01-08 02:15:57] "POST /neutron/network HTTP/1.1" 200 824 0.007861 10.0.0.242 - - [2026-01-08 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.27 - - [2026-01-08 02:15:58] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001256 10.0.0.242 - - [2026-01-08 02:15:58] "GET /project/d93dd25e-1fb7-4c7b-8534-a6151003337b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.078808 10.0.0.27 - - [2026-01-08 02:15:58] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.242 - - [2026-01-08 02:15:58] "GET /project/d93dd25e-1fb7-4c7b-8534-a6151003337b?fields=virtual_networks HTTP/1.1" 200 1028 0.050343 10.0.0.27 - - [2026-01-08 02:15:58] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001222 10.0.0.242 - - [2026-01-08 02:15:58] "GET /project/d93dd25e-1fb7-4c7b-8534-a6151003337b?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.051266 10.0.0.27 - - [2026-01-08 02:15:58] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002593 10.0.0.242 - - [2026-01-08 02:15:58] "GET /project/d93dd25e-1fb7-4c7b-8534-a6151003337b?fields=security_groups HTTP/1.1" 200 1252 0.045868 10.0.0.242 - - [2026-01-08 02:15:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.028009 10.0.0.27 - - [2026-01-08 02:15:59] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003276 10.0.0.27 - - [2026-01-08 02:15:59] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001395 10.0.0.27 - - [2026-01-08 02:15:59] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.032380 10.0.0.27 - - [2026-01-08 02:16:00] "POST /id-to-fqname HTTP/1.1" 200 193 0.001244 10.0.0.27 - - [2026-01-08 02:16:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.005387 10.0.0.27 - - [2026-01-08 02:16:00] "POST /security-groups HTTP/1.1" 200 594 0.077959 10.0.0.27 - - [2026-01-08 02:16:00] "POST /projects HTTP/1.1" 200 591 0.299897 10.0.0.242 - - [2026-01-08 02:16:00] "POST /access-control-lists HTTP/1.1" 200 599 0.028103 10.0.0.27 - - [2026-01-08 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.373530 10.0.0.242 - - [2026-01-08 02:16:00] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.545007 10.0.0.242 - - [2026-01-08 02:16:01] "GET / HTTP/1.1" 200 35931 0.001718 10.0.0.242 - - [2026-01-08 02:16:03] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000481 10.0.0.27 - - [2026-01-08 02:16:03] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001094 10.0.0.242 - - [2026-01-08 02:16:03] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.064738 10.0.0.242 - - [2026-01-08 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007092 10.0.0.242 - - [2026-01-08 02:16:03] "GET /security-group/9b36e19f-9ca5-4df8-abef-5b7881722954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.007140 10.0.0.242 - - [2026-01-08 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.27 - - [2026-01-08 02:16:03] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001044 10.0.0.242 - - [2026-01-08 02:16:03] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047882 10.0.0.242 - - [2026-01-08 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.242 - - [2026-01-08 02:16:04] "GET /security-group/9b36e19f-9ca5-4df8-abef-5b7881722954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004861 10.0.0.242 - - [2026-01-08 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.242 - - [2026-01-08 02:16:04] "PUT /security-group/9b36e19f-9ca5-4df8-abef-5b7881722954 HTTP/1.1" 200 262 0.023172 10.0.0.242 - - [2026-01-08 02:16:04] "PUT /access-control-list/6b672690-6c09-43c3-9d6e-3afbf0a15859 HTTP/1.1" 200 272 0.016347 10.0.0.242 - - [2026-01-08 02:16:04] "POST /fqname-to-id HTTP/1.1" 404 202 0.004373 10.0.0.242 - - [2026-01-08 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.27 - - [2026-01-08 02:16:04] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001479 10.0.0.242 - - [2026-01-08 02:16:04] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.042993 10.0.0.27 - - [2026-01-08 02:16:04] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001047 10.0.0.242 - - [2026-01-08 02:16:04] "POST /neutron/network HTTP/1.1" 200 608 0.157004 10.0.0.242 - - [2026-01-08 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.029998 10.0.0.242 - - [2026-01-08 02:16:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.003179 10.0.0.242 - - [2026-01-08 02:16:05] "GET /virtual-network/62ac31ad-a3b6-4afb-818d-d16b04116891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005588 10.0.0.242 - - [2026-01-08 02:16:05] "POST /neutron/network HTTP/1.1" 200 829 0.006049 10.0.0.242 - - [2026-01-08 02:16:05] "GET /virtual-network/62ac31ad-a3b6-4afb-818d-d16b04116891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004890 10.0.0.242 - - [2026-01-08 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.27 - - [2026-01-08 02:16:05] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001049 10.0.0.242 - - [2026-01-08 02:16:05] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.041779 10.0.0.242 - - [2026-01-08 02:16:05] "POST /neutron/network HTTP/1.1" 200 117 0.015339 10.0.0.242 - - [2026-01-08 02:16:05] "POST /neutron/network HTTP/1.1" 200 836 0.008602 10.0.0.242 - - [2026-01-08 02:16:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001131 10.0.0.242 - - [2026-01-08 02:16:05] "GET /virtual-network/d3900323-8ca5-4bac-b5b7-6cfb173ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005102 10.0.0.242 - - [2026-01-08 02:16:05] "GET /virtual-network/d3900323-8ca5-4bac-b5b7-6cfb173ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005857 10.0.0.242 - - [2026-01-08 02:16:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.011391 10.0.0.242 - - [2026-01-08 02:16:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.001274 10.0.0.27 - - [2026-01-08 02:16:06] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001121 10.0.0.242 - - [2026-01-08 02:16:06] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.082484 10.0.0.242 - - [2026-01-08 02:16:06] "POST /neutron/port HTTP/1.1" 200 117 0.005852 10.0.0.242 - - [2026-01-08 02:16:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.001934 10.0.0.242 - - [2026-01-08 02:16:07] "POST /neutron/network HTTP/1.1" 200 846 0.007362 10.0.0.242 - - [2026-01-08 02:16:07] "POST /neutron/port HTTP/1.1" 200 1065 0.017932 10.0.0.27 - - [2026-01-08 02:16:07] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001175 10.0.0.242 - - [2026-01-08 02:16:07] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.114481 10.0.0.242 - - [2026-01-08 02:16:07] "POST /neutron/port HTTP/1.1" 200 1129 0.027703 10.0.0.242 - - [2026-01-08 02:16:08] "POST /neutron/subnet HTTP/1.1" 200 708 0.009235 10.0.0.242 - - [2026-01-08 02:16:08] "POST /neutron/port HTTP/1.1" 200 1129 0.019983 10.0.0.27 - - [2026-01-08 02:16:08] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003102 10.0.0.242 - - [2026-01-08 02:16:08] "POST /neutron/router HTTP/1.1" 200 585 0.084312 10.0.0.242 - - [2026-01-08 02:16:08] "POST /route-targets HTTP/1.1" 200 327 0.017222 10.0.0.242 - - [2026-01-08 02:16:08] "POST /neutron/router HTTP/1.1" 200 656 0.012045 10.0.0.242 - - [2026-01-08 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.27 - - [2026-01-08 02:16:08] "DELETE /project/67688cd5dade454ea6a2dadd9a9f4ed4 HTTP/1.1" 404 173 0.025794 10.0.0.27 - - [2026-01-08 02:16:08] "DELETE /project/d93dd25e1fb74c7b8534a6151003337b HTTP/1.1" 404 173 0.027988 10.0.0.27 - - [2026-01-08 02:16:08] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001565 10.0.0.27 - - [2026-01-08 02:16:08] "GET /projects?obj_uuids=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001357 10.0.0.27 - - [2026-01-08 02:16:08] "GET /project/9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.112412 10.0.0.27 - - [2026-01-08 02:16:08] "GET /projects?obj_uuids=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001096 10.0.0.27 - - [2026-01-08 02:16:08] "GET /project/d93dd25e-1fb7-4c7b-8534-a6151003337b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.163974 10.0.0.27 - - [2026-01-08 02:16:08] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398 10.0.0.27 - - [2026-01-08 02:16:08] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001276 10.0.0.27 - - [2026-01-08 02:16:08] "GET /project/9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7?fields=security_groups HTTP/1.1" 200 1352 0.120728 10.0.0.27 - - [2026-01-08 02:16:08] "GET /project/d93dd25e-1fb7-4c7b-8534-a6151003337b?fields=security_groups HTTP/1.1" 200 1357 0.090721 10.0.0.27 - - [2026-01-08 02:16:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007342 10.0.0.242 - - [2026-01-08 02:16:08] "POST /virtual-networks HTTP/1.1" 200 694 0.317179 10.0.0.27 - - [2026-01-08 02:16:08] "DELETE /security-group/1c3c808a-f320-4dff-9d07-3cb1a44307bf HTTP/1.1" 200 115 0.099313 10.0.0.27 - - [2026-01-08 02:16:08] "GET /projects?obj_uuids=9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001426 10.0.0.242 - - [2026-01-08 02:16:09] "POST /route-targets HTTP/1.1" 200 327 0.032750 10.0.0.27 - - [2026-01-08 02:16:09] "DELETE /security-group/358dd5b6-c6aa-4738-8efc-31772038c24a HTTP/1.1" 200 115 0.101208 10.0.0.27 - - [2026-01-08 02:16:09] "GET /projects?obj_uuids=d93dd25e-1fb7-4c7b-8534-a6151003337b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.27 - - [2026-01-08 02:16:09] "GET /project/9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7?fields=application_policy_sets HTTP/1.1" 200 1391 0.082022 10.0.0.27 - - [2026-01-08 02:16:09] "GET /project/d93dd25e-1fb7-4c7b-8534-a6151003337b?fields=application_policy_sets HTTP/1.1" 200 1396 0.144650 10.0.0.242 - - [2026-01-08 02:16:09] "PUT /logical-router/2cadc1ff-566c-4806-acbe-f0b1b6885c62 HTTP/1.1" 200 262 0.114817 10.0.0.242 - - [2026-01-08 02:16:09] "DELETE /access-control-list/553a4f22-4c73-452b-ac07-9004b8e28331 HTTP/1.1" 200 115 0.071916 10.0.0.242 - - [2026-01-08 02:16:09] "POST /neutron/port HTTP/1.1" 200 1065 0.624088 10.0.0.27 - - [2026-01-08 02:16:09] "DELETE /project/9042e0e1-9f3b-4cdf-afb2-c0cf272b85c7 HTTP/1.1" 200 115 0.823284 10.0.0.242 - - [2026-01-08 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.016583 10.0.0.242 - - [2026-01-08 02:16:09] "POST /neutron/port HTTP/1.1" 200 1065 0.037820 10.0.0.27 - - [2026-01-08 02:16:09] "DELETE /project/d93dd25e-1fb7-4c7b-8534-a6151003337b HTTP/1.1" 200 115 0.881903 10.0.0.242 - - [2026-01-08 02:16:09] "POST /chown HTTP/1.1" 200 109 0.053506 10.0.0.242 - - [2026-01-08 02:16:09] "POST /neutron/port HTTP/1.1" 200 1129 0.034084 10.0.0.242 - - [2026-01-08 02:16:09] "POST /chown HTTP/1.1" 200 109 0.039549 10.0.0.242 - - [2026-01-08 02:16:09] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.242 - - [2026-01-08 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.029610 10.0.0.242 - - [2026-01-08 02:16:10] "POST /instance-ips HTTP/1.1" 200 549 0.068068 10.0.0.242 - - [2026-01-08 02:16:10] "PUT /virtual-machine-interface/168e2144-4d90-4297-af38-eaff6e447e8b HTTP/1.1" 200 284 0.026894 10.0.0.242 - - [2026-01-08 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.034673 10.0.0.242 - - [2026-01-08 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.031848 10.0.0.242 - - [2026-01-08 02:16:10] "POST /chown HTTP/1.1" 200 109 0.025726 10.0.0.242 - - [2026-01-08 02:16:10] "PUT /virtual-machine-interface/b8cf6f57-4ddf-4dde-9c81-39ca08f5f7da HTTP/1.1" 200 284 0.022442 10.0.0.242 - - [2026-01-08 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.044958 10.0.0.242 - - [2026-01-08 02:16:10] "PUT /routing-instance/28a5d356-3fc4-43a1-8020-1aa039a61e61 HTTP/1.1" 200 266 0.036643 10.0.0.242 - - [2026-01-08 02:16:10] "POST /instance-ips HTTP/1.1" 400 316 0.031748 10.0.0.242 - - [2026-01-08 02:16:11] "PUT /instance-ip/c3c66e41-37c4-4635-94ee-691b9c7628d5 HTTP/1.1" 200 256 0.032020 10.0.0.242 - - [2026-01-08 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.048280 10.0.0.242 - - [2026-01-08 02:16:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008259 10.0.0.242 - - [2026-01-08 02:16:14] "POST /neutron/port HTTP/1.1" 200 1129 0.019785 10.0.0.242 - - [2026-01-08 02:16:14] "GET /virtual-machine/b35a1d76-e6a6-46d2-90fb-33b33244f0d3 HTTP/1.1" 401 293 0.000451 10.0.0.242 - - [2026-01-08 02:16:14] "GET /virtual-machine/b35a1d76-e6a6-46d2-90fb-33b33244f0d3 HTTP/1.1" 200 1296 0.038334 10.0.0.242 - - [2026-01-08 02:16:14] "GET /virtual-machine-interface/d6bfa48f-ec12-45f5-905d-d29a2fb72203 HTTP/1.1" 200 2957 0.007570 10.0.0.242 - - [2026-01-08 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.242 - - [2026-01-08 02:16:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004436 10.0.0.242 - - [2026-01-08 02:16:14] "GET /virtual-networks?parent_id=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003745 10.0.0.242 - - [2026-01-08 02:16:14] "GET /virtual-network/62ac31ad-a3b6-4afb-818d-d16b04116891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008514 10.0.0.242 - - [2026-01-08 02:16:15] "POST /neutron/port HTTP/1.1" 200 1129 0.020728 10.0.0.242 - - [2026-01-08 02:16:15] "POST /neutron/subnet HTTP/1.1" 200 708 0.009014 10.0.0.242 - - [2026-01-08 02:16:17] "POST /neutron/port HTTP/1.1" 200 1129 0.021174 10.0.0.242 - - [2026-01-08 02:16:17] "POST /neutron/port HTTP/1.1" 200 1129 0.016699 10.0.0.242 - - [2026-01-08 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.010687 10.0.0.242 - - [2026-01-08 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.242 - - [2026-01-08 02:16:18] "GET /virtual-network/62ac31ad-a3b6-4afb-818d-d16b04116891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005637 10.0.0.242 - - [2026-01-08 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.242 - - [2026-01-08 02:16:20] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003554 10.0.0.242 - - [2026-01-08 02:16:20] "GET /virtual-networks?parent_id=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003242 10.0.0.242 - - [2026-01-08 02:16:20] "GET /virtual-network/62ac31ad-a3b6-4afb-818d-d16b04116891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007054 10.0.0.242 - - [2026-01-08 02:16:20] "POST /neutron/port HTTP/1.1" 200 1129 0.018340 10.0.0.242 - - [2026-01-08 02:16:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007793 10.0.0.242 - - [2026-01-08 02:16:20] "GET /virtual-machine/5e37ae77-23b3-405b-82e0-0a90d561684c HTTP/1.1" 200 1294 0.006516 10.0.0.242 - - [2026-01-08 02:16:20] "POST /neutron/port HTTP/1.1" 200 1129 0.021815 10.0.0.242 - - [2026-01-08 02:16:20] "GET /virtual-machine-interface/edcd502b-5287-4ded-bf3e-e4c5c9918925 HTTP/1.1" 200 2969 0.007469 10.0.0.242 - - [2026-01-08 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.242 - - [2026-01-08 02:16:20] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004169 10.0.0.242 - - [2026-01-08 02:16:20] "GET /virtual-networks?parent_id=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002685 10.0.0.242 - - [2026-01-08 02:16:20] "GET /virtual-network/d3900323-8ca5-4bac-b5b7-6cfb173ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007097 10.0.0.242 - - [2026-01-08 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.242 - - [2026-01-08 02:16:21] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003444 10.0.0.242 - - [2026-01-08 02:16:21] "GET /virtual-networks?parent_id=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003210 10.0.0.242 - - [2026-01-08 02:16:21] "GET /virtual-network/d3900323-8ca5-4bac-b5b7-6cfb173ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005926 10.0.0.242 - - [2026-01-08 02:16:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007798 10.0.0.50 - - [2026-01-08 02:16:23] "GET /obj-perms HTTP/1.1" 200 5075 0.052039 10.0.0.242 - - [2026-01-08 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.019086 10.0.0.242 - - [2026-01-08 02:16:31] "POST /neutron/router HTTP/1.1" 200 656 0.010036 10.0.0.242 - - [2026-01-08 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.024043 10.0.0.242 - - [2026-01-08 02:16:31] "PUT /logical-router/2cadc1ff-566c-4806-acbe-f0b1b6885c62 HTTP/1.1" 404 171 0.003287 10.0.0.242 - - [2026-01-08 02:16:31] "GET /virtual-network/84e9d2c9-2d4c-4087-ab6c-d4f29434d3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006915 10.0.0.242 - - [2026-01-08 02:16:31] "DELETE /instance-ip/c3c66e41-37c4-4635-94ee-691b9c7628d5 HTTP/1.1" 200 115 0.134449 10.0.0.242 - - [2026-01-08 02:16:31] "POST /neutron/network HTTP/1.1" 400 204 0.098590 10.0.0.242 - - [2026-01-08 02:16:31] "DELETE /route-target/0985661d-0c34-4e14-9748-2faf4b4edf36 HTTP/1.1" 200 115 0.023941 10.0.0.242 - - [2026-01-08 02:16:31] "GET /logical-router/2cadc1ff-566c-4806-acbe-f0b1b6885c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003271 10.0.0.242 - - [2026-01-08 02:16:32] "DELETE /virtual-machine-interface/168e2144-4d90-4297-af38-eaff6e447e8b HTTP/1.1" 200 115 0.046833 10.0.0.242 - - [2026-01-08 02:16:32] "GET /instance-ip/2f12a3fb-2df7-4255-adad-bdc3ee97a4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.018568 10.0.0.242 - - [2026-01-08 02:16:32] "POST /neutron/port HTTP/1.1" 200 151 0.215104 10.0.0.242 - - [2026-01-08 02:16:32] "DELETE /virtual-machine/11103e45-6f4e-425d-a280-7b9d0509a461 HTTP/1.1" 200 115 0.042726 10.0.0.242 - - [2026-01-08 02:16:32] "GET /instance-ip/2f12a3fb-2df7-4255-adad-bdc3ee97a4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.012705 10.0.0.242 - - [2026-01-08 02:16:32] "POST /neutron/port HTTP/1.1" 200 151 0.254169 10.0.0.242 - - [2026-01-08 02:16:32] "GET /virtual-machine-interface/544092aa-bc2d-4f9b-a299-b37e694d7d58?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.015040 10.0.0.242 - - [2026-01-08 02:16:32] "DELETE /virtual-machine/5be3248c-37ea-4641-acce-f1c953ada573 HTTP/1.1" 200 115 0.052174 10.0.0.242 - - [2026-01-08 02:16:33] "POST /neutron/network HTTP/1.1" 200 829 0.014849 10.0.0.242 - - [2026-01-08 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.27 - - [2026-01-08 02:16:35] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001095 10.0.0.242 - - [2026-01-08 02:16:35] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.045023 10.0.0.27 - - [2026-01-08 02:16:35] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000995 10.0.0.242 - - [2026-01-08 02:16:35] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?fields=virtual_networks HTTP/1.1" 200 1038 0.038461 10.0.0.27 - - [2026-01-08 02:16:35] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001080 10.0.0.242 - - [2026-01-08 02:16:35] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.045269 10.0.0.27 - - [2026-01-08 02:16:35] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001115 10.0.0.242 - - [2026-01-08 02:16:35] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?fields=security_groups HTTP/1.1" 200 1267 0.047005 10.0.0.242 - - [2026-01-08 02:16:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.031461 10.0.0.27 - - [2026-01-08 02:16:36] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002899 10.0.0.27 - - [2026-01-08 02:16:36] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.27 - - [2026-01-08 02:16:36] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008168 10.0.0.27 - - [2026-01-08 02:16:36] "POST /id-to-fqname HTTP/1.1" 200 198 0.001380 10.0.0.27 - - [2026-01-08 02:16:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.006449 10.0.0.27 - - [2026-01-08 02:16:36] "POST /security-groups HTTP/1.1" 200 599 0.045661 10.0.0.27 - - [2026-01-08 02:16:36] "POST /projects HTTP/1.1" 200 601 0.260106 10.0.0.242 - - [2026-01-08 02:16:36] "POST /access-control-lists HTTP/1.1" 200 604 0.030481 10.0.0.27 - - [2026-01-08 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.332098 10.0.0.242 - - [2026-01-08 02:16:36] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.471121 10.0.0.242 - - [2026-01-08 02:16:37] "GET / HTTP/1.1" 200 35931 0.002705 10.0.0.242 - - [2026-01-08 02:16:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000701 10.0.0.242 - - [2026-01-08 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.054468 10.0.0.27 - - [2026-01-08 02:16:40] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.242 - - [2026-01-08 02:16:40] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042497 10.0.0.27 - - [2026-01-08 02:16:40] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.242 - - [2026-01-08 02:16:40] "POST /neutron/network HTTP/1.1" 200 613 0.147424 10.0.0.242 - - [2026-01-08 02:16:40] "POST /route-targets HTTP/1.1" 200 327 0.016047 10.0.0.242 - - [2026-01-08 02:16:40] "POST /neutron/network HTTP/1.1" 200 1006 0.014766 10.0.0.242 - - [2026-01-08 02:16:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001467 10.0.0.242 - - [2026-01-08 02:16:40] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008387 10.0.0.242 - - [2026-01-08 02:16:41] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007357 10.0.0.242 - - [2026-01-08 02:16:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.008673 10.0.0.242 - - [2026-01-08 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.27 - - [2026-01-08 02:16:41] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.242 - - [2026-01-08 02:16:41] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039998 10.0.0.27 - - [2026-01-08 02:16:41] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001189 10.0.0.242 - - [2026-01-08 02:16:41] "POST /neutron/network HTTP/1.1" 200 613 0.139634 10.0.0.242 - - [2026-01-08 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.027285 10.0.0.242 - - [2026-01-08 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.037354 10.0.0.242 - - [2026-01-08 02:16:41] "POST /neutron/network HTTP/1.1" 200 1005 0.013475 10.0.0.242 - - [2026-01-08 02:16:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001117 10.0.0.242 - - [2026-01-08 02:16:41] "GET /virtual-network/a6f3aad6-dc09-4208-a709-06896be9fcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004943 10.0.0.242 - - [2026-01-08 02:16:41] "GET /virtual-network/a6f3aad6-dc09-4208-a709-06896be9fcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005389 10.0.0.242 - - [2026-01-08 02:16:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.009439 10.0.0.242 - - [2026-01-08 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.003504 10.0.0.242 - - [2026-01-08 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.27 - - [2026-01-08 02:16:41] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.242 - - [2026-01-08 02:16:42] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047379 10.0.0.242 - - [2026-01-08 02:16:42] "POST /network-policys HTTP/1.1" 200 577 0.029939 10.0.0.242 - - [2026-01-08 02:16:42] "GET /network-policy/4f6e065e-3bc1-457b-8358-5d32363c5602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.007223 10.0.0.242 - - [2026-01-08 02:16:42] "POST /neutron/network HTTP/1.1" 200 1114 0.088972 10.0.0.242 - - [2026-01-08 02:16:42] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006066 10.0.0.242 - - [2026-01-08 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.242 - - [2026-01-08 02:16:42] "GET /network-policy/4f6e065e-3bc1-457b-8358-5d32363c5602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004286 10.0.0.242 - - [2026-01-08 02:16:42] "POST /neutron/network HTTP/1.1" 200 1113 0.094486 10.0.0.242 - - [2026-01-08 02:16:42] "GET /virtual-network/a6f3aad6-dc09-4208-a709-06896be9fcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006244 10.0.0.242 - - [2026-01-08 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.242 - - [2026-01-08 02:16:42] "GET /network-policy/4f6e065e-3bc1-457b-8358-5d32363c5602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004092 10.0.0.242 - - [2026-01-08 02:16:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.008308 10.0.0.242 - - [2026-01-08 02:16:42] "PUT /access-control-list/6e94d679-5b48-46dc-84d2-5e958aa4481c HTTP/1.1" 200 272 0.069395 10.0.0.242 - - [2026-01-08 02:16:43] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006440 10.0.0.242 - - [2026-01-08 02:16:44] "GET /virtual-network/a6f3aad6-dc09-4208-a709-06896be9fcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007412 10.0.0.242 - - [2026-01-08 02:16:45] "GET /obj-perms HTTP/1.1" 200 5065 0.057873 10.0.0.242 - - [2026-01-08 02:16:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001419 10.0.0.27 - - [2026-01-08 02:16:46] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.242 - - [2026-01-08 02:16:46] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.073746 10.0.0.242 - - [2026-01-08 02:16:46] "POST /neutron/network HTTP/1.1" 200 1114 0.009515 10.0.0.242 - - [2026-01-08 02:16:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.001387 10.0.0.242 - - [2026-01-08 02:16:46] "POST /neutron/port HTTP/1.1" 200 117 0.006864 10.0.0.27 - - [2026-01-08 02:16:46] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001321 10.0.0.242 - - [2026-01-08 02:16:47] "POST /neutron/port HTTP/1.1" 200 1175 0.346577 10.0.0.27 - - [2026-01-08 02:16:47] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.242 - - [2026-01-08 02:16:47] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.104837 10.0.0.242 - - [2026-01-08 02:16:47] "POST /neutron/port HTTP/1.1" 200 1229 0.194499 10.0.0.242 - - [2026-01-08 02:16:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004323 10.0.0.242 - - [2026-01-08 02:16:47] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.242 - - [2026-01-08 02:16:47] "POST /neutron/network HTTP/1.1" 200 1114 0.009368 10.0.0.242 - - [2026-01-08 02:16:47] "POST /neutron/port HTTP/1.1" 200 1239 0.019263 10.0.0.27 - - [2026-01-08 02:16:48] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001918 10.0.0.242 - - [2026-01-08 02:16:48] "POST /neutron/port HTTP/1.1" 200 1174 0.336751 10.0.0.242 - - [2026-01-08 02:16:48] "POST /neutron/port HTTP/1.1" 200 1228 0.151424 10.0.0.242 - - [2026-01-08 02:16:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003852 10.0.0.242 - - [2026-01-08 02:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.242 - - [2026-01-08 02:16:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009918 10.0.0.242 - - [2026-01-08 02:16:53] "POST /neutron/port HTTP/1.1" 200 1239 0.021716 10.0.0.242 - - [2026-01-08 02:16:53] "GET /virtual-machine/080e9afe-2845-43fa-a6ba-109cabbcbdae HTTP/1.1" 401 293 0.000493 10.0.0.242 - - [2026-01-08 02:16:53] "GET /virtual-machine/080e9afe-2845-43fa-a6ba-109cabbcbdae HTTP/1.1" 200 1299 0.032147 10.0.0.242 - - [2026-01-08 02:16:53] "GET /virtual-machine-interface/64f88c15-5259-4bcd-a0f2-0ff39c8a2921 HTTP/1.1" 200 3175 0.005835 10.0.0.242 - - [2026-01-08 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.242 - - [2026-01-08 02:16:53] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003692 10.0.0.242 - - [2026-01-08 02:16:53] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003223 10.0.0.242 - - [2026-01-08 02:16:53] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006345 10.0.0.242 - - [2026-01-08 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.242 - - [2026-01-08 02:16:56] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007406 10.0.0.242 - - [2026-01-08 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.242 - - [2026-01-08 02:17:00] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005620 10.0.0.242 - - [2026-01-08 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.242 - - [2026-01-08 02:17:04] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005203 10.0.0.242 - - [2026-01-08 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.242 - - [2026-01-08 02:17:08] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007026 10.0.0.27 - - [2026-01-08 02:17:09] "DELETE /project/6d6fbf6dc5f44d0e889fa802ab95148a HTTP/1.1" 404 173 0.004245 10.0.0.27 - - [2026-01-08 02:17:09] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000880 10.0.0.27 - - [2026-01-08 02:17:09] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.056688 10.0.0.27 - - [2026-01-08 02:17:09] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000986 10.0.0.27 - - [2026-01-08 02:17:09] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?fields=security_groups HTTP/1.1" 200 1372 0.057838 10.0.0.27 - - [2026-01-08 02:17:09] "DELETE /security-group/9b36e19f-9ca5-4df8-abef-5b7881722954 HTTP/1.1" 200 115 0.045021 10.0.0.27 - - [2026-01-08 02:17:09] "GET /projects?obj_uuids=67688cd5-dade-454e-a6a2-dadd9a9f4ed4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001101 10.0.0.27 - - [2026-01-08 02:17:09] "GET /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4?fields=application_policy_sets HTTP/1.1" 200 1411 0.071619 10.0.0.242 - - [2026-01-08 02:17:09] "DELETE /access-control-list/74b7af08-e22d-416c-8b19-5a4bdc55eefd HTTP/1.1" 200 115 0.072973 10.0.0.27 - - [2026-01-08 02:17:09] "DELETE /project/67688cd5-dade-454e-a6a2-dadd9a9f4ed4 HTTP/1.1" 200 115 0.446777 10.0.0.242 - - [2026-01-08 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.242 - - [2026-01-08 02:17:13] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005877 10.0.0.242 - - [2026-01-08 02:17:15] "POST /neutron/port HTTP/1.1" 200 1238 0.017480 10.0.0.242 - - [2026-01-08 02:17:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004221 10.0.0.242 - - [2026-01-08 02:17:15] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.242 - - [2026-01-08 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006171 10.0.0.242 - - [2026-01-08 02:17:17] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005763 10.0.0.242 - - [2026-01-08 02:17:17] "POST /neutron/port HTTP/1.1" 200 1239 0.017156 10.0.0.242 - - [2026-01-08 02:17:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004004 10.0.0.242 - - [2026-01-08 02:17:18] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.242 - - [2026-01-08 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.242 - - [2026-01-08 02:17:21] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005817 10.0.0.27 - - [2026-01-08 02:17:23] "GET /obj-perms HTTP/1.1" 200 5075 0.048021 10.0.0.242 - - [2026-01-08 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.242 - - [2026-01-08 02:17:25] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005624 10.0.0.242 - - [2026-01-08 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.242 - - [2026-01-08 02:17:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004005 10.0.0.242 - - [2026-01-08 02:17:27] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002851 10.0.0.242 - - [2026-01-08 02:17:27] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007970 10.0.0.242 - - [2026-01-08 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007543 10.0.0.242 - - [2026-01-08 02:17:37] "POST /neutron/port HTTP/1.1" 200 1239 0.020032 10.0.0.242 - - [2026-01-08 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009048 10.0.0.242 - - [2026-01-08 02:17:43] "POST /neutron/port HTTP/1.1" 200 1239 0.019496 10.0.0.242 - - [2026-01-08 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008634 10.0.0.242 - - [2026-01-08 02:17:48] "POST /neutron/port HTTP/1.1" 200 1238 0.017624 10.0.0.242 - - [2026-01-08 02:17:48] "GET /virtual-machine/98fad0a9-3888-4dd2-8245-440a9f8cbe86 HTTP/1.1" 200 1300 0.005816 10.0.0.242 - - [2026-01-08 02:17:48] "GET /virtual-machine-interface/35bcd02f-f011-4519-b462-0415010e2d91 HTTP/1.1" 200 3175 0.007220 10.0.0.242 - - [2026-01-08 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.242 - - [2026-01-08 02:17:48] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003725 10.0.0.242 - - [2026-01-08 02:17:48] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003051 10.0.0.242 - - [2026-01-08 02:17:48] "GET /virtual-network/a6f3aad6-dc09-4208-a709-06896be9fcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005884 10.0.0.242 - - [2026-01-08 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.242 - - [2026-01-08 02:17:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004548 10.0.0.242 - - [2026-01-08 02:17:49] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003700 10.0.0.242 - - [2026-01-08 02:17:49] "GET /virtual-network/a6f3aad6-dc09-4208-a709-06896be9fcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006608 10.0.0.242 - - [2026-01-08 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008658 10.0.0.242 - - [2026-01-08 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2026-01-08 02:18:15] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.242 - - [2026-01-08 02:18:15] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043532 10.0.0.242 - - [2026-01-08 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.242 - - [2026-01-08 02:18:15] "PUT /network-policy/4f6e065e-3bc1-457b-8358-5d32363c5602 HTTP/1.1" 200 262 0.015367 10.0.0.242 - - [2026-01-08 02:18:17] "POST /neutron/network HTTP/1.1" 200 1123 0.008551 10.0.0.242 - - [2026-01-08 02:18:17] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014895 10.0.0.242 - - [2026-01-08 02:18:17] "POST /neutron/network HTTP/1.1" 200 1113 0.010322 10.0.0.50 - - [2026-01-08 02:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.50 - - [2026-01-08 02:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.27 - - [2026-01-08 02:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.27 - - [2026-01-08 02:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.242 - - [2026-01-08 02:18:18] "POST /neutron/network HTTP/1.1" 200 1124 0.007638 10.0.0.242 - - [2026-01-08 02:18:18] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015917 10.0.0.242 - - [2026-01-08 02:18:18] "POST /neutron/network HTTP/1.1" 200 1114 0.009512 10.0.0.50 - - [2026-01-08 02:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.50 - - [2026-01-08 02:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.242 - - [2026-01-08 02:18:19] "GET /virtual-network/a6f3aad6-dc09-4208-a709-06896be9fcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.008240 10.0.0.242 - - [2026-01-08 02:18:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.010563 10.0.0.242 - - [2026-01-08 02:18:19] "DELETE /access-control-list/a3668717-69e2-4554-a446-771f36d72041 HTTP/1.1" 200 115 0.050300 10.0.0.242 - - [2026-01-08 02:18:19] "POST /neutron/network HTTP/1.1" 200 1005 0.016268 10.0.0.242 - - [2026-01-08 02:18:19] "GET /virtual-network/a6f3aad6-dc09-4208-a709-06896be9fcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006699 10.0.0.242 - - [2026-01-08 02:18:19] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.039729 10.0.0.242 - - [2026-01-08 02:18:19] "POST /neutron/network HTTP/1.1" 200 1006 0.012715 10.0.0.242 - - [2026-01-08 02:18:19] "GET /virtual-network/fcae4c2f-7b9c-4fda-8c74-3b35b5898c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008402 10.0.0.242 - - [2026-01-08 02:18:19] "POST /ref-update HTTP/1.1" 200 156 0.018651 10.0.0.242 - - [2026-01-08 02:18:19] "DELETE /network-policy/4f6e065e-3bc1-457b-8358-5d32363c5602 HTTP/1.1" 200 115 0.038638 10.0.0.242 - - [2026-01-08 02:18:19] "POST /neutron/port HTTP/1.1" 200 1238 0.020793 10.0.0.242 - - [2026-01-08 02:18:20] "POST /neutron/port HTTP/1.1" 200 151 0.255822 10.0.0.27 - - [2026-01-08 02:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.27 - - [2026-01-08 02:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.242 - - [2026-01-08 02:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.242 - - [2026-01-08 02:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.242 - - [2026-01-08 02:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.242 - - [2026-01-08 02:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.242 - - [2026-01-08 02:18:21] "POST /neutron/network HTTP/1.1" 200 1005 0.011929 10.0.0.27 - - [2026-01-08 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003440 10.0.0.242 - - [2026-01-08 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.27 - - [2026-01-08 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002603 10.0.0.27 - - [2026-01-08 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002514 10.0.0.27 - - [2026-01-08 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002508 10.0.0.242 - - [2026-01-08 02:18:22] "POST /neutron/network HTTP/1.1" 200 151 0.142854 10.0.0.50 - - [2026-01-08 02:18:24] "GET /obj-perms HTTP/1.1" 200 5075 0.057998 10.0.0.27 - - [2026-01-08 02:18:26] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.242 - - [2026-01-08 02:18:26] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042566 10.0.0.242 - - [2026-01-08 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.27 - - [2026-01-08 02:18:26] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.242 - - [2026-01-08 02:18:27] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007910 10.0.0.242 - - [2026-01-08 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006327 10.0.0.27 - - [2026-01-08 02:18:27] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.242 - - [2026-01-08 02:18:27] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043111 10.0.0.242 - - [2026-01-08 02:18:27] "GET /domains HTTP/1.1" 200 280 0.002719 10.0.0.27 - - [2026-01-08 02:18:27] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.242 - - [2026-01-08 02:18:27] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50 HTTP/1.1" 200 2774 0.020715 10.0.0.27 - - [2026-01-08 02:18:27] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.242 - - [2026-01-08 02:18:27] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a HTTP/1.1" 200 1899 0.087615 10.0.0.242 - - [2026-01-08 02:18:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003105 10.0.0.242 - - [2026-01-08 02:18:27] "POST /network-ipams HTTP/1.1" 200 609 0.026851 10.0.0.242 - - [2026-01-08 02:18:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003658 10.0.0.242 - - [2026-01-08 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.242 - - [2026-01-08 02:18:28] "GET /network-ipam/270073d0-7135-46c2-bd81-1f33dc8baf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.006482 10.0.0.242 - - [2026-01-08 02:18:28] "PUT /network-ipam/270073d0-7135-46c2-bd81-1f33dc8baf38 HTTP/1.1" 200 258 0.014542 10.0.0.242 - - [2026-01-08 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.27 - - [2026-01-08 02:18:28] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.242 - - [2026-01-08 02:18:28] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058723 10.0.0.242 - - [2026-01-08 02:18:28] "POST /ref-update HTTP/1.1" 200 156 0.047108 10.0.0.27 - - [2026-01-08 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.010431 10.0.0.242 - - [2026-01-08 02:18:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.212895 10.0.0.242 - - [2026-01-08 02:18:29] "POST /neutron/network HTTP/1.1" 200 1308 0.017145 10.0.0.242 - - [2026-01-08 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 231 0.001589 10.0.0.242 - - [2026-01-08 02:18:29] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.009645 10.0.0.242 - - [2026-01-08 02:18:29] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.007034 10.0.0.242 - - [2026-01-08 02:18:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.009805 10.0.0.242 - - [2026-01-08 02:18:29] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.006288 10.0.0.242 - - [2026-01-08 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.27 - - [2026-01-08 02:18:30] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.242 - - [2026-01-08 02:18:30] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043036 10.0.0.242 - - [2026-01-08 02:18:30] "POST /neutron/network HTTP/1.1" 200 117 0.014504 10.0.0.27 - - [2026-01-08 02:18:30] "POST /useragent-kv HTTP/1.1" 200 115 0.015582 10.0.0.242 - - [2026-01-08 02:18:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.199173 10.0.0.242 - - [2026-01-08 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.004686 10.0.0.242 - - [2026-01-08 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 231 0.001469 10.0.0.242 - - [2026-01-08 02:18:30] "GET /virtual-network/61260b12-7d15-4821-9ce7-c62e16b7f5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.012010 10.0.0.242 - - [2026-01-08 02:18:31] "POST /neutron/network HTTP/1.1" 200 1309 0.011547 10.0.0.242 - - [2026-01-08 02:18:31] "GET /virtual-network/61260b12-7d15-4821-9ce7-c62e16b7f5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005240 10.0.0.242 - - [2026-01-08 02:18:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.008511 10.0.0.242 - - [2026-01-08 02:18:31] "GET /virtual-network/61260b12-7d15-4821-9ce7-c62e16b7f5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007099 10.0.0.242 - - [2026-01-08 02:18:31] "GET /obj-perms HTTP/1.1" 200 5065 0.003865 10.0.0.27 - - [2026-01-08 02:18:31] "GET /obj-perms HTTP/1.1" 200 5065 0.049213 10.0.0.242 - - [2026-01-08 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.27 - - [2026-01-08 02:18:31] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.242 - - [2026-01-08 02:18:31] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039022 10.0.0.27 - - [2026-01-08 02:18:31] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.242 - - [2026-01-08 02:18:31] "POST /neutron/network HTTP/1.1" 200 619 0.120362 10.0.0.242 - - [2026-01-08 02:18:31] "POST /ref-update HTTP/1.1" 200 156 0.016736 10.0.0.27 - - [2026-01-08 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.008062 10.0.0.242 - - [2026-01-08 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.184101 10.0.0.242 - - [2026-01-08 02:18:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001362 10.0.0.242 - - [2026-01-08 02:18:32] "GET /virtual-network/f07ecaed-31b9-485a-a149-131d1020e171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006031 10.0.0.242 - - [2026-01-08 02:18:32] "GET /virtual-network/f07ecaed-31b9-485a-a149-131d1020e171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.012765 10.0.0.242 - - [2026-01-08 02:18:32] "POST /neutron/network HTTP/1.1" 200 1309 0.013294 10.0.0.242 - - [2026-01-08 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.009013 10.0.0.242 - - [2026-01-08 02:18:32] "GET /virtual-network/f07ecaed-31b9-485a-a149-131d1020e171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006573 10.0.0.50 - - [2026-01-08 02:18:33] "GET /obj-perms HTTP/1.1" 200 5065 0.056294 10.0.0.242 - - [2026-01-08 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.27 - - [2026-01-08 02:18:33] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.242 - - [2026-01-08 02:18:33] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037100 10.0.0.27 - - [2026-01-08 02:18:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008727 10.0.0.242 - - [2026-01-08 02:18:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.177378 10.0.0.242 - - [2026-01-08 02:18:34] "POST /neutron/network HTTP/1.1" 200 1309 0.015350 10.0.0.242 - - [2026-01-08 02:18:34] "POST /id-to-fqname HTTP/1.1" 200 231 0.001122 10.0.0.242 - - [2026-01-08 02:18:34] "GET /virtual-network/df36e88c-a561-40ff-9113-adce253e0348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005637 10.0.0.242 - - [2026-01-08 02:18:34] "GET /virtual-network/df36e88c-a561-40ff-9113-adce253e0348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006921 10.0.0.242 - - [2026-01-08 02:18:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.008729 10.0.0.242 - - [2026-01-08 02:18:34] "GET /virtual-network/df36e88c-a561-40ff-9113-adce253e0348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006169 10.0.0.242 - - [2026-01-08 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 225 0.003280 10.0.0.242 - - [2026-01-08 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.27 - - [2026-01-08 02:18:34] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.242 - - [2026-01-08 02:18:34] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038669 10.0.0.242 - - [2026-01-08 02:18:35] "POST /network-policys HTTP/1.1" 200 559 0.073743 10.0.0.242 - - [2026-01-08 02:18:35] "GET /network-policy/f1d351fc-7070-4bb8-9e9d-0bb217b93ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.007335 10.0.0.242 - - [2026-01-08 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 225 0.003103 10.0.0.242 - - [2026-01-08 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.27 - - [2026-01-08 02:18:35] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.242 - - [2026-01-08 02:18:35] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037768 10.0.0.242 - - [2026-01-08 02:18:35] "POST /network-policys HTTP/1.1" 200 559 0.078314 10.0.0.242 - - [2026-01-08 02:18:35] "GET /network-policy/1bf7ce90-bb7b-4997-b497-931d91dfb891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006293 10.0.0.242 - - [2026-01-08 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 225 0.007369 10.0.0.242 - - [2026-01-08 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.27 - - [2026-01-08 02:18:35] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.242 - - [2026-01-08 02:18:35] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040044 10.0.0.242 - - [2026-01-08 02:18:35] "POST /network-policys HTTP/1.1" 200 559 0.073699 10.0.0.242 - - [2026-01-08 02:18:35] "GET /network-policy/d85defd4-cbcb-4f09-9eea-0515e19938e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.006932 10.0.0.242 - - [2026-01-08 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 225 0.003217 10.0.0.242 - - [2026-01-08 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2026-01-08 02:18:36] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.242 - - [2026-01-08 02:18:36] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044631 10.0.0.242 - - [2026-01-08 02:18:36] "POST /network-policys HTTP/1.1" 200 559 0.078358 10.0.0.242 - - [2026-01-08 02:18:36] "GET /network-policy/aff76dee-1fe5-4751-a72d-9eb397a71eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.007735 10.0.0.242 - - [2026-01-08 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 225 0.003160 10.0.0.242 - - [2026-01-08 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.27 - - [2026-01-08 02:18:36] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.242 - - [2026-01-08 02:18:36] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036609 10.0.0.242 - - [2026-01-08 02:18:36] "POST /network-policys HTTP/1.1" 200 559 0.073969 10.0.0.242 - - [2026-01-08 02:18:36] "GET /network-policy/1977333d-b846-4029-b634-f8858fd952aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006886 10.0.0.242 - - [2026-01-08 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 225 0.003722 10.0.0.242 - - [2026-01-08 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2026-01-08 02:18:37] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001301 10.0.0.242 - - [2026-01-08 02:18:37] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046384 10.0.0.242 - - [2026-01-08 02:18:37] "POST /network-policys HTTP/1.1" 200 559 0.081752 10.0.0.242 - - [2026-01-08 02:18:37] "GET /network-policy/e1f65951-16e4-4af2-a413-4abcbe166535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006643 10.0.0.242 - - [2026-01-08 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 225 0.003291 10.0.0.242 - - [2026-01-08 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.27 - - [2026-01-08 02:18:37] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.242 - - [2026-01-08 02:18:37] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040196 10.0.0.242 - - [2026-01-08 02:18:37] "POST /network-policys HTTP/1.1" 200 559 0.074334 10.0.0.242 - - [2026-01-08 02:18:37] "GET /network-policy/20230b2a-90ba-43fd-b716-281c2ea9be7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006811 10.0.0.242 - - [2026-01-08 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 225 0.003383 10.0.0.242 - - [2026-01-08 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.27 - - [2026-01-08 02:18:37] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.242 - - [2026-01-08 02:18:37] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042433 10.0.0.242 - - [2026-01-08 02:18:38] "POST /network-policys HTTP/1.1" 200 559 0.070439 10.0.0.242 - - [2026-01-08 02:18:38] "GET /network-policy/8d9f8e19-f8f3-427c-9a8b-e8704fe21790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006379 10.0.0.242 - - [2026-01-08 02:18:38] "POST /neutron/network HTTP/1.1" 200 1308 0.011458 10.0.0.242 - - [2026-01-08 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 248 0.006636 10.0.0.242 - - [2026-01-08 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.006299 10.0.0.242 - - [2026-01-08 02:18:38] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.007374 10.0.0.242 - - [2026-01-08 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.242 - - [2026-01-08 02:18:38] "GET /network-policy/1bf7ce90-bb7b-4997-b497-931d91dfb891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004585 10.0.0.242 - - [2026-01-08 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.242 - - [2026-01-08 02:18:38] "GET /network-policy/f1d351fc-7070-4bb8-9e9d-0bb217b93ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004642 10.0.0.242 - - [2026-01-08 02:18:38] "POST /neutron/network HTTP/1.1" 200 1309 0.011736 10.0.0.242 - - [2026-01-08 02:18:39] "GET /virtual-network/61260b12-7d15-4821-9ce7-c62e16b7f5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.009661 10.0.0.242 - - [2026-01-08 02:18:39] "POST /access-control-lists HTTP/1.1" 200 605 0.081502 10.0.0.242 - - [2026-01-08 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.025530 10.0.0.242 - - [2026-01-08 02:18:39] "GET /network-policy/aff76dee-1fe5-4751-a72d-9eb397a71eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.008898 10.0.0.242 - - [2026-01-08 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.242 - - [2026-01-08 02:18:39] "GET /network-policy/d85defd4-cbcb-4f09-9eea-0515e19938e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004560 10.0.0.242 - - [2026-01-08 02:18:39] "POST /neutron/network HTTP/1.1" 200 1309 0.011348 10.0.0.242 - - [2026-01-08 02:18:39] "POST /access-control-lists HTTP/1.1" 200 605 0.080535 10.0.0.242 - - [2026-01-08 02:18:39] "GET /virtual-network/f07ecaed-31b9-485a-a149-131d1020e171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008344 10.0.0.242 - - [2026-01-08 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.012618 10.0.0.242 - - [2026-01-08 02:18:39] "GET /network-policy/1977333d-b846-4029-b634-f8858fd952aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006603 10.0.0.242 - - [2026-01-08 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.242 - - [2026-01-08 02:18:39] "GET /network-policy/e1f65951-16e4-4af2-a413-4abcbe166535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005017 10.0.0.242 - - [2026-01-08 02:18:39] "POST /neutron/network HTTP/1.1" 200 1309 0.012147 10.0.0.242 - - [2026-01-08 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.002951 10.0.0.242 - - [2026-01-08 02:18:39] "GET /virtual-network/df36e88c-a561-40ff-9113-adce253e0348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.009153 10.0.0.242 - - [2026-01-08 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.242 - - [2026-01-08 02:18:40] "GET /network-policy/20230b2a-90ba-43fd-b716-281c2ea9be7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005456 10.0.0.242 - - [2026-01-08 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.242 - - [2026-01-08 02:18:40] "GET /network-policy/8d9f8e19-f8f3-427c-9a8b-e8704fe21790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004539 10.0.0.242 - - [2026-01-08 02:18:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.001122 10.0.0.242 - - [2026-01-08 02:19:13] "POST /neutron/network HTTP/1.1" 200 1503 0.008757 10.0.0.27 - - [2026-01-08 02:19:14] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.242 - - [2026-01-08 02:19:14] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.077918 10.0.0.242 - - [2026-01-08 02:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.007494 10.0.0.242 - - [2026-01-08 02:19:14] "POST /id-to-fqname HTTP/1.1" 200 231 0.001486 10.0.0.242 - - [2026-01-08 02:19:15] "POST /neutron/network HTTP/1.1" 200 1503 0.007310 10.0.0.242 - - [2026-01-08 02:19:15] "PUT /access-control-list/7364044a-d009-4c12-a5c3-938b343facfb HTTP/1.1" 200 272 0.037920 10.0.0.27 - - [2026-01-08 02:19:15] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001635 10.0.0.242 - - [2026-01-08 02:19:15] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.096552 10.0.0.242 - - [2026-01-08 02:19:15] "POST /neutron/port HTTP/1.1" 200 1169 0.044705 10.0.0.242 - - [2026-01-08 02:19:16] "POST /neutron/port HTTP/1.1" 200 1233 0.055779 10.0.0.242 - - [2026-01-08 02:19:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017355 10.0.0.242 - - [2026-01-08 02:19:16] "POST /neutron/port HTTP/1.1" 200 117 0.006635 10.0.0.242 - - [2026-01-08 02:19:16] "POST /neutron/port HTTP/1.1" 200 1233 0.044948 10.0.0.242 - - [2026-01-08 02:19:16] "POST /neutron/network HTTP/1.1" 200 1504 0.014450 10.0.0.242 - - [2026-01-08 02:19:17] "POST /neutron/port HTTP/1.1" 200 1170 0.045604 10.0.0.242 - - [2026-01-08 02:19:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007968 10.0.0.242 - - [2026-01-08 02:19:17] "POST /neutron/port HTTP/1.1" 200 117 0.003203 10.0.0.242 - - [2026-01-08 02:19:21] "POST /neutron/port HTTP/1.1" 200 1233 0.042661 10.0.0.242 - - [2026-01-08 02:19:25] "GET /obj-perms HTTP/1.1" 200 5075 0.054472 10.0.0.242 - - [2026-01-08 02:19:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.019135 10.0.0.242 - - [2026-01-08 02:19:37] "POST /neutron/port HTTP/1.1" 200 1233 0.034797 10.0.0.242 - - [2026-01-08 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007464 10.0.0.242 - - [2026-01-08 02:19:52] "POST /neutron/port HTTP/1.1" 200 1233 0.019069 10.0.0.242 - - [2026-01-08 02:19:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007624 10.0.0.242 - - [2026-01-08 02:20:07] "POST /neutron/port HTTP/1.1" 200 1233 0.023978 10.0.0.242 - - [2026-01-08 02:20:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007435 10.0.0.242 - - [2026-01-08 02:20:17] "POST /neutron/port HTTP/1.1" 200 1233 0.017738 10.0.0.242 - - [2026-01-08 02:20:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007953 10.0.0.242 - - [2026-01-08 02:20:17] "GET /virtual-machine/23259d91-ef36-48f9-a3da-80690b822f9e HTTP/1.1" 200 1300 0.005920 10.0.0.242 - - [2026-01-08 02:20:17] "GET /virtual-machine-interface/3edf6e1f-1779-4041-a480-c269af98fc43 HTTP/1.1" 200 3184 0.005577 10.0.0.242 - - [2026-01-08 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.242 - - [2026-01-08 02:20:18] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003921 10.0.0.242 - - [2026-01-08 02:20:18] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002982 10.0.0.242 - - [2026-01-08 02:20:18] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.007470 10.0.0.242 - - [2026-01-08 02:20:19] "POST /neutron/network HTTP/1.1" 200 1504 0.008734 10.0.0.242 - - [2026-01-08 02:20:19] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018839 10.0.0.242 - - [2026-01-08 02:20:19] "POST /neutron/network HTTP/1.1" 200 1494 0.012327 10.0.0.242 - - [2026-01-08 02:20:19] "POST /neutron/network HTTP/1.1" 200 1503 0.007975 10.0.0.242 - - [2026-01-08 02:20:19] "POST /neutron/subnet HTTP/1.1" 200 1356 0.017369 10.0.0.242 - - [2026-01-08 02:20:19] "POST /neutron/network HTTP/1.1" 200 1493 0.015811 10.0.0.242 - - [2026-01-08 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.242 - - [2026-01-08 02:20:21] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005504 10.0.0.242 - - [2026-01-08 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.242 - - [2026-01-08 02:20:25] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006440 10.0.0.27 - - [2026-01-08 02:20:26] "GET /obj-perms HTTP/1.1" 200 5075 0.049552 10.0.0.242 - - [2026-01-08 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.242 - - [2026-01-08 02:20:29] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006088 10.0.0.242 - - [2026-01-08 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.242 - - [2026-01-08 02:20:33] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005403 10.0.0.242 - - [2026-01-08 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.242 - - [2026-01-08 02:20:37] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006639 10.0.0.242 - - [2026-01-08 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.242 - - [2026-01-08 02:20:41] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006537 10.0.0.242 - - [2026-01-08 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.242 - - [2026-01-08 02:20:45] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006159 10.0.0.242 - - [2026-01-08 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.242 - - [2026-01-08 02:20:49] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006328 10.0.0.242 - - [2026-01-08 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.242 - - [2026-01-08 02:20:54] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.009501 10.0.0.242 - - [2026-01-08 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.242 - - [2026-01-08 02:20:56] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004293 10.0.0.242 - - [2026-01-08 02:20:56] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003982 10.0.0.242 - - [2026-01-08 02:20:56] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006398 10.0.0.242 - - [2026-01-08 02:21:01] "POST /neutron/port HTTP/1.1" 200 1233 0.021230 10.0.0.242 - - [2026-01-08 02:21:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.033982 10.0.0.242 - - [2026-01-08 02:21:09] "POST /neutron/port HTTP/1.1" 200 1234 0.019869 10.0.0.242 - - [2026-01-08 02:21:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008087 10.0.0.242 - - [2026-01-08 02:21:17] "POST /neutron/port HTTP/1.1" 200 1234 0.022059 10.0.0.242 - - [2026-01-08 02:21:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008743 10.0.0.242 - - [2026-01-08 02:21:17] "GET /virtual-machine/743922ff-d09f-4935-affb-e35166a4cfb0 HTTP/1.1" 200 1300 0.006404 10.0.0.242 - - [2026-01-08 02:21:17] "GET /virtual-machine-interface/25c40822-6db4-4ef4-964b-1c4de06cf6b8 HTTP/1.1" 200 3184 0.006092 10.0.0.242 - - [2026-01-08 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.242 - - [2026-01-08 02:21:17] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004073 10.0.0.242 - - [2026-01-08 02:21:17] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003281 10.0.0.242 - - [2026-01-08 02:21:17] "GET /virtual-network/61260b12-7d15-4821-9ce7-c62e16b7f5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007678 10.0.0.242 - - [2026-01-08 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.242 - - [2026-01-08 02:21:18] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004460 10.0.0.242 - - [2026-01-08 02:21:18] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003334 10.0.0.242 - - [2026-01-08 02:21:18] "GET /virtual-network/61260b12-7d15-4821-9ce7-c62e16b7f5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005982 10.0.0.242 - - [2026-01-08 02:21:18] "POST /neutron/port HTTP/1.1" 200 1234 0.016514 10.0.0.242 - - [2026-01-08 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.242 - - [2026-01-08 02:21:19] "GET /network-policy/d85defd4-cbcb-4f09-9eea-0515e19938e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.003996 10.0.0.242 - - [2026-01-08 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.242 - - [2026-01-08 02:21:19] "GET /network-policy/aff76dee-1fe5-4751-a72d-9eb397a71eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005055 10.0.0.242 - - [2026-01-08 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007892 10.0.0.242 - - [2026-01-08 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.242 - - [2026-01-08 02:21:19] "GET /network-policy/f1d351fc-7070-4bb8-9e9d-0bb217b93ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004685 10.0.0.242 - - [2026-01-08 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.242 - - [2026-01-08 02:21:19] "GET /network-policy/1bf7ce90-bb7b-4997-b497-931d91dfb891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004339 10.0.0.242 - - [2026-01-08 02:21:21] "POST /neutron/network HTTP/1.1" 200 1504 0.007586 10.0.0.242 - - [2026-01-08 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017960 10.0.0.242 - - [2026-01-08 02:21:21] "POST /neutron/network HTTP/1.1" 200 1494 0.013134 10.0.0.242 - - [2026-01-08 02:21:22] "POST /neutron/network HTTP/1.1" 200 1503 0.008788 10.0.0.242 - - [2026-01-08 02:21:22] "POST /neutron/subnet HTTP/1.1" 200 1356 0.023761 10.0.0.242 - - [2026-01-08 02:21:22] "POST /neutron/network HTTP/1.1" 200 1493 0.015805 10.0.0.50 - - [2026-01-08 02:21:27] "GET /obj-perms HTTP/1.1" 200 5075 0.055313 10.0.0.242 - - [2026-01-08 02:21:44] "GET /virtual-machine/743922ff-d09f-4935-affb-e35166a4cfb0 HTTP/1.1" 200 1300 0.004717 10.0.0.242 - - [2026-01-08 02:21:45] "POST /neutron/port HTTP/1.1" 200 151 0.256556 10.0.0.242 - - [2026-01-08 02:21:46] "GET /virtual-machine/743922ff-d09f-4935-affb-e35166a4cfb0 HTTP/1.1" 404 171 0.004301 10.0.0.242 - - [2026-01-08 02:21:46] "GET /virtual-machine/743922ff-d09f-4935-affb-e35166a4cfb0 HTTP/1.1" 404 171 0.003263 10.0.0.242 - - [2026-01-08 02:21:46] "GET /virtual-machine/743922ff-d09f-4935-affb-e35166a4cfb0 HTTP/1.1" 404 171 0.002935 10.0.0.242 - - [2026-01-08 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.035616 10.0.0.242 - - [2026-01-08 02:21:46] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004160 10.0.0.242 - - [2026-01-08 02:21:46] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003747 10.0.0.242 - - [2026-01-08 02:21:46] "GET /virtual-network/61260b12-7d15-4821-9ce7-c62e16b7f5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006392 10.0.0.242 - - [2026-01-08 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.242 - - [2026-01-08 02:21:46] "GET /routing-instance/ab2e5035-4054-4c03-9f2a-c575b50d0a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004905 10.0.0.242 - - [2026-01-08 02:21:46] "GET /route-target/67196925-d48b-4aeb-a71e-75a15de9b05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004247 10.0.0.242 - - [2026-01-08 02:21:46] "GET /virtual-machine/743922ff-d09f-4935-affb-e35166a4cfb0 HTTP/1.1" 404 171 0.003413 10.0.0.242 - - [2026-01-08 02:21:47] "GET /virtual-machine/743922ff-d09f-4935-affb-e35166a4cfb0 HTTP/1.1" 404 171 0.003642 10.0.0.242 - - [2026-01-08 02:21:48] "GET /virtual-machine/743922ff-d09f-4935-affb-e35166a4cfb0 HTTP/1.1" 404 171 0.003595 10.0.0.242 - - [2026-01-08 02:21:49] "GET /virtual-machine/743922ff-d09f-4935-affb-e35166a4cfb0 HTTP/1.1" 404 171 0.004159 10.0.0.242 - - [2026-01-08 02:21:50] "GET /virtual-machine/743922ff-d09f-4935-affb-e35166a4cfb0 HTTP/1.1" 404 171 0.003280 10.0.0.242 - - [2026-01-08 02:21:51] "GET /virtual-machine/743922ff-d09f-4935-affb-e35166a4cfb0 HTTP/1.1" 404 171 0.003912 10.0.0.242 - - [2026-01-08 02:21:51] "GET /obj-perms HTTP/1.1" 200 5065 0.057354 10.0.0.242 - - [2026-01-08 02:21:52] "GET /virtual-machine/23259d91-ef36-48f9-a3da-80690b822f9e HTTP/1.1" 200 1300 0.004344 10.0.0.242 - - [2026-01-08 02:21:53] "POST /neutron/port HTTP/1.1" 200 151 0.299645 10.0.0.242 - - [2026-01-08 02:21:54] "GET /virtual-machine/23259d91-ef36-48f9-a3da-80690b822f9e HTTP/1.1" 404 171 0.039783 10.0.0.242 - - [2026-01-08 02:21:54] "GET /virtual-machine/23259d91-ef36-48f9-a3da-80690b822f9e HTTP/1.1" 404 171 0.005060 10.0.0.242 - - [2026-01-08 02:21:54] "GET /virtual-machine/23259d91-ef36-48f9-a3da-80690b822f9e HTTP/1.1" 404 171 0.002870 10.0.0.242 - - [2026-01-08 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.242 - - [2026-01-08 02:21:54] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003522 10.0.0.242 - - [2026-01-08 02:21:54] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003615 10.0.0.242 - - [2026-01-08 02:21:54] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006375 10.0.0.242 - - [2026-01-08 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.242 - - [2026-01-08 02:21:54] "GET /routing-instance/29e155f8-208c-461d-b3d7-5ff2f87b93c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006655 10.0.0.242 - - [2026-01-08 02:21:54] "GET /route-target/211c80d2-167d-4151-a627-caca592412f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004228 10.0.0.242 - - [2026-01-08 02:21:54] "GET /obj-perms HTTP/1.1" 200 5065 0.003820 10.0.0.50 - - [2026-01-08 02:21:57] "GET /obj-perms HTTP/1.1" 200 5065 0.005075 10.0.0.242 - - [2026-01-08 02:21:57] "GET /obj-perms HTTP/1.1" 200 5065 0.003865 10.0.0.27 - - [2026-01-08 02:21:57] "GET /obj-perms HTTP/1.1" 200 5065 0.004765 10.0.0.242 - - [2026-01-08 02:21:58] "GET /virtual-network/df36e88c-a561-40ff-9113-adce253e0348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005931 10.0.0.242 - - [2026-01-08 02:21:58] "POST /neutron/network HTTP/1.1" 200 1309 0.027095 10.0.0.242 - - [2026-01-08 02:21:58] "GET /virtual-network/df36e88c-a561-40ff-9113-adce253e0348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.010356 10.0.0.242 - - [2026-01-08 02:21:58] "GET /virtual-network/f07ecaed-31b9-485a-a149-131d1020e171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006550 10.0.0.242 - - [2026-01-08 02:21:58] "POST /neutron/network HTTP/1.1" 200 1309 0.023129 10.0.0.242 - - [2026-01-08 02:21:58] "GET /virtual-network/f07ecaed-31b9-485a-a149-131d1020e171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.009742 10.0.0.242 - - [2026-01-08 02:21:58] "DELETE /access-control-list/9b337dbd-e704-498b-a152-708204e14dfa HTTP/1.1" 200 115 0.156384 10.0.0.242 - - [2026-01-08 02:21:58] "GET /virtual-network/61260b12-7d15-4821-9ce7-c62e16b7f5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008275 10.0.0.242 - - [2026-01-08 02:21:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.039100 10.0.0.242 - - [2026-01-08 02:21:58] "POST /neutron/network HTTP/1.1" 200 1309 0.012013 10.0.0.242 - - [2026-01-08 02:21:58] "GET /virtual-network/61260b12-7d15-4821-9ce7-c62e16b7f5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.031510 10.0.0.242 - - [2026-01-08 02:21:59] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006555 10.0.0.242 - - [2026-01-08 02:21:59] "DELETE /access-control-list/7364044a-d009-4c12-a5c3-938b343facfb HTTP/1.1" 200 115 0.065368 10.0.0.242 - - [2026-01-08 02:21:59] "POST /neutron/network HTTP/1.1" 200 1308 0.028203 10.0.0.242 - - [2026-01-08 02:21:59] "GET /virtual-network/7ddb050b-a6f1-4847-a860-945627773f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.010395 10.0.0.242 - - [2026-01-08 02:21:59] "DELETE /network-policy/8d9f8e19-f8f3-427c-9a8b-e8704fe21790 HTTP/1.1" 200 115 0.062337 10.0.0.242 - - [2026-01-08 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.008086 10.0.0.27 - - [2026-01-08 02:21:59] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.033223 10.0.0.242 - - [2026-01-08 02:21:59] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.077215 10.0.0.242 - - [2026-01-08 02:21:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35880706&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.008837 10.0.0.242 - - [2026-01-08 02:21:59] "DELETE /network-policy/20230b2a-90ba-43fd-b716-281c2ea9be7e HTTP/1.1" 200 115 0.051633 10.0.0.242 - - [2026-01-08 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.27 - - [2026-01-08 02:21:59] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.242 - - [2026-01-08 02:21:59] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044936 10.0.0.242 - - [2026-01-08 02:21:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35880706&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005827 10.0.0.242 - - [2026-01-08 02:21:59] "DELETE /network-policy/e1f65951-16e4-4af2-a413-4abcbe166535 HTTP/1.1" 200 115 0.038349 10.0.0.242 - - [2026-01-08 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.27 - - [2026-01-08 02:21:59] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001771 10.0.0.242 - - [2026-01-08 02:21:59] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044291 10.0.0.242 - - [2026-01-08 02:21:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35880706&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005770 10.0.0.242 - - [2026-01-08 02:21:59] "DELETE /network-policy/1977333d-b846-4029-b634-f8858fd952aa HTTP/1.1" 200 115 0.037549 10.0.0.242 - - [2026-01-08 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2026-01-08 02:22:00] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.242 - - [2026-01-08 02:22:00] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041547 10.0.0.242 - - [2026-01-08 02:22:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35880706&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005445 10.0.0.242 - - [2026-01-08 02:22:00] "DELETE /network-policy/aff76dee-1fe5-4751-a72d-9eb397a71eaa HTTP/1.1" 200 115 0.065763 10.0.0.242 - - [2026-01-08 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.27 - - [2026-01-08 02:22:00] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.242 - - [2026-01-08 02:22:00] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044228 10.0.0.242 - - [2026-01-08 02:22:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35880706&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005428 10.0.0.242 - - [2026-01-08 02:22:00] "DELETE /network-policy/d85defd4-cbcb-4f09-9eea-0515e19938e3 HTTP/1.1" 200 115 0.044917 10.0.0.242 - - [2026-01-08 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.27 - - [2026-01-08 02:22:00] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.242 - - [2026-01-08 02:22:00] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.051570 10.0.0.242 - - [2026-01-08 02:22:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35880706&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005748 10.0.0.242 - - [2026-01-08 02:22:00] "DELETE /network-policy/1bf7ce90-bb7b-4997-b497-931d91dfb891 HTTP/1.1" 200 115 0.038347 10.0.0.242 - - [2026-01-08 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.27 - - [2026-01-08 02:22:00] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.242 - - [2026-01-08 02:22:00] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.057769 10.0.0.242 - - [2026-01-08 02:22:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35880706&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005527 10.0.0.242 - - [2026-01-08 02:22:00] "DELETE /network-policy/f1d351fc-7070-4bb8-9e9d-0bb217b93ac2 HTTP/1.1" 200 115 0.037368 10.0.0.242 - - [2026-01-08 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.27 - - [2026-01-08 02:22:01] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.242 - - [2026-01-08 02:22:01] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043300 10.0.0.242 - - [2026-01-08 02:22:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35880706&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006188 10.0.0.242 - - [2026-01-08 02:22:01] "DELETE /route-target/e1631780-e91c-46e4-945f-52e8be1f2e6c HTTP/1.1" 200 115 0.033777 10.0.0.242 - - [2026-01-08 02:22:01] "POST /neutron/network HTTP/1.1" 200 1309 0.012170 10.0.0.27 - - [2026-01-08 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005134 10.0.0.242 - - [2026-01-08 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006104 10.0.0.27 - - [2026-01-08 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003487 10.0.0.27 - - [2026-01-08 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003769 10.0.0.27 - - [2026-01-08 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003529 10.0.0.27 - - [2026-01-08 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007507 10.0.0.27 - - [2026-01-08 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003848 10.0.0.242 - - [2026-01-08 02:22:02] "POST /neutron/network HTTP/1.1" 200 151 0.179369 10.0.0.242 - - [2026-01-08 02:22:02] "DELETE /route-target/211c80d2-167d-4151-a627-caca592412f1 HTTP/1.1" 200 115 0.027285 10.0.0.242 - - [2026-01-08 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.242 - - [2026-01-08 02:22:02] "DELETE /network-ipam/270073d0-7135-46c2-bd81-1f33dc8baf38 HTTP/1.1" 200 115 0.032501 10.0.0.242 - - [2026-01-08 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 252 0.003073 10.0.0.27 - - [2026-01-08 02:22:02] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.27 - - [2026-01-08 02:22:02] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.043540 10.0.0.27 - - [2026-01-08 02:22:02] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001298 10.0.0.27 - - [2026-01-08 02:22:02] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?fields=security_groups HTTP/1.1" 200 1386 0.045702 10.0.0.27 - - [2026-01-08 02:22:03] "DELETE /security-group/df78cc71-1294-4868-a764-a5b799037500 HTTP/1.1" 200 115 0.048870 10.0.0.27 - - [2026-01-08 02:22:03] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.27 - - [2026-01-08 02:22:03] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?fields=application_policy_sets HTTP/1.1" 200 1425 0.037575 10.0.0.242 - - [2026-01-08 02:22:03] "DELETE /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a HTTP/1.1" 200 115 0.402471 10.0.0.27 - - [2026-01-08 02:22:03] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001310 10.0.0.242 - - [2026-01-08 02:22:03] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?fields=projects HTTP/1.1" 200 1437 0.012775 10.0.0.242 - - [2026-01-08 02:22:08] "POST /fqname-to-id HTTP/1.1" 404 225 0.004986 10.0.0.27 - - [2026-01-08 02:22:08] "POST /id-to-fqname HTTP/1.1" 200 198 0.003260 10.0.0.27 - - [2026-01-08 02:22:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.009517 10.0.0.27 - - [2026-01-08 02:22:08] "POST /security-groups HTTP/1.1" 200 599 0.034510 10.0.0.242 - - [2026-01-08 02:22:08] "POST /fqname-to-id HTTP/1.1" 404 242 0.004428 10.0.0.27 - - [2026-01-08 02:22:08] "POST /projects HTTP/1.1" 200 601 0.286498 10.0.0.242 - - [2026-01-08 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.320464 10.0.0.27 - - [2026-01-08 02:22:08] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.242 - - [2026-01-08 02:22:08] "POST /access-control-lists HTTP/1.1" 200 602 0.036912 10.0.0.242 - - [2026-01-08 02:22:08] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050412 10.0.0.242 - - [2026-01-08 02:22:08] "POST /network-policys HTTP/1.1" 200 559 0.035397 10.0.0.242 - - [2026-01-08 02:22:08] "GET /network-policy/a1cf3e01-8fda-42a1-b9d9-149c58083d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.006254 10.0.0.242 - - [2026-01-08 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.27 - - [2026-01-08 02:22:09] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001717 10.0.0.242 - - [2026-01-08 02:22:09] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040007 10.0.0.242 - - [2026-01-08 02:22:09] "POST /neutron/network HTTP/1.1" 200 117 0.011900 10.0.0.27 - - [2026-01-08 02:22:09] "POST /useragent-kv HTTP/1.1" 200 115 0.012641 10.0.0.242 - - [2026-01-08 02:22:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.206645 10.0.0.242 - - [2026-01-08 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 229 0.001434 10.0.0.242 - - [2026-01-08 02:22:09] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007966 10.0.0.242 - - [2026-01-08 02:22:09] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005455 10.0.0.242 - - [2026-01-08 02:22:09] "POST /neutron/network HTTP/1.1" 200 1007 0.009263 10.0.0.242 - - [2026-01-08 02:22:09] "POST /neutron/network HTTP/1.1" 200 1007 0.009142 10.0.0.242 - - [2026-01-08 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 244 0.006630 10.0.0.242 - - [2026-01-08 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.004888 10.0.0.242 - - [2026-01-08 02:22:10] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008558 10.0.0.242 - - [2026-01-08 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.012880 10.0.0.242 - - [2026-01-08 02:22:10] "GET /network-policy/a1cf3e01-8fda-42a1-b9d9-149c58083d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.004403 10.0.0.242 - - [2026-01-08 02:22:10] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007056 10.0.0.27 - - [2026-01-08 02:22:10] "DELETE /project/6d6fbf6dc5f44d0e889fa802ab95148a HTTP/1.1" 404 173 0.042902 10.0.0.242 - - [2026-01-08 02:22:10] "POST /id-to-fqname HTTP/1.1" 200 229 0.001456 10.0.0.242 - - [2026-01-08 02:22:10] "POST /neutron/network HTTP/1.1" 200 1116 0.008538 10.0.0.27 - - [2026-01-08 02:22:11] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.242 - - [2026-01-08 02:22:11] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.063170 10.0.0.242 - - [2026-01-08 02:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.007214 10.0.0.242 - - [2026-01-08 02:22:11] "POST /id-to-fqname HTTP/1.1" 200 229 0.001182 10.0.0.242 - - [2026-01-08 02:22:12] "POST /neutron/network HTTP/1.1" 200 1116 0.007029 10.0.0.242 - - [2026-01-08 02:22:12] "POST /neutron/port HTTP/1.1" 200 1174 0.060056 10.0.0.27 - - [2026-01-08 02:22:12] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.242 - - [2026-01-08 02:22:13] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.074125 10.0.0.242 - - [2026-01-08 02:22:13] "POST /neutron/port HTTP/1.1" 200 1238 0.025013 10.0.0.242 - - [2026-01-08 02:22:13] "POST /neutron/subnet HTTP/1.1" 200 1381 0.015740 10.0.0.242 - - [2026-01-08 02:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.242 - - [2026-01-08 02:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.008375 10.0.0.242 - - [2026-01-08 02:22:13] "POST /neutron/network HTTP/1.1" 200 1116 0.007504 10.0.0.242 - - [2026-01-08 02:22:14] "POST /neutron/port HTTP/1.1" 200 1174 0.061507 10.0.0.242 - - [2026-01-08 02:22:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004624 10.0.0.242 - - [2026-01-08 02:22:14] "POST /neutron/port HTTP/1.1" 200 117 0.001438 10.0.0.242 - - [2026-01-08 02:22:18] "POST /neutron/port HTTP/1.1" 200 1238 0.022159 10.0.0.242 - - [2026-01-08 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007830 10.0.0.242 - - [2026-01-08 02:22:18] "GET /virtual-machine/4a746bb9-f0bc-4092-a608-c69d9ceea05e HTTP/1.1" 200 1300 0.006018 10.0.0.242 - - [2026-01-08 02:22:18] "GET /virtual-machine-interface/40a43b98-be2b-4b2f-ae5c-697c5697ab1a HTTP/1.1" 200 3178 0.005867 10.0.0.242 - - [2026-01-08 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.242 - - [2026-01-08 02:22:18] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003829 10.0.0.242 - - [2026-01-08 02:22:18] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002850 10.0.0.242 - - [2026-01-08 02:22:18] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006472 10.0.0.242 - - [2026-01-08 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.242 - - [2026-01-08 02:22:22] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005368 10.0.0.242 - - [2026-01-08 02:22:22] "POST /neutron/port HTTP/1.1" 200 1238 0.019402 10.0.0.242 - - [2026-01-08 02:22:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003934 10.0.0.242 - - [2026-01-08 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.242 - - [2026-01-08 02:22:23] "POST /neutron/port HTTP/1.1" 200 1238 0.020187 10.0.0.242 - - [2026-01-08 02:22:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004069 10.0.0.242 - - [2026-01-08 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.242 - - [2026-01-08 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.242 - - [2026-01-08 02:22:26] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005326 10.0.0.50 - - [2026-01-08 02:22:28] "GET /obj-perms HTTP/1.1" 200 5075 0.045224 10.0.0.242 - - [2026-01-08 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.242 - - [2026-01-08 02:22:30] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.011711 10.0.0.242 - - [2026-01-08 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.242 - - [2026-01-08 02:22:34] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006379 10.0.0.242 - - [2026-01-08 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.242 - - [2026-01-08 02:22:38] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005603 10.0.0.242 - - [2026-01-08 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.242 - - [2026-01-08 02:22:42] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006088 10.0.0.242 - - [2026-01-08 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.242 - - [2026-01-08 02:22:46] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006518 10.0.0.242 - - [2026-01-08 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.242 - - [2026-01-08 02:22:50] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006648 10.0.0.242 - - [2026-01-08 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102 10.0.0.242 - - [2026-01-08 02:22:54] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005924 10.0.0.242 - - [2026-01-08 02:22:54] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004433 10.0.0.242 - - [2026-01-08 02:22:54] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005993 10.0.0.242 - - [2026-01-08 02:22:54] "POST /neutron/port HTTP/1.1" 200 1238 0.022215 10.0.0.242 - - [2026-01-08 02:23:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007340 10.0.0.242 - - [2026-01-08 02:23:05] "POST /neutron/port HTTP/1.1" 200 1238 0.017653 10.0.0.242 - - [2026-01-08 02:23:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006810 10.0.0.242 - - [2026-01-08 02:23:15] "POST /neutron/port HTTP/1.1" 200 1238 0.018784 10.0.0.242 - - [2026-01-08 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008551 10.0.0.242 - - [2026-01-08 02:23:15] "GET /virtual-machine/0a97325a-4907-4417-aea8-58460b096984 HTTP/1.1" 200 1299 0.006367 10.0.0.242 - - [2026-01-08 02:23:15] "GET /virtual-machine-interface/c5b80131-a3f6-43a8-a241-aa7b362596fd HTTP/1.1" 200 3179 0.006151 10.0.0.242 - - [2026-01-08 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.242 - - [2026-01-08 02:23:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004186 10.0.0.242 - - [2026-01-08 02:23:15] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003430 10.0.0.242 - - [2026-01-08 02:23:15] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005796 10.0.0.242 - - [2026-01-08 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.242 - - [2026-01-08 02:23:17] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003993 10.0.0.242 - - [2026-01-08 02:23:17] "GET /virtual-networks?parent_id=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002590 10.0.0.242 - - [2026-01-08 02:23:17] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006434 10.0.0.50 - - [2026-01-08 02:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000548 10.0.0.50 - - [2026-01-08 02:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000527 10.0.0.27 - - [2026-01-08 02:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.27 - - [2026-01-08 02:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.50 - - [2026-01-08 02:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.50 - - [2026-01-08 02:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.27 - - [2026-01-08 02:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000595 10.0.0.27 - - [2026-01-08 02:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000520 10.0.0.242 - - [2026-01-08 02:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.242 - - [2026-01-08 02:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.242 - - [2026-01-08 02:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.242 - - [2026-01-08 02:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.242 - - [2026-01-08 02:23:24] "POST /neutron/port HTTP/1.1" 200 1238 0.020533 10.0.0.242 - - [2026-01-08 02:23:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004434 10.0.0.242 - - [2026-01-08 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.001752 10.0.0.242 - - [2026-01-08 02:23:24] "POST /neutron/port HTTP/1.1" 200 1238 0.022460 10.0.0.242 - - [2026-01-08 02:23:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004776 10.0.0.242 - - [2026-01-08 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.242 - - [2026-01-08 02:23:29] "GET /obj-perms HTTP/1.1" 200 5075 0.066444 10.0.0.242 - - [2026-01-08 02:23:44] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005989 10.0.0.242 - - [2026-01-08 02:23:44] "POST /neutron/network HTTP/1.1" 200 1106 0.010091 10.0.0.242 - - [2026-01-08 02:23:44] "DELETE /access-control-list/5a3e4450-21dd-4ac9-8afd-3f9834d12d40 HTTP/1.1" 200 115 0.067707 10.0.0.242 - - [2026-01-08 02:23:44] "GET /virtual-network/5cead726-b439-4ebb-b95b-b7d123ccd03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.019169 10.0.0.242 - - [2026-01-08 02:23:44] "POST /neutron/network HTTP/1.1" 200 1007 0.012256 10.0.0.242 - - [2026-01-08 02:23:44] "POST /neutron/port HTTP/1.1" 200 1228 0.016244 10.0.0.242 - - [2026-01-08 02:23:44] "POST /neutron/port HTTP/1.1" 200 1228 0.035815 10.0.0.27 - - [2026-01-08 02:23:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003149 10.0.0.27 - - [2026-01-08 02:23:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003885 10.0.0.27 - - [2026-01-08 02:23:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002466 10.0.0.27 - - [2026-01-08 02:23:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002349 10.0.0.242 - - [2026-01-08 02:23:46] "POST /neutron/network HTTP/1.1" 200 151 0.158518 10.0.0.242 - - [2026-01-08 02:23:47] "DELETE /network-policy/a1cf3e01-8fda-42a1-b9d9-149c58083d8c HTTP/1.1" 200 115 0.041526 10.0.0.27 - - [2026-01-08 02:23:49] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.242 - - [2026-01-08 02:23:49] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.080030 10.0.0.27 - - [2026-01-08 02:23:49] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.242 - - [2026-01-08 02:23:49] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?fields=virtual_networks HTTP/1.1" 200 1047 0.039893 10.0.0.27 - - [2026-01-08 02:23:49] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.242 - - [2026-01-08 02:23:49] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.045877 10.0.0.27 - - [2026-01-08 02:23:49] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001216 10.0.0.242 - - [2026-01-08 02:23:49] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?fields=security_groups HTTP/1.1" 200 1281 0.051849 10.0.0.242 - - [2026-01-08 02:23:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.026001 10.0.0.27 - - [2026-01-08 02:23:50] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003171 10.0.0.27 - - [2026-01-08 02:23:50] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.27 - - [2026-01-08 02:23:50] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007392 10.0.0.27 - - [2026-01-08 02:23:50] "POST /id-to-fqname HTTP/1.1" 200 204 0.002469 10.0.0.27 - - [2026-01-08 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 213 0.006772 10.0.0.27 - - [2026-01-08 02:23:51] "POST /security-groups HTTP/1.1" 200 605 0.074504 10.0.0.242 - - [2026-01-08 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 248 0.009217 10.0.0.27 - - [2026-01-08 02:23:51] "POST /projects HTTP/1.1" 200 613 0.281151 10.0.0.27 - - [2026-01-08 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.353322 10.0.0.242 - - [2026-01-08 02:23:51] "POST /access-control-lists HTTP/1.1" 200 608 0.034646 10.0.0.242 - - [2026-01-08 02:23:51] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.500084 10.0.0.242 - - [2026-01-08 02:23:52] "GET / HTTP/1.1" 200 35931 0.001521 10.0.0.242 - - [2026-01-08 02:23:55] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000483 10.0.0.27 - - [2026-01-08 02:23:56] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001032 10.0.0.242 - - [2026-01-08 02:23:56] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.075943 10.0.0.242 - - [2026-01-08 02:23:56] "GET / HTTP/1.1" 200 35931 0.001948 10.0.0.242 - - [2026-01-08 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.27 - - [2026-01-08 02:23:57] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.242 - - [2026-01-08 02:23:57] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007661 10.0.0.242 - - [2026-01-08 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.27 - - [2026-01-08 02:23:57] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001273 10.0.0.242 - - [2026-01-08 02:23:57] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.044315 10.0.0.242 - - [2026-01-08 02:23:58] "GET /domains HTTP/1.1" 401 293 0.000432 10.0.0.242 - - [2026-01-08 02:23:58] "GET /domains HTTP/1.1" 200 280 0.026758 10.0.0.27 - - [2026-01-08 02:23:58] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.242 - - [2026-01-08 02:23:58] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50 HTTP/1.1" 200 2974 0.010388 10.0.0.27 - - [2026-01-08 02:23:58] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000998 10.0.0.242 - - [2026-01-08 02:23:58] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7 HTTP/1.1" 200 1937 0.090849 10.0.0.242 - - [2026-01-08 02:23:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003050 10.0.0.242 - - [2026-01-08 02:23:58] "POST /network-ipams HTTP/1.1" 200 627 0.027341 10.0.0.242 - - [2026-01-08 02:23:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003345 10.0.0.242 - - [2026-01-08 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.242 - - [2026-01-08 02:23:58] "GET /network-ipam/a349a53f-5fd5-4ad3-91df-2fb8d2174602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.006898 10.0.0.242 - - [2026-01-08 02:23:58] "PUT /network-ipam/a349a53f-5fd5-4ad3-91df-2fb8d2174602 HTTP/1.1" 200 258 0.013569 10.0.0.242 - - [2026-01-08 02:23:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000470 10.0.0.242 - - [2026-01-08 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.030038 10.0.0.27 - - [2026-01-08 02:23:59] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001379 10.0.0.242 - - [2026-01-08 02:23:59] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.047273 10.0.0.27 - - [2026-01-08 02:24:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008102 10.0.0.242 - - [2026-01-08 02:24:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.265586 10.0.0.242 - - [2026-01-08 02:24:00] "POST /id-to-fqname HTTP/1.1" 200 237 0.001837 10.0.0.242 - - [2026-01-08 02:24:00] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.008362 10.0.0.242 - - [2026-01-08 02:24:00] "POST /neutron/network HTTP/1.1" 200 1142 0.010011 10.0.0.242 - - [2026-01-08 02:24:00] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.005705 10.0.0.242 - - [2026-01-08 02:24:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.010944 10.0.0.242 - - [2026-01-08 02:24:01] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.006741 10.0.0.27 - - [2026-01-08 02:24:02] "GET /obj-perms HTTP/1.1" 200 5040 0.056441 10.0.0.242 - - [2026-01-08 02:24:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.003522 10.0.0.242 - - [2026-01-08 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2026-01-08 02:24:02] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001639 10.0.0.242 - - [2026-01-08 02:24:02] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.135026 10.0.0.242 - - [2026-01-08 02:24:02] "POST /network-policys HTTP/1.1" 200 565 0.082362 10.0.0.242 - - [2026-01-08 02:24:02] "GET /network-policy/5abacb6b-5cd3-4734-955a-29256dabb317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.007488 10.0.0.242 - - [2026-01-08 02:24:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.003450 10.0.0.242 - - [2026-01-08 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.27 - - [2026-01-08 02:24:02] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001452 10.0.0.242 - - [2026-01-08 02:24:02] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.059839 10.0.0.242 - - [2026-01-08 02:24:03] "POST /network-policys HTTP/1.1" 200 565 0.074739 10.0.0.242 - - [2026-01-08 02:24:03] "GET /network-policy/c5c041cd-2b20-4654-9730-39d8549fd831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.006525 10.0.0.242 - - [2026-01-08 02:24:03] "POST /fqname-to-id HTTP/1.1" 404 231 0.003532 10.0.0.242 - - [2026-01-08 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.27 - - [2026-01-08 02:24:03] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001346 10.0.0.242 - - [2026-01-08 02:24:03] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.043539 10.0.0.242 - - [2026-01-08 02:24:03] "POST /network-policys HTTP/1.1" 200 565 0.035889 10.0.0.242 - - [2026-01-08 02:24:03] "GET /network-policy/7273ea26-8c11-4296-921a-ae12441ab6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.008059 10.0.0.242 - - [2026-01-08 02:24:03] "POST /fqname-to-id HTTP/1.1" 404 254 0.004208 10.0.0.242 - - [2026-01-08 02:24:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.003463 10.0.0.242 - - [2026-01-08 02:24:03] "POST /neutron/network HTTP/1.1" 200 1340 0.015818 10.0.0.242 - - [2026-01-08 02:24:04] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.019414 10.0.0.242 - - [2026-01-08 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009474 10.0.0.242 - - [2026-01-08 02:24:04] "GET /network-policy/5abacb6b-5cd3-4734-955a-29256dabb317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004472 10.0.0.242 - - [2026-01-08 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.242 - - [2026-01-08 02:24:04] "GET /network-policy/c5c041cd-2b20-4654-9730-39d8549fd831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004253 10.0.0.242 - - [2026-01-08 02:24:04] "POST /id-to-fqname HTTP/1.1" 200 237 0.001453 10.0.0.27 - - [2026-01-08 02:24:05] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001458 10.0.0.242 - - [2026-01-08 02:24:05] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.071516 10.0.0.242 - - [2026-01-08 02:24:05] "POST /neutron/port HTTP/1.1" 200 117 0.006835 10.0.0.242 - - [2026-01-08 02:24:05] "POST /neutron/network HTTP/1.1" 200 1350 0.009367 10.0.0.242 - - [2026-01-08 02:24:06] "POST /neutron/port HTTP/1.1" 200 1181 0.025774 10.0.0.242 - - [2026-01-08 02:24:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005183 10.0.0.242 - - [2026-01-08 02:24:06] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.242 - - [2026-01-08 02:24:10] "POST /neutron/port HTTP/1.1" 200 1245 0.026369 10.0.0.242 - - [2026-01-08 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2072 0.010518 10.0.0.242 - - [2026-01-08 02:24:10] "GET /virtual-machine/cc3ae9c0-06da-440c-8ef6-a45c54038801 HTTP/1.1" 401 293 0.000596 10.0.0.242 - - [2026-01-08 02:24:10] "GET /virtual-machine/cc3ae9c0-06da-440c-8ef6-a45c54038801 HTTP/1.1" 200 1307 0.043663 10.0.0.242 - - [2026-01-08 02:24:11] "GET /virtual-machine-interface/a8692caf-7c42-4b3f-8d25-389c2aa9d7e3 HTTP/1.1" 200 3178 0.005658 10.0.0.27 - - [2026-01-08 02:24:11] "DELETE /project/a8ddd3bb969a4158a12edd06283a26c7 HTTP/1.1" 404 173 0.003830 10.0.0.27 - - [2026-01-08 02:24:11] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.242 - - [2026-01-08 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.242 - - [2026-01-08 02:24:11] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003390 10.0.0.242 - - [2026-01-08 02:24:11] "GET /virtual-networks?parent_id=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002676 10.0.0.27 - - [2026-01-08 02:24:11] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.048985 10.0.0.27 - - [2026-01-08 02:24:11] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.242 - - [2026-01-08 02:24:11] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.005352 10.0.0.27 - - [2026-01-08 02:24:11] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?fields=security_groups HTTP/1.1" 200 1386 0.076446 10.0.0.27 - - [2026-01-08 02:24:11] "DELETE /security-group/54bcce8d-7d3f-4ead-88e8-2d6a46f28c41 HTTP/1.1" 200 115 0.061181 10.0.0.27 - - [2026-01-08 02:24:11] "GET /projects?obj_uuids=6d6fbf6d-c5f4-4d0e-889f-a802ab95148a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.242 - - [2026-01-08 02:24:11] "DELETE /access-control-list/d855a714-d3e0-4824-9d13-4fa2a0d4442c HTTP/1.1" 200 115 0.065730 10.0.0.27 - - [2026-01-08 02:24:11] "GET /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a?fields=application_policy_sets HTTP/1.1" 200 1425 0.071151 10.0.0.27 - - [2026-01-08 02:24:11] "DELETE /project/6d6fbf6d-c5f4-4d0e-889f-a802ab95148a HTTP/1.1" 200 115 0.455090 10.0.0.242 - - [2026-01-08 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.242 - - [2026-01-08 02:24:14] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.006210 10.0.0.242 - - [2026-01-08 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.242 - - [2026-01-08 02:24:18] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.005481 10.0.0.242 - - [2026-01-08 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.242 - - [2026-01-08 02:24:22] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.007695 10.0.0.242 - - [2026-01-08 02:24:24] "POST /neutron/port HTTP/1.1" 200 1245 0.020640 10.0.0.242 - - [2026-01-08 02:24:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005485 10.0.0.242 - - [2026-01-08 02:24:24] "POST /neutron/port HTTP/1.1" 200 117 0.001524 10.0.0.242 - - [2026-01-08 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.242 - - [2026-01-08 02:24:26] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.005385 10.0.0.242 - - [2026-01-08 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.242 - - [2026-01-08 02:24:30] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.007255 10.0.0.242 - - [2026-01-08 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004821 10.0.0.242 - - [2026-01-08 02:24:34] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.006465 10.0.0.242 - - [2026-01-08 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.242 - - [2026-01-08 02:24:38] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.005514 10.0.0.242 - - [2026-01-08 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.242 - - [2026-01-08 02:24:42] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.006148 10.0.0.242 - - [2026-01-08 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.242 - - [2026-01-08 02:24:47] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003532 10.0.0.242 - - [2026-01-08 02:24:47] "GET /virtual-networks?parent_id=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002916 10.0.0.242 - - [2026-01-08 02:24:47] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.005924 10.0.0.242 - - [2026-01-08 02:24:47] "POST /neutron/port HTTP/1.1" 200 1245 0.022156 10.0.0.242 - - [2026-01-08 02:24:52] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007936 10.0.0.242 - - [2026-01-08 02:24:57] "POST /neutron/port HTTP/1.1" 200 1245 0.018334 10.0.0.242 - - [2026-01-08 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008878 10.0.0.242 - - [2026-01-08 02:25:08] "POST /neutron/port HTTP/1.1" 200 1245 0.021953 10.0.0.242 - - [2026-01-08 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.242 - - [2026-01-08 02:25:08] "GET /network-policy/5abacb6b-5cd3-4734-955a-29256dabb317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004007 10.0.0.242 - - [2026-01-08 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.242 - - [2026-01-08 02:25:08] "GET /network-policy/c5c041cd-2b20-4654-9730-39d8549fd831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004447 10.0.0.242 - - [2026-01-08 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.242 - - [2026-01-08 02:25:08] "GET /network-policy/7273ea26-8c11-4296-921a-ae12441ab6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004400 10.0.0.242 - - [2026-01-08 02:25:08] "POST /neutron/network HTTP/1.1" 200 1432 0.122088 10.0.0.242 - - [2026-01-08 02:25:08] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.006736 10.0.0.242 - - [2026-01-08 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.242 - - [2026-01-08 02:25:08] "GET /network-policy/5abacb6b-5cd3-4734-955a-29256dabb317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004292 10.0.0.242 - - [2026-01-08 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.242 - - [2026-01-08 02:25:08] "GET /network-policy/7273ea26-8c11-4296-921a-ae12441ab6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004673 10.0.0.242 - - [2026-01-08 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.242 - - [2026-01-08 02:25:08] "GET /network-policy/c5c041cd-2b20-4654-9730-39d8549fd831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004697 10.0.0.242 - - [2026-01-08 02:25:13] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.006757 10.0.0.242 - - [2026-01-08 02:25:13] "POST /neutron/network HTTP/1.1" 200 1142 0.125509 10.0.0.242 - - [2026-01-08 02:25:14] "DELETE /access-control-list/3535f85e-385c-4710-bb68-e544eedef215 HTTP/1.1" 200 115 0.073569 10.0.0.242 - - [2026-01-08 02:25:14] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.005951 10.0.0.242 - - [2026-01-08 02:25:19] "GET /virtual-machine/cc3ae9c0-06da-440c-8ef6-a45c54038801 HTTP/1.1" 200 1307 0.004503 10.0.0.242 - - [2026-01-08 02:25:19] "POST /neutron/port HTTP/1.1" 200 1235 0.015652 10.0.0.242 - - [2026-01-08 02:25:21] "GET /virtual-machine/cc3ae9c0-06da-440c-8ef6-a45c54038801 HTTP/1.1" 404 171 0.004074 10.0.0.242 - - [2026-01-08 02:25:21] "GET /virtual-machine/cc3ae9c0-06da-440c-8ef6-a45c54038801 HTTP/1.1" 404 171 0.002985 10.0.0.242 - - [2026-01-08 02:25:21] "GET /virtual-machine/cc3ae9c0-06da-440c-8ef6-a45c54038801 HTTP/1.1" 404 171 0.003318 10.0.0.242 - - [2026-01-08 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.242 - - [2026-01-08 02:25:21] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004944 10.0.0.242 - - [2026-01-08 02:25:21] "GET /virtual-networks?parent_id=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003819 10.0.0.242 - - [2026-01-08 02:25:21] "GET /virtual-network/c937059f-d4b4-446a-9c4a-1050cfc4825b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.006448 10.0.0.242 - - [2026-01-08 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.242 - - [2026-01-08 02:25:21] "GET /routing-instance/195f18cf-8b7a-4f81-890f-c7bf478fb341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004685 10.0.0.242 - - [2026-01-08 02:25:21] "GET /route-target/3fa460c0-9d46-4ac6-b1b5-27b123224f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004408 10.0.0.50 - - [2026-01-08 02:25:21] "GET /obj-perms HTTP/1.1" 200 5040 0.048197 10.0.0.242 - - [2026-01-08 02:25:24] "GET /obj-perms HTTP/1.1" 200 5040 0.059131 10.0.0.242 - - [2026-01-08 02:25:28] "GET /obj-perms HTTP/1.1" 200 5040 0.004591 10.0.0.50 - - [2026-01-08 02:25:28] "GET /obj-perms HTTP/1.1" 200 5040 0.005231 10.0.0.242 - - [2026-01-08 02:25:28] "DELETE /network-policy/7273ea26-8c11-4296-921a-ae12441ab6dd HTTP/1.1" 200 115 0.060229 10.0.0.242 - - [2026-01-08 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.27 - - [2026-01-08 02:25:28] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001039 10.0.0.242 - - [2026-01-08 02:25:28] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.047107 10.0.0.242 - - [2026-01-08 02:25:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-74681672&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.012846 10.0.0.242 - - [2026-01-08 02:25:28] "DELETE /network-policy/c5c041cd-2b20-4654-9730-39d8549fd831 HTTP/1.1" 200 115 0.053395 10.0.0.242 - - [2026-01-08 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.27 - - [2026-01-08 02:25:28] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001150 10.0.0.242 - - [2026-01-08 02:25:28] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.044459 10.0.0.242 - - [2026-01-08 02:25:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-74681672&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005301 10.0.0.242 - - [2026-01-08 02:25:28] "DELETE /network-policy/5abacb6b-5cd3-4734-955a-29256dabb317 HTTP/1.1" 200 115 0.044451 10.0.0.242 - - [2026-01-08 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006158 10.0.0.27 - - [2026-01-08 02:25:28] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001118 10.0.0.242 - - [2026-01-08 02:25:28] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.057475 10.0.0.242 - - [2026-01-08 02:25:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-74681672&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005491 10.0.0.27 - - [2026-01-08 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.017515 10.0.0.27 - - [2026-01-08 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006097 10.0.0.27 - - [2026-01-08 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003844 10.0.0.27 - - [2026-01-08 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003165 10.0.0.242 - - [2026-01-08 02:25:29] "POST /neutron/network HTTP/1.1" 200 151 0.206593 10.0.0.242 - - [2026-01-08 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.242 - - [2026-01-08 02:25:29] "DELETE /network-ipam/a349a53f-5fd5-4ad3-91df-2fb8d2174602 HTTP/1.1" 200 115 0.044119 10.0.0.242 - - [2026-01-08 02:25:29] "POST /fqname-to-id HTTP/1.1" 404 264 0.003305 10.0.0.27 - - [2026-01-08 02:25:29] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000978 10.0.0.27 - - [2026-01-08 02:25:29] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.058739 10.0.0.27 - - [2026-01-08 02:25:29] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001048 10.0.0.27 - - [2026-01-08 02:25:29] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?fields=security_groups HTTP/1.1" 200 1406 0.044602 10.0.0.27 - - [2026-01-08 02:25:29] "DELETE /security-group/6ba78dbe-0cc6-4e3f-a74a-2e98d9bf0f54 HTTP/1.1" 200 115 0.075629 10.0.0.27 - - [2026-01-08 02:25:29] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001592 10.0.0.242 - - [2026-01-08 02:25:29] "DELETE /access-control-list/986d584a-a4e2-46a1-a576-0d49c563ddca HTTP/1.1" 200 115 0.061590 10.0.0.27 - - [2026-01-08 02:25:29] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?fields=application_policy_sets HTTP/1.1" 200 1445 0.091266 10.0.0.242 - - [2026-01-08 02:25:30] "DELETE /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7 HTTP/1.1" 200 115 0.461091 10.0.0.27 - - [2026-01-08 02:25:30] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003545 10.0.0.242 - - [2026-01-08 02:25:30] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?fields=projects HTTP/1.1" 200 1437 0.016539 10.0.0.27 - - [2026-01-08 02:25:32] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003119 10.0.0.27 - - [2026-01-08 02:25:32] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001519 10.0.0.27 - - [2026-01-08 02:25:32] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.050795 10.0.0.27 - - [2026-01-08 02:25:32] "POST /id-to-fqname HTTP/1.1" 200 204 0.002621 10.0.0.27 - - [2026-01-08 02:25:32] "POST /fqname-to-id HTTP/1.1" 404 213 0.005580 10.0.0.27 - - [2026-01-08 02:25:32] "POST /security-groups HTTP/1.1" 200 605 0.032120 10.0.0.27 - - [2026-01-08 02:25:32] "POST /projects HTTP/1.1" 200 613 0.229788 10.0.0.242 - - [2026-01-08 02:25:33] "POST /access-control-lists HTTP/1.1" 200 610 0.028515 10.0.0.27 - - [2026-01-08 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.307170 10.0.0.242 - - [2026-01-08 02:25:33] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.454521 10.0.0.27 - - [2026-01-08 02:25:33] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002027 10.0.0.242 - - [2026-01-08 02:25:33] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?fields=virtual_networks HTTP/1.1" 200 1061 0.059551 10.0.0.27 - - [2026-01-08 02:25:33] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001117 10.0.0.242 - - [2026-01-08 02:25:33] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.041473 10.0.0.27 - - [2026-01-08 02:25:33] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001221 10.0.0.242 - - [2026-01-08 02:25:33] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?fields=security_groups HTTP/1.1" 200 1301 0.042256 10.0.0.242 - - [2026-01-08 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 204 0.028042 10.0.0.27 - - [2026-01-08 02:25:34] "GET /projects?obj_uuids=557ad4d1-ca87-4b2f-91a1-589910a2f08b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003874 10.0.0.27 - - [2026-01-08 02:25:34] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.27 - - [2026-01-08 02:25:34] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007380 10.0.0.27 - - [2026-01-08 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 206 0.004321 10.0.0.27 - - [2026-01-08 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 215 0.005220 10.0.0.27 - - [2026-01-08 02:25:34] "POST /security-groups HTTP/1.1" 200 607 0.036774 10.0.0.242 - - [2026-01-08 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 250 0.002978 10.0.0.27 - - [2026-01-08 02:25:34] "POST /projects HTTP/1.1" 200 617 0.264945 10.0.0.27 - - [2026-01-08 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.341995 10.0.0.242 - - [2026-01-08 02:25:34] "POST /access-control-lists HTTP/1.1" 200 610 0.030602 10.0.0.242 - - [2026-01-08 02:25:34] "GET /project/557ad4d1-ca87-4b2f-91a1-589910a2f08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.494934 10.0.0.242 - - [2026-01-08 02:25:35] "GET / HTTP/1.1" 200 35931 0.002643 10.0.0.242 - - [2026-01-08 02:25:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000518 10.0.0.242 - - [2026-01-08 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.063244 10.0.0.242 - - [2026-01-08 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.27 - - [2026-01-08 02:25:39] "GET /projects?obj_uuids=557ad4d1-ca87-4b2f-91a1-589910a2f08b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001462 10.0.0.242 - - [2026-01-08 02:25:39] "GET /project/557ad4d1-ca87-4b2f-91a1-589910a2f08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.045256 10.0.0.242 - - [2026-01-08 02:25:39] "POST /network-policys HTTP/1.1" 200 567 0.082826 10.0.0.242 - - [2026-01-08 02:25:39] "GET /network-policy/71375486-1e35-4e2e-b890-adc1125af8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.008064 10.0.0.242 - - [2026-01-08 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.27 - - [2026-01-08 02:25:39] "GET /projects?obj_uuids=557ad4d1-ca87-4b2f-91a1-589910a2f08b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001145 10.0.0.242 - - [2026-01-08 02:25:39] "GET /project/557ad4d1-ca87-4b2f-91a1-589910a2f08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.050386 10.0.0.27 - - [2026-01-08 02:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005353 10.0.0.242 - - [2026-01-08 02:25:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.254330 10.0.0.242 - - [2026-01-08 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.005318 10.0.0.242 - - [2026-01-08 02:25:40] "POST /id-to-fqname HTTP/1.1" 200 237 0.001464 10.0.0.242 - - [2026-01-08 02:25:40] "GET /virtual-network/305940f0-3fad-4dae-8d46-4bfbc3dc7da1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.007933 10.0.0.242 - - [2026-01-08 02:25:40] "POST /neutron/network HTTP/1.1" 200 1016 0.012764 10.0.0.242 - - [2026-01-08 02:25:40] "GET /virtual-network/305940f0-3fad-4dae-8d46-4bfbc3dc7da1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005658 10.0.0.242 - - [2026-01-08 02:25:40] "POST /neutron/subnet HTTP/1.1" 200 823 0.008663 10.0.0.242 - - [2026-01-08 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 252 0.017932 10.0.0.242 - - [2026-01-08 02:25:40] "POST /neutron/network HTTP/1.1" 200 1123 0.012030 10.0.0.242 - - [2026-01-08 02:25:40] "GET /virtual-network/305940f0-3fad-4dae-8d46-4bfbc3dc7da1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.005071 10.0.0.242 - - [2026-01-08 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.242 - - [2026-01-08 02:25:40] "GET /network-policy/71375486-1e35-4e2e-b890-adc1125af8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.021961 10.0.0.242 - - [2026-01-08 02:25:41] "GET /virtual-network/305940f0-3fad-4dae-8d46-4bfbc3dc7da1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.005958 10.0.0.27 - - [2026-01-08 02:25:42] "GET /obj-perms HTTP/1.1" 200 5081 0.058817 10.0.0.242 - - [2026-01-08 02:25:42] "DELETE /network-policy/71375486-1e35-4e2e-b890-adc1125af8f6 HTTP/1.1" 409 238 0.008633 10.0.0.242 - - [2026-01-08 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.015552 10.0.0.242 - - [2026-01-08 02:25:43] "DELETE /network-policy/71375486-1e35-4e2e-b890-adc1125af8f6 HTTP/1.1" 200 115 0.036395 10.0.0.242 - - [2026-01-08 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.27 - - [2026-01-08 02:25:43] "GET /projects?obj_uuids=557ad4d1-ca87-4b2f-91a1-589910a2f08b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001125 10.0.0.242 - - [2026-01-08 02:25:43] "GET /project/557ad4d1-ca87-4b2f-91a1-589910a2f08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.041964 10.0.0.242 - - [2026-01-08 02:25:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-98917196&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006392 10.0.0.27 - - [2026-01-08 02:25:45] "GET /projects?obj_uuids=557ad4d1-ca87-4b2f-91a1-589910a2f08b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000998 10.0.0.242 - - [2026-01-08 02:25:45] "GET /project/557ad4d1-ca87-4b2f-91a1-589910a2f08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.050439 10.0.0.27 - - [2026-01-08 02:25:45] "GET /projects?obj_uuids=557ad4d1-ca87-4b2f-91a1-589910a2f08b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001202 10.0.0.242 - - [2026-01-08 02:25:45] "GET /project/557ad4d1-ca87-4b2f-91a1-589910a2f08b?fields=virtual_networks HTTP/1.1" 200 1064 0.045405 10.0.0.27 - - [2026-01-08 02:25:46] "GET /projects?obj_uuids=557ad4d1-ca87-4b2f-91a1-589910a2f08b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001122 10.0.0.242 - - [2026-01-08 02:25:46] "GET /project/557ad4d1-ca87-4b2f-91a1-589910a2f08b?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.043011 10.0.0.27 - - [2026-01-08 02:25:46] "GET /projects?obj_uuids=557ad4d1-ca87-4b2f-91a1-589910a2f08b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001115 10.0.0.242 - - [2026-01-08 02:25:46] "GET /project/557ad4d1-ca87-4b2f-91a1-589910a2f08b?fields=security_groups HTTP/1.1" 200 1306 0.040180 10.0.0.242 - - [2026-01-08 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.024122 10.0.0.27 - - [2026-01-08 02:25:47] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003163 10.0.0.27 - - [2026-01-08 02:25:47] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.27 - - [2026-01-08 02:25:47] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007376 10.0.0.27 - - [2026-01-08 02:25:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.008454 10.0.0.27 - - [2026-01-08 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.004942 10.0.0.27 - - [2026-01-08 02:25:47] "POST /security-groups HTTP/1.1" 200 591 0.082008 10.0.0.27 - - [2026-01-08 02:25:47] "POST /projects HTTP/1.1" 200 585 0.296268 10.0.0.242 - - [2026-01-08 02:25:47] "POST /access-control-lists HTTP/1.1" 200 596 0.032805 10.0.0.27 - - [2026-01-08 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.368199 10.0.0.242 - - [2026-01-08 02:25:47] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.509273 10.0.0.242 - - [2026-01-08 02:25:48] "GET / HTTP/1.1" 200 35931 0.001791 10.0.0.242 - - [2026-01-08 02:25:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000504 10.0.0.242 - - [2026-01-08 02:25:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.073604 10.0.0.242 - - [2026-01-08 02:25:50] "POST /network-ipams HTTP/1.1" 200 513 0.030699 10.0.0.242 - - [2026-01-08 02:25:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003375 10.0.0.242 - - [2026-01-08 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.242 - - [2026-01-08 02:25:50] "GET /network-ipam/92e9d4d0-3e93-40d9-b170-3ee431c787cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006743 10.0.0.242 - - [2026-01-08 02:25:50] "PUT /network-ipam/92e9d4d0-3e93-40d9-b170-3ee431c787cf HTTP/1.1" 200 258 0.017322 10.0.0.242 - - [2026-01-08 02:25:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.005108 10.0.0.242 - - [2026-01-08 02:25:50] "POST /network-ipams HTTP/1.1" 200 513 0.028273 10.0.0.242 - - [2026-01-08 02:25:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003508 10.0.0.242 - - [2026-01-08 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.242 - - [2026-01-08 02:25:51] "GET /network-ipam/ce8327fa-9aaf-4ab9-98e1-0cf68704d86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.007570 10.0.0.242 - - [2026-01-08 02:25:51] "PUT /network-ipam/ce8327fa-9aaf-4ab9-98e1-0cf68704d86f HTTP/1.1" 200 258 0.015414 10.0.0.242 - - [2026-01-08 02:25:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.008959 10.0.0.242 - - [2026-01-08 02:25:51] "POST /network-ipams HTTP/1.1" 200 513 0.033700 10.0.0.242 - - [2026-01-08 02:25:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.004340 10.0.0.242 - - [2026-01-08 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.242 - - [2026-01-08 02:25:51] "GET /network-ipam/6df21c18-add6-456a-b4bc-a01c9e2e7cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006884 10.0.0.242 - - [2026-01-08 02:25:51] "PUT /network-ipam/6df21c18-add6-456a-b4bc-a01c9e2e7cb1 HTTP/1.1" 200 258 0.014957 10.0.0.242 - - [2026-01-08 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.27 - - [2026-01-08 02:25:52] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.242 - - [2026-01-08 02:25:52] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042552 10.0.0.242 - - [2026-01-08 02:25:52] "POST /neutron/network HTTP/1.1" 200 117 0.054034 10.0.0.242 - - [2026-01-08 02:25:52] "POST /route-targets HTTP/1.1" 200 327 0.014349 10.0.0.242 - - [2026-01-08 02:25:53] "POST /neutron/network HTTP/1.1" 200 824 0.011530 10.0.0.242 - - [2026-01-08 02:25:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001221 10.0.0.242 - - [2026-01-08 02:25:53] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007755 10.0.0.242 - - [2026-01-08 02:25:53] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008240 10.0.0.242 - - [2026-01-08 02:25:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.009862 10.0.0.242 - - [2026-01-08 02:25:53] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005941 10.0.0.242 - - [2026-01-08 02:25:53] "GET /network-ipam/92e9d4d0-3e93-40d9-b170-3ee431c787cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.009009 10.0.0.242 - - [2026-01-08 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.27 - - [2026-01-08 02:25:53] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.242 - - [2026-01-08 02:25:53] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054271 10.0.0.27 - - [2026-01-08 02:25:53] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001215 10.0.0.242 - - [2026-01-08 02:25:53] "POST /neutron/network HTTP/1.1" 200 607 0.167449 10.0.0.242 - - [2026-01-08 02:25:53] "POST /ref-update HTTP/1.1" 200 156 0.024997 10.0.0.242 - - [2026-01-08 02:25:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.004297 10.0.0.242 - - [2026-01-08 02:25:53] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008831 10.0.0.242 - - [2026-01-08 02:25:53] "POST /neutron/network HTTP/1.1" 200 825 0.009343 10.0.0.242 - - [2026-01-08 02:25:53] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.011345 10.0.0.242 - - [2026-01-08 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.27 - - [2026-01-08 02:25:53] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.242 - - [2026-01-08 02:25:54] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.060364 10.0.0.242 - - [2026-01-08 02:25:54] "POST /neutron/network HTTP/1.1" 200 117 0.014767 10.0.0.242 - - [2026-01-08 02:25:54] "POST /neutron/network HTTP/1.1" 200 821 0.013618 10.0.0.242 - - [2026-01-08 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001235 10.0.0.242 - - [2026-01-08 02:25:54] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006111 10.0.0.242 - - [2026-01-08 02:25:54] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.011143 10.0.0.242 - - [2026-01-08 02:25:54] "POST /neutron/subnet HTTP/1.1" 200 710 0.010310 10.0.0.242 - - [2026-01-08 02:25:54] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005827 10.0.0.242 - - [2026-01-08 02:25:55] "GET /obj-perms HTTP/1.1" 200 5049 0.058266 10.0.0.50 - - [2026-01-08 02:25:55] "GET /obj-perms HTTP/1.1" 200 5049 0.053027 10.0.0.242 - - [2026-01-08 02:25:56] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005910 10.0.0.242 - - [2026-01-08 02:25:57] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006076 10.0.0.27 - - [2026-01-08 02:25:57] "GET /obj-perms HTTP/1.1" 200 5049 0.079797 10.0.0.242 - - [2026-01-08 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.003333 10.0.0.242 - - [2026-01-08 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.27 - - [2026-01-08 02:25:57] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001046 10.0.0.242 - - [2026-01-08 02:25:57] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.044020 10.0.0.242 - - [2026-01-08 02:25:57] "POST /network-policys HTTP/1.1" 200 553 0.027312 10.0.0.242 - - [2026-01-08 02:25:57] "GET /network-policy/1f1c0169-8b95-4c41-8f24-0197cbed41f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006519 10.0.0.242 - - [2026-01-08 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.002788 10.0.0.242 - - [2026-01-08 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.27 - - [2026-01-08 02:25:57] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.242 - - [2026-01-08 02:25:57] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054932 10.0.0.242 - - [2026-01-08 02:25:58] "POST /network-policys HTTP/1.1" 200 553 0.032588 10.0.0.242 - - [2026-01-08 02:25:58] "GET /network-policy/a5148385-99f8-4307-bb9e-1493f6c15b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006103 10.0.0.242 - - [2026-01-08 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 215 0.003064 10.0.0.242 - - [2026-01-08 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.27 - - [2026-01-08 02:25:58] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001323 10.0.0.242 - - [2026-01-08 02:25:58] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.046520 10.0.0.242 - - [2026-01-08 02:25:58] "POST /network-policys HTTP/1.1" 200 553 0.027543 10.0.0.242 - - [2026-01-08 02:25:58] "GET /network-policy/ad4b1320-105a-460c-88ed-c3f929e6d566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006471 10.0.0.242 - - [2026-01-08 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 236 0.003133 10.0.0.242 - - [2026-01-08 02:25:58] "POST /ref-update HTTP/1.1" 200 156 0.073340 10.0.0.242 - - [2026-01-08 02:25:58] "POST /ref-update HTTP/1.1" 200 156 0.081905 10.0.0.242 - - [2026-01-08 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 236 0.004865 10.0.0.242 - - [2026-01-08 02:25:59] "POST /neutron/network HTTP/1.1" 200 917 0.033638 10.0.0.242 - - [2026-01-08 02:25:59] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.009377 10.0.0.242 - - [2026-01-08 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.008165 10.0.0.242 - - [2026-01-08 02:25:59] "GET /network-policy/a5148385-99f8-4307-bb9e-1493f6c15b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006564 10.0.0.242 - - [2026-01-08 02:25:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001128 10.0.0.27 - - [2026-01-08 02:26:00] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001689 10.0.0.242 - - [2026-01-08 02:26:00] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.074101 10.0.0.242 - - [2026-01-08 02:26:00] "POST /neutron/port HTTP/1.1" 200 117 0.007704 10.0.0.242 - - [2026-01-08 02:26:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001431 10.0.0.242 - - [2026-01-08 02:26:00] "POST /neutron/network HTTP/1.1" 200 927 0.007615 10.0.0.242 - - [2026-01-08 02:26:01] "POST /neutron/port HTTP/1.1" 200 1060 0.021317 10.0.0.242 - - [2026-01-08 02:26:01] "POST /neutron/port HTTP/1.1" 200 1124 0.022025 10.0.0.242 - - [2026-01-08 02:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.27 - - [2026-01-08 02:26:01] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.242 - - [2026-01-08 02:26:01] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.084573 10.0.0.242 - - [2026-01-08 02:26:01] "POST /neutron/port HTTP/1.1" 200 1124 0.021328 10.0.0.242 - - [2026-01-08 02:26:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001884 10.0.0.242 - - [2026-01-08 02:26:01] "POST /neutron/port HTTP/1.1" 200 1124 0.020437 10.0.0.242 - - [2026-01-08 02:26:02] "POST /neutron/network HTTP/1.1" 200 927 0.007438 10.0.0.242 - - [2026-01-08 02:26:02] "PUT /access-control-list/592c8ea5-1131-4758-9dc3-65095d772b89 HTTP/1.1" 200 272 0.063285 10.0.0.242 - - [2026-01-08 02:26:02] "POST /neutron/port HTTP/1.1" 200 1061 0.020942 10.0.0.242 - - [2026-01-08 02:26:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005228 10.0.0.242 - - [2026-01-08 02:26:02] "POST /neutron/network HTTP/1.1" 200 917 0.008356 10.0.0.27 - - [2026-01-08 02:26:02] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001473 10.0.0.242 - - [2026-01-08 02:26:02] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.075804 10.0.0.242 - - [2026-01-08 02:26:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009212 10.0.0.242 - - [2026-01-08 02:26:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010841 10.0.0.242 - - [2026-01-08 02:26:03] "POST /neutron/port HTTP/1.1" 200 1124 0.017400 10.0.0.242 - - [2026-01-08 02:26:03] "POST /neutron/network HTTP/1.1" 200 831 0.007072 10.0.0.242 - - [2026-01-08 02:26:03] "GET /virtual-machine/11c30bea-2c63-46c2-9d6e-11393f1edcea HTTP/1.1" 401 293 0.000462 10.0.0.242 - - [2026-01-08 02:26:04] "POST /neutron/port HTTP/1.1" 200 1057 0.017728 10.0.0.242 - - [2026-01-08 02:26:04] "POST /neutron/port HTTP/1.1" 200 1121 0.022193 10.0.0.242 - - [2026-01-08 02:26:04] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-machine/11c30bea-2c63-46c2-9d6e-11393f1edcea HTTP/1.1" 200 1292 0.039535 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-machine/11c30bea-2c63-46c2-9d6e-11393f1edcea HTTP/1.1" 200 1292 0.004195 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-machine-interface/5e09fa7f-e2d1-4d2f-b082-340da050b637 HTTP/1.1" 200 2944 0.005754 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-machine/11c30bea-2c63-46c2-9d6e-11393f1edcea HTTP/1.1" 200 1292 0.003561 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-machine-interface/5e09fa7f-e2d1-4d2f-b082-340da050b637 HTTP/1.1" 200 2944 0.005224 10.0.0.242 - - [2026-01-08 02:26:04] "GET /instance-ip/a82c2be4-4d79-451c-b68f-ebed8786b2f0 HTTP/1.1" 200 1622 0.006158 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-machine/11c30bea-2c63-46c2-9d6e-11393f1edcea HTTP/1.1" 200 1292 0.003329 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-machine-interface/5e09fa7f-e2d1-4d2f-b082-340da050b637 HTTP/1.1" 200 2944 0.005419 10.0.0.242 - - [2026-01-08 02:26:04] "GET /instance-ip/a82c2be4-4d79-451c-b68f-ebed8786b2f0 HTTP/1.1" 200 1622 0.003852 10.0.0.242 - - [2026-01-08 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.242 - - [2026-01-08 02:26:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003856 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003084 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006188 10.0.0.242 - - [2026-01-08 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.242 - - [2026-01-08 02:26:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004851 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003850 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006182 10.0.0.242 - - [2026-01-08 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.242 - - [2026-01-08 02:26:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003613 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003767 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006195 10.0.0.242 - - [2026-01-08 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.242 - - [2026-01-08 02:26:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005291 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004051 10.0.0.242 - - [2026-01-08 02:26:04] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006858 10.0.0.242 - - [2026-01-08 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.242 - - [2026-01-08 02:26:05] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005122 10.0.0.242 - - [2026-01-08 02:26:05] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003717 10.0.0.242 - - [2026-01-08 02:26:05] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.011042 10.0.0.242 - - [2026-01-08 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.242 - - [2026-01-08 02:26:08] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005563 10.0.0.27 - - [2026-01-08 02:26:11] "DELETE /project/a8ddd3bb969a4158a12edd06283a26c7 HTTP/1.1" 404 173 0.009002 10.0.0.27 - - [2026-01-08 02:26:11] "DELETE /project/ca87ad5c23ae40f9a9fe0dfd6c19ef7f HTTP/1.1" 404 173 0.012584 10.0.0.27 - - [2026-01-08 02:26:11] "DELETE /project/557ad4d1ca874b2f91a1589910a2f08b HTTP/1.1" 404 173 0.006529 10.0.0.27 - - [2026-01-08 02:26:11] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000857 10.0.0.27 - - [2026-01-08 02:26:11] "GET /projects?obj_uuids=557ad4d1-ca87-4b2f-91a1-589910a2f08b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000796 10.0.0.27 - - [2026-01-08 02:26:11] "GET /project/557ad4d1-ca87-4b2f-91a1-589910a2f08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.040095 10.0.0.27 - - [2026-01-08 02:26:11] "GET /projects?obj_uuids=557ad4d1-ca87-4b2f-91a1-589910a2f08b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000991 10.0.0.27 - - [2026-01-08 02:26:11] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.057162 10.0.0.27 - - [2026-01-08 02:26:11] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001025 10.0.0.27 - - [2026-01-08 02:26:11] "GET /project/557ad4d1-ca87-4b2f-91a1-589910a2f08b?fields=security_groups HTTP/1.1" 200 1411 0.052725 10.0.0.27 - - [2026-01-08 02:26:11] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?fields=security_groups HTTP/1.1" 200 1406 0.090869 10.0.0.27 - - [2026-01-08 02:26:11] "DELETE /security-group/fef92db7-6347-410d-befc-1b216eae0ea4 HTTP/1.1" 200 115 0.059439 10.0.0.27 - - [2026-01-08 02:26:11] "GET /projects?obj_uuids=557ad4d1-ca87-4b2f-91a1-589910a2f08b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001581 10.0.0.27 - - [2026-01-08 02:26:11] "GET /project/557ad4d1-ca87-4b2f-91a1-589910a2f08b?fields=application_policy_sets HTTP/1.1" 200 1450 0.048759 10.0.0.27 - - [2026-01-08 02:26:11] "DELETE /security-group/9cd5930d-4c79-476a-9081-87e09d063ddb HTTP/1.1" 200 115 0.094375 10.0.0.27 - - [2026-01-08 02:26:11] "GET /projects?obj_uuids=a8ddd3bb-969a-4158-a12e-dd06283a26c7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000923 10.0.0.27 - - [2026-01-08 02:26:11] "GET /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7?fields=application_policy_sets HTTP/1.1" 200 1445 0.049513 10.0.0.242 - - [2026-01-08 02:26:11] "DELETE /access-control-list/7c0ac2e1-2cbc-40fb-be9b-3900deb8cd24 HTTP/1.1" 200 115 0.047423 10.0.0.27 - - [2026-01-08 02:26:12] "DELETE /project/557ad4d1-ca87-4b2f-91a1-589910a2f08b HTTP/1.1" 200 115 0.453929 10.0.0.27 - - [2026-01-08 02:26:12] "DELETE /project/a8ddd3bb-969a-4158-a12e-dd06283a26c7 HTTP/1.1" 200 115 0.547326 10.0.0.242 - - [2026-01-08 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.242 - - [2026-01-08 02:26:12] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005406 10.0.0.242 - - [2026-01-08 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.242 - - [2026-01-08 02:26:16] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006313 10.0.0.242 - - [2026-01-08 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.242 - - [2026-01-08 02:26:20] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006086 10.0.0.242 - - [2026-01-08 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005440 10.0.0.242 - - [2026-01-08 02:26:24] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006742 10.0.0.242 - - [2026-01-08 02:26:25] "POST /neutron/port HTTP/1.1" 200 1125 0.021930 10.0.0.242 - - [2026-01-08 02:26:25] "POST /neutron/subnet HTTP/1.1" 200 704 0.010837 10.0.0.242 - - [2026-01-08 02:26:26] "POST /neutron/port HTTP/1.1" 200 1124 0.018465 10.0.0.242 - - [2026-01-08 02:26:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004490 10.0.0.242 - - [2026-01-08 02:26:26] "POST /neutron/network HTTP/1.1" 200 995 0.007838 10.0.0.242 - - [2026-01-08 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.242 - - [2026-01-08 02:26:28] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006030 10.0.0.242 - - [2026-01-08 02:26:31] "GET /obj-perms HTTP/1.1" 200 5075 0.067635 10.0.0.242 - - [2026-01-08 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.242 - - [2026-01-08 02:26:32] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006050 10.0.0.242 - - [2026-01-08 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.242 - - [2026-01-08 02:26:36] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005663 10.0.0.242 - - [2026-01-08 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006916 10.0.0.242 - - [2026-01-08 02:26:40] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007306 10.0.0.242 - - [2026-01-08 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.242 - - [2026-01-08 02:26:45] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005769 10.0.0.242 - - [2026-01-08 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.242 - - [2026-01-08 02:26:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004422 10.0.0.242 - - [2026-01-08 02:26:49] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003187 10.0.0.242 - - [2026-01-08 02:26:49] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006280 10.0.0.242 - - [2026-01-08 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.242 - - [2026-01-08 02:26:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004797 10.0.0.242 - - [2026-01-08 02:26:49] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002776 10.0.0.242 - - [2026-01-08 02:26:49] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006026 10.0.0.242 - - [2026-01-08 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.242 - - [2026-01-08 02:26:49] "GET /routing-instance/05903da1-8d5e-4a07-941e-c2d33fe19688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.005219 10.0.0.242 - - [2026-01-08 02:26:49] "GET /route-target/323eb764-aa6d-4a00-9392-3ad0f98cf316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003882 10.0.0.242 - - [2026-01-08 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.242 - - [2026-01-08 02:26:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003381 10.0.0.242 - - [2026-01-08 02:26:49] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003083 10.0.0.242 - - [2026-01-08 02:26:49] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006616 10.0.0.242 - - [2026-01-08 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.242 - - [2026-01-08 02:26:49] "GET /routing-instance/05903da1-8d5e-4a07-941e-c2d33fe19688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.004681 10.0.0.242 - - [2026-01-08 02:26:49] "GET /route-target/323eb764-aa6d-4a00-9392-3ad0f98cf316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003642 10.0.0.242 - - [2026-01-08 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.242 - - [2026-01-08 02:26:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004511 10.0.0.242 - - [2026-01-08 02:26:49] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003645 10.0.0.242 - - [2026-01-08 02:26:49] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005672 10.0.0.242 - - [2026-01-08 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.242 - - [2026-01-08 02:26:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004801 10.0.0.242 - - [2026-01-08 02:26:50] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003352 10.0.0.242 - - [2026-01-08 02:26:50] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007352 10.0.0.242 - - [2026-01-08 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.242 - - [2026-01-08 02:26:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004960 10.0.0.242 - - [2026-01-08 02:26:50] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003983 10.0.0.242 - - [2026-01-08 02:26:50] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007636 10.0.0.27 - - [2026-01-08 02:26:50] "GET /obj-perms HTTP/1.1" 200 5049 0.004354 10.0.0.242 - - [2026-01-08 02:26:50] "GET /obj-perms HTTP/1.1" 200 5049 0.004038 10.0.0.50 - - [2026-01-08 02:26:50] "GET /obj-perms HTTP/1.1" 200 5049 0.004226 10.0.0.242 - - [2026-01-08 02:26:50] "GET /obj-perms HTTP/1.1" 200 5049 0.003826 10.0.0.242 - - [2026-01-08 02:26:50] "POST /neutron/port HTTP/1.1" 200 1125 0.018431 10.0.0.242 - - [2026-01-08 02:26:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008543 10.0.0.242 - - [2026-01-08 02:26:50] "GET /virtual-machine/12dbfa41-afec-431d-8414-3f7c53d8ae79 HTTP/1.1" 200 1291 0.006937 10.0.0.242 - - [2026-01-08 02:26:50] "GET /virtual-machine/12dbfa41-afec-431d-8414-3f7c53d8ae79 HTTP/1.1" 200 1291 0.004135 10.0.0.242 - - [2026-01-08 02:26:50] "GET /virtual-machine-interface/dbc47480-8d15-4bf6-b00a-a2da31d27d66 HTTP/1.1" 200 2945 0.006181 10.0.0.242 - - [2026-01-08 02:26:50] "GET /virtual-machine/12dbfa41-afec-431d-8414-3f7c53d8ae79 HTTP/1.1" 200 1291 0.003998 10.0.0.242 - - [2026-01-08 02:26:50] "GET /virtual-machine-interface/dbc47480-8d15-4bf6-b00a-a2da31d27d66 HTTP/1.1" 200 2945 0.005798 10.0.0.242 - - [2026-01-08 02:26:50] "GET /instance-ip/eab924cd-c208-49a8-9e07-ae4ce4681182 HTTP/1.1" 200 1623 0.006487 10.0.0.242 - - [2026-01-08 02:26:50] "GET /virtual-machine/12dbfa41-afec-431d-8414-3f7c53d8ae79 HTTP/1.1" 200 1291 0.003539 10.0.0.242 - - [2026-01-08 02:26:50] "GET /virtual-machine-interface/dbc47480-8d15-4bf6-b00a-a2da31d27d66 HTTP/1.1" 200 2945 0.006503 10.0.0.242 - - [2026-01-08 02:26:50] "GET /instance-ip/eab924cd-c208-49a8-9e07-ae4ce4681182 HTTP/1.1" 200 1623 0.004936 10.0.0.242 - - [2026-01-08 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.242 - - [2026-01-08 02:26:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003983 10.0.0.242 - - [2026-01-08 02:26:50] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003187 10.0.0.242 - - [2026-01-08 02:26:51] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005918 10.0.0.242 - - [2026-01-08 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.242 - - [2026-01-08 02:26:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004386 10.0.0.242 - - [2026-01-08 02:26:51] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003144 10.0.0.242 - - [2026-01-08 02:26:51] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.007217 10.0.0.242 - - [2026-01-08 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.242 - - [2026-01-08 02:26:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004236 10.0.0.242 - - [2026-01-08 02:26:51] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004605 10.0.0.242 - - [2026-01-08 02:26:51] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006021 10.0.0.242 - - [2026-01-08 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.242 - - [2026-01-08 02:26:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004259 10.0.0.242 - - [2026-01-08 02:26:51] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003128 10.0.0.242 - - [2026-01-08 02:26:51] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005752 10.0.0.242 - - [2026-01-08 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.242 - - [2026-01-08 02:26:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005288 10.0.0.242 - - [2026-01-08 02:26:51] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003040 10.0.0.242 - - [2026-01-08 02:26:51] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006642 10.0.0.242 - - [2026-01-08 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.242 - - [2026-01-08 02:26:52] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004343 10.0.0.242 - - [2026-01-08 02:26:52] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004450 10.0.0.242 - - [2026-01-08 02:26:52] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.007606 10.0.0.242 - - [2026-01-08 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152 10.0.0.242 - - [2026-01-08 02:26:52] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004309 10.0.0.242 - - [2026-01-08 02:26:52] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004649 10.0.0.242 - - [2026-01-08 02:26:52] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.007343 10.0.0.242 - - [2026-01-08 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005742 10.0.0.242 - - [2026-01-08 02:26:53] "GET /routing-instance/316bbc01-4a57-42b1-a3f1-88e26d6127c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005375 10.0.0.242 - - [2026-01-08 02:26:53] "GET /route-target/263e5950-8b78-443d-8671-96d069ebb098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004029 10.0.0.242 - - [2026-01-08 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.242 - - [2026-01-08 02:26:53] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006222 10.0.0.242 - - [2026-01-08 02:26:53] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.006225 10.0.0.242 - - [2026-01-08 02:26:53] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006591 10.0.0.242 - - [2026-01-08 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.242 - - [2026-01-08 02:26:53] "GET /routing-instance/316bbc01-4a57-42b1-a3f1-88e26d6127c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.010144 10.0.0.242 - - [2026-01-08 02:26:53] "GET /route-target/263e5950-8b78-443d-8671-96d069ebb098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005186 10.0.0.242 - - [2026-01-08 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.242 - - [2026-01-08 02:26:53] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006781 10.0.0.242 - - [2026-01-08 02:26:53] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003589 10.0.0.242 - - [2026-01-08 02:26:53] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006910 10.0.0.242 - - [2026-01-08 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.242 - - [2026-01-08 02:26:53] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004677 10.0.0.242 - - [2026-01-08 02:26:53] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003835 10.0.0.242 - - [2026-01-08 02:26:53] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006655 10.0.0.242 - - [2026-01-08 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.242 - - [2026-01-08 02:26:53] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004375 10.0.0.242 - - [2026-01-08 02:26:53] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003242 10.0.0.242 - - [2026-01-08 02:26:53] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006333 10.0.0.27 - - [2026-01-08 02:26:53] "GET /obj-perms HTTP/1.1" 200 5049 0.003916 10.0.0.242 - - [2026-01-08 02:26:53] "GET /obj-perms HTTP/1.1" 200 5049 0.004896 10.0.0.242 - - [2026-01-08 02:26:53] "GET /obj-perms HTTP/1.1" 200 5049 0.004285 10.0.0.242 - - [2026-01-08 02:26:53] "GET /obj-perms HTTP/1.1" 200 5049 0.004202 10.0.0.50 - - [2026-01-08 02:26:54] "GET /obj-perms HTTP/1.1" 200 5049 0.003802 10.0.0.27 - - [2026-01-08 02:26:54] "GET /obj-perms HTTP/1.1" 200 5049 0.003989 10.0.0.242 - - [2026-01-08 02:26:54] "POST /neutron/port HTTP/1.1" 200 1121 0.021955 10.0.0.242 - - [2026-01-08 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007707 10.0.0.242 - - [2026-01-08 02:26:54] "POST /neutron/port HTTP/1.1" 200 1121 0.018582 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-machine/fd6c50e5-ada1-430e-a849-f62147767821 HTTP/1.1" 200 1293 0.006032 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-machine/fd6c50e5-ada1-430e-a849-f62147767821 HTTP/1.1" 200 1293 0.004519 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-machine-interface/1408138f-b14e-4e98-92db-40d4b4a03a90 HTTP/1.1" 200 2944 0.005592 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-machine/fd6c50e5-ada1-430e-a849-f62147767821 HTTP/1.1" 200 1293 0.003866 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-machine-interface/1408138f-b14e-4e98-92db-40d4b4a03a90 HTTP/1.1" 200 2944 0.005951 10.0.0.242 - - [2026-01-08 02:26:54] "GET /instance-ip/b215cad0-8f1f-4ed1-a94e-de9d239c3d4e HTTP/1.1" 200 1619 0.006387 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-machine/fd6c50e5-ada1-430e-a849-f62147767821 HTTP/1.1" 200 1293 0.004450 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-machine-interface/1408138f-b14e-4e98-92db-40d4b4a03a90 HTTP/1.1" 200 2944 0.005488 10.0.0.242 - - [2026-01-08 02:26:54] "GET /instance-ip/b215cad0-8f1f-4ed1-a94e-de9d239c3d4e HTTP/1.1" 200 1619 0.005095 10.0.0.242 - - [2026-01-08 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.242 - - [2026-01-08 02:26:54] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007261 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004935 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006816 10.0.0.242 - - [2026-01-08 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.242 - - [2026-01-08 02:26:54] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006576 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005290 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007878 10.0.0.242 - - [2026-01-08 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.242 - - [2026-01-08 02:26:54] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003676 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003023 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006446 10.0.0.242 - - [2026-01-08 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005212 10.0.0.242 - - [2026-01-08 02:26:54] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005767 10.0.0.242 - - [2026-01-08 02:26:54] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003731 10.0.0.242 - - [2026-01-08 02:26:55] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007476 10.0.0.242 - - [2026-01-08 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.242 - - [2026-01-08 02:26:55] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005599 10.0.0.242 - - [2026-01-08 02:26:55] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004970 10.0.0.242 - - [2026-01-08 02:26:55] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007299 10.0.0.242 - - [2026-01-08 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.031343 10.0.0.242 - - [2026-01-08 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.242 - - [2026-01-08 02:26:56] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004777 10.0.0.242 - - [2026-01-08 02:26:56] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003249 10.0.0.242 - - [2026-01-08 02:26:56] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005952 10.0.0.242 - - [2026-01-08 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.011036 10.0.0.242 - - [2026-01-08 02:26:56] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005712 10.0.0.242 - - [2026-01-08 02:26:56] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003536 10.0.0.242 - - [2026-01-08 02:26:56] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007252 10.0.0.242 - - [2026-01-08 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.242 - - [2026-01-08 02:26:56] "GET /routing-instance/5af32c65-2e31-476f-bd41-900c2fd1ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006995 10.0.0.242 - - [2026-01-08 02:26:56] "GET /route-target/cef43960-1bc4-46af-b7ad-a2b597f6100b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004598 10.0.0.242 - - [2026-01-08 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.242 - - [2026-01-08 02:26:56] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004441 10.0.0.242 - - [2026-01-08 02:26:56] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003094 10.0.0.242 - - [2026-01-08 02:26:56] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007061 10.0.0.242 - - [2026-01-08 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.242 - - [2026-01-08 02:26:56] "GET /routing-instance/5af32c65-2e31-476f-bd41-900c2fd1ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004519 10.0.0.242 - - [2026-01-08 02:26:56] "GET /route-target/cef43960-1bc4-46af-b7ad-a2b597f6100b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006328 10.0.0.242 - - [2026-01-08 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.242 - - [2026-01-08 02:26:57] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004702 10.0.0.242 - - [2026-01-08 02:26:57] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003934 10.0.0.242 - - [2026-01-08 02:26:57] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005977 10.0.0.242 - - [2026-01-08 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.242 - - [2026-01-08 02:26:57] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003856 10.0.0.242 - - [2026-01-08 02:26:57] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003332 10.0.0.242 - - [2026-01-08 02:26:57] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007126 10.0.0.242 - - [2026-01-08 02:26:57] "GET /obj-perms HTTP/1.1" 200 5049 0.004234 10.0.0.27 - - [2026-01-08 02:26:57] "GET /obj-perms HTTP/1.1" 200 5049 0.004735 10.0.0.242 - - [2026-01-08 02:26:57] "GET /obj-perms HTTP/1.1" 200 5049 0.005068 10.0.0.50 - - [2026-01-08 02:26:57] "GET /obj-perms HTTP/1.1" 200 5049 0.005710 10.0.0.242 - - [2026-01-08 02:26:57] "GET /virtual-machine/11c30bea-2c63-46c2-9d6e-11393f1edcea HTTP/1.1" 200 1292 0.005808 10.0.0.242 - - [2026-01-08 02:26:57] "GET /virtual-machine-interface/5e09fa7f-e2d1-4d2f-b082-340da050b637 HTTP/1.1" 200 2944 0.007492 10.0.0.242 - - [2026-01-08 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005312 10.0.0.242 - - [2026-01-08 02:26:57] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006447 10.0.0.242 - - [2026-01-08 02:26:57] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004196 10.0.0.242 - - [2026-01-08 02:26:57] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007304 10.0.0.242 - - [2026-01-08 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.242 - - [2026-01-08 02:26:58] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003783 10.0.0.242 - - [2026-01-08 02:26:58] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002761 10.0.0.242 - - [2026-01-08 02:26:58] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005986 10.0.0.242 - - [2026-01-08 02:26:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008216 10.0.0.242 - - [2026-01-08 02:27:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007354 10.0.0.242 - - [2026-01-08 02:27:09] "GET /virtual-machine/12dbfa41-afec-431d-8414-3f7c53d8ae79 HTTP/1.1" 200 1291 0.005414 10.0.0.242 - - [2026-01-08 02:27:09] "GET /virtual-machine-interface/dbc47480-8d15-4bf6-b00a-a2da31d27d66 HTTP/1.1" 200 2945 0.006837 10.0.0.242 - - [2026-01-08 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.242 - - [2026-01-08 02:27:09] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003607 10.0.0.242 - - [2026-01-08 02:27:09] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003296 10.0.0.242 - - [2026-01-08 02:27:09] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005997 10.0.0.242 - - [2026-01-08 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.242 - - [2026-01-08 02:27:10] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004724 10.0.0.242 - - [2026-01-08 02:27:10] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003659 10.0.0.242 - - [2026-01-08 02:27:10] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.007000 10.0.0.242 - - [2026-01-08 02:27:10] "GET /virtual-machine/fd6c50e5-ada1-430e-a849-f62147767821 HTTP/1.1" 200 1293 0.004324 10.0.0.242 - - [2026-01-08 02:27:10] "GET /virtual-machine-interface/1408138f-b14e-4e98-92db-40d4b4a03a90 HTTP/1.1" 200 2944 0.005442 10.0.0.242 - - [2026-01-08 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.242 - - [2026-01-08 02:27:10] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003828 10.0.0.242 - - [2026-01-08 02:27:10] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003002 10.0.0.242 - - [2026-01-08 02:27:10] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007209 10.0.0.242 - - [2026-01-08 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.242 - - [2026-01-08 02:27:11] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003895 10.0.0.242 - - [2026-01-08 02:27:11] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002825 10.0.0.242 - - [2026-01-08 02:27:11] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006609 10.0.0.242 - - [2026-01-08 02:27:12] "POST /neutron/port HTTP/1.1" 200 1121 0.019330 10.0.0.242 - - [2026-01-08 02:27:25] "POST /neutron/port HTTP/1.1" 200 1125 0.046689 10.0.0.242 - - [2026-01-08 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 704 0.011826 10.0.0.242 - - [2026-01-08 02:27:26] "POST /neutron/port HTTP/1.1" 200 1121 0.048628 10.0.0.242 - - [2026-01-08 02:27:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004107 10.0.0.242 - - [2026-01-08 02:27:26] "POST /neutron/network HTTP/1.1" 200 821 0.006761 10.0.0.242 - - [2026-01-08 02:27:38] "GET /virtual-machine/fd6c50e5-ada1-430e-a849-f62147767821 HTTP/1.1" 200 1293 0.004610 10.0.0.242 - - [2026-01-08 02:27:38] "POST /neutron/port HTTP/1.1" 200 151 0.152606 10.0.0.242 - - [2026-01-08 02:27:40] "GET /virtual-machine/fd6c50e5-ada1-430e-a849-f62147767821 HTTP/1.1" 404 171 0.003448 10.0.0.242 - - [2026-01-08 02:27:40] "GET /virtual-machine/fd6c50e5-ada1-430e-a849-f62147767821 HTTP/1.1" 404 171 0.003086 10.0.0.242 - - [2026-01-08 02:27:40] "GET /virtual-machine/fd6c50e5-ada1-430e-a849-f62147767821 HTTP/1.1" 404 171 0.002695 10.0.0.242 - - [2026-01-08 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.242 - - [2026-01-08 02:27:40] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004261 10.0.0.242 - - [2026-01-08 02:27:40] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003610 10.0.0.242 - - [2026-01-08 02:27:40] "GET /virtual-network/81970bdd-8b25-4638-ab69-7cace014b876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.009722 10.0.0.242 - - [2026-01-08 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.242 - - [2026-01-08 02:27:40] "GET /routing-instance/5af32c65-2e31-476f-bd41-900c2fd1ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004767 10.0.0.242 - - [2026-01-08 02:27:40] "GET /route-target/cef43960-1bc4-46af-b7ad-a2b597f6100b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004409 10.0.0.242 - - [2026-01-08 02:27:40] "GET /obj-perms HTTP/1.1" 200 5049 0.004136 10.0.0.50 - - [2026-01-08 02:27:43] "GET /obj-perms HTTP/1.1" 200 5049 0.004640 10.0.0.242 - - [2026-01-08 02:27:49] "GET /obj-perms HTTP/1.1" 200 5049 0.004462 10.0.0.50 - - [2026-01-08 02:27:52] "GET /obj-perms HTTP/1.1" 200 5049 0.004440 10.0.0.242 - - [2026-01-08 02:27:55] "GET /obj-perms HTTP/1.1" 200 5049 0.004105 10.0.0.27 - - [2026-01-08 02:27:55] "GET /obj-perms HTTP/1.1" 200 5049 0.004839 10.0.0.242 - - [2026-01-08 02:27:56] "GET /virtual-machine/12dbfa41-afec-431d-8414-3f7c53d8ae79 HTTP/1.1" 200 1291 0.005840 10.0.0.242 - - [2026-01-08 02:27:56] "POST /neutron/port HTTP/1.1" 200 151 0.192847 10.0.0.242 - - [2026-01-08 02:27:58] "GET /virtual-machine/12dbfa41-afec-431d-8414-3f7c53d8ae79 HTTP/1.1" 404 171 0.003985 10.0.0.242 - - [2026-01-08 02:27:58] "GET /virtual-machine/12dbfa41-afec-431d-8414-3f7c53d8ae79 HTTP/1.1" 404 171 0.002907 10.0.0.242 - - [2026-01-08 02:27:58] "GET /virtual-machine/12dbfa41-afec-431d-8414-3f7c53d8ae79 HTTP/1.1" 404 171 0.002952 10.0.0.242 - - [2026-01-08 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.242 - - [2026-01-08 02:27:58] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005120 10.0.0.242 - - [2026-01-08 02:27:58] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003670 10.0.0.242 - - [2026-01-08 02:27:58] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006121 10.0.0.242 - - [2026-01-08 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.242 - - [2026-01-08 02:27:58] "GET /routing-instance/316bbc01-4a57-42b1-a3f1-88e26d6127c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005113 10.0.0.242 - - [2026-01-08 02:27:58] "GET /route-target/263e5950-8b78-443d-8671-96d069ebb098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003664 10.0.0.242 - - [2026-01-08 02:27:58] "GET /obj-perms HTTP/1.1" 200 5049 0.004287 10.0.0.242 - - [2026-01-08 02:28:04] "GET /obj-perms HTTP/1.1" 200 5049 0.004485 10.0.0.242 - - [2026-01-08 02:28:07] "GET /obj-perms HTTP/1.1" 200 5049 0.003951 10.0.0.242 - - [2026-01-08 02:28:13] "GET /obj-perms HTTP/1.1" 200 5049 0.004594 10.0.0.242 - - [2026-01-08 02:28:16] "GET /obj-perms HTTP/1.1" 200 5049 0.004476 10.0.0.50 - - [2026-01-08 02:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.50 - - [2026-01-08 02:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000973 10.0.0.27 - - [2026-01-08 02:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000644 10.0.0.27 - - [2026-01-08 02:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000587 10.0.0.50 - - [2026-01-08 02:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.50 - - [2026-01-08 02:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.242 - - [2026-01-08 02:28:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004688 10.0.0.50 - - [2026-01-08 02:28:20] "GET /obj-perms HTTP/1.1" 200 5049 0.005095 10.0.0.242 - - [2026-01-08 02:28:20] "GET /virtual-machine/11c30bea-2c63-46c2-9d6e-11393f1edcea HTTP/1.1" 200 1292 0.005488 10.0.0.27 - - [2026-01-08 02:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.27 - - [2026-01-08 02:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000804 10.0.0.242 - - [2026-01-08 02:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000836 10.0.0.242 - - [2026-01-08 02:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.242 - - [2026-01-08 02:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.242 - - [2026-01-08 02:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.242 - - [2026-01-08 02:28:20] "POST /neutron/port HTTP/1.1" 200 151 0.176074 10.0.0.242 - - [2026-01-08 02:28:22] "GET /virtual-machine/11c30bea-2c63-46c2-9d6e-11393f1edcea HTTP/1.1" 404 171 0.003344 10.0.0.242 - - [2026-01-08 02:28:22] "GET /virtual-machine/11c30bea-2c63-46c2-9d6e-11393f1edcea HTTP/1.1" 404 171 0.004387 10.0.0.242 - - [2026-01-08 02:28:22] "GET /virtual-machine/11c30bea-2c63-46c2-9d6e-11393f1edcea HTTP/1.1" 404 171 0.002607 10.0.0.242 - - [2026-01-08 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.242 - - [2026-01-08 02:28:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003430 10.0.0.242 - - [2026-01-08 02:28:22] "GET /virtual-networks?parent_id=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002994 10.0.0.242 - - [2026-01-08 02:28:22] "GET /virtual-network/3a9c8294-0558-4792-bcf9-4a2d4ec156d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005929 10.0.0.242 - - [2026-01-08 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.242 - - [2026-01-08 02:28:22] "GET /routing-instance/05903da1-8d5e-4a07-941e-c2d33fe19688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.007239 10.0.0.242 - - [2026-01-08 02:28:22] "GET /route-target/323eb764-aa6d-4a00-9392-3ad0f98cf316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004416 10.0.0.242 - - [2026-01-08 02:28:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004602 10.0.0.50 - - [2026-01-08 02:28:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004192 10.0.0.242 - - [2026-01-08 02:28:26] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.007659 10.0.0.242 - - [2026-01-08 02:28:26] "POST /neutron/network HTTP/1.1" 200 825 0.008454 10.0.0.242 - - [2026-01-08 02:28:26] "GET /virtual-network/8447bf6b-9a44-44a0-800f-125ea8103ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004879 10.0.0.242 - - [2026-01-08 02:28:26] "POST /ref-update HTTP/1.1" 200 156 0.064179 10.0.0.242 - - [2026-01-08 02:28:26] "POST /ref-update HTTP/1.1" 200 156 0.050883 10.0.0.242 - - [2026-01-08 02:28:26] "POST /ref-update HTTP/1.1" 200 156 0.060277 10.0.0.242 - - [2026-01-08 02:28:26] "DELETE /access-control-list/4a3f390b-4cbd-467c-8b4d-b225ce573916 HTTP/1.1" 200 115 0.039593 10.0.0.242 - - [2026-01-08 02:28:26] "DELETE /network-policy/ad4b1320-105a-460c-88ed-c3f929e6d566 HTTP/1.1" 200 115 0.053710 10.0.0.242 - - [2026-01-08 02:28:26] "DELETE /network-policy/a5148385-99f8-4307-bb9e-1493f6c15b09 HTTP/1.1" 200 115 0.051741 10.0.0.242 - - [2026-01-08 02:28:26] "DELETE /network-policy/1f1c0169-8b95-4c41-8f24-0197cbed41f1 HTTP/1.1" 200 115 0.059950 10.0.0.242 - - [2026-01-08 02:28:27] "POST /neutron/network HTTP/1.1" 200 825 0.007341 10.0.0.242 - - [2026-01-08 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.242 - - [2026-01-08 02:28:27] "DELETE /route-target/323eb764-aa6d-4a00-9392-3ad0f98cf316 HTTP/1.1" 200 115 0.026522 10.0.0.27 - - [2026-01-08 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.047038 10.0.0.27 - - [2026-01-08 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005219 10.0.0.242 - - [2026-01-08 02:28:27] "POST /neutron/network HTTP/1.1" 200 151 0.199440 10.0.0.242 - - [2026-01-08 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.242 - - [2026-01-08 02:28:28] "DELETE /network-ipam/6df21c18-add6-456a-b4bc-a01c9e2e7cb1 HTTP/1.1" 200 115 0.043755 10.0.0.242 - - [2026-01-08 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.003366 10.0.0.242 - - [2026-01-08 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.242 - - [2026-01-08 02:28:28] "DELETE /network-ipam/ce8327fa-9aaf-4ab9-98e1-0cf68704d86f HTTP/1.1" 200 115 0.040031 10.0.0.242 - - [2026-01-08 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.003412 10.0.0.242 - - [2026-01-08 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.242 - - [2026-01-08 02:28:28] "DELETE /network-ipam/92e9d4d0-3e93-40d9-b170-3ee431c787cf HTTP/1.1" 200 115 0.041732 10.0.0.242 - - [2026-01-08 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.004120 10.0.0.27 - - [2026-01-08 02:28:29] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001823 10.0.0.242 - - [2026-01-08 02:28:29] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.060313 10.0.0.27 - - [2026-01-08 02:28:29] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.242 - - [2026-01-08 02:28:29] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?fields=virtual_networks HTTP/1.1" 200 1033 0.047716 10.0.0.27 - - [2026-01-08 02:28:29] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.242 - - [2026-01-08 02:28:30] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.041754 10.0.0.27 - - [2026-01-08 02:28:30] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001311 10.0.0.242 - - [2026-01-08 02:28:30] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?fields=security_groups HTTP/1.1" 200 1259 0.062920 10.0.0.242 - - [2026-01-08 02:28:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.025258 10.0.0.27 - - [2026-01-08 02:28:31] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003798 10.0.0.27 - - [2026-01-08 02:28:31] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.27 - - [2026-01-08 02:28:31] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.034277 10.0.0.27 - - [2026-01-08 02:28:31] "POST /id-to-fqname HTTP/1.1" 200 196 0.004729 10.0.0.27 - - [2026-01-08 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.007374 10.0.0.27 - - [2026-01-08 02:28:31] "POST /security-groups HTTP/1.1" 200 597 0.071845 10.0.0.27 - - [2026-01-08 02:28:31] "POST /projects HTTP/1.1" 200 597 0.308872 10.0.0.242 - - [2026-01-08 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 239 0.016305 10.0.0.27 - - [2026-01-08 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.379159 10.0.0.242 - - [2026-01-08 02:28:31] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.555520 10.0.0.242 - - [2026-01-08 02:28:32] "GET /obj-perms HTTP/1.1" 200 5075 0.089063 10.0.0.242 - - [2026-01-08 02:28:33] "GET / HTTP/1.1" 200 35931 0.003031 10.0.0.242 - - [2026-01-08 02:28:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000515 10.0.0.242 - - [2026-01-08 02:28:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.028361 10.0.0.242 - - [2026-01-08 02:28:36] "POST /network-ipams HTTP/1.1" 200 519 0.035280 10.0.0.242 - - [2026-01-08 02:28:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003457 10.0.0.242 - - [2026-01-08 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.242 - - [2026-01-08 02:28:36] "GET /network-ipam/9f4f30e1-6916-4947-9594-2a138072e00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.007034 10.0.0.242 - - [2026-01-08 02:28:36] "PUT /network-ipam/9f4f30e1-6916-4947-9594-2a138072e00c HTTP/1.1" 200 258 0.013328 10.0.0.242 - - [2026-01-08 02:28:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003300 10.0.0.242 - - [2026-01-08 02:28:37] "POST /network-ipams HTTP/1.1" 200 519 0.028633 10.0.0.242 - - [2026-01-08 02:28:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004200 10.0.0.242 - - [2026-01-08 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.242 - - [2026-01-08 02:28:37] "GET /network-ipam/dbb6820d-0c55-4ab3-944f-d5f165b5aeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006602 10.0.0.242 - - [2026-01-08 02:28:37] "PUT /network-ipam/dbb6820d-0c55-4ab3-944f-d5f165b5aeb9 HTTP/1.1" 200 258 0.014483 10.0.0.242 - - [2026-01-08 02:28:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003616 10.0.0.242 - - [2026-01-08 02:28:37] "POST /network-ipams HTTP/1.1" 200 519 0.030777 10.0.0.242 - - [2026-01-08 02:28:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003297 10.0.0.242 - - [2026-01-08 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.242 - - [2026-01-08 02:28:37] "GET /network-ipam/e74a5b85-271e-47f1-bd7b-e5695786f381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.005806 10.0.0.242 - - [2026-01-08 02:28:37] "PUT /network-ipam/e74a5b85-271e-47f1-bd7b-e5695786f381 HTTP/1.1" 200 258 0.020759 10.0.0.242 - - [2026-01-08 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.27 - - [2026-01-08 02:28:38] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000918 10.0.0.242 - - [2026-01-08 02:28:38] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.038858 10.0.0.242 - - [2026-01-08 02:28:38] "POST /ref-update HTTP/1.1" 200 156 0.033020 10.0.0.27 - - [2026-01-08 02:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005633 10.0.0.242 - - [2026-01-08 02:28:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.242219 10.0.0.242 - - [2026-01-08 02:28:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001454 10.0.0.242 - - [2026-01-08 02:28:39] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008075 10.0.0.242 - - [2026-01-08 02:28:39] "POST /neutron/network HTTP/1.1" 200 1015 0.009470 10.0.0.242 - - [2026-01-08 02:28:39] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005850 10.0.0.242 - - [2026-01-08 02:28:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.009773 10.0.0.242 - - [2026-01-08 02:28:39] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006911 10.0.0.242 - - [2026-01-08 02:28:39] "GET /network-ipam/9f4f30e1-6916-4947-9594-2a138072e00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.004971 10.0.0.242 - - [2026-01-08 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2026-01-08 02:28:39] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001042 10.0.0.242 - - [2026-01-08 02:28:39] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052897 10.0.0.27 - - [2026-01-08 02:28:39] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001597 10.0.0.242 - - [2026-01-08 02:28:39] "POST /neutron/network HTTP/1.1" 200 613 0.127247 10.0.0.242 - - [2026-01-08 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.053484 10.0.0.242 - - [2026-01-08 02:28:40] "POST /neutron/network HTTP/1.1" 200 1013 0.012317 10.0.0.242 - - [2026-01-08 02:28:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001369 10.0.0.242 - - [2026-01-08 02:28:40] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005751 10.0.0.242 - - [2026-01-08 02:28:40] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.016428 10.0.0.242 - - [2026-01-08 02:28:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.008682 10.0.0.242 - - [2026-01-08 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.27 - - [2026-01-08 02:28:40] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001040 10.0.0.242 - - [2026-01-08 02:28:40] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040986 10.0.0.27 - - [2026-01-08 02:28:40] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001029 10.0.0.242 - - [2026-01-08 02:28:40] "POST /neutron/network HTTP/1.1" 200 613 0.139232 10.0.0.242 - - [2026-01-08 02:28:40] "POST /route-targets HTTP/1.1" 200 327 0.012743 10.0.0.242 - - [2026-01-08 02:28:41] "POST /neutron/network HTTP/1.1" 200 1013 0.014038 10.0.0.242 - - [2026-01-08 02:28:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001647 10.0.0.242 - - [2026-01-08 02:28:41] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006056 10.0.0.242 - - [2026-01-08 02:28:41] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007413 10.0.0.242 - - [2026-01-08 02:28:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.011379 10.0.0.242 - - [2026-01-08 02:28:41] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006915 10.0.0.27 - - [2026-01-08 02:28:42] "GET /obj-perms HTTP/1.1" 200 5061 0.070017 10.0.0.242 - - [2026-01-08 02:28:42] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006641 10.0.0.50 - - [2026-01-08 02:28:43] "GET /obj-perms HTTP/1.1" 200 5061 0.047844 10.0.0.242 - - [2026-01-08 02:28:43] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006039 10.0.0.242 - - [2026-01-08 02:28:43] "GET /obj-perms HTTP/1.1" 200 5061 0.050769 10.0.0.242 - - [2026-01-08 02:28:43] "POST /fqname-to-id HTTP/1.1" 404 224 0.003505 10.0.0.242 - - [2026-01-08 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.27 - - [2026-01-08 02:28:44] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001499 10.0.0.242 - - [2026-01-08 02:28:44] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042227 10.0.0.242 - - [2026-01-08 02:28:44] "POST /network-policys HTTP/1.1" 200 559 0.027285 10.0.0.242 - - [2026-01-08 02:28:44] "GET /network-policy/74ea80e7-234e-4621-936c-283ab4514eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006197 10.0.0.242 - - [2026-01-08 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 224 0.002865 10.0.0.242 - - [2026-01-08 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.27 - - [2026-01-08 02:28:44] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000974 10.0.0.242 - - [2026-01-08 02:28:44] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.035721 10.0.0.242 - - [2026-01-08 02:28:44] "POST /network-policys HTTP/1.1" 200 559 0.029257 10.0.0.242 - - [2026-01-08 02:28:44] "GET /network-policy/16a39f85-6b30-4883-9bda-bcaf7028989d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006621 10.0.0.242 - - [2026-01-08 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 224 0.002743 10.0.0.242 - - [2026-01-08 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.27 - - [2026-01-08 02:28:44] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001021 10.0.0.242 - - [2026-01-08 02:28:44] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.055418 10.0.0.242 - - [2026-01-08 02:28:44] "POST /network-policys HTTP/1.1" 200 559 0.029944 10.0.0.242 - - [2026-01-08 02:28:44] "GET /network-policy/568c0264-5e87-4dcf-87e7-4a779a3374df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.006806 10.0.0.242 - - [2026-01-08 02:28:44] "POST /neutron/network HTTP/1.1" 200 1199 0.088458 10.0.0.242 - - [2026-01-08 02:28:45] "POST /access-control-lists HTTP/1.1" 200 597 0.042210 10.0.0.242 - - [2026-01-08 02:28:45] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.007512 10.0.0.242 - - [2026-01-08 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.242 - - [2026-01-08 02:28:45] "GET /network-policy/16a39f85-6b30-4883-9bda-bcaf7028989d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.004864 10.0.0.242 - - [2026-01-08 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.242 - - [2026-01-08 02:28:45] "GET /network-policy/74ea80e7-234e-4621-936c-283ab4514eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.004416 10.0.0.242 - - [2026-01-08 02:28:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.004044 10.0.0.242 - - [2026-01-08 02:28:45] "POST /neutron/network HTTP/1.1" 200 1111 0.083080 10.0.0.242 - - [2026-01-08 02:28:45] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006585 10.0.0.242 - - [2026-01-08 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.242 - - [2026-01-08 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.034342 10.0.0.242 - - [2026-01-08 02:28:45] "GET /network-policy/568c0264-5e87-4dcf-87e7-4a779a3374df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.006134 10.0.0.242 - - [2026-01-08 02:28:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.003362 10.0.0.27 - - [2026-01-08 02:28:46] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001111 10.0.0.242 - - [2026-01-08 02:28:46] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.077877 10.0.0.242 - - [2026-01-08 02:28:46] "POST /neutron/network HTTP/1.1" 200 1199 0.040171 10.0.0.242 - - [2026-01-08 02:28:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001612 10.0.0.242 - - [2026-01-08 02:28:46] "POST /neutron/port HTTP/1.1" 200 117 0.007156 10.0.0.27 - - [2026-01-08 02:28:47] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001060 10.0.0.242 - - [2026-01-08 02:28:47] "POST /neutron/port HTTP/1.1" 200 1174 0.338913 10.0.0.242 - - [2026-01-08 02:28:47] "POST /neutron/port HTTP/1.1" 200 1228 0.124961 10.0.0.27 - - [2026-01-08 02:28:47] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002026 10.0.0.242 - - [2026-01-08 02:28:47] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.133899 10.0.0.242 - - [2026-01-08 02:28:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004078 10.0.0.242 - - [2026-01-08 02:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.001237 10.0.0.242 - - [2026-01-08 02:28:48] "POST /neutron/port HTTP/1.1" 200 1238 0.019333 10.0.0.242 - - [2026-01-08 02:28:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001380 10.0.0.242 - - [2026-01-08 02:28:48] "POST /neutron/port HTTP/1.1" 200 1238 0.020491 10.0.0.242 - - [2026-01-08 02:28:48] "POST /neutron/network HTTP/1.1" 200 1121 0.006800 10.0.0.242 - - [2026-01-08 02:28:48] "POST /neutron/port HTTP/1.1" 200 1172 0.021244 10.0.0.242 - - [2026-01-08 02:28:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005455 10.0.0.242 - - [2026-01-08 02:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.001599 10.0.0.27 - - [2026-01-08 02:28:49] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001175 10.0.0.242 - - [2026-01-08 02:28:49] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.084641 10.0.0.242 - - [2026-01-08 02:28:49] "POST /neutron/network HTTP/1.1" 200 1013 0.009358 10.0.0.242 - - [2026-01-08 02:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.006652 10.0.0.242 - - [2026-01-08 02:28:49] "POST /neutron/port HTTP/1.1" 200 1238 0.016867 10.0.0.242 - - [2026-01-08 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008091 10.0.0.27 - - [2026-01-08 02:28:50] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001140 10.0.0.242 - - [2026-01-08 02:28:50] "GET /virtual-machine/a1bf2f79-2819-4ee6-9d22-d5aca0e16b07 HTTP/1.1" 401 293 0.000425 10.0.0.242 - - [2026-01-08 02:28:50] "POST /neutron/port HTTP/1.1" 200 1172 0.374736 10.0.0.242 - - [2026-01-08 02:28:50] "POST /neutron/port HTTP/1.1" 200 1172 0.026019 10.0.0.242 - - [2026-01-08 02:28:50] "GET /virtual-machine/a1bf2f79-2819-4ee6-9d22-d5aca0e16b07 HTTP/1.1" 200 1299 0.040572 10.0.0.242 - - [2026-01-08 02:28:50] "GET /virtual-machine/a1bf2f79-2819-4ee6-9d22-d5aca0e16b07 HTTP/1.1" 200 1299 0.005055 10.0.0.242 - - [2026-01-08 02:28:50] "GET /virtual-machine-interface/c6a3ec20-b05f-40cf-9776-150cc0692830 HTTP/1.1" 200 3169 0.005191 10.0.0.242 - - [2026-01-08 02:28:50] "GET /virtual-machine/a1bf2f79-2819-4ee6-9d22-d5aca0e16b07 HTTP/1.1" 200 1299 0.003569 10.0.0.242 - - [2026-01-08 02:28:50] "GET /virtual-machine-interface/c6a3ec20-b05f-40cf-9776-150cc0692830 HTTP/1.1" 200 3169 0.005524 10.0.0.242 - - [2026-01-08 02:28:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004008 10.0.0.242 - - [2026-01-08 02:28:50] "GET /instance-ip/5b1333e9-2f88-4917-964a-4a8011f96cbb HTTP/1.1" 200 1653 0.005248 10.0.0.242 - - [2026-01-08 02:28:50] "GET /instance-ip/615bbf96-842c-41ef-8594-435b49efa683 HTTP/1.1" 200 1633 0.005181 10.0.0.242 - - [2026-01-08 02:28:50] "GET /virtual-machine/a1bf2f79-2819-4ee6-9d22-d5aca0e16b07 HTTP/1.1" 200 1299 0.009113 10.0.0.242 - - [2026-01-08 02:28:50] "GET /virtual-machine-interface/c6a3ec20-b05f-40cf-9776-150cc0692830 HTTP/1.1" 200 3169 0.005798 10.0.0.242 - - [2026-01-08 02:28:50] "GET /instance-ip/5b1333e9-2f88-4917-964a-4a8011f96cbb HTTP/1.1" 200 1653 0.003730 10.0.0.242 - - [2026-01-08 02:28:50] "GET /instance-ip/615bbf96-842c-41ef-8594-435b49efa683 HTTP/1.1" 200 1633 0.006063 10.0.0.242 - - [2026-01-08 02:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.242 - - [2026-01-08 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.242 - - [2026-01-08 02:28:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003518 10.0.0.242 - - [2026-01-08 02:28:50] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003246 10.0.0.242 - - [2026-01-08 02:28:50] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006941 10.0.0.242 - - [2026-01-08 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.242 - - [2026-01-08 02:28:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004482 10.0.0.242 - - [2026-01-08 02:28:50] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003291 10.0.0.242 - - [2026-01-08 02:28:51] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.007825 10.0.0.242 - - [2026-01-08 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.242 - - [2026-01-08 02:28:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005274 10.0.0.242 - - [2026-01-08 02:28:51] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003104 10.0.0.242 - - [2026-01-08 02:28:51] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006640 10.0.0.242 - - [2026-01-08 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.242 - - [2026-01-08 02:28:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003677 10.0.0.242 - - [2026-01-08 02:28:51] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003185 10.0.0.242 - - [2026-01-08 02:28:51] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006272 10.0.0.242 - - [2026-01-08 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.242 - - [2026-01-08 02:28:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004365 10.0.0.242 - - [2026-01-08 02:28:51] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002917 10.0.0.242 - - [2026-01-08 02:28:51] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005875 10.0.0.242 - - [2026-01-08 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006533 10.0.0.242 - - [2026-01-08 02:28:54] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.009691 10.0.0.242 - - [2026-01-08 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.242 - - [2026-01-08 02:28:58] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005653 10.0.0.242 - - [2026-01-08 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.242 - - [2026-01-08 02:29:02] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005125 10.0.0.242 - - [2026-01-08 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.242 - - [2026-01-08 02:29:06] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005933 10.0.0.242 - - [2026-01-08 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.242 - - [2026-01-08 02:29:10] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006477 10.0.0.27 - - [2026-01-08 02:29:12] "DELETE /project/9445eafc992843c2beaa4e74fa616cba HTTP/1.1" 404 173 0.006045 10.0.0.27 - - [2026-01-08 02:29:12] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.27 - - [2026-01-08 02:29:12] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.047493 10.0.0.27 - - [2026-01-08 02:29:12] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.27 - - [2026-01-08 02:29:12] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?fields=security_groups HTTP/1.1" 200 1364 0.043700 10.0.0.27 - - [2026-01-08 02:29:12] "DELETE /security-group/042f2c70-84a5-4953-b679-f5dd56455bc9 HTTP/1.1" 200 115 0.052608 10.0.0.27 - - [2026-01-08 02:29:12] "GET /projects?obj_uuids=ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.242 - - [2026-01-08 02:29:12] "DELETE /access-control-list/dd59902d-8166-4963-8953-db41de63d901 HTTP/1.1" 200 115 0.037353 10.0.0.27 - - [2026-01-08 02:29:12] "GET /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f?fields=application_policy_sets HTTP/1.1" 200 1403 0.049773 10.0.0.27 - - [2026-01-08 02:29:12] "DELETE /project/ca87ad5c-23ae-40f9-a9fe-0dfd6c19ef7f HTTP/1.1" 200 115 0.405865 10.0.0.242 - - [2026-01-08 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.242 - - [2026-01-08 02:29:15] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006454 10.0.0.242 - - [2026-01-08 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.242 - - [2026-01-08 02:29:19] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005984 10.0.0.242 - - [2026-01-08 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.242 - - [2026-01-08 02:29:23] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005689 10.0.0.242 - - [2026-01-08 02:29:26] "POST /neutron/port HTTP/1.1" 200 1236 0.022691 10.0.0.242 - - [2026-01-08 02:29:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004002 10.0.0.242 - - [2026-01-08 02:29:26] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.242 - - [2026-01-08 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.242 - - [2026-01-08 02:29:27] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006689 10.0.0.242 - - [2026-01-08 02:29:31] "POST /neutron/port HTTP/1.1" 200 1238 0.023409 10.0.0.242 - - [2026-01-08 02:29:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005339 10.0.0.242 - - [2026-01-08 02:29:31] "POST /neutron/port HTTP/1.1" 200 117 0.001594 10.0.0.242 - - [2026-01-08 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.242 - - [2026-01-08 02:29:31] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.007909 10.0.0.27 - - [2026-01-08 02:29:33] "GET /obj-perms HTTP/1.1" 200 5075 0.054686 10.0.0.242 - - [2026-01-08 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.242 - - [2026-01-08 02:29:35] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003712 10.0.0.242 - - [2026-01-08 02:29:35] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003520 10.0.0.242 - - [2026-01-08 02:29:35] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006409 10.0.0.242 - - [2026-01-08 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.242 - - [2026-01-08 02:29:35] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004369 10.0.0.242 - - [2026-01-08 02:29:35] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005060 10.0.0.242 - - [2026-01-08 02:29:35] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.007610 10.0.0.242 - - [2026-01-08 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.242 - - [2026-01-08 02:29:35] "GET /routing-instance/2d0fa2d9-0eb8-452e-956a-8a4efd45b949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005381 10.0.0.242 - - [2026-01-08 02:29:35] "GET /route-target/fadc1030-8da3-4635-8c81-738216bd063d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004562 10.0.0.242 - - [2026-01-08 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.242 - - [2026-01-08 02:29:35] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004037 10.0.0.242 - - [2026-01-08 02:29:35] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003065 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006439 10.0.0.242 - - [2026-01-08 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.242 - - [2026-01-08 02:29:36] "GET /routing-instance/2d0fa2d9-0eb8-452e-956a-8a4efd45b949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004771 10.0.0.242 - - [2026-01-08 02:29:36] "GET /route-target/fadc1030-8da3-4635-8c81-738216bd063d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003927 10.0.0.242 - - [2026-01-08 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.242 - - [2026-01-08 02:29:36] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004284 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003335 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006824 10.0.0.242 - - [2026-01-08 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.242 - - [2026-01-08 02:29:36] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005434 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003975 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006257 10.0.0.242 - - [2026-01-08 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.242 - - [2026-01-08 02:29:36] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004865 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003317 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006947 10.0.0.242 - - [2026-01-08 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.242 - - [2026-01-08 02:29:36] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004544 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003359 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.008197 10.0.0.242 - - [2026-01-08 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.242 - - [2026-01-08 02:29:36] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004142 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002937 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006177 10.0.0.242 - - [2026-01-08 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.242 - - [2026-01-08 02:29:36] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005160 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003118 10.0.0.242 - - [2026-01-08 02:29:36] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006340 10.0.0.242 - - [2026-01-08 02:29:36] "GET /obj-perms HTTP/1.1" 200 5061 0.004003 10.0.0.242 - - [2026-01-08 02:29:36] "GET /obj-perms HTTP/1.1" 200 5061 0.003830 10.0.0.27 - - [2026-01-08 02:29:37] "GET /obj-perms HTTP/1.1" 200 5061 0.005280 10.0.0.50 - - [2026-01-08 02:29:37] "GET /obj-perms HTTP/1.1" 200 5061 0.004002 10.0.0.242 - - [2026-01-08 02:29:37] "GET /obj-perms HTTP/1.1" 200 5061 0.003824 10.0.0.242 - - [2026-01-08 02:29:37] "POST /neutron/port HTTP/1.1" 200 1236 0.019680 10.0.0.242 - - [2026-01-08 02:29:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007797 10.0.0.242 - - [2026-01-08 02:29:37] "POST /neutron/port HTTP/1.1" 200 1236 0.023894 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-machine/a0c53eca-9bf8-4df6-b59e-ebd2e2c73ca3 HTTP/1.1" 200 1299 0.006115 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-machine/a0c53eca-9bf8-4df6-b59e-ebd2e2c73ca3 HTTP/1.1" 200 1299 0.003813 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-machine-interface/5e43b008-6f91-47ce-8411-c4905dab5fc1 HTTP/1.1" 200 3167 0.005178 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-machine/a0c53eca-9bf8-4df6-b59e-ebd2e2c73ca3 HTTP/1.1" 200 1299 0.003174 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-machine-interface/5e43b008-6f91-47ce-8411-c4905dab5fc1 HTTP/1.1" 200 3167 0.005979 10.0.0.242 - - [2026-01-08 02:29:37] "GET /instance-ip/2b92cc0c-2be5-43dd-87fe-688fef7ad5b6 HTTP/1.1" 200 1651 0.006281 10.0.0.242 - - [2026-01-08 02:29:37] "GET /instance-ip/d662b19d-194f-4397-9859-f660ea175104 HTTP/1.1" 200 1634 0.006552 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-machine/a0c53eca-9bf8-4df6-b59e-ebd2e2c73ca3 HTTP/1.1" 200 1299 0.003892 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-machine-interface/5e43b008-6f91-47ce-8411-c4905dab5fc1 HTTP/1.1" 200 3167 0.006203 10.0.0.242 - - [2026-01-08 02:29:37] "GET /instance-ip/2b92cc0c-2be5-43dd-87fe-688fef7ad5b6 HTTP/1.1" 200 1651 0.005233 10.0.0.242 - - [2026-01-08 02:29:37] "GET /instance-ip/d662b19d-194f-4397-9859-f660ea175104 HTTP/1.1" 200 1634 0.004242 10.0.0.242 - - [2026-01-08 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.242 - - [2026-01-08 02:29:37] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004085 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003911 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006088 10.0.0.242 - - [2026-01-08 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.242 - - [2026-01-08 02:29:37] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006584 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003701 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006381 10.0.0.242 - - [2026-01-08 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.242 - - [2026-01-08 02:29:37] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004532 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002974 10.0.0.242 - - [2026-01-08 02:29:37] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006290 10.0.0.242 - - [2026-01-08 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010832 10.0.0.242 - - [2026-01-08 02:29:38] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004514 10.0.0.242 - - [2026-01-08 02:29:38] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003295 10.0.0.242 - - [2026-01-08 02:29:38] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006476 10.0.0.242 - - [2026-01-08 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.242 - - [2026-01-08 02:29:38] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003992 10.0.0.242 - - [2026-01-08 02:29:38] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003314 10.0.0.242 - - [2026-01-08 02:29:38] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005782 10.0.0.242 - - [2026-01-08 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.242 - - [2026-01-08 02:29:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004163 10.0.0.242 - - [2026-01-08 02:29:39] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003541 10.0.0.242 - - [2026-01-08 02:29:39] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007487 10.0.0.242 - - [2026-01-08 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.242 - - [2026-01-08 02:29:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004972 10.0.0.242 - - [2026-01-08 02:29:39] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005139 10.0.0.242 - - [2026-01-08 02:29:39] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006317 10.0.0.242 - - [2026-01-08 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.242 - - [2026-01-08 02:29:39] "GET /routing-instance/a919e007-84c2-4e88-9be4-d4a66efeddce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005002 10.0.0.242 - - [2026-01-08 02:29:39] "GET /route-target/b4e472f6-1a15-483d-9a23-164e2495923a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004268 10.0.0.242 - - [2026-01-08 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.242 - - [2026-01-08 02:29:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003700 10.0.0.242 - - [2026-01-08 02:29:39] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003202 10.0.0.242 - - [2026-01-08 02:29:39] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006490 10.0.0.242 - - [2026-01-08 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.242 - - [2026-01-08 02:29:39] "GET /routing-instance/a919e007-84c2-4e88-9be4-d4a66efeddce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004810 10.0.0.242 - - [2026-01-08 02:29:39] "GET /route-target/b4e472f6-1a15-483d-9a23-164e2495923a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003966 10.0.0.242 - - [2026-01-08 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.242 - - [2026-01-08 02:29:40] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005763 10.0.0.242 - - [2026-01-08 02:29:40] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004259 10.0.0.242 - - [2026-01-08 02:29:40] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007013 10.0.0.242 - - [2026-01-08 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.242 - - [2026-01-08 02:29:40] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005002 10.0.0.242 - - [2026-01-08 02:29:40] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003779 10.0.0.242 - - [2026-01-08 02:29:40] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006484 10.0.0.242 - - [2026-01-08 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.242 - - [2026-01-08 02:29:40] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004874 10.0.0.242 - - [2026-01-08 02:29:40] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003982 10.0.0.242 - - [2026-01-08 02:29:40] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008224 10.0.0.242 - - [2026-01-08 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.242 - - [2026-01-08 02:29:40] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004412 10.0.0.242 - - [2026-01-08 02:29:40] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003256 10.0.0.242 - - [2026-01-08 02:29:40] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006218 10.0.0.242 - - [2026-01-08 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.242 - - [2026-01-08 02:29:40] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004429 10.0.0.242 - - [2026-01-08 02:29:40] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003435 10.0.0.242 - - [2026-01-08 02:29:40] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006598 10.0.0.242 - - [2026-01-08 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.242 - - [2026-01-08 02:29:40] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004366 10.0.0.242 - - [2026-01-08 02:29:40] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004014 10.0.0.242 - - [2026-01-08 02:29:40] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006883 10.0.0.242 - - [2026-01-08 02:29:40] "GET /obj-perms HTTP/1.1" 200 5061 0.003869 10.0.0.27 - - [2026-01-08 02:29:40] "GET /obj-perms HTTP/1.1" 200 5061 0.004864 10.0.0.242 - - [2026-01-08 02:29:40] "GET /obj-perms HTTP/1.1" 200 5061 0.004095 10.0.0.242 - - [2026-01-08 02:29:41] "GET /obj-perms HTTP/1.1" 200 5061 0.004099 10.0.0.242 - - [2026-01-08 02:29:41] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007536 10.0.0.242 - - [2026-01-08 02:29:41] "POST /neutron/port HTTP/1.1" 200 1236 0.021015 10.0.0.242 - - [2026-01-08 02:29:41] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009046 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-machine/99a6454a-81c6-45c8-9028-488c9077aa9a HTTP/1.1" 200 1299 0.006574 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-machine/99a6454a-81c6-45c8-9028-488c9077aa9a HTTP/1.1" 200 1299 0.004390 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-machine-interface/96e9d2b4-4aa1-41d2-bb19-01788efad3a8 HTTP/1.1" 200 3169 0.005162 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-machine/99a6454a-81c6-45c8-9028-488c9077aa9a HTTP/1.1" 200 1299 0.003731 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-machine-interface/96e9d2b4-4aa1-41d2-bb19-01788efad3a8 HTTP/1.1" 200 3169 0.004874 10.0.0.242 - - [2026-01-08 02:29:41] "GET /instance-ip/7ca642d1-f949-4d06-96ac-ab2b718a66c2 HTTP/1.1" 200 1635 0.006176 10.0.0.242 - - [2026-01-08 02:29:41] "GET /instance-ip/aee447d7-9e33-4e54-99e8-b52754c86359 HTTP/1.1" 200 1651 0.005756 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-machine/99a6454a-81c6-45c8-9028-488c9077aa9a HTTP/1.1" 200 1299 0.004264 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-machine-interface/96e9d2b4-4aa1-41d2-bb19-01788efad3a8 HTTP/1.1" 200 3169 0.006051 10.0.0.242 - - [2026-01-08 02:29:41] "GET /instance-ip/7ca642d1-f949-4d06-96ac-ab2b718a66c2 HTTP/1.1" 200 1635 0.005507 10.0.0.242 - - [2026-01-08 02:29:41] "GET /instance-ip/aee447d7-9e33-4e54-99e8-b52754c86359 HTTP/1.1" 200 1651 0.004568 10.0.0.242 - - [2026-01-08 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.242 - - [2026-01-08 02:29:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003390 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002561 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006477 10.0.0.242 - - [2026-01-08 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.242 - - [2026-01-08 02:29:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005076 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003567 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006256 10.0.0.242 - - [2026-01-08 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.242 - - [2026-01-08 02:29:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004362 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002993 10.0.0.242 - - [2026-01-08 02:29:41] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006100 10.0.0.242 - - [2026-01-08 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.242 - - [2026-01-08 02:29:42] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004233 10.0.0.242 - - [2026-01-08 02:29:42] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003739 10.0.0.242 - - [2026-01-08 02:29:42] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005816 10.0.0.242 - - [2026-01-08 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.242 - - [2026-01-08 02:29:42] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004164 10.0.0.242 - - [2026-01-08 02:29:42] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003423 10.0.0.242 - - [2026-01-08 02:29:42] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006532 10.0.0.242 - - [2026-01-08 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.242 - - [2026-01-08 02:29:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004751 10.0.0.242 - - [2026-01-08 02:29:43] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002781 10.0.0.242 - - [2026-01-08 02:29:43] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006342 10.0.0.242 - - [2026-01-08 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.242 - - [2026-01-08 02:29:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003936 10.0.0.242 - - [2026-01-08 02:29:43] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003312 10.0.0.242 - - [2026-01-08 02:29:43] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006085 10.0.0.242 - - [2026-01-08 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.242 - - [2026-01-08 02:29:43] "GET /routing-instance/da7955c9-f0e6-4cf8-ae39-9e6a91e835a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.009614 10.0.0.242 - - [2026-01-08 02:29:43] "GET /route-target/4fdaa522-ead3-4225-afed-76843a3f4e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004572 10.0.0.242 - - [2026-01-08 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.242 - - [2026-01-08 02:29:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003792 10.0.0.242 - - [2026-01-08 02:29:43] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002997 10.0.0.242 - - [2026-01-08 02:29:43] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005887 10.0.0.242 - - [2026-01-08 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.242 - - [2026-01-08 02:29:43] "GET /routing-instance/da7955c9-f0e6-4cf8-ae39-9e6a91e835a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005356 10.0.0.242 - - [2026-01-08 02:29:43] "GET /route-target/4fdaa522-ead3-4225-afed-76843a3f4e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003939 10.0.0.242 - - [2026-01-08 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.242 - - [2026-01-08 02:29:44] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004448 10.0.0.242 - - [2026-01-08 02:29:44] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002851 10.0.0.242 - - [2026-01-08 02:29:44] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006028 10.0.0.242 - - [2026-01-08 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.242 - - [2026-01-08 02:29:44] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004332 10.0.0.242 - - [2026-01-08 02:29:44] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003248 10.0.0.242 - - [2026-01-08 02:29:44] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006229 10.0.0.242 - - [2026-01-08 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.242 - - [2026-01-08 02:29:44] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004759 10.0.0.242 - - [2026-01-08 02:29:44] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003810 10.0.0.242 - - [2026-01-08 02:29:44] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006133 10.0.0.242 - - [2026-01-08 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.242 - - [2026-01-08 02:29:44] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004390 10.0.0.242 - - [2026-01-08 02:29:44] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003240 10.0.0.242 - - [2026-01-08 02:29:44] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006282 10.0.0.27 - - [2026-01-08 02:29:44] "GET /obj-perms HTTP/1.1" 200 5061 0.004242 10.0.0.242 - - [2026-01-08 02:29:44] "GET /obj-perms HTTP/1.1" 200 5061 0.004783 10.0.0.242 - - [2026-01-08 02:29:44] "GET /obj-perms HTTP/1.1" 200 5061 0.004307 10.0.0.50 - - [2026-01-08 02:29:44] "GET /obj-perms HTTP/1.1" 200 5061 0.003906 10.0.0.242 - - [2026-01-08 02:29:44] "GET /obj-perms HTTP/1.1" 200 5061 0.003981 10.0.0.27 - - [2026-01-08 02:29:44] "GET /obj-perms HTTP/1.1" 200 5061 0.003953 10.0.0.242 - - [2026-01-08 02:29:44] "GET /virtual-machine/a1bf2f79-2819-4ee6-9d22-d5aca0e16b07 HTTP/1.1" 200 1299 0.004093 10.0.0.242 - - [2026-01-08 02:29:44] "GET /virtual-machine-interface/c6a3ec20-b05f-40cf-9776-150cc0692830 HTTP/1.1" 200 3169 0.005156 10.0.0.242 - - [2026-01-08 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.242 - - [2026-01-08 02:29:44] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003192 10.0.0.242 - - [2026-01-08 02:29:44] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002478 10.0.0.242 - - [2026-01-08 02:29:44] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006609 10.0.0.242 - - [2026-01-08 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.242 - - [2026-01-08 02:29:46] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003387 10.0.0.242 - - [2026-01-08 02:29:46] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002675 10.0.0.242 - - [2026-01-08 02:29:46] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006446 10.0.0.242 - - [2026-01-08 02:29:46] "POST /neutron/port HTTP/1.1" 200 1238 0.017636 10.0.0.242 - - [2026-01-08 02:29:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007323 10.0.0.242 - - [2026-01-08 02:29:51] "POST /neutron/port HTTP/1.1" 200 1236 0.018848 10.0.0.242 - - [2026-01-08 02:29:56] "GET /virtual-machine/a0c53eca-9bf8-4df6-b59e-ebd2e2c73ca3 HTTP/1.1" 200 1299 0.004323 10.0.0.242 - - [2026-01-08 02:29:56] "GET /virtual-machine-interface/5e43b008-6f91-47ce-8411-c4905dab5fc1 HTTP/1.1" 200 3167 0.005833 10.0.0.242 - - [2026-01-08 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.242 - - [2026-01-08 02:29:56] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005107 10.0.0.242 - - [2026-01-08 02:29:56] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003718 10.0.0.242 - - [2026-01-08 02:29:56] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006391 10.0.0.242 - - [2026-01-08 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.242 - - [2026-01-08 02:29:57] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003587 10.0.0.242 - - [2026-01-08 02:29:57] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003231 10.0.0.242 - - [2026-01-08 02:29:57] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006508 10.0.0.242 - - [2026-01-08 02:29:57] "GET /virtual-machine/99a6454a-81c6-45c8-9028-488c9077aa9a HTTP/1.1" 200 1299 0.004021 10.0.0.242 - - [2026-01-08 02:29:57] "GET /virtual-machine-interface/96e9d2b4-4aa1-41d2-bb19-01788efad3a8 HTTP/1.1" 200 3169 0.005582 10.0.0.242 - - [2026-01-08 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.242 - - [2026-01-08 02:29:58] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003423 10.0.0.242 - - [2026-01-08 02:29:58] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002676 10.0.0.242 - - [2026-01-08 02:29:58] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006029 10.0.0.242 - - [2026-01-08 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.242 - - [2026-01-08 02:29:59] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003830 10.0.0.242 - - [2026-01-08 02:29:59] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002680 10.0.0.242 - - [2026-01-08 02:29:59] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006323 10.0.0.242 - - [2026-01-08 02:29:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008148 10.0.0.242 - - [2026-01-08 02:30:25] "GET /virtual-machine/99a6454a-81c6-45c8-9028-488c9077aa9a HTTP/1.1" 200 1299 0.005485 10.0.0.242 - - [2026-01-08 02:30:26] "POST /neutron/port HTTP/1.1" 200 151 0.235069 10.0.0.242 - - [2026-01-08 02:30:27] "POST /neutron/network HTTP/1.1" 200 1121 0.007886 10.0.0.242 - - [2026-01-08 02:30:27] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013834 10.0.0.242 - - [2026-01-08 02:30:27] "POST /neutron/network HTTP/1.1" 200 1111 0.010291 10.0.0.242 - - [2026-01-08 02:30:27] "GET /virtual-machine/99a6454a-81c6-45c8-9028-488c9077aa9a HTTP/1.1" 404 171 0.004584 10.0.0.242 - - [2026-01-08 02:30:27] "GET /virtual-machine/99a6454a-81c6-45c8-9028-488c9077aa9a HTTP/1.1" 404 171 0.003148 10.0.0.242 - - [2026-01-08 02:30:28] "GET /virtual-machine/99a6454a-81c6-45c8-9028-488c9077aa9a HTTP/1.1" 404 171 0.002972 10.0.0.242 - - [2026-01-08 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.242 - - [2026-01-08 02:30:28] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004689 10.0.0.242 - - [2026-01-08 02:30:28] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006480 10.0.0.242 - - [2026-01-08 02:30:28] "GET /virtual-network/3ac85e7f-aeb1-4fe2-a636-55e0344b9bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005819 10.0.0.242 - - [2026-01-08 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.242 - - [2026-01-08 02:30:28] "GET /routing-instance/da7955c9-f0e6-4cf8-ae39-9e6a91e835a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004886 10.0.0.242 - - [2026-01-08 02:30:28] "GET /route-target/4fdaa522-ead3-4225-afed-76843a3f4e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004980 10.0.0.50 - - [2026-01-08 02:30:28] "GET /obj-perms HTTP/1.1" 200 5061 0.003986 10.0.0.242 - - [2026-01-08 02:30:34] "GET /obj-perms HTTP/1.1" 200 5061 0.004092 10.0.0.50 - - [2026-01-08 02:30:34] "GET /obj-perms HTTP/1.1" 200 5061 0.004922 10.0.0.242 - - [2026-01-08 02:30:43] "GET /obj-perms HTTP/1.1" 200 5061 0.004410 10.0.0.50 - - [2026-01-08 02:30:43] "GET /obj-perms HTTP/1.1" 200 5061 0.004469 10.0.0.242 - - [2026-01-08 02:30:53] "GET /obj-perms HTTP/1.1" 200 5061 0.005574 10.0.0.50 - - [2026-01-08 02:30:53] "GET /obj-perms HTTP/1.1" 200 5061 0.005229 10.0.0.242 - - [2026-01-08 02:30:56] "GET /obj-perms HTTP/1.1" 200 5061 0.003704 10.0.0.242 - - [2026-01-08 02:30:56] "GET /virtual-machine/a0c53eca-9bf8-4df6-b59e-ebd2e2c73ca3 HTTP/1.1" 200 1299 0.004796 10.0.0.242 - - [2026-01-08 02:30:57] "POST /neutron/port HTTP/1.1" 200 151 0.227253 10.0.0.242 - - [2026-01-08 02:30:58] "GET /virtual-machine/a0c53eca-9bf8-4df6-b59e-ebd2e2c73ca3 HTTP/1.1" 404 171 0.003439 10.0.0.242 - - [2026-01-08 02:30:58] "GET /virtual-machine/a0c53eca-9bf8-4df6-b59e-ebd2e2c73ca3 HTTP/1.1" 404 171 0.002959 10.0.0.242 - - [2026-01-08 02:30:58] "GET /virtual-machine/a0c53eca-9bf8-4df6-b59e-ebd2e2c73ca3 HTTP/1.1" 404 171 0.002577 10.0.0.242 - - [2026-01-08 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007083 10.0.0.242 - - [2026-01-08 02:30:58] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003874 10.0.0.242 - - [2026-01-08 02:30:58] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002979 10.0.0.242 - - [2026-01-08 02:30:58] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005866 10.0.0.242 - - [2026-01-08 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.242 - - [2026-01-08 02:30:58] "GET /routing-instance/a919e007-84c2-4e88-9be4-d4a66efeddce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005023 10.0.0.242 - - [2026-01-08 02:30:58] "GET /route-target/b4e472f6-1a15-483d-9a23-164e2495923a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005460 10.0.0.242 - - [2026-01-08 02:31:01] "GET /obj-perms HTTP/1.1" 200 5061 0.004393 10.0.0.242 - - [2026-01-08 02:31:04] "GET /obj-perms HTTP/1.1" 200 5061 0.004641 10.0.0.242 - - [2026-01-08 02:31:11] "GET /obj-perms HTTP/1.1" 200 5061 0.004295 10.0.0.242 - - [2026-01-08 02:31:14] "GET /obj-perms HTTP/1.1" 200 5061 0.004745 10.0.0.242 - - [2026-01-08 02:31:20] "GET /obj-perms HTTP/1.1" 200 5061 0.004315 10.0.0.242 - - [2026-01-08 02:31:20] "GET /obj-perms HTTP/1.1" 200 5061 0.003768 10.0.0.50 - - [2026-01-08 02:31:20] "GET /obj-perms HTTP/1.1" 200 5061 0.003927 10.0.0.27 - - [2026-01-08 02:31:20] "GET /obj-perms HTTP/1.1" 200 5061 0.003747 10.0.0.242 - - [2026-01-08 02:31:20] "GET /virtual-machine/a1bf2f79-2819-4ee6-9d22-d5aca0e16b07 HTTP/1.1" 200 1299 0.004352 10.0.0.242 - - [2026-01-08 02:31:21] "POST /neutron/port HTTP/1.1" 200 151 0.246977 10.0.0.242 - - [2026-01-08 02:31:22] "GET /virtual-machine/a1bf2f79-2819-4ee6-9d22-d5aca0e16b07 HTTP/1.1" 404 171 0.003407 10.0.0.242 - - [2026-01-08 02:31:22] "GET /virtual-machine/a1bf2f79-2819-4ee6-9d22-d5aca0e16b07 HTTP/1.1" 404 171 0.002857 10.0.0.242 - - [2026-01-08 02:31:22] "GET /virtual-machine/a1bf2f79-2819-4ee6-9d22-d5aca0e16b07 HTTP/1.1" 404 171 0.003399 10.0.0.242 - - [2026-01-08 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.242 - - [2026-01-08 02:31:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003778 10.0.0.242 - - [2026-01-08 02:31:22] "GET /virtual-networks?parent_id=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003165 10.0.0.242 - - [2026-01-08 02:31:22] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.008001 10.0.0.242 - - [2026-01-08 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.242 - - [2026-01-08 02:31:22] "GET /routing-instance/2d0fa2d9-0eb8-452e-956a-8a4efd45b949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005866 10.0.0.242 - - [2026-01-08 02:31:22] "GET /route-target/fadc1030-8da3-4635-8c81-738216bd063d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004646 10.0.0.242 - - [2026-01-08 02:31:26] "GET /obj-perms HTTP/1.1" 200 5061 0.003848 10.0.0.50 - - [2026-01-08 02:31:26] "GET /obj-perms HTTP/1.1" 200 5061 0.003770 10.0.0.242 - - [2026-01-08 02:31:26] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006194 10.0.0.242 - - [2026-01-08 02:31:26] "POST /neutron/network HTTP/1.1" 200 1013 0.019966 10.0.0.242 - - [2026-01-08 02:31:26] "POST /ref-update HTTP/1.1" 200 156 0.034193 10.0.0.242 - - [2026-01-08 02:31:26] "GET /virtual-network/3363face-adb7-4b87-9dab-2489429ca457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007515 10.0.0.242 - - [2026-01-08 02:31:26] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005932 10.0.0.242 - - [2026-01-08 02:31:26] "POST /neutron/network HTTP/1.1" 200 1015 0.020778 10.0.0.242 - - [2026-01-08 02:31:26] "GET /virtual-network/dd9d2ca1-91ce-42e4-846c-c761e224fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.028920 10.0.0.242 - - [2026-01-08 02:31:26] "POST /ref-update HTTP/1.1" 200 156 0.049187 10.0.0.242 - - [2026-01-08 02:31:26] "DELETE /network-policy/568c0264-5e87-4dcf-87e7-4a779a3374df HTTP/1.1" 200 115 0.061101 10.0.0.242 - - [2026-01-08 02:31:26] "DELETE /network-policy/16a39f85-6b30-4883-9bda-bcaf7028989d HTTP/1.1" 200 115 0.061323 10.0.0.242 - - [2026-01-08 02:31:26] "DELETE /network-policy/74ea80e7-234e-4621-936c-283ab4514eba HTTP/1.1" 200 115 0.043885 10.0.0.242 - - [2026-01-08 02:31:27] "POST /neutron/network HTTP/1.1" 200 1013 0.008751 10.0.0.242 - - [2026-01-08 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.27 - - [2026-01-08 02:31:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002845 10.0.0.27 - - [2026-01-08 02:31:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002959 10.0.0.27 - - [2026-01-08 02:31:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002545 10.0.0.27 - - [2026-01-08 02:31:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002883 10.0.0.242 - - [2026-01-08 02:31:27] "POST /neutron/network HTTP/1.1" 200 151 0.151711 10.0.0.242 - - [2026-01-08 02:31:27] "DELETE /route-target/fadc1030-8da3-4635-8c81-738216bd063d HTTP/1.1" 200 115 0.020560 10.0.0.242 - - [2026-01-08 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.242 - - [2026-01-08 02:31:28] "DELETE /network-ipam/e74a5b85-271e-47f1-bd7b-e5695786f381 HTTP/1.1" 200 115 0.029958 10.0.0.242 - - [2026-01-08 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 203 0.003057 10.0.0.242 - - [2026-01-08 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.242 - - [2026-01-08 02:31:28] "DELETE /network-ipam/dbb6820d-0c55-4ab3-944f-d5f165b5aeb9 HTTP/1.1" 200 115 0.033993 10.0.0.242 - - [2026-01-08 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 203 0.003335 10.0.0.242 - - [2026-01-08 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.242 - - [2026-01-08 02:31:28] "DELETE /network-ipam/9f4f30e1-6916-4947-9594-2a138072e00c HTTP/1.1" 200 115 0.039192 10.0.0.242 - - [2026-01-08 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 203 0.003994 10.0.0.27 - - [2026-01-08 02:31:31] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001371 10.0.0.242 - - [2026-01-08 02:31:31] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.097481 10.0.0.27 - - [2026-01-08 02:31:31] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001178 10.0.0.242 - - [2026-01-08 02:31:31] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?fields=virtual_networks HTTP/1.1" 200 1045 0.047638 10.0.0.27 - - [2026-01-08 02:31:31] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001259 10.0.0.242 - - [2026-01-08 02:31:31] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.046484 10.0.0.27 - - [2026-01-08 02:31:31] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001521 10.0.0.242 - - [2026-01-08 02:31:31] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?fields=security_groups HTTP/1.1" 200 1277 0.040753 10.0.0.242 - - [2026-01-08 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 190 0.031368 10.0.0.27 - - [2026-01-08 02:31:32] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003188 10.0.0.27 - - [2026-01-08 02:31:32] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001379 10.0.0.27 - - [2026-01-08 02:31:32] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007782 10.0.0.27 - - [2026-01-08 02:31:32] "POST /id-to-fqname HTTP/1.1" 200 192 0.001652 10.0.0.27 - - [2026-01-08 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.006253 10.0.0.27 - - [2026-01-08 02:31:32] "POST /security-groups HTTP/1.1" 200 593 0.078373 10.0.0.27 - - [2026-01-08 02:31:32] "POST /projects HTTP/1.1" 200 589 0.291300 10.0.0.242 - - [2026-01-08 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 235 0.009760 10.0.0.27 - - [2026-01-08 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.366369 10.0.0.242 - - [2026-01-08 02:31:32] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.518248 10.0.0.242 - - [2026-01-08 02:31:33] "GET / HTTP/1.1" 200 35931 0.001512 10.0.0.242 - - [2026-01-08 02:31:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000614 10.0.0.242 - - [2026-01-08 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.032948 10.0.0.27 - - [2026-01-08 02:31:36] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000938 10.0.0.242 - - [2026-01-08 02:31:36] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046257 10.0.0.242 - - [2026-01-08 02:31:36] "POST /ref-update HTTP/1.1" 200 156 0.025434 10.0.0.27 - - [2026-01-08 02:31:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007235 10.0.0.242 - - [2026-01-08 02:31:36] "POST /neutron/subnet HTTP/1.1" 200 719 0.254684 10.0.0.242 - - [2026-01-08 02:31:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001566 10.0.0.242 - - [2026-01-08 02:31:36] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006297 10.0.0.242 - - [2026-01-08 02:31:36] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006443 10.0.0.242 - - [2026-01-08 02:31:36] "POST /neutron/network HTTP/1.1" 200 825 0.007179 10.0.0.242 - - [2026-01-08 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.27 - - [2026-01-08 02:31:36] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001029 10.0.0.242 - - [2026-01-08 02:31:36] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045118 10.0.0.27 - - [2026-01-08 02:31:36] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001564 10.0.0.242 - - [2026-01-08 02:31:36] "POST /neutron/network HTTP/1.1" 200 607 0.133290 10.0.0.242 - - [2026-01-08 02:31:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.003711 10.0.0.242 - - [2026-01-08 02:31:37] "GET /virtual-network/e6cfe1c7-94ab-4e07-8366-783f1dbd6a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006940 10.0.0.242 - - [2026-01-08 02:31:37] "POST /neutron/network HTTP/1.1" 200 826 0.006087 10.0.0.242 - - [2026-01-08 02:31:37] "GET /virtual-network/e6cfe1c7-94ab-4e07-8366-783f1dbd6a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005174 10.0.0.242 - - [2026-01-08 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 228 0.003096 10.0.0.242 - - [2026-01-08 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.27 - - [2026-01-08 02:31:37] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001027 10.0.0.242 - - [2026-01-08 02:31:37] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.038081 10.0.0.242 - - [2026-01-08 02:31:37] "POST /network-policys HTTP/1.1" 200 571 0.030507 10.0.0.242 - - [2026-01-08 02:31:37] "GET /network-policy/00c5011e-e027-4b47-b59b-4f953fdbf672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.006743 10.0.0.242 - - [2026-01-08 02:31:37] "POST /neutron/network HTTP/1.1" 200 825 0.007443 10.0.0.242 - - [2026-01-08 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 236 0.004195 10.0.0.242 - - [2026-01-08 02:31:37] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007929 10.0.0.242 - - [2026-01-08 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005437 10.0.0.242 - - [2026-01-08 02:31:37] "GET /network-policy/00c5011e-e027-4b47-b59b-4f953fdbf672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.006939 10.0.0.242 - - [2026-01-08 02:31:37] "POST /neutron/network HTTP/1.1" 200 826 0.010881 10.0.0.242 - - [2026-01-08 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 236 0.004401 10.0.0.242 - - [2026-01-08 02:31:37] "GET /virtual-network/e6cfe1c7-94ab-4e07-8366-783f1dbd6a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.015892 10.0.0.242 - - [2026-01-08 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.242 - - [2026-01-08 02:31:38] "GET /network-policy/00c5011e-e027-4b47-b59b-4f953fdbf672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005137 10.0.0.242 - - [2026-01-08 02:31:38] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006454 10.0.0.242 - - [2026-01-08 02:31:39] "GET /obj-perms HTTP/1.1" 200 5053 0.049954 10.0.0.242 - - [2026-01-08 02:31:40] "GET /virtual-network/e6cfe1c7-94ab-4e07-8366-783f1dbd6a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006716 10.0.0.50 - - [2026-01-08 02:31:40] "GET /obj-perms HTTP/1.1" 200 5053 0.055340 10.0.0.27 - - [2026-01-08 02:31:40] "GET /obj-perms HTTP/1.1" 200 5053 0.071325 10.0.0.242 - - [2026-01-08 02:31:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001448 10.0.0.242 - - [2026-01-08 02:31:40] "POST /neutron/network HTTP/1.1" 200 937 0.006925 10.0.0.27 - - [2026-01-08 02:31:41] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001100 10.0.0.242 - - [2026-01-08 02:31:41] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.081476 10.0.0.242 - - [2026-01-08 02:31:41] "POST /neutron/port HTTP/1.1" 200 117 0.007094 10.0.0.242 - - [2026-01-08 02:31:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001370 10.0.0.242 - - [2026-01-08 02:31:42] "POST /neutron/network HTTP/1.1" 200 937 0.008097 10.0.0.242 - - [2026-01-08 02:31:42] "POST /neutron/port HTTP/1.1" 200 1061 0.016991 10.0.0.27 - - [2026-01-08 02:31:42] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001397 10.0.0.242 - - [2026-01-08 02:31:42] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.121786 10.0.0.242 - - [2026-01-08 02:31:42] "POST /neutron/network HTTP/1.1" 200 928 0.006948 10.0.0.242 - - [2026-01-08 02:31:42] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.242 - - [2026-01-08 02:31:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008096 10.0.0.242 - - [2026-01-08 02:31:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008196 10.0.0.242 - - [2026-01-08 02:31:43] "PUT /access-control-list/08f714d2-f9a4-40db-83f5-364536eed3c6 HTTP/1.1" 200 272 0.063007 10.0.0.242 - - [2026-01-08 02:31:43] "POST /neutron/port HTTP/1.1" 200 1062 0.017396 10.0.0.242 - - [2026-01-08 02:31:44] "POST /neutron/port HTTP/1.1" 200 1126 0.018580 10.0.0.242 - - [2026-01-08 02:31:44] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.242 - - [2026-01-08 02:31:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008950 10.0.0.242 - - [2026-01-08 02:31:48] "POST /neutron/port HTTP/1.1" 200 1125 0.025524 10.0.0.242 - - [2026-01-08 02:31:48] "GET /virtual-machine/23bbddfc-fb16-482e-aad0-f320c7b2eb51 HTTP/1.1" 401 293 0.000468 10.0.0.242 - - [2026-01-08 02:31:48] "GET /virtual-machine/23bbddfc-fb16-482e-aad0-f320c7b2eb51 HTTP/1.1" 200 1294 0.030874 10.0.0.242 - - [2026-01-08 02:31:48] "GET /virtual-machine-interface/ed6d2d16-ca98-41ff-8085-f52e476f0f3a HTTP/1.1" 200 2951 0.006271 10.0.0.242 - - [2026-01-08 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.242 - - [2026-01-08 02:31:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005013 10.0.0.242 - - [2026-01-08 02:31:49] "GET /virtual-networks?parent_id=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003667 10.0.0.242 - - [2026-01-08 02:31:49] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006403 10.0.0.242 - - [2026-01-08 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.242 - - [2026-01-08 02:31:52] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005820 10.0.0.242 - - [2026-01-08 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.242 - - [2026-01-08 02:31:56] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005129 10.0.0.242 - - [2026-01-08 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.242 - - [2026-01-08 02:32:00] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005620 10.0.0.242 - - [2026-01-08 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.242 - - [2026-01-08 02:32:04] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005736 10.0.0.242 - - [2026-01-08 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.242 - - [2026-01-08 02:32:08] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005025 10.0.0.242 - - [2026-01-08 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.242 - - [2026-01-08 02:32:12] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006055 10.0.0.27 - - [2026-01-08 02:32:12] "DELETE /project/216becdfcffc464aa4eb46340d74d11f HTTP/1.1" 404 173 0.005259 10.0.0.27 - - [2026-01-08 02:32:12] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000898 10.0.0.27 - - [2026-01-08 02:32:12] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.045001 10.0.0.27 - - [2026-01-08 02:32:12] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001354 10.0.0.27 - - [2026-01-08 02:32:12] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?fields=security_groups HTTP/1.1" 200 1382 0.055596 10.0.0.27 - - [2026-01-08 02:32:13] "DELETE /security-group/e055fdfa-9700-4bc3-bb74-bfc7efbeeaca HTTP/1.1" 200 115 0.062184 10.0.0.27 - - [2026-01-08 02:32:13] "GET /projects?obj_uuids=9445eafc-9928-43c2-beaa-4e74fa616cba&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001342 10.0.0.27 - - [2026-01-08 02:32:13] "GET /project/9445eafc-9928-43c2-beaa-4e74fa616cba?fields=application_policy_sets HTTP/1.1" 200 1421 0.067160 10.0.0.27 - - [2026-01-08 02:32:13] "DELETE /project/9445eafc-9928-43c2-beaa-4e74fa616cba HTTP/1.1" 200 115 0.437835 10.0.0.242 - - [2026-01-08 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.242 - - [2026-01-08 02:32:16] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005341 10.0.0.242 - - [2026-01-08 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.242 - - [2026-01-08 02:32:20] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006247 10.0.0.242 - - [2026-01-08 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.242 - - [2026-01-08 02:32:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003977 10.0.0.242 - - [2026-01-08 02:32:22] "GET /virtual-networks?parent_id=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003034 10.0.0.242 - - [2026-01-08 02:32:22] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005916 10.0.0.242 - - [2026-01-08 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007931 10.0.0.242 - - [2026-01-08 02:32:29] "POST /neutron/port HTTP/1.1" 200 1126 0.050177 10.0.0.242 - - [2026-01-08 02:32:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004254 10.0.0.242 - - [2026-01-08 02:32:29] "POST /neutron/network HTTP/1.1" 200 928 0.006897 10.0.0.242 - - [2026-01-08 02:32:32] "POST /neutron/network HTTP/1.1" 200 937 0.034025 10.0.0.242 - - [2026-01-08 02:32:32] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.242 - - [2026-01-08 02:32:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.040079 10.0.0.242 - - [2026-01-08 02:32:37] "POST /neutron/port HTTP/1.1" 200 1126 0.017559 10.0.0.242 - - [2026-01-08 02:32:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008067 10.0.0.242 - - [2026-01-08 02:32:43] "POST /neutron/port HTTP/1.1" 200 1126 0.018987 10.0.0.242 - - [2026-01-08 02:32:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007777 10.0.0.242 - - [2026-01-08 02:32:44] "GET /virtual-machine/669ee09b-be2d-4f45-a959-e751912649c0 HTTP/1.1" 200 1294 0.006188 10.0.0.242 - - [2026-01-08 02:32:44] "GET /virtual-machine-interface/24ba7719-cdbc-4bcf-a546-865eab3977b0 HTTP/1.1" 200 2951 0.005804 10.0.0.242 - - [2026-01-08 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.242 - - [2026-01-08 02:32:44] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003987 10.0.0.242 - - [2026-01-08 02:32:44] "GET /virtual-networks?parent_id=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003294 10.0.0.242 - - [2026-01-08 02:32:44] "GET /virtual-network/e6cfe1c7-94ab-4e07-8366-783f1dbd6a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006795 10.0.0.242 - - [2026-01-08 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.242 - - [2026-01-08 02:32:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004412 10.0.0.242 - - [2026-01-08 02:32:45] "GET /virtual-networks?parent_id=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003208 10.0.0.242 - - [2026-01-08 02:32:45] "GET /virtual-network/e6cfe1c7-94ab-4e07-8366-783f1dbd6a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006344 10.0.0.50 - - [2026-01-08 02:33:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.50 - - [2026-01-08 02:33:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.27 - - [2026-01-08 02:33:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.27 - - [2026-01-08 02:33:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.50 - - [2026-01-08 02:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000527 10.0.0.50 - - [2026-01-08 02:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.27 - - [2026-01-08 02:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.001180 10.0.0.27 - - [2026-01-08 02:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.242 - - [2026-01-08 02:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.242 - - [2026-01-08 02:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.242 - - [2026-01-08 02:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.242 - - [2026-01-08 02:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.242 - - [2026-01-08 02:33:29] "POST /neutron/port HTTP/1.1" 200 1126 0.029124 10.0.0.242 - - [2026-01-08 02:33:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004727 10.0.0.242 - - [2026-01-08 02:33:29] "POST /neutron/network HTTP/1.1" 200 928 0.009291 10.0.0.242 - - [2026-01-08 02:33:33] "POST /neutron/network HTTP/1.1" 200 937 0.006921 10.0.0.242 - - [2026-01-08 02:33:33] "POST /neutron/port HTTP/1.1" 200 117 0.001532 10.0.0.242 - - [2026-01-08 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.27 - - [2026-01-08 02:33:42] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.031630 10.0.0.242 - - [2026-01-08 02:33:42] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.077100 10.0.0.242 - - [2026-01-08 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.242 - - [2026-01-08 02:33:42] "PUT /network-policy/00c5011e-e027-4b47-b59b-4f953fdbf672 HTTP/1.1" 200 262 0.015623 10.0.0.242 - - [2026-01-08 02:33:42] "PUT /access-control-list/2660ef89-b4b1-4b1b-9fb0-7a2137d40349 HTTP/1.1" 200 272 0.101758 10.0.0.242 - - [2026-01-08 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.028022 10.0.0.242 - - [2026-01-08 02:33:45] "GET /virtual-network/e6cfe1c7-94ab-4e07-8366-783f1dbd6a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006538 10.0.0.242 - - [2026-01-08 02:33:46] "POST /neutron/network HTTP/1.1" 200 826 0.075414 10.0.0.242 - - [2026-01-08 02:33:46] "GET /virtual-network/e6cfe1c7-94ab-4e07-8366-783f1dbd6a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008811 10.0.0.242 - - [2026-01-08 02:33:46] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.011429 10.0.0.242 - - [2026-01-08 02:33:46] "POST /neutron/network HTTP/1.1" 200 825 0.069777 10.0.0.242 - - [2026-01-08 02:33:46] "GET /virtual-network/a2d728b7-dec2-4413-93db-fa0a94f76b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007917 10.0.0.242 - - [2026-01-08 02:33:46] "DELETE /network-policy/00c5011e-e027-4b47-b59b-4f953fdbf672 HTTP/1.1" 200 115 0.034744 10.0.0.242 - - [2026-01-08 02:33:46] "POST /neutron/network HTTP/1.1" 400 204 0.013649 10.0.0.242 - - [2026-01-08 02:33:46] "POST /neutron/port HTTP/1.1" 200 151 0.195280 10.0.0.242 - - [2026-01-08 02:33:46] "POST /neutron/port HTTP/1.1" 200 151 0.238079 10.0.0.242 - - [2026-01-08 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.242 - - [2026-01-08 02:33:48] "POST /neutron/network HTTP/1.1" 200 825 0.006916 10.0.0.242 - - [2026-01-08 02:33:49] "DELETE /route-target/caf11445-85a7-4f6b-8ddd-1b500a0366d2 HTTP/1.1" 200 115 0.019562 10.0.0.27 - - [2026-01-08 02:33:50] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001021 10.0.0.242 - - [2026-01-08 02:33:50] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042953 10.0.0.27 - - [2026-01-08 02:33:50] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.242 - - [2026-01-08 02:33:50] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?fields=virtual_networks HTTP/1.1" 200 1036 0.038486 10.0.0.27 - - [2026-01-08 02:33:50] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.242 - - [2026-01-08 02:33:50] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.046080 10.0.0.27 - - [2026-01-08 02:33:50] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001013 10.0.0.242 - - [2026-01-08 02:33:50] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?fields=security_groups HTTP/1.1" 200 1264 0.041160 10.0.0.242 - - [2026-01-08 02:33:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.030174 10.0.0.27 - - [2026-01-08 02:33:51] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003525 10.0.0.27 - - [2026-01-08 02:33:51] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.27 - - [2026-01-08 02:33:51] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.043444 10.0.0.27 - - [2026-01-08 02:33:52] "POST /id-to-fqname HTTP/1.1" 200 202 0.002961 10.0.0.27 - - [2026-01-08 02:33:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.004655 10.0.0.27 - - [2026-01-08 02:33:52] "POST /security-groups HTTP/1.1" 200 603 0.075459 10.0.0.27 - - [2026-01-08 02:33:52] "POST /projects HTTP/1.1" 200 609 0.295837 10.0.0.242 - - [2026-01-08 02:33:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.007586 10.0.0.27 - - [2026-01-08 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.366478 10.0.0.242 - - [2026-01-08 02:33:52] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.562271 10.0.0.242 - - [2026-01-08 02:33:53] "GET / HTTP/1.1" 200 35931 0.002869 10.0.0.242 - - [2026-01-08 02:33:56] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000509 10.0.0.27 - - [2026-01-08 02:33:57] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001124 10.0.0.242 - - [2026-01-08 02:33:57] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066044 10.0.0.242 - - [2026-01-08 02:33:57] "GET / HTTP/1.1" 200 35931 0.001967 10.0.0.242 - - [2026-01-08 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005132 10.0.0.27 - - [2026-01-08 02:33:58] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001724 10.0.0.242 - - [2026-01-08 02:33:58] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.011388 10.0.0.242 - - [2026-01-08 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.27 - - [2026-01-08 02:33:58] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001447 10.0.0.242 - - [2026-01-08 02:33:58] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049417 10.0.0.242 - - [2026-01-08 02:33:59] "GET /domains HTTP/1.1" 401 293 0.000504 10.0.0.242 - - [2026-01-08 02:33:59] "GET /domains HTTP/1.1" 200 280 0.033404 10.0.0.27 - - [2026-01-08 02:33:59] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.242 - - [2026-01-08 02:33:59] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50 HTTP/1.1" 200 2966 0.009588 10.0.0.27 - - [2026-01-08 02:33:59] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001431 10.0.0.242 - - [2026-01-08 02:33:59] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c HTTP/1.1" 200 1924 0.092783 10.0.0.242 - - [2026-01-08 02:33:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003457 10.0.0.242 - - [2026-01-08 02:33:59] "POST /network-ipams HTTP/1.1" 200 621 0.027769 10.0.0.242 - - [2026-01-08 02:33:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003515 10.0.0.242 - - [2026-01-08 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.242 - - [2026-01-08 02:33:59] "GET /network-ipam/b517471a-72d3-426e-afcd-bfd4456df8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.006378 10.0.0.242 - - [2026-01-08 02:34:00] "PUT /network-ipam/b517471a-72d3-426e-afcd-bfd4456df8cd HTTP/1.1" 200 258 0.015020 10.0.0.242 - - [2026-01-08 02:34:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000516 10.0.0.242 - - [2026-01-08 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.034250 10.0.0.27 - - [2026-01-08 02:34:00] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.242 - - [2026-01-08 02:34:00] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050514 10.0.0.27 - - [2026-01-08 02:34:00] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001359 10.0.0.242 - - [2026-01-08 02:34:00] "POST /neutron/network HTTP/1.1" 200 623 0.165565 10.0.0.242 - - [2026-01-08 02:34:01] "POST /ref-update HTTP/1.1" 200 156 0.028666 10.0.0.27 - - [2026-01-08 02:34:01] "POST /useragent-kv HTTP/1.1" 200 115 0.008868 10.0.0.242 - - [2026-01-08 02:34:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.209871 10.0.0.242 - - [2026-01-08 02:34:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.063461 10.0.0.242 - - [2026-01-08 02:34:01] "POST /id-to-fqname HTTP/1.1" 200 235 0.001570 10.0.0.242 - - [2026-01-08 02:34:01] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006741 10.0.0.242 - - [2026-01-08 02:34:01] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006359 10.0.0.242 - - [2026-01-08 02:34:01] "POST /neutron/network HTTP/1.1" 200 1337 0.013775 10.0.0.242 - - [2026-01-08 02:34:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.010405 10.0.0.242 - - [2026-01-08 02:34:02] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005673 10.0.0.242 - - [2026-01-08 02:34:02] "GET /obj-perms HTTP/1.1" 200 5038 0.064466 10.0.0.27 - - [2026-01-08 02:34:03] "GET /obj-perms HTTP/1.1" 200 5038 0.050091 10.0.0.242 - - [2026-01-08 02:34:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.003427 10.0.0.242 - - [2026-01-08 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.27 - - [2026-01-08 02:34:03] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001282 10.0.0.242 - - [2026-01-08 02:34:03] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039430 10.0.0.242 - - [2026-01-08 02:34:04] "POST /network-policys HTTP/1.1" 200 563 0.075299 10.0.0.242 - - [2026-01-08 02:34:04] "GET /network-policy/cae3c3ec-11d9-4015-addc-017a907f2ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007647 10.0.0.242 - - [2026-01-08 02:34:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003377 10.0.0.242 - - [2026-01-08 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.27 - - [2026-01-08 02:34:04] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.242 - - [2026-01-08 02:34:04] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040726 10.0.0.242 - - [2026-01-08 02:34:04] "POST /network-policys HTTP/1.1" 200 563 0.090441 10.0.0.242 - - [2026-01-08 02:34:04] "GET /network-policy/cae68e54-1a1e-4f2a-a936-12657f5d66de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.007584 10.0.0.242 - - [2026-01-08 02:34:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003127 10.0.0.242 - - [2026-01-08 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2026-01-08 02:34:04] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.242 - - [2026-01-08 02:34:04] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038480 10.0.0.242 - - [2026-01-08 02:34:04] "POST /network-policys HTTP/1.1" 200 563 0.074469 10.0.0.242 - - [2026-01-08 02:34:04] "GET /network-policy/b00dc25e-9a3a-49bc-9933-c3aa005f1887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008379 10.0.0.242 - - [2026-01-08 02:34:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.003326 10.0.0.242 - - [2026-01-08 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.27 - - [2026-01-08 02:34:05] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.242 - - [2026-01-08 02:34:05] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039906 10.0.0.242 - - [2026-01-08 02:34:05] "POST /network-policys HTTP/1.1" 200 563 0.075556 10.0.0.242 - - [2026-01-08 02:34:05] "GET /network-policy/278e6089-0494-4f8d-97da-fff9450966d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006568 10.0.0.242 - - [2026-01-08 02:34:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.003443 10.0.0.242 - - [2026-01-08 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.27 - - [2026-01-08 02:34:05] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001325 10.0.0.242 - - [2026-01-08 02:34:05] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048767 10.0.0.242 - - [2026-01-08 02:34:05] "POST /network-policys HTTP/1.1" 200 563 0.070761 10.0.0.242 - - [2026-01-08 02:34:05] "GET /network-policy/928433cd-7fb3-43ef-aedc-382051221766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006139 10.0.0.242 - - [2026-01-08 02:34:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.003259 10.0.0.242 - - [2026-01-08 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005771 10.0.0.27 - - [2026-01-08 02:34:05] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001123 10.0.0.242 - - [2026-01-08 02:34:06] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051549 10.0.0.242 - - [2026-01-08 02:34:06] "POST /network-policys HTTP/1.1" 200 563 0.078904 10.0.0.242 - - [2026-01-08 02:34:06] "GET /network-policy/b8e6a396-65ef-45b0-b0f4-ad25ca74b34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008195 10.0.0.242 - - [2026-01-08 02:34:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003354 10.0.0.242 - - [2026-01-08 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.27 - - [2026-01-08 02:34:06] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001192 10.0.0.242 - - [2026-01-08 02:34:06] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040792 10.0.0.242 - - [2026-01-08 02:34:06] "POST /network-policys HTTP/1.1" 200 563 0.075033 10.0.0.242 - - [2026-01-08 02:34:06] "GET /network-policy/3398e3d6-0606-4f85-9590-f0ea4a982163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008003 10.0.0.242 - - [2026-01-08 02:34:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003664 10.0.0.242 - - [2026-01-08 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.27 - - [2026-01-08 02:34:06] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.242 - - [2026-01-08 02:34:06] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036972 10.0.0.242 - - [2026-01-08 02:34:07] "POST /network-policys HTTP/1.1" 200 563 0.070781 10.0.0.242 - - [2026-01-08 02:34:07] "GET /network-policy/95ee1377-65c8-4c01-9739-3920800e4ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006635 10.0.0.242 - - [2026-01-08 02:34:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003798 10.0.0.242 - - [2026-01-08 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.27 - - [2026-01-08 02:34:07] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.242 - - [2026-01-08 02:34:07] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047549 10.0.0.242 - - [2026-01-08 02:34:07] "POST /network-policys HTTP/1.1" 200 563 0.079392 10.0.0.242 - - [2026-01-08 02:34:07] "GET /network-policy/843fd3d7-9704-4c36-9454-0088b1f30e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006395 10.0.0.242 - - [2026-01-08 02:34:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003795 10.0.0.242 - - [2026-01-08 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.27 - - [2026-01-08 02:34:07] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.242 - - [2026-01-08 02:34:07] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038995 10.0.0.242 - - [2026-01-08 02:34:07] "POST /network-policys HTTP/1.1" 200 563 0.075297 10.0.0.242 - - [2026-01-08 02:34:07] "GET /network-policy/0b0588ec-856b-43af-9c63-8a452f131a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007899 10.0.0.242 - - [2026-01-08 02:34:08] "POST /neutron/network HTTP/1.1" 200 2250 0.026050 10.0.0.242 - - [2026-01-08 02:34:08] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.008097 10.0.0.242 - - [2026-01-08 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007269 10.0.0.242 - - [2026-01-08 02:34:08] "GET /network-policy/0b0588ec-856b-43af-9c63-8a452f131a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004304 10.0.0.242 - - [2026-01-08 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.242 - - [2026-01-08 02:34:08] "GET /network-policy/278e6089-0494-4f8d-97da-fff9450966d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005343 10.0.0.242 - - [2026-01-08 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.242 - - [2026-01-08 02:34:08] "GET /network-policy/3398e3d6-0606-4f85-9590-f0ea4a982163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004516 10.0.0.242 - - [2026-01-08 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.242 - - [2026-01-08 02:34:08] "GET /network-policy/843fd3d7-9704-4c36-9454-0088b1f30e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004503 10.0.0.242 - - [2026-01-08 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.242 - - [2026-01-08 02:34:08] "GET /network-policy/928433cd-7fb3-43ef-aedc-382051221766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007541 10.0.0.242 - - [2026-01-08 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.242 - - [2026-01-08 02:34:08] "GET /network-policy/95ee1377-65c8-4c01-9739-3920800e4ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005732 10.0.0.242 - - [2026-01-08 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.242 - - [2026-01-08 02:34:08] "GET /network-policy/b00dc25e-9a3a-49bc-9933-c3aa005f1887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004622 10.0.0.242 - - [2026-01-08 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.242 - - [2026-01-08 02:34:08] "GET /network-policy/b8e6a396-65ef-45b0-b0f4-ad25ca74b34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004846 10.0.0.242 - - [2026-01-08 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.242 - - [2026-01-08 02:34:08] "GET /network-policy/cae3c3ec-11d9-4015-addc-017a907f2ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004934 10.0.0.242 - - [2026-01-08 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.242 - - [2026-01-08 02:34:08] "GET /network-policy/cae68e54-1a1e-4f2a-a936-12657f5d66de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004764 10.0.0.242 - - [2026-01-08 02:34:09] "POST /id-to-fqname HTTP/1.1" 200 235 0.001553 10.0.0.27 - - [2026-01-08 02:34:09] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.242 - - [2026-01-08 02:34:09] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.064461 10.0.0.242 - - [2026-01-08 02:34:10] "POST /neutron/port HTTP/1.1" 200 117 0.007012 10.0.0.242 - - [2026-01-08 02:34:10] "POST /neutron/network HTTP/1.1" 200 2260 0.009814 10.0.0.242 - - [2026-01-08 02:34:10] "PUT /access-control-list/86d8c95d-c6e5-4f8c-9a8b-e00cd16817f9 HTTP/1.1" 200 272 0.015754 10.0.0.242 - - [2026-01-08 02:34:11] "POST /neutron/port HTTP/1.1" 200 1174 0.023290 10.0.0.242 - - [2026-01-08 02:34:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004249 10.0.0.242 - - [2026-01-08 02:34:11] "POST /neutron/port HTTP/1.1" 200 117 0.001237 10.0.0.27 - - [2026-01-08 02:34:13] "DELETE /project/5fbf0c4b834642c4b9fe29ca199a205c HTTP/1.1" 404 173 0.003877 10.0.0.27 - - [2026-01-08 02:34:13] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000869 10.0.0.27 - - [2026-01-08 02:34:13] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.043325 10.0.0.27 - - [2026-01-08 02:34:13] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000881 10.0.0.27 - - [2026-01-08 02:34:13] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?fields=security_groups HTTP/1.1" 200 1369 0.035300 10.0.0.27 - - [2026-01-08 02:34:13] "DELETE /security-group/a7649e3b-8ec8-43f2-b516-2c5e7a24382a HTTP/1.1" 200 115 0.045124 10.0.0.27 - - [2026-01-08 02:34:13] "GET /projects?obj_uuids=216becdf-cffc-464a-a4eb-46340d74d11f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000920 10.0.0.27 - - [2026-01-08 02:34:13] "GET /project/216becdf-cffc-464a-a4eb-46340d74d11f?fields=application_policy_sets HTTP/1.1" 200 1408 0.040930 10.0.0.27 - - [2026-01-08 02:34:13] "DELETE /project/216becdf-cffc-464a-a4eb-46340d74d11f HTTP/1.1" 200 115 0.390071 10.0.0.242 - - [2026-01-08 02:34:15] "POST /neutron/port HTTP/1.1" 200 1238 0.024010 10.0.0.242 - - [2026-01-08 02:34:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008917 10.0.0.242 - - [2026-01-08 02:34:15] "GET /virtual-machine/023020c6-3dd0-4246-8c4f-2ec4cecc136a HTTP/1.1" 401 293 0.000683 10.0.0.242 - - [2026-01-08 02:34:15] "GET /virtual-machine/023020c6-3dd0-4246-8c4f-2ec4cecc136a HTTP/1.1" 200 1303 0.034226 10.0.0.242 - - [2026-01-08 02:34:15] "GET /virtual-machine-interface/3cdcab99-017c-4735-8217-b2e594c49146 HTTP/1.1" 200 3168 0.005860 10.0.0.242 - - [2026-01-08 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.242 - - [2026-01-08 02:34:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004777 10.0.0.242 - - [2026-01-08 02:34:15] "GET /virtual-networks?parent_id=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003463 10.0.0.242 - - [2026-01-08 02:34:16] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.008357 10.0.0.242 - - [2026-01-08 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.242 - - [2026-01-08 02:34:19] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006186 10.0.0.242 - - [2026-01-08 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.242 - - [2026-01-08 02:34:23] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006520 10.0.0.242 - - [2026-01-08 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.242 - - [2026-01-08 02:34:27] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006203 10.0.0.242 - - [2026-01-08 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.242 - - [2026-01-08 02:34:31] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006510 10.0.0.242 - - [2026-01-08 02:34:34] "POST /neutron/port HTTP/1.1" 200 1238 0.018481 10.0.0.242 - - [2026-01-08 02:34:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004225 10.0.0.242 - - [2026-01-08 02:34:35] "POST /neutron/port HTTP/1.1" 200 117 0.001434 10.0.0.242 - - [2026-01-08 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.242 - - [2026-01-08 02:34:35] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.007805 10.0.0.50 - - [2026-01-08 02:34:37] "GET /obj-perms HTTP/1.1" 200 5075 0.059002 10.0.0.242 - - [2026-01-08 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.242 - - [2026-01-08 02:34:39] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006955 10.0.0.242 - - [2026-01-08 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.242 - - [2026-01-08 02:34:43] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006436 10.0.0.242 - - [2026-01-08 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.242 - - [2026-01-08 02:34:48] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006699 10.0.0.242 - - [2026-01-08 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.242 - - [2026-01-08 02:34:52] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004725 10.0.0.242 - - [2026-01-08 02:34:52] "GET /virtual-networks?parent_id=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003380 10.0.0.242 - - [2026-01-08 02:34:52] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006784 10.0.0.242 - - [2026-01-08 02:34:52] "POST /neutron/port HTTP/1.1" 200 1238 0.018476 10.0.0.242 - - [2026-01-08 02:34:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007429 10.0.0.242 - - [2026-01-08 02:35:02] "POST /neutron/port HTTP/1.1" 200 1238 0.024451 10.0.0.242 - - [2026-01-08 02:35:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007571 10.0.0.242 - - [2026-01-08 02:35:13] "POST /neutron/port HTTP/1.1" 200 1238 0.017543 10.0.0.242 - - [2026-01-08 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.242 - - [2026-01-08 02:35:13] "GET /network-policy/cae3c3ec-11d9-4015-addc-017a907f2ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004333 10.0.0.242 - - [2026-01-08 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.242 - - [2026-01-08 02:35:13] "GET /network-policy/cae68e54-1a1e-4f2a-a936-12657f5d66de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004734 10.0.0.242 - - [2026-01-08 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.242 - - [2026-01-08 02:35:13] "GET /network-policy/b00dc25e-9a3a-49bc-9933-c3aa005f1887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004317 10.0.0.242 - - [2026-01-08 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.242 - - [2026-01-08 02:35:13] "GET /network-policy/278e6089-0494-4f8d-97da-fff9450966d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004344 10.0.0.242 - - [2026-01-08 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.242 - - [2026-01-08 02:35:13] "GET /network-policy/928433cd-7fb3-43ef-aedc-382051221766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004720 10.0.0.242 - - [2026-01-08 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.242 - - [2026-01-08 02:35:13] "GET /network-policy/b8e6a396-65ef-45b0-b0f4-ad25ca74b34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004384 10.0.0.242 - - [2026-01-08 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.242 - - [2026-01-08 02:35:13] "GET /network-policy/3398e3d6-0606-4f85-9590-f0ea4a982163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004690 10.0.0.242 - - [2026-01-08 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.242 - - [2026-01-08 02:35:13] "GET /network-policy/95ee1377-65c8-4c01-9739-3920800e4ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005770 10.0.0.242 - - [2026-01-08 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.242 - - [2026-01-08 02:35:13] "GET /network-policy/843fd3d7-9704-4c36-9454-0088b1f30e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005733 10.0.0.242 - - [2026-01-08 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.242 - - [2026-01-08 02:35:13] "GET /network-policy/0b0588ec-856b-43af-9c63-8a452f131a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004769 10.0.0.242 - - [2026-01-08 02:35:14] "PUT /access-control-list/86d8c95d-c6e5-4f8c-9a8b-e00cd16817f9 HTTP/1.1" 200 272 0.042874 10.0.0.242 - - [2026-01-08 02:35:14] "POST /neutron/network HTTP/1.1" 200 1440 0.140762 10.0.0.242 - - [2026-01-08 02:35:14] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006200 10.0.0.242 - - [2026-01-08 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.242 - - [2026-01-08 02:35:14] "GET /network-policy/cae3c3ec-11d9-4015-addc-017a907f2ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004288 10.0.0.242 - - [2026-01-08 02:35:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.004912 10.0.0.242 - - [2026-01-08 02:35:19] "POST /neutron/network HTTP/1.1" 200 1440 0.105071 10.0.0.242 - - [2026-01-08 02:35:19] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.009673 10.0.0.242 - - [2026-01-08 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005816 10.0.0.242 - - [2026-01-08 02:35:19] "GET /network-policy/cae68e54-1a1e-4f2a-a936-12657f5d66de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005263 10.0.0.242 - - [2026-01-08 02:35:24] "POST /neutron/network HTTP/1.1" 200 1440 0.095783 10.0.0.242 - - [2026-01-08 02:35:24] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007348 10.0.0.242 - - [2026-01-08 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.242 - - [2026-01-08 02:35:24] "GET /network-policy/b00dc25e-9a3a-49bc-9933-c3aa005f1887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004512 10.0.0.242 - - [2026-01-08 02:35:29] "PUT /access-control-list/86d8c95d-c6e5-4f8c-9a8b-e00cd16817f9 HTTP/1.1" 200 272 0.027964 10.0.0.242 - - [2026-01-08 02:35:29] "POST /neutron/network HTTP/1.1" 200 1440 0.103150 10.0.0.242 - - [2026-01-08 02:35:30] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006823 10.0.0.242 - - [2026-01-08 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.242 - - [2026-01-08 02:35:30] "GET /network-policy/278e6089-0494-4f8d-97da-fff9450966d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004285 10.0.0.242 - - [2026-01-08 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.015390 10.0.0.242 - - [2026-01-08 02:35:35] "POST /neutron/network HTTP/1.1" 200 1440 0.091697 10.0.0.242 - - [2026-01-08 02:35:35] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.008231 10.0.0.242 - - [2026-01-08 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.242 - - [2026-01-08 02:35:35] "GET /network-policy/928433cd-7fb3-43ef-aedc-382051221766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004577 10.0.0.242 - - [2026-01-08 02:35:36] "POST /neutron/port HTTP/1.1" 200 1238 0.022382 10.0.0.242 - - [2026-01-08 02:35:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004635 10.0.0.242 - - [2026-01-08 02:35:36] "POST /neutron/port HTTP/1.1" 200 117 0.001910 10.0.0.242 - - [2026-01-08 02:35:40] "POST /neutron/network HTTP/1.1" 200 1440 0.097542 10.0.0.242 - - [2026-01-08 02:35:40] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006445 10.0.0.242 - - [2026-01-08 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.242 - - [2026-01-08 02:35:40] "GET /network-policy/b8e6a396-65ef-45b0-b0f4-ad25ca74b34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004500 10.0.0.242 - - [2026-01-08 02:35:45] "POST /neutron/network HTTP/1.1" 200 1440 0.097161 10.0.0.242 - - [2026-01-08 02:35:45] "PUT /access-control-list/86d8c95d-c6e5-4f8c-9a8b-e00cd16817f9 HTTP/1.1" 200 272 0.070177 10.0.0.242 - - [2026-01-08 02:35:45] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007175 10.0.0.242 - - [2026-01-08 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.242 - - [2026-01-08 02:35:45] "GET /network-policy/3398e3d6-0606-4f85-9590-f0ea4a982163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004730 10.0.0.242 - - [2026-01-08 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.004007 10.0.0.242 - - [2026-01-08 02:35:51] "POST /neutron/network HTTP/1.1" 200 1440 0.097192 10.0.0.242 - - [2026-01-08 02:35:51] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006728 10.0.0.242 - - [2026-01-08 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.242 - - [2026-01-08 02:35:51] "GET /network-policy/95ee1377-65c8-4c01-9739-3920800e4ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005092 10.0.0.242 - - [2026-01-08 02:35:56] "POST /neutron/network HTTP/1.1" 200 1440 0.124043 10.0.0.242 - - [2026-01-08 02:35:56] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006253 10.0.0.242 - - [2026-01-08 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.242 - - [2026-01-08 02:35:56] "GET /network-policy/843fd3d7-9704-4c36-9454-0088b1f30e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004577 10.0.0.242 - - [2026-01-08 02:36:01] "PUT /access-control-list/86d8c95d-c6e5-4f8c-9a8b-e00cd16817f9 HTTP/1.1" 200 272 0.020523 10.0.0.242 - - [2026-01-08 02:36:01] "POST /neutron/network HTTP/1.1" 200 1440 0.123857 10.0.0.242 - - [2026-01-08 02:36:01] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007141 10.0.0.242 - - [2026-01-08 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.242 - - [2026-01-08 02:36:01] "GET /network-policy/0b0588ec-856b-43af-9c63-8a452f131a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004434 10.0.0.242 - - [2026-01-08 02:36:06] "GET /virtual-machine/023020c6-3dd0-4246-8c4f-2ec4cecc136a HTTP/1.1" 200 1303 0.004379 10.0.0.242 - - [2026-01-08 02:36:07] "POST /neutron/port HTTP/1.1" 200 1228 0.017257 10.0.0.242 - - [2026-01-08 02:36:08] "GET /virtual-machine/023020c6-3dd0-4246-8c4f-2ec4cecc136a HTTP/1.1" 404 171 0.003518 10.0.0.242 - - [2026-01-08 02:36:08] "GET /virtual-machine/023020c6-3dd0-4246-8c4f-2ec4cecc136a HTTP/1.1" 404 171 0.002756 10.0.0.242 - - [2026-01-08 02:36:08] "GET /virtual-machine/023020c6-3dd0-4246-8c4f-2ec4cecc136a HTTP/1.1" 404 171 0.002867 10.0.0.242 - - [2026-01-08 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.242 - - [2026-01-08 02:36:09] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005449 10.0.0.242 - - [2026-01-08 02:36:09] "GET /virtual-networks?parent_id=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003516 10.0.0.242 - - [2026-01-08 02:36:09] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007611 10.0.0.242 - - [2026-01-08 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.242 - - [2026-01-08 02:36:09] "GET /routing-instance/1f30d43f-c6e4-4319-9875-8c16d1861998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004780 10.0.0.242 - - [2026-01-08 02:36:09] "GET /route-target/2794b2aa-c6f3-40a7-8b7f-0cf7305cfabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004185 10.0.0.242 - - [2026-01-08 02:36:09] "GET /obj-perms HTTP/1.1" 200 5038 0.003831 10.0.0.50 - - [2026-01-08 02:36:15] "GET /obj-perms HTTP/1.1" 200 5038 0.059738 10.0.0.242 - - [2026-01-08 02:36:18] "GET /obj-perms HTTP/1.1" 200 5038 0.005661 10.0.0.50 - - [2026-01-08 02:36:24] "GET /obj-perms HTTP/1.1" 200 5038 0.004080 10.0.0.242 - - [2026-01-08 02:36:27] "GET /obj-perms HTTP/1.1" 200 5038 0.003808 10.0.0.242 - - [2026-01-08 02:36:28] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005770 10.0.0.242 - - [2026-01-08 02:36:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.006120 10.0.0.242 - - [2026-01-08 02:36:28] "POST /neutron/network HTTP/1.1" 200 1337 0.087512 10.0.0.242 - - [2026-01-08 02:36:28] "GET /virtual-network/a27f76ab-b1f5-4a46-9ee8-4ee1be1407c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006352 10.0.0.242 - - [2026-01-08 02:36:28] "DELETE /network-policy/0b0588ec-856b-43af-9c63-8a452f131a1e HTTP/1.1" 200 115 0.043344 10.0.0.242 - - [2026-01-08 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.27 - - [2026-01-08 02:36:28] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001633 10.0.0.242 - - [2026-01-08 02:36:28] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052839 10.0.0.242 - - [2026-01-08 02:36:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-64905112&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.006453 10.0.0.242 - - [2026-01-08 02:36:28] "DELETE /network-policy/843fd3d7-9704-4c36-9454-0088b1f30e57 HTTP/1.1" 200 115 0.049365 10.0.0.242 - - [2026-01-08 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005797 10.0.0.27 - - [2026-01-08 02:36:28] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001023 10.0.0.242 - - [2026-01-08 02:36:28] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048743 10.0.0.242 - - [2026-01-08 02:36:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-64905112&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005969 10.0.0.242 - - [2026-01-08 02:36:28] "DELETE /network-policy/95ee1377-65c8-4c01-9739-3920800e4ff8 HTTP/1.1" 200 115 0.046372 10.0.0.242 - - [2026-01-08 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.27 - - [2026-01-08 02:36:28] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.242 - - [2026-01-08 02:36:29] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056335 10.0.0.242 - - [2026-01-08 02:36:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-64905112&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.014711 10.0.0.242 - - [2026-01-08 02:36:29] "DELETE /network-policy/3398e3d6-0606-4f85-9590-f0ea4a982163 HTTP/1.1" 200 115 0.046891 10.0.0.242 - - [2026-01-08 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005317 10.0.0.27 - - [2026-01-08 02:36:29] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001304 10.0.0.242 - - [2026-01-08 02:36:29] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047360 10.0.0.242 - - [2026-01-08 02:36:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-64905112&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005559 10.0.0.242 - - [2026-01-08 02:36:29] "DELETE /network-policy/b8e6a396-65ef-45b0-b0f4-ad25ca74b34b HTTP/1.1" 200 115 0.048206 10.0.0.242 - - [2026-01-08 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2026-01-08 02:36:29] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001226 10.0.0.242 - - [2026-01-08 02:36:29] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039990 10.0.0.242 - - [2026-01-08 02:36:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-64905112&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006812 10.0.0.242 - - [2026-01-08 02:36:29] "DELETE /network-policy/928433cd-7fb3-43ef-aedc-382051221766 HTTP/1.1" 200 115 0.052896 10.0.0.242 - - [2026-01-08 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.27 - - [2026-01-08 02:36:29] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.242 - - [2026-01-08 02:36:29] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053964 10.0.0.242 - - [2026-01-08 02:36:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-64905112&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005840 10.0.0.242 - - [2026-01-08 02:36:29] "DELETE /network-policy/278e6089-0494-4f8d-97da-fff9450966d1 HTTP/1.1" 200 115 0.040877 10.0.0.242 - - [2026-01-08 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.27 - - [2026-01-08 02:36:29] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.242 - - [2026-01-08 02:36:29] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051742 10.0.0.242 - - [2026-01-08 02:36:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-64905112&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006109 10.0.0.242 - - [2026-01-08 02:36:30] "DELETE /network-policy/b00dc25e-9a3a-49bc-9933-c3aa005f1887 HTTP/1.1" 200 115 0.044477 10.0.0.242 - - [2026-01-08 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.27 - - [2026-01-08 02:36:30] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001325 10.0.0.242 - - [2026-01-08 02:36:30] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059611 10.0.0.242 - - [2026-01-08 02:36:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-64905112&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005510 10.0.0.242 - - [2026-01-08 02:36:30] "DELETE /network-policy/cae68e54-1a1e-4f2a-a936-12657f5d66de HTTP/1.1" 200 115 0.067420 10.0.0.242 - - [2026-01-08 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008830 10.0.0.27 - - [2026-01-08 02:36:30] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001253 10.0.0.242 - - [2026-01-08 02:36:30] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.070221 10.0.0.242 - - [2026-01-08 02:36:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-64905112&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006553 10.0.0.242 - - [2026-01-08 02:36:30] "DELETE /network-policy/cae3c3ec-11d9-4015-addc-017a907f2ee7 HTTP/1.1" 200 115 0.047832 10.0.0.242 - - [2026-01-08 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258 10.0.0.27 - - [2026-01-08 02:36:30] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.242 - - [2026-01-08 02:36:30] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040782 10.0.0.242 - - [2026-01-08 02:36:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-64905112&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006308 10.0.0.27 - - [2026-01-08 02:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004021 10.0.0.27 - - [2026-01-08 02:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003767 10.0.0.27 - - [2026-01-08 02:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002228 10.0.0.27 - - [2026-01-08 02:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002405 10.0.0.27 - - [2026-01-08 02:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.010918 10.0.0.242 - - [2026-01-08 02:36:31] "DELETE /route-target/2794b2aa-c6f3-40a7-8b7f-0cf7305cfabe HTTP/1.1" 200 115 0.055966 10.0.0.27 - - [2026-01-08 02:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003517 10.0.0.242 - - [2026-01-08 02:36:31] "POST /neutron/network HTTP/1.1" 200 151 0.203794 10.0.0.242 - - [2026-01-08 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.242 - - [2026-01-08 02:36:31] "DELETE /network-ipam/b517471a-72d3-426e-afcd-bfd4456df8cd HTTP/1.1" 200 115 0.038644 10.0.0.242 - - [2026-01-08 02:36:31] "POST /fqname-to-id HTTP/1.1" 404 260 0.004270 10.0.0.27 - - [2026-01-08 02:36:31] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000955 10.0.0.27 - - [2026-01-08 02:36:31] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.043415 10.0.0.27 - - [2026-01-08 02:36:31] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001827 10.0.0.27 - - [2026-01-08 02:36:31] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?fields=security_groups HTTP/1.1" 200 1399 0.056696 10.0.0.27 - - [2026-01-08 02:36:31] "DELETE /security-group/ae33d306-efab-4f23-a6b9-dc9c38bff267 HTTP/1.1" 200 115 0.087081 10.0.0.27 - - [2026-01-08 02:36:31] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002589 10.0.0.27 - - [2026-01-08 02:36:31] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?fields=application_policy_sets HTTP/1.1" 200 1438 0.058932 10.0.0.242 - - [2026-01-08 02:36:31] "DELETE /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c HTTP/1.1" 200 115 0.502228 10.0.0.27 - - [2026-01-08 02:36:31] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.242 - - [2026-01-08 02:36:31] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?fields=projects HTTP/1.1" 200 1437 0.012190 10.0.0.27 - - [2026-01-08 02:36:34] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003239 10.0.0.27 - - [2026-01-08 02:36:34] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.27 - - [2026-01-08 02:36:34] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.050277 10.0.0.27 - - [2026-01-08 02:36:34] "POST /id-to-fqname HTTP/1.1" 200 202 0.006005 10.0.0.27 - - [2026-01-08 02:36:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.005064 10.0.0.27 - - [2026-01-08 02:36:34] "POST /security-groups HTTP/1.1" 200 603 0.077919 10.0.0.242 - - [2026-01-08 02:36:34] "POST /fqname-to-id HTTP/1.1" 404 246 0.003667 10.0.0.27 - - [2026-01-08 02:36:34] "POST /projects HTTP/1.1" 200 609 0.300038 10.0.0.27 - - [2026-01-08 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.377267 10.0.0.242 - - [2026-01-08 02:36:35] "POST /access-control-lists HTTP/1.1" 200 606 0.042090 10.0.0.242 - - [2026-01-08 02:36:35] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.596871 10.0.0.27 - - [2026-01-08 02:36:35] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001754 10.0.0.242 - - [2026-01-08 02:36:35] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?fields=virtual_networks HTTP/1.1" 200 1056 0.050063 10.0.0.27 - - [2026-01-08 02:36:35] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001482 10.0.0.242 - - [2026-01-08 02:36:35] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.039867 10.0.0.27 - - [2026-01-08 02:36:35] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.242 - - [2026-01-08 02:36:35] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?fields=security_groups HTTP/1.1" 200 1294 0.039000 10.0.0.242 - - [2026-01-08 02:36:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.024253 10.0.0.27 - - [2026-01-08 02:36:36] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003259 10.0.0.27 - - [2026-01-08 02:36:36] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.27 - - [2026-01-08 02:36:36] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007370 10.0.0.27 - - [2026-01-08 02:36:36] "POST /id-to-fqname HTTP/1.1" 200 196 0.001840 10.0.0.27 - - [2026-01-08 02:36:36] "POST /fqname-to-id HTTP/1.1" 404 205 0.005453 10.0.0.27 - - [2026-01-08 02:36:36] "POST /security-groups HTTP/1.1" 200 597 0.073136 10.0.0.27 - - [2026-01-08 02:36:36] "POST /projects HTTP/1.1" 200 597 0.279917 10.0.0.242 - - [2026-01-08 02:36:36] "POST /fqname-to-id HTTP/1.1" 404 239 0.016398 10.0.0.27 - - [2026-01-08 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.348110 10.0.0.242 - - [2026-01-08 02:36:36] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.497383 10.0.0.242 - - [2026-01-08 02:36:37] "GET / HTTP/1.1" 200 35931 0.002267 10.0.0.50 - - [2026-01-08 02:36:39] "GET /obj-perms HTTP/1.1" 200 5075 0.069948 10.0.0.27 - - [2026-01-08 02:36:39] "GET /obj-perms HTTP/1.1" 200 5075 0.046086 10.0.0.242 - - [2026-01-08 02:36:39] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000477 10.0.0.27 - - [2026-01-08 02:36:40] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001695 10.0.0.242 - - [2026-01-08 02:36:40] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.074412 10.0.0.242 - - [2026-01-08 02:36:40] "GET / HTTP/1.1" 200 35931 0.001698 10.0.0.242 - - [2026-01-08 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.27 - - [2026-01-08 02:36:41] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.242 - - [2026-01-08 02:36:41] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007191 10.0.0.242 - - [2026-01-08 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.27 - - [2026-01-08 02:36:41] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001360 10.0.0.242 - - [2026-01-08 02:36:41] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039897 10.0.0.242 - - [2026-01-08 02:36:42] "GET /domains HTTP/1.1" 401 293 0.000424 10.0.0.242 - - [2026-01-08 02:36:42] "GET /domains HTTP/1.1" 200 280 0.028005 10.0.0.27 - - [2026-01-08 02:36:42] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.242 - - [2026-01-08 02:36:42] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50 HTTP/1.1" 200 2970 0.009481 10.0.0.27 - - [2026-01-08 02:36:42] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000891 10.0.0.242 - - [2026-01-08 02:36:42] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341 HTTP/1.1" 200 1888 0.079947 10.0.0.242 - - [2026-01-08 02:36:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004301 10.0.0.242 - - [2026-01-08 02:36:42] "POST /network-ipams HTTP/1.1" 200 603 0.029226 10.0.0.242 - - [2026-01-08 02:36:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003706 10.0.0.242 - - [2026-01-08 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.242 - - [2026-01-08 02:36:43] "GET /network-ipam/ebfd1419-29b0-4f94-8847-8dcb4eefee20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006569 10.0.0.242 - - [2026-01-08 02:36:43] "PUT /network-ipam/ebfd1419-29b0-4f94-8847-8dcb4eefee20 HTTP/1.1" 200 258 0.015096 10.0.0.242 - - [2026-01-08 02:36:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000471 10.0.0.242 - - [2026-01-08 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.035287 10.0.0.27 - - [2026-01-08 02:36:43] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000952 10.0.0.242 - - [2026-01-08 02:36:43] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042393 10.0.0.242 - - [2026-01-08 02:36:44] "POST /ref-update HTTP/1.1" 200 156 0.028973 10.0.0.27 - - [2026-01-08 02:36:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007770 10.0.0.242 - - [2026-01-08 02:36:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.237067 10.0.0.242 - - [2026-01-08 02:36:44] "POST /id-to-fqname HTTP/1.1" 200 229 0.001506 10.0.0.242 - - [2026-01-08 02:36:44] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008097 10.0.0.242 - - [2026-01-08 02:36:44] "POST /neutron/network HTTP/1.1" 200 1074 0.009060 10.0.0.242 - - [2026-01-08 02:36:44] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006328 10.0.0.242 - - [2026-01-08 02:36:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.009247 10.0.0.242 - - [2026-01-08 02:36:45] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005732 10.0.0.242 - - [2026-01-08 02:36:45] "GET /obj-perms HTTP/1.1" 200 5032 0.107220 10.0.0.242 - - [2026-01-08 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.27 - - [2026-01-08 02:36:46] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001057 10.0.0.242 - - [2026-01-08 02:36:46] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036487 10.0.0.27 - - [2026-01-08 02:36:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006944 10.0.0.242 - - [2026-01-08 02:36:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.215800 10.0.0.242 - - [2026-01-08 02:36:47] "POST /id-to-fqname HTTP/1.1" 200 229 0.001508 10.0.0.242 - - [2026-01-08 02:36:47] "GET /virtual-network/a06e9ae5-fec3-4176-82a6-74922ef05052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007498 10.0.0.242 - - [2026-01-08 02:36:47] "POST /neutron/network HTTP/1.1" 200 1074 0.008671 10.0.0.242 - - [2026-01-08 02:36:47] "GET /virtual-network/a06e9ae5-fec3-4176-82a6-74922ef05052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005102 10.0.0.242 - - [2026-01-08 02:36:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.009994 10.0.0.242 - - [2026-01-08 02:36:47] "GET /virtual-network/a06e9ae5-fec3-4176-82a6-74922ef05052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005906 10.0.0.242 - - [2026-01-08 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.003380 10.0.0.242 - - [2026-01-08 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.27 - - [2026-01-08 02:36:48] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001071 10.0.0.242 - - [2026-01-08 02:36:48] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048189 10.0.0.242 - - [2026-01-08 02:36:48] "POST /network-policys HTTP/1.1" 200 527 0.082187 10.0.0.242 - - [2026-01-08 02:36:48] "GET /network-policy/cdef5d20-b825-44f9-a19f-75cf8af72884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006250 10.0.0.242 - - [2026-01-08 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.003011 10.0.0.242 - - [2026-01-08 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.27 - - [2026-01-08 02:36:48] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001069 10.0.0.242 - - [2026-01-08 02:36:48] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041054 10.0.0.242 - - [2026-01-08 02:36:48] "POST /network-policys HTTP/1.1" 200 527 0.075077 10.0.0.242 - - [2026-01-08 02:36:48] "GET /network-policy/3322ac9c-2c17-4243-897e-60f54a5ff4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006576 10.0.0.242 - - [2026-01-08 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.003400 10.0.0.242 - - [2026-01-08 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.27 - - [2026-01-08 02:36:48] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000995 10.0.0.242 - - [2026-01-08 02:36:48] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.035906 10.0.0.242 - - [2026-01-08 02:36:49] "POST /network-policys HTTP/1.1" 200 527 0.071296 10.0.0.242 - - [2026-01-08 02:36:49] "GET /network-policy/2169885a-b260-4e28-9f53-398941c4a9bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005988 10.0.0.242 - - [2026-01-08 02:36:49] "POST /fqname-to-id HTTP/1.1" 404 205 0.003158 10.0.0.242 - - [2026-01-08 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.27 - - [2026-01-08 02:36:49] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001335 10.0.0.242 - - [2026-01-08 02:36:49] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041319 10.0.0.242 - - [2026-01-08 02:36:49] "POST /network-policys HTTP/1.1" 200 527 0.075405 10.0.0.242 - - [2026-01-08 02:36:49] "GET /network-policy/c2a5ed09-b16c-4a58-a0b1-fb00db7792d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.010849 10.0.0.242 - - [2026-01-08 02:36:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.003597 10.0.0.242 - - [2026-01-08 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.27 - - [2026-01-08 02:36:49] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001371 10.0.0.242 - - [2026-01-08 02:36:49] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046809 10.0.0.242 - - [2026-01-08 02:36:49] "POST /network-policys HTTP/1.1" 200 531 0.033778 10.0.0.242 - - [2026-01-08 02:36:49] "GET /network-policy/7a4af92b-1159-4ee0-b969-ce9d7e3963f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.010079 10.0.0.242 - - [2026-01-08 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.004369 10.0.0.242 - - [2026-01-08 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2026-01-08 02:36:50] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001065 10.0.0.242 - - [2026-01-08 02:36:50] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042852 10.0.0.242 - - [2026-01-08 02:36:50] "POST /network-policys HTTP/1.1" 200 529 0.078734 10.0.0.242 - - [2026-01-08 02:36:50] "GET /network-policy/57d93040-7244-45d0-a105-77165558b7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006267 10.0.0.242 - - [2026-01-08 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003584 10.0.0.242 - - [2026-01-08 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.27 - - [2026-01-08 02:36:50] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001163 10.0.0.242 - - [2026-01-08 02:36:50] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044913 10.0.0.242 - - [2026-01-08 02:36:50] "POST /network-policys HTTP/1.1" 200 529 0.074247 10.0.0.242 - - [2026-01-08 02:36:50] "GET /network-policy/af3446dd-441e-4d3f-a1fe-608512c248f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007147 10.0.0.242 - - [2026-01-08 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003487 10.0.0.242 - - [2026-01-08 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.27 - - [2026-01-08 02:36:50] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001256 10.0.0.242 - - [2026-01-08 02:36:50] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044554 10.0.0.242 - - [2026-01-08 02:36:51] "POST /network-policys HTTP/1.1" 200 529 0.083027 10.0.0.242 - - [2026-01-08 02:36:51] "GET /network-policy/de1f6c09-1750-4830-993f-bdb6aa88d61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007302 10.0.0.242 - - [2026-01-08 02:36:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.003858 10.0.0.242 - - [2026-01-08 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.27 - - [2026-01-08 02:36:51] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001186 10.0.0.242 - - [2026-01-08 02:36:51] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047385 10.0.0.242 - - [2026-01-08 02:36:51] "POST /network-policys HTTP/1.1" 200 529 0.078819 10.0.0.242 - - [2026-01-08 02:36:51] "GET /network-policy/485993fd-6c75-4947-91ac-80e4193f1a85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006988 10.0.0.242 - - [2026-01-08 02:36:51] "POST /fqname-to-id HTTP/1.1" 404 208 0.003326 10.0.0.242 - - [2026-01-08 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.27 - - [2026-01-08 02:36:51] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001039 10.0.0.242 - - [2026-01-08 02:36:51] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040253 10.0.0.242 - - [2026-01-08 02:36:51] "POST /network-policys HTTP/1.1" 200 533 0.029067 10.0.0.242 - - [2026-01-08 02:36:51] "GET /network-policy/9b7733bd-9140-4648-bc25-6f3dc1f0d26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.006237 10.0.0.242 - - [2026-01-08 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 246 0.003549 10.0.0.242 - - [2026-01-08 02:36:52] "POST /neutron/network HTTP/1.1" 200 1157 0.027781 10.0.0.242 - - [2026-01-08 02:36:52] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007271 10.0.0.242 - - [2026-01-08 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.242 - - [2026-01-08 02:36:52] "GET /network-policy/cdef5d20-b825-44f9-a19f-75cf8af72884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004414 10.0.0.242 - - [2026-01-08 02:36:52] "POST /access-control-lists HTTP/1.1" 200 603 0.046034 10.0.0.242 - - [2026-01-08 02:36:52] "POST /neutron/network HTTP/1.1" 200 1159 0.018164 10.0.0.242 - - [2026-01-08 02:36:52] "GET /virtual-network/a06e9ae5-fec3-4176-82a6-74922ef05052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005577 10.0.0.242 - - [2026-01-08 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.013164 10.0.0.242 - - [2026-01-08 02:36:52] "GET /network-policy/7a4af92b-1159-4ee0-b969-ce9d7e3963f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.011049 10.0.0.242 - - [2026-01-08 02:36:52] "POST /id-to-fqname HTTP/1.1" 200 229 0.001441 10.0.0.27 - - [2026-01-08 02:36:53] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001230 10.0.0.242 - - [2026-01-08 02:36:53] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.101417 10.0.0.242 - - [2026-01-08 02:36:54] "POST /neutron/port HTTP/1.1" 200 117 0.010679 10.0.0.242 - - [2026-01-08 02:36:54] "POST /id-to-fqname HTTP/1.1" 200 229 0.001402 10.0.0.242 - - [2026-01-08 02:36:54] "POST /neutron/network HTTP/1.1" 200 1169 0.006837 10.0.0.242 - - [2026-01-08 02:36:55] "POST /neutron/port HTTP/1.1" 200 1061 0.020040 10.0.0.242 - - [2026-01-08 02:36:55] "POST /neutron/port HTTP/1.1" 200 1125 0.019942 10.0.0.242 - - [2026-01-08 02:36:55] "POST /neutron/port HTTP/1.1" 200 117 0.001340 10.0.0.27 - - [2026-01-08 02:36:55] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001166 10.0.0.242 - - [2026-01-08 02:36:55] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.088088 10.0.0.242 - - [2026-01-08 02:36:55] "POST /neutron/port HTTP/1.1" 200 1125 0.021646 10.0.0.242 - - [2026-01-08 02:36:55] "POST /neutron/port HTTP/1.1" 200 1125 0.017213 10.0.0.27 - - [2026-01-08 02:36:56] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001699 10.0.0.242 - - [2026-01-08 02:36:56] "PUT /access-control-list/753fd413-3b41-4735-8f48-b894659c2eee HTTP/1.1" 200 272 0.023857 10.0.0.242 - - [2026-01-08 02:36:56] "POST /neutron/port HTTP/1.1" 200 1061 0.331230 10.0.0.242 - - [2026-01-08 02:36:56] "POST /neutron/port HTTP/1.1" 200 1115 0.123165 10.0.0.242 - - [2026-01-08 02:36:56] "POST /neutron/subnet HTTP/1.1" 200 675 0.021097 10.0.0.242 - - [2026-01-08 02:37:00] "POST /neutron/port HTTP/1.1" 200 1125 0.018515 10.0.0.242 - - [2026-01-08 02:37:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008183 10.0.0.242 - - [2026-01-08 02:37:01] "GET /virtual-machine/9be7e3e9-5461-44c8-b797-7344d55740c3 HTTP/1.1" 401 293 0.000471 10.0.0.242 - - [2026-01-08 02:37:01] "GET /virtual-machine/9be7e3e9-5461-44c8-b797-7344d55740c3 HTTP/1.1" 200 1299 0.031689 10.0.0.242 - - [2026-01-08 02:37:01] "GET /virtual-machine-interface/f8351508-37d6-4d50-9f76-0d1df2a52b84 HTTP/1.1" 200 2952 0.007079 10.0.0.242 - - [2026-01-08 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.242 - - [2026-01-08 02:37:01] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003825 10.0.0.242 - - [2026-01-08 02:37:01] "GET /virtual-networks?parent_id=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003078 10.0.0.242 - - [2026-01-08 02:37:01] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006679 10.0.0.242 - - [2026-01-08 02:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.242 - - [2026-01-08 02:37:04] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007382 10.0.0.242 - - [2026-01-08 02:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.242 - - [2026-01-08 02:37:08] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005974 10.0.0.242 - - [2026-01-08 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.242 - - [2026-01-08 02:37:12] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007147 10.0.0.27 - - [2026-01-08 02:37:13] "DELETE /project/5fbf0c4b834642c4b9fe29ca199a205c HTTP/1.1" 404 173 0.003924 10.0.0.27 - - [2026-01-08 02:37:13] "DELETE /project/3a0c43941630411ab4112f137a0a3341 HTTP/1.1" 404 173 0.007890 10.0.0.27 - - [2026-01-08 02:37:13] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.27 - - [2026-01-08 02:37:13] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.042865 10.0.0.27 - - [2026-01-08 02:37:13] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.27 - - [2026-01-08 02:37:14] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?fields=security_groups HTTP/1.1" 200 1399 0.054727 10.0.0.27 - - [2026-01-08 02:37:14] "DELETE /security-group/11c96edb-5949-416d-918b-ab3a1f052802 HTTP/1.1" 200 115 0.051723 10.0.0.27 - - [2026-01-08 02:37:14] "GET /projects?obj_uuids=5fbf0c4b-8346-42c4-b9fe-29ca199a205c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.27 - - [2026-01-08 02:37:14] "GET /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c?fields=application_policy_sets HTTP/1.1" 200 1438 0.042675 10.0.0.27 - - [2026-01-08 02:37:14] "DELETE /project/5fbf0c4b-8346-42c4-b9fe-29ca199a205c HTTP/1.1" 200 115 0.382952 10.0.0.242 - - [2026-01-08 02:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.242 - - [2026-01-08 02:37:16] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005718 10.0.0.242 - - [2026-01-08 02:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005261 10.0.0.242 - - [2026-01-08 02:37:21] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006752 10.0.0.242 - - [2026-01-08 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.242 - - [2026-01-08 02:37:25] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006896 10.0.0.242 - - [2026-01-08 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.242 - - [2026-01-08 02:37:29] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006277 10.0.0.242 - - [2026-01-08 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.242 - - [2026-01-08 02:37:33] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005361 10.0.0.242 - - [2026-01-08 02:37:33] "POST /neutron/port HTTP/1.1" 200 1125 0.040335 10.0.0.242 - - [2026-01-08 02:37:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003838 10.0.0.242 - - [2026-01-08 02:37:33] "POST /neutron/network HTTP/1.1" 200 1159 0.010348 10.0.0.242 - - [2026-01-08 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.242 - - [2026-01-08 02:37:35] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003683 10.0.0.242 - - [2026-01-08 02:37:35] "GET /virtual-networks?parent_id=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003142 10.0.0.242 - - [2026-01-08 02:37:35] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005748 10.0.0.50 - - [2026-01-08 02:37:40] "GET /obj-perms HTTP/1.1" 200 5075 0.047193 10.0.0.242 - - [2026-01-08 02:37:40] "POST /neutron/port HTTP/1.1" 200 1125 0.041374 10.0.0.242 - - [2026-01-08 02:37:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004123 10.0.0.242 - - [2026-01-08 02:37:40] "POST /neutron/network HTTP/1.1" 200 1157 0.009556 10.0.0.242 - - [2026-01-08 02:37:45] "POST /neutron/port HTTP/1.1" 200 1125 0.041105 10.0.0.242 - - [2026-01-08 02:37:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007385 10.0.0.242 - - [2026-01-08 02:37:51] "POST /neutron/port HTTP/1.1" 200 1125 0.021427 10.0.0.242 - - [2026-01-08 02:37:56] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008210 10.0.0.242 - - [2026-01-08 02:37:56] "POST /neutron/port HTTP/1.1" 200 1125 0.094916 10.0.0.242 - - [2026-01-08 02:37:56] "GET /virtual-machine/be25ddb8-2ee7-4716-9b7e-5ff4505b8847 HTTP/1.1" 200 1299 0.005879 10.0.0.242 - - [2026-01-08 02:37:56] "GET /virtual-machine-interface/d2078504-78dd-4973-9989-e73bea05be8a HTTP/1.1" 200 2952 0.005290 10.0.0.242 - - [2026-01-08 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.242 - - [2026-01-08 02:37:56] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003793 10.0.0.242 - - [2026-01-08 02:37:56] "GET /virtual-networks?parent_id=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003281 10.0.0.242 - - [2026-01-08 02:37:56] "GET /virtual-network/a06e9ae5-fec3-4176-82a6-74922ef05052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005941 10.0.0.242 - - [2026-01-08 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.242 - - [2026-01-08 02:37:57] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003676 10.0.0.242 - - [2026-01-08 02:37:57] "GET /virtual-networks?parent_id=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003044 10.0.0.242 - - [2026-01-08 02:37:57] "GET /virtual-network/a06e9ae5-fec3-4176-82a6-74922ef05052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006148 10.0.0.242 - - [2026-01-08 02:37:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007896 10.0.0.242 - - [2026-01-08 02:38:03] "POST /neutron/port HTTP/1.1" 200 1125 0.016567 10.0.0.242 - - [2026-01-08 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.242 - - [2026-01-08 02:38:03] "GET /network-policy/7a4af92b-1159-4ee0-b969-ce9d7e3963f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.003504 10.0.0.242 - - [2026-01-08 02:38:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007272 10.0.0.242 - - [2026-01-08 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.242 - - [2026-01-08 02:38:03] "GET /network-policy/cdef5d20-b825-44f9-a19f-75cf8af72884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004762 10.0.0.242 - - [2026-01-08 02:38:03] "PUT /access-control-list/7f0da427-c4c6-49d4-9c54-236a5c141c95 HTTP/1.1" 200 272 0.031971 10.0.0.242 - - [2026-01-08 02:38:03] "POST /neutron/network HTTP/1.1" 200 1157 0.014254 10.0.0.242 - - [2026-01-08 02:38:03] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006470 10.0.0.242 - - [2026-01-08 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.242 - - [2026-01-08 02:38:04] "GET /network-policy/3322ac9c-2c17-4243-897e-60f54a5ff4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004866 10.0.0.50 - - [2026-01-08 02:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000625 10.0.0.27 - - [2026-01-08 02:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.50 - - [2026-01-08 02:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.27 - - [2026-01-08 02:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.50 - - [2026-01-08 02:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.50 - - [2026-01-08 02:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000865 10.0.0.27 - - [2026-01-08 02:38:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.27 - - [2026-01-08 02:38:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.242 - - [2026-01-08 02:38:20] "GET /global-system-configs HTTP/1.1" 401 293 0.001048 10.0.0.242 - - [2026-01-08 02:38:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.242 - - [2026-01-08 02:38:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.242 - - [2026-01-08 02:38:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.242 - - [2026-01-08 02:38:34] "POST /neutron/network HTTP/1.1" 200 1169 0.007151 10.0.0.242 - - [2026-01-08 02:38:34] "POST /neutron/port HTTP/1.1" 200 117 0.001383 10.0.0.27 - - [2026-01-08 02:38:40] "GET /obj-perms HTTP/1.1" 200 5075 0.056763 10.0.0.242 - - [2026-01-08 02:38:40] "GET /obj-perms HTTP/1.1" 200 5075 0.050704 10.0.0.242 - - [2026-01-08 02:38:41] "POST /neutron/port HTTP/1.1" 200 1125 0.018959 10.0.0.242 - - [2026-01-08 02:38:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.010724 10.0.0.242 - - [2026-01-08 02:39:07] "POST /neutron/network HTTP/1.1" 200 1157 0.009263 10.0.0.242 - - [2026-01-08 02:39:07] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.009473 10.0.0.242 - - [2026-01-08 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.010450 10.0.0.242 - - [2026-01-08 02:39:07] "GET /network-policy/9b7733bd-9140-4648-bc25-6f3dc1f0d26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.004313 10.0.0.242 - - [2026-01-08 02:39:16] "POST /neutron/network HTTP/1.1" 200 1160 0.008632 10.0.0.242 - - [2026-01-08 02:39:16] "PUT /access-control-list/7f0da427-c4c6-49d4-9c54-236a5c141c95 HTTP/1.1" 200 272 0.056583 10.0.0.242 - - [2026-01-08 02:39:16] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.011796 10.0.0.242 - - [2026-01-08 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.015853 10.0.0.242 - - [2026-01-08 02:39:17] "GET /network-policy/2169885a-b260-4e28-9f53-398941c4a9bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005010 10.0.0.242 - - [2026-01-08 02:39:25] "POST /neutron/network HTTP/1.1" 200 1157 0.009882 10.0.0.242 - - [2026-01-08 02:39:25] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.012560 10.0.0.242 - - [2026-01-08 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.242 - - [2026-01-08 02:39:25] "GET /network-policy/c2a5ed09-b16c-4a58-a0b1-fb00db7792d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005423 10.0.0.242 - - [2026-01-08 02:39:33] "POST /neutron/network HTTP/1.1" 200 1157 0.009095 10.0.0.242 - - [2026-01-08 02:39:33] "PUT /access-control-list/7f0da427-c4c6-49d4-9c54-236a5c141c95 HTTP/1.1" 200 272 0.061191 10.0.0.242 - - [2026-01-08 02:39:33] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.013248 10.0.0.242 - - [2026-01-08 02:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.242 - - [2026-01-08 02:39:33] "GET /network-policy/57d93040-7244-45d0-a105-77165558b7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007712 10.0.0.242 - - [2026-01-08 02:39:34] "POST /neutron/port HTTP/1.1" 200 1125 0.019150 10.0.0.242 - - [2026-01-08 02:39:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004410 10.0.0.242 - - [2026-01-08 02:39:34] "POST /neutron/network HTTP/1.1" 200 1159 0.010410 10.0.0.242 - - [2026-01-08 02:39:42] "POST /neutron/network HTTP/1.1" 200 1158 0.013446 10.0.0.242 - - [2026-01-08 02:39:42] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005108 10.0.0.242 - - [2026-01-08 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.242 - - [2026-01-08 02:39:42] "POST /ref-update HTTP/1.1" 200 156 0.020818 10.0.0.242 - - [2026-01-08 02:39:42] "GET /network-policy/af3446dd-441e-4d3f-a1fe-608512c248f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004201 10.0.0.242 - - [2026-01-08 02:39:42] "POST /neutron/network HTTP/1.1" 200 1168 0.007381 10.0.0.242 - - [2026-01-08 02:39:42] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.242 - - [2026-01-08 02:39:49] "POST /neutron/network HTTP/1.1" 200 1158 0.075287 10.0.0.242 - - [2026-01-08 02:39:49] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.021090 10.0.0.242 - - [2026-01-08 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004916 10.0.0.242 - - [2026-01-08 02:39:49] "GET /network-policy/de1f6c09-1750-4830-993f-bdb6aa88d61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004427 10.0.0.242 - - [2026-01-08 02:39:58] "POST /neutron/network HTTP/1.1" 200 1158 0.115024 10.0.0.242 - - [2026-01-08 02:39:58] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008528 10.0.0.242 - - [2026-01-08 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.242 - - [2026-01-08 02:39:58] "GET /network-policy/485993fd-6c75-4947-91ac-80e4193f1a85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004283 10.0.0.242 - - [2026-01-08 02:40:06] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007435 10.0.0.242 - - [2026-01-08 02:40:06] "POST /neutron/network HTTP/1.1" 200 1074 0.096836 10.0.0.242 - - [2026-01-08 02:40:06] "DELETE /access-control-list/7f0da427-c4c6-49d4-9c54-236a5c141c95 HTTP/1.1" 200 115 0.066315 10.0.0.242 - - [2026-01-08 02:40:06] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007405 10.0.0.242 - - [2026-01-08 02:40:06] "GET /virtual-machine/be25ddb8-2ee7-4716-9b7e-5ff4505b8847 HTTP/1.1" 200 1299 0.004318 10.0.0.242 - - [2026-01-08 02:40:07] "POST /neutron/port HTTP/1.1" 200 1115 0.013973 10.0.0.242 - - [2026-01-08 02:40:08] "GET /virtual-machine/be25ddb8-2ee7-4716-9b7e-5ff4505b8847 HTTP/1.1" 404 171 0.003500 10.0.0.242 - - [2026-01-08 02:40:08] "GET /virtual-machine/be25ddb8-2ee7-4716-9b7e-5ff4505b8847 HTTP/1.1" 404 171 0.002412 10.0.0.242 - - [2026-01-08 02:40:08] "GET /virtual-machine/be25ddb8-2ee7-4716-9b7e-5ff4505b8847 HTTP/1.1" 404 171 0.003031 10.0.0.242 - - [2026-01-08 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.242 - - [2026-01-08 02:40:09] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003916 10.0.0.242 - - [2026-01-08 02:40:09] "GET /virtual-networks?parent_id=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003515 10.0.0.242 - - [2026-01-08 02:40:09] "GET /virtual-network/a06e9ae5-fec3-4176-82a6-74922ef05052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006105 10.0.0.242 - - [2026-01-08 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.242 - - [2026-01-08 02:40:09] "GET /routing-instance/4c8a25e1-0e4f-4c34-b525-e083a0c2297c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004799 10.0.0.242 - - [2026-01-08 02:40:09] "GET /route-target/14f9dde2-f215-49cf-bc11-01571f011b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004138 10.0.0.242 - - [2026-01-08 02:40:12] "GET /obj-perms HTTP/1.1" 200 5032 0.004146 10.0.0.242 - - [2026-01-08 02:40:15] "GET /obj-perms HTTP/1.1" 200 5032 0.005047 10.0.0.242 - - [2026-01-08 02:40:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004169 10.0.0.242 - - [2026-01-08 02:40:18] "GET /virtual-machine/9be7e3e9-5461-44c8-b797-7344d55740c3 HTTP/1.1" 200 1299 0.004412 10.0.0.242 - - [2026-01-08 02:40:19] "POST /neutron/port HTTP/1.1" 200 1115 0.015710 10.0.0.242 - - [2026-01-08 02:40:20] "GET /virtual-machine/9be7e3e9-5461-44c8-b797-7344d55740c3 HTTP/1.1" 404 171 0.003410 10.0.0.242 - - [2026-01-08 02:40:20] "GET /virtual-machine/9be7e3e9-5461-44c8-b797-7344d55740c3 HTTP/1.1" 404 171 0.003854 10.0.0.242 - - [2026-01-08 02:40:20] "GET /virtual-machine/9be7e3e9-5461-44c8-b797-7344d55740c3 HTTP/1.1" 404 171 0.005601 10.0.0.242 - - [2026-01-08 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.242 - - [2026-01-08 02:40:21] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004600 10.0.0.242 - - [2026-01-08 02:40:21] "GET /virtual-networks?parent_id=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.006260 10.0.0.242 - - [2026-01-08 02:40:21] "GET /virtual-network/d748b3f3-ba46-425d-9113-f6ee23e8f4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008435 10.0.0.242 - - [2026-01-08 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.242 - - [2026-01-08 02:40:21] "GET /routing-instance/de7b1411-a1ab-49a0-b44a-ad55924516c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.005239 10.0.0.242 - - [2026-01-08 02:40:21] "GET /route-target/c796a613-2742-4f6d-adf8-731ea9f3432f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004211 10.0.0.50 - - [2026-01-08 02:40:21] "GET /obj-perms HTTP/1.1" 200 5032 0.051977 10.0.0.242 - - [2026-01-08 02:40:24] "GET /obj-perms HTTP/1.1" 200 5032 0.005677 10.0.0.242 - - [2026-01-08 02:40:27] "GET /obj-perms HTTP/1.1" 200 5032 0.003948 10.0.0.50 - - [2026-01-08 02:40:27] "GET /obj-perms HTTP/1.1" 200 5032 0.003350 10.0.0.27 - - [2026-01-08 02:40:27] "GET /obj-perms HTTP/1.1" 200 5032 0.068354 10.0.0.242 - - [2026-01-08 02:40:27] "GET /virtual-network/a06e9ae5-fec3-4176-82a6-74922ef05052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008017 10.0.0.242 - - [2026-01-08 02:40:28] "POST /neutron/network HTTP/1.1" 200 1074 0.087744 10.0.0.242 - - [2026-01-08 02:40:28] "GET /virtual-network/a06e9ae5-fec3-4176-82a6-74922ef05052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006533 10.0.0.242 - - [2026-01-08 02:40:28] "POST /ref-update HTTP/1.1" 200 156 0.037442 10.0.0.242 - - [2026-01-08 02:40:28] "DELETE /network-policy/9b7733bd-9140-4648-bc25-6f3dc1f0d26c HTTP/1.1" 200 115 0.035088 10.0.0.242 - - [2026-01-08 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.27 - - [2026-01-08 02:40:28] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.026073 10.0.0.242 - - [2026-01-08 02:40:28] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.065079 10.0.0.242 - - [2026-01-08 02:40:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-02876189&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005194 10.0.0.242 - - [2026-01-08 02:40:28] "DELETE /network-policy/485993fd-6c75-4947-91ac-80e4193f1a85 HTTP/1.1" 200 115 0.042937 10.0.0.242 - - [2026-01-08 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.27 - - [2026-01-08 02:40:28] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001332 10.0.0.242 - - [2026-01-08 02:40:28] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.063777 10.0.0.242 - - [2026-01-08 02:40:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-02876189&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005653 10.0.0.242 - - [2026-01-08 02:40:28] "DELETE /network-policy/de1f6c09-1750-4830-993f-bdb6aa88d61b HTTP/1.1" 200 115 0.037052 10.0.0.242 - - [2026-01-08 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005086 10.0.0.27 - - [2026-01-08 02:40:28] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001061 10.0.0.242 - - [2026-01-08 02:40:28] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045544 10.0.0.242 - - [2026-01-08 02:40:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-02876189&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.006200 10.0.0.242 - - [2026-01-08 02:40:28] "DELETE /network-policy/af3446dd-441e-4d3f-a1fe-608512c248f5 HTTP/1.1" 200 115 0.055088 10.0.0.242 - - [2026-01-08 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.27 - - [2026-01-08 02:40:28] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001184 10.0.0.242 - - [2026-01-08 02:40:29] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047259 10.0.0.242 - - [2026-01-08 02:40:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-02876189&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.007394 10.0.0.242 - - [2026-01-08 02:40:29] "DELETE /network-policy/57d93040-7244-45d0-a105-77165558b7cb HTTP/1.1" 200 115 0.044912 10.0.0.242 - - [2026-01-08 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007475 10.0.0.27 - - [2026-01-08 02:40:29] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001481 10.0.0.242 - - [2026-01-08 02:40:29] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.063178 10.0.0.242 - - [2026-01-08 02:40:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-02876189&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.006289 10.0.0.242 - - [2026-01-08 02:40:29] "DELETE /network-policy/7a4af92b-1159-4ee0-b969-ce9d7e3963f2 HTTP/1.1" 200 115 0.043128 10.0.0.242 - - [2026-01-08 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005566 10.0.0.27 - - [2026-01-08 02:40:29] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001673 10.0.0.242 - - [2026-01-08 02:40:29] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.052081 10.0.0.242 - - [2026-01-08 02:40:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-02876189&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.008745 10.0.0.242 - - [2026-01-08 02:40:29] "DELETE /network-policy/c2a5ed09-b16c-4a58-a0b1-fb00db7792d9 HTTP/1.1" 200 115 0.046127 10.0.0.242 - - [2026-01-08 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005917 10.0.0.27 - - [2026-01-08 02:40:29] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001394 10.0.0.242 - - [2026-01-08 02:40:29] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050015 10.0.0.242 - - [2026-01-08 02:40:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-02876189&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.018349 10.0.0.242 - - [2026-01-08 02:40:29] "DELETE /network-policy/2169885a-b260-4e28-9f53-398941c4a9bc HTTP/1.1" 200 115 0.053468 10.0.0.242 - - [2026-01-08 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.27 - - [2026-01-08 02:40:30] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001218 10.0.0.242 - - [2026-01-08 02:40:30] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048295 10.0.0.242 - - [2026-01-08 02:40:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-02876189&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.006194 10.0.0.242 - - [2026-01-08 02:40:30] "DELETE /network-policy/3322ac9c-2c17-4243-897e-60f54a5ff4c5 HTTP/1.1" 200 115 0.046544 10.0.0.242 - - [2026-01-08 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.27 - - [2026-01-08 02:40:30] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001362 10.0.0.242 - - [2026-01-08 02:40:30] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.072182 10.0.0.242 - - [2026-01-08 02:40:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-02876189&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005252 10.0.0.242 - - [2026-01-08 02:40:30] "DELETE /network-policy/cdef5d20-b825-44f9-a19f-75cf8af72884 HTTP/1.1" 200 115 0.053044 10.0.0.242 - - [2026-01-08 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.27 - - [2026-01-08 02:40:30] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001161 10.0.0.242 - - [2026-01-08 02:40:30] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046796 10.0.0.242 - - [2026-01-08 02:40:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-02876189&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006221 10.0.0.27 - - [2026-01-08 02:40:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008658 10.0.0.27 - - [2026-01-08 02:40:30] "POST /useragent-kv HTTP/1.1" 200 115 0.010153 10.0.0.27 - - [2026-01-08 02:40:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004436 10.0.0.27 - - [2026-01-08 02:40:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004318 10.0.0.242 - - [2026-01-08 02:40:30] "POST /neutron/network HTTP/1.1" 200 151 0.179866 10.0.0.242 - - [2026-01-08 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.242 - - [2026-01-08 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.242 - - [2026-01-08 02:40:31] "DELETE /network-ipam/ebfd1419-29b0-4f94-8847-8dcb4eefee20 HTTP/1.1" 200 115 0.036875 10.0.0.242 - - [2026-01-08 02:40:31] "POST /fqname-to-id HTTP/1.1" 404 248 0.003623 10.0.0.27 - - [2026-01-08 02:40:31] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001070 10.0.0.27 - - [2026-01-08 02:40:31] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.061578 10.0.0.27 - - [2026-01-08 02:40:31] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001121 10.0.0.27 - - [2026-01-08 02:40:31] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?fields=security_groups HTTP/1.1" 200 1381 0.053019 10.0.0.27 - - [2026-01-08 02:40:31] "DELETE /security-group/8f7da58e-05f5-4095-b4de-0b108bc4f1c7 HTTP/1.1" 200 115 0.070897 10.0.0.27 - - [2026-01-08 02:40:31] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002329 10.0.0.242 - - [2026-01-08 02:40:31] "DELETE /access-control-list/3288fe98-0641-45db-9b06-c1416821fbc9 HTTP/1.1" 200 115 0.038003 10.0.0.27 - - [2026-01-08 02:40:31] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?fields=application_policy_sets HTTP/1.1" 200 1420 0.061785 10.0.0.242 - - [2026-01-08 02:40:32] "DELETE /project/3a0c4394-1630-411a-b411-2f137a0a3341 HTTP/1.1" 200 115 0.457880 10.0.0.27 - - [2026-01-08 02:40:32] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.242 - - [2026-01-08 02:40:32] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?fields=projects HTTP/1.1" 200 1437 0.012021 10.0.0.27 - - [2026-01-08 02:40:33] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003626 10.0.0.27 - - [2026-01-08 02:40:33] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.27 - - [2026-01-08 02:40:33] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.031650 10.0.0.27 - - [2026-01-08 02:40:33] "POST /id-to-fqname HTTP/1.1" 200 196 0.003375 10.0.0.27 - - [2026-01-08 02:40:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.006606 10.0.0.27 - - [2026-01-08 02:40:33] "POST /security-groups HTTP/1.1" 200 597 0.081648 10.0.0.27 - - [2026-01-08 02:40:33] "POST /projects HTTP/1.1" 200 597 0.287566 10.0.0.27 - - [2026-01-08 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.322000 10.0.0.242 - - [2026-01-08 02:40:33] "POST /fqname-to-id HTTP/1.1" 404 239 0.008403 10.0.0.242 - - [2026-01-08 02:40:33] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.453050 10.0.0.27 - - [2026-01-08 02:40:33] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001141 10.0.0.242 - - [2026-01-08 02:40:34] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?fields=virtual_networks HTTP/1.1" 200 1044 0.057144 10.0.0.27 - - [2026-01-08 02:40:34] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001173 10.0.0.242 - - [2026-01-08 02:40:34] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.050077 10.0.0.27 - - [2026-01-08 02:40:34] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000992 10.0.0.242 - - [2026-01-08 02:40:34] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?fields=security_groups HTTP/1.1" 200 1276 0.044827 10.0.0.242 - - [2026-01-08 02:40:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.031437 10.0.0.27 - - [2026-01-08 02:40:35] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003241 10.0.0.27 - - [2026-01-08 02:40:35] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.27 - - [2026-01-08 02:40:35] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007996 10.0.0.27 - - [2026-01-08 02:40:35] "POST /id-to-fqname HTTP/1.1" 200 202 0.005390 10.0.0.27 - - [2026-01-08 02:40:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.004418 10.0.0.27 - - [2026-01-08 02:40:35] "POST /security-groups HTTP/1.1" 200 603 0.030290 10.0.0.27 - - [2026-01-08 02:40:35] "POST /projects HTTP/1.1" 200 609 0.249967 10.0.0.242 - - [2026-01-08 02:40:35] "POST /access-control-lists HTTP/1.1" 200 608 0.028321 10.0.0.27 - - [2026-01-08 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.326589 10.0.0.242 - - [2026-01-08 02:40:35] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.518222 10.0.0.242 - - [2026-01-08 02:40:36] "GET / HTTP/1.1" 200 35931 0.001602 10.0.0.242 - - [2026-01-08 02:40:39] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000484 10.0.0.27 - - [2026-01-08 02:40:39] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001258 10.0.0.242 - - [2026-01-08 02:40:39] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.075378 10.0.0.242 - - [2026-01-08 02:40:40] "GET / HTTP/1.1" 200 35931 0.002009 10.0.0.242 - - [2026-01-08 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.27 - - [2026-01-08 02:40:40] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.242 - - [2026-01-08 02:40:40] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007206 10.0.0.242 - - [2026-01-08 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.27 - - [2026-01-08 02:40:40] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.242 - - [2026-01-08 02:40:40] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042126 10.0.0.242 - - [2026-01-08 02:40:42] "GET /domains HTTP/1.1" 401 293 0.000495 10.0.0.242 - - [2026-01-08 02:40:42] "GET /domains HTTP/1.1" 200 280 0.043872 10.0.0.27 - - [2026-01-08 02:40:42] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.242 - - [2026-01-08 02:40:42] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50 HTTP/1.1" 200 2970 0.009118 10.0.0.27 - - [2026-01-08 02:40:42] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.242 - - [2026-01-08 02:40:42] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66 HTTP/1.1" 200 1923 0.095187 10.0.0.242 - - [2026-01-08 02:40:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004019 10.0.0.242 - - [2026-01-08 02:40:42] "POST /network-ipams HTTP/1.1" 200 621 0.029800 10.0.0.242 - - [2026-01-08 02:40:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.006477 10.0.0.242 - - [2026-01-08 02:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.242 - - [2026-01-08 02:40:42] "GET /network-ipam/7a923928-a1c8-495e-8759-758c63d1715b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.006219 10.0.0.242 - - [2026-01-08 02:40:43] "PUT /network-ipam/7a923928-a1c8-495e-8759-758c63d1715b HTTP/1.1" 200 258 0.016077 10.0.0.242 - - [2026-01-08 02:40:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.242 - - [2026-01-08 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.034271 10.0.0.27 - - [2026-01-08 02:40:43] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.242 - - [2026-01-08 02:40:43] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042662 10.0.0.242 - - [2026-01-08 02:40:43] "POST /neutron/network HTTP/1.1" 200 117 0.044249 10.0.0.242 - - [2026-01-08 02:40:43] "POST /route-targets HTTP/1.1" 200 327 0.013640 10.0.0.27 - - [2026-01-08 02:40:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005627 10.0.0.242 - - [2026-01-08 02:40:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.228232 10.0.0.242 - - [2026-01-08 02:40:44] "POST /id-to-fqname HTTP/1.1" 200 235 0.001460 10.0.0.242 - - [2026-01-08 02:40:44] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008309 10.0.0.242 - - [2026-01-08 02:40:44] "POST /neutron/network HTTP/1.1" 200 1337 0.011230 10.0.0.242 - - [2026-01-08 02:40:44] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005294 10.0.0.242 - - [2026-01-08 02:40:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.008783 10.0.0.242 - - [2026-01-08 02:40:45] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007248 10.0.0.242 - - [2026-01-08 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.27 - - [2026-01-08 02:40:46] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001016 10.0.0.242 - - [2026-01-08 02:40:46] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.035889 10.0.0.27 - - [2026-01-08 02:40:46] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.242 - - [2026-01-08 02:40:47] "POST /neutron/network HTTP/1.1" 200 623 0.137182 10.0.0.242 - - [2026-01-08 02:40:47] "POST /ref-update HTTP/1.1" 200 156 0.025017 10.0.0.27 - - [2026-01-08 02:40:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005211 10.0.0.242 - - [2026-01-08 02:40:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.193629 10.0.0.242 - - [2026-01-08 02:40:47] "POST /id-to-fqname HTTP/1.1" 200 235 0.001390 10.0.0.242 - - [2026-01-08 02:40:47] "GET /virtual-network/7820f163-9e75-4ae6-b576-2fdaa593f7ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005463 10.0.0.242 - - [2026-01-08 02:40:47] "GET /virtual-network/7820f163-9e75-4ae6-b576-2fdaa593f7ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005979 10.0.0.242 - - [2026-01-08 02:40:47] "POST /neutron/network HTTP/1.1" 200 1337 0.010406 10.0.0.242 - - [2026-01-08 02:40:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.009286 10.0.0.242 - - [2026-01-08 02:40:48] "GET /virtual-network/7820f163-9e75-4ae6-b576-2fdaa593f7ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005954 10.0.0.242 - - [2026-01-08 02:40:48] "GET /obj-perms HTTP/1.1" 200 5038 0.057995 10.0.0.50 - - [2026-01-08 02:40:48] "GET /obj-perms HTTP/1.1" 200 5038 0.059421 10.0.0.242 - - [2026-01-08 02:40:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.003650 10.0.0.242 - - [2026-01-08 02:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.27 - - [2026-01-08 02:40:48] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.242 - - [2026-01-08 02:40:48] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051724 10.0.0.242 - - [2026-01-08 02:40:48] "POST /network-policys HTTP/1.1" 200 533 0.028547 10.0.0.242 - - [2026-01-08 02:40:48] "GET /network-policy/9c4a389c-f5fc-4644-aa15-79e8ecdc0ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006730 10.0.0.242 - - [2026-01-08 02:40:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.003615 10.0.0.242 - - [2026-01-08 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.27 - - [2026-01-08 02:40:49] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.242 - - [2026-01-08 02:40:49] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047567 10.0.0.242 - - [2026-01-08 02:40:49] "POST /network-policys HTTP/1.1" 200 533 0.029425 10.0.0.242 - - [2026-01-08 02:40:49] "GET /network-policy/ffb2046e-7221-46e2-a1e7-1397cdd28315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006822 10.0.0.242 - - [2026-01-08 02:40:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.003717 10.0.0.242 - - [2026-01-08 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.27 - - [2026-01-08 02:40:49] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.242 - - [2026-01-08 02:40:49] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039695 10.0.0.242 - - [2026-01-08 02:40:49] "POST /network-policys HTTP/1.1" 200 533 0.029548 10.0.0.242 - - [2026-01-08 02:40:49] "GET /network-policy/a97fff63-7e9c-49a7-acb1-8f47c5a169d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.009865 10.0.0.242 - - [2026-01-08 02:40:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.004090 10.0.0.242 - - [2026-01-08 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2026-01-08 02:40:49] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001954 10.0.0.242 - - [2026-01-08 02:40:49] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.057272 10.0.0.242 - - [2026-01-08 02:40:50] "POST /network-policys HTTP/1.1" 200 533 0.051190 10.0.0.242 - - [2026-01-08 02:40:50] "GET /network-policy/16601e49-e1aa-49e1-8e84-b38859d097c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007475 10.0.0.242 - - [2026-01-08 02:40:50] "POST /fqname-to-id HTTP/1.1" 404 213 0.003994 10.0.0.242 - - [2026-01-08 02:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005714 10.0.0.27 - - [2026-01-08 02:40:50] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.242 - - [2026-01-08 02:40:50] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.054784 10.0.0.242 - - [2026-01-08 02:40:50] "POST /network-policys HTTP/1.1" 200 537 0.032978 10.0.0.242 - - [2026-01-08 02:40:50] "GET /network-policy/311f76b4-9543-4667-a22f-7dff398bee1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006150 10.0.0.242 - - [2026-01-08 02:40:50] "POST /fqname-to-id HTTP/1.1" 404 212 0.003693 10.0.0.242 - - [2026-01-08 02:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.27 - - [2026-01-08 02:40:50] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001586 10.0.0.242 - - [2026-01-08 02:40:50] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.055531 10.0.0.242 - - [2026-01-08 02:40:50] "POST /network-policys HTTP/1.1" 200 535 0.041679 10.0.0.242 - - [2026-01-08 02:40:50] "GET /network-policy/a051d784-5df9-4706-bd24-39194863b810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.008626 10.0.0.242 - - [2026-01-08 02:40:50] "POST /fqname-to-id HTTP/1.1" 404 212 0.003581 10.0.0.242 - - [2026-01-08 02:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.27 - - [2026-01-08 02:40:51] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001053 10.0.0.242 - - [2026-01-08 02:40:51] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039431 10.0.0.242 - - [2026-01-08 02:40:51] "POST /network-policys HTTP/1.1" 200 535 0.030291 10.0.0.242 - - [2026-01-08 02:40:51] "GET /network-policy/7b81ebaf-0bef-41a2-a99e-5140cab79693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006830 10.0.0.242 - - [2026-01-08 02:40:51] "POST /fqname-to-id HTTP/1.1" 404 212 0.003346 10.0.0.242 - - [2026-01-08 02:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.27 - - [2026-01-08 02:40:51] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001083 10.0.0.242 - - [2026-01-08 02:40:51] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.040028 10.0.0.242 - - [2026-01-08 02:40:51] "POST /network-policys HTTP/1.1" 200 535 0.032995 10.0.0.242 - - [2026-01-08 02:40:51] "GET /network-policy/ca02aabc-c424-4010-b26f-91d7601993ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007100 10.0.0.242 - - [2026-01-08 02:40:51] "POST /fqname-to-id HTTP/1.1" 404 212 0.003368 10.0.0.242 - - [2026-01-08 02:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.27 - - [2026-01-08 02:40:51] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.242 - - [2026-01-08 02:40:51] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.073904 10.0.0.242 - - [2026-01-08 02:40:51] "POST /network-policys HTTP/1.1" 200 535 0.029086 10.0.0.242 - - [2026-01-08 02:40:52] "GET /network-policy/fbdb4503-775a-45eb-b1e4-799a6ab95ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007012 10.0.0.242 - - [2026-01-08 02:40:52] "POST /fqname-to-id HTTP/1.1" 404 214 0.003480 10.0.0.242 - - [2026-01-08 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.27 - - [2026-01-08 02:40:52] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001072 10.0.0.242 - - [2026-01-08 02:40:52] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.056024 10.0.0.242 - - [2026-01-08 02:40:52] "POST /network-policys HTTP/1.1" 200 539 0.040433 10.0.0.242 - - [2026-01-08 02:40:52] "GET /network-policy/96d45852-ceef-4b9b-949a-64bd6da9cf1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005605 10.0.0.242 - - [2026-01-08 02:40:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.038484 10.0.0.242 - - [2026-01-08 02:40:52] "POST /neutron/network HTTP/1.1" 200 1425 0.042771 10.0.0.242 - - [2026-01-08 02:40:52] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008985 10.0.0.242 - - [2026-01-08 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.242 - - [2026-01-08 02:40:53] "GET /network-policy/9c4a389c-f5fc-4644-aa15-79e8ecdc0ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004870 10.0.0.242 - - [2026-01-08 02:40:53] "POST /fqname-to-id HTTP/1.1" 404 252 0.008175 10.0.0.242 - - [2026-01-08 02:40:53] "POST /neutron/network HTTP/1.1" 200 1427 0.016260 10.0.0.242 - - [2026-01-08 02:40:53] "GET /virtual-network/7820f163-9e75-4ae6-b576-2fdaa593f7ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008028 10.0.0.242 - - [2026-01-08 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.020988 10.0.0.242 - - [2026-01-08 02:40:53] "GET /network-policy/311f76b4-9543-4667-a22f-7dff398bee1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007922 10.0.0.242 - - [2026-01-08 02:40:53] "POST /id-to-fqname HTTP/1.1" 200 235 0.001364 10.0.0.27 - - [2026-01-08 02:40:54] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.242 - - [2026-01-08 02:40:54] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.097156 10.0.0.242 - - [2026-01-08 02:40:54] "POST /neutron/port HTTP/1.1" 200 117 0.008166 10.0.0.242 - - [2026-01-08 02:40:54] "POST /id-to-fqname HTTP/1.1" 200 235 0.001356 10.0.0.242 - - [2026-01-08 02:40:55] "POST /neutron/network HTTP/1.1" 200 1437 0.009912 10.0.0.242 - - [2026-01-08 02:40:55] "PUT /access-control-list/b7bcac96-2658-4dae-8113-133702dfce1a HTTP/1.1" 200 272 0.021183 10.0.0.242 - - [2026-01-08 02:40:55] "POST /neutron/port HTTP/1.1" 200 1174 0.022716 10.0.0.27 - - [2026-01-08 02:40:56] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.242 - - [2026-01-08 02:40:56] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.128551 10.0.0.242 - - [2026-01-08 02:40:56] "POST /neutron/port HTTP/1.1" 200 1238 0.037892 10.0.0.242 - - [2026-01-08 02:40:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004610 10.0.0.242 - - [2026-01-08 02:40:56] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.242 - - [2026-01-08 02:40:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007901 10.0.0.242 - - [2026-01-08 02:40:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008676 10.0.0.242 - - [2026-01-08 02:40:57] "POST /neutron/port HTTP/1.1" 200 1174 0.027527 10.0.0.242 - - [2026-01-08 02:40:57] "POST /neutron/port HTTP/1.1" 200 1238 0.020133 10.0.0.242 - - [2026-01-08 02:40:57] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016970 10.0.0.242 - - [2026-01-08 02:40:57] "POST /neutron/network HTTP/1.1" 200 1427 0.014177 10.0.0.242 - - [2026-01-08 02:41:01] "POST /neutron/port HTTP/1.1" 200 1238 0.018538 10.0.0.242 - - [2026-01-08 02:41:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008422 10.0.0.242 - - [2026-01-08 02:41:01] "GET /virtual-machine/50e4297e-ac7b-4bbd-94b2-94a5b6b8def3 HTTP/1.1" 401 293 0.000407 10.0.0.242 - - [2026-01-08 02:41:02] "GET /virtual-machine/50e4297e-ac7b-4bbd-94b2-94a5b6b8def3 HTTP/1.1" 200 1304 0.035558 10.0.0.242 - - [2026-01-08 02:41:02] "GET /virtual-machine-interface/ee1b1caa-97c0-4730-8d3d-f846f90df3bb HTTP/1.1" 200 3170 0.006484 10.0.0.242 - - [2026-01-08 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.242 - - [2026-01-08 02:41:02] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004773 10.0.0.242 - - [2026-01-08 02:41:02] "GET /virtual-networks?parent_id=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003234 10.0.0.242 - - [2026-01-08 02:41:02] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.009010 10.0.0.242 - - [2026-01-08 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.242 - - [2026-01-08 02:41:05] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006707 10.0.0.242 - - [2026-01-08 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.242 - - [2026-01-08 02:41:09] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007007 10.0.0.242 - - [2026-01-08 02:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.242 - - [2026-01-08 02:41:13] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005301 10.0.0.27 - - [2026-01-08 02:41:14] "DELETE /project/41066728bdaa48b689f5aa31f6c09f66 HTTP/1.1" 404 173 0.007524 10.0.0.27 - - [2026-01-08 02:41:14] "DELETE /project/3a0c43941630411ab4112f137a0a3341 HTTP/1.1" 404 173 0.006376 10.0.0.27 - - [2026-01-08 02:41:14] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000873 10.0.0.27 - - [2026-01-08 02:41:14] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.039005 10.0.0.27 - - [2026-01-08 02:41:14] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001002 10.0.0.27 - - [2026-01-08 02:41:14] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?fields=security_groups HTTP/1.1" 200 1381 0.036902 10.0.0.27 - - [2026-01-08 02:41:14] "DELETE /security-group/05bca6f5-72eb-4a97-8650-3966dde701e0 HTTP/1.1" 200 115 0.054506 10.0.0.27 - - [2026-01-08 02:41:14] "GET /projects?obj_uuids=3a0c4394-1630-411a-b411-2f137a0a3341&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000948 10.0.0.27 - - [2026-01-08 02:41:14] "GET /project/3a0c4394-1630-411a-b411-2f137a0a3341?fields=application_policy_sets HTTP/1.1" 200 1420 0.048775 10.0.0.242 - - [2026-01-08 02:41:14] "DELETE /access-control-list/9bc95dfd-a16d-4b1f-b6ea-937d995e1de4 HTTP/1.1" 200 115 0.043325 10.0.0.27 - - [2026-01-08 02:41:14] "DELETE /project/3a0c4394-1630-411a-b411-2f137a0a3341 HTTP/1.1" 200 115 0.382071 10.0.0.242 - - [2026-01-08 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.242 - - [2026-01-08 02:41:17] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005270 10.0.0.242 - - [2026-01-08 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.242 - - [2026-01-08 02:41:21] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006092 10.0.0.242 - - [2026-01-08 02:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.242 - - [2026-01-08 02:41:25] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006055 10.0.0.242 - - [2026-01-08 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.242 - - [2026-01-08 02:41:30] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005747 10.0.0.242 - - [2026-01-08 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005160 10.0.0.242 - - [2026-01-08 02:41:34] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008060 10.0.0.242 - - [2026-01-08 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.242 - - [2026-01-08 02:41:36] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005791 10.0.0.242 - - [2026-01-08 02:41:36] "GET /virtual-networks?parent_id=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002923 10.0.0.242 - - [2026-01-08 02:41:36] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.010907 10.0.0.242 - - [2026-01-08 02:41:36] "POST /neutron/network HTTP/1.1" 200 1437 0.007477 10.0.0.242 - - [2026-01-08 02:41:36] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015629 10.0.0.242 - - [2026-01-08 02:41:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008187 10.0.0.242 - - [2026-01-08 02:41:41] "POST /neutron/port HTTP/1.1" 200 1238 0.019040 10.0.0.27 - - [2026-01-08 02:41:43] "GET /obj-perms HTTP/1.1" 200 5075 0.053195 10.0.0.242 - - [2026-01-08 02:41:45] "POST /neutron/port HTTP/1.1" 200 1238 0.017863 10.0.0.242 - - [2026-01-08 02:41:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005016 10.0.0.242 - - [2026-01-08 02:41:45] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.242 - - [2026-01-08 02:41:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007186 10.0.0.242 - - [2026-01-08 02:41:49] "POST /neutron/port HTTP/1.1" 200 1238 0.020120 10.0.0.242 - - [2026-01-08 02:41:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007672 10.0.0.242 - - [2026-01-08 02:41:57] "POST /neutron/port HTTP/1.1" 200 1238 0.022247 10.0.0.242 - - [2026-01-08 02:41:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008125 10.0.0.242 - - [2026-01-08 02:41:57] "GET /virtual-machine/d2695d02-33f3-422f-a493-e561b65e39ce HTTP/1.1" 200 1305 0.005648 10.0.0.242 - - [2026-01-08 02:41:57] "GET /virtual-machine-interface/673b3301-2166-44ac-8941-3e1a35b96613 HTTP/1.1" 200 3168 0.006949 10.0.0.242 - - [2026-01-08 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.242 - - [2026-01-08 02:41:57] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003871 10.0.0.242 - - [2026-01-08 02:41:57] "GET /virtual-networks?parent_id=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002796 10.0.0.242 - - [2026-01-08 02:41:57] "GET /virtual-network/7820f163-9e75-4ae6-b576-2fdaa593f7ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007020 10.0.0.242 - - [2026-01-08 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.242 - - [2026-01-08 02:41:58] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004139 10.0.0.242 - - [2026-01-08 02:41:58] "GET /virtual-networks?parent_id=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003340 10.0.0.242 - - [2026-01-08 02:41:58] "GET /virtual-network/7820f163-9e75-4ae6-b576-2fdaa593f7ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006322 10.0.0.242 - - [2026-01-08 02:42:04] "POST /neutron/port HTTP/1.1" 200 2322 0.034279 10.0.0.242 - - [2026-01-08 02:42:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008262 10.0.0.242 - - [2026-01-08 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.242 - - [2026-01-08 02:42:04] "GET /network-policy/311f76b4-9543-4667-a22f-7dff398bee1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003993 10.0.0.242 - - [2026-01-08 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005530 10.0.0.242 - - [2026-01-08 02:42:04] "GET /network-policy/9c4a389c-f5fc-4644-aa15-79e8ecdc0ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.003835 10.0.0.242 - - [2026-01-08 02:42:04] "POST /neutron/network HTTP/1.1" 200 1425 0.016291 10.0.0.242 - - [2026-01-08 02:42:04] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008443 10.0.0.242 - - [2026-01-08 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.242 - - [2026-01-08 02:42:05] "GET /network-policy/ffb2046e-7221-46e2-a1e7-1397cdd28315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005060 10.0.0.242 - - [2026-01-08 02:42:24] "POST /neutron/network HTTP/1.1" 200 1425 0.013911 10.0.0.242 - - [2026-01-08 02:42:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.004425 10.0.0.242 - - [2026-01-08 02:42:24] "POST /ref-update HTTP/1.1" 200 156 0.046932 10.0.0.242 - - [2026-01-08 02:42:24] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.013458 10.0.0.242 - - [2026-01-08 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005412 10.0.0.242 - - [2026-01-08 02:42:24] "GET /network-policy/96d45852-ceef-4b9b-949a-64bd6da9cf1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004409 10.0.0.242 - - [2026-01-08 02:42:36] "POST /neutron/port HTTP/1.1" 200 1238 0.052208 10.0.0.242 - - [2026-01-08 02:42:36] "POST /neutron/network HTTP/1.1" 200 1425 0.083819 10.0.0.242 - - [2026-01-08 02:42:36] "POST /neutron/network HTTP/1.1" 200 1425 0.017291 10.0.0.242 - - [2026-01-08 02:42:36] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.009184 10.0.0.242 - - [2026-01-08 02:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.242 - - [2026-01-08 02:42:36] "GET /network-policy/a97fff63-7e9c-49a7-acb1-8f47c5a169d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005092 10.0.0.242 - - [2026-01-08 02:42:36] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.242 - - [2026-01-08 02:42:47] "POST /neutron/port HTTP/1.1" 200 1238 0.042078 10.0.0.242 - - [2026-01-08 02:42:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004097 10.0.0.242 - - [2026-01-08 02:42:47] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.242 - - [2026-01-08 02:42:48] "POST /neutron/network HTTP/1.1" 200 1425 0.012509 10.0.0.242 - - [2026-01-08 02:42:48] "PUT /access-control-list/b7bcac96-2658-4dae-8113-133702dfce1a HTTP/1.1" 200 272 0.026456 10.0.0.242 - - [2026-01-08 02:42:49] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007692 10.0.0.242 - - [2026-01-08 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.242 - - [2026-01-08 02:42:49] "GET /network-policy/16601e49-e1aa-49e1-8e84-b38859d097c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004392 10.0.0.242 - - [2026-01-08 02:42:59] "POST /neutron/network HTTP/1.1" 200 1425 0.012037 10.0.0.242 - - [2026-01-08 02:42:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.004648 10.0.0.242 - - [2026-01-08 02:42:59] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007905 10.0.0.242 - - [2026-01-08 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005909 10.0.0.242 - - [2026-01-08 02:42:59] "GET /network-policy/a051d784-5df9-4706-bd24-39194863b810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005076 10.0.0.242 - - [2026-01-08 02:43:11] "POST /neutron/network HTTP/1.1" 200 1426 0.011832 10.0.0.242 - - [2026-01-08 02:43:11] "PUT /access-control-list/b7bcac96-2658-4dae-8113-133702dfce1a HTTP/1.1" 200 272 0.022318 10.0.0.242 - - [2026-01-08 02:43:12] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009282 10.0.0.242 - - [2026-01-08 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.242 - - [2026-01-08 02:43:12] "GET /network-policy/7b81ebaf-0bef-41a2-a99e-5140cab79693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004469 10.0.0.50 - - [2026-01-08 02:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.50 - - [2026-01-08 02:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.27 - - [2026-01-08 02:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.27 - - [2026-01-08 02:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.50 - - [2026-01-08 02:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.50 - - [2026-01-08 02:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000503 10.0.0.27 - - [2026-01-08 02:43:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.27 - - [2026-01-08 02:43:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.242 - - [2026-01-08 02:43:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.242 - - [2026-01-08 02:43:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.242 - - [2026-01-08 02:43:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.242 - - [2026-01-08 02:43:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.242 - - [2026-01-08 02:43:22] "POST /neutron/network HTTP/1.1" 200 1426 0.011975 10.0.0.242 - - [2026-01-08 02:43:22] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008020 10.0.0.242 - - [2026-01-08 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.242 - - [2026-01-08 02:43:22] "GET /network-policy/ca02aabc-c424-4010-b26f-91d7601993ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004700 10.0.0.242 - - [2026-01-08 02:43:34] "POST /neutron/network HTTP/1.1" 200 1426 0.014034 10.0.0.242 - - [2026-01-08 02:43:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.004000 10.0.0.242 - - [2026-01-08 02:43:34] "PUT /access-control-list/b7bcac96-2658-4dae-8113-133702dfce1a HTTP/1.1" 200 272 0.068361 10.0.0.242 - - [2026-01-08 02:43:34] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008474 10.0.0.242 - - [2026-01-08 02:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005424 10.0.0.242 - - [2026-01-08 02:43:34] "GET /network-policy/fbdb4503-775a-45eb-b1e4-799a6ab95ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005506 10.0.0.242 - - [2026-01-08 02:43:37] "POST /neutron/port HTTP/1.1" 200 1238 0.018489 10.0.0.242 - - [2026-01-08 02:43:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004114 10.0.0.242 - - [2026-01-08 02:43:37] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.242 - - [2026-01-08 02:43:44] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006977 10.0.0.242 - - [2026-01-08 02:43:44] "POST /neutron/network HTTP/1.1" 200 1426 0.012803 10.0.0.242 - - [2026-01-08 02:43:45] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.021972 10.0.0.242 - - [2026-01-08 02:43:45] "GET /virtual-machine/d2695d02-33f3-422f-a493-e561b65e39ce HTTP/1.1" 200 1305 0.005514 10.0.0.242 - - [2026-01-08 02:43:45] "POST /neutron/port HTTP/1.1" 200 1238 0.019042 10.0.0.242 - - [2026-01-08 02:43:47] "GET /virtual-machine/d2695d02-33f3-422f-a493-e561b65e39ce HTTP/1.1" 404 171 0.004430 10.0.0.242 - - [2026-01-08 02:43:47] "GET /virtual-machine/d2695d02-33f3-422f-a493-e561b65e39ce HTTP/1.1" 404 171 0.003110 10.0.0.242 - - [2026-01-08 02:43:47] "GET /virtual-machine/d2695d02-33f3-422f-a493-e561b65e39ce HTTP/1.1" 404 171 0.006376 10.0.0.242 - - [2026-01-08 02:43:47] "POST /neutron/port HTTP/1.1" 200 1238 0.020236 10.0.0.242 - - [2026-01-08 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.242 - - [2026-01-08 02:43:47] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004555 10.0.0.242 - - [2026-01-08 02:43:47] "GET /virtual-networks?parent_id=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004025 10.0.0.242 - - [2026-01-08 02:43:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005758 10.0.0.242 - - [2026-01-08 02:43:47] "GET /virtual-network/7820f163-9e75-4ae6-b576-2fdaa593f7ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005759 10.0.0.242 - - [2026-01-08 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007902 10.0.0.242 - - [2026-01-08 02:43:47] "GET /routing-instance/6eb60bed-b9bd-46f9-a7ae-dba2f67e1857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005022 10.0.0.242 - - [2026-01-08 02:43:47] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.242 - - [2026-01-08 02:43:47] "GET /route-target/a13e99da-de52-4f39-ace7-6abded3f33c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004386 10.0.0.242 - - [2026-01-08 02:43:47] "GET /obj-perms HTTP/1.1" 200 5038 0.004323 10.0.0.242 - - [2026-01-08 02:43:47] "GET /obj-perms HTTP/1.1" 200 5038 0.004034 10.0.0.50 - - [2026-01-08 02:43:47] "GET /obj-perms HTTP/1.1" 200 5038 0.004061 10.0.0.242 - - [2026-01-08 02:43:47] "GET /virtual-machine/50e4297e-ac7b-4bbd-94b2-94a5b6b8def3 HTTP/1.1" 200 1304 0.004692 10.0.0.242 - - [2026-01-08 02:43:48] "POST /neutron/port HTTP/1.1" 200 1238 0.017464 10.0.0.242 - - [2026-01-08 02:43:49] "GET /virtual-machine/50e4297e-ac7b-4bbd-94b2-94a5b6b8def3 HTTP/1.1" 404 171 0.003538 10.0.0.242 - - [2026-01-08 02:43:50] "GET /virtual-machine/50e4297e-ac7b-4bbd-94b2-94a5b6b8def3 HTTP/1.1" 404 171 0.003219 10.0.0.242 - - [2026-01-08 02:43:50] "GET /virtual-machine/50e4297e-ac7b-4bbd-94b2-94a5b6b8def3 HTTP/1.1" 404 171 0.002861 10.0.0.242 - - [2026-01-08 02:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.242 - - [2026-01-08 02:43:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003433 10.0.0.242 - - [2026-01-08 02:43:50] "GET /virtual-networks?parent_id=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002996 10.0.0.242 - - [2026-01-08 02:43:50] "GET /virtual-network/55715157-8a60-48d7-9369-b28dc9a5c0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007600 10.0.0.242 - - [2026-01-08 02:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.242 - - [2026-01-08 02:43:50] "GET /routing-instance/dc7e6258-2fb9-4bf9-8abd-5d90996cb744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.007195 10.0.0.242 - - [2026-01-08 02:43:50] "GET /route-target/ffd49935-c840-4be6-b610-3c3972cc7dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005941 10.0.0.242 - - [2026-01-08 02:43:56] "GET /obj-perms HTTP/1.1" 200 5038 0.004752 10.0.0.50 - - [2026-01-08 02:43:56] "GET /obj-perms HTTP/1.1" 200 5038 0.005638 10.0.0.27 - - [2026-01-08 02:43:56] "GET /obj-perms HTTP/1.1" 200 5038 0.053140 10.0.0.242 - - [2026-01-08 02:43:56] "GET /virtual-network/7820f163-9e75-4ae6-b576-2fdaa593f7ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007868 10.0.0.242 - - [2026-01-08 02:43:57] "POST /neutron/network HTTP/1.1" 200 1427 0.012285 10.0.0.242 - - [2026-01-08 02:43:57] "DELETE /access-control-list/c754c2e8-28cf-4e54-a776-93c759070c0d HTTP/1.1" 200 115 0.040672 10.0.0.242 - - [2026-01-08 02:43:57] "GET /virtual-network/7820f163-9e75-4ae6-b576-2fdaa593f7ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.011986 10.0.0.242 - - [2026-01-08 02:43:57] "DELETE /network-policy/96d45852-ceef-4b9b-949a-64bd6da9cf1b HTTP/1.1" 200 115 0.034585 10.0.0.242 - - [2026-01-08 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005216 10.0.0.27 - - [2026-01-08 02:43:57] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001116 10.0.0.242 - - [2026-01-08 02:43:57] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043572 10.0.0.242 - - [2026-01-08 02:43:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-01047227&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.009537 10.0.0.242 - - [2026-01-08 02:43:57] "DELETE /network-policy/fbdb4503-775a-45eb-b1e4-799a6ab95ea2 HTTP/1.1" 200 115 0.053464 10.0.0.242 - - [2026-01-08 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.27 - - [2026-01-08 02:43:57] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001930 10.0.0.242 - - [2026-01-08 02:43:57] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.061523 10.0.0.242 - - [2026-01-08 02:43:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-01047227&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.006831 10.0.0.242 - - [2026-01-08 02:43:57] "DELETE /network-policy/ca02aabc-c424-4010-b26f-91d7601993ad HTTP/1.1" 200 115 0.062211 10.0.0.242 - - [2026-01-08 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.27 - - [2026-01-08 02:43:57] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001483 10.0.0.242 - - [2026-01-08 02:43:57] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.066282 10.0.0.242 - - [2026-01-08 02:43:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-01047227&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.010871 10.0.0.242 - - [2026-01-08 02:43:58] "DELETE /network-policy/7b81ebaf-0bef-41a2-a99e-5140cab79693 HTTP/1.1" 200 115 0.045650 10.0.0.242 - - [2026-01-08 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.27 - - [2026-01-08 02:43:58] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.242 - - [2026-01-08 02:43:58] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039476 10.0.0.242 - - [2026-01-08 02:43:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-01047227&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.006743 10.0.0.242 - - [2026-01-08 02:43:58] "DELETE /network-policy/a051d784-5df9-4706-bd24-39194863b810 HTTP/1.1" 200 115 0.034693 10.0.0.242 - - [2026-01-08 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.27 - - [2026-01-08 02:43:58] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.242 - - [2026-01-08 02:43:58] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042088 10.0.0.242 - - [2026-01-08 02:43:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-01047227&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.006723 10.0.0.242 - - [2026-01-08 02:43:58] "DELETE /network-policy/311f76b4-9543-4667-a22f-7dff398bee1c HTTP/1.1" 200 115 0.038991 10.0.0.242 - - [2026-01-08 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.27 - - [2026-01-08 02:43:58] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.242 - - [2026-01-08 02:43:58] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046777 10.0.0.242 - - [2026-01-08 02:43:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-01047227&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005546 10.0.0.242 - - [2026-01-08 02:43:58] "DELETE /network-policy/16601e49-e1aa-49e1-8e84-b38859d097c1 HTTP/1.1" 200 115 0.041887 10.0.0.242 - - [2026-01-08 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006297 10.0.0.27 - - [2026-01-08 02:43:58] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.242 - - [2026-01-08 02:43:58] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052856 10.0.0.242 - - [2026-01-08 02:43:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-01047227&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.007098 10.0.0.242 - - [2026-01-08 02:43:58] "DELETE /network-policy/a97fff63-7e9c-49a7-acb1-8f47c5a169d1 HTTP/1.1" 200 115 0.039851 10.0.0.242 - - [2026-01-08 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005216 10.0.0.27 - - [2026-01-08 02:43:59] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001358 10.0.0.242 - - [2026-01-08 02:43:59] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046258 10.0.0.242 - - [2026-01-08 02:43:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-01047227&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005783 10.0.0.242 - - [2026-01-08 02:43:59] "DELETE /network-policy/ffb2046e-7221-46e2-a1e7-1397cdd28315 HTTP/1.1" 200 115 0.042641 10.0.0.242 - - [2026-01-08 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.27 - - [2026-01-08 02:43:59] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001082 10.0.0.242 - - [2026-01-08 02:43:59] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041268 10.0.0.242 - - [2026-01-08 02:43:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-01047227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005366 10.0.0.242 - - [2026-01-08 02:43:59] "DELETE /network-policy/9c4a389c-f5fc-4644-aa15-79e8ecdc0ff1 HTTP/1.1" 200 115 0.039474 10.0.0.242 - - [2026-01-08 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.27 - - [2026-01-08 02:43:59] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.242 - - [2026-01-08 02:43:59] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043189 10.0.0.242 - - [2026-01-08 02:43:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-01047227&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005321 10.0.0.242 - - [2026-01-08 02:43:59] "POST /neutron/network HTTP/1.1" 200 1337 0.010758 10.0.0.242 - - [2026-01-08 02:43:59] "DELETE /route-target/a13e99da-de52-4f39-ace7-6abded3f33c6 HTTP/1.1" 200 115 0.020015 10.0.0.27 - - [2026-01-08 02:44:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003203 10.0.0.27 - - [2026-01-08 02:44:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003935 10.0.0.27 - - [2026-01-08 02:44:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002638 10.0.0.27 - - [2026-01-08 02:44:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002930 10.0.0.27 - - [2026-01-08 02:44:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002565 10.0.0.27 - - [2026-01-08 02:44:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002329 10.0.0.242 - - [2026-01-08 02:44:00] "POST /neutron/network HTTP/1.1" 200 151 0.162678 10.0.0.242 - - [2026-01-08 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006211 10.0.0.242 - - [2026-01-08 02:44:00] "DELETE /network-ipam/7a923928-a1c8-495e-8759-758c63d1715b HTTP/1.1" 200 115 0.034590 10.0.0.242 - - [2026-01-08 02:44:00] "POST /fqname-to-id HTTP/1.1" 404 260 0.007107 10.0.0.27 - - [2026-01-08 02:44:00] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.27 - - [2026-01-08 02:44:00] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.039387 10.0.0.27 - - [2026-01-08 02:44:00] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002371 10.0.0.27 - - [2026-01-08 02:44:00] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?fields=security_groups HTTP/1.1" 200 1398 0.075180 10.0.0.27 - - [2026-01-08 02:44:00] "DELETE /security-group/18cc8a44-1d41-44d8-88b0-ed876b19607c HTTP/1.1" 200 115 0.057991 10.0.0.27 - - [2026-01-08 02:44:00] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000967 10.0.0.242 - - [2026-01-08 02:44:00] "DELETE /access-control-list/92d0e7af-9dff-4811-9940-faa7ddf6cd91 HTTP/1.1" 200 115 0.048985 10.0.0.27 - - [2026-01-08 02:44:00] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?fields=application_policy_sets HTTP/1.1" 200 1437 0.053517 10.0.0.242 - - [2026-01-08 02:44:01] "DELETE /project/41066728-bdaa-48b6-89f5-aa31f6c09f66 HTTP/1.1" 200 115 0.450987 10.0.0.27 - - [2026-01-08 02:44:01] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.242 - - [2026-01-08 02:44:01] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?fields=projects HTTP/1.1" 200 1437 0.012807 10.0.0.27 - - [2026-01-08 02:44:02] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003719 10.0.0.27 - - [2026-01-08 02:44:02] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.27 - - [2026-01-08 02:44:02] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.049331 10.0.0.27 - - [2026-01-08 02:44:02] "POST /id-to-fqname HTTP/1.1" 200 202 0.002278 10.0.0.27 - - [2026-01-08 02:44:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.002939 10.0.0.27 - - [2026-01-08 02:44:02] "POST /security-groups HTTP/1.1" 200 603 0.073458 10.0.0.27 - - [2026-01-08 02:44:02] "POST /projects HTTP/1.1" 200 609 0.280792 10.0.0.242 - - [2026-01-08 02:44:02] "POST /access-control-lists HTTP/1.1" 200 608 0.026436 10.0.0.27 - - [2026-01-08 02:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.356345 10.0.0.242 - - [2026-01-08 02:44:02] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.544356 10.0.0.27 - - [2026-01-08 02:44:02] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.242 - - [2026-01-08 02:44:03] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?fields=virtual_networks HTTP/1.1" 200 1055 0.053387 10.0.0.27 - - [2026-01-08 02:44:03] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.242 - - [2026-01-08 02:44:03] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.033985 10.0.0.27 - - [2026-01-08 02:44:03] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002678 10.0.0.242 - - [2026-01-08 02:44:03] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?fields=security_groups HTTP/1.1" 200 1293 0.064789 10.0.0.242 - - [2026-01-08 02:44:04] "POST /fqname-to-id HTTP/1.1" 404 182 0.036518 10.0.0.27 - - [2026-01-08 02:44:04] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003336 10.0.0.27 - - [2026-01-08 02:44:04] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001805 10.0.0.27 - - [2026-01-08 02:44:04] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009315 10.0.0.27 - - [2026-01-08 02:44:04] "POST /id-to-fqname HTTP/1.1" 200 184 0.001252 10.0.0.27 - - [2026-01-08 02:44:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.006057 10.0.0.27 - - [2026-01-08 02:44:04] "POST /security-groups HTTP/1.1" 200 585 0.079983 10.0.0.242 - - [2026-01-08 02:44:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.005164 10.0.0.27 - - [2026-01-08 02:44:04] "POST /projects HTTP/1.1" 200 573 0.292830 10.0.0.27 - - [2026-01-08 02:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.370914 10.0.0.242 - - [2026-01-08 02:44:04] "POST /access-control-lists HTTP/1.1" 200 588 0.033013 10.0.0.242 - - [2026-01-08 02:44:04] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.523813 10.0.0.242 - - [2026-01-08 02:44:05] "GET / HTTP/1.1" 200 35931 0.002567 10.0.0.242 - - [2026-01-08 02:44:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.242 - - [2026-01-08 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.066379 10.0.0.27 - - [2026-01-08 02:44:06] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000949 10.0.0.242 - - [2026-01-08 02:44:06] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.043261 10.0.0.27 - - [2026-01-08 02:44:07] "POST /useragent-kv HTTP/1.1" 200 115 0.010015 10.0.0.242 - - [2026-01-08 02:44:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.264234 10.0.0.242 - - [2026-01-08 02:44:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.006197 10.0.0.242 - - [2026-01-08 02:44:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001632 10.0.0.242 - - [2026-01-08 02:44:07] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.009894 10.0.0.242 - - [2026-01-08 02:44:07] "POST /neutron/network HTTP/1.1" 200 992 0.009123 10.0.0.242 - - [2026-01-08 02:44:07] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007069 10.0.0.242 - - [2026-01-08 02:44:07] "POST /neutron/subnet HTTP/1.1" 200 823 0.012068 10.0.0.242 - - [2026-01-08 02:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.27 - - [2026-01-08 02:44:07] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000938 10.0.0.242 - - [2026-01-08 02:44:07] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.051179 10.0.0.242 - - [2026-01-08 02:44:08] "POST /route-targets HTTP/1.1" 200 327 0.019143 10.0.0.27 - - [2026-01-08 02:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007379 10.0.0.242 - - [2026-01-08 02:44:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.245049 10.0.0.242 - - [2026-01-08 02:44:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.001485 10.0.0.242 - - [2026-01-08 02:44:08] "GET /virtual-network/aa94775b-b6b5-48ee-88e5-b52fd8246dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007748 10.0.0.242 - - [2026-01-08 02:44:08] "POST /neutron/network HTTP/1.1" 200 991 0.010108 10.0.0.242 - - [2026-01-08 02:44:08] "GET /virtual-network/aa94775b-b6b5-48ee-88e5-b52fd8246dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005701 10.0.0.242 - - [2026-01-08 02:44:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.009365 10.0.0.242 - - [2026-01-08 02:44:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.001129 10.0.0.27 - - [2026-01-08 02:44:09] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001419 10.0.0.242 - - [2026-01-08 02:44:09] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.081333 10.0.0.242 - - [2026-01-08 02:44:09] "POST /neutron/port HTTP/1.1" 200 117 0.006392 10.0.0.242 - - [2026-01-08 02:44:09] "POST /id-to-fqname HTTP/1.1" 200 214 0.001428 10.0.0.242 - - [2026-01-08 02:44:10] "POST /neutron/network HTTP/1.1" 200 1002 0.007011 10.0.0.242 - - [2026-01-08 02:44:10] "POST /neutron/port HTTP/1.1" 200 1161 0.025779 10.0.0.27 - - [2026-01-08 02:44:11] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000932 10.0.0.242 - - [2026-01-08 02:44:11] "POST /neutron/port HTTP/1.1" 200 1225 0.025541 10.0.0.242 - - [2026-01-08 02:44:11] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.083184 10.0.0.242 - - [2026-01-08 02:44:11] "POST /neutron/network HTTP/1.1" 200 992 0.047209 10.0.0.242 - - [2026-01-08 02:44:11] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.242 - - [2026-01-08 02:44:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008313 10.0.0.242 - - [2026-01-08 02:44:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.001379 10.0.0.242 - - [2026-01-08 02:44:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007818 10.0.0.27 - - [2026-01-08 02:44:11] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001047 10.0.0.242 - - [2026-01-08 02:44:12] "POST /neutron/port HTTP/1.1" 200 1161 0.344875 10.0.0.242 - - [2026-01-08 02:44:12] "POST /neutron/port HTTP/1.1" 200 1215 0.109262 10.0.0.242 - - [2026-01-08 02:44:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004005 10.0.0.242 - - [2026-01-08 02:44:12] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.27 - - [2026-01-08 02:44:12] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001056 10.0.0.242 - - [2026-01-08 02:44:12] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.072899 10.0.0.242 - - [2026-01-08 02:44:12] "POST /neutron/port HTTP/1.1" 200 2296 0.024923 10.0.0.242 - - [2026-01-08 02:44:13] "POST /neutron/port HTTP/1.1" 200 1225 0.017992 10.0.0.242 - - [2026-01-08 02:44:13] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009307 10.0.0.242 - - [2026-01-08 02:44:13] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010761 10.0.0.242 - - [2026-01-08 02:44:13] "GET /virtual-machine/ba67c610-7b0f-459f-bed4-4cfaa8eaa408 HTTP/1.1" 401 293 0.000350 10.0.0.242 - - [2026-01-08 02:44:14] "GET /virtual-machine/ba67c610-7b0f-459f-bed4-4cfaa8eaa408 HTTP/1.1" 200 1287 0.030824 10.0.0.242 - - [2026-01-08 02:44:14] "GET /virtual-machine-interface/72cb0adc-cf4a-4e5a-963f-88a2a47d0bd9 HTTP/1.1" 200 3105 0.007416 10.0.0.242 - - [2026-01-08 02:44:14] "POST /neutron/port HTTP/1.1" 200 1160 0.022529 10.0.0.242 - - [2026-01-08 02:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.242 - - [2026-01-08 02:44:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004018 10.0.0.242 - - [2026-01-08 02:44:14] "GET /virtual-networks?parent_id=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002615 10.0.0.242 - - [2026-01-08 02:44:14] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.020179 10.0.0.242 - - [2026-01-08 02:44:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003740 10.0.0.242 - - [2026-01-08 02:44:14] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.27 - - [2026-01-08 02:44:15] "DELETE /project/8a861b0760e64e378028f9d56dd7cb7d HTTP/1.1" 404 173 0.007670 10.0.0.27 - - [2026-01-08 02:44:15] "DELETE /project/41066728bdaa48b689f5aa31f6c09f66 HTTP/1.1" 404 173 0.006076 10.0.0.27 - - [2026-01-08 02:44:15] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000898 10.0.0.27 - - [2026-01-08 02:44:15] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.044393 10.0.0.27 - - [2026-01-08 02:44:15] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001245 10.0.0.27 - - [2026-01-08 02:44:15] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?fields=security_groups HTTP/1.1" 200 1398 0.041554 10.0.0.27 - - [2026-01-08 02:44:15] "DELETE /security-group/134b524d-ce27-4568-884b-648f8504421e HTTP/1.1" 200 115 0.052899 10.0.0.27 - - [2026-01-08 02:44:15] "GET /projects?obj_uuids=41066728-bdaa-48b6-89f5-aa31f6c09f66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.27 - - [2026-01-08 02:44:15] "GET /project/41066728-bdaa-48b6-89f5-aa31f6c09f66?fields=application_policy_sets HTTP/1.1" 200 1437 0.051051 10.0.0.242 - - [2026-01-08 02:44:15] "DELETE /access-control-list/95e6875b-1768-42cc-a7a3-3b05bb030774 HTTP/1.1" 200 115 0.054304 10.0.0.27 - - [2026-01-08 02:44:15] "DELETE /project/41066728-bdaa-48b6-89f5-aa31f6c09f66 HTTP/1.1" 200 115 0.396320 10.0.0.242 - - [2026-01-08 02:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.242 - - [2026-01-08 02:44:17] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.008123 10.0.0.242 - - [2026-01-08 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.242 - - [2026-01-08 02:44:21] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005536 10.0.0.242 - - [2026-01-08 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.242 - - [2026-01-08 02:44:25] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006877 10.0.0.242 - - [2026-01-08 02:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.242 - - [2026-01-08 02:44:29] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005734 10.0.0.242 - - [2026-01-08 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.242 - - [2026-01-08 02:44:33] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005251 10.0.0.242 - - [2026-01-08 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.242 - - [2026-01-08 02:44:37] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007395 10.0.0.242 - - [2026-01-08 02:44:38] "POST /neutron/port HTTP/1.1" 200 1225 0.020539 10.0.0.242 - - [2026-01-08 02:44:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004189 10.0.0.242 - - [2026-01-08 02:44:38] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.242 - - [2026-01-08 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.242 - - [2026-01-08 02:44:41] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005358 10.0.0.242 - - [2026-01-08 02:44:45] "GET /obj-perms HTTP/1.1" 200 5075 0.060312 10.0.0.242 - - [2026-01-08 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.242 - - [2026-01-08 02:44:45] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007556 10.0.0.242 - - [2026-01-08 02:44:48] "POST /neutron/port HTTP/1.1" 200 1225 0.023867 10.0.0.242 - - [2026-01-08 02:44:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005075 10.0.0.242 - - [2026-01-08 02:44:48] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.242 - - [2026-01-08 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.242 - - [2026-01-08 02:44:50] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005680 10.0.0.242 - - [2026-01-08 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.242 - - [2026-01-08 02:44:54] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005686 10.0.0.242 - - [2026-01-08 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.242 - - [2026-01-08 02:44:56] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004232 10.0.0.242 - - [2026-01-08 02:44:56] "GET /virtual-networks?parent_id=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.007028 10.0.0.242 - - [2026-01-08 02:44:56] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006490 10.0.0.242 - - [2026-01-08 02:44:56] "POST /neutron/port HTTP/1.1" 200 1225 0.018589 10.0.0.242 - - [2026-01-08 02:45:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009899 10.0.0.242 - - [2026-01-08 02:45:06] "POST /neutron/port HTTP/1.1" 200 1225 0.055180 10.0.0.242 - - [2026-01-08 02:45:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008738 10.0.0.242 - - [2026-01-08 02:45:14] "POST /neutron/port HTTP/1.1" 200 1224 0.033911 10.0.0.242 - - [2026-01-08 02:45:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007695 10.0.0.242 - - [2026-01-08 02:45:22] "POST /neutron/port HTTP/1.1" 200 1225 0.020452 10.0.0.242 - - [2026-01-08 02:45:22] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009499 10.0.0.242 - - [2026-01-08 02:45:22] "GET /virtual-machine/d15644f2-b06a-481a-8fc0-527396e912cc HTTP/1.1" 200 1287 0.009218 10.0.0.242 - - [2026-01-08 02:45:22] "GET /virtual-machine-interface/68054765-0341-4d98-8fc1-8bde0a6d9ab5 HTTP/1.1" 200 3105 0.006941 10.0.0.242 - - [2026-01-08 02:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.242 - - [2026-01-08 02:45:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003588 10.0.0.242 - - [2026-01-08 02:45:22] "GET /virtual-networks?parent_id=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003022 10.0.0.242 - - [2026-01-08 02:45:22] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006044 10.0.0.242 - - [2026-01-08 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.242 - - [2026-01-08 02:45:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004558 10.0.0.242 - - [2026-01-08 02:45:23] "GET /virtual-networks?parent_id=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003033 10.0.0.242 - - [2026-01-08 02:45:23] "GET /virtual-network/91060f27-639d-49ce-9c41-10b72f0925b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006813 10.0.0.242 - - [2026-01-08 02:45:24] "POST /neutron/port HTTP/1.1" 200 1224 0.023699 10.0.0.242 - - [2026-01-08 02:45:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010705 10.0.0.242 - - [2026-01-08 02:45:24] "GET /virtual-machine/a55c2bcd-be06-4623-b93f-50424ac379fc HTTP/1.1" 200 1287 0.007262 10.0.0.242 - - [2026-01-08 02:45:24] "GET /virtual-machine-interface/2a094620-078b-4bb3-bf41-e8ccfaf8501e HTTP/1.1" 200 3105 0.005830 10.0.0.242 - - [2026-01-08 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.242 - - [2026-01-08 02:45:24] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005001 10.0.0.242 - - [2026-01-08 02:45:24] "GET /virtual-networks?parent_id=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004148 10.0.0.242 - - [2026-01-08 02:45:24] "GET /virtual-network/aa94775b-b6b5-48ee-88e5-b52fd8246dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006532 10.0.0.242 - - [2026-01-08 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.242 - - [2026-01-08 02:45:25] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004153 10.0.0.242 - - [2026-01-08 02:45:25] "GET /virtual-networks?parent_id=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003003 10.0.0.242 - - [2026-01-08 02:45:25] "GET /virtual-network/aa94775b-b6b5-48ee-88e5-b52fd8246dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006444 10.0.0.242 - - [2026-01-08 02:45:27] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.006198 10.0.0.242 - - [2026-01-08 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.242 - - [2026-01-08 02:45:27] "GET /global-qos-config/8e790b22-c9f1-4eaa-b2e2-b11fc7900b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.007126 10.0.0.242 - - [2026-01-08 02:45:27] "POST /fqname-to-id HTTP/1.1" 404 222 0.004383 10.0.0.242 - - [2026-01-08 02:45:27] "POST /forwarding-classs HTTP/1.1" 200 576 0.031182 10.0.0.242 - - [2026-01-08 02:45:27] "POST /id-to-fqname HTTP/1.1" 200 232 0.003839 10.0.0.242 - - [2026-01-08 02:45:27] "GET /forwarding-class/e7e2866c-d735-4921-9be5-905050796a72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.004589 10.0.0.27 - - [2026-01-08 02:45:27] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001399 10.0.0.242 - - [2026-01-08 02:45:27] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.046394 10.0.0.242 - - [2026-01-08 02:45:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.003563 10.0.0.242 - - [2026-01-08 02:45:27] "POST /qos-configs HTTP/1.1" 200 543 0.039139 10.0.0.242 - - [2026-01-08 02:45:27] "POST /id-to-fqname HTTP/1.1" 200 217 0.004111 10.0.0.242 - - [2026-01-08 02:45:27] "GET /qos-config/1a1b5290-c857-4905-84c1-91c8f29998eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004425 10.0.0.242 - - [2026-01-08 02:45:27] "GET /virtual-machine-interface/72cb0adc-cf4a-4e5a-963f-88a2a47d0bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.007662 10.0.0.242 - - [2026-01-08 02:45:27] "POST /ref-update HTTP/1.1" 200 156 0.015013 10.0.0.242 - - [2026-01-08 02:45:27] "POST /neutron/port HTTP/1.1" 200 1225 0.021816 10.0.0.242 - - [2026-01-08 02:45:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007086 10.0.0.242 - - [2026-01-08 02:45:28] "POST /neutron/network HTTP/1.1" 200 966 0.014668 10.0.0.242 - - [2026-01-08 02:45:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.001502 10.0.0.242 - - [2026-01-08 02:45:28] "GET /virtual-machine/ba67c610-7b0f-459f-bed4-4cfaa8eaa408 HTTP/1.1" 200 1287 0.004107 10.0.0.242 - - [2026-01-08 02:45:28] "GET /virtual-machine-interface/72cb0adc-cf4a-4e5a-963f-88a2a47d0bd9 HTTP/1.1" 200 3352 0.005013 10.0.0.242 - - [2026-01-08 02:45:28] "GET /instance-ip/9f5558fe-18d2-4e02-a0d6-b8b854f29ed8 HTTP/1.1" 200 1628 0.007030 10.0.0.242 - - [2026-01-08 02:45:28] "GET /instance-ip/f03279d9-36bc-4225-bcaf-33ed6c841142 HTTP/1.1" 200 1610 0.008082 10.0.0.242 - - [2026-01-08 02:45:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008056 10.0.0.242 - - [2026-01-08 02:45:28] "POST /neutron/port HTTP/1.1" 200 1225 0.017915 10.0.0.242 - - [2026-01-08 02:45:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007533 10.0.0.242 - - [2026-01-08 02:45:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.001378 10.0.0.242 - - [2026-01-08 02:45:28] "GET /virtual-machine/d15644f2-b06a-481a-8fc0-527396e912cc HTTP/1.1" 200 1287 0.003943 10.0.0.242 - - [2026-01-08 02:45:28] "GET /virtual-machine-interface/68054765-0341-4d98-8fc1-8bde0a6d9ab5 HTTP/1.1" 200 3105 0.005291 10.0.0.242 - - [2026-01-08 02:45:28] "GET /instance-ip/c8fdb5ec-ccb2-4d14-b693-7270537e437b HTTP/1.1" 200 1610 0.007744 10.0.0.242 - - [2026-01-08 02:45:28] "GET /instance-ip/dcb12571-5833-41d7-a340-9b089c1563b1 HTTP/1.1" 200 1628 0.006531 10.0.0.242 - - [2026-01-08 02:45:40] "POST /neutron/port HTTP/1.1" 200 1225 0.019783 10.0.0.242 - - [2026-01-08 02:45:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004252 10.0.0.242 - - [2026-01-08 02:45:40] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.242 - - [2026-01-08 02:45:48] "POST /neutron/port HTTP/1.1" 200 1224 0.020492 10.0.0.242 - - [2026-01-08 02:45:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004030 10.0.0.242 - - [2026-01-08 02:45:48] "POST /neutron/port HTTP/1.1" 200 117 0.001513 10.0.0.242 - - [2026-01-08 02:46:02] "GET /virtual-machine-interface/72cb0adc-cf4a-4e5a-963f-88a2a47d0bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.006481 10.0.0.242 - - [2026-01-08 02:46:02] "POST /ref-update HTTP/1.1" 200 156 0.016923 10.0.0.242 - - [2026-01-08 02:46:03] "DELETE /qos-config/1a1b5290-c857-4905-84c1-91c8f29998eb HTTP/1.1" 200 115 0.038322 10.0.0.242 - - [2026-01-08 02:46:03] "POST /id-to-fqname HTTP/1.1" 200 232 0.001495 10.0.0.242 - - [2026-01-08 02:46:03] "DELETE /forwarding-class/e7e2866c-d735-4921-9be5-905050796a72 HTTP/1.1" 200 115 0.045717 10.0.0.242 - - [2026-01-08 02:46:04] "POST /neutron/network HTTP/1.1" 200 991 0.009344 10.0.0.242 - - [2026-01-08 02:46:05] "POST /neutron/port HTTP/1.1" 200 1225 0.023351 10.0.0.242 - - [2026-01-08 02:46:05] "POST /neutron/port HTTP/1.1" 200 1215 0.021736 10.0.0.242 - - [2026-01-08 02:46:05] "POST /neutron/port HTTP/1.1" 200 1215 0.035887 10.0.0.27 - - [2026-01-08 02:46:06] "POST /useragent-kv HTTP/1.1" 200 115 0.079741 10.0.0.27 - - [2026-01-08 02:46:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002213 10.0.0.27 - - [2026-01-08 02:46:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002209 10.0.0.27 - - [2026-01-08 02:46:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002179 10.0.0.242 - - [2026-01-08 02:46:06] "POST /neutron/network HTTP/1.1" 200 151 0.222767 10.0.0.242 - - [2026-01-08 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.052811 10.0.0.27 - - [2026-01-08 02:46:07] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000900 10.0.0.242 - - [2026-01-08 02:46:07] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.055305 10.0.0.27 - - [2026-01-08 02:46:07] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001820 10.0.0.242 - - [2026-01-08 02:46:07] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?fields=virtual_networks HTTP/1.1" 200 1019 0.049736 10.0.0.27 - - [2026-01-08 02:46:07] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001146 10.0.0.242 - - [2026-01-08 02:46:07] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.043533 10.0.0.27 - - [2026-01-08 02:46:07] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001040 10.0.0.242 - - [2026-01-08 02:46:07] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?fields=security_groups HTTP/1.1" 200 1239 0.059772 10.0.0.242 - - [2026-01-08 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 181 0.031917 10.0.0.27 - - [2026-01-08 02:46:08] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003749 10.0.0.27 - - [2026-01-08 02:46:08] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.27 - - [2026-01-08 02:46:08] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.042123 10.0.0.27 - - [2026-01-08 02:46:08] "POST /id-to-fqname HTTP/1.1" 200 183 0.011127 10.0.0.27 - - [2026-01-08 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 192 0.010080 10.0.0.27 - - [2026-01-08 02:46:08] "POST /security-groups HTTP/1.1" 200 584 0.073141 10.0.0.27 - - [2026-01-08 02:46:08] "POST /projects HTTP/1.1" 200 571 0.318769 10.0.0.27 - - [2026-01-08 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.353137 10.0.0.242 - - [2026-01-08 02:46:08] "POST /access-control-lists HTTP/1.1" 200 589 0.029800 10.0.0.242 - - [2026-01-08 02:46:08] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.539771 10.0.0.242 - - [2026-01-08 02:46:09] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.242 - - [2026-01-08 02:46:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000626 10.0.0.242 - - [2026-01-08 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.062692 10.0.0.27 - - [2026-01-08 02:46:11] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001071 10.0.0.242 - - [2026-01-08 02:46:12] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.052505 10.0.0.242 - - [2026-01-08 02:46:12] "POST /neutron/network HTTP/1.1" 200 117 0.043042 10.0.0.242 - - [2026-01-08 02:46:12] "POST /route-targets HTTP/1.1" 200 327 0.015290 10.0.0.242 - - [2026-01-08 02:46:12] "POST /neutron/network HTTP/1.1" 200 831 0.009313 10.0.0.242 - - [2026-01-08 02:46:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001164 10.0.0.242 - - [2026-01-08 02:46:12] "GET /virtual-network/384757cd-b951-4853-9461-79264a17fec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005360 10.0.0.242 - - [2026-01-08 02:46:12] "GET /virtual-network/384757cd-b951-4853-9461-79264a17fec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007873 10.0.0.242 - - [2026-01-08 02:46:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.009028 10.0.0.242 - - [2026-01-08 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.242 - - [2026-01-08 02:46:12] "GET /virtual-network/384757cd-b951-4853-9461-79264a17fec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005326 10.0.0.242 - - [2026-01-08 02:46:12] "PUT /virtual-network/384757cd-b951-4853-9461-79264a17fec5 HTTP/1.1" 200 264 0.067578 10.0.0.242 - - [2026-01-08 02:46:12] "POST /ref-update HTTP/1.1" 200 156 0.027405 10.0.0.242 - - [2026-01-08 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.27 - - [2026-01-08 02:46:12] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001380 10.0.0.242 - - [2026-01-08 02:46:12] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.036267 10.0.0.27 - - [2026-01-08 02:46:13] "POST /useragent-kv HTTP/1.1" 200 115 0.011152 10.0.0.242 - - [2026-01-08 02:46:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.256710 10.0.0.242 - - [2026-01-08 02:46:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001802 10.0.0.242 - - [2026-01-08 02:46:13] "GET /virtual-network/4ba8cd5c-7ec7-4b5f-824d-104a1b176369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006405 10.0.0.242 - - [2026-01-08 02:46:13] "GET /virtual-network/4ba8cd5c-7ec7-4b5f-824d-104a1b176369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006113 10.0.0.242 - - [2026-01-08 02:46:13] "POST /neutron/network HTTP/1.1" 200 830 0.006953 10.0.0.242 - - [2026-01-08 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.242 - - [2026-01-08 02:46:13] "GET /virtual-network/4ba8cd5c-7ec7-4b5f-824d-104a1b176369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005646 10.0.0.242 - - [2026-01-08 02:46:13] "PUT /virtual-network/4ba8cd5c-7ec7-4b5f-824d-104a1b176369 HTTP/1.1" 200 264 0.057403 10.0.0.242 - - [2026-01-08 02:46:13] "POST /ref-update HTTP/1.1" 200 156 0.032886 10.0.0.242 - - [2026-01-08 02:46:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001508 10.0.0.27 - - [2026-01-08 02:46:14] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001178 10.0.0.242 - - [2026-01-08 02:46:14] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.075654 10.0.0.242 - - [2026-01-08 02:46:14] "POST /neutron/network HTTP/1.1" 200 831 0.008137 10.0.0.242 - - [2026-01-08 02:46:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001548 10.0.0.242 - - [2026-01-08 02:46:14] "POST /neutron/port HTTP/1.1" 200 117 0.006325 10.0.0.27 - - [2026-01-08 02:46:15] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001227 10.0.0.242 - - [2026-01-08 02:46:15] "POST /neutron/port HTTP/1.1" 200 1053 0.269261 10.0.0.27 - - [2026-01-08 02:46:15] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000918 10.0.0.27 - - [2026-01-08 02:46:15] "DELETE /project/e3fa798d9e5a4c3e8d5353ea44aaadc2 HTTP/1.1" 404 173 0.008366 10.0.0.27 - - [2026-01-08 02:46:15] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.058288 10.0.0.27 - - [2026-01-08 02:46:15] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000967 10.0.0.27 - - [2026-01-08 02:46:15] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?fields=security_groups HTTP/1.1" 200 1344 0.047585 10.0.0.242 - - [2026-01-08 02:46:15] "POST /neutron/port HTTP/1.1" 200 1107 0.139628 10.0.0.27 - - [2026-01-08 02:46:15] "DELETE /security-group/0fcd2507-e09c-4848-9c46-983b7b19436a HTTP/1.1" 200 115 0.096268 10.0.0.27 - - [2026-01-08 02:46:15] "GET /projects?obj_uuids=8a861b07-60e6-4e37-8028-f9d56dd7cb7d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001099 10.0.0.27 - - [2026-01-08 02:46:16] "GET /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d?fields=application_policy_sets HTTP/1.1" 200 1383 0.044410 10.0.0.242 - - [2026-01-08 02:46:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.009558 10.0.0.27 - - [2026-01-08 02:46:16] "DELETE /project/8a861b07-60e6-4e37-8028-f9d56dd7cb7d HTTP/1.1" 200 115 0.452359 10.0.0.27 - - [2026-01-08 02:46:16] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001013 10.0.0.242 - - [2026-01-08 02:46:16] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.118608 10.0.0.242 - - [2026-01-08 02:46:16] "POST /neutron/network HTTP/1.1" 200 830 0.007365 10.0.0.242 - - [2026-01-08 02:46:16] "POST /neutron/port HTTP/1.1" 200 117 0.006523 10.0.0.242 - - [2026-01-08 02:46:17] "POST /neutron/network HTTP/1.1" 200 840 0.009888 10.0.0.242 - - [2026-01-08 02:46:17] "POST /neutron/port HTTP/1.1" 200 1052 0.016938 10.0.0.242 - - [2026-01-08 02:46:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004368 10.0.0.242 - - [2026-01-08 02:46:17] "POST /neutron/network HTTP/1.1" 200 830 0.007548 10.0.0.242 - - [2026-01-08 02:46:22] "POST /neutron/port HTTP/1.1" 200 1117 0.017269 10.0.0.242 - - [2026-01-08 02:46:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008242 10.0.0.242 - - [2026-01-08 02:46:22] "GET /virtual-machine/d0fa6433-d24f-45e8-89a9-d9391253903d HTTP/1.1" 401 293 0.000599 10.0.0.242 - - [2026-01-08 02:46:22] "GET /virtual-machine/d0fa6433-d24f-45e8-89a9-d9391253903d HTTP/1.1" 200 1285 0.037113 10.0.0.242 - - [2026-01-08 02:46:22] "GET /virtual-machine-interface/69705869-8d9e-4755-87c9-fd5abf831091 HTTP/1.1" 200 2926 0.006319 10.0.0.242 - - [2026-01-08 02:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.242 - - [2026-01-08 02:46:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003886 10.0.0.242 - - [2026-01-08 02:46:22] "GET /virtual-networks?parent_id=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002625 10.0.0.242 - - [2026-01-08 02:46:22] "GET /virtual-network/384757cd-b951-4853-9461-79264a17fec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006372 10.0.0.242 - - [2026-01-08 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.242 - - [2026-01-08 02:46:25] "GET /virtual-network/384757cd-b951-4853-9461-79264a17fec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007411 10.0.0.242 - - [2026-01-08 02:46:27] "POST /neutron/port HTTP/1.1" 200 1116 0.022123 10.0.0.242 - - [2026-01-08 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.242 - - [2026-01-08 02:46:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003821 10.0.0.242 - - [2026-01-08 02:46:27] "GET /virtual-networks?parent_id=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003330 10.0.0.242 - - [2026-01-08 02:46:27] "GET /virtual-network/384757cd-b951-4853-9461-79264a17fec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006261 10.0.0.242 - - [2026-01-08 02:46:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008368 10.0.0.242 - - [2026-01-08 02:46:28] "POST /neutron/port HTTP/1.1" 200 1116 0.018169 10.0.0.242 - - [2026-01-08 02:46:28] "GET /virtual-machine/7bc31ba3-163e-438f-a8be-049b8c40eec4 HTTP/1.1" 200 1285 0.006306 10.0.0.242 - - [2026-01-08 02:46:28] "GET /virtual-machine-interface/14f25a6c-2ea1-4291-8ab7-89aba6e5bbd7 HTTP/1.1" 200 2926 0.005267 10.0.0.242 - - [2026-01-08 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.242 - - [2026-01-08 02:46:28] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004963 10.0.0.242 - - [2026-01-08 02:46:28] "GET /virtual-networks?parent_id=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002888 10.0.0.242 - - [2026-01-08 02:46:28] "GET /virtual-network/4ba8cd5c-7ec7-4b5f-824d-104a1b176369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005983 10.0.0.242 - - [2026-01-08 02:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005550 10.0.0.242 - - [2026-01-08 02:46:29] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004284 10.0.0.242 - - [2026-01-08 02:46:29] "GET /virtual-networks?parent_id=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003529 10.0.0.242 - - [2026-01-08 02:46:29] "GET /virtual-network/4ba8cd5c-7ec7-4b5f-824d-104a1b176369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008188 10.0.0.242 - - [2026-01-08 02:46:29] "POST /routing-policys HTTP/1.1" 200 534 0.031824 10.0.0.242 - - [2026-01-08 02:46:29] "GET /virtual-network/384757cd-b951-4853-9461-79264a17fec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.014319 10.0.0.242 - - [2026-01-08 02:46:29] "PUT /virtual-network/384757cd-b951-4853-9461-79264a17fec5 HTTP/1.1" 200 264 0.061881 10.0.0.242 - - [2026-01-08 02:46:29] "POST /ref-update HTTP/1.1" 200 156 0.033464 10.0.0.242 - - [2026-01-08 02:46:34] "POST /ref-update HTTP/1.1" 200 156 0.046737 10.0.0.242 - - [2026-01-08 02:46:34] "DELETE /routing-policy/30e9fd40-8694-47cf-adeb-a393f9e9e2df HTTP/1.1" 200 115 0.039081 10.0.0.242 - - [2026-01-08 02:46:34] "POST /neutron/network HTTP/1.1" 400 204 0.017928 10.0.0.242 - - [2026-01-08 02:46:34] "POST /neutron/port HTTP/1.1" 200 151 0.199541 10.0.0.242 - - [2026-01-08 02:46:35] "POST /neutron/port HTTP/1.1" 200 151 0.226189 10.0.0.242 - - [2026-01-08 02:46:36] "POST /neutron/network HTTP/1.1" 200 831 0.007977 10.0.0.242 - - [2026-01-08 02:46:36] "DELETE /route-target/3dc69ea2-c9da-4cac-a742-93424744c0d7 HTTP/1.1" 200 115 0.032427 10.0.0.242 - - [2026-01-08 02:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.242 - - [2026-01-08 02:46:36] "DELETE /route-target/f547e332-df99-4b37-90d1-4cc57f01c929 HTTP/1.1" 200 115 0.027087 10.0.0.242 - - [2026-01-08 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.27 - - [2026-01-08 02:46:39] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001075 10.0.0.242 - - [2026-01-08 02:46:39] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.041928 10.0.0.27 - - [2026-01-08 02:46:39] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001155 10.0.0.242 - - [2026-01-08 02:46:39] "POST /neutron/network HTTP/1.1" 200 612 0.110679 10.0.0.242 - - [2026-01-08 02:46:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.003348 10.0.0.242 - - [2026-01-08 02:46:39] "GET /virtual-network/c2d68278-79ef-44ec-98ab-5864f28c380b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005239 10.0.0.242 - - [2026-01-08 02:46:39] "POST /neutron/network HTTP/1.1" 200 831 0.007049 10.0.0.242 - - [2026-01-08 02:46:39] "GET /virtual-network/c2d68278-79ef-44ec-98ab-5864f28c380b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005034 10.0.0.242 - - [2026-01-08 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.242 - - [2026-01-08 02:46:39] "GET /virtual-network/c2d68278-79ef-44ec-98ab-5864f28c380b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005457 10.0.0.242 - - [2026-01-08 02:46:39] "POST /route-targets HTTP/1.1" 200 323 0.014840 10.0.0.242 - - [2026-01-08 02:46:39] "PUT /virtual-network/c2d68278-79ef-44ec-98ab-5864f28c380b HTTP/1.1" 200 264 0.057760 10.0.0.242 - - [2026-01-08 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2026-01-08 02:46:40] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001017 10.0.0.242 - - [2026-01-08 02:46:40] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.036772 10.0.0.242 - - [2026-01-08 02:46:40] "POST /neutron/network HTTP/1.1" 200 117 0.016839 10.0.0.242 - - [2026-01-08 02:46:40] "POST /ref-update HTTP/1.1" 200 156 0.027608 10.0.0.242 - - [2026-01-08 02:46:40] "POST /neutron/network HTTP/1.1" 200 832 0.008265 10.0.0.242 - - [2026-01-08 02:46:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001094 10.0.0.242 - - [2026-01-08 02:46:40] "GET /virtual-network/ff608bc3-986b-462e-955c-bd77030bd651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005162 10.0.0.242 - - [2026-01-08 02:46:40] "GET /virtual-network/ff608bc3-986b-462e-955c-bd77030bd651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005319 10.0.0.242 - - [2026-01-08 02:46:40] "POST /neutron/subnet HTTP/1.1" 200 730 0.010031 10.0.0.242 - - [2026-01-08 02:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.242 - - [2026-01-08 02:46:40] "GET /virtual-network/ff608bc3-986b-462e-955c-bd77030bd651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005871 10.0.0.242 - - [2026-01-08 02:46:40] "PUT /virtual-network/ff608bc3-986b-462e-955c-bd77030bd651 HTTP/1.1" 200 264 0.054583 10.0.0.242 - - [2026-01-08 02:46:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001610 10.0.0.27 - - [2026-01-08 02:46:41] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001451 10.0.0.242 - - [2026-01-08 02:46:41] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.070943 10.0.0.242 - - [2026-01-08 02:46:41] "POST /neutron/port HTTP/1.1" 200 117 0.006613 10.0.0.242 - - [2026-01-08 02:46:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001677 10.0.0.242 - - [2026-01-08 02:46:42] "POST /neutron/network HTTP/1.1" 200 842 0.007687 10.0.0.242 - - [2026-01-08 02:46:42] "POST /neutron/port HTTP/1.1" 200 1053 0.020377 10.0.0.242 - - [2026-01-08 02:46:42] "POST /neutron/port HTTP/1.1" 200 1117 0.020825 10.0.0.242 - - [2026-01-08 02:46:42] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.27 - - [2026-01-08 02:46:42] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000964 10.0.0.242 - - [2026-01-08 02:46:42] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.083372 10.0.0.242 - - [2026-01-08 02:46:43] "POST /neutron/port HTTP/1.1" 200 1117 0.020604 10.0.0.242 - - [2026-01-08 02:46:43] "POST /neutron/port HTTP/1.1" 200 1117 0.018024 10.0.0.27 - - [2026-01-08 02:46:43] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001112 10.0.0.242 - - [2026-01-08 02:46:43] "POST /neutron/port HTTP/1.1" 200 1054 0.276510 10.0.0.242 - - [2026-01-08 02:46:44] "POST /neutron/port HTTP/1.1" 200 1108 0.135532 10.0.0.242 - - [2026-01-08 02:46:44] "POST /neutron/subnet HTTP/1.1" 200 704 0.009433 10.0.0.50 - - [2026-01-08 02:46:47] "GET /obj-perms HTTP/1.1" 200 5075 0.050335 10.0.0.242 - - [2026-01-08 02:46:48] "POST /neutron/port HTTP/1.1" 200 1117 0.016502 10.0.0.242 - - [2026-01-08 02:46:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007354 10.0.0.242 - - [2026-01-08 02:46:48] "GET /virtual-machine/0cbde331-603e-4503-8a21-68cc43326bd7 HTTP/1.1" 200 1283 0.007044 10.0.0.242 - - [2026-01-08 02:46:48] "GET /virtual-machine-interface/c0b3b39a-3dba-4ae2-88e2-35c5ded86afb HTTP/1.1" 200 2927 0.005428 10.0.0.242 - - [2026-01-08 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.242 - - [2026-01-08 02:46:48] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004136 10.0.0.242 - - [2026-01-08 02:46:48] "GET /virtual-networks?parent_id=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003369 10.0.0.242 - - [2026-01-08 02:46:48] "GET /virtual-network/c2d68278-79ef-44ec-98ab-5864f28c380b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006641 10.0.0.242 - - [2026-01-08 02:46:50] "POST /neutron/port HTTP/1.1" 200 1117 0.016757 10.0.0.242 - - [2026-01-08 02:46:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004198 10.0.0.242 - - [2026-01-08 02:46:50] "POST /neutron/network HTTP/1.1" 200 831 0.013098 10.0.0.242 - - [2026-01-08 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.242 - - [2026-01-08 02:46:51] "GET /virtual-network/c2d68278-79ef-44ec-98ab-5864f28c380b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005871 10.0.0.242 - - [2026-01-08 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.242 - - [2026-01-08 02:46:53] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.020240 10.0.0.242 - - [2026-01-08 02:46:53] "GET /virtual-networks?parent_id=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.016615 10.0.0.242 - - [2026-01-08 02:46:53] "POST /neutron/port HTTP/1.1" 200 1118 0.051098 10.0.0.242 - - [2026-01-08 02:46:53] "GET /virtual-network/c2d68278-79ef-44ec-98ab-5864f28c380b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005254 10.0.0.242 - - [2026-01-08 02:46:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007798 10.0.0.242 - - [2026-01-08 02:46:54] "POST /neutron/port HTTP/1.1" 200 1118 0.018913 10.0.0.242 - - [2026-01-08 02:46:54] "GET /virtual-machine/c9e79a53-668d-4f82-9daf-38199741a744 HTTP/1.1" 200 1286 0.006315 10.0.0.242 - - [2026-01-08 02:46:54] "GET /virtual-machine-interface/78d27736-5992-4366-b8b2-2b827cb0e5e5 HTTP/1.1" 200 2927 0.005501 10.0.0.242 - - [2026-01-08 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.242 - - [2026-01-08 02:46:54] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003845 10.0.0.242 - - [2026-01-08 02:46:54] "GET /virtual-networks?parent_id=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004677 10.0.0.242 - - [2026-01-08 02:46:54] "GET /virtual-network/ff608bc3-986b-462e-955c-bd77030bd651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006208 10.0.0.242 - - [2026-01-08 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.242 - - [2026-01-08 02:46:55] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004772 10.0.0.242 - - [2026-01-08 02:46:55] "GET /virtual-networks?parent_id=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003580 10.0.0.242 - - [2026-01-08 02:46:55] "GET /virtual-network/ff608bc3-986b-462e-955c-bd77030bd651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007429 10.0.0.242 - - [2026-01-08 02:46:55] "POST /routing-policys HTTP/1.1" 200 534 0.026081 10.0.0.242 - - [2026-01-08 02:46:55] "GET /virtual-network/c2d68278-79ef-44ec-98ab-5864f28c380b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.025433 10.0.0.242 - - [2026-01-08 02:46:55] "PUT /virtual-network/c2d68278-79ef-44ec-98ab-5864f28c380b HTTP/1.1" 200 264 0.072784 10.0.0.242 - - [2026-01-08 02:46:59] "POST /routing-policys HTTP/1.1" 200 534 0.028136 10.0.0.242 - - [2026-01-08 02:46:59] "GET /virtual-network/c2d68278-79ef-44ec-98ab-5864f28c380b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006335 10.0.0.242 - - [2026-01-08 02:46:59] "PUT /virtual-network/c2d68278-79ef-44ec-98ab-5864f28c380b HTTP/1.1" 200 264 0.055031 10.0.0.242 - - [2026-01-08 02:46:59] "POST /ref-update HTTP/1.1" 200 156 0.016721 10.0.0.242 - - [2026-01-08 02:46:59] "POST /ref-update HTTP/1.1" 200 156 0.051664 10.0.0.242 - - [2026-01-08 02:46:59] "DELETE /routing-policy/aa424b7b-f4ba-49c7-a36e-e7299a89dc6d HTTP/1.1" 200 115 0.044782 10.0.0.242 - - [2026-01-08 02:47:00] "POST /ref-update HTTP/1.1" 200 156 0.057599 10.0.0.242 - - [2026-01-08 02:47:00] "DELETE /routing-policy/7c8ea259-dd39-4fff-8f8b-9df2b65af68f HTTP/1.1" 200 115 0.033605 10.0.0.242 - - [2026-01-08 02:47:00] "POST /neutron/network HTTP/1.1" 400 204 0.014226 10.0.0.242 - - [2026-01-08 02:47:00] "POST /neutron/port HTTP/1.1" 200 151 0.208267 10.0.0.242 - - [2026-01-08 02:47:01] "POST /neutron/port HTTP/1.1" 200 151 0.237750 10.0.0.242 - - [2026-01-08 02:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005368 10.0.0.242 - - [2026-01-08 02:47:02] "POST /neutron/network HTTP/1.1" 200 831 0.013706 10.0.0.242 - - [2026-01-08 02:47:02] "DELETE /route-target/be9b7d75-f057-4a4c-88c9-a48ad5e40913 HTTP/1.1" 409 239 0.009352 10.0.0.242 - - [2026-01-08 02:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007693 10.0.0.242 - - [2026-01-08 02:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.27 - - [2026-01-08 02:47:05] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001523 10.0.0.242 - - [2026-01-08 02:47:05] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.045887 10.0.0.27 - - [2026-01-08 02:47:05] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000987 10.0.0.242 - - [2026-01-08 02:47:05] "POST /neutron/network HTTP/1.1" 200 612 0.133984 10.0.0.242 - - [2026-01-08 02:47:05] "POST /ref-update HTTP/1.1" 200 156 0.029136 10.0.0.242 - - [2026-01-08 02:47:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.003853 10.0.0.242 - - [2026-01-08 02:47:05] "GET /virtual-network/8e144e00-c6ee-4c5a-8e7e-cf4629888c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006084 10.0.0.242 - - [2026-01-08 02:47:05] "POST /neutron/network HTTP/1.1" 200 829 0.006604 10.0.0.242 - - [2026-01-08 02:47:05] "GET /virtual-network/8e144e00-c6ee-4c5a-8e7e-cf4629888c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005550 10.0.0.242 - - [2026-01-08 02:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.242 - - [2026-01-08 02:47:05] "GET /virtual-network/8e144e00-c6ee-4c5a-8e7e-cf4629888c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.018916 10.0.0.242 - - [2026-01-08 02:47:06] "PUT /virtual-network/8e144e00-c6ee-4c5a-8e7e-cf4629888c0c HTTP/1.1" 200 264 0.053445 10.0.0.242 - - [2026-01-08 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.27 - - [2026-01-08 02:47:06] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001006 10.0.0.242 - - [2026-01-08 02:47:06] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.042460 10.0.0.242 - - [2026-01-08 02:47:06] "POST /neutron/network HTTP/1.1" 200 117 0.045705 10.0.0.242 - - [2026-01-08 02:47:06] "POST /route-targets HTTP/1.1" 200 327 0.015531 10.0.0.242 - - [2026-01-08 02:47:06] "POST /neutron/network HTTP/1.1" 200 829 0.014228 10.0.0.242 - - [2026-01-08 02:47:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001319 10.0.0.242 - - [2026-01-08 02:47:06] "GET /virtual-network/83219ddb-fcc7-48d9-bad6-2d5c7c09c5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010329 10.0.0.242 - - [2026-01-08 02:47:06] "GET /virtual-network/83219ddb-fcc7-48d9-bad6-2d5c7c09c5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006750 10.0.0.242 - - [2026-01-08 02:47:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.010033 10.0.0.242 - - [2026-01-08 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.242 - - [2026-01-08 02:47:06] "GET /virtual-network/83219ddb-fcc7-48d9-bad6-2d5c7c09c5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005333 10.0.0.242 - - [2026-01-08 02:47:06] "PUT /virtual-network/83219ddb-fcc7-48d9-bad6-2d5c7c09c5bf HTTP/1.1" 200 264 0.075974 10.0.0.242 - - [2026-01-08 02:47:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001431 10.0.0.27 - - [2026-01-08 02:47:07] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001363 10.0.0.242 - - [2026-01-08 02:47:07] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.093375 10.0.0.242 - - [2026-01-08 02:47:08] "POST /neutron/port HTTP/1.1" 200 117 0.010566 10.0.0.242 - - [2026-01-08 02:47:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001553 10.0.0.242 - - [2026-01-08 02:47:08] "POST /neutron/network HTTP/1.1" 200 839 0.007514 10.0.0.242 - - [2026-01-08 02:47:09] "POST /neutron/port HTTP/1.1" 200 1051 0.018673 10.0.0.242 - - [2026-01-08 02:47:09] "POST /neutron/port HTTP/1.1" 200 1115 0.022846 10.0.0.27 - - [2026-01-08 02:47:09] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001032 10.0.0.242 - - [2026-01-08 02:47:09] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.078223 10.0.0.242 - - [2026-01-08 02:47:09] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.242 - - [2026-01-08 02:47:09] "POST /neutron/port HTTP/1.1" 200 1115 0.020964 10.0.0.242 - - [2026-01-08 02:47:09] "POST /neutron/port HTTP/1.1" 200 1115 0.018128 10.0.0.27 - - [2026-01-08 02:47:10] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001296 10.0.0.242 - - [2026-01-08 02:47:10] "POST /neutron/port HTTP/1.1" 200 1051 0.309352 10.0.0.242 - - [2026-01-08 02:47:10] "POST /neutron/port HTTP/1.1" 200 1105 0.105133 10.0.0.242 - - [2026-01-08 02:47:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.009610 10.0.0.242 - - [2026-01-08 02:47:14] "POST /neutron/port HTTP/1.1" 200 1115 0.016671 10.0.0.242 - - [2026-01-08 02:47:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007430 10.0.0.242 - - [2026-01-08 02:47:15] "GET /virtual-machine/9c8777f0-d2f3-49c6-8afb-57e2619ff54f HTTP/1.1" 200 1286 0.006261 10.0.0.242 - - [2026-01-08 02:47:15] "GET /virtual-machine-interface/c450c17b-8f7c-4e1b-8764-c09967cf531d HTTP/1.1" 200 2927 0.005831 10.0.0.242 - - [2026-01-08 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.242 - - [2026-01-08 02:47:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004883 10.0.0.242 - - [2026-01-08 02:47:15] "GET /virtual-networks?parent_id=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003974 10.0.0.242 - - [2026-01-08 02:47:15] "GET /virtual-network/8e144e00-c6ee-4c5a-8e7e-cf4629888c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007413 10.0.0.242 - - [2026-01-08 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.242 - - [2026-01-08 02:47:18] "GET /virtual-network/8e144e00-c6ee-4c5a-8e7e-cf4629888c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005431 10.0.0.242 - - [2026-01-08 02:47:18] "POST /neutron/port HTTP/1.1" 200 1115 0.017968 10.0.0.242 - - [2026-01-08 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.242 - - [2026-01-08 02:47:20] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003684 10.0.0.242 - - [2026-01-08 02:47:20] "GET /virtual-networks?parent_id=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002984 10.0.0.242 - - [2026-01-08 02:47:20] "GET /virtual-network/8e144e00-c6ee-4c5a-8e7e-cf4629888c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006364 10.0.0.242 - - [2026-01-08 02:47:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007586 10.0.0.242 - - [2026-01-08 02:47:20] "POST /neutron/port HTTP/1.1" 200 1115 0.017929 10.0.0.242 - - [2026-01-08 02:47:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007502 10.0.0.242 - - [2026-01-08 02:47:20] "GET /virtual-machine/77e5b002-88ac-4601-b700-ece9e217e5b8 HTTP/1.1" 200 1285 0.005792 10.0.0.242 - - [2026-01-08 02:47:20] "GET /virtual-machine-interface/ccda0fda-d302-474b-b26b-0c581aa39713 HTTP/1.1" 200 2928 0.005835 10.0.0.242 - - [2026-01-08 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.242 - - [2026-01-08 02:47:20] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003397 10.0.0.242 - - [2026-01-08 02:47:20] "GET /virtual-networks?parent_id=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003516 10.0.0.242 - - [2026-01-08 02:47:20] "GET /virtual-network/83219ddb-fcc7-48d9-bad6-2d5c7c09c5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006179 10.0.0.242 - - [2026-01-08 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.242 - - [2026-01-08 02:47:21] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003821 10.0.0.242 - - [2026-01-08 02:47:21] "GET /virtual-networks?parent_id=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003031 10.0.0.242 - - [2026-01-08 02:47:22] "GET /virtual-network/83219ddb-fcc7-48d9-bad6-2d5c7c09c5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005744 10.0.0.242 - - [2026-01-08 02:47:22] "POST /interface-route-tables HTTP/1.1" 200 574 0.027417 10.0.0.242 - - [2026-01-08 02:47:22] "GET /interface-route-table/7c78ec93-5b34-4edb-97a6-424efd6ce638?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.019361 10.0.0.242 - - [2026-01-08 02:47:22] "GET /virtual-machine-interface/c450c17b-8f7c-4e1b-8764-c09967cf531d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006103 10.0.0.242 - - [2026-01-08 02:47:22] "POST /ref-update HTTP/1.1" 200 156 0.015298 10.0.0.242 - - [2026-01-08 02:47:22] "POST /routing-policys HTTP/1.1" 200 534 0.027211 10.0.0.242 - - [2026-01-08 02:47:22] "GET /virtual-network/8e144e00-c6ee-4c5a-8e7e-cf4629888c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005692 10.0.0.242 - - [2026-01-08 02:47:22] "POST /ref-update HTTP/1.1" 200 156 0.029001 10.0.0.242 - - [2026-01-08 02:47:22] "PUT /virtual-network/8e144e00-c6ee-4c5a-8e7e-cf4629888c0c HTTP/1.1" 200 264 0.068294 10.0.0.242 - - [2026-01-08 02:47:26] "POST /ref-update HTTP/1.1" 200 156 0.052956 10.0.0.242 - - [2026-01-08 02:47:26] "DELETE /routing-policy/78334fff-275a-416e-97b1-74b674f957b8 HTTP/1.1" 200 115 0.045629 10.0.0.242 - - [2026-01-08 02:47:27] "POST /neutron/port HTTP/1.1" 200 1115 0.019358 10.0.0.242 - - [2026-01-08 02:47:27] "POST /neutron/port HTTP/1.1" 200 151 0.179658 10.0.0.242 - - [2026-01-08 02:47:28] "POST /neutron/network HTTP/1.1" 200 829 0.010193 10.0.0.242 - - [2026-01-08 02:47:28] "DELETE /route-target/8db710f3-e929-4433-bd29-bff5cdf4839a HTTP/1.1" 200 115 0.026896 10.0.0.242 - - [2026-01-08 02:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.008075 10.0.0.27 - - [2026-01-08 02:47:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003742 10.0.0.27 - - [2026-01-08 02:47:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005088 10.0.0.242 - - [2026-01-08 02:47:29] "POST /neutron/network HTTP/1.1" 200 151 0.156311 10.0.0.242 - - [2026-01-08 02:47:29] "DELETE /route-target/08dabed3-783c-4cd7-a948-4905b14b43d5 HTTP/1.1" 200 115 0.026868 10.0.0.27 - - [2026-01-08 02:47:30] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001528 10.0.0.242 - - [2026-01-08 02:47:30] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.042929 10.0.0.27 - - [2026-01-08 02:47:30] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001270 10.0.0.242 - - [2026-01-08 02:47:30] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?fields=virtual_networks HTTP/1.1" 200 1019 0.047174 10.0.0.27 - - [2026-01-08 02:47:30] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001135 10.0.0.242 - - [2026-01-08 02:47:30] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.039893 10.0.0.27 - - [2026-01-08 02:47:30] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001029 10.0.0.242 - - [2026-01-08 02:47:30] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?fields=security_groups HTTP/1.1" 200 1238 0.049942 10.0.0.242 - - [2026-01-08 02:47:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.037987 10.0.0.27 - - [2026-01-08 02:47:31] "GET /projects?obj_uuids=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.009960 10.0.0.27 - - [2026-01-08 02:47:31] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.27 - - [2026-01-08 02:47:31] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006937 10.0.0.27 - - [2026-01-08 02:47:31] "POST /id-to-fqname HTTP/1.1" 200 194 0.001224 10.0.0.27 - - [2026-01-08 02:47:31] "POST /fqname-to-id HTTP/1.1" 404 203 0.005633 10.0.0.27 - - [2026-01-08 02:47:31] "POST /security-groups HTTP/1.1" 200 595 0.033701 10.0.0.27 - - [2026-01-08 02:47:32] "POST /projects HTTP/1.1" 200 593 0.228451 10.0.0.242 - - [2026-01-08 02:47:32] "POST /fqname-to-id HTTP/1.1" 404 237 0.014357 10.0.0.27 - - [2026-01-08 02:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.305064 10.0.0.242 - - [2026-01-08 02:47:32] "GET /project/4df44e5a-830f-4926-9a1c-63b1beda3efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.466604 10.0.0.242 - - [2026-01-08 02:47:33] "GET / HTTP/1.1" 200 35931 0.002276 10.0.0.242 - - [2026-01-08 02:47:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000517 10.0.0.242 - - [2026-01-08 02:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.062150 10.0.0.27 - - [2026-01-08 02:47:35] "GET /projects?obj_uuids=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000937 10.0.0.242 - - [2026-01-08 02:47:35] "GET /project/4df44e5a-830f-4926-9a1c-63b1beda3efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.041312 10.0.0.242 - - [2026-01-08 02:47:35] "POST /ref-update HTTP/1.1" 200 156 0.024561 10.0.0.27 - - [2026-01-08 02:47:35] "POST /useragent-kv HTTP/1.1" 200 115 0.009217 10.0.0.242 - - [2026-01-08 02:47:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.227098 10.0.0.242 - - [2026-01-08 02:47:35] "POST /id-to-fqname HTTP/1.1" 200 226 0.001425 10.0.0.242 - - [2026-01-08 02:47:35] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006704 10.0.0.242 - - [2026-01-08 02:47:36] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006044 10.0.0.242 - - [2026-01-08 02:47:36] "POST /neutron/network HTTP/1.1" 200 832 0.007187 10.0.0.242 - - [2026-01-08 02:47:36] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006143 10.0.0.27 - - [2026-01-08 02:47:37] "GET /obj-perms HTTP/1.1" 200 5057 0.060459 10.0.0.242 - - [2026-01-08 02:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.242 - - [2026-01-08 02:47:37] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006702 10.0.0.242 - - [2026-01-08 02:47:38] "PUT /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00 HTTP/1.1" 200 264 0.058158 10.0.0.242 - - [2026-01-08 02:47:43] "POST /id-to-fqname HTTP/1.1" 200 226 0.001427 10.0.0.27 - - [2026-01-08 02:47:43] "GET /projects?obj_uuids=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001254 10.0.0.242 - - [2026-01-08 02:47:43] "GET /project/4df44e5a-830f-4926-9a1c-63b1beda3efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.073830 10.0.0.242 - - [2026-01-08 02:47:44] "POST /neutron/network HTTP/1.1" 200 832 0.011252 10.0.0.242 - - [2026-01-08 02:47:44] "POST /neutron/port HTTP/1.1" 200 117 0.006642 10.0.0.242 - - [2026-01-08 02:47:45] "POST /neutron/port HTTP/1.1" 200 1064 0.019066 10.0.0.242 - - [2026-01-08 02:47:45] "POST /neutron/port HTTP/1.1" 200 1128 0.020719 10.0.0.242 - - [2026-01-08 02:47:45] "POST /neutron/port HTTP/1.1" 200 117 0.001673 10.0.0.242 - - [2026-01-08 02:47:47] "GET /obj-perms HTTP/1.1" 200 5075 0.079749 10.0.0.242 - - [2026-01-08 02:47:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008348 10.0.0.242 - - [2026-01-08 02:47:49] "POST /neutron/port HTTP/1.1" 200 1128 0.019673 10.0.0.242 - - [2026-01-08 02:47:49] "GET /virtual-machine/f0f0a4d4-2a4a-4c66-a0d7-25d17c1426b2 HTTP/1.1" 401 293 0.000556 10.0.0.242 - - [2026-01-08 02:47:49] "GET /virtual-machine/f0f0a4d4-2a4a-4c66-a0d7-25d17c1426b2 HTTP/1.1" 200 1297 0.036170 10.0.0.242 - - [2026-01-08 02:47:49] "GET /virtual-machine-interface/4124a4be-7d16-4f2c-afb0-410ceced1698 HTTP/1.1" 200 2967 0.005926 10.0.0.242 - - [2026-01-08 02:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.242 - - [2026-01-08 02:47:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004054 10.0.0.242 - - [2026-01-08 02:47:49] "GET /virtual-networks?parent_id=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002593 10.0.0.242 - - [2026-01-08 02:47:50] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006300 10.0.0.242 - - [2026-01-08 02:47:50] "POST /neutron/port HTTP/1.1" 200 1128 0.048470 10.0.0.242 - - [2026-01-08 02:47:50] "POST /neutron/subnet HTTP/1.1" 200 698 0.010308 10.0.0.242 - - [2026-01-08 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.242 - - [2026-01-08 02:47:53] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006361 10.0.0.242 - - [2026-01-08 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.242 - - [2026-01-08 02:47:57] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005750 10.0.0.242 - - [2026-01-08 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.242 - - [2026-01-08 02:48:01] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006557 10.0.0.242 - - [2026-01-08 02:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.242 - - [2026-01-08 02:48:05] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.026405 10.0.0.242 - - [2026-01-08 02:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.242 - - [2026-01-08 02:48:09] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006135 10.0.0.242 - - [2026-01-08 02:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.242 - - [2026-01-08 02:48:13] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006523 10.0.0.27 - - [2026-01-08 02:48:16] "DELETE /project/4df44e5a830f49269a1c63b1beda3efb HTTP/1.1" 404 173 0.003792 10.0.0.27 - - [2026-01-08 02:48:16] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000867 10.0.0.27 - - [2026-01-08 02:48:16] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.043279 10.0.0.27 - - [2026-01-08 02:48:16] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000983 10.0.0.27 - - [2026-01-08 02:48:16] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?fields=security_groups HTTP/1.1" 200 1343 0.044215 10.0.0.27 - - [2026-01-08 02:48:16] "DELETE /security-group/bd9eda07-2210-4f9c-9fcf-cb5cf62230de HTTP/1.1" 200 115 0.055441 10.0.0.27 - - [2026-01-08 02:48:16] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001219 10.0.0.242 - - [2026-01-08 02:48:16] "DELETE /access-control-list/dae6b80a-d68f-4eaf-ad71-019ff19c1d9c HTTP/1.1" 200 115 0.040433 10.0.0.27 - - [2026-01-08 02:48:16] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?fields=application_policy_sets HTTP/1.1" 200 1382 0.051590 10.0.0.27 - - [2026-01-08 02:48:16] "DELETE /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2 HTTP/1.1" 409 278 0.335788 10.0.0.242 - - [2026-01-08 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.242 - - [2026-01-08 02:48:17] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006326 10.0.0.50 - - [2026-01-08 02:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.27 - - [2026-01-08 02:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.50 - - [2026-01-08 02:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.27 - - [2026-01-08 02:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.50 - - [2026-01-08 02:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.50 - - [2026-01-08 02:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.27 - - [2026-01-08 02:48:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.27 - - [2026-01-08 02:48:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.242 - - [2026-01-08 02:48:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.242 - - [2026-01-08 02:48:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.242 - - [2026-01-08 02:48:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.242 - - [2026-01-08 02:48:20] "GET /global-system-configs HTTP/1.1" 401 293 0.001440 10.0.0.242 - - [2026-01-08 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.242 - - [2026-01-08 02:48:21] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006108 10.0.0.242 - - [2026-01-08 02:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.242 - - [2026-01-08 02:48:25] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.007247 10.0.0.242 - - [2026-01-08 02:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.242 - - [2026-01-08 02:48:28] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004781 10.0.0.242 - - [2026-01-08 02:48:28] "GET /virtual-networks?parent_id=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003005 10.0.0.242 - - [2026-01-08 02:48:28] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006355 10.0.0.242 - - [2026-01-08 02:48:28] "POST /neutron/port HTTP/1.1" 200 1128 0.020426 10.0.0.242 - - [2026-01-08 02:48:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009537 10.0.0.242 - - [2026-01-08 02:48:38] "POST /neutron/port HTTP/1.1" 200 1128 0.017557 10.0.0.242 - - [2026-01-08 02:48:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008365 10.0.0.242 - - [2026-01-08 02:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.242 - - [2026-01-08 02:48:48] "GET /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005707 10.0.0.242 - - [2026-01-08 02:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007348 10.0.0.242 - - [2026-01-08 02:48:49] "PUT /virtual-network/777d6dab-0e76-4e4a-b884-652de7b71f00 HTTP/1.1" 200 264 0.068831 10.0.0.242 - - [2026-01-08 02:48:52] "POST /neutron/network HTTP/1.1" 200 842 0.007060 10.0.0.242 - - [2026-01-08 02:48:52] "POST /neutron/port HTTP/1.1" 200 117 0.001426 10.0.0.242 - - [2026-01-08 02:48:54] "POST /neutron/network HTTP/1.1" 400 204 0.015574 10.0.0.242 - - [2026-01-08 02:48:54] "POST /neutron/port HTTP/1.1" 200 151 0.199149 10.0.0.242 - - [2026-01-08 02:48:56] "DELETE /route-target/ec2d8af1-f773-47fc-bbdf-d3a4a9d0838b HTTP/1.1" 200 115 0.032915 10.0.0.242 - - [2026-01-08 02:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.27 - - [2026-01-08 02:48:59] "GET /projects?obj_uuids=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001055 10.0.0.242 - - [2026-01-08 02:48:59] "GET /project/4df44e5a-830f-4926-9a1c-63b1beda3efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.046974 10.0.0.242 - - [2026-01-08 02:48:59] "POST /neutron/network HTTP/1.1" 200 117 0.012729 10.0.0.242 - - [2026-01-08 02:48:59] "POST /neutron/network HTTP/1.1" 200 833 0.013172 10.0.0.242 - - [2026-01-08 02:48:59] "POST /id-to-fqname HTTP/1.1" 200 226 0.001137 10.0.0.242 - - [2026-01-08 02:48:59] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004864 10.0.0.242 - - [2026-01-08 02:48:59] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005365 10.0.0.242 - - [2026-01-08 02:48:59] "POST /neutron/subnet HTTP/1.1" 200 730 0.013777 10.0.0.242 - - [2026-01-08 02:48:59] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006109 10.0.0.50 - - [2026-01-08 02:49:00] "GET /obj-perms HTTP/1.1" 200 5057 0.068482 10.0.0.27 - - [2026-01-08 02:49:00] "GET /obj-perms HTTP/1.1" 200 5057 0.003528 10.0.0.242 - - [2026-01-08 02:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.242 - - [2026-01-08 02:49:00] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006025 10.0.0.242 - - [2026-01-08 02:49:00] "POST /route-targets HTTP/1.1" 200 325 0.019107 10.0.0.242 - - [2026-01-08 02:49:00] "PUT /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b HTTP/1.1" 200 264 0.090947 10.0.0.242 - - [2026-01-08 02:49:05] "POST /id-to-fqname HTTP/1.1" 200 226 0.001472 10.0.0.27 - - [2026-01-08 02:49:06] "GET /projects?obj_uuids=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001096 10.0.0.242 - - [2026-01-08 02:49:06] "GET /project/4df44e5a-830f-4926-9a1c-63b1beda3efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.071085 10.0.0.242 - - [2026-01-08 02:49:06] "POST /neutron/port HTTP/1.1" 200 117 0.009240 10.0.0.242 - - [2026-01-08 02:49:07] "POST /neutron/network HTTP/1.1" 200 843 0.009048 10.0.0.242 - - [2026-01-08 02:49:07] "POST /neutron/port HTTP/1.1" 200 1065 0.043566 10.0.0.242 - - [2026-01-08 02:49:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004002 10.0.0.242 - - [2026-01-08 02:49:07] "POST /neutron/network HTTP/1.1" 200 833 0.007165 10.0.0.242 - - [2026-01-08 02:49:11] "POST /neutron/port HTTP/1.1" 200 1129 0.020512 10.0.0.242 - - [2026-01-08 02:49:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007577 10.0.0.242 - - [2026-01-08 02:49:12] "GET /virtual-machine/dc61947c-1436-4340-a6bf-9cf2a19e4dd5 HTTP/1.1" 200 1297 0.005895 10.0.0.242 - - [2026-01-08 02:49:12] "GET /virtual-machine-interface/d9e563c3-84aa-41fe-aa70-7d6eb1e36b15 HTTP/1.1" 200 2968 0.005131 10.0.0.242 - - [2026-01-08 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.242 - - [2026-01-08 02:49:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003714 10.0.0.242 - - [2026-01-08 02:49:12] "GET /virtual-networks?parent_id=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002467 10.0.0.242 - - [2026-01-08 02:49:12] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007962 10.0.0.242 - - [2026-01-08 02:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.242 - - [2026-01-08 02:49:15] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007155 10.0.0.242 - - [2026-01-08 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005538 10.0.0.242 - - [2026-01-08 02:49:19] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005563 10.0.0.242 - - [2026-01-08 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.242 - - [2026-01-08 02:49:23] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005804 10.0.0.242 - - [2026-01-08 02:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.242 - - [2026-01-08 02:49:27] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005595 10.0.0.242 - - [2026-01-08 02:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.242 - - [2026-01-08 02:49:31] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005832 10.0.0.242 - - [2026-01-08 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.242 - - [2026-01-08 02:49:35] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005703 10.0.0.242 - - [2026-01-08 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.242 - - [2026-01-08 02:49:39] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005435 10.0.0.242 - - [2026-01-08 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.242 - - [2026-01-08 02:49:43] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005575 10.0.0.242 - - [2026-01-08 02:49:45] "POST /neutron/network HTTP/1.1" 200 843 0.008931 10.0.0.242 - - [2026-01-08 02:49:45] "POST /neutron/port HTTP/1.1" 200 117 0.001623 10.0.0.242 - - [2026-01-08 02:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.242 - - [2026-01-08 02:49:47] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005582 10.0.0.242 - - [2026-01-08 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.242 - - [2026-01-08 02:49:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004738 10.0.0.242 - - [2026-01-08 02:49:50] "GET /virtual-networks?parent_id=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003586 10.0.0.242 - - [2026-01-08 02:49:50] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007689 10.0.0.242 - - [2026-01-08 02:49:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007787 10.0.0.242 - - [2026-01-08 02:50:00] "POST /neutron/port HTTP/1.1" 200 1129 0.021164 10.0.0.242 - - [2026-01-08 02:50:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008055 10.0.0.242 - - [2026-01-08 02:50:10] "POST /neutron/port HTTP/1.1" 200 1129 0.017320 10.0.0.242 - - [2026-01-08 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.242 - - [2026-01-08 02:50:16] "GET /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005440 10.0.0.242 - - [2026-01-08 02:50:16] "PUT /virtual-network/76984eb6-e6ab-4bfc-897f-b7001e572f6b HTTP/1.1" 200 264 0.054935 10.0.0.242 - - [2026-01-08 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006897 10.0.0.242 - - [2026-01-08 02:50:21] "POST /neutron/network HTTP/1.1" 400 204 0.016431 10.0.0.242 - - [2026-01-08 02:50:22] "POST /neutron/port HTTP/1.1" 200 151 0.158225 10.0.0.242 - - [2026-01-08 02:50:23] "DELETE /route-target/d50a9615-031c-457c-8c6b-c3afec7f4ee1 HTTP/1.1" 200 115 0.028929 10.0.0.27 - - [2026-01-08 02:50:25] "GET /projects?obj_uuids=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001060 10.0.0.242 - - [2026-01-08 02:50:25] "GET /project/4df44e5a-830f-4926-9a1c-63b1beda3efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.074766 10.0.0.27 - - [2026-01-08 02:50:25] "GET /projects?obj_uuids=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001037 10.0.0.242 - - [2026-01-08 02:50:25] "GET /project/4df44e5a-830f-4926-9a1c-63b1beda3efb?fields=virtual_networks HTTP/1.1" 200 1040 0.047625 10.0.0.27 - - [2026-01-08 02:50:25] "GET /projects?obj_uuids=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001424 10.0.0.242 - - [2026-01-08 02:50:25] "GET /project/4df44e5a-830f-4926-9a1c-63b1beda3efb?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.045371 10.0.0.27 - - [2026-01-08 02:50:25] "GET /projects?obj_uuids=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001154 10.0.0.242 - - [2026-01-08 02:50:25] "GET /project/4df44e5a-830f-4926-9a1c-63b1beda3efb?fields=security_groups HTTP/1.1" 200 1270 0.047469 10.0.0.242 - - [2026-01-08 02:50:26] "POST /fqname-to-id HTTP/1.1" 404 213 0.033604 10.0.0.27 - - [2026-01-08 02:50:26] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003433 10.0.0.27 - - [2026-01-08 02:50:26] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.27 - - [2026-01-08 02:50:26] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008856 10.0.0.27 - - [2026-01-08 02:50:26] "POST /id-to-fqname HTTP/1.1" 200 216 0.004423 10.0.0.27 - - [2026-01-08 02:50:26] "POST /fqname-to-id HTTP/1.1" 404 227 0.006592 10.0.0.27 - - [2026-01-08 02:50:26] "POST /security-groups HTTP/1.1" 200 616 0.088139 10.0.0.27 - - [2026-01-08 02:50:26] "POST /projects HTTP/1.1" 200 635 0.321709 10.0.0.242 - - [2026-01-08 02:50:26] "POST /fqname-to-id HTTP/1.1" 404 258 0.017287 10.0.0.27 - - [2026-01-08 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.400487 10.0.0.242 - - [2026-01-08 02:50:26] "GET /project/4ee39ea0-2596-454c-8122-64b156c5be81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.549791 10.0.0.242 - - [2026-01-08 02:50:28] "GET / HTTP/1.1" 200 35931 0.002229 10.0.0.242 - - [2026-01-08 02:50:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000650 10.0.0.242 - - [2026-01-08 02:50:30] "POST /fqname-to-id HTTP/1.1" 404 249 0.057502 10.0.0.27 - - [2026-01-08 02:50:30] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001101 10.0.0.242 - - [2026-01-08 02:50:30] "POST /access-control-lists HTTP/1.1" 200 643 0.035126 10.0.0.242 - - [2026-01-08 02:50:30] "PUT /access-control-list/f456a15d-a14c-4dd6-9727-374f067b5c10 HTTP/1.1" 200 272 0.015272 10.0.0.242 - - [2026-01-08 02:50:30] "POST /neutron/security_group HTTP/1.1" 200 1427 0.438178 10.0.0.242 - - [2026-01-08 02:50:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.148376 10.0.0.242 - - [2026-01-08 02:50:31] "PUT /access-control-list/eb290642-5124-4645-b6f5-ce63660c4293 HTTP/1.1" 200 272 0.020158 10.0.0.242 - - [2026-01-08 02:50:31] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.165683 10.0.0.242 - - [2026-01-08 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.242 - - [2026-01-08 02:50:31] "GET /security-group/ce5de209-7d0f-484d-8dac-2d964186db40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004951 10.0.0.242 - - [2026-01-08 02:50:32] "POST /fqname-to-id HTTP/1.1" 404 249 0.003057 10.0.0.242 - - [2026-01-08 02:50:32] "DELETE /access-control-list/f456a15d-a14c-4dd6-9727-374f067b5c10 HTTP/1.1" 200 115 0.036154 10.0.0.242 - - [2026-01-08 02:50:32] "POST /fqname-to-id HTTP/1.1" 404 249 0.003459 10.0.0.27 - - [2026-01-08 02:50:32] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000960 10.0.0.242 - - [2026-01-08 02:50:32] "POST /access-control-lists HTTP/1.1" 200 643 0.028287 10.0.0.242 - - [2026-01-08 02:50:32] "PUT /access-control-list/30edb87a-39eb-49c8-80e3-00b109e68f54 HTTP/1.1" 200 272 0.011224 10.0.0.242 - - [2026-01-08 02:50:32] "POST /neutron/security_group HTTP/1.1" 200 1427 0.421105 10.0.0.242 - - [2026-01-08 02:50:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.111786 10.0.0.242 - - [2026-01-08 02:50:33] "PUT /access-control-list/32b6e680-6c72-42b3-aee7-5e91a957d86a HTTP/1.1" 200 272 0.016472 10.0.0.242 - - [2026-01-08 02:50:33] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.143294 10.0.0.242 - - [2026-01-08 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.242 - - [2026-01-08 02:50:33] "GET /security-group/ff2cb143-0a57-4e9c-a1cc-691323c22dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.009556 10.0.0.242 - - [2026-01-08 02:50:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169198 10.0.0.242 - - [2026-01-08 02:50:34] "PUT /access-control-list/32b6e680-6c72-42b3-aee7-5e91a957d86a HTTP/1.1" 200 272 0.021601 10.0.0.242 - - [2026-01-08 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.27 - - [2026-01-08 02:50:34] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000964 10.0.0.242 - - [2026-01-08 02:50:34] "GET /project/4ee39ea0-2596-454c-8122-64b156c5be81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.043771 10.0.0.242 - - [2026-01-08 02:50:34] "POST /neutron/network HTTP/1.1" 200 117 0.011044 10.0.0.242 - - [2026-01-08 02:50:34] "POST /route-targets HTTP/1.1" 200 327 0.013296 10.0.0.27 - - [2026-01-08 02:50:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004521 10.0.0.242 - - [2026-01-08 02:50:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.050338 10.0.0.242 - - [2026-01-08 02:50:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.255906 10.0.0.242 - - [2026-01-08 02:50:35] "POST /id-to-fqname HTTP/1.1" 200 290 0.001369 10.0.0.242 - - [2026-01-08 02:50:35] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005829 10.0.0.242 - - [2026-01-08 02:50:35] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006987 10.0.0.242 - - [2026-01-08 02:50:35] "POST /neutron/network HTTP/1.1" 200 1112 0.009446 10.0.0.242 - - [2026-01-08 02:50:35] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006107 10.0.0.242 - - [2026-01-08 02:50:36] "GET /obj-perms HTTP/1.1" 200 5099 0.057416 10.0.0.242 - - [2026-01-08 02:50:36] "POST /id-to-fqname HTTP/1.1" 200 290 0.001419 10.0.0.242 - - [2026-01-08 02:50:37] "POST /neutron/security_group HTTP/1.1" 200 1455 0.010684 10.0.0.27 - - [2026-01-08 02:50:37] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001009 10.0.0.242 - - [2026-01-08 02:50:37] "GET /project/4ee39ea0-2596-454c-8122-64b156c5be81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.074300 10.0.0.242 - - [2026-01-08 02:50:38] "POST /neutron/port HTTP/1.1" 200 117 0.006404 10.0.0.242 - - [2026-01-08 02:50:38] "POST /id-to-fqname HTTP/1.1" 200 290 0.001375 10.0.0.242 - - [2026-01-08 02:50:38] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007916 10.0.0.27 - - [2026-01-08 02:50:38] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001112 10.0.0.242 - - [2026-01-08 02:50:38] "POST /neutron/security_group HTTP/1.1" 200 3456 0.077314 10.0.0.242 - - [2026-01-08 02:50:39] "POST /neutron/port HTTP/1.1" 200 1191 0.022451 10.0.0.27 - - [2026-01-08 02:50:39] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001064 10.0.0.242 - - [2026-01-08 02:50:39] "GET /project/4ee39ea0-2596-454c-8122-64b156c5be81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.132778 10.0.0.242 - - [2026-01-08 02:50:39] "POST /neutron/port HTTP/1.1" 200 1255 0.025078 10.0.0.242 - - [2026-01-08 02:50:39] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016565 10.0.0.242 - - [2026-01-08 02:50:39] "POST /neutron/network HTTP/1.1" 200 1112 0.008390 10.0.0.242 - - [2026-01-08 02:50:39] "POST /neutron/port HTTP/1.1" 200 117 0.007153 10.0.0.242 - - [2026-01-08 02:50:39] "POST /neutron/network HTTP/1.1" 200 1122 0.006608 10.0.0.242 - - [2026-01-08 02:50:40] "POST /neutron/port HTTP/1.1" 200 1191 0.024907 10.0.0.242 - - [2026-01-08 02:50:40] "POST /neutron/port HTTP/1.1" 200 1255 0.018850 10.0.0.242 - - [2026-01-08 02:50:40] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012999 10.0.0.242 - - [2026-01-08 02:50:40] "POST /neutron/network HTTP/1.1" 200 1112 0.009663 10.0.0.242 - - [2026-01-08 02:50:44] "POST /neutron/port HTTP/1.1" 200 1255 0.017134 10.0.0.242 - - [2026-01-08 02:50:44] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007245 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 401 293 0.000443 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 200 1317 0.032017 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 200 1317 0.003398 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-machine-interface/b01db88f-a833-4450-a95a-6308fb0e8fb9 HTTP/1.1" 200 3418 0.007499 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 200 1317 0.004546 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-machine-interface/b01db88f-a833-4450-a95a-6308fb0e8fb9 HTTP/1.1" 200 3418 0.005576 10.0.0.242 - - [2026-01-08 02:50:45] "GET /instance-ip/087ddc53-fed1-4f12-b3b6-efe8fe871f6e HTTP/1.1" 200 1733 0.006294 10.0.0.242 - - [2026-01-08 02:50:45] "GET /instance-ip/0fdc164d-5243-4819-92a2-202b9594b426 HTTP/1.1" 200 1715 0.010806 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 200 1317 0.004760 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-machine-interface/b01db88f-a833-4450-a95a-6308fb0e8fb9 HTTP/1.1" 200 3418 0.006347 10.0.0.242 - - [2026-01-08 02:50:45] "GET /instance-ip/087ddc53-fed1-4f12-b3b6-efe8fe871f6e HTTP/1.1" 200 1733 0.004265 10.0.0.242 - - [2026-01-08 02:50:45] "GET /instance-ip/0fdc164d-5243-4819-92a2-202b9594b426 HTTP/1.1" 200 1715 0.004167 10.0.0.242 - - [2026-01-08 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.242 - - [2026-01-08 02:50:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003350 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002935 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007447 10.0.0.242 - - [2026-01-08 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.242 - - [2026-01-08 02:50:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005748 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003648 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006856 10.0.0.242 - - [2026-01-08 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.242 - - [2026-01-08 02:50:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004187 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002999 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006224 10.0.0.242 - - [2026-01-08 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.242 - - [2026-01-08 02:50:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004300 10.0.0.242 - - [2026-01-08 02:50:45] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003288 10.0.0.242 - - [2026-01-08 02:50:46] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006923 10.0.0.242 - - [2026-01-08 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.242 - - [2026-01-08 02:50:46] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005110 10.0.0.242 - - [2026-01-08 02:50:46] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003471 10.0.0.242 - - [2026-01-08 02:50:46] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007926 10.0.0.242 - - [2026-01-08 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.242 - - [2026-01-08 02:50:46] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004050 10.0.0.242 - - [2026-01-08 02:50:46] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002862 10.0.0.242 - - [2026-01-08 02:50:46] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007579 10.0.0.242 - - [2026-01-08 02:50:46] "POST /neutron/port HTTP/1.1" 200 1255 0.021357 10.0.0.242 - - [2026-01-08 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.242 - - [2026-01-08 02:50:46] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003749 10.0.0.242 - - [2026-01-08 02:50:46] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004162 10.0.0.242 - - [2026-01-08 02:50:46] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006220 10.0.0.242 - - [2026-01-08 02:50:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003493 10.0.0.242 - - [2026-01-08 02:50:46] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.242 - - [2026-01-08 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.242 - - [2026-01-08 02:50:49] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005493 10.0.0.242 - - [2026-01-08 02:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.242 - - [2026-01-08 02:50:53] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007344 10.0.0.242 - - [2026-01-08 02:50:56] "POST /neutron/port HTTP/1.1" 200 1255 0.020350 10.0.0.242 - - [2026-01-08 02:50:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004285 10.0.0.242 - - [2026-01-08 02:50:56] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.242 - - [2026-01-08 02:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.242 - - [2026-01-08 02:50:57] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007222 10.0.0.242 - - [2026-01-08 02:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.242 - - [2026-01-08 02:51:01] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006818 10.0.0.242 - - [2026-01-08 02:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.242 - - [2026-01-08 02:51:05] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005041 10.0.0.242 - - [2026-01-08 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.242 - - [2026-01-08 02:51:09] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005195 10.0.0.242 - - [2026-01-08 02:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.242 - - [2026-01-08 02:51:14] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005436 10.0.0.27 - - [2026-01-08 02:51:16] "DELETE /project/4ee39ea02596454c812264b156c5be81 HTTP/1.1" 404 173 0.058230 10.0.0.27 - - [2026-01-08 02:51:16] "GET /projects?obj_uuids=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001324 10.0.0.27 - - [2026-01-08 02:51:16] "GET /project/4df44e5a-830f-4926-9a1c-63b1beda3efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.114158 10.0.0.27 - - [2026-01-08 02:51:16] "GET /projects?obj_uuids=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000933 10.0.0.27 - - [2026-01-08 02:51:16] "GET /project/4df44e5a-830f-4926-9a1c-63b1beda3efb?fields=security_groups HTTP/1.1" 200 1375 0.053494 10.0.0.27 - - [2026-01-08 02:51:17] "DELETE /security-group/e870db4b-553f-4b8f-80a4-fb0d4e532a33 HTTP/1.1" 200 115 0.079780 10.0.0.27 - - [2026-01-08 02:51:17] "GET /projects?obj_uuids=4df44e5a-830f-4926-9a1c-63b1beda3efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001103 10.0.0.27 - - [2026-01-08 02:51:17] "GET /project/4df44e5a-830f-4926-9a1c-63b1beda3efb?fields=application_policy_sets HTTP/1.1" 200 1414 0.062837 10.0.0.242 - - [2026-01-08 02:51:17] "DELETE /access-control-list/f737f898-00ac-49eb-b2ea-4e5aad725273 HTTP/1.1" 200 115 0.115347 10.0.0.27 - - [2026-01-08 02:51:17] "DELETE /project/4df44e5a-830f-4926-9a1c-63b1beda3efb HTTP/1.1" 200 115 0.600735 10.0.0.242 - - [2026-01-08 02:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005919 10.0.0.242 - - [2026-01-08 02:51:18] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005743 10.0.0.242 - - [2026-01-08 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.242 - - [2026-01-08 02:51:20] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004014 10.0.0.242 - - [2026-01-08 02:51:20] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003819 10.0.0.242 - - [2026-01-08 02:51:20] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005914 10.0.0.242 - - [2026-01-08 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.242 - - [2026-01-08 02:51:20] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005369 10.0.0.242 - - [2026-01-08 02:51:20] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003963 10.0.0.242 - - [2026-01-08 02:51:20] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006025 10.0.0.242 - - [2026-01-08 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.242 - - [2026-01-08 02:51:20] "GET /routing-instance/8b26f25d-6ea6-4c6d-885b-8e37dd667de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005255 10.0.0.242 - - [2026-01-08 02:51:20] "GET /route-target/3624a8d0-cb93-430d-b773-d5db733b6836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003868 10.0.0.242 - - [2026-01-08 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.242 - - [2026-01-08 02:51:20] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004327 10.0.0.242 - - [2026-01-08 02:51:20] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003580 10.0.0.242 - - [2026-01-08 02:51:20] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007719 10.0.0.242 - - [2026-01-08 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.242 - - [2026-01-08 02:51:20] "GET /routing-instance/8b26f25d-6ea6-4c6d-885b-8e37dd667de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004727 10.0.0.242 - - [2026-01-08 02:51:20] "GET /route-target/3624a8d0-cb93-430d-b773-d5db733b6836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003342 10.0.0.242 - - [2026-01-08 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.242 - - [2026-01-08 02:51:20] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004447 10.0.0.242 - - [2026-01-08 02:51:20] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002861 10.0.0.242 - - [2026-01-08 02:51:20] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007524 10.0.0.242 - - [2026-01-08 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.242 - - [2026-01-08 02:51:20] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004058 10.0.0.242 - - [2026-01-08 02:51:20] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003580 10.0.0.242 - - [2026-01-08 02:51:21] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006910 10.0.0.242 - - [2026-01-08 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.242 - - [2026-01-08 02:51:21] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005362 10.0.0.242 - - [2026-01-08 02:51:21] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003595 10.0.0.242 - - [2026-01-08 02:51:21] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006060 10.0.0.27 - - [2026-01-08 02:51:21] "GET /obj-perms HTTP/1.1" 200 5099 0.053797 10.0.0.242 - - [2026-01-08 02:51:21] "GET /obj-perms HTTP/1.1" 200 5099 0.004189 10.0.0.242 - - [2026-01-08 02:51:21] "GET /obj-perms HTTP/1.1" 200 5099 0.004296 10.0.0.50 - - [2026-01-08 02:51:21] "GET /obj-perms HTTP/1.1" 200 5099 0.057748 10.0.0.27 - - [2026-01-08 02:51:21] "GET /obj-perms HTTP/1.1" 200 5099 0.005553 10.0.0.242 - - [2026-01-08 02:51:21] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 200 1317 0.005080 10.0.0.242 - - [2026-01-08 02:51:21] "GET /virtual-machine-interface/b01db88f-a833-4450-a95a-6308fb0e8fb9 HTTP/1.1" 200 3418 0.005653 10.0.0.242 - - [2026-01-08 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.242 - - [2026-01-08 02:51:21] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003461 10.0.0.242 - - [2026-01-08 02:51:21] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003055 10.0.0.242 - - [2026-01-08 02:51:21] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006706 10.0.0.242 - - [2026-01-08 02:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.242 - - [2026-01-08 02:51:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003615 10.0.0.242 - - [2026-01-08 02:51:22] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002967 10.0.0.242 - - [2026-01-08 02:51:23] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005877 10.0.0.242 - - [2026-01-08 02:51:23] "POST /neutron/port HTTP/1.1" 200 1255 0.017600 10.0.0.242 - - [2026-01-08 02:51:28] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007873 10.0.0.242 - - [2026-01-08 02:51:31] "POST /neutron/port HTTP/1.1" 200 1255 0.045779 10.0.0.242 - - [2026-01-08 02:51:33] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008531 10.0.0.242 - - [2026-01-08 02:51:38] "POST /neutron/port HTTP/1.1" 200 1255 0.025434 10.0.0.242 - - [2026-01-08 02:51:38] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008250 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-machine/45840975-bfac-4bdf-867b-310f63bf7dc0 HTTP/1.1" 200 1316 0.006202 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-machine/45840975-bfac-4bdf-867b-310f63bf7dc0 HTTP/1.1" 200 1316 0.003878 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-machine-interface/3b7f7ee0-aeed-470b-af95-c27fb49486e4 HTTP/1.1" 200 3417 0.005242 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-machine/45840975-bfac-4bdf-867b-310f63bf7dc0 HTTP/1.1" 200 1316 0.003673 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-machine-interface/3b7f7ee0-aeed-470b-af95-c27fb49486e4 HTTP/1.1" 200 3417 0.005263 10.0.0.242 - - [2026-01-08 02:51:39] "GET /instance-ip/5af7b9f4-8e48-4e81-8aaa-cf773bb95fbe HTTP/1.1" 200 1733 0.006171 10.0.0.242 - - [2026-01-08 02:51:39] "GET /instance-ip/7d86721a-026d-409e-bdf4-330137e79103 HTTP/1.1" 200 1715 0.008045 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-machine/45840975-bfac-4bdf-867b-310f63bf7dc0 HTTP/1.1" 200 1316 0.004320 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-machine-interface/3b7f7ee0-aeed-470b-af95-c27fb49486e4 HTTP/1.1" 200 3417 0.005580 10.0.0.242 - - [2026-01-08 02:51:39] "GET /instance-ip/5af7b9f4-8e48-4e81-8aaa-cf773bb95fbe HTTP/1.1" 200 1733 0.004851 10.0.0.242 - - [2026-01-08 02:51:39] "GET /instance-ip/7d86721a-026d-409e-bdf4-330137e79103 HTTP/1.1" 200 1715 0.004706 10.0.0.242 - - [2026-01-08 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.242 - - [2026-01-08 02:51:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003798 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003365 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005894 10.0.0.242 - - [2026-01-08 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.242 - - [2026-01-08 02:51:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004591 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002994 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005978 10.0.0.242 - - [2026-01-08 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.242 - - [2026-01-08 02:51:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004238 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003321 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006059 10.0.0.242 - - [2026-01-08 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.242 - - [2026-01-08 02:51:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005038 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002995 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006163 10.0.0.242 - - [2026-01-08 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.242 - - [2026-01-08 02:51:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006059 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003128 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006215 10.0.0.242 - - [2026-01-08 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.242 - - [2026-01-08 02:51:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004980 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003550 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006759 10.0.0.242 - - [2026-01-08 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.242 - - [2026-01-08 02:51:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004797 10.0.0.242 - - [2026-01-08 02:51:39] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002966 10.0.0.242 - - [2026-01-08 02:51:40] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005856 10.0.0.242 - - [2026-01-08 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.242 - - [2026-01-08 02:51:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004772 10.0.0.242 - - [2026-01-08 02:51:41] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003242 10.0.0.242 - - [2026-01-08 02:51:41] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008311 10.0.0.242 - - [2026-01-08 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.242 - - [2026-01-08 02:51:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004936 10.0.0.242 - - [2026-01-08 02:51:41] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003538 10.0.0.242 - - [2026-01-08 02:51:41] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007110 10.0.0.242 - - [2026-01-08 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.242 - - [2026-01-08 02:51:41] "GET /routing-instance/8b26f25d-6ea6-4c6d-885b-8e37dd667de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005448 10.0.0.242 - - [2026-01-08 02:51:41] "GET /route-target/3624a8d0-cb93-430d-b773-d5db733b6836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003689 10.0.0.242 - - [2026-01-08 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.242 - - [2026-01-08 02:51:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004096 10.0.0.242 - - [2026-01-08 02:51:41] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003619 10.0.0.242 - - [2026-01-08 02:51:41] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006459 10.0.0.242 - - [2026-01-08 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.242 - - [2026-01-08 02:51:41] "GET /routing-instance/8b26f25d-6ea6-4c6d-885b-8e37dd667de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004607 10.0.0.242 - - [2026-01-08 02:51:41] "GET /route-target/3624a8d0-cb93-430d-b773-d5db733b6836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003809 10.0.0.242 - - [2026-01-08 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.242 - - [2026-01-08 02:51:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005139 10.0.0.242 - - [2026-01-08 02:51:41] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003260 10.0.0.242 - - [2026-01-08 02:51:41] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006642 10.0.0.242 - - [2026-01-08 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.242 - - [2026-01-08 02:51:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004925 10.0.0.242 - - [2026-01-08 02:51:41] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002970 10.0.0.242 - - [2026-01-08 02:51:41] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005966 10.0.0.242 - - [2026-01-08 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.242 - - [2026-01-08 02:51:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004129 10.0.0.242 - - [2026-01-08 02:51:41] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003016 10.0.0.242 - - [2026-01-08 02:51:41] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005896 10.0.0.242 - - [2026-01-08 02:51:42] "GET /obj-perms HTTP/1.1" 200 5099 0.004353 10.0.0.242 - - [2026-01-08 02:51:42] "GET /obj-perms HTTP/1.1" 200 5099 0.003901 10.0.0.27 - - [2026-01-08 02:51:42] "GET /obj-perms HTTP/1.1" 200 5099 0.004589 10.0.0.242 - - [2026-01-08 02:51:42] "GET /obj-perms HTTP/1.1" 200 5099 0.004038 10.0.0.50 - - [2026-01-08 02:51:42] "GET /obj-perms HTTP/1.1" 200 5099 0.003873 10.0.0.242 - - [2026-01-08 02:51:42] "GET /virtual-machine/45840975-bfac-4bdf-867b-310f63bf7dc0 HTTP/1.1" 200 1316 0.004561 10.0.0.242 - - [2026-01-08 02:51:42] "GET /virtual-machine-interface/3b7f7ee0-aeed-470b-af95-c27fb49486e4 HTTP/1.1" 200 3417 0.005658 10.0.0.242 - - [2026-01-08 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.242 - - [2026-01-08 02:51:42] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003386 10.0.0.242 - - [2026-01-08 02:51:42] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003044 10.0.0.242 - - [2026-01-08 02:51:42] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006226 10.0.0.242 - - [2026-01-08 02:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.242 - - [2026-01-08 02:51:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003677 10.0.0.242 - - [2026-01-08 02:51:43] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003543 10.0.0.242 - - [2026-01-08 02:51:43] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006583 10.0.0.242 - - [2026-01-08 02:51:43] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 200 1317 0.004653 10.0.0.242 - - [2026-01-08 02:51:43] "GET /virtual-machine-interface/b01db88f-a833-4450-a95a-6308fb0e8fb9 HTTP/1.1" 200 3418 0.005889 10.0.0.242 - - [2026-01-08 02:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.242 - - [2026-01-08 02:51:43] "GET /security-group/ff2cb143-0a57-4e9c-a1cc-691323c22dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004233 10.0.0.242 - - [2026-01-08 02:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.242 - - [2026-01-08 02:51:43] "GET /security-group/ff2cb143-0a57-4e9c-a1cc-691323c22dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004483 10.0.0.242 - - [2026-01-08 02:51:43] "POST /neutron/security_group HTTP/1.1" 200 1481 0.005708 10.0.0.242 - - [2026-01-08 02:51:43] "POST /neutron/port HTTP/1.1" 200 1245 0.016531 10.0.0.242 - - [2026-01-08 02:51:44] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 200 1317 0.005077 10.0.0.242 - - [2026-01-08 02:51:44] "GET /virtual-machine-interface/b01db88f-a833-4450-a95a-6308fb0e8fb9 HTTP/1.1" 200 3362 0.011495 10.0.0.242 - - [2026-01-08 02:51:44] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008806 10.0.0.242 - - [2026-01-08 02:51:44] "POST /neutron/port HTTP/1.1" 200 1207 0.032482 10.0.0.242 - - [2026-01-08 02:51:44] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 200 1317 0.005868 10.0.0.242 - - [2026-01-08 02:51:44] "GET /virtual-machine-interface/b01db88f-a833-4450-a95a-6308fb0e8fb9 HTTP/1.1" 200 3418 0.010839 10.0.0.242 - - [2026-01-08 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.242 - - [2026-01-08 02:51:44] "GET /security-group/ff2cb143-0a57-4e9c-a1cc-691323c22dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005017 10.0.0.242 - - [2026-01-08 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.242 - - [2026-01-08 02:51:44] "GET /security-group/ff2cb143-0a57-4e9c-a1cc-691323c22dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004904 10.0.0.242 - - [2026-01-08 02:51:44] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004704 10.0.0.242 - - [2026-01-08 02:51:47] "POST /neutron/port HTTP/1.1" 200 1255 0.021351 10.0.0.242 - - [2026-01-08 02:51:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004162 10.0.0.242 - - [2026-01-08 02:51:47] "POST /neutron/port HTTP/1.1" 200 117 0.001398 10.0.0.242 - - [2026-01-08 02:51:58] "POST /neutron/port HTTP/1.1" 200 1255 0.018713 10.0.0.242 - - [2026-01-08 02:51:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004088 10.0.0.242 - - [2026-01-08 02:51:58] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.242 - - [2026-01-08 02:52:47] "POST /neutron/port HTTP/1.1" 200 1255 0.017613 10.0.0.242 - - [2026-01-08 02:52:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004006 10.0.0.242 - - [2026-01-08 02:52:47] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.242 - - [2026-01-08 02:52:51] "GET /obj-perms HTTP/1.1" 200 5075 0.068310 10.0.0.242 - - [2026-01-08 02:53:00] "POST /neutron/port HTTP/1.1" 200 1255 0.046752 10.0.0.242 - - [2026-01-08 02:53:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003966 10.0.0.242 - - [2026-01-08 02:53:00] "POST /neutron/port HTTP/1.1" 200 117 0.001565 10.0.0.50 - - [2026-01-08 02:53:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.50 - - [2026-01-08 02:53:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.27 - - [2026-01-08 02:53:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.27 - - [2026-01-08 02:53:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.242 - - [2026-01-08 02:53:18] "POST /neutron/security_group_rule HTTP/1.1" 200 563 0.009312 10.0.0.50 - - [2026-01-08 02:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.50 - - [2026-01-08 02:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.242 - - [2026-01-08 02:53:19] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.178548 10.0.0.242 - - [2026-01-08 02:53:19] "PUT /access-control-list/32b6e680-6c72-42b3-aee7-5e91a957d86a HTTP/1.1" 200 272 0.021580 10.0.0.27 - - [2026-01-08 02:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.27 - - [2026-01-08 02:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.242 - - [2026-01-08 02:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.242 - - [2026-01-08 02:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.242 - - [2026-01-08 02:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.242 - - [2026-01-08 02:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.001355 10.0.0.242 - - [2026-01-08 02:53:22] "POST /neutron/security_group HTTP/1.1" 200 1453 0.007640 10.0.0.242 - - [2026-01-08 02:53:22] "POST /neutron/port HTTP/1.1" 200 1245 0.014971 10.0.0.242 - - [2026-01-08 02:53:22] "GET /virtual-machine/45840975-bfac-4bdf-867b-310f63bf7dc0 HTTP/1.1" 200 1316 0.005615 10.0.0.242 - - [2026-01-08 02:53:22] "POST /neutron/port HTTP/1.1" 200 1207 0.019948 10.0.0.242 - - [2026-01-08 02:53:24] "GET /virtual-machine/45840975-bfac-4bdf-867b-310f63bf7dc0 HTTP/1.1" 404 171 0.003561 10.0.0.242 - - [2026-01-08 02:53:24] "GET /virtual-machine/45840975-bfac-4bdf-867b-310f63bf7dc0 HTTP/1.1" 404 171 0.003256 10.0.0.242 - - [2026-01-08 02:53:24] "GET /virtual-machine/45840975-bfac-4bdf-867b-310f63bf7dc0 HTTP/1.1" 404 171 0.003245 10.0.0.242 - - [2026-01-08 02:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.242 - - [2026-01-08 02:53:24] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004194 10.0.0.242 - - [2026-01-08 02:53:24] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003481 10.0.0.242 - - [2026-01-08 02:53:24] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006571 10.0.0.242 - - [2026-01-08 02:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.242 - - [2026-01-08 02:53:24] "GET /routing-instance/8b26f25d-6ea6-4c6d-885b-8e37dd667de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004426 10.0.0.242 - - [2026-01-08 02:53:24] "GET /route-target/3624a8d0-cb93-430d-b773-d5db733b6836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004205 10.0.0.242 - - [2026-01-08 02:53:28] "GET /obj-perms HTTP/1.1" 200 5099 0.004627 10.0.0.242 - - [2026-01-08 02:53:31] "GET /obj-perms HTTP/1.1" 200 5099 0.004815 10.0.0.242 - - [2026-01-08 02:53:37] "GET /obj-perms HTTP/1.1" 200 5099 0.004312 10.0.0.242 - - [2026-01-08 02:53:40] "GET /obj-perms HTTP/1.1" 200 5099 0.004750 10.0.0.242 - - [2026-01-08 02:53:46] "GET /obj-perms HTTP/1.1" 200 5099 0.004370 10.0.0.242 - - [2026-01-08 02:53:49] "GET /obj-perms HTTP/1.1" 200 5099 0.003925 10.0.0.50 - - [2026-01-08 02:53:49] "GET /obj-perms HTTP/1.1" 200 5099 0.003866 10.0.0.27 - - [2026-01-08 02:53:49] "GET /obj-perms HTTP/1.1" 200 5099 0.003947 10.0.0.242 - - [2026-01-08 02:53:49] "POST /neutron/port HTTP/1.1" 200 1255 0.018348 10.0.0.242 - - [2026-01-08 02:53:49] "POST /neutron/port HTTP/1.1" 200 1207 0.095568 10.0.0.242 - - [2026-01-08 02:53:50] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 200 1317 0.004889 10.0.0.242 - - [2026-01-08 02:53:50] "POST /neutron/port HTTP/1.1" 200 151 0.248893 10.0.0.242 - - [2026-01-08 02:53:52] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 404 171 0.003388 10.0.0.242 - - [2026-01-08 02:53:52] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 404 171 0.002656 10.0.0.242 - - [2026-01-08 02:53:52] "GET /virtual-machine/43182327-36f3-4c35-8d8a-729cc6f2bca7 HTTP/1.1" 404 171 0.003399 10.0.0.242 - - [2026-01-08 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.242 - - [2026-01-08 02:53:52] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003816 10.0.0.242 - - [2026-01-08 02:53:52] "GET /virtual-networks?parent_id=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003893 10.0.0.242 - - [2026-01-08 02:53:52] "GET /virtual-network/eb84114f-6817-4c99-9772-15a119c2faa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006151 10.0.0.242 - - [2026-01-08 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.242 - - [2026-01-08 02:53:52] "GET /routing-instance/8b26f25d-6ea6-4c6d-885b-8e37dd667de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004576 10.0.0.242 - - [2026-01-08 02:53:52] "GET /route-target/3624a8d0-cb93-430d-b773-d5db733b6836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004306 10.0.0.242 - - [2026-01-08 02:53:52] "GET /obj-perms HTTP/1.1" 200 5075 0.082935 10.0.0.242 - - [2026-01-08 02:53:55] "GET /obj-perms HTTP/1.1" 200 5099 0.004248 10.0.0.50 - - [2026-01-08 02:53:55] "GET /obj-perms HTTP/1.1" 200 5099 0.004023 10.0.0.242 - - [2026-01-08 02:53:56] "POST /neutron/security_group HTTP/1.1" 200 1479 0.005639 10.0.0.242 - - [2026-01-08 02:53:56] "POST /fqname-to-id HTTP/1.1" 404 249 0.003862 10.0.0.242 - - [2026-01-08 02:53:56] "DELETE /access-control-list/30edb87a-39eb-49c8-80e3-00b109e68f54 HTTP/1.1" 200 115 0.047538 10.0.0.27 - - [2026-01-08 02:53:57] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001023 10.0.0.242 - - [2026-01-08 02:53:57] "GET /project/4ee39ea0-2596-454c-8122-64b156c5be81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.042102 10.0.0.27 - - [2026-01-08 02:53:57] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001101 10.0.0.242 - - [2026-01-08 02:53:57] "GET /project/4ee39ea0-2596-454c-8122-64b156c5be81?fields=virtual_networks HTTP/1.1" 200 1081 0.047105 10.0.0.27 - - [2026-01-08 02:53:57] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001014 10.0.0.242 - - [2026-01-08 02:53:58] "GET /project/4ee39ea0-2596-454c-8122-64b156c5be81?fields=virtual_machine_interfaces HTTP/1.1" 200 1081 0.044652 10.0.0.27 - - [2026-01-08 02:53:58] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001367 10.0.0.242 - - [2026-01-08 02:53:58] "GET /project/4ee39ea0-2596-454c-8122-64b156c5be81?fields=security_groups HTTP/1.1" 200 1332 0.050164 10.0.0.242 - - [2026-01-08 02:53:58] "POST /fqname-to-id HTTP/1.1" 404 218 0.027375 10.0.0.27 - - [2026-01-08 02:53:59] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003647 10.0.0.27 - - [2026-01-08 02:53:59] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001471 10.0.0.27 - - [2026-01-08 02:53:59] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008542 10.0.0.27 - - [2026-01-08 02:53:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.005182 10.0.0.27 - - [2026-01-08 02:53:59] "POST /fqname-to-id HTTP/1.1" 404 232 0.005967 10.0.0.27 - - [2026-01-08 02:53:59] "POST /security-groups HTTP/1.1" 200 621 0.077078 10.0.0.27 - - [2026-01-08 02:53:59] "POST /projects HTTP/1.1" 200 645 0.281823 10.0.0.242 - - [2026-01-08 02:53:59] "POST /access-control-lists HTTP/1.1" 200 626 0.027734 10.0.0.27 - - [2026-01-08 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.352795 10.0.0.242 - - [2026-01-08 02:53:59] "GET /project/23730246-7a15-49e0-98e3-18cea0e95d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.496578 10.0.0.242 - - [2026-01-08 02:54:00] "GET / HTTP/1.1" 200 35931 0.001668 10.0.0.242 - - [2026-01-08 02:54:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000473 10.0.0.242 - - [2026-01-08 02:54:02] "POST /fqname-to-id HTTP/1.1" 404 254 0.062921 10.0.0.242 - - [2026-01-08 02:54:02] "POST /security-groups HTTP/1.1" 200 595 0.045178 10.0.0.242 - - [2026-01-08 02:54:02] "POST /fqname-to-id HTTP/1.1" 404 286 0.003623 10.0.0.242 - - [2026-01-08 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.242 - - [2026-01-08 02:54:02] "POST /access-control-lists HTTP/1.1" 200 646 0.028300 10.0.0.242 - - [2026-01-08 02:54:02] "GET /security-group/d8eb0bd8-4441-4b36-ae68-57a2525970fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.010440 10.0.0.242 - - [2026-01-08 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007313 10.0.0.242 - - [2026-01-08 02:54:02] "GET /security-group/d8eb0bd8-4441-4b36-ae68-57a2525970fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005684 10.0.0.242 - - [2026-01-08 02:54:03] "DELETE /security-group/d8eb0bd8-4441-4b36-ae68-57a2525970fc HTTP/1.1" 200 115 0.048462 10.0.0.242 - - [2026-01-08 02:54:03] "POST /fqname-to-id HTTP/1.1" 404 254 0.007766 10.0.0.242 - - [2026-01-08 02:54:04] "POST /fqname-to-id HTTP/1.1" 404 254 0.003501 10.0.0.242 - - [2026-01-08 02:54:04] "POST /security-groups HTTP/1.1" 200 595 0.036158 10.0.0.242 - - [2026-01-08 02:54:04] "POST /fqname-to-id HTTP/1.1" 404 286 0.003278 10.0.0.242 - - [2026-01-08 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.242 - - [2026-01-08 02:54:04] "GET /security-group/1c451298-b9ec-4b05-ae31-c39f40fb299f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005994 10.0.0.242 - - [2026-01-08 02:54:04] "POST /access-control-lists HTTP/1.1" 200 646 0.035891 10.0.0.242 - - [2026-01-08 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.011233 10.0.0.242 - - [2026-01-08 02:54:04] "GET /security-group/1c451298-b9ec-4b05-ae31-c39f40fb299f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005429 10.0.0.242 - - [2026-01-08 02:54:04] "GET /security-group/1c451298-b9ec-4b05-ae31-c39f40fb299f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004747 10.0.0.242 - - [2026-01-08 02:54:04] "PUT /security-group/1c451298-b9ec-4b05-ae31-c39f40fb299f HTTP/1.1" 200 262 0.020918 10.0.0.242 - - [2026-01-08 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.27 - - [2026-01-08 02:54:04] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001179 10.0.0.242 - - [2026-01-08 02:54:04] "GET /project/23730246-7a15-49e0-98e3-18cea0e95d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.035295 10.0.0.27 - - [2026-01-08 02:54:04] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001069 10.0.0.242 - - [2026-01-08 02:54:05] "POST /neutron/network HTTP/1.1" 200 735 0.174089 10.0.0.242 - - [2026-01-08 02:54:05] "POST /route-targets HTTP/1.1" 200 327 0.018250 10.0.0.242 - - [2026-01-08 02:54:05] "POST /id-to-fqname HTTP/1.1" 200 300 0.003554 10.0.0.242 - - [2026-01-08 02:54:05] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006123 10.0.0.242 - - [2026-01-08 02:54:05] "POST /neutron/network HTTP/1.1" 200 954 0.006653 10.0.0.242 - - [2026-01-08 02:54:05] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005552 10.0.0.242 - - [2026-01-08 02:54:05] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005824 10.0.0.27 - - [2026-01-08 02:54:07] "GET /obj-perms HTTP/1.1" 200 5109 0.058743 10.0.0.242 - - [2026-01-08 02:54:07] "POST /id-to-fqname HTTP/1.1" 200 300 0.001306 10.0.0.242 - - [2026-01-08 02:54:07] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007979 10.0.0.27 - - [2026-01-08 02:54:08] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001049 10.0.0.242 - - [2026-01-08 02:54:08] "GET /project/23730246-7a15-49e0-98e3-18cea0e95d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.085657 10.0.0.242 - - [2026-01-08 02:54:08] "POST /neutron/port HTTP/1.1" 200 117 0.006629 10.0.0.242 - - [2026-01-08 02:54:08] "POST /id-to-fqname HTTP/1.1" 200 300 0.001395 10.0.0.242 - - [2026-01-08 02:54:08] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009896 10.0.0.27 - - [2026-01-08 02:54:09] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001161 10.0.0.242 - - [2026-01-08 02:54:09] "POST /neutron/security_group HTTP/1.1" 200 3298 0.059184 10.0.0.242 - - [2026-01-08 02:54:09] "POST /neutron/port HTTP/1.1" 200 1090 0.018397 10.0.0.27 - - [2026-01-08 02:54:09] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001017 10.0.0.242 - - [2026-01-08 02:54:09] "GET /project/23730246-7a15-49e0-98e3-18cea0e95d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.083624 10.0.0.242 - - [2026-01-08 02:54:09] "POST /neutron/network HTTP/1.1" 200 954 0.040275 10.0.0.242 - - [2026-01-08 02:54:09] "POST /neutron/port HTTP/1.1" 200 117 0.001381 10.0.0.242 - - [2026-01-08 02:54:10] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008950 10.0.0.242 - - [2026-01-08 02:54:10] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009062 10.0.0.27 - - [2026-01-08 02:54:10] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001060 10.0.0.242 - - [2026-01-08 02:54:10] "POST /neutron/port HTTP/1.1" 200 1090 0.251884 10.0.0.242 - - [2026-01-08 02:54:11] "POST /neutron/port HTTP/1.1" 200 1144 0.181150 10.0.0.242 - - [2026-01-08 02:54:11] "POST /neutron/subnet HTTP/1.1" 200 698 0.011160 10.0.0.242 - - [2026-01-08 02:54:15] "POST /neutron/port HTTP/1.1" 200 1155 0.020193 10.0.0.242 - - [2026-01-08 02:54:15] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007208 10.0.0.242 - - [2026-01-08 02:54:15] "POST /neutron/port HTTP/1.1" 200 1155 0.018316 10.0.0.242 - - [2026-01-08 02:54:15] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 401 293 0.000480 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 200 1323 0.031278 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 200 1323 0.004455 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-machine-interface/e0e779a9-0a57-422a-bda0-2b620daccb0b HTTP/1.1" 200 3264 0.006418 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 200 1323 0.004614 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-machine-interface/e0e779a9-0a57-422a-bda0-2b620daccb0b HTTP/1.1" 200 3264 0.007215 10.0.0.242 - - [2026-01-08 02:54:16] "GET /instance-ip/fbf145b2-79b5-4e6a-badb-2ff2941ec1fc HTTP/1.1" 200 1731 0.007117 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 200 1323 0.005273 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-machine-interface/e0e779a9-0a57-422a-bda0-2b620daccb0b HTTP/1.1" 200 3264 0.005784 10.0.0.242 - - [2026-01-08 02:54:16] "GET /instance-ip/fbf145b2-79b5-4e6a-badb-2ff2941ec1fc HTTP/1.1" 200 1731 0.004337 10.0.0.242 - - [2026-01-08 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.242 - - [2026-01-08 02:54:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004649 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003533 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006469 10.0.0.242 - - [2026-01-08 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.242 - - [2026-01-08 02:54:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005076 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002964 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007354 10.0.0.242 - - [2026-01-08 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.242 - - [2026-01-08 02:54:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005108 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003957 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006754 10.0.0.242 - - [2026-01-08 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.242 - - [2026-01-08 02:54:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004776 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003604 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008227 10.0.0.242 - - [2026-01-08 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.242 - - [2026-01-08 02:54:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004350 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002915 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006032 10.0.0.242 - - [2026-01-08 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.242 - - [2026-01-08 02:54:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004893 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003395 10.0.0.242 - - [2026-01-08 02:54:16] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007299 10.0.0.242 - - [2026-01-08 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.242 - - [2026-01-08 02:54:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004243 10.0.0.242 - - [2026-01-08 02:54:17] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005421 10.0.0.242 - - [2026-01-08 02:54:17] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006043 10.0.0.27 - - [2026-01-08 02:54:17] "DELETE /project/237302467a1549e098e318cea0e95d27 HTTP/1.1" 404 173 0.009888 10.0.0.27 - - [2026-01-08 02:54:17] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001053 10.0.0.27 - - [2026-01-08 02:54:17] "GET /project/4ee39ea0-2596-454c-8122-64b156c5be81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1567 0.053944 10.0.0.27 - - [2026-01-08 02:54:17] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001429 10.0.0.27 - - [2026-01-08 02:54:17] "GET /project/4ee39ea0-2596-454c-8122-64b156c5be81?fields=security_groups HTTP/1.1" 200 1152 0.070992 10.0.0.27 - - [2026-01-08 02:54:17] "GET /projects?obj_uuids=4ee39ea0-2596-454c-8122-64b156c5be81&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001082 10.0.0.242 - - [2026-01-08 02:54:17] "DELETE /access-control-list/1ea316a9-7935-4a60-8556-c089a74e9261 HTTP/1.1" 200 115 0.059384 10.0.0.27 - - [2026-01-08 02:54:17] "GET /project/4ee39ea0-2596-454c-8122-64b156c5be81?fields=application_policy_sets HTTP/1.1" 200 1476 0.047132 10.0.0.27 - - [2026-01-08 02:54:18] "DELETE /project/4ee39ea0-2596-454c-8122-64b156c5be81 HTTP/1.1" 200 115 0.401245 10.0.0.242 - - [2026-01-08 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.242 - - [2026-01-08 02:54:20] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005702 10.0.0.242 - - [2026-01-08 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.242 - - [2026-01-08 02:54:24] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006451 10.0.0.242 - - [2026-01-08 02:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.242 - - [2026-01-08 02:54:28] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007979 10.0.0.242 - - [2026-01-08 02:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.242 - - [2026-01-08 02:54:32] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006746 10.0.0.242 - - [2026-01-08 02:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.242 - - [2026-01-08 02:54:36] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005537 10.0.0.242 - - [2026-01-08 02:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.242 - - [2026-01-08 02:54:40] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005678 10.0.0.242 - - [2026-01-08 02:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.242 - - [2026-01-08 02:54:44] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005763 10.0.0.242 - - [2026-01-08 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.242 - - [2026-01-08 02:54:48] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005465 10.0.0.242 - - [2026-01-08 02:54:50] "POST /neutron/port HTTP/1.1" 200 1155 0.019780 10.0.0.242 - - [2026-01-08 02:54:50] "POST /neutron/subnet HTTP/1.1" 200 698 0.012531 10.0.0.242 - - [2026-01-08 02:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.242 - - [2026-01-08 02:54:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005008 10.0.0.242 - - [2026-01-08 02:54:50] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003893 10.0.0.242 - - [2026-01-08 02:54:50] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008496 10.0.0.242 - - [2026-01-08 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.242 - - [2026-01-08 02:54:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004930 10.0.0.242 - - [2026-01-08 02:54:51] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004379 10.0.0.242 - - [2026-01-08 02:54:51] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007377 10.0.0.242 - - [2026-01-08 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006020 10.0.0.242 - - [2026-01-08 02:54:51] "GET /routing-instance/581e8633-d1ad-4462-8ce6-5c28096d0ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.007020 10.0.0.242 - - [2026-01-08 02:54:51] "GET /route-target/94853383-099c-4daa-aabd-c83b6c3b0cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003617 10.0.0.242 - - [2026-01-08 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.242 - - [2026-01-08 02:54:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003733 10.0.0.242 - - [2026-01-08 02:54:51] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003339 10.0.0.242 - - [2026-01-08 02:54:51] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006061 10.0.0.242 - - [2026-01-08 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.242 - - [2026-01-08 02:54:51] "GET /routing-instance/581e8633-d1ad-4462-8ce6-5c28096d0ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.006580 10.0.0.242 - - [2026-01-08 02:54:51] "GET /route-target/94853383-099c-4daa-aabd-c83b6c3b0cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003994 10.0.0.242 - - [2026-01-08 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.242 - - [2026-01-08 02:54:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004707 10.0.0.242 - - [2026-01-08 02:54:51] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003602 10.0.0.242 - - [2026-01-08 02:54:51] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006493 10.0.0.242 - - [2026-01-08 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.242 - - [2026-01-08 02:54:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005286 10.0.0.242 - - [2026-01-08 02:54:51] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003572 10.0.0.242 - - [2026-01-08 02:54:51] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007157 10.0.0.242 - - [2026-01-08 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.242 - - [2026-01-08 02:54:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005500 10.0.0.242 - - [2026-01-08 02:54:51] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004748 10.0.0.242 - - [2026-01-08 02:54:52] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006430 10.0.0.242 - - [2026-01-08 02:54:52] "GET /obj-perms HTTP/1.1" 200 5109 0.047805 10.0.0.242 - - [2026-01-08 02:54:52] "GET /obj-perms HTTP/1.1" 200 5109 0.004657 10.0.0.27 - - [2026-01-08 02:54:52] "GET /obj-perms HTTP/1.1" 200 5109 0.004675 10.0.0.50 - - [2026-01-08 02:54:52] "GET /obj-perms HTTP/1.1" 200 5109 0.351678 10.0.0.242 - - [2026-01-08 02:54:52] "GET /obj-perms HTTP/1.1" 200 5109 0.004833 10.0.0.242 - - [2026-01-08 02:54:53] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 200 1323 0.008108 10.0.0.242 - - [2026-01-08 02:54:53] "GET /virtual-machine-interface/e0e779a9-0a57-422a-bda0-2b620daccb0b HTTP/1.1" 200 3264 0.005951 10.0.0.242 - - [2026-01-08 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.242 - - [2026-01-08 02:54:53] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011554 10.0.0.242 - - [2026-01-08 02:54:53] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004575 10.0.0.242 - - [2026-01-08 02:54:53] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006548 10.0.0.242 - - [2026-01-08 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.242 - - [2026-01-08 02:54:54] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005296 10.0.0.242 - - [2026-01-08 02:54:54] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003304 10.0.0.242 - - [2026-01-08 02:54:54] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006506 10.0.0.242 - - [2026-01-08 02:54:54] "POST /neutron/port HTTP/1.1" 200 1155 0.017377 10.0.0.242 - - [2026-01-08 02:54:59] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008146 10.0.0.242 - - [2026-01-08 02:55:02] "POST /neutron/port HTTP/1.1" 200 1155 0.019675 10.0.0.242 - - [2026-01-08 02:55:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004131 10.0.0.242 - - [2026-01-08 02:55:02] "POST /neutron/network HTTP/1.1" 200 954 0.006946 10.0.0.242 - - [2026-01-08 02:55:05] "POST /neutron/port HTTP/1.1" 200 1155 0.017540 10.0.0.242 - - [2026-01-08 02:55:10] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008419 10.0.0.242 - - [2026-01-08 02:55:10] "POST /neutron/port HTTP/1.1" 200 1155 0.018527 10.0.0.242 - - [2026-01-08 02:55:10] "POST /neutron/security_group HTTP/1.1" 200 1292 0.011246 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-machine/5e390135-5b88-496b-8f43-65c443e22598 HTTP/1.1" 200 1322 0.007542 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-machine/5e390135-5b88-496b-8f43-65c443e22598 HTTP/1.1" 200 1322 0.004107 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-machine-interface/d82faf77-a700-4189-bfb5-6f2a4557d29a HTTP/1.1" 200 3264 0.007664 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-machine/5e390135-5b88-496b-8f43-65c443e22598 HTTP/1.1" 200 1322 0.004371 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-machine-interface/d82faf77-a700-4189-bfb5-6f2a4557d29a HTTP/1.1" 200 3264 0.008022 10.0.0.242 - - [2026-01-08 02:55:10] "GET /instance-ip/84ffd033-abac-45bd-8d19-86e857c1010e HTTP/1.1" 200 1730 0.007087 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-machine/5e390135-5b88-496b-8f43-65c443e22598 HTTP/1.1" 200 1322 0.004197 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-machine-interface/d82faf77-a700-4189-bfb5-6f2a4557d29a HTTP/1.1" 200 3264 0.007076 10.0.0.242 - - [2026-01-08 02:55:10] "GET /instance-ip/84ffd033-abac-45bd-8d19-86e857c1010e HTTP/1.1" 200 1730 0.006991 10.0.0.242 - - [2026-01-08 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.242 - - [2026-01-08 02:55:10] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003904 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003479 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006289 10.0.0.242 - - [2026-01-08 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.242 - - [2026-01-08 02:55:10] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004755 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004871 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006646 10.0.0.242 - - [2026-01-08 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.242 - - [2026-01-08 02:55:10] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004130 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003279 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007231 10.0.0.242 - - [2026-01-08 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.242 - - [2026-01-08 02:55:10] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004601 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003205 10.0.0.242 - - [2026-01-08 02:55:10] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006499 10.0.0.242 - - [2026-01-08 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.242 - - [2026-01-08 02:55:10] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004152 10.0.0.242 - - [2026-01-08 02:55:11] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003001 10.0.0.242 - - [2026-01-08 02:55:11] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006149 10.0.0.242 - - [2026-01-08 02:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.242 - - [2026-01-08 02:55:11] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004492 10.0.0.242 - - [2026-01-08 02:55:11] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003338 10.0.0.242 - - [2026-01-08 02:55:11] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007104 10.0.0.242 - - [2026-01-08 02:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.242 - - [2026-01-08 02:55:11] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004744 10.0.0.242 - - [2026-01-08 02:55:11] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002806 10.0.0.242 - - [2026-01-08 02:55:11] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006619 10.0.0.242 - - [2026-01-08 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.242 - - [2026-01-08 02:55:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003825 10.0.0.242 - - [2026-01-08 02:55:12] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002922 10.0.0.242 - - [2026-01-08 02:55:12] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005799 10.0.0.242 - - [2026-01-08 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.242 - - [2026-01-08 02:55:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003448 10.0.0.242 - - [2026-01-08 02:55:12] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002714 10.0.0.242 - - [2026-01-08 02:55:12] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006001 10.0.0.242 - - [2026-01-08 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.242 - - [2026-01-08 02:55:12] "GET /routing-instance/581e8633-d1ad-4462-8ce6-5c28096d0ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004616 10.0.0.242 - - [2026-01-08 02:55:12] "GET /route-target/94853383-099c-4daa-aabd-c83b6c3b0cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003921 10.0.0.242 - - [2026-01-08 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.242 - - [2026-01-08 02:55:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003703 10.0.0.242 - - [2026-01-08 02:55:12] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002611 10.0.0.242 - - [2026-01-08 02:55:12] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005754 10.0.0.242 - - [2026-01-08 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.242 - - [2026-01-08 02:55:13] "GET /routing-instance/581e8633-d1ad-4462-8ce6-5c28096d0ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004660 10.0.0.242 - - [2026-01-08 02:55:13] "GET /route-target/94853383-099c-4daa-aabd-c83b6c3b0cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003906 10.0.0.242 - - [2026-01-08 02:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.242 - - [2026-01-08 02:55:13] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006273 10.0.0.242 - - [2026-01-08 02:55:13] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003526 10.0.0.242 - - [2026-01-08 02:55:13] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007543 10.0.0.242 - - [2026-01-08 02:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.242 - - [2026-01-08 02:55:13] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004894 10.0.0.242 - - [2026-01-08 02:55:13] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003451 10.0.0.242 - - [2026-01-08 02:55:13] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006272 10.0.0.242 - - [2026-01-08 02:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.242 - - [2026-01-08 02:55:13] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004436 10.0.0.242 - - [2026-01-08 02:55:13] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003579 10.0.0.242 - - [2026-01-08 02:55:13] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006268 10.0.0.27 - - [2026-01-08 02:55:13] "GET /obj-perms HTTP/1.1" 200 5109 0.003983 10.0.0.242 - - [2026-01-08 02:55:13] "GET /obj-perms HTTP/1.1" 200 5109 0.004120 10.0.0.242 - - [2026-01-08 02:55:13] "GET /obj-perms HTTP/1.1" 200 5109 0.003781 10.0.0.242 - - [2026-01-08 02:55:13] "GET /obj-perms HTTP/1.1" 200 5109 0.004030 10.0.0.50 - - [2026-01-08 02:55:13] "GET /obj-perms HTTP/1.1" 200 5109 0.004141 10.0.0.27 - - [2026-01-08 02:55:13] "GET /obj-perms HTTP/1.1" 200 5109 0.003124 10.0.0.242 - - [2026-01-08 02:55:13] "GET /virtual-machine/5e390135-5b88-496b-8f43-65c443e22598 HTTP/1.1" 200 1322 0.003862 10.0.0.242 - - [2026-01-08 02:55:13] "GET /virtual-machine-interface/d82faf77-a700-4189-bfb5-6f2a4557d29a HTTP/1.1" 200 3264 0.005903 10.0.0.242 - - [2026-01-08 02:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.242 - - [2026-01-08 02:55:13] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003686 10.0.0.242 - - [2026-01-08 02:55:13] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002809 10.0.0.242 - - [2026-01-08 02:55:13] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007363 10.0.0.242 - - [2026-01-08 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005117 10.0.0.242 - - [2026-01-08 02:55:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004889 10.0.0.242 - - [2026-01-08 02:55:15] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003091 10.0.0.242 - - [2026-01-08 02:55:15] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009076 10.0.0.242 - - [2026-01-08 02:55:15] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 200 1323 0.005689 10.0.0.242 - - [2026-01-08 02:55:15] "GET /virtual-machine-interface/e0e779a9-0a57-422a-bda0-2b620daccb0b HTTP/1.1" 200 3264 0.007277 10.0.0.242 - - [2026-01-08 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.242 - - [2026-01-08 02:55:15] "GET /security-group/1c451298-b9ec-4b05-ae31-c39f40fb299f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004598 10.0.0.242 - - [2026-01-08 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.242 - - [2026-01-08 02:55:15] "GET /security-group/1c451298-b9ec-4b05-ae31-c39f40fb299f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.006265 10.0.0.242 - - [2026-01-08 02:55:15] "POST /neutron/port HTTP/1.1" 200 1155 0.020641 10.0.0.242 - - [2026-01-08 02:55:15] "POST /neutron/port HTTP/1.1" 200 1106 0.068159 10.0.0.242 - - [2026-01-08 02:55:15] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 200 1323 0.003934 10.0.0.242 - - [2026-01-08 02:55:15] "GET /virtual-machine-interface/e0e779a9-0a57-422a-bda0-2b620daccb0b HTTP/1.1" 200 3203 0.005159 10.0.0.242 - - [2026-01-08 02:55:15] "POST /neutron/port HTTP/1.1" 200 1106 0.014184 10.0.0.242 - - [2026-01-08 02:55:15] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 200 1323 0.004258 10.0.0.242 - - [2026-01-08 02:55:15] "GET /virtual-machine-interface/e0e779a9-0a57-422a-bda0-2b620daccb0b HTTP/1.1" 200 3264 0.007944 10.0.0.242 - - [2026-01-08 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.242 - - [2026-01-08 02:55:15] "GET /security-group/1c451298-b9ec-4b05-ae31-c39f40fb299f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004617 10.0.0.242 - - [2026-01-08 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.242 - - [2026-01-08 02:55:15] "GET /security-group/1c451298-b9ec-4b05-ae31-c39f40fb299f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004704 10.0.0.242 - - [2026-01-08 02:55:15] "POST /neutron/security_group HTTP/1.1" 200 1318 0.004335 10.0.0.242 - - [2026-01-08 02:55:16] "DELETE /security-group/1c451298-b9ec-4b05-ae31-c39f40fb299f HTTP/1.1" 409 336 0.009129 10.0.0.242 - - [2026-01-08 02:55:52] "POST /neutron/network HTTP/1.1" 200 964 0.008874 10.0.0.242 - - [2026-01-08 02:55:52] "POST /neutron/port HTTP/1.1" 200 117 0.001520 10.0.0.242 - - [2026-01-08 02:56:04] "POST /neutron/port HTTP/1.1" 200 1155 0.021286 10.0.0.242 - - [2026-01-08 02:56:04] "POST /neutron/subnet HTTP/1.1" 200 698 0.009212 10.0.0.242 - - [2026-01-08 02:56:54] "POST /neutron/port HTTP/1.1" 200 1155 0.030045 10.0.0.242 - - [2026-01-08 02:56:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008245 10.0.0.242 - - [2026-01-08 02:56:54] "POST /neutron/network HTTP/1.1" 200 954 0.007618 10.0.0.242 - - [2026-01-08 02:57:05] "POST /neutron/network HTTP/1.1" 200 964 0.007154 10.0.0.242 - - [2026-01-08 02:57:05] "POST /neutron/port HTTP/1.1" 200 117 0.001418 10.0.0.242 - - [2026-01-08 02:57:11] "GET /security-group/1c451298-b9ec-4b05-ae31-c39f40fb299f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004919 10.0.0.242 - - [2026-01-08 02:57:11] "PUT /security-group/1c451298-b9ec-4b05-ae31-c39f40fb299f HTTP/1.1" 200 262 0.016652 10.0.0.242 - - [2026-01-08 02:57:14] "POST /neutron/port HTTP/1.1" 200 1155 0.018330 10.0.0.242 - - [2026-01-08 02:57:14] "POST /neutron/port HTTP/1.1" 200 1106 0.067575 10.0.0.242 - - [2026-01-08 02:57:14] "GET /virtual-machine/5e390135-5b88-496b-8f43-65c443e22598 HTTP/1.1" 200 1322 0.005356 10.0.0.242 - - [2026-01-08 02:57:15] "POST /neutron/port HTTP/1.1" 200 151 0.178028 10.0.0.242 - - [2026-01-08 02:57:16] "GET /virtual-machine/5e390135-5b88-496b-8f43-65c443e22598 HTTP/1.1" 404 171 0.003657 10.0.0.242 - - [2026-01-08 02:57:16] "GET /virtual-machine/5e390135-5b88-496b-8f43-65c443e22598 HTTP/1.1" 404 171 0.002731 10.0.0.242 - - [2026-01-08 02:57:16] "GET /virtual-machine/5e390135-5b88-496b-8f43-65c443e22598 HTTP/1.1" 404 171 0.003722 10.0.0.242 - - [2026-01-08 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.242 - - [2026-01-08 02:57:17] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003525 10.0.0.242 - - [2026-01-08 02:57:17] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002748 10.0.0.242 - - [2026-01-08 02:57:17] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006335 10.0.0.242 - - [2026-01-08 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.242 - - [2026-01-08 02:57:17] "GET /routing-instance/581e8633-d1ad-4462-8ce6-5c28096d0ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004473 10.0.0.242 - - [2026-01-08 02:57:17] "GET /route-target/94853383-099c-4daa-aabd-c83b6c3b0cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003726 10.0.0.242 - - [2026-01-08 02:57:17] "GET /obj-perms HTTP/1.1" 200 5109 0.004054 10.0.0.242 - - [2026-01-08 02:57:20] "GET /obj-perms HTTP/1.1" 200 5109 0.004885 10.0.0.242 - - [2026-01-08 02:57:20] "POST /neutron/port HTTP/1.1" 200 1144 0.013741 10.0.0.242 - - [2026-01-08 02:57:20] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 200 1323 0.005288 10.0.0.242 - - [2026-01-08 02:57:21] "POST /neutron/port HTTP/1.1" 200 1116 0.018961 10.0.0.242 - - [2026-01-08 02:57:22] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 404 171 0.004323 10.0.0.242 - - [2026-01-08 02:57:22] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 404 171 0.002845 10.0.0.242 - - [2026-01-08 02:57:22] "GET /virtual-machine/e7aed823-d609-458a-8d3f-ade5a20dee8c HTTP/1.1" 404 171 0.003873 10.0.0.242 - - [2026-01-08 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.242 - - [2026-01-08 02:57:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005077 10.0.0.242 - - [2026-01-08 02:57:23] "GET /virtual-networks?parent_id=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003932 10.0.0.242 - - [2026-01-08 02:57:23] "GET /virtual-network/d63f7c68-11ed-4076-824b-bce654edbff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008220 10.0.0.242 - - [2026-01-08 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.242 - - [2026-01-08 02:57:23] "GET /routing-instance/581e8633-d1ad-4462-8ce6-5c28096d0ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004700 10.0.0.242 - - [2026-01-08 02:57:23] "GET /route-target/94853383-099c-4daa-aabd-c83b6c3b0cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003760 10.0.0.242 - - [2026-01-08 02:57:23] "GET /obj-perms HTTP/1.1" 200 5109 0.004139 10.0.0.50 - - [2026-01-08 02:57:23] "GET /obj-perms HTTP/1.1" 200 5109 0.003989 10.0.0.242 - - [2026-01-08 02:57:26] "GET /obj-perms HTTP/1.1" 200 5109 0.004672 10.0.0.27 - - [2026-01-08 02:57:26] "GET /obj-perms HTTP/1.1" 200 5109 0.004301 10.0.0.242 - - [2026-01-08 02:57:26] "POST /neutron/network HTTP/1.1" 200 954 0.007773 10.0.0.242 - - [2026-01-08 02:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.047148 10.0.0.242 - - [2026-01-08 02:57:26] "DELETE /security-group/1c451298-b9ec-4b05-ae31-c39f40fb299f HTTP/1.1" 200 115 0.049123 10.0.0.242 - - [2026-01-08 02:57:26] "POST /fqname-to-id HTTP/1.1" 404 254 0.003665 10.0.0.242 - - [2026-01-08 02:57:26] "DELETE /access-control-list/f0595668-750f-42ea-81e5-b6abcc427c51 HTTP/1.1" 200 115 0.033605 10.0.0.27 - - [2026-01-08 02:57:28] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.050224 10.0.0.242 - - [2026-01-08 02:57:28] "GET /project/23730246-7a15-49e0-98e3-18cea0e95d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.122121 10.0.0.27 - - [2026-01-08 02:57:28] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000921 10.0.0.242 - - [2026-01-08 02:57:28] "GET /project/23730246-7a15-49e0-98e3-18cea0e95d27?fields=virtual_networks HTTP/1.1" 200 1092 0.038564 10.0.0.27 - - [2026-01-08 02:57:28] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001070 10.0.0.242 - - [2026-01-08 02:57:28] "GET /project/23730246-7a15-49e0-98e3-18cea0e95d27?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.063192 10.0.0.27 - - [2026-01-08 02:57:28] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001017 10.0.0.242 - - [2026-01-08 02:57:28] "GET /project/23730246-7a15-49e0-98e3-18cea0e95d27?fields=security_groups HTTP/1.1" 200 1348 0.057161 10.0.0.242 - - [2026-01-08 02:57:29] "POST /fqname-to-id HTTP/1.1" 404 209 0.030151 10.0.0.27 - - [2026-01-08 02:57:29] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003333 10.0.0.27 - - [2026-01-08 02:57:30] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.27 - - [2026-01-08 02:57:30] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.037847 10.0.0.27 - - [2026-01-08 02:57:30] "POST /id-to-fqname HTTP/1.1" 200 212 0.001679 10.0.0.27 - - [2026-01-08 02:57:30] "POST /fqname-to-id HTTP/1.1" 404 222 0.008392 10.0.0.27 - - [2026-01-08 02:57:30] "POST /security-groups HTTP/1.1" 200 612 0.035217 10.0.0.27 - - [2026-01-08 02:57:30] "POST /projects HTTP/1.1" 200 627 0.260202 10.0.0.27 - - [2026-01-08 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.298730 10.0.0.242 - - [2026-01-08 02:57:30] "POST /fqname-to-id HTTP/1.1" 404 254 0.009021 10.0.0.242 - - [2026-01-08 02:57:30] "GET /project/b0f08822-00c2-42a8-a53a-0a7104d4864b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.479836 10.0.0.242 - - [2026-01-08 02:57:31] "GET / HTTP/1.1" 200 35931 0.001516 10.0.0.242 - - [2026-01-08 02:57:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000546 10.0.0.242 - - [2026-01-08 02:57:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.060286 10.0.0.242 - - [2026-01-08 02:57:34] "POST /access-control-lists HTTP/1.1" 200 639 0.032065 10.0.0.242 - - [2026-01-08 02:57:34] "PUT /access-control-list/42efbc7a-ea59-4104-acf2-24e27154f8b4 HTTP/1.1" 200 272 0.017269 10.0.0.27 - - [2026-01-08 02:57:34] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001137 10.0.0.242 - - [2026-01-08 02:57:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.105057 10.0.0.242 - - [2026-01-08 02:57:34] "PUT /access-control-list/42a85269-ab3b-462a-bfa3-f7a4024ce001 HTTP/1.1" 200 272 0.138964 10.0.0.242 - - [2026-01-08 02:57:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.019366 10.0.0.242 - - [2026-01-08 02:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.242 - - [2026-01-08 02:57:35] "GET /security-group/ebfe45db-653a-4ed8-8641-eccac62e09ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007857 10.0.0.242 - - [2026-01-08 02:57:35] "POST /neutron/security_group HTTP/1.1" 200 1003 0.004557 10.0.0.242 - - [2026-01-08 02:57:35] "DELETE /access-control-list/42efbc7a-ea59-4104-acf2-24e27154f8b4 HTTP/1.1" 200 115 0.024477 10.0.0.242 - - [2026-01-08 02:57:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.010008 10.0.0.242 - - [2026-01-08 02:57:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.004343 10.0.0.242 - - [2026-01-08 02:57:36] "POST /access-control-lists HTTP/1.1" 200 639 0.025709 10.0.0.242 - - [2026-01-08 02:57:36] "PUT /access-control-list/f94da335-86bf-434f-beba-5647b8e4c978 HTTP/1.1" 200 272 0.017532 10.0.0.27 - - [2026-01-08 02:57:36] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001055 10.0.0.242 - - [2026-01-08 02:57:36] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.061555 10.0.0.242 - - [2026-01-08 02:57:36] "PUT /access-control-list/6c321f43-4489-45ea-b498-e33413db8cbe HTTP/1.1" 200 272 0.019595 10.0.0.242 - - [2026-01-08 02:57:36] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020200 10.0.0.242 - - [2026-01-08 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.242 - - [2026-01-08 02:57:37] "GET /security-group/e014e563-2ed3-49f8-a5b3-dfa33dfc9aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.008831 10.0.0.27 - - [2026-01-08 02:57:37] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000998 10.0.0.242 - - [2026-01-08 02:57:37] "POST /neutron/security_group_rule HTTP/1.1" 200 2189 0.044476 10.0.0.242 - - [2026-01-08 02:57:37] "PUT /access-control-list/6c321f43-4489-45ea-b498-e33413db8cbe HTTP/1.1" 200 272 0.019097 10.0.0.242 - - [2026-01-08 02:57:38] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.118908 10.0.0.242 - - [2026-01-08 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005772 10.0.0.27 - - [2026-01-08 02:57:38] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002065 10.0.0.242 - - [2026-01-08 02:57:38] "GET /project/b0f08822-00c2-42a8-a53a-0a7104d4864b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.051600 10.0.0.27 - - [2026-01-08 02:57:38] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001010 10.0.0.242 - - [2026-01-08 02:57:38] "POST /neutron/network HTTP/1.1" 200 708 0.119756 10.0.0.242 - - [2026-01-08 02:57:38] "POST /route-targets HTTP/1.1" 200 327 0.017965 10.0.0.242 - - [2026-01-08 02:57:38] "POST /id-to-fqname HTTP/1.1" 200 282 0.003684 10.0.0.242 - - [2026-01-08 02:57:38] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005638 10.0.0.242 - - [2026-01-08 02:57:38] "POST /neutron/network HTTP/1.1" 200 927 0.006463 10.0.0.242 - - [2026-01-08 02:57:38] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005074 10.0.0.242 - - [2026-01-08 02:57:39] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005447 10.0.0.50 - - [2026-01-08 02:57:40] "GET /obj-perms HTTP/1.1" 200 5091 0.053282 10.0.0.242 - - [2026-01-08 02:57:40] "POST /id-to-fqname HTTP/1.1" 200 282 0.001860 10.0.0.242 - - [2026-01-08 02:57:40] "POST /neutron/security_group HTTP/1.1" 200 1417 0.011842 10.0.0.27 - - [2026-01-08 02:57:41] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001051 10.0.0.242 - - [2026-01-08 02:57:41] "GET /project/b0f08822-00c2-42a8-a53a-0a7104d4864b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.071586 10.0.0.242 - - [2026-01-08 02:57:41] "POST /neutron/port HTTP/1.1" 200 117 0.008022 10.0.0.242 - - [2026-01-08 02:57:41] "POST /id-to-fqname HTTP/1.1" 200 282 0.001732 10.0.0.242 - - [2026-01-08 02:57:41] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008991 10.0.0.27 - - [2026-01-08 02:57:42] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001146 10.0.0.242 - - [2026-01-08 02:57:42] "POST /neutron/security_group HTTP/1.1" 200 3414 0.048808 10.0.0.242 - - [2026-01-08 02:57:42] "POST /neutron/port HTTP/1.1" 200 1081 0.016514 10.0.0.27 - - [2026-01-08 02:57:42] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001201 10.0.0.242 - - [2026-01-08 02:57:42] "GET /project/b0f08822-00c2-42a8-a53a-0a7104d4864b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.076233 10.0.0.242 - - [2026-01-08 02:57:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007103 10.0.0.242 - - [2026-01-08 02:57:42] "POST /neutron/port HTTP/1.1" 200 117 0.001585 10.0.0.242 - - [2026-01-08 02:57:43] "POST /neutron/security_group HTTP/1.1" 200 1417 0.009063 10.0.0.242 - - [2026-01-08 02:57:43] "POST /neutron/security_group HTTP/1.1" 200 1417 0.010880 10.0.0.27 - - [2026-01-08 02:57:43] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001176 10.0.0.242 - - [2026-01-08 02:57:43] "POST /neutron/port HTTP/1.1" 200 1081 0.265940 10.0.0.242 - - [2026-01-08 02:57:44] "POST /neutron/port HTTP/1.1" 200 1135 0.106287 10.0.0.242 - - [2026-01-08 02:57:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.008917 10.0.0.242 - - [2026-01-08 02:57:48] "POST /neutron/port HTTP/1.1" 200 1145 0.019150 10.0.0.242 - - [2026-01-08 02:57:48] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007544 10.0.0.242 - - [2026-01-08 02:57:48] "POST /neutron/port HTTP/1.1" 200 1145 0.021575 10.0.0.242 - - [2026-01-08 02:57:48] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 401 293 0.000539 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 200 1313 0.036099 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 200 1313 0.004151 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-machine-interface/802a91a4-381a-4366-9ee7-3927edc8f5a0 HTTP/1.1" 200 3191 0.006621 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 200 1313 0.003535 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-machine-interface/802a91a4-381a-4366-9ee7-3927edc8f5a0 HTTP/1.1" 200 3191 0.006697 10.0.0.242 - - [2026-01-08 02:57:49] "GET /instance-ip/bc3392f4-aed9-41ee-ac49-5f3f33f82d35 HTTP/1.1" 200 1704 0.006994 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 200 1313 0.004067 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-machine-interface/802a91a4-381a-4366-9ee7-3927edc8f5a0 HTTP/1.1" 200 3191 0.005411 10.0.0.242 - - [2026-01-08 02:57:49] "GET /instance-ip/bc3392f4-aed9-41ee-ac49-5f3f33f82d35 HTTP/1.1" 200 1704 0.003470 10.0.0.242 - - [2026-01-08 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.242 - - [2026-01-08 02:57:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004848 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003343 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007061 10.0.0.242 - - [2026-01-08 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.242 - - [2026-01-08 02:57:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006352 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003763 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007422 10.0.0.242 - - [2026-01-08 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005584 10.0.0.242 - - [2026-01-08 02:57:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005543 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004451 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007411 10.0.0.242 - - [2026-01-08 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.242 - - [2026-01-08 02:57:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005544 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004364 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007019 10.0.0.242 - - [2026-01-08 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.242 - - [2026-01-08 02:57:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005627 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004016 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.017251 10.0.0.242 - - [2026-01-08 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.242 - - [2026-01-08 02:57:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006385 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004785 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.008845 10.0.0.242 - - [2026-01-08 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.242 - - [2026-01-08 02:57:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005756 10.0.0.242 - - [2026-01-08 02:57:49] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003709 10.0.0.242 - - [2026-01-08 02:57:50] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007549 10.0.0.242 - - [2026-01-08 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.242 - - [2026-01-08 02:57:53] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006258 10.0.0.242 - - [2026-01-08 02:57:54] "POST /neutron/port HTTP/1.1" 200 1145 0.020223 10.0.0.242 - - [2026-01-08 02:57:54] "POST /neutron/subnet HTTP/1.1" 200 698 0.010135 10.0.0.242 - - [2026-01-08 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.242 - - [2026-01-08 02:57:57] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005386 10.0.0.242 - - [2026-01-08 02:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.242 - - [2026-01-08 02:58:01] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005474 10.0.0.242 - - [2026-01-08 02:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.242 - - [2026-01-08 02:58:05] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005040 10.0.0.242 - - [2026-01-08 02:58:07] "POST /neutron/port HTTP/1.1" 200 1145 0.052168 10.0.0.242 - - [2026-01-08 02:58:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005778 10.0.0.242 - - [2026-01-08 02:58:07] "POST /neutron/network HTTP/1.1" 200 927 0.009404 10.0.0.242 - - [2026-01-08 02:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.242 - - [2026-01-08 02:58:09] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005241 10.0.0.242 - - [2026-01-08 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.242 - - [2026-01-08 02:58:13] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005938 10.0.0.242 - - [2026-01-08 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.242 - - [2026-01-08 02:58:17] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006719 10.0.0.27 - - [2026-01-08 02:58:18] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000963 10.0.0.27 - - [2026-01-08 02:58:18] "DELETE /project/b0f0882200c242a8a53a0a7104d4864b HTTP/1.1" 404 173 0.009981 10.0.0.27 - - [2026-01-08 02:58:18] "GET /project/23730246-7a15-49e0-98e3-18cea0e95d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1588 0.047138 10.0.0.27 - - [2026-01-08 02:58:18] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001051 10.0.0.27 - - [2026-01-08 02:58:18] "GET /project/23730246-7a15-49e0-98e3-18cea0e95d27?fields=security_groups HTTP/1.1" 200 1453 0.060799 10.0.0.50 - - [2026-01-08 02:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.27 - - [2026-01-08 02:58:18] "DELETE /security-group/e4d5427a-3eda-427a-804c-112c752a49e4 HTTP/1.1" 200 115 0.066702 10.0.0.27 - - [2026-01-08 02:58:18] "GET /projects?obj_uuids=23730246-7a15-49e0-98e3-18cea0e95d27&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001315 10.0.0.27 - - [2026-01-08 02:58:18] "GET /project/23730246-7a15-49e0-98e3-18cea0e95d27?fields=application_policy_sets HTTP/1.1" 200 1492 0.083006 10.0.0.242 - - [2026-01-08 02:58:18] "DELETE /access-control-list/32122bd5-0060-4954-a604-ffa3d1f9002c HTTP/1.1" 200 115 0.085000 10.0.0.27 - - [2026-01-08 02:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.27 - - [2026-01-08 02:58:18] "DELETE /project/23730246-7a15-49e0-98e3-18cea0e95d27 HTTP/1.1" 200 115 0.476022 10.0.0.50 - - [2026-01-08 02:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000589 10.0.0.27 - - [2026-01-08 02:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.50 - - [2026-01-08 02:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.50 - - [2026-01-08 02:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.27 - - [2026-01-08 02:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000564 10.0.0.27 - - [2026-01-08 02:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000565 10.0.0.242 - - [2026-01-08 02:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.242 - - [2026-01-08 02:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.242 - - [2026-01-08 02:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.002057 10.0.0.242 - - [2026-01-08 02:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.242 - - [2026-01-08 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.242 - - [2026-01-08 02:58:21] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006607 10.0.0.242 - - [2026-01-08 02:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.242 - - [2026-01-08 02:58:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004499 10.0.0.242 - - [2026-01-08 02:58:23] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003228 10.0.0.242 - - [2026-01-08 02:58:23] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.008302 10.0.0.242 - - [2026-01-08 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.242 - - [2026-01-08 02:58:24] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005002 10.0.0.242 - - [2026-01-08 02:58:24] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003359 10.0.0.242 - - [2026-01-08 02:58:24] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006154 10.0.0.242 - - [2026-01-08 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.242 - - [2026-01-08 02:58:24] "GET /routing-instance/22211636-d174-4899-adf4-76ecdc0fbe0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.006791 10.0.0.242 - - [2026-01-08 02:58:24] "GET /route-target/fda37c46-ee14-4144-874f-9211f2b61893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004123 10.0.0.242 - - [2026-01-08 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.242 - - [2026-01-08 02:58:24] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003794 10.0.0.242 - - [2026-01-08 02:58:24] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003531 10.0.0.242 - - [2026-01-08 02:58:24] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006209 10.0.0.242 - - [2026-01-08 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.242 - - [2026-01-08 02:58:24] "GET /routing-instance/22211636-d174-4899-adf4-76ecdc0fbe0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004892 10.0.0.242 - - [2026-01-08 02:58:24] "GET /route-target/fda37c46-ee14-4144-874f-9211f2b61893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007804 10.0.0.242 - - [2026-01-08 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.242 - - [2026-01-08 02:58:24] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004595 10.0.0.242 - - [2026-01-08 02:58:24] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004223 10.0.0.242 - - [2026-01-08 02:58:24] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007349 10.0.0.242 - - [2026-01-08 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006434 10.0.0.242 - - [2026-01-08 02:58:24] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005884 10.0.0.242 - - [2026-01-08 02:58:24] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004726 10.0.0.242 - - [2026-01-08 02:58:24] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007293 10.0.0.242 - - [2026-01-08 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.242 - - [2026-01-08 02:58:24] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005320 10.0.0.242 - - [2026-01-08 02:58:24] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004565 10.0.0.242 - - [2026-01-08 02:58:24] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007447 10.0.0.27 - - [2026-01-08 02:58:25] "GET /obj-perms HTTP/1.1" 200 5091 0.067206 10.0.0.242 - - [2026-01-08 02:58:25] "GET /obj-perms HTTP/1.1" 200 5091 0.063565 10.0.0.242 - - [2026-01-08 02:58:25] "GET /obj-perms HTTP/1.1" 200 5091 0.004493 10.0.0.50 - - [2026-01-08 02:58:25] "GET /obj-perms HTTP/1.1" 200 5091 0.003958 10.0.0.27 - - [2026-01-08 02:58:25] "GET /obj-perms HTTP/1.1" 200 5091 0.004004 10.0.0.242 - - [2026-01-08 02:58:25] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 200 1313 0.004398 10.0.0.242 - - [2026-01-08 02:58:25] "GET /virtual-machine-interface/802a91a4-381a-4366-9ee7-3927edc8f5a0 HTTP/1.1" 200 3191 0.007211 10.0.0.242 - - [2026-01-08 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.242 - - [2026-01-08 02:58:25] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003675 10.0.0.242 - - [2026-01-08 02:58:25] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003180 10.0.0.242 - - [2026-01-08 02:58:25] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006587 10.0.0.242 - - [2026-01-08 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.242 - - [2026-01-08 02:58:26] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004464 10.0.0.242 - - [2026-01-08 02:58:26] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004103 10.0.0.242 - - [2026-01-08 02:58:26] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007823 10.0.0.242 - - [2026-01-08 02:58:32] "POST /neutron/port HTTP/1.1" 200 1145 0.017252 10.0.0.242 - - [2026-01-08 02:58:33] "POST /neutron/security_group HTTP/1.1" 200 1417 0.031851 10.0.0.242 - - [2026-01-08 02:58:42] "POST /neutron/port HTTP/1.1" 200 1145 0.027374 10.0.0.242 - - [2026-01-08 02:58:42] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007676 10.0.0.242 - - [2026-01-08 02:58:42] "POST /neutron/port HTTP/1.1" 200 1145 0.019727 10.0.0.242 - - [2026-01-08 02:58:42] "GET /virtual-machine/ecc8c576-8b43-495c-b6b2-c60165a59244 HTTP/1.1" 200 1314 0.008951 10.0.0.242 - - [2026-01-08 02:58:42] "GET /virtual-machine/ecc8c576-8b43-495c-b6b2-c60165a59244 HTTP/1.1" 200 1314 0.004055 10.0.0.242 - - [2026-01-08 02:58:42] "GET /virtual-machine-interface/a1aa753b-c36e-474d-9c81-c90b5956f9b2 HTTP/1.1" 200 3192 0.005536 10.0.0.242 - - [2026-01-08 02:58:42] "GET /virtual-machine/ecc8c576-8b43-495c-b6b2-c60165a59244 HTTP/1.1" 200 1314 0.004503 10.0.0.242 - - [2026-01-08 02:58:42] "GET /virtual-machine-interface/a1aa753b-c36e-474d-9c81-c90b5956f9b2 HTTP/1.1" 200 3192 0.006328 10.0.0.242 - - [2026-01-08 02:58:42] "GET /instance-ip/f01e66f9-66a4-4886-9344-1822edeafabd HTTP/1.1" 200 1704 0.006327 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-machine/ecc8c576-8b43-495c-b6b2-c60165a59244 HTTP/1.1" 200 1314 0.003545 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-machine-interface/a1aa753b-c36e-474d-9c81-c90b5956f9b2 HTTP/1.1" 200 3192 0.006840 10.0.0.242 - - [2026-01-08 02:58:43] "GET /instance-ip/f01e66f9-66a4-4886-9344-1822edeafabd HTTP/1.1" 200 1704 0.005428 10.0.0.242 - - [2026-01-08 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.242 - - [2026-01-08 02:58:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003815 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002764 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007069 10.0.0.242 - - [2026-01-08 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.242 - - [2026-01-08 02:58:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005419 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003611 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.008088 10.0.0.242 - - [2026-01-08 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.242 - - [2026-01-08 02:58:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004940 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003737 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006040 10.0.0.242 - - [2026-01-08 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.242 - - [2026-01-08 02:58:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004653 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003297 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006093 10.0.0.242 - - [2026-01-08 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.242 - - [2026-01-08 02:58:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005124 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003497 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006225 10.0.0.242 - - [2026-01-08 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.242 - - [2026-01-08 02:58:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005586 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003213 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006287 10.0.0.242 - - [2026-01-08 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.242 - - [2026-01-08 02:58:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004899 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003379 10.0.0.242 - - [2026-01-08 02:58:43] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005673 10.0.0.242 - - [2026-01-08 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.242 - - [2026-01-08 02:58:47] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005677 10.0.0.242 - - [2026-01-08 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.242 - - [2026-01-08 02:58:51] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007635 10.0.0.242 - - [2026-01-08 02:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.242 - - [2026-01-08 02:58:55] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007309 10.0.0.242 - - [2026-01-08 02:58:55] "POST /neutron/port HTTP/1.1" 200 1145 0.021507 10.0.0.242 - - [2026-01-08 02:58:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.009087 10.0.0.242 - - [2026-01-08 02:58:56] "GET /obj-perms HTTP/1.1" 200 5075 0.063787 10.0.0.242 - - [2026-01-08 02:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.242 - - [2026-01-08 02:58:59] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006389 10.0.0.242 - - [2026-01-08 02:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.242 - - [2026-01-08 02:59:03] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005364 10.0.0.242 - - [2026-01-08 02:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.242 - - [2026-01-08 02:59:07] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007530 10.0.0.242 - - [2026-01-08 02:59:08] "POST /neutron/port HTTP/1.1" 200 1145 0.018084 10.0.0.242 - - [2026-01-08 02:59:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008605 10.0.0.242 - - [2026-01-08 02:59:08] "POST /neutron/network HTTP/1.1" 200 927 0.008695 10.0.0.242 - - [2026-01-08 02:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.242 - - [2026-01-08 02:59:11] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006137 10.0.0.242 - - [2026-01-08 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.242 - - [2026-01-08 02:59:15] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006307 10.0.0.242 - - [2026-01-08 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.242 - - [2026-01-08 02:59:19] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006388 10.0.0.242 - - [2026-01-08 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.242 - - [2026-01-08 02:59:23] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005777 10.0.0.242 - - [2026-01-08 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.242 - - [2026-01-08 02:59:26] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005846 10.0.0.242 - - [2026-01-08 02:59:26] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004958 10.0.0.242 - - [2026-01-08 02:59:26] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007142 10.0.0.242 - - [2026-01-08 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.242 - - [2026-01-08 02:59:26] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005329 10.0.0.242 - - [2026-01-08 02:59:26] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003919 10.0.0.242 - - [2026-01-08 02:59:26] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007386 10.0.0.242 - - [2026-01-08 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.242 - - [2026-01-08 02:59:26] "GET /routing-instance/22211636-d174-4899-adf4-76ecdc0fbe0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004515 10.0.0.242 - - [2026-01-08 02:59:26] "GET /route-target/fda37c46-ee14-4144-874f-9211f2b61893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003502 10.0.0.242 - - [2026-01-08 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.242 - - [2026-01-08 02:59:26] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003460 10.0.0.242 - - [2026-01-08 02:59:26] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003129 10.0.0.242 - - [2026-01-08 02:59:26] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006087 10.0.0.242 - - [2026-01-08 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.242 - - [2026-01-08 02:59:26] "GET /routing-instance/22211636-d174-4899-adf4-76ecdc0fbe0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004596 10.0.0.242 - - [2026-01-08 02:59:26] "GET /route-target/fda37c46-ee14-4144-874f-9211f2b61893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003595 10.0.0.242 - - [2026-01-08 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.242 - - [2026-01-08 02:59:26] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003751 10.0.0.242 - - [2026-01-08 02:59:26] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003077 10.0.0.242 - - [2026-01-08 02:59:26] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.008183 10.0.0.242 - - [2026-01-08 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.242 - - [2026-01-08 02:59:26] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004401 10.0.0.242 - - [2026-01-08 02:59:26] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002931 10.0.0.242 - - [2026-01-08 02:59:26] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006541 10.0.0.242 - - [2026-01-08 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.242 - - [2026-01-08 02:59:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004116 10.0.0.242 - - [2026-01-08 02:59:27] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005492 10.0.0.242 - - [2026-01-08 02:59:27] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006982 10.0.0.242 - - [2026-01-08 02:59:27] "GET /obj-perms HTTP/1.1" 200 5091 0.004233 10.0.0.27 - - [2026-01-08 02:59:27] "GET /obj-perms HTTP/1.1" 200 5091 0.004632 10.0.0.242 - - [2026-01-08 02:59:27] "GET /obj-perms HTTP/1.1" 200 5091 0.004307 10.0.0.242 - - [2026-01-08 02:59:27] "GET /obj-perms HTTP/1.1" 200 5091 0.003732 10.0.0.50 - - [2026-01-08 02:59:27] "GET /obj-perms HTTP/1.1" 200 5091 0.004666 10.0.0.242 - - [2026-01-08 02:59:27] "GET /virtual-machine/ecc8c576-8b43-495c-b6b2-c60165a59244 HTTP/1.1" 200 1314 0.004384 10.0.0.242 - - [2026-01-08 02:59:27] "GET /virtual-machine-interface/a1aa753b-c36e-474d-9c81-c90b5956f9b2 HTTP/1.1" 200 3192 0.005368 10.0.0.242 - - [2026-01-08 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.242 - - [2026-01-08 02:59:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003590 10.0.0.242 - - [2026-01-08 02:59:27] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006067 10.0.0.242 - - [2026-01-08 02:59:27] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006063 10.0.0.242 - - [2026-01-08 02:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.242 - - [2026-01-08 02:59:28] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004211 10.0.0.242 - - [2026-01-08 02:59:28] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006451 10.0.0.242 - - [2026-01-08 02:59:28] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007187 10.0.0.242 - - [2026-01-08 02:59:34] "POST /neutron/port HTTP/1.1" 200 1145 0.019339 10.0.0.242 - - [2026-01-08 02:59:39] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008585 10.0.0.242 - - [2026-01-08 02:59:49] "POST /neutron/port HTTP/1.1" 200 1145 0.016570 10.0.0.242 - - [2026-01-08 02:59:54] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008918 10.0.0.242 - - [2026-01-08 02:59:56] "POST /neutron/network HTTP/1.1" 200 937 0.039644 10.0.0.242 - - [2026-01-08 02:59:56] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.242 - - [2026-01-08 02:59:59] "POST /neutron/security_group HTTP/1.1" 200 1417 0.011088 10.0.0.242 - - [2026-01-08 03:00:08] "POST /neutron/port HTTP/1.1" 200 1145 0.017822 10.0.0.242 - - [2026-01-08 03:00:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009004 10.0.0.242 - - [2026-01-08 03:00:08] "POST /neutron/network HTTP/1.1" 200 927 0.006854 10.0.0.242 - - [2026-01-08 03:00:13] "POST /neutron/port HTTP/1.1" 200 1145 0.017564 10.0.0.242 - - [2026-01-08 03:00:15] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007756 10.0.0.242 - - [2026-01-08 03:00:25] "POST /neutron/port HTTP/1.1" 200 1145 0.018116 10.0.0.242 - - [2026-01-08 03:00:30] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007300 10.0.0.242 - - [2026-01-08 03:00:41] "POST /neutron/port HTTP/1.1" 200 1145 0.019902 10.0.0.242 - - [2026-01-08 03:00:46] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007527 10.0.0.242 - - [2026-01-08 03:00:56] "POST /neutron/port HTTP/1.1" 200 1145 0.018299 10.0.0.27 - - [2026-01-08 03:00:58] "GET /obj-perms HTTP/1.1" 200 5075 0.057112 10.0.0.242 - - [2026-01-08 03:00:58] "POST /neutron/port HTTP/1.1" 200 1145 0.017856 10.0.0.242 - - [2026-01-08 03:00:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.010184 10.0.0.242 - - [2026-01-08 03:01:01] "POST /neutron/port HTTP/1.1" 200 1145 0.017321 10.0.0.242 - - [2026-01-08 03:01:07] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007390 10.0.0.242 - - [2026-01-08 03:01:10] "POST /neutron/network HTTP/1.1" 200 937 0.006554 10.0.0.242 - - [2026-01-08 03:01:10] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.242 - - [2026-01-08 03:01:12] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008028 10.0.0.242 - - [2026-01-08 03:01:22] "POST /neutron/port HTTP/1.1" 200 1145 0.017931 10.0.0.242 - - [2026-01-08 03:01:27] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007969 10.0.0.242 - - [2026-01-08 03:01:37] "POST /neutron/port HTTP/1.1" 200 1145 0.017680 10.0.0.242 - - [2026-01-08 03:01:43] "POST /neutron/security_group HTTP/1.1" 200 1417 0.010317 10.0.0.242 - - [2026-01-08 03:01:53] "POST /neutron/port HTTP/1.1" 200 1145 0.023936 10.0.0.242 - - [2026-01-08 03:01:58] "POST /neutron/port HTTP/1.1" 200 1145 0.017128 10.0.0.242 - - [2026-01-08 03:01:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.010992 10.0.0.242 - - [2026-01-08 03:01:58] "POST /neutron/port HTTP/1.1" 200 1145 0.019181 10.0.0.242 - - [2026-01-08 03:02:03] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007635 10.0.0.242 - - [2026-01-08 03:02:12] "POST /neutron/port HTTP/1.1" 200 1145 0.025245 10.0.0.242 - - [2026-01-08 03:02:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003952 10.0.0.242 - - [2026-01-08 03:02:12] "POST /neutron/network HTTP/1.1" 200 927 0.007663 10.0.0.242 - - [2026-01-08 03:02:19] "POST /neutron/port HTTP/1.1" 200 1145 0.018888 10.0.0.242 - - [2026-01-08 03:02:24] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 200 1313 0.005996 10.0.0.242 - - [2026-01-08 03:02:24] "GET /virtual-machine-interface/802a91a4-381a-4366-9ee7-3927edc8f5a0 HTTP/1.1" 200 3191 0.006715 10.0.0.242 - - [2026-01-08 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.242 - - [2026-01-08 03:02:24] "GET /security-group/e014e563-2ed3-49f8-a5b3-dfa33dfc9aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.004771 10.0.0.242 - - [2026-01-08 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.242 - - [2026-01-08 03:02:24] "GET /security-group/e014e563-2ed3-49f8-a5b3-dfa33dfc9aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.006311 10.0.0.242 - - [2026-01-08 03:02:24] "POST /neutron/security_group HTTP/1.1" 200 1417 0.009135 10.0.0.242 - - [2026-01-08 03:02:24] "POST /neutron/port HTTP/1.1" 200 1135 0.015642 10.0.0.242 - - [2026-01-08 03:02:24] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 200 1313 0.003970 10.0.0.242 - - [2026-01-08 03:02:24] "GET /virtual-machine-interface/802a91a4-381a-4366-9ee7-3927edc8f5a0 HTTP/1.1" 200 3139 0.007743 10.0.0.242 - - [2026-01-08 03:02:24] "POST /neutron/port HTTP/1.1" 200 1107 0.020875 10.0.0.242 - - [2026-01-08 03:02:25] "POST /neutron/port HTTP/1.1" 200 1135 0.074770 10.0.0.242 - - [2026-01-08 03:02:25] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 200 1313 0.004405 10.0.0.242 - - [2026-01-08 03:02:25] "GET /virtual-machine-interface/802a91a4-381a-4366-9ee7-3927edc8f5a0 HTTP/1.1" 200 3191 0.008408 10.0.0.242 - - [2026-01-08 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.242 - - [2026-01-08 03:02:25] "GET /security-group/e014e563-2ed3-49f8-a5b3-dfa33dfc9aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.006508 10.0.0.242 - - [2026-01-08 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.242 - - [2026-01-08 03:02:25] "GET /security-group/e014e563-2ed3-49f8-a5b3-dfa33dfc9aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.004382 10.0.0.242 - - [2026-01-08 03:02:25] "POST /neutron/security_group HTTP/1.1" 400 206 0.020412 10.0.0.242 - - [2026-01-08 03:02:59] "GET /obj-perms HTTP/1.1" 200 5075 0.049314 10.0.0.242 - - [2026-01-08 03:03:00] "POST /neutron/network HTTP/1.1" 200 937 0.007035 10.0.0.242 - - [2026-01-08 03:03:00] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.242 - - [2026-01-08 03:03:12] "POST /neutron/port HTTP/1.1" 200 1145 0.046853 10.0.0.242 - - [2026-01-08 03:03:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.009106 10.0.0.50 - - [2026-01-08 03:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.50 - - [2026-01-08 03:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.27 - - [2026-01-08 03:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.27 - - [2026-01-08 03:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.50 - - [2026-01-08 03:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.50 - - [2026-01-08 03:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000559 10.0.0.27 - - [2026-01-08 03:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.27 - - [2026-01-08 03:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.242 - - [2026-01-08 03:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.242 - - [2026-01-08 03:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.242 - - [2026-01-08 03:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.242 - - [2026-01-08 03:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.50 - - [2026-01-08 03:04:00] "GET /obj-perms HTTP/1.1" 200 5075 0.067131 10.0.0.242 - - [2026-01-08 03:04:01] "POST /neutron/port HTTP/1.1" 200 1145 0.022974 10.0.0.242 - - [2026-01-08 03:04:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004770 10.0.0.242 - - [2026-01-08 03:04:01] "POST /neutron/network HTTP/1.1" 200 927 0.007311 10.0.0.242 - - [2026-01-08 03:04:13] "POST /neutron/network HTTP/1.1" 200 937 0.007129 10.0.0.242 - - [2026-01-08 03:04:13] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.242 - - [2026-01-08 03:04:21] "POST /neutron/security_group_rule HTTP/1.1" 200 546 0.041979 10.0.0.242 - - [2026-01-08 03:04:22] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.134290 10.0.0.242 - - [2026-01-08 03:04:22] "PUT /access-control-list/6c321f43-4489-45ea-b498-e33413db8cbe HTTP/1.1" 200 272 0.063644 10.0.0.242 - - [2026-01-08 03:04:25] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007422 10.0.0.242 - - [2026-01-08 03:04:25] "POST /neutron/port HTTP/1.1" 200 1135 0.014255 10.0.0.242 - - [2026-01-08 03:04:25] "GET /virtual-machine/ecc8c576-8b43-495c-b6b2-c60165a59244 HTTP/1.1" 200 1314 0.033395 10.0.0.242 - - [2026-01-08 03:04:25] "POST /neutron/port HTTP/1.1" 200 1097 0.017092 10.0.0.242 - - [2026-01-08 03:04:27] "GET /virtual-machine/ecc8c576-8b43-495c-b6b2-c60165a59244 HTTP/1.1" 404 171 0.003951 10.0.0.242 - - [2026-01-08 03:04:27] "GET /virtual-machine/ecc8c576-8b43-495c-b6b2-c60165a59244 HTTP/1.1" 404 171 0.003401 10.0.0.242 - - [2026-01-08 03:04:27] "GET /virtual-machine/ecc8c576-8b43-495c-b6b2-c60165a59244 HTTP/1.1" 404 171 0.002761 10.0.0.242 - - [2026-01-08 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.028378 10.0.0.242 - - [2026-01-08 03:04:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004058 10.0.0.242 - - [2026-01-08 03:04:27] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003288 10.0.0.242 - - [2026-01-08 03:04:27] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005814 10.0.0.242 - - [2026-01-08 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.242 - - [2026-01-08 03:04:27] "GET /routing-instance/22211636-d174-4899-adf4-76ecdc0fbe0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004564 10.0.0.242 - - [2026-01-08 03:04:27] "GET /route-target/fda37c46-ee14-4144-874f-9211f2b61893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004667 10.0.0.242 - - [2026-01-08 03:04:31] "GET /obj-perms HTTP/1.1" 200 5091 0.064476 10.0.0.242 - - [2026-01-08 03:04:34] "GET /obj-perms HTTP/1.1" 200 5091 0.004736 10.0.0.242 - - [2026-01-08 03:04:40] "GET /obj-perms HTTP/1.1" 200 5091 0.004190 10.0.0.242 - - [2026-01-08 03:04:43] "GET /obj-perms HTTP/1.1" 200 5091 0.003761 10.0.0.242 - - [2026-01-08 03:04:49] "GET /obj-perms HTTP/1.1" 200 5091 0.004910 10.0.0.242 - - [2026-01-08 03:04:49] "GET /obj-perms HTTP/1.1" 200 5091 0.004688 10.0.0.27 - - [2026-01-08 03:04:50] "GET /obj-perms HTTP/1.1" 200 5091 0.051600 10.0.0.242 - - [2026-01-08 03:04:50] "POST /neutron/port HTTP/1.1" 200 1145 0.017152 10.0.0.242 - - [2026-01-08 03:04:50] "POST /neutron/port HTTP/1.1" 200 1097 0.071722 10.0.0.242 - - [2026-01-08 03:04:50] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 200 1313 0.004835 10.0.0.242 - - [2026-01-08 03:04:51] "POST /neutron/port HTTP/1.1" 200 151 0.156606 10.0.0.242 - - [2026-01-08 03:04:52] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 404 171 0.004113 10.0.0.242 - - [2026-01-08 03:04:52] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 404 171 0.004109 10.0.0.242 - - [2026-01-08 03:04:52] "GET /virtual-machine/5067cf8e-73b1-4dc5-9f1d-80a5aafd0dd1 HTTP/1.1" 404 171 0.003409 10.0.0.242 - - [2026-01-08 03:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.242 - - [2026-01-08 03:04:52] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004336 10.0.0.242 - - [2026-01-08 03:04:52] "GET /virtual-networks?parent_id=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003933 10.0.0.242 - - [2026-01-08 03:04:52] "GET /virtual-network/39d8ff5f-1678-4b48-8db6-e151e841fa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005787 10.0.0.242 - - [2026-01-08 03:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.242 - - [2026-01-08 03:04:52] "GET /routing-instance/22211636-d174-4899-adf4-76ecdc0fbe0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005413 10.0.0.242 - - [2026-01-08 03:04:52] "GET /route-target/fda37c46-ee14-4144-874f-9211f2b61893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004672 10.0.0.50 - - [2026-01-08 03:04:56] "GET /obj-perms HTTP/1.1" 200 5091 0.079122 10.0.0.242 - - [2026-01-08 03:04:56] "GET /obj-perms HTTP/1.1" 200 5091 0.003701 10.0.0.242 - - [2026-01-08 03:04:56] "POST /neutron/security_group HTTP/1.1" 200 1443 0.005357 10.0.0.242 - - [2026-01-08 03:04:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.003999 10.0.0.242 - - [2026-01-08 03:04:56] "DELETE /access-control-list/f94da335-86bf-434f-beba-5647b8e4c978 HTTP/1.1" 200 115 0.050617 10.0.0.27 - - [2026-01-08 03:04:58] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.024418 10.0.0.242 - - [2026-01-08 03:04:58] "GET /project/b0f08822-00c2-42a8-a53a-0a7104d4864b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.092811 10.0.0.27 - - [2026-01-08 03:04:58] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000957 10.0.0.242 - - [2026-01-08 03:04:58] "GET /project/b0f08822-00c2-42a8-a53a-0a7104d4864b?fields=virtual_networks HTTP/1.1" 200 1075 0.051341 10.0.0.27 - - [2026-01-08 03:04:58] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001139 10.0.0.242 - - [2026-01-08 03:04:58] "GET /project/b0f08822-00c2-42a8-a53a-0a7104d4864b?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.045912 10.0.0.27 - - [2026-01-08 03:04:58] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001103 10.0.0.242 - - [2026-01-08 03:04:58] "GET /project/b0f08822-00c2-42a8-a53a-0a7104d4864b?fields=security_groups HTTP/1.1" 200 1322 0.039374 10.0.0.242 - - [2026-01-08 03:04:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.043473 10.0.0.27 - - [2026-01-08 03:04:59] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003284 10.0.0.27 - - [2026-01-08 03:04:59] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.27 - - [2026-01-08 03:04:59] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.032598 10.0.0.27 - - [2026-01-08 03:04:59] "POST /id-to-fqname HTTP/1.1" 200 188 0.003057 10.0.0.27 - - [2026-01-08 03:04:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.003587 10.0.0.27 - - [2026-01-08 03:05:00] "POST /security-groups HTTP/1.1" 200 589 0.085496 10.0.0.27 - - [2026-01-08 03:05:00] "POST /projects HTTP/1.1" 200 581 0.291644 10.0.0.242 - - [2026-01-08 03:05:00] "POST /access-control-lists HTTP/1.1" 200 594 0.036418 10.0.0.27 - - [2026-01-08 03:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.366921 10.0.0.242 - - [2026-01-08 03:05:00] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.545397 10.0.0.242 - - [2026-01-08 03:05:02] "GET / HTTP/1.1" 200 35931 0.001697 10.0.0.242 - - [2026-01-08 03:05:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000501 10.0.0.242 - - [2026-01-08 03:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.063379 10.0.0.27 - - [2026-01-08 03:05:04] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.242 - - [2026-01-08 03:05:04] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046531 10.0.0.27 - - [2026-01-08 03:05:04] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.242 - - [2026-01-08 03:05:04] "POST /neutron/network HTTP/1.1" 200 615 0.135569 10.0.0.242 - - [2026-01-08 03:05:04] "POST /route-targets HTTP/1.1" 200 327 0.012973 10.0.0.242 - - [2026-01-08 03:05:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.003694 10.0.0.242 - - [2026-01-08 03:05:05] "GET /virtual-network/d6dce817-bdc8-4b08-8dce-f4c004e8d46e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005758 10.0.0.242 - - [2026-01-08 03:05:05] "POST /neutron/network HTTP/1.1" 200 834 0.006751 10.0.0.242 - - [2026-01-08 03:05:05] "GET /virtual-network/d6dce817-bdc8-4b08-8dce-f4c004e8d46e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006164 10.0.0.242 - - [2026-01-08 03:05:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001470 10.0.0.242 - - [2026-01-08 03:05:05] "POST /neutron/network HTTP/1.1" 200 844 0.007250 10.0.0.27 - - [2026-01-08 03:05:06] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001354 10.0.0.242 - - [2026-01-08 03:05:06] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.077837 10.0.0.242 - - [2026-01-08 03:05:06] "POST /neutron/port HTTP/1.1" 200 117 0.009297 10.0.0.27 - - [2026-01-08 03:05:06] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.242 - - [2026-01-08 03:05:07] "POST /neutron/port HTTP/1.1" 200 1058 0.286847 10.0.0.242 - - [2026-01-08 03:05:07] "POST /neutron/port HTTP/1.1" 200 1112 0.108435 10.0.0.242 - - [2026-01-08 03:05:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.011850 10.0.0.242 - - [2026-01-08 03:05:11] "POST /neutron/port HTTP/1.1" 200 1122 0.017991 10.0.0.242 - - [2026-01-08 03:05:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007609 10.0.0.242 - - [2026-01-08 03:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.27 - - [2026-01-08 03:05:11] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001311 10.0.0.242 - - [2026-01-08 03:05:11] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046907 10.0.0.242 - - [2026-01-08 03:05:12] "POST /ref-update HTTP/1.1" 200 156 0.031577 10.0.0.27 - - [2026-01-08 03:05:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006313 10.0.0.242 - - [2026-01-08 03:05:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.236896 10.0.0.242 - - [2026-01-08 03:05:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001377 10.0.0.242 - - [2026-01-08 03:05:12] "GET /virtual-network/ff63025c-5a64-4e83-8a00-868f37918d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005328 10.0.0.242 - - [2026-01-08 03:05:12] "GET /virtual-network/ff63025c-5a64-4e83-8a00-868f37918d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005802 10.0.0.242 - - [2026-01-08 03:05:12] "POST /neutron/network HTTP/1.1" 200 833 0.006755 10.0.0.242 - - [2026-01-08 03:05:12] "GET /virtual-network/ff63025c-5a64-4e83-8a00-868f37918d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005647 10.0.0.242 - - [2026-01-08 03:05:13] "POST /neutron/port HTTP/1.1" 200 1122 0.019346 10.0.0.242 - - [2026-01-08 03:05:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.009416 10.0.0.242 - - [2026-01-08 03:05:13] "GET /obj-perms HTTP/1.1" 200 5045 0.063628 10.0.0.50 - - [2026-01-08 03:05:13] "GET /obj-perms HTTP/1.1" 200 5045 0.049304 10.0.0.242 - - [2026-01-08 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.27 - - [2026-01-08 03:05:14] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001515 10.0.0.242 - - [2026-01-08 03:05:14] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049506 10.0.0.242 - - [2026-01-08 03:05:14] "POST /neutron/network HTTP/1.1" 200 117 0.015068 10.0.0.242 - - [2026-01-08 03:05:14] "POST /neutron/network HTTP/1.1" 200 833 0.008826 10.0.0.242 - - [2026-01-08 03:05:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001069 10.0.0.242 - - [2026-01-08 03:05:14] "GET /virtual-network/881db4ad-46c3-439a-8d56-7c31ff742e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004871 10.0.0.242 - - [2026-01-08 03:05:14] "GET /virtual-network/881db4ad-46c3-439a-8d56-7c31ff742e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006337 10.0.0.242 - - [2026-01-08 03:05:14] "POST /neutron/subnet HTTP/1.1" 200 730 0.009419 10.0.0.242 - - [2026-01-08 03:05:15] "GET /virtual-network/881db4ad-46c3-439a-8d56-7c31ff742e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006151 10.0.0.27 - - [2026-01-08 03:05:15] "GET /obj-perms HTTP/1.1" 200 5045 0.064903 10.0.0.242 - - [2026-01-08 03:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.27 - - [2026-01-08 03:05:15] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.242 - - [2026-01-08 03:05:15] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049481 10.0.0.242 - - [2026-01-08 03:05:15] "POST /route-targets HTTP/1.1" 200 327 0.014041 10.0.0.27 - - [2026-01-08 03:05:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006034 10.0.0.242 - - [2026-01-08 03:05:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.253831 10.0.0.242 - - [2026-01-08 03:05:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001801 10.0.0.242 - - [2026-01-08 03:05:16] "GET /virtual-network/0bae5b90-7034-4c71-9ce1-a781ef360d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005996 10.0.0.242 - - [2026-01-08 03:05:16] "GET /virtual-network/0bae5b90-7034-4c71-9ce1-a781ef360d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007315 10.0.0.242 - - [2026-01-08 03:05:16] "POST /neutron/network HTTP/1.1" 200 836 0.006896 10.0.0.242 - - [2026-01-08 03:05:16] "GET /virtual-network/0bae5b90-7034-4c71-9ce1-a781ef360d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006194 10.0.0.242 - - [2026-01-08 03:05:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001471 10.0.0.242 - - [2026-01-08 03:05:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007668 10.0.0.27 - - [2026-01-08 03:05:18] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.242 - - [2026-01-08 03:05:18] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.069359 10.0.0.242 - - [2026-01-08 03:05:18] "POST /neutron/port HTTP/1.1" 200 1122 0.022329 10.0.0.242 - - [2026-01-08 03:05:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001411 10.0.0.242 - - [2026-01-08 03:05:18] "POST /neutron/port HTTP/1.1" 200 1122 0.017989 10.0.0.242 - - [2026-01-08 03:05:18] "POST /neutron/network HTTP/1.1" 200 843 0.007364 10.0.0.27 - - [2026-01-08 03:05:19] "DELETE /project/06986ffa77f74485a410675b755ea351 HTTP/1.1" 404 173 0.009809 10.0.0.27 - - [2026-01-08 03:05:19] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001227 10.0.0.27 - - [2026-01-08 03:05:19] "GET /project/b0f08822-00c2-42a8-a53a-0a7104d4864b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1553 0.043304 10.0.0.27 - - [2026-01-08 03:05:19] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000962 10.0.0.27 - - [2026-01-08 03:05:19] "GET /project/b0f08822-00c2-42a8-a53a-0a7104d4864b?fields=security_groups HTTP/1.1" 200 1427 0.042285 10.0.0.27 - - [2026-01-08 03:05:19] "DELETE /security-group/8fa94faa-1817-427f-a226-11e99cc39e44 HTTP/1.1" 200 115 0.053486 10.0.0.27 - - [2026-01-08 03:05:19] "GET /projects?obj_uuids=b0f08822-00c2-42a8-a53a-0a7104d4864b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001000 10.0.0.27 - - [2026-01-08 03:05:19] "GET /project/b0f08822-00c2-42a8-a53a-0a7104d4864b?fields=application_policy_sets HTTP/1.1" 200 1466 0.045314 10.0.0.242 - - [2026-01-08 03:05:19] "DELETE /access-control-list/58431bd0-58a6-46eb-9b16-f6ed68a18eae HTTP/1.1" 200 115 0.064377 10.0.0.27 - - [2026-01-08 03:05:19] "DELETE /project/b0f08822-00c2-42a8-a53a-0a7104d4864b HTTP/1.1" 200 115 0.409299 10.0.0.242 - - [2026-01-08 03:05:19] "POST /neutron/port HTTP/1.1" 200 1059 0.194864 10.0.0.27 - - [2026-01-08 03:05:19] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.242 - - [2026-01-08 03:05:19] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.131472 10.0.0.242 - - [2026-01-08 03:05:20] "POST /neutron/port HTTP/1.1" 200 1123 0.024701 10.0.0.242 - - [2026-01-08 03:05:20] "POST /neutron/subnet HTTP/1.1" 200 704 0.008680 10.0.0.242 - - [2026-01-08 03:05:20] "POST /neutron/network HTTP/1.1" 200 833 0.006881 10.0.0.242 - - [2026-01-08 03:05:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003327 10.0.0.242 - - [2026-01-08 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.27 - - [2026-01-08 03:05:20] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.242 - - [2026-01-08 03:05:20] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007993 10.0.0.242 - - [2026-01-08 03:05:20] "POST /service-templates HTTP/1.1" 200 543 0.025352 10.0.0.242 - - [2026-01-08 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.242 - - [2026-01-08 03:05:20] "GET /service-template/916151c5-a5ad-40e0-991b-4e27dd8aafd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007017 10.0.0.242 - - [2026-01-08 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.242 - - [2026-01-08 03:05:20] "GET /service-template/916151c5-a5ad-40e0-991b-4e27dd8aafd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004240 10.0.0.242 - - [2026-01-08 03:05:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001366 10.0.0.242 - - [2026-01-08 03:05:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001391 10.0.0.242 - - [2026-01-08 03:05:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001349 10.0.0.27 - - [2026-01-08 03:05:20] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.242 - - [2026-01-08 03:05:21] "POST /neutron/port HTTP/1.1" 200 1060 0.305551 10.0.0.242 - - [2026-01-08 03:05:21] "POST /neutron/port HTTP/1.1" 200 1060 0.016669 10.0.0.242 - - [2026-01-08 03:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.242 - - [2026-01-08 03:05:21] "DELETE /service-template/916151c5-a5ad-40e0-991b-4e27dd8aafd6 HTTP/1.1" 200 115 0.028988 10.0.0.242 - - [2026-01-08 03:05:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.006539 10.0.0.242 - - [2026-01-08 03:05:21] "POST /neutron/port HTTP/1.1" 200 1124 0.019919 10.0.0.242 - - [2026-01-08 03:05:21] "POST /neutron/port HTTP/1.1" 200 117 0.001620 10.0.0.242 - - [2026-01-08 03:05:21] "POST /neutron/network HTTP/1.1" 400 204 0.015365 10.0.0.242 - - [2026-01-08 03:05:22] "POST /neutron/port HTTP/1.1" 200 151 0.174070 10.0.0.242 - - [2026-01-08 03:05:23] "POST /neutron/port HTTP/1.1" 200 151 0.161590 10.0.0.242 - - [2026-01-08 03:05:23] "POST /neutron/network HTTP/1.1" 200 117 0.012657 10.0.0.242 - - [2026-01-08 03:05:23] "POST /neutron/port HTTP/1.1" 200 117 0.006943 10.0.0.242 - - [2026-01-08 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.242 - - [2026-01-08 03:05:24] "POST /neutron/network HTTP/1.1" 200 833 0.008590 10.0.0.242 - - [2026-01-08 03:05:24] "DELETE /route-target/0f8c239f-62bc-4569-89bd-e4327dc6cfc8 HTTP/1.1" 200 115 0.029909 10.0.0.242 - - [2026-01-08 03:05:24] "POST /neutron/network HTTP/1.1" 400 204 0.015260 10.0.0.242 - - [2026-01-08 03:05:25] "POST /neutron/port HTTP/1.1" 200 151 0.187022 10.0.0.242 - - [2026-01-08 03:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005433 10.0.0.27 - - [2026-01-08 03:05:29] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001309 10.0.0.242 - - [2026-01-08 03:05:29] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.063551 10.0.0.242 - - [2026-01-08 03:05:29] "POST /neutron/network HTTP/1.1" 200 117 0.016908 10.0.0.242 - - [2026-01-08 03:05:30] "POST /route-targets HTTP/1.1" 200 327 0.017473 10.0.0.242 - - [2026-01-08 03:05:30] "POST /neutron/network HTTP/1.1" 200 833 0.011400 10.0.0.242 - - [2026-01-08 03:05:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001473 10.0.0.242 - - [2026-01-08 03:05:30] "GET /virtual-network/b617b46f-a890-437e-82f2-da9326e419ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005767 10.0.0.242 - - [2026-01-08 03:05:30] "GET /virtual-network/b617b46f-a890-437e-82f2-da9326e419ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005663 10.0.0.242 - - [2026-01-08 03:05:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.010856 10.0.0.242 - - [2026-01-08 03:05:30] "GET /virtual-network/b617b46f-a890-437e-82f2-da9326e419ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005837 10.0.0.242 - - [2026-01-08 03:05:30] "GET /obj-perms HTTP/1.1" 200 5045 0.005009 10.0.0.50 - - [2026-01-08 03:05:30] "GET /obj-perms HTTP/1.1" 200 5045 0.004107 10.0.0.242 - - [2026-01-08 03:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.27 - - [2026-01-08 03:05:30] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001260 10.0.0.242 - - [2026-01-08 03:05:31] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.061821 10.0.0.242 - - [2026-01-08 03:05:31] "POST /ref-update HTTP/1.1" 200 156 0.027885 10.0.0.27 - - [2026-01-08 03:05:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005134 10.0.0.242 - - [2026-01-08 03:05:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.179573 10.0.0.242 - - [2026-01-08 03:05:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001398 10.0.0.242 - - [2026-01-08 03:05:31] "GET /virtual-network/09e3b87d-4c24-428a-ae7a-9bf6e0d814d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005706 10.0.0.242 - - [2026-01-08 03:05:31] "GET /virtual-network/09e3b87d-4c24-428a-ae7a-9bf6e0d814d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007242 10.0.0.242 - - [2026-01-08 03:05:31] "POST /neutron/network HTTP/1.1" 200 834 0.007809 10.0.0.242 - - [2026-01-08 03:05:31] "GET /virtual-network/09e3b87d-4c24-428a-ae7a-9bf6e0d814d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007740 10.0.0.27 - - [2026-01-08 03:05:32] "GET /obj-perms HTTP/1.1" 200 5045 0.003922 10.0.0.242 - - [2026-01-08 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.27 - - [2026-01-08 03:05:32] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.242 - - [2026-01-08 03:05:32] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.048586 10.0.0.27 - - [2026-01-08 03:05:32] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.242 - - [2026-01-08 03:05:32] "POST /neutron/network HTTP/1.1" 200 615 0.136379 10.0.0.242 - - [2026-01-08 03:05:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.003474 10.0.0.242 - - [2026-01-08 03:05:32] "GET /virtual-network/f2e7ed31-a5e5-4a83-a522-a82345c2caa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007268 10.0.0.242 - - [2026-01-08 03:05:32] "POST /neutron/network HTTP/1.1" 200 834 0.007706 10.0.0.242 - - [2026-01-08 03:05:32] "GET /virtual-network/f2e7ed31-a5e5-4a83-a522-a82345c2caa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005826 10.0.0.242 - - [2026-01-08 03:05:33] "GET /virtual-network/f2e7ed31-a5e5-4a83-a522-a82345c2caa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007202 10.0.0.242 - - [2026-01-08 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.27 - - [2026-01-08 03:05:33] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.242 - - [2026-01-08 03:05:33] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039385 10.0.0.242 - - [2026-01-08 03:05:33] "POST /neutron/network HTTP/1.1" 200 117 0.018161 10.0.0.242 - - [2026-01-08 03:05:33] "POST /route-targets HTTP/1.1" 200 327 0.016275 10.0.0.242 - - [2026-01-08 03:05:34] "POST /neutron/network HTTP/1.1" 200 844 0.009466 10.0.0.242 - - [2026-01-08 03:05:34] "POST /id-to-fqname HTTP/1.1" 200 229 0.001087 10.0.0.242 - - [2026-01-08 03:05:34] "GET /virtual-network/248b2be8-d44c-4c5a-a2a5-c1a1a5ff8282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005341 10.0.0.242 - - [2026-01-08 03:05:34] "GET /virtual-network/248b2be8-d44c-4c5a-a2a5-c1a1a5ff8282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006182 10.0.0.242 - - [2026-01-08 03:05:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.008876 10.0.0.242 - - [2026-01-08 03:05:34] "GET /virtual-network/248b2be8-d44c-4c5a-a2a5-c1a1a5ff8282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006074 10.0.0.242 - - [2026-01-08 03:05:34] "GET /obj-perms HTTP/1.1" 200 5045 0.004116 10.0.0.50 - - [2026-01-08 03:05:34] "GET /obj-perms HTTP/1.1" 200 5045 0.003956 10.0.0.242 - - [2026-01-08 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.27 - - [2026-01-08 03:05:34] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001133 10.0.0.242 - - [2026-01-08 03:05:34] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.054958 10.0.0.242 - - [2026-01-08 03:05:34] "POST /ref-update HTTP/1.1" 200 156 0.024555 10.0.0.27 - - [2026-01-08 03:05:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004702 10.0.0.242 - - [2026-01-08 03:05:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.200358 10.0.0.242 - - [2026-01-08 03:05:35] "POST /id-to-fqname HTTP/1.1" 200 230 0.001412 10.0.0.242 - - [2026-01-08 03:05:35] "GET /virtual-network/7c60d1d9-9858-49cf-8766-6a6ecf8bfee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005373 10.0.0.242 - - [2026-01-08 03:05:35] "GET /virtual-network/7c60d1d9-9858-49cf-8766-6a6ecf8bfee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006331 10.0.0.242 - - [2026-01-08 03:05:35] "POST /neutron/network HTTP/1.1" 200 847 0.007242 10.0.0.242 - - [2026-01-08 03:05:35] "GET /virtual-network/7c60d1d9-9858-49cf-8766-6a6ecf8bfee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006628 10.0.0.27 - - [2026-01-08 03:05:35] "GET /obj-perms HTTP/1.1" 200 5045 0.005056 10.0.0.242 - - [2026-01-08 03:05:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001683 10.0.0.27 - - [2026-01-08 03:05:36] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.242 - - [2026-01-08 03:05:36] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.091180 10.0.0.242 - - [2026-01-08 03:05:36] "POST /neutron/network HTTP/1.1" 200 834 0.033190 10.0.0.242 - - [2026-01-08 03:05:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001679 10.0.0.242 - - [2026-01-08 03:05:37] "POST /neutron/port HTTP/1.1" 200 117 0.006774 10.0.0.27 - - [2026-01-08 03:05:37] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002724 10.0.0.242 - - [2026-01-08 03:05:37] "POST /neutron/port HTTP/1.1" 200 1060 0.327076 10.0.0.242 - - [2026-01-08 03:05:37] "POST /neutron/port HTTP/1.1" 200 1114 0.115485 10.0.0.242 - - [2026-01-08 03:05:38] "POST /neutron/subnet HTTP/1.1" 200 708 0.009947 10.0.0.27 - - [2026-01-08 03:05:38] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.242 - - [2026-01-08 03:05:38] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.093340 10.0.0.242 - - [2026-01-08 03:05:38] "POST /neutron/network HTTP/1.1" 200 834 0.007642 10.0.0.242 - - [2026-01-08 03:05:38] "POST /neutron/port HTTP/1.1" 200 117 0.007054 10.0.0.242 - - [2026-01-08 03:05:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003149 10.0.0.242 - - [2026-01-08 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.27 - - [2026-01-08 03:05:38] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.242 - - [2026-01-08 03:05:38] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007998 10.0.0.242 - - [2026-01-08 03:05:38] "POST /service-templates HTTP/1.1" 200 543 0.031049 10.0.0.242 - - [2026-01-08 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.242 - - [2026-01-08 03:05:38] "GET /service-template/e99b770f-7a32-49ec-a5be-24305845cc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007057 10.0.0.242 - - [2026-01-08 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.242 - - [2026-01-08 03:05:38] "GET /service-template/e99b770f-7a32-49ec-a5be-24305845cc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004203 10.0.0.242 - - [2026-01-08 03:05:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001299 10.0.0.242 - - [2026-01-08 03:05:38] "POST /id-to-fqname HTTP/1.1" 200 229 0.001415 10.0.0.242 - - [2026-01-08 03:05:38] "POST /id-to-fqname HTTP/1.1" 200 230 0.001880 10.0.0.242 - - [2026-01-08 03:05:39] "POST /neutron/port HTTP/1.1" 200 1956 0.034470 10.0.0.242 - - [2026-01-08 03:05:39] "POST /neutron/port HTTP/1.1" 200 1058 0.014076 10.0.0.242 - - [2026-01-08 03:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.242 - - [2026-01-08 03:05:39] "DELETE /service-template/e99b770f-7a32-49ec-a5be-24305845cc5a HTTP/1.1" 200 115 0.059377 10.0.0.242 - - [2026-01-08 03:05:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.005225 10.0.0.242 - - [2026-01-08 03:05:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004151 10.0.0.242 - - [2026-01-08 03:05:39] "POST /neutron/network HTTP/1.1" 200 834 0.007074 10.0.0.242 - - [2026-01-08 03:05:39] "POST /neutron/network HTTP/1.1" 200 844 0.006959 10.0.0.242 - - [2026-01-08 03:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.242 - - [2026-01-08 03:05:40] "POST /neutron/network HTTP/1.1" 400 204 0.015270 10.0.0.242 - - [2026-01-08 03:05:41] "POST /neutron/port HTTP/1.1" 200 151 0.172950 10.0.0.242 - - [2026-01-08 03:05:41] "POST /neutron/port HTTP/1.1" 200 151 0.180188 10.0.0.242 - - [2026-01-08 03:05:41] "POST /neutron/network HTTP/1.1" 200 117 0.010892 10.0.0.242 - - [2026-01-08 03:05:42] "POST /neutron/network HTTP/1.1" 200 834 0.007179 10.0.0.242 - - [2026-01-08 03:05:42] "DELETE /route-target/e5b6ccf5-37a3-4ac8-8e79-e575298f4a35 HTTP/1.1" 200 115 0.035632 10.0.0.27 - - [2026-01-08 03:05:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003814 10.0.0.27 - - [2026-01-08 03:05:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002481 10.0.0.242 - - [2026-01-08 03:05:42] "POST /neutron/network HTTP/1.1" 200 151 0.121812 10.0.0.242 - - [2026-01-08 03:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2026-01-08 03:05:44] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.242 - - [2026-01-08 03:05:44] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.038728 10.0.0.27 - - [2026-01-08 03:05:44] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.242 - - [2026-01-08 03:05:44] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?fields=virtual_networks HTTP/1.1" 200 1027 0.041964 10.0.0.27 - - [2026-01-08 03:05:44] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.242 - - [2026-01-08 03:05:44] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.048019 10.0.0.27 - - [2026-01-08 03:05:44] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001272 10.0.0.242 - - [2026-01-08 03:05:44] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?fields=security_groups HTTP/1.1" 200 1251 0.045856 10.0.0.242 - - [2026-01-08 03:05:45] "POST /fqname-to-id HTTP/1.1" 404 186 0.027967 10.0.0.27 - - [2026-01-08 03:05:45] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003010 10.0.0.27 - - [2026-01-08 03:05:45] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.27 - - [2026-01-08 03:05:45] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007356 10.0.0.27 - - [2026-01-08 03:05:46] "POST /id-to-fqname HTTP/1.1" 200 188 0.002966 10.0.0.27 - - [2026-01-08 03:05:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.006947 10.0.0.27 - - [2026-01-08 03:05:46] "POST /security-groups HTTP/1.1" 200 589 0.030663 10.0.0.27 - - [2026-01-08 03:05:46] "POST /projects HTTP/1.1" 200 581 0.243102 10.0.0.242 - - [2026-01-08 03:05:46] "POST /access-control-lists HTTP/1.1" 200 594 0.027873 10.0.0.27 - - [2026-01-08 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.318527 10.0.0.242 - - [2026-01-08 03:05:46] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.461150 10.0.0.242 - - [2026-01-08 03:05:47] "GET / HTTP/1.1" 200 35931 0.002236 10.0.0.242 - - [2026-01-08 03:05:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.242 - - [2026-01-08 03:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.068682 10.0.0.27 - - [2026-01-08 03:05:49] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.242 - - [2026-01-08 03:05:49] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037155 10.0.0.242 - - [2026-01-08 03:05:49] "POST /neutron/network HTTP/1.1" 200 117 0.042427 10.0.0.242 - - [2026-01-08 03:05:49] "POST /route-targets HTTP/1.1" 200 327 0.015349 10.0.0.242 - - [2026-01-08 03:05:50] "POST /neutron/network HTTP/1.1" 200 832 0.009711 10.0.0.242 - - [2026-01-08 03:05:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001237 10.0.0.242 - - [2026-01-08 03:05:50] "GET /virtual-network/78b8c1e1-98c6-411a-b068-5c3aeb53a3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005414 10.0.0.242 - - [2026-01-08 03:05:50] "GET /virtual-network/78b8c1e1-98c6-411a-b068-5c3aeb53a3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006022 10.0.0.242 - - [2026-01-08 03:05:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.008638 10.0.0.242 - - [2026-01-08 03:05:50] "GET /virtual-network/78b8c1e1-98c6-411a-b068-5c3aeb53a3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005979 10.0.0.242 - - [2026-01-08 03:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.27 - - [2026-01-08 03:05:52] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.242 - - [2026-01-08 03:05:52] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044357 10.0.0.242 - - [2026-01-08 03:05:52] "POST /ref-update HTTP/1.1" 200 156 0.029828 10.0.0.27 - - [2026-01-08 03:05:52] "POST /useragent-kv HTTP/1.1" 200 115 0.011836 10.0.0.242 - - [2026-01-08 03:05:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.205142 10.0.0.242 - - [2026-01-08 03:05:52] "POST /id-to-fqname HTTP/1.1" 200 225 0.001415 10.0.0.242 - - [2026-01-08 03:05:52] "GET /virtual-network/912056c5-9bf5-426f-b95d-dee7137d6a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005721 10.0.0.242 - - [2026-01-08 03:05:52] "GET /virtual-network/912056c5-9bf5-426f-b95d-dee7137d6a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007133 10.0.0.242 - - [2026-01-08 03:05:52] "POST /neutron/network HTTP/1.1" 200 836 0.008277 10.0.0.242 - - [2026-01-08 03:05:53] "GET /virtual-network/912056c5-9bf5-426f-b95d-dee7137d6a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007239 10.0.0.242 - - [2026-01-08 03:05:53] "GET /obj-perms HTTP/1.1" 200 5045 0.054871 10.0.0.50 - - [2026-01-08 03:05:53] "GET /obj-perms HTTP/1.1" 200 5045 0.055441 10.0.0.242 - - [2026-01-08 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.27 - - [2026-01-08 03:05:53] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001472 10.0.0.242 - - [2026-01-08 03:05:53] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.048849 10.0.0.27 - - [2026-01-08 03:05:53] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001404 10.0.0.242 - - [2026-01-08 03:05:53] "POST /neutron/network HTTP/1.1" 200 619 0.140126 10.0.0.242 - - [2026-01-08 03:05:54] "POST /id-to-fqname HTTP/1.1" 200 226 0.003563 10.0.0.242 - - [2026-01-08 03:05:54] "GET /virtual-network/22ea7010-634a-438c-a3fb-1ad8b49c7275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005960 10.0.0.242 - - [2026-01-08 03:05:54] "POST /neutron/network HTTP/1.1" 200 840 0.006890 10.0.0.242 - - [2026-01-08 03:05:54] "GET /virtual-network/22ea7010-634a-438c-a3fb-1ad8b49c7275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005137 10.0.0.242 - - [2026-01-08 03:05:54] "GET /virtual-network/22ea7010-634a-438c-a3fb-1ad8b49c7275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005881 10.0.0.27 - - [2026-01-08 03:05:54] "GET /obj-perms HTTP/1.1" 200 5045 0.062037 10.0.0.242 - - [2026-01-08 03:05:54] "POST /id-to-fqname HTTP/1.1" 200 225 0.001424 10.0.0.242 - - [2026-01-08 03:05:55] "POST /neutron/network HTTP/1.1" 200 846 0.006829 10.0.0.27 - - [2026-01-08 03:05:55] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.242 - - [2026-01-08 03:05:55] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.082778 10.0.0.242 - - [2026-01-08 03:05:56] "POST /neutron/port HTTP/1.1" 200 117 0.008557 10.0.0.242 - - [2026-01-08 03:05:56] "POST /id-to-fqname HTTP/1.1" 200 226 0.001516 10.0.0.242 - - [2026-01-08 03:05:56] "POST /neutron/network HTTP/1.1" 200 846 0.013913 10.0.0.242 - - [2026-01-08 03:05:57] "POST /neutron/port HTTP/1.1" 200 1058 0.021496 10.0.0.27 - - [2026-01-08 03:05:57] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001448 10.0.0.242 - - [2026-01-08 03:05:57] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.141026 10.0.0.242 - - [2026-01-08 03:05:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007181 10.0.0.242 - - [2026-01-08 03:05:57] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.242 - - [2026-01-08 03:05:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009211 10.0.0.242 - - [2026-01-08 03:05:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.003718 10.0.0.242 - - [2026-01-08 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006072 10.0.0.27 - - [2026-01-08 03:05:57] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.242 - - [2026-01-08 03:05:57] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007525 10.0.0.242 - - [2026-01-08 03:05:57] "POST /service-templates HTTP/1.1" 200 543 0.037610 10.0.0.242 - - [2026-01-08 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006171 10.0.0.242 - - [2026-01-08 03:05:58] "GET /service-template/914a6bf3-8b34-4c5f-8209-8e7fdc18ee3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.010226 10.0.0.242 - - [2026-01-08 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.242 - - [2026-01-08 03:05:58] "GET /service-template/914a6bf3-8b34-4c5f-8209-8e7fdc18ee3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005243 10.0.0.242 - - [2026-01-08 03:05:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001447 10.0.0.242 - - [2026-01-08 03:05:58] "POST /id-to-fqname HTTP/1.1" 200 225 0.001411 10.0.0.242 - - [2026-01-08 03:05:58] "POST /id-to-fqname HTTP/1.1" 200 226 0.001489 10.0.0.27 - - [2026-01-08 03:05:58] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001454 10.0.0.242 - - [2026-01-08 03:05:58] "POST /neutron/port HTTP/1.1" 200 1060 0.326617 10.0.0.242 - - [2026-01-08 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.242 - - [2026-01-08 03:05:58] "POST /neutron/port HTTP/1.1" 200 1060 0.020553 10.0.0.242 - - [2026-01-08 03:05:58] "DELETE /service-template/914a6bf3-8b34-4c5f-8209-8e7fdc18ee3a HTTP/1.1" 200 115 0.039430 10.0.0.242 - - [2026-01-08 03:05:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.006143 10.0.0.242 - - [2026-01-08 03:05:58] "POST /neutron/port HTTP/1.1" 200 1124 0.022296 10.0.0.242 - - [2026-01-08 03:05:58] "POST /neutron/port HTTP/1.1" 200 117 0.001933 10.0.0.242 - - [2026-01-08 03:05:59] "POST /neutron/network HTTP/1.1" 400 204 0.017079 10.0.0.242 - - [2026-01-08 03:05:59] "POST /neutron/port HTTP/1.1" 200 151 0.180722 10.0.0.242 - - [2026-01-08 03:06:00] "POST /neutron/port HTTP/1.1" 200 151 0.200827 10.0.0.242 - - [2026-01-08 03:06:00] "POST /neutron/network HTTP/1.1" 200 117 0.010463 10.0.0.242 - - [2026-01-08 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008030 10.0.0.242 - - [2026-01-08 03:06:01] "POST /neutron/port HTTP/1.1" 200 117 0.006726 10.0.0.242 - - [2026-01-08 03:06:01] "DELETE /route-target/ce6bd6a4-4ca3-4350-9b11-b0828ab723f1 HTTP/1.1" 200 115 0.025160 10.0.0.242 - - [2026-01-08 03:06:01] "POST /neutron/network HTTP/1.1" 200 832 0.007398 10.0.0.242 - - [2026-01-08 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.27 - - [2026-01-08 03:06:04] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000912 10.0.0.242 - - [2026-01-08 03:06:04] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.041391 10.0.0.27 - - [2026-01-08 03:06:04] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.242 - - [2026-01-08 03:06:05] "POST /neutron/network HTTP/1.1" 200 613 0.110890 10.0.0.242 - - [2026-01-08 03:06:05] "POST /route-targets HTTP/1.1" 200 327 0.012932 10.0.0.242 - - [2026-01-08 03:06:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.003176 10.0.0.242 - - [2026-01-08 03:06:05] "GET /virtual-network/83259f2e-caf8-4d7a-842e-7f70bbeda104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005001 10.0.0.242 - - [2026-01-08 03:06:05] "POST /neutron/network HTTP/1.1" 200 833 0.005765 10.0.0.242 - - [2026-01-08 03:06:05] "GET /virtual-network/83259f2e-caf8-4d7a-842e-7f70bbeda104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005099 10.0.0.242 - - [2026-01-08 03:06:05] "GET /virtual-network/83259f2e-caf8-4d7a-842e-7f70bbeda104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007120 10.0.0.242 - - [2026-01-08 03:06:05] "GET /obj-perms HTTP/1.1" 200 5045 0.003858 10.0.0.242 - - [2026-01-08 03:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.27 - - [2026-01-08 03:06:06] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001437 10.0.0.242 - - [2026-01-08 03:06:06] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044350 10.0.0.242 - - [2026-01-08 03:06:06] "POST /neutron/network HTTP/1.1" 200 117 0.014875 10.0.0.242 - - [2026-01-08 03:06:06] "POST /ref-update HTTP/1.1" 200 156 0.022916 10.0.0.242 - - [2026-01-08 03:06:06] "POST /neutron/network HTTP/1.1" 200 831 0.009156 10.0.0.242 - - [2026-01-08 03:06:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001127 10.0.0.242 - - [2026-01-08 03:06:06] "GET /virtual-network/983e42a4-8fdf-4cba-943c-8762e677c4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005423 10.0.0.242 - - [2026-01-08 03:06:06] "GET /virtual-network/983e42a4-8fdf-4cba-943c-8762e677c4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006042 10.0.0.242 - - [2026-01-08 03:06:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.009278 10.0.0.242 - - [2026-01-08 03:06:06] "GET /virtual-network/983e42a4-8fdf-4cba-943c-8762e677c4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005891 10.0.0.50 - - [2026-01-08 03:06:07] "GET /obj-perms HTTP/1.1" 200 5045 0.004066 10.0.0.27 - - [2026-01-08 03:06:07] "GET /obj-perms HTTP/1.1" 200 5045 0.012944 10.0.0.242 - - [2026-01-08 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.27 - - [2026-01-08 03:06:07] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001311 10.0.0.242 - - [2026-01-08 03:06:07] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047625 10.0.0.27 - - [2026-01-08 03:06:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007057 10.0.0.242 - - [2026-01-08 03:06:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.244044 10.0.0.242 - - [2026-01-08 03:06:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001487 10.0.0.242 - - [2026-01-08 03:06:07] "GET /virtual-network/bf7704a7-9c16-4bb4-8ba4-3f186bcc28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005919 10.0.0.242 - - [2026-01-08 03:06:07] "GET /virtual-network/bf7704a7-9c16-4bb4-8ba4-3f186bcc28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005528 10.0.0.242 - - [2026-01-08 03:06:07] "POST /neutron/network HTTP/1.1" 200 835 0.006259 10.0.0.242 - - [2026-01-08 03:06:08] "GET /virtual-network/bf7704a7-9c16-4bb4-8ba4-3f186bcc28fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006561 10.0.0.242 - - [2026-01-08 03:06:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001842 10.0.0.27 - - [2026-01-08 03:06:09] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.242 - - [2026-01-08 03:06:09] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.062545 10.0.0.242 - - [2026-01-08 03:06:09] "POST /neutron/network HTTP/1.1" 200 831 0.006716 10.0.0.242 - - [2026-01-08 03:06:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001386 10.0.0.242 - - [2026-01-08 03:06:09] "POST /neutron/port HTTP/1.1" 200 117 0.005985 10.0.0.27 - - [2026-01-08 03:06:09] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001446 10.0.0.242 - - [2026-01-08 03:06:10] "POST /neutron/port HTTP/1.1" 200 1057 0.306175 10.0.0.242 - - [2026-01-08 03:06:10] "POST /neutron/port HTTP/1.1" 200 1111 0.125914 10.0.0.27 - - [2026-01-08 03:06:10] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.242 - - [2026-01-08 03:06:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.007676 10.0.0.242 - - [2026-01-08 03:06:10] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.085977 10.0.0.242 - - [2026-01-08 03:06:10] "POST /neutron/network HTTP/1.1" 200 831 0.008849 10.0.0.242 - - [2026-01-08 03:06:10] "POST /neutron/port HTTP/1.1" 200 117 0.005965 10.0.0.242 - - [2026-01-08 03:06:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.003263 10.0.0.242 - - [2026-01-08 03:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.27 - - [2026-01-08 03:06:10] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.242 - - [2026-01-08 03:06:10] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009111 10.0.0.242 - - [2026-01-08 03:06:10] "POST /service-templates HTTP/1.1" 200 543 0.031116 10.0.0.242 - - [2026-01-08 03:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.242 - - [2026-01-08 03:06:11] "GET /service-template/e43b1fce-eec8-4faf-a57d-ad7d8ebae586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007882 10.0.0.242 - - [2026-01-08 03:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.242 - - [2026-01-08 03:06:11] "GET /service-template/e43b1fce-eec8-4faf-a57d-ad7d8ebae586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005574 10.0.0.242 - - [2026-01-08 03:06:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001529 10.0.0.242 - - [2026-01-08 03:06:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.002211 10.0.0.242 - - [2026-01-08 03:06:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001653 10.0.0.242 - - [2026-01-08 03:06:11] "POST /neutron/port HTTP/1.1" 200 1953 0.070918 10.0.0.242 - - [2026-01-08 03:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.242 - - [2026-01-08 03:06:11] "POST /neutron/port HTTP/1.1" 200 1059 0.024377 10.0.0.242 - - [2026-01-08 03:06:11] "DELETE /service-template/e43b1fce-eec8-4faf-a57d-ad7d8ebae586 HTTP/1.1" 200 115 0.041193 10.0.0.242 - - [2026-01-08 03:06:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003721 10.0.0.242 - - [2026-01-08 03:06:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005119 10.0.0.242 - - [2026-01-08 03:06:11] "POST /neutron/port HTTP/1.1" 200 117 0.001523 10.0.0.242 - - [2026-01-08 03:06:12] "POST /neutron/port HTTP/1.1" 200 1121 0.017696 10.0.0.242 - - [2026-01-08 03:06:13] "POST /neutron/port HTTP/1.1" 200 1123 0.021351 10.0.0.242 - - [2026-01-08 03:06:13] "POST /neutron/port HTTP/1.1" 200 117 0.006930 10.0.0.242 - - [2026-01-08 03:06:13] "POST /neutron/network HTTP/1.1" 200 835 0.006975 10.0.0.242 - - [2026-01-08 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.242 - - [2026-01-08 03:06:14] "POST /neutron/network HTTP/1.1" 200 831 0.006687 10.0.0.242 - - [2026-01-08 03:06:14] "DELETE /route-target/65707f7f-9464-425a-aa56-94cab4c566ea HTTP/1.1" 200 115 0.030298 10.0.0.27 - - [2026-01-08 03:06:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008896 10.0.0.27 - - [2026-01-08 03:06:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002707 10.0.0.242 - - [2026-01-08 03:06:14] "POST /neutron/network HTTP/1.1" 200 151 0.122618 10.0.0.27 - - [2026-01-08 03:06:16] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.242 - - [2026-01-08 03:06:16] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.041627 10.0.0.27 - - [2026-01-08 03:06:16] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.242 - - [2026-01-08 03:06:16] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?fields=virtual_networks HTTP/1.1" 200 1028 0.042360 10.0.0.27 - - [2026-01-08 03:06:16] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.242 - - [2026-01-08 03:06:16] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.042020 10.0.0.27 - - [2026-01-08 03:06:16] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001982 10.0.0.242 - - [2026-01-08 03:06:16] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?fields=security_groups HTTP/1.1" 200 1252 0.051163 10.0.0.242 - - [2026-01-08 03:06:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.032337 10.0.0.27 - - [2026-01-08 03:06:17] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002998 10.0.0.27 - - [2026-01-08 03:06:17] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001944 10.0.0.27 - - [2026-01-08 03:06:17] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009154 10.0.0.27 - - [2026-01-08 03:06:17] "POST /id-to-fqname HTTP/1.1" 200 186 0.002567 10.0.0.27 - - [2026-01-08 03:06:17] "POST /fqname-to-id HTTP/1.1" 404 195 0.005470 10.0.0.27 - - [2026-01-08 03:06:17] "POST /security-groups HTTP/1.1" 200 587 0.031198 10.0.0.242 - - [2026-01-08 03:06:17] "POST /fqname-to-id HTTP/1.1" 404 230 0.003304 10.0.0.27 - - [2026-01-08 03:06:17] "POST /projects HTTP/1.1" 200 577 0.229419 10.0.0.27 - - [2026-01-08 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.309219 10.0.0.242 - - [2026-01-08 03:06:17] "POST /access-control-lists HTTP/1.1" 200 590 0.039573 10.0.0.242 - - [2026-01-08 03:06:17] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.458025 10.0.0.242 - - [2026-01-08 03:06:19] "GET / HTTP/1.1" 200 35931 0.002159 10.0.0.27 - - [2026-01-08 03:06:19] "DELETE /project/af5e852edab24edbaf2107ed7f5adf72 HTTP/1.1" 404 173 0.007909 10.0.0.27 - - [2026-01-08 03:06:19] "DELETE /project/80d496a3330647a69f64353414f9dfdb HTTP/1.1" 404 173 0.011698 10.0.0.27 - - [2026-01-08 03:06:19] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000875 10.0.0.27 - - [2026-01-08 03:06:19] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000798 10.0.0.27 - - [2026-01-08 03:06:19] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.062494 10.0.0.27 - - [2026-01-08 03:06:19] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.068864 10.0.0.27 - - [2026-01-08 03:06:19] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.27 - - [2026-01-08 03:06:19] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001460 10.0.0.27 - - [2026-01-08 03:06:19] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?fields=security_groups HTTP/1.1" 200 1357 0.037115 10.0.0.27 - - [2026-01-08 03:06:19] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?fields=security_groups HTTP/1.1" 200 1356 0.053372 10.0.0.27 - - [2026-01-08 03:06:20] "DELETE /security-group/e93d9e1b-1086-447b-9887-eebd07b8660f HTTP/1.1" 200 115 0.083474 10.0.0.27 - - [2026-01-08 03:06:20] "GET /projects?obj_uuids=80d496a3-3306-47a6-9f64-353414f9dfdb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.27 - - [2026-01-08 03:06:20] "DELETE /security-group/5ecba989-4d89-4656-8731-852f241d5169 HTTP/1.1" 200 115 0.086066 10.0.0.27 - - [2026-01-08 03:06:20] "GET /projects?obj_uuids=06986ffa-77f7-4485-a410-675b755ea351&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.27 - - [2026-01-08 03:06:20] "GET /project/80d496a3-3306-47a6-9f64-353414f9dfdb?fields=application_policy_sets HTTP/1.1" 200 1396 0.089161 10.0.0.27 - - [2026-01-08 03:06:20] "GET /project/06986ffa-77f7-4485-a410-675b755ea351?fields=application_policy_sets HTTP/1.1" 200 1395 0.107505 10.0.0.242 - - [2026-01-08 03:06:20] "DELETE /access-control-list/48d52bc4-ef2b-454d-983b-2c2f589083dd HTTP/1.1" 200 115 0.060773 10.0.0.27 - - [2026-01-08 03:06:20] "DELETE /project/06986ffa-77f7-4485-a410-675b755ea351 HTTP/1.1" 409 225 0.500862 10.0.0.27 - - [2026-01-08 03:06:20] "DELETE /project/80d496a3-3306-47a6-9f64-353414f9dfdb HTTP/1.1" 200 115 0.586309 10.0.0.242 - - [2026-01-08 03:06:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000546 10.0.0.242 - - [2026-01-08 03:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.043394 10.0.0.27 - - [2026-01-08 03:06:21] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000997 10.0.0.242 - - [2026-01-08 03:06:21] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.040554 10.0.0.242 - - [2026-01-08 03:06:21] "POST /ref-update HTTP/1.1" 200 156 0.025628 10.0.0.27 - - [2026-01-08 03:06:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006737 10.0.0.242 - - [2026-01-08 03:06:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.314716 10.0.0.242 - - [2026-01-08 03:06:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001413 10.0.0.242 - - [2026-01-08 03:06:21] "GET /virtual-network/242d59cb-9f86-4c41-879e-20ddf379afb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005350 10.0.0.242 - - [2026-01-08 03:06:21] "GET /virtual-network/242d59cb-9f86-4c41-879e-20ddf379afb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007291 10.0.0.242 - - [2026-01-08 03:06:21] "POST /neutron/network HTTP/1.1" 200 828 0.008423 10.0.0.242 - - [2026-01-08 03:06:22] "GET /virtual-network/242d59cb-9f86-4c41-879e-20ddf379afb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006450 10.0.0.242 - - [2026-01-08 03:06:23] "GET /obj-perms HTTP/1.1" 200 5041 0.061616 10.0.0.242 - - [2026-01-08 03:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.27 - - [2026-01-08 03:06:23] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001274 10.0.0.242 - - [2026-01-08 03:06:23] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.041991 10.0.0.27 - - [2026-01-08 03:06:24] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001011 10.0.0.242 - - [2026-01-08 03:06:24] "POST /neutron/network HTTP/1.1" 200 611 0.146147 10.0.0.242 - - [2026-01-08 03:06:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.004166 10.0.0.242 - - [2026-01-08 03:06:24] "GET /virtual-network/80cadee4-7185-4bc8-b580-a67e440b6b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006125 10.0.0.242 - - [2026-01-08 03:06:24] "POST /neutron/network HTTP/1.1" 200 830 0.007235 10.0.0.242 - - [2026-01-08 03:06:24] "GET /virtual-network/80cadee4-7185-4bc8-b580-a67e440b6b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006780 10.0.0.242 - - [2026-01-08 03:06:24] "GET /virtual-network/80cadee4-7185-4bc8-b580-a67e440b6b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006427 10.0.0.50 - - [2026-01-08 03:06:25] "GET /obj-perms HTTP/1.1" 200 5041 0.059769 10.0.0.27 - - [2026-01-08 03:06:25] "GET /obj-perms HTTP/1.1" 200 5041 0.064351 10.0.0.242 - - [2026-01-08 03:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.27 - - [2026-01-08 03:06:25] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001061 10.0.0.242 - - [2026-01-08 03:06:25] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.049442 10.0.0.242 - - [2026-01-08 03:06:25] "POST /neutron/network HTTP/1.1" 200 117 0.018958 10.0.0.242 - - [2026-01-08 03:06:25] "POST /route-targets HTTP/1.1" 200 327 0.018539 10.0.0.242 - - [2026-01-08 03:06:25] "POST /neutron/network HTTP/1.1" 200 832 0.010110 10.0.0.242 - - [2026-01-08 03:06:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001518 10.0.0.242 - - [2026-01-08 03:06:25] "GET /virtual-network/13fcc720-e058-42cf-a0e7-e6f892872d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006562 10.0.0.242 - - [2026-01-08 03:06:25] "GET /virtual-network/13fcc720-e058-42cf-a0e7-e6f892872d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005493 10.0.0.242 - - [2026-01-08 03:06:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.011474 10.0.0.242 - - [2026-01-08 03:06:26] "GET /virtual-network/13fcc720-e058-42cf-a0e7-e6f892872d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008146 10.0.0.242 - - [2026-01-08 03:06:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001599 10.0.0.27 - - [2026-01-08 03:06:27] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001198 10.0.0.242 - - [2026-01-08 03:06:27] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.067402 10.0.0.242 - - [2026-01-08 03:06:27] "POST /neutron/port HTTP/1.1" 200 117 0.006942 10.0.0.242 - - [2026-01-08 03:06:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001539 10.0.0.242 - - [2026-01-08 03:06:28] "POST /neutron/network HTTP/1.1" 200 842 0.007472 10.0.0.242 - - [2026-01-08 03:06:28] "POST /neutron/port HTTP/1.1" 200 1056 0.026784 10.0.0.27 - - [2026-01-08 03:06:28] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002158 10.0.0.242 - - [2026-01-08 03:06:28] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.136795 10.0.0.242 - - [2026-01-08 03:06:29] "POST /neutron/port HTTP/1.1" 200 1120 0.031837 10.0.0.242 - - [2026-01-08 03:06:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.012031 10.0.0.242 - - [2026-01-08 03:06:29] "POST /neutron/port HTTP/1.1" 200 1120 0.022202 10.0.0.242 - - [2026-01-08 03:06:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.005236 10.0.0.242 - - [2026-01-08 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.27 - - [2026-01-08 03:06:29] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.242 - - [2026-01-08 03:06:29] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.010109 10.0.0.242 - - [2026-01-08 03:06:29] "POST /service-templates HTTP/1.1" 200 543 0.032959 10.0.0.242 - - [2026-01-08 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.242 - - [2026-01-08 03:06:29] "GET /service-template/91662bf7-d830-456e-b266-8de4b76f4e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006444 10.0.0.242 - - [2026-01-08 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.242 - - [2026-01-08 03:06:29] "GET /service-template/91662bf7-d830-456e-b266-8de4b76f4e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004951 10.0.0.242 - - [2026-01-08 03:06:29] "POST /neutron/network HTTP/1.1" 200 842 0.013381 10.0.0.242 - - [2026-01-08 03:06:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001309 10.0.0.242 - - [2026-01-08 03:06:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001452 10.0.0.242 - - [2026-01-08 03:06:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001242 10.0.0.242 - - [2026-01-08 03:06:30] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011591 10.0.0.242 - - [2026-01-08 03:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.242 - - [2026-01-08 03:06:30] "DELETE /service-template/91662bf7-d830-456e-b266-8de4b76f4e03 HTTP/1.1" 200 115 0.041631 10.0.0.242 - - [2026-01-08 03:06:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.013089 10.0.0.242 - - [2026-01-08 03:06:30] "POST /neutron/port HTTP/1.1" 200 1110 0.150630 10.0.0.242 - - [2026-01-08 03:06:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.010379 10.0.0.242 - - [2026-01-08 03:06:30] "POST /neutron/network HTTP/1.1" 200 832 0.009113 10.0.0.242 - - [2026-01-08 03:06:31] "POST /neutron/port HTTP/1.1" 200 1110 0.015455 10.0.0.242 - - [2026-01-08 03:06:32] "POST /neutron/port HTTP/1.1" 200 1110 0.017299 10.0.0.242 - - [2026-01-08 03:06:32] "POST /neutron/network HTTP/1.1" 200 2179 0.010405 10.0.0.27 - - [2026-01-08 03:06:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003209 10.0.0.27 - - [2026-01-08 03:06:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002925 10.0.0.242 - - [2026-01-08 03:06:32] "POST /neutron/network HTTP/1.1" 200 151 0.132436 10.0.0.242 - - [2026-01-08 03:06:32] "DELETE /route-target/d363df00-f55d-40aa-b18d-1ebe7a42673e HTTP/1.1" 200 115 0.020637 10.0.0.27 - - [2026-01-08 03:06:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002751 10.0.0.27 - - [2026-01-08 03:06:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004780 10.0.0.242 - - [2026-01-08 03:06:33] "POST /neutron/network HTTP/1.1" 200 151 0.129438 10.0.0.242 - - [2026-01-08 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.242 - - [2026-01-08 03:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.27 - - [2026-01-08 03:06:36] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001012 10.0.0.242 - - [2026-01-08 03:06:36] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.042067 10.0.0.242 - - [2026-01-08 03:06:36] "POST /neutron/network HTTP/1.1" 200 117 0.015959 10.0.0.242 - - [2026-01-08 03:06:36] "POST /ref-update HTTP/1.1" 200 156 0.035871 10.0.0.242 - - [2026-01-08 03:06:36] "POST /neutron/network HTTP/1.1" 200 830 0.016140 10.0.0.242 - - [2026-01-08 03:06:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001281 10.0.0.242 - - [2026-01-08 03:06:36] "GET /virtual-network/c31258b6-ad52-405d-8f84-0c70ac4670ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005429 10.0.0.242 - - [2026-01-08 03:06:36] "GET /virtual-network/c31258b6-ad52-405d-8f84-0c70ac4670ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006475 10.0.0.242 - - [2026-01-08 03:06:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.011442 10.0.0.242 - - [2026-01-08 03:06:37] "GET /virtual-network/c31258b6-ad52-405d-8f84-0c70ac4670ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007003 10.0.0.242 - - [2026-01-08 03:06:37] "GET /obj-perms HTTP/1.1" 200 5041 0.003783 10.0.0.242 - - [2026-01-08 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.27 - - [2026-01-08 03:06:37] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001047 10.0.0.242 - - [2026-01-08 03:06:37] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.052377 10.0.0.27 - - [2026-01-08 03:06:37] "POST /useragent-kv HTTP/1.1" 200 115 0.010803 10.0.0.242 - - [2026-01-08 03:06:38] "POST /neutron/subnet HTTP/1.1" 200 730 0.231563 10.0.0.242 - - [2026-01-08 03:06:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.001495 10.0.0.242 - - [2026-01-08 03:06:38] "GET /virtual-network/4a99a7a0-096e-4303-b35c-20257d91f808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005999 10.0.0.242 - - [2026-01-08 03:06:38] "GET /virtual-network/4a99a7a0-096e-4303-b35c-20257d91f808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007039 10.0.0.242 - - [2026-01-08 03:06:38] "POST /neutron/network HTTP/1.1" 200 831 0.013131 10.0.0.242 - - [2026-01-08 03:06:38] "GET /virtual-network/4a99a7a0-096e-4303-b35c-20257d91f808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008644 10.0.0.50 - - [2026-01-08 03:06:38] "GET /obj-perms HTTP/1.1" 200 5041 0.003953 10.0.0.27 - - [2026-01-08 03:06:38] "GET /obj-perms HTTP/1.1" 200 5041 0.003993 10.0.0.242 - - [2026-01-08 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.27 - - [2026-01-08 03:06:38] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000915 10.0.0.242 - - [2026-01-08 03:06:38] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.047586 10.0.0.27 - - [2026-01-08 03:06:38] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001018 10.0.0.242 - - [2026-01-08 03:06:38] "POST /neutron/network HTTP/1.1" 200 613 0.138249 10.0.0.242 - - [2026-01-08 03:06:38] "POST /route-targets HTTP/1.1" 200 327 0.016449 10.0.0.242 - - [2026-01-08 03:06:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.003854 10.0.0.242 - - [2026-01-08 03:06:39] "GET /virtual-network/c20f5752-e78d-427a-a985-0e13a877e6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006617 10.0.0.242 - - [2026-01-08 03:06:39] "POST /neutron/network HTTP/1.1" 200 831 0.007085 10.0.0.242 - - [2026-01-08 03:06:39] "GET /virtual-network/c20f5752-e78d-427a-a985-0e13a877e6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005890 10.0.0.242 - - [2026-01-08 03:06:39] "GET /virtual-network/c20f5752-e78d-427a-a985-0e13a877e6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005977 10.0.0.242 - - [2026-01-08 03:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.27 - - [2026-01-08 03:06:39] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000875 10.0.0.242 - - [2026-01-08 03:06:39] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.044691 10.0.0.242 - - [2026-01-08 03:06:39] "POST /neutron/network HTTP/1.1" 200 117 0.016908 10.0.0.242 - - [2026-01-08 03:06:40] "POST /ref-update HTTP/1.1" 200 156 0.025632 10.0.0.242 - - [2026-01-08 03:06:40] "POST /neutron/network HTTP/1.1" 200 842 0.010204 10.0.0.242 - - [2026-01-08 03:06:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001686 10.0.0.242 - - [2026-01-08 03:06:40] "GET /virtual-network/5215f3e5-e80a-4fca-be9c-3be9b0e0c19c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005266 10.0.0.242 - - [2026-01-08 03:06:40] "GET /virtual-network/5215f3e5-e80a-4fca-be9c-3be9b0e0c19c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008070 10.0.0.242 - - [2026-01-08 03:06:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.010394 10.0.0.242 - - [2026-01-08 03:06:40] "GET /virtual-network/5215f3e5-e80a-4fca-be9c-3be9b0e0c19c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007343 10.0.0.242 - - [2026-01-08 03:06:40] "GET /obj-perms HTTP/1.1" 200 5041 0.004382 10.0.0.242 - - [2026-01-08 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.27 - - [2026-01-08 03:06:40] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000966 10.0.0.242 - - [2026-01-08 03:06:40] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.045271 10.0.0.27 - - [2026-01-08 03:06:41] "POST /useragent-kv HTTP/1.1" 200 115 0.007309 10.0.0.242 - - [2026-01-08 03:06:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.247192 10.0.0.242 - - [2026-01-08 03:06:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001742 10.0.0.242 - - [2026-01-08 03:06:41] "GET /virtual-network/a6af770a-b607-4f94-98d6-20c6c7307bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005928 10.0.0.242 - - [2026-01-08 03:06:41] "GET /virtual-network/a6af770a-b607-4f94-98d6-20c6c7307bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006639 10.0.0.242 - - [2026-01-08 03:06:41] "POST /neutron/network HTTP/1.1" 200 844 0.007308 10.0.0.242 - - [2026-01-08 03:06:41] "GET /virtual-network/a6af770a-b607-4f94-98d6-20c6c7307bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008382 10.0.0.50 - - [2026-01-08 03:06:41] "GET /obj-perms HTTP/1.1" 200 5041 0.004081 10.0.0.27 - - [2026-01-08 03:06:41] "GET /obj-perms HTTP/1.1" 200 5041 0.004002 10.0.0.242 - - [2026-01-08 03:06:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001394 10.0.0.27 - - [2026-01-08 03:06:42] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001086 10.0.0.242 - - [2026-01-08 03:06:42] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.063773 10.0.0.242 - - [2026-01-08 03:06:42] "POST /neutron/network HTTP/1.1" 200 831 0.006919 10.0.0.242 - - [2026-01-08 03:06:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001554 10.0.0.242 - - [2026-01-08 03:06:43] "POST /neutron/port HTTP/1.1" 200 117 0.006563 10.0.0.27 - - [2026-01-08 03:06:43] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001022 10.0.0.242 - - [2026-01-08 03:06:43] "POST /neutron/port HTTP/1.1" 200 1057 0.273954 10.0.0.242 - - [2026-01-08 03:06:43] "POST /neutron/port HTTP/1.1" 200 1111 0.109972 10.0.0.27 - - [2026-01-08 03:06:44] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001064 10.0.0.242 - - [2026-01-08 03:06:44] "POST /neutron/subnet HTTP/1.1" 200 704 0.013298 10.0.0.242 - - [2026-01-08 03:06:44] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.075150 10.0.0.242 - - [2026-01-08 03:06:44] "POST /neutron/network HTTP/1.1" 200 831 0.010030 10.0.0.242 - - [2026-01-08 03:06:44] "POST /neutron/port HTTP/1.1" 200 117 0.006568 10.0.0.242 - - [2026-01-08 03:06:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003321 10.0.0.242 - - [2026-01-08 03:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.27 - - [2026-01-08 03:06:44] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001511 10.0.0.242 - - [2026-01-08 03:06:44] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008263 10.0.0.242 - - [2026-01-08 03:06:44] "POST /service-templates HTTP/1.1" 200 543 0.037677 10.0.0.242 - - [2026-01-08 03:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.242 - - [2026-01-08 03:06:44] "GET /service-template/c84718f6-c4d0-4e57-985e-b6d263f21bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006192 10.0.0.242 - - [2026-01-08 03:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.242 - - [2026-01-08 03:06:44] "GET /service-template/c84718f6-c4d0-4e57-985e-b6d263f21bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004405 10.0.0.242 - - [2026-01-08 03:06:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001215 10.0.0.242 - - [2026-01-08 03:06:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.002232 10.0.0.242 - - [2026-01-08 03:06:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001756 10.0.0.242 - - [2026-01-08 03:06:44] "POST /neutron/port HTTP/1.1" 200 2034 0.046507 10.0.0.242 - - [2026-01-08 03:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.242 - - [2026-01-08 03:06:45] "POST /neutron/port HTTP/1.1" 200 1055 0.017260 10.0.0.242 - - [2026-01-08 03:06:45] "DELETE /service-template/c84718f6-c4d0-4e57-985e-b6d263f21bb7 HTTP/1.1" 200 115 0.035288 10.0.0.242 - - [2026-01-08 03:06:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.018758 10.0.0.242 - - [2026-01-08 03:06:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004871 10.0.0.242 - - [2026-01-08 03:06:45] "POST /neutron/network HTTP/1.1" 200 831 0.009454 10.0.0.242 - - [2026-01-08 03:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008120 10.0.0.242 - - [2026-01-08 03:06:45] "POST /neutron/network HTTP/1.1" 200 842 0.008199 10.0.0.242 - - [2026-01-08 03:06:45] "POST /neutron/port HTTP/1.1" 200 1111 0.030192 10.0.0.242 - - [2026-01-08 03:06:46] "DELETE /route-target/24ce1eb9-4188-4ffe-94ff-5757fe256302 HTTP/1.1" 200 115 0.025354 10.0.0.242 - - [2026-01-08 03:06:46] "POST /neutron/network HTTP/1.1" 400 204 0.014583 10.0.0.242 - - [2026-01-08 03:06:47] "POST /neutron/port HTTP/1.1" 200 151 0.180931 10.0.0.242 - - [2026-01-08 03:06:47] "POST /neutron/network HTTP/1.1" 200 117 0.011180 10.0.0.27 - - [2026-01-08 03:06:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004072 10.0.0.27 - - [2026-01-08 03:06:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002447 10.0.0.242 - - [2026-01-08 03:06:48] "POST /neutron/network HTTP/1.1" 200 151 0.128201 10.0.0.242 - - [2026-01-08 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.242 - - [2026-01-08 03:06:49] "POST /neutron/network HTTP/1.1" 200 830 0.007466 10.0.0.242 - - [2026-01-08 03:06:49] "DELETE /route-target/75766945-e8c8-4cf5-944f-76561cd2fcd9 HTTP/1.1" 200 115 0.025203 10.0.0.27 - - [2026-01-08 03:06:50] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001143 10.0.0.242 - - [2026-01-08 03:06:50] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.045404 10.0.0.27 - - [2026-01-08 03:06:50] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002080 10.0.0.242 - - [2026-01-08 03:06:50] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?fields=virtual_networks HTTP/1.1" 200 1025 0.044619 10.0.0.27 - - [2026-01-08 03:06:50] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001151 10.0.0.242 - - [2026-01-08 03:06:50] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.045340 10.0.0.27 - - [2026-01-08 03:06:50] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001443 10.0.0.242 - - [2026-01-08 03:06:51] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?fields=security_groups HTTP/1.1" 200 1247 0.041692 10.0.0.242 - - [2026-01-08 03:06:51] "POST /fqname-to-id HTTP/1.1" 404 190 0.027546 10.0.0.27 - - [2026-01-08 03:06:51] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003855 10.0.0.27 - - [2026-01-08 03:06:51] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001272 10.0.0.27 - - [2026-01-08 03:06:51] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010037 10.0.0.27 - - [2026-01-08 03:06:52] "POST /id-to-fqname HTTP/1.1" 200 192 0.002170 10.0.0.27 - - [2026-01-08 03:06:52] "POST /fqname-to-id HTTP/1.1" 404 201 0.004341 10.0.0.27 - - [2026-01-08 03:06:52] "POST /security-groups HTTP/1.1" 200 593 0.029391 10.0.0.27 - - [2026-01-08 03:06:52] "POST /projects HTTP/1.1" 200 589 0.222925 10.0.0.242 - - [2026-01-08 03:06:52] "POST /fqname-to-id HTTP/1.1" 404 235 0.005387 10.0.0.27 - - [2026-01-08 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.307034 10.0.0.242 - - [2026-01-08 03:06:52] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.448646 10.0.0.242 - - [2026-01-08 03:06:53] "GET / HTTP/1.1" 200 35931 0.001647 10.0.0.242 - - [2026-01-08 03:06:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000520 10.0.0.242 - - [2026-01-08 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.078961 10.0.0.27 - - [2026-01-08 03:06:55] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000971 10.0.0.242 - - [2026-01-08 03:06:55] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051961 10.0.0.27 - - [2026-01-08 03:06:55] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001134 10.0.0.242 - - [2026-01-08 03:06:55] "POST /neutron/network HTTP/1.1" 200 611 0.176492 10.0.0.242 - - [2026-01-08 03:06:56] "POST /ref-update HTTP/1.1" 200 156 0.034673 10.0.0.242 - - [2026-01-08 03:06:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.003519 10.0.0.242 - - [2026-01-08 03:06:56] "GET /virtual-network/fb0711a4-6b1b-4de5-ba8b-0f44d9468ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006277 10.0.0.242 - - [2026-01-08 03:06:56] "POST /neutron/network HTTP/1.1" 200 830 0.007493 10.0.0.242 - - [2026-01-08 03:06:56] "GET /virtual-network/fb0711a4-6b1b-4de5-ba8b-0f44d9468ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006951 10.0.0.242 - - [2026-01-08 03:06:57] "GET /virtual-network/fb0711a4-6b1b-4de5-ba8b-0f44d9468ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006743 10.0.0.242 - - [2026-01-08 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.27 - - [2026-01-08 03:06:58] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000916 10.0.0.242 - - [2026-01-08 03:06:58] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.037461 10.0.0.242 - - [2026-01-08 03:06:58] "POST /neutron/network HTTP/1.1" 200 117 0.014411 10.0.0.242 - - [2026-01-08 03:06:59] "POST /neutron/network HTTP/1.1" 200 832 0.010435 10.0.0.242 - - [2026-01-08 03:06:59] "POST /id-to-fqname HTTP/1.1" 200 225 0.001370 10.0.0.242 - - [2026-01-08 03:06:59] "GET /virtual-network/5f4012bd-79a6-4bb5-93d0-043f5574d983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005885 10.0.0.242 - - [2026-01-08 03:06:59] "GET /virtual-network/5f4012bd-79a6-4bb5-93d0-043f5574d983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005743 10.0.0.242 - - [2026-01-08 03:06:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.010507 10.0.0.242 - - [2026-01-08 03:06:59] "GET /virtual-network/5f4012bd-79a6-4bb5-93d0-043f5574d983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006653 10.0.0.242 - - [2026-01-08 03:06:59] "GET /obj-perms HTTP/1.1" 200 5053 0.068328 10.0.0.242 - - [2026-01-08 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.27 - - [2026-01-08 03:06:59] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000988 10.0.0.242 - - [2026-01-08 03:07:00] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041377 10.0.0.242 - - [2026-01-08 03:07:00] "POST /route-targets HTTP/1.1" 200 327 0.013731 10.0.0.27 - - [2026-01-08 03:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007124 10.0.0.242 - - [2026-01-08 03:07:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.230536 10.0.0.242 - - [2026-01-08 03:07:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001479 10.0.0.242 - - [2026-01-08 03:07:00] "GET /virtual-network/56747840-51a7-4e74-867e-44070739bf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006633 10.0.0.242 - - [2026-01-08 03:07:00] "GET /virtual-network/56747840-51a7-4e74-867e-44070739bf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005934 10.0.0.242 - - [2026-01-08 03:07:00] "POST /neutron/network HTTP/1.1" 200 834 0.007079 10.0.0.242 - - [2026-01-08 03:07:00] "GET /virtual-network/56747840-51a7-4e74-867e-44070739bf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006550 10.0.0.50 - - [2026-01-08 03:07:01] "GET /obj-perms HTTP/1.1" 200 5053 0.090264 10.0.0.27 - - [2026-01-08 03:07:01] "GET /obj-perms HTTP/1.1" 200 5053 0.076667 10.0.0.242 - - [2026-01-08 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.27 - - [2026-01-08 03:07:01] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001193 10.0.0.242 - - [2026-01-08 03:07:01] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.060318 10.0.0.27 - - [2026-01-08 03:07:01] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001231 10.0.0.242 - - [2026-01-08 03:07:01] "POST /neutron/network HTTP/1.1" 200 629 0.137889 10.0.0.242 - - [2026-01-08 03:07:01] "POST /ref-update HTTP/1.1" 200 156 0.032578 10.0.0.242 - - [2026-01-08 03:07:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.003369 10.0.0.242 - - [2026-01-08 03:07:02] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006194 10.0.0.242 - - [2026-01-08 03:07:02] "POST /neutron/network HTTP/1.1" 200 848 0.006581 10.0.0.242 - - [2026-01-08 03:07:02] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005038 10.0.0.242 - - [2026-01-08 03:07:02] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006020 10.0.0.242 - - [2026-01-08 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.27 - - [2026-01-08 03:07:02] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000983 10.0.0.242 - - [2026-01-08 03:07:02] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.039190 10.0.0.242 - - [2026-01-08 03:07:02] "POST /neutron/network HTTP/1.1" 200 117 0.028230 10.0.0.242 - - [2026-01-08 03:07:03] "POST /neutron/network HTTP/1.1" 200 851 0.010322 10.0.0.242 - - [2026-01-08 03:07:03] "POST /id-to-fqname HTTP/1.1" 200 234 0.001184 10.0.0.242 - - [2026-01-08 03:07:03] "GET /virtual-network/cc3cc814-e151-4a27-ba59-4f97f4f3e45d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006204 10.0.0.242 - - [2026-01-08 03:07:03] "GET /virtual-network/cc3cc814-e151-4a27-ba59-4f97f4f3e45d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005712 10.0.0.242 - - [2026-01-08 03:07:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.009607 10.0.0.242 - - [2026-01-08 03:07:03] "GET /virtual-network/cc3cc814-e151-4a27-ba59-4f97f4f3e45d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007590 10.0.0.242 - - [2026-01-08 03:07:03] "GET /obj-perms HTTP/1.1" 200 5053 0.005017 10.0.0.50 - - [2026-01-08 03:07:03] "GET /obj-perms HTTP/1.1" 200 5053 0.004460 10.0.0.27 - - [2026-01-08 03:07:03] "GET /obj-perms HTTP/1.1" 200 5053 0.004535 10.0.0.242 - - [2026-01-08 03:07:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.001737 10.0.0.27 - - [2026-01-08 03:07:04] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001217 10.0.0.242 - - [2026-01-08 03:07:04] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.081648 10.0.0.242 - - [2026-01-08 03:07:05] "POST /neutron/port HTTP/1.1" 200 117 0.007520 10.0.0.242 - - [2026-01-08 03:07:05] "POST /id-to-fqname HTTP/1.1" 200 225 0.001989 10.0.0.242 - - [2026-01-08 03:07:05] "POST /neutron/network HTTP/1.1" 200 842 0.009066 10.0.0.242 - - [2026-01-08 03:07:06] "POST /neutron/port HTTP/1.1" 200 1062 0.020694 10.0.0.27 - - [2026-01-08 03:07:06] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001178 10.0.0.242 - - [2026-01-08 03:07:06] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.111211 10.0.0.242 - - [2026-01-08 03:07:06] "POST /neutron/port HTTP/1.1" 200 1126 0.049532 10.0.0.242 - - [2026-01-08 03:07:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.008556 10.0.0.242 - - [2026-01-08 03:07:06] "POST /neutron/port HTTP/1.1" 200 1126 0.024471 10.0.0.242 - - [2026-01-08 03:07:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003379 10.0.0.242 - - [2026-01-08 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.27 - - [2026-01-08 03:07:06] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001578 10.0.0.242 - - [2026-01-08 03:07:06] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009363 10.0.0.242 - - [2026-01-08 03:07:06] "POST /service-templates HTTP/1.1" 200 543 0.031364 10.0.0.242 - - [2026-01-08 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.242 - - [2026-01-08 03:07:06] "GET /service-template/94e3b915-a01c-4ce7-8ea7-1fdc581b2043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.005862 10.0.0.242 - - [2026-01-08 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.242 - - [2026-01-08 03:07:06] "GET /service-template/94e3b915-a01c-4ce7-8ea7-1fdc581b2043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004442 10.0.0.242 - - [2026-01-08 03:07:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.001647 10.0.0.242 - - [2026-01-08 03:07:07] "POST /neutron/network HTTP/1.1" 200 842 0.008822 10.0.0.242 - - [2026-01-08 03:07:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007288 10.0.0.242 - - [2026-01-08 03:07:07] "POST /neutron/port HTTP/1.1" 200 1062 0.019982 10.0.0.242 - - [2026-01-08 03:07:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005113 10.0.0.242 - - [2026-01-08 03:07:07] "POST /neutron/network HTTP/1.1" 200 832 0.008617 10.0.0.27 - - [2026-01-08 03:07:08] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001302 10.0.0.242 - - [2026-01-08 03:07:08] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.078161 10.0.0.242 - - [2026-01-08 03:07:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009987 10.0.0.242 - - [2026-01-08 03:07:08] "GET /virtual-machine/582fbd68-0e57-4845-a033-cada0096fca3 HTTP/1.1" 401 293 0.000588 10.0.0.242 - - [2026-01-08 03:07:09] "GET /virtual-machine/582fbd68-0e57-4845-a033-cada0096fca3 HTTP/1.1" 404 171 0.049911 10.0.0.27 - - [2026-01-08 03:07:09] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001315 10.0.0.242 - - [2026-01-08 03:07:09] "POST /neutron/port HTTP/1.1" 200 1062 0.298422 10.0.0.242 - - [2026-01-08 03:07:09] "POST /neutron/port HTTP/1.1" 200 1116 0.117295 10.0.0.242 - - [2026-01-08 03:07:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.012393 10.0.0.242 - - [2026-01-08 03:07:11] "GET /virtual-machine/582fbd68-0e57-4845-a033-cada0096fca3 HTTP/1.1" 200 1294 0.007242 10.0.0.242 - - [2026-01-08 03:07:11] "GET /virtual-machine-interface/deb68c71-0264-4626-9e12-2e42f8bbfe3f HTTP/1.1" 200 2985 0.006188 10.0.0.242 - - [2026-01-08 03:07:11] "GET /virtual-machine-interface/deb68c71-0264-4626-9e12-2e42f8bbfe3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006348 10.0.0.242 - - [2026-01-08 03:07:11] "PUT /virtual-machine-interface/deb68c71-0264-4626-9e12-2e42f8bbfe3f HTTP/1.1" 200 284 0.017014 10.0.0.242 - - [2026-01-08 03:07:11] "POST /neutron/port HTTP/1.1" 200 1126 0.017802 10.0.0.242 - - [2026-01-08 03:07:14] "POST /neutron/port HTTP/1.1" 200 1126 0.018181 10.0.0.242 - - [2026-01-08 03:07:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.014576 10.0.0.242 - - [2026-01-08 03:07:16] "POST /neutron/port HTTP/1.1" 200 1126 0.019751 10.0.0.242 - - [2026-01-08 03:07:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007360 10.0.0.242 - - [2026-01-08 03:07:16] "GET /virtual-machine/582fbd68-0e57-4845-a033-cada0096fca3 HTTP/1.1" 200 1294 0.005256 10.0.0.242 - - [2026-01-08 03:07:16] "GET /virtual-machine-interface/deb68c71-0264-4626-9e12-2e42f8bbfe3f HTTP/1.1" 200 3035 0.007026 10.0.0.242 - - [2026-01-08 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.242 - - [2026-01-08 03:07:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004914 10.0.0.242 - - [2026-01-08 03:07:16] "GET /virtual-networks?parent_id=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003811 10.0.0.242 - - [2026-01-08 03:07:16] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007486 10.0.0.242 - - [2026-01-08 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.242 - - [2026-01-08 03:07:19] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005533 10.0.0.27 - - [2026-01-08 03:07:20] "DELETE /project/703c44de1c854ad195ce4ed50320f122 HTTP/1.1" 404 173 0.003964 10.0.0.27 - - [2026-01-08 03:07:20] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000905 10.0.0.27 - - [2026-01-08 03:07:20] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.037100 10.0.0.27 - - [2026-01-08 03:07:20] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001396 10.0.0.27 - - [2026-01-08 03:07:20] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?fields=security_groups HTTP/1.1" 200 1352 0.040263 10.0.0.27 - - [2026-01-08 03:07:20] "DELETE /security-group/961db623-b037-4ed5-b710-590cebd47a46 HTTP/1.1" 200 115 0.055754 10.0.0.27 - - [2026-01-08 03:07:20] "GET /projects?obj_uuids=af5e852e-dab2-4edb-af21-07ed7f5adf72&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002972 10.0.0.242 - - [2026-01-08 03:07:20] "DELETE /access-control-list/e64b1059-9cc1-4dc3-9c56-cb4cfcb1ae7d HTTP/1.1" 200 115 0.051204 10.0.0.27 - - [2026-01-08 03:07:20] "GET /project/af5e852e-dab2-4edb-af21-07ed7f5adf72?fields=application_policy_sets HTTP/1.1" 200 1391 0.066322 10.0.0.27 - - [2026-01-08 03:07:20] "DELETE /project/af5e852e-dab2-4edb-af21-07ed7f5adf72 HTTP/1.1" 200 115 0.458885 10.0.0.242 - - [2026-01-08 03:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.242 - - [2026-01-08 03:07:23] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007301 10.0.0.242 - - [2026-01-08 03:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.242 - - [2026-01-08 03:07:28] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005440 10.0.0.242 - - [2026-01-08 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.242 - - [2026-01-08 03:07:32] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005676 10.0.0.242 - - [2026-01-08 03:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005942 10.0.0.242 - - [2026-01-08 03:07:36] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006123 10.0.0.242 - - [2026-01-08 03:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.242 - - [2026-01-08 03:07:40] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007093 10.0.0.242 - - [2026-01-08 03:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005175 10.0.0.242 - - [2026-01-08 03:07:44] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005574 10.0.0.242 - - [2026-01-08 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.242 - - [2026-01-08 03:07:48] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005914 10.0.0.242 - - [2026-01-08 03:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.242 - - [2026-01-08 03:07:52] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005945 10.0.0.242 - - [2026-01-08 03:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.242 - - [2026-01-08 03:07:56] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005510 10.0.0.242 - - [2026-01-08 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.242 - - [2026-01-08 03:07:58] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004661 10.0.0.242 - - [2026-01-08 03:07:58] "GET /virtual-networks?parent_id=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004301 10.0.0.242 - - [2026-01-08 03:07:58] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007058 10.0.0.242 - - [2026-01-08 03:07:58] "POST /neutron/port HTTP/1.1" 200 1126 0.022129 10.0.0.242 - - [2026-01-08 03:08:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.039454 10.0.0.242 - - [2026-01-08 03:08:05] "POST /neutron/port HTTP/1.1" 200 1126 0.025320 10.0.0.242 - - [2026-01-08 03:08:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005166 10.0.0.242 - - [2026-01-08 03:08:05] "POST /neutron/port HTTP/1.1" 200 117 0.001322 10.0.0.242 - - [2026-01-08 03:08:08] "POST /neutron/port HTTP/1.1" 200 1126 0.018114 10.0.0.242 - - [2026-01-08 03:08:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007427 10.0.0.242 - - [2026-01-08 03:08:15] "POST /neutron/port HTTP/1.1" 200 1126 0.043950 10.0.0.242 - - [2026-01-08 03:08:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004252 10.0.0.242 - - [2026-01-08 03:08:15] "POST /neutron/network HTTP/1.1" 200 848 0.006898 10.0.0.50 - - [2026-01-08 03:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000631 10.0.0.50 - - [2026-01-08 03:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.27 - - [2026-01-08 03:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.27 - - [2026-01-08 03:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.50 - - [2026-01-08 03:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.50 - - [2026-01-08 03:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.242 - - [2026-01-08 03:08:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.003977 10.0.0.242 - - [2026-01-08 03:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2026-01-08 03:08:19] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001069 10.0.0.242 - - [2026-01-08 03:08:19] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045141 10.0.0.242 - - [2026-01-08 03:08:19] "POST /service-instances HTTP/1.1" 200 547 0.036208 10.0.0.242 - - [2026-01-08 03:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.242 - - [2026-01-08 03:08:19] "GET /service-instance/422c89f1-fa98-4b45-a8ee-2f4697d6e125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007845 10.0.0.242 - - [2026-01-08 03:08:19] "POST /port-tuples HTTP/1.1" 200 590 0.038063 10.0.0.242 - - [2026-01-08 03:08:20] "GET /virtual-machine-interface/deb68c71-0264-4626-9e12-2e42f8bbfe3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.006583 10.0.0.242 - - [2026-01-08 03:08:20] "PUT /virtual-machine-interface/deb68c71-0264-4626-9e12-2e42f8bbfe3f HTTP/1.1" 200 284 0.013319 10.0.0.242 - - [2026-01-08 03:08:20] "POST /ref-update HTTP/1.1" 200 156 0.015971 10.0.0.242 - - [2026-01-08 03:08:20] "POST /ref-update HTTP/1.1" 200 156 0.066376 10.0.0.242 - - [2026-01-08 03:08:20] "POST /neutron/port HTTP/1.1" 200 1126 0.038448 10.0.0.242 - - [2026-01-08 03:08:20] "POST /ref-update HTTP/1.1" 200 156 0.033918 10.0.0.27 - - [2026-01-08 03:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.242 - - [2026-01-08 03:08:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010451 10.0.0.242 - - [2026-01-08 03:08:20] "GET /virtual-machine/e8dc242f-beac-47e9-958c-7410bafb8782 HTTP/1.1" 200 1295 0.006599 10.0.0.27 - - [2026-01-08 03:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.242 - - [2026-01-08 03:08:20] "GET /virtual-machine-interface/018b2436-5db6-46f5-a819-e0b0acb898cd HTTP/1.1" 200 2956 0.010240 10.0.0.242 - - [2026-01-08 03:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.242 - - [2026-01-08 03:08:20] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003867 10.0.0.242 - - [2026-01-08 03:08:20] "GET /virtual-networks?parent_id=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004113 10.0.0.242 - - [2026-01-08 03:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000288 10.0.0.242 - - [2026-01-08 03:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.242 - - [2026-01-08 03:08:20] "GET /virtual-network/fb0711a4-6b1b-4de5-ba8b-0f44d9468ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006121 10.0.0.242 - - [2026-01-08 03:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.242 - - [2026-01-08 03:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.242 - - [2026-01-08 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.242 - - [2026-01-08 03:08:21] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004034 10.0.0.242 - - [2026-01-08 03:08:21] "GET /virtual-networks?parent_id=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004147 10.0.0.242 - - [2026-01-08 03:08:21] "GET /virtual-network/fb0711a4-6b1b-4de5-ba8b-0f44d9468ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005924 10.0.0.242 - - [2026-01-08 03:08:22] "POST /neutron/port HTTP/1.1" 200 1126 0.016714 10.0.0.242 - - [2026-01-08 03:08:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008661 10.0.0.242 - - [2026-01-08 03:08:22] "GET /virtual-machine/9e2ffe20-9e7f-4759-9736-237cef11f2af HTTP/1.1" 200 1295 0.006808 10.0.0.242 - - [2026-01-08 03:08:22] "GET /virtual-machine-interface/d7c57571-ed14-4454-b476-e3ebb01564f0 HTTP/1.1" 200 2961 0.005917 10.0.0.242 - - [2026-01-08 03:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.242 - - [2026-01-08 03:08:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003995 10.0.0.242 - - [2026-01-08 03:08:22] "GET /virtual-networks?parent_id=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003057 10.0.0.242 - - [2026-01-08 03:08:22] "GET /virtual-network/5f4012bd-79a6-4bb5-93d0-043f5574d983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006071 10.0.0.242 - - [2026-01-08 03:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.242 - - [2026-01-08 03:08:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004686 10.0.0.242 - - [2026-01-08 03:08:23] "GET /virtual-networks?parent_id=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004039 10.0.0.242 - - [2026-01-08 03:08:23] "GET /virtual-network/5f4012bd-79a6-4bb5-93d0-043f5574d983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006192 10.0.0.242 - - [2026-01-08 03:08:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.003527 10.0.0.242 - - [2026-01-08 03:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.27 - - [2026-01-08 03:08:23] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001309 10.0.0.242 - - [2026-01-08 03:08:23] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046611 10.0.0.242 - - [2026-01-08 03:08:23] "POST /network-policys HTTP/1.1" 200 551 0.032045 10.0.0.242 - - [2026-01-08 03:08:23] "GET /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006464 10.0.0.242 - - [2026-01-08 03:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.242 - - [2026-01-08 03:08:24] "GET /virtual-network/fb0711a4-6b1b-4de5-ba8b-0f44d9468ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006281 10.0.0.242 - - [2026-01-08 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.242 - - [2026-01-08 03:08:24] "GET /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004532 10.0.0.242 - - [2026-01-08 03:08:24] "POST /ref-update HTTP/1.1" 200 156 0.064761 10.0.0.242 - - [2026-01-08 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.242 - - [2026-01-08 03:08:24] "POST /access-control-lists HTTP/1.1" 200 596 0.100295 10.0.0.242 - - [2026-01-08 03:08:24] "GET /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005288 10.0.0.242 - - [2026-01-08 03:08:24] "GET /virtual-network/fb0711a4-6b1b-4de5-ba8b-0f44d9468ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.019129 10.0.0.242 - - [2026-01-08 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.242 - - [2026-01-08 03:08:24] "GET /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005047 10.0.0.242 - - [2026-01-08 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.242 - - [2026-01-08 03:08:24] "GET /virtual-network/5f4012bd-79a6-4bb5-93d0-043f5574d983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006121 10.0.0.242 - - [2026-01-08 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005894 10.0.0.242 - - [2026-01-08 03:08:24] "GET /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004511 10.0.0.242 - - [2026-01-08 03:08:24] "POST /ref-update HTTP/1.1" 200 156 0.058422 10.0.0.242 - - [2026-01-08 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.242 - - [2026-01-08 03:08:24] "POST /access-control-lists HTTP/1.1" 200 599 0.078967 10.0.0.242 - - [2026-01-08 03:08:24] "GET /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005944 10.0.0.242 - - [2026-01-08 03:08:24] "GET /virtual-network/5f4012bd-79a6-4bb5-93d0-043f5574d983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.010648 10.0.0.242 - - [2026-01-08 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.011280 10.0.0.242 - - [2026-01-08 03:08:24] "PUT /access-control-list/5d83749f-4d41-474e-83a5-ffeb4c2b587f HTTP/1.1" 200 272 0.030940 10.0.0.242 - - [2026-01-08 03:08:24] "GET /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005449 10.0.0.242 - - [2026-01-08 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.242 - - [2026-01-08 03:08:24] "GET /service-template/94e3b915-a01c-4ce7-8ea7-1fdc581b2043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004641 10.0.0.242 - - [2026-01-08 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.27 - - [2026-01-08 03:08:24] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001038 10.0.0.242 - - [2026-01-08 03:08:24] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043579 10.0.0.242 - - [2026-01-08 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.242 - - [2026-01-08 03:08:25] "GET /service-instance/422c89f1-fa98-4b45-a8ee-2f4697d6e125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2543 0.007703 10.0.0.242 - - [2026-01-08 03:08:25] "POST /neutron/port HTTP/1.1" 200 1384 0.028958 10.0.0.242 - - [2026-01-08 03:08:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011339 10.0.0.242 - - [2026-01-08 03:08:25] "POST /neutron/port HTTP/1.1" 200 1384 0.020585 10.0.0.242 - - [2026-01-08 03:08:25] "POST /neutron/network HTTP/1.1" 200 848 0.007203 10.0.0.242 - - [2026-01-08 03:08:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001385 10.0.0.242 - - [2026-01-08 03:08:25] "GET /virtual-machine/582fbd68-0e57-4845-a033-cada0096fca3 HTTP/1.1" 200 1294 0.003955 10.0.0.242 - - [2026-01-08 03:08:25] "GET /virtual-machine-interface/deb68c71-0264-4626-9e12-2e42f8bbfe3f HTTP/1.1" 200 3891 0.006211 10.0.0.242 - - [2026-01-08 03:08:25] "GET /instance-ip/58d751fb-71fa-444e-af18-7f178cc683d7 HTTP/1.1" 200 1964 0.004860 10.0.0.242 - - [2026-01-08 03:08:25] "GET /instance-ip/5acc6f68-a4af-4f5a-9655-5914b893beeb HTTP/1.1" 200 1962 0.004482 10.0.0.242 - - [2026-01-08 03:08:25] "GET /instance-ip/5cd26074-8670-4bf1-ba62-f16a8c2ab33d HTTP/1.1" 200 1635 0.006872 10.0.0.242 - - [2026-01-08 03:08:25] "POST /neutron/port HTTP/1.1" 200 1384 0.021238 10.0.0.242 - - [2026-01-08 03:08:25] "GET /virtual-machine/582fbd68-0e57-4845-a033-cada0096fca3 HTTP/1.1" 200 1294 0.004220 10.0.0.242 - - [2026-01-08 03:08:26] "GET /virtual-machine-interface/deb68c71-0264-4626-9e12-2e42f8bbfe3f HTTP/1.1" 200 3891 0.006375 10.0.0.242 - - [2026-01-08 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010642 10.0.0.242 - - [2026-01-08 03:08:26] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004034 10.0.0.242 - - [2026-01-08 03:08:26] "GET /virtual-networks?parent_id=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005124 10.0.0.242 - - [2026-01-08 03:08:26] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007354 10.0.0.242 - - [2026-01-08 03:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.242 - - [2026-01-08 03:08:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003893 10.0.0.242 - - [2026-01-08 03:08:27] "GET /virtual-networks?parent_id=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003642 10.0.0.242 - - [2026-01-08 03:08:27] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006030 10.0.0.242 - - [2026-01-08 03:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.242 - - [2026-01-08 03:08:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004332 10.0.0.242 - - [2026-01-08 03:08:27] "GET /virtual-networks?parent_id=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003245 10.0.0.242 - - [2026-01-08 03:08:27] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007197 10.0.0.242 - - [2026-01-08 03:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.242 - - [2026-01-08 03:08:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004124 10.0.0.242 - - [2026-01-08 03:08:27] "GET /virtual-networks?parent_id=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003865 10.0.0.242 - - [2026-01-08 03:08:27] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006217 10.0.0.242 - - [2026-01-08 03:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.242 - - [2026-01-08 03:08:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006037 10.0.0.242 - - [2026-01-08 03:08:27] "GET /virtual-networks?parent_id=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003844 10.0.0.242 - - [2026-01-08 03:08:27] "GET /virtual-network/0275d397-aa61-4214-9e62-6e8310ecaf81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006111 10.0.0.242 - - [2026-01-08 03:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.242 - - [2026-01-08 03:08:27] "GET /routing-instance/98116c0e-897b-4682-a859-bbbbe9ca1068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006100 10.0.0.242 - - [2026-01-08 03:08:27] "GET /routing-instance/98116c0e-897b-4682-a859-bbbbe9ca1068?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.007364 10.0.0.242 - - [2026-01-08 03:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.242 - - [2026-01-08 03:08:27] "GET /routing-instance/fd62979a-36a0-4894-8321-fe4477215e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004853 10.0.0.242 - - [2026-01-08 03:08:27] "GET /routing-instance/fd62979a-36a0-4894-8321-fe4477215e25?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.005931 10.0.0.242 - - [2026-01-08 03:09:07] "POST /neutron/port HTTP/1.1" 200 1126 0.016627 10.0.0.242 - - [2026-01-08 03:09:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.009364 10.0.0.242 - - [2026-01-08 03:09:15] "POST /neutron/port HTTP/1.1" 200 1126 0.016599 10.0.0.242 - - [2026-01-08 03:09:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004114 10.0.0.242 - - [2026-01-08 03:09:15] "POST /neutron/network HTTP/1.1" 200 922 0.006928 10.0.0.242 - - [2026-01-08 03:09:20] "GET /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004722 10.0.0.242 - - [2026-01-08 03:09:20] "PUT /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa HTTP/1.1" 200 262 0.015254 10.0.0.242 - - [2026-01-08 03:09:20] "GET /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.012279 10.0.0.242 - - [2026-01-08 03:09:43] "POST /neutron/port HTTP/1.1" 200 1384 0.022049 10.0.0.242 - - [2026-01-08 03:09:48] "POST /ref-update HTTP/1.1" 200 156 0.053892 10.0.0.242 - - [2026-01-08 03:09:48] "GET /virtual-network/5f4012bd-79a6-4bb5-93d0-043f5574d983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007725 10.0.0.242 - - [2026-01-08 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.242 - - [2026-01-08 03:09:48] "DELETE /access-control-list/8ce1c105-804f-4b9e-8207-f356b21e3580 HTTP/1.1" 200 115 0.099848 10.0.0.242 - - [2026-01-08 03:09:48] "GET /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004499 10.0.0.242 - - [2026-01-08 03:09:48] "POST /ref-update HTTP/1.1" 200 156 0.051630 10.0.0.242 - - [2026-01-08 03:09:48] "POST /neutron/network HTTP/1.1" 200 830 0.011884 10.0.0.242 - - [2026-01-08 03:09:48] "GET /virtual-network/fb0711a4-6b1b-4de5-ba8b-0f44d9468ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006409 10.0.0.242 - - [2026-01-08 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.242 - - [2026-01-08 03:09:48] "GET /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004156 10.0.0.242 - - [2026-01-08 03:09:48] "DELETE /network-policy/4415f9b0-b775-45fb-ae40-35bbf1321eaa HTTP/1.1" 200 115 0.037517 10.0.0.242 - - [2026-01-08 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.242 - - [2026-01-08 03:09:48] "DELETE /service-instance/422c89f1-fa98-4b45-a8ee-2f4697d6e125 HTTP/1.1" 200 115 0.049573 10.0.0.242 - - [2026-01-08 03:09:48] "POST /ref-update HTTP/1.1" 200 156 0.054466 10.0.0.242 - - [2026-01-08 03:09:49] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003143 10.0.0.242 - - [2026-01-08 03:09:49] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002505 10.0.0.242 - - [2026-01-08 03:09:49] "DELETE /instance-ip/58d751fb-71fa-444e-af18-7f178cc683d7 HTTP/1.1" 200 115 0.037514 10.0.0.242 - - [2026-01-08 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.242 - - [2026-01-08 03:09:49] "DELETE /service-template/94e3b915-a01c-4ce7-8ea7-1fdc581b2043 HTTP/1.1" 200 115 0.034478 10.0.0.242 - - [2026-01-08 03:09:49] "POST /ref-update HTTP/1.1" 200 156 0.026687 10.0.0.242 - - [2026-01-08 03:09:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.009613 10.0.0.242 - - [2026-01-08 03:09:49] "POST /ref-update HTTP/1.1" 200 156 0.027034 10.0.0.242 - - [2026-01-08 03:09:49] "DELETE /route-target/68dccbdc-56c8-4853-9367-cb1d242b6465 HTTP/1.1" 200 115 0.022264 10.0.0.242 - - [2026-01-08 03:09:49] "POST /neutron/port HTTP/1.1" 200 1126 0.019860 10.0.0.242 - - [2026-01-08 03:09:50] "POST /neutron/port HTTP/1.1" 200 1126 0.038304 10.0.0.242 - - [2026-01-08 03:09:50] "POST /neutron/port HTTP/1.1" 200 1126 0.018654 10.0.0.242 - - [2026-01-08 03:09:50] "POST /neutron/port HTTP/1.1" 200 1116 0.035260 10.0.0.27 - - [2026-01-08 03:09:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004594 10.0.0.242 - - [2026-01-08 03:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006171 10.0.0.27 - - [2026-01-08 03:09:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003407 10.0.0.242 - - [2026-01-08 03:09:50] "POST /neutron/network HTTP/1.1" 200 151 0.132162 10.0.0.242 - - [2026-01-08 03:09:51] "DELETE /route-target/fb075f50-4f1f-47ff-8396-aa69def82bdd HTTP/1.1" 200 115 0.029552 10.0.0.242 - - [2026-01-08 03:09:51] "POST /neutron/network HTTP/1.1" 200 830 0.007782 10.0.0.27 - - [2026-01-08 03:09:53] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001099 10.0.0.242 - - [2026-01-08 03:09:53] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048660 10.0.0.27 - - [2026-01-08 03:09:53] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001427 10.0.0.242 - - [2026-01-08 03:09:53] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?fields=virtual_networks HTTP/1.1" 200 1036 0.056211 10.0.0.27 - - [2026-01-08 03:09:53] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001030 10.0.0.242 - - [2026-01-08 03:09:53] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.044267 10.0.0.27 - - [2026-01-08 03:09:53] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001050 10.0.0.242 - - [2026-01-08 03:09:53] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?fields=security_groups HTTP/1.1" 200 1264 0.070657 10.0.0.242 - - [2026-01-08 03:09:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.028676 10.0.0.27 - - [2026-01-08 03:09:54] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003073 10.0.0.27 - - [2026-01-08 03:09:54] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.27 - - [2026-01-08 03:09:54] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009470 10.0.0.27 - - [2026-01-08 03:09:54] "POST /id-to-fqname HTTP/1.1" 200 191 0.003146 10.0.0.27 - - [2026-01-08 03:09:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.005936 10.0.0.27 - - [2026-01-08 03:09:54] "POST /security-groups HTTP/1.1" 200 592 0.063951 10.0.0.242 - - [2026-01-08 03:09:54] "POST /fqname-to-id HTTP/1.1" 404 235 0.006952 10.0.0.27 - - [2026-01-08 03:09:54] "POST /projects HTTP/1.1" 200 587 0.277233 10.0.0.27 - - [2026-01-08 03:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.352371 10.0.0.242 - - [2026-01-08 03:09:54] "POST /access-control-lists HTTP/1.1" 200 595 0.030526 10.0.0.242 - - [2026-01-08 03:09:54] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.489120 10.0.0.242 - - [2026-01-08 03:09:56] "GET / HTTP/1.1" 200 35931 0.001898 10.0.0.242 - - [2026-01-08 03:09:58] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000491 10.0.0.27 - - [2026-01-08 03:09:58] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.031001 10.0.0.242 - - [2026-01-08 03:09:58] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.109727 10.0.0.242 - - [2026-01-08 03:09:58] "POST /fqname-to-id HTTP/1.1" 404 180 0.004222 10.0.0.242 - - [2026-01-08 03:09:58] "POST /virtual-DNSs HTTP/1.1" 200 507 0.032794 10.0.0.242 - - [2026-01-08 03:09:58] "GET /virtual-DNS/745b366e-0a37-4687-aed6-0582e40e712b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.006050 10.0.0.242 - - [2026-01-08 03:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.242 - - [2026-01-08 03:09:59] "GET /virtual-DNS/745b366e-0a37-4687-aed6-0582e40e712b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004213 10.0.0.242 - - [2026-01-08 03:09:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003076 10.0.0.242 - - [2026-01-08 03:09:59] "POST /network-ipams HTTP/1.1" 200 514 0.028207 10.0.0.242 - - [2026-01-08 03:09:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003529 10.0.0.242 - - [2026-01-08 03:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.242 - - [2026-01-08 03:09:59] "GET /network-ipam/9c3fa749-0d95-4579-a39f-fa88a3d5250c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.006779 10.0.0.242 - - [2026-01-08 03:09:59] "PUT /network-ipam/9c3fa749-0d95-4579-a39f-fa88a3d5250c HTTP/1.1" 200 258 0.014539 10.0.0.242 - - [2026-01-08 03:09:59] "POST /ref-update HTTP/1.1" 200 156 0.015744 10.0.0.242 - - [2026-01-08 03:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.27 - - [2026-01-08 03:09:59] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001437 10.0.0.242 - - [2026-01-08 03:09:59] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070106 10.0.0.27 - - [2026-01-08 03:10:00] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.242 - - [2026-01-08 03:10:00] "POST /neutron/network HTTP/1.1" 200 618 0.163166 10.0.0.242 - - [2026-01-08 03:10:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.003511 10.0.0.242 - - [2026-01-08 03:10:00] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006284 10.0.0.242 - - [2026-01-08 03:10:00] "POST /neutron/network HTTP/1.1" 200 833 0.007036 10.0.0.242 - - [2026-01-08 03:10:00] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005704 10.0.0.242 - - [2026-01-08 03:10:00] "POST /neutron/network HTTP/1.1" 200 807 0.016324 10.0.0.242 - - [2026-01-08 03:10:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001390 10.0.0.27 - - [2026-01-08 03:10:01] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001499 10.0.0.242 - - [2026-01-08 03:10:01] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.082024 10.0.0.242 - - [2026-01-08 03:10:01] "POST /neutron/network HTTP/1.1" 200 833 0.008165 10.0.0.242 - - [2026-01-08 03:10:02] "POST /neutron/port HTTP/1.1" 200 117 0.007971 10.0.0.242 - - [2026-01-08 03:10:02] "POST /neutron/port HTTP/1.1" 200 1058 0.017541 10.0.0.242 - - [2026-01-08 03:10:03] "POST /neutron/port HTTP/1.1" 200 1122 0.019239 10.0.0.242 - - [2026-01-08 03:10:03] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.242 - - [2026-01-08 03:10:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008738 10.0.0.242 - - [2026-01-08 03:10:07] "POST /neutron/port HTTP/1.1" 200 1122 0.022928 10.0.0.242 - - [2026-01-08 03:10:07] "GET /virtual-machine/3f22be7a-1bca-400c-8f7f-b8b31865a68f HTTP/1.1" 401 293 0.000479 10.0.0.242 - - [2026-01-08 03:10:07] "GET /virtual-machine/3f22be7a-1bca-400c-8f7f-b8b31865a68f HTTP/1.1" 200 1293 0.031847 10.0.0.242 - - [2026-01-08 03:10:07] "GET /virtual-machine-interface/7ae1f49e-5d97-4580-a51e-5858ffb27a70 HTTP/1.1" 200 2964 0.005174 10.0.0.242 - - [2026-01-08 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.242 - - [2026-01-08 03:10:07] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004013 10.0.0.242 - - [2026-01-08 03:10:07] "GET /virtual-networks?parent_id=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002732 10.0.0.242 - - [2026-01-08 03:10:07] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005943 10.0.0.242 - - [2026-01-08 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.242 - - [2026-01-08 03:10:11] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005516 10.0.0.242 - - [2026-01-08 03:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.242 - - [2026-01-08 03:10:15] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008145 10.0.0.242 - - [2026-01-08 03:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.242 - - [2026-01-08 03:10:19] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005874 10.0.0.27 - - [2026-01-08 03:10:21] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001109 10.0.0.27 - - [2026-01-08 03:10:21] "DELETE /project/d57b42eb0f6042b98764c45df8ef52ec HTTP/1.1" 404 173 0.125350 10.0.0.27 - - [2026-01-08 03:10:21] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.071853 10.0.0.27 - - [2026-01-08 03:10:21] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000916 10.0.0.242 - - [2026-01-08 03:10:21] "DELETE /access-control-list/09513bde-9481-4674-86fe-fba3243acd5b HTTP/1.1" 200 115 0.073095 10.0.0.27 - - [2026-01-08 03:10:21] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?fields=security_groups HTTP/1.1" 200 1106 0.057797 10.0.0.27 - - [2026-01-08 03:10:21] "GET /projects?obj_uuids=703c44de-1c85-4ad1-95ce-4ed50320f122&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000904 10.0.0.27 - - [2026-01-08 03:10:21] "GET /project/703c44de-1c85-4ad1-95ce-4ed50320f122?fields=application_policy_sets HTTP/1.1" 200 1408 0.057559 10.0.0.27 - - [2026-01-08 03:10:21] "DELETE /project/703c44de-1c85-4ad1-95ce-4ed50320f122 HTTP/1.1" 404 190 0.385227 10.0.0.242 - - [2026-01-08 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.242 - - [2026-01-08 03:10:23] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005659 10.0.0.242 - - [2026-01-08 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.242 - - [2026-01-08 03:10:27] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006267 10.0.0.242 - - [2026-01-08 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.242 - - [2026-01-08 03:10:31] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006649 10.0.0.242 - - [2026-01-08 03:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.242 - - [2026-01-08 03:10:35] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008308 10.0.0.242 - - [2026-01-08 03:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.242 - - [2026-01-08 03:10:39] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006053 10.0.0.242 - - [2026-01-08 03:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.242 - - [2026-01-08 03:10:43] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005305 10.0.0.242 - - [2026-01-08 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.242 - - [2026-01-08 03:10:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003992 10.0.0.242 - - [2026-01-08 03:10:45] "GET /virtual-networks?parent_id=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003010 10.0.0.242 - - [2026-01-08 03:10:45] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007664 10.0.0.242 - - [2026-01-08 03:10:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007433 10.0.0.242 - - [2026-01-08 03:10:54] "POST /neutron/port HTTP/1.1" 200 1122 0.017712 10.0.0.242 - - [2026-01-08 03:10:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010204 10.0.0.242 - - [2026-01-08 03:11:06] "GET /obj-perms HTTP/1.1" 200 5075 0.050659 10.0.0.50 - - [2026-01-08 03:11:06] "GET /obj-perms HTTP/1.1" 200 5075 0.063865 10.0.0.242 - - [2026-01-08 03:11:16] "POST /neutron/port HTTP/1.1" 200 1122 0.019053 10.0.0.242 - - [2026-01-08 03:11:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004244 10.0.0.242 - - [2026-01-08 03:11:16] "POST /neutron/network HTTP/1.1" 200 833 0.007629 10.0.0.242 - - [2026-01-08 03:11:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001369 10.0.0.242 - - [2026-01-08 03:11:30] "POST /neutron/port HTTP/1.1" 200 1122 0.029741 10.0.0.27 - - [2026-01-08 03:11:31] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001662 10.0.0.242 - - [2026-01-08 03:11:31] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.078516 10.0.0.242 - - [2026-01-08 03:11:31] "POST /neutron/network HTTP/1.1" 200 833 0.033973 10.0.0.242 - - [2026-01-08 03:11:31] "POST /neutron/port HTTP/1.1" 200 117 0.006138 10.0.0.27 - - [2026-01-08 03:11:32] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.242 - - [2026-01-08 03:11:32] "POST /neutron/port HTTP/1.1" 200 1058 0.253640 10.0.0.242 - - [2026-01-08 03:11:32] "POST /neutron/port HTTP/1.1" 200 1112 0.125138 10.0.0.242 - - [2026-01-08 03:11:33] "POST /neutron/subnet HTTP/1.1" 200 685 0.008848 10.0.0.242 - - [2026-01-08 03:11:36] "POST /neutron/port HTTP/1.1" 200 1122 0.017320 10.0.0.242 - - [2026-01-08 03:11:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008418 10.0.0.242 - - [2026-01-08 03:11:37] "GET /virtual-machine/6740568b-951b-4cdc-9988-ea9db0223d01 HTTP/1.1" 200 1293 0.005942 10.0.0.242 - - [2026-01-08 03:11:37] "GET /virtual-machine-interface/fd4a9233-ec15-41cd-ae29-ed4cd03dcad1 HTTP/1.1" 200 2965 0.005259 10.0.0.242 - - [2026-01-08 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.242 - - [2026-01-08 03:11:37] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004020 10.0.0.242 - - [2026-01-08 03:11:37] "GET /virtual-networks?parent_id=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003129 10.0.0.242 - - [2026-01-08 03:11:37] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006476 10.0.0.242 - - [2026-01-08 03:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004986 10.0.0.242 - - [2026-01-08 03:11:40] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005323 10.0.0.242 - - [2026-01-08 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.242 - - [2026-01-08 03:11:44] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006609 10.0.0.242 - - [2026-01-08 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.242 - - [2026-01-08 03:11:48] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005539 10.0.0.242 - - [2026-01-08 03:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.242 - - [2026-01-08 03:11:52] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006397 10.0.0.242 - - [2026-01-08 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.242 - - [2026-01-08 03:11:56] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008387 10.0.0.242 - - [2026-01-08 03:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.242 - - [2026-01-08 03:12:00] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006116 10.0.0.242 - - [2026-01-08 03:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.242 - - [2026-01-08 03:12:04] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006095 10.0.0.27 - - [2026-01-08 03:12:06] "GET /obj-perms HTTP/1.1" 200 5075 0.058186 10.0.0.242 - - [2026-01-08 03:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006207 10.0.0.242 - - [2026-01-08 03:12:09] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007205 10.0.0.242 - - [2026-01-08 03:12:11] "POST /neutron/port HTTP/1.1" 200 1122 0.018486 10.0.0.242 - - [2026-01-08 03:12:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004098 10.0.0.242 - - [2026-01-08 03:12:11] "POST /neutron/network HTTP/1.1" 200 833 0.007199 10.0.0.242 - - [2026-01-08 03:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.242 - - [2026-01-08 03:12:13] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006293 10.0.0.242 - - [2026-01-08 03:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.242 - - [2026-01-08 03:12:17] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005799 10.0.0.242 - - [2026-01-08 03:12:18] "POST /neutron/network HTTP/1.1" 200 843 0.006774 10.0.0.242 - - [2026-01-08 03:12:18] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.242 - - [2026-01-08 03:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.242 - - [2026-01-08 03:12:21] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005295 10.0.0.242 - - [2026-01-08 03:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.242 - - [2026-01-08 03:12:25] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005421 10.0.0.242 - - [2026-01-08 03:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.242 - - [2026-01-08 03:12:29] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008046 10.0.0.242 - - [2026-01-08 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.242 - - [2026-01-08 03:12:33] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005775 10.0.0.242 - - [2026-01-08 03:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.242 - - [2026-01-08 03:12:37] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005893 10.0.0.242 - - [2026-01-08 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.242 - - [2026-01-08 03:12:41] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005665 10.0.0.242 - - [2026-01-08 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.242 - - [2026-01-08 03:12:45] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006115 10.0.0.242 - - [2026-01-08 03:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.242 - - [2026-01-08 03:12:48] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003377 10.0.0.242 - - [2026-01-08 03:12:48] "GET /virtual-networks?parent_id=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003151 10.0.0.242 - - [2026-01-08 03:12:48] "GET /virtual-network/041f9bf7-7791-429d-a9b8-12275598d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007848 10.0.0.242 - - [2026-01-08 03:12:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007289 10.0.0.242 - - [2026-01-08 03:12:58] "POST /neutron/port HTTP/1.1" 200 1122 0.017334 10.0.0.242 - - [2026-01-08 03:13:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008044 10.0.0.242 - - [2026-01-08 03:13:12] "POST /neutron/port HTTP/1.1" 200 1122 0.017871 10.0.0.242 - - [2026-01-08 03:13:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004614 10.0.0.242 - - [2026-01-08 03:13:12] "POST /neutron/network HTTP/1.1" 200 833 0.007616 10.0.0.242 - - [2026-01-08 03:13:18] "POST /neutron/port HTTP/1.1" 200 1122 0.044285 10.0.0.50 - - [2026-01-08 03:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000467 10.0.0.50 - - [2026-01-08 03:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.27 - - [2026-01-08 03:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.27 - - [2026-01-08 03:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.242 - - [2026-01-08 03:13:18] "POST /neutron/port HTTP/1.1" 200 1122 0.070645 10.0.0.242 - - [2026-01-08 03:13:18] "POST /neutron/subnet HTTP/1.1" 200 685 0.010489 10.0.0.50 - - [2026-01-08 03:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.50 - - [2026-01-08 03:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.242 - - [2026-01-08 03:13:19] "POST /neutron/port HTTP/1.1" 200 1122 0.018819 10.0.0.27 - - [2026-01-08 03:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.27 - - [2026-01-08 03:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000508 10.0.0.242 - - [2026-01-08 03:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.242 - - [2026-01-08 03:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.242 - - [2026-01-08 03:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.242 - - [2026-01-08 03:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.242 - - [2026-01-08 03:13:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007824 10.0.0.242 - - [2026-01-08 03:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.242 - - [2026-01-08 03:14:01] "DELETE /virtual-DNS/745b366e-0a37-4687-aed6-0582e40e712b HTTP/1.1" 409 235 0.008436 10.0.0.242 - - [2026-01-08 03:14:01] "POST /fqname-to-id HTTP/1.1" 404 192 0.004727 10.0.0.242 - - [2026-01-08 03:14:01] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.030014 10.0.0.242 - - [2026-01-08 03:14:01] "GET /virtual-DNS-record/a92f9a40-3a6d-4cc3-9aa9-ad93ad77a4c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.006186 10.0.0.242 - - [2026-01-08 03:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.242 - - [2026-01-08 03:14:01] "GET /virtual-DNS-record/a92f9a40-3a6d-4cc3-9aa9-ad93ad77a4c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004449 10.0.0.242 - - [2026-01-08 03:14:07] "DELETE /virtual-DNS-record/a92f9a40-3a6d-4cc3-9aa9-ad93ad77a4c7 HTTP/1.1" 200 115 0.029579 10.0.0.242 - - [2026-01-08 03:14:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.005253 10.0.0.242 - - [2026-01-08 03:14:08] "POST /neutron/port HTTP/1.1" 200 1122 0.017646 10.0.0.242 - - [2026-01-08 03:14:08] "POST /neutron/port HTTP/1.1" 200 151 0.205193 10.0.0.242 - - [2026-01-08 03:14:10] "POST /neutron/network HTTP/1.1" 200 833 0.006921 10.0.0.242 - - [2026-01-08 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.242 - - [2026-01-08 03:14:10] "DELETE /route-target/2559a4cc-4f6a-4f36-8467-67bd02f89560 HTTP/1.1" 200 115 0.050495 10.0.0.242 - - [2026-01-08 03:14:10] "DELETE /network-ipam/9c3fa749-0d95-4579-a39f-fa88a3d5250c HTTP/1.1" 200 115 0.059215 10.0.0.242 - - [2026-01-08 03:14:10] "DELETE /virtual-DNS/745b366e-0a37-4687-aed6-0582e40e712b HTTP/1.1" 200 115 0.033204 10.0.0.242 - - [2026-01-08 03:14:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.005817 10.0.0.27 - - [2026-01-08 03:14:11] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001428 10.0.0.242 - - [2026-01-08 03:14:11] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.078936 10.0.0.27 - - [2026-01-08 03:14:11] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001017 10.0.0.242 - - [2026-01-08 03:14:11] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?fields=virtual_networks HTTP/1.1" 200 1034 0.047522 10.0.0.27 - - [2026-01-08 03:14:12] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001068 10.0.0.242 - - [2026-01-08 03:14:12] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.036448 10.0.0.27 - - [2026-01-08 03:14:12] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001700 10.0.0.242 - - [2026-01-08 03:14:12] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?fields=security_groups HTTP/1.1" 200 1261 0.048187 10.0.0.242 - - [2026-01-08 03:14:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.026088 10.0.0.27 - - [2026-01-08 03:14:13] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002969 10.0.0.27 - - [2026-01-08 03:14:13] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002078 10.0.0.27 - - [2026-01-08 03:14:13] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010583 10.0.0.27 - - [2026-01-08 03:14:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.006938 10.0.0.27 - - [2026-01-08 03:14:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.003245 10.0.0.27 - - [2026-01-08 03:14:13] "POST /security-groups HTTP/1.1" 200 592 0.073034 10.0.0.27 - - [2026-01-08 03:14:13] "POST /projects HTTP/1.1" 200 587 0.285586 10.0.0.242 - - [2026-01-08 03:14:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.011877 10.0.0.27 - - [2026-01-08 03:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.358313 10.0.0.242 - - [2026-01-08 03:14:13] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.504061 10.0.0.242 - - [2026-01-08 03:14:14] "GET / HTTP/1.1" 200 35931 0.001451 10.0.0.242 - - [2026-01-08 03:14:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000471 10.0.0.242 - - [2026-01-08 03:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.068906 10.0.0.27 - - [2026-01-08 03:14:16] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.242 - - [2026-01-08 03:14:16] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.036093 10.0.0.27 - - [2026-01-08 03:14:16] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001074 10.0.0.242 - - [2026-01-08 03:14:17] "POST /neutron/network HTTP/1.1" 200 608 0.161833 10.0.0.242 - - [2026-01-08 03:14:17] "POST /ref-update HTTP/1.1" 200 156 0.019977 10.0.0.242 - - [2026-01-08 03:14:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.004377 10.0.0.242 - - [2026-01-08 03:14:17] "GET /virtual-network/1a15258b-c95b-415c-94a9-91b564ec52b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007453 10.0.0.242 - - [2026-01-08 03:14:17] "POST /neutron/network HTTP/1.1" 200 828 0.006362 10.0.0.242 - - [2026-01-08 03:14:17] "GET /virtual-network/1a15258b-c95b-415c-94a9-91b564ec52b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005439 10.0.0.242 - - [2026-01-08 03:14:18] "GET /virtual-network/1a15258b-c95b-415c-94a9-91b564ec52b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005858 10.0.0.242 - - [2026-01-08 03:14:18] "GET /obj-perms HTTP/1.1" 200 5051 0.069620 10.0.0.50 - - [2026-01-08 03:14:19] "GET /obj-perms HTTP/1.1" 200 5051 0.066138 10.0.0.242 - - [2026-01-08 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2026-01-08 03:14:19] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001390 10.0.0.242 - - [2026-01-08 03:14:19] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048732 10.0.0.242 - - [2026-01-08 03:14:19] "POST /neutron/network HTTP/1.1" 200 117 0.019663 10.0.0.242 - - [2026-01-08 03:14:20] "POST /neutron/network HTTP/1.1" 200 827 0.008717 10.0.0.242 - - [2026-01-08 03:14:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001185 10.0.0.242 - - [2026-01-08 03:14:20] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005408 10.0.0.242 - - [2026-01-08 03:14:20] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007639 10.0.0.242 - - [2026-01-08 03:14:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.008994 10.0.0.242 - - [2026-01-08 03:14:20] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005576 10.0.0.27 - - [2026-01-08 03:14:20] "GET /obj-perms HTTP/1.1" 200 5051 0.050261 10.0.0.242 - - [2026-01-08 03:14:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001369 10.0.0.27 - - [2026-01-08 03:14:21] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000893 10.0.0.27 - - [2026-01-08 03:14:21] "DELETE /project/c53c819111a64b37bb84b51c85ea5fb4 HTTP/1.1" 404 173 0.007978 10.0.0.27 - - [2026-01-08 03:14:21] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.051389 10.0.0.27 - - [2026-01-08 03:14:21] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000927 10.0.0.27 - - [2026-01-08 03:14:21] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?fields=security_groups HTTP/1.1" 200 1366 0.034426 10.0.0.27 - - [2026-01-08 03:14:22] "DELETE /security-group/5b1fe656-ed22-4f5e-baff-d82e5aef97d6 HTTP/1.1" 200 115 0.081023 10.0.0.27 - - [2026-01-08 03:14:22] "GET /projects?obj_uuids=d57b42eb-0f60-42b9-8764-c45df8ef52ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.242 - - [2026-01-08 03:14:22] "DELETE /access-control-list/c2bb41ba-24ad-4051-99ee-dae6935c96a1 HTTP/1.1" 200 115 0.067541 10.0.0.27 - - [2026-01-08 03:14:22] "GET /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec?fields=application_policy_sets HTTP/1.1" 200 1405 0.045566 10.0.0.27 - - [2026-01-08 03:14:22] "DELETE /project/d57b42eb-0f60-42b9-8764-c45df8ef52ec HTTP/1.1" 409 225 0.364170 10.0.0.27 - - [2026-01-08 03:14:36] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001058 10.0.0.242 - - [2026-01-08 03:14:36] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.087392 10.0.0.242 - - [2026-01-08 03:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.005957 10.0.0.242 - - [2026-01-08 03:14:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001394 10.0.0.242 - - [2026-01-08 03:14:36] "POST /neutron/network HTTP/1.1" 200 838 0.007328 10.0.0.242 - - [2026-01-08 03:14:37] "POST /neutron/port HTTP/1.1" 200 1061 0.026083 10.0.0.27 - - [2026-01-08 03:14:37] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001848 10.0.0.242 - - [2026-01-08 03:14:37] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.138184 10.0.0.242 - - [2026-01-08 03:14:37] "POST /neutron/network HTTP/1.1" 200 828 0.014794 10.0.0.242 - - [2026-01-08 03:14:37] "POST /neutron/port HTTP/1.1" 200 1125 0.039947 10.0.0.242 - - [2026-01-08 03:14:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011442 10.0.0.242 - - [2026-01-08 03:14:38] "POST /neutron/port HTTP/1.1" 200 1125 0.034730 10.0.0.27 - - [2026-01-08 03:14:38] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001230 10.0.0.242 - - [2026-01-08 03:14:38] "POST /neutron/port HTTP/1.1" 200 1062 0.511030 10.0.0.242 - - [2026-01-08 03:14:39] "POST /neutron/port HTTP/1.1" 200 1116 0.193992 10.0.0.242 - - [2026-01-08 03:14:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.020941 10.0.0.242 - - [2026-01-08 03:14:43] "POST /neutron/port HTTP/1.1" 200 1125 0.047709 10.0.0.242 - - [2026-01-08 03:14:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010683 10.0.0.242 - - [2026-01-08 03:14:58] "POST /neutron/port HTTP/1.1" 200 1125 0.017467 10.0.0.242 - - [2026-01-08 03:15:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008062 10.0.0.242 - - [2026-01-08 03:15:13] "POST /neutron/port HTTP/1.1" 200 1125 0.022026 10.0.0.242 - - [2026-01-08 03:15:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007764 10.0.0.242 - - [2026-01-08 03:15:14] "GET /virtual-machine/87098639-7115-4a9d-9599-49cc02f4897b HTTP/1.1" 401 293 0.000769 10.0.0.242 - - [2026-01-08 03:15:14] "POST /neutron/port HTTP/1.1" 200 1126 0.022054 10.0.0.242 - - [2026-01-08 03:15:14] "GET /virtual-machine/87098639-7115-4a9d-9599-49cc02f4897b HTTP/1.1" 200 1293 0.040250 10.0.0.242 - - [2026-01-08 03:15:14] "GET /virtual-machine-interface/111d8920-be0c-4a1e-aba4-74be7160f835 HTTP/1.1" 200 2949 0.006068 10.0.0.242 - - [2026-01-08 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005646 10.0.0.242 - - [2026-01-08 03:15:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003525 10.0.0.242 - - [2026-01-08 03:15:14] "GET /virtual-networks?parent_id=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005022 10.0.0.242 - - [2026-01-08 03:15:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003454 10.0.0.242 - - [2026-01-08 03:15:14] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.031776 10.0.0.242 - - [2026-01-08 03:15:14] "POST /neutron/network HTTP/1.1" 200 828 0.016677 10.0.0.242 - - [2026-01-08 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.242 - - [2026-01-08 03:15:17] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006154 10.0.0.242 - - [2026-01-08 03:15:19] "POST /neutron/network HTTP/1.1" 200 837 0.009868 10.0.0.242 - - [2026-01-08 03:15:19] "POST /neutron/port HTTP/1.1" 200 117 0.001562 10.0.0.242 - - [2026-01-08 03:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.242 - - [2026-01-08 03:15:21] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006012 10.0.0.242 - - [2026-01-08 03:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.242 - - [2026-01-08 03:15:25] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005704 10.0.0.242 - - [2026-01-08 03:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.242 - - [2026-01-08 03:15:30] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005693 10.0.0.242 - - [2026-01-08 03:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.242 - - [2026-01-08 03:15:34] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005069 10.0.0.242 - - [2026-01-08 03:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.242 - - [2026-01-08 03:15:38] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005448 10.0.0.242 - - [2026-01-08 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005160 10.0.0.242 - - [2026-01-08 03:15:42] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005894 10.0.0.242 - - [2026-01-08 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.242 - - [2026-01-08 03:15:46] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005702 10.0.0.242 - - [2026-01-08 03:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.242 - - [2026-01-08 03:15:50] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005602 10.0.0.242 - - [2026-01-08 03:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007645 10.0.0.242 - - [2026-01-08 03:15:54] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.017834 10.0.0.242 - - [2026-01-08 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005058 10.0.0.242 - - [2026-01-08 03:15:58] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006603 10.0.0.242 - - [2026-01-08 03:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.242 - - [2026-01-08 03:16:02] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008319 10.0.0.242 - - [2026-01-08 03:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.242 - - [2026-01-08 03:16:06] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006058 10.0.0.242 - - [2026-01-08 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.242 - - [2026-01-08 03:16:09] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004086 10.0.0.242 - - [2026-01-08 03:16:09] "GET /virtual-networks?parent_id=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003204 10.0.0.242 - - [2026-01-08 03:16:09] "GET /virtual-network/6a1ae8aa-acb8-4bb1-98ee-b6fcb14c85b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006357 10.0.0.242 - - [2026-01-08 03:16:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007691 10.0.0.242 - - [2026-01-08 03:16:16] "POST /neutron/port HTTP/1.1" 200 1126 0.021413 10.0.0.242 - - [2026-01-08 03:16:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007748 10.0.0.242 - - [2026-01-08 03:16:17] "POST /neutron/network HTTP/1.1" 200 828 0.007380 10.0.0.242 - - [2026-01-08 03:16:20] "POST /neutron/port HTTP/1.1" 200 1125 0.022182 10.0.0.242 - - [2026-01-08 03:16:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004947 10.0.0.242 - - [2026-01-08 03:16:20] "POST /neutron/network HTTP/1.1" 200 827 0.007058 10.0.0.242 - - [2026-01-08 03:16:24] "POST /neutron/port HTTP/1.1" 200 1125 0.021102 10.0.0.242 - - [2026-01-08 03:16:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006998 10.0.0.242 - - [2026-01-08 03:16:35] "POST /neutron/port HTTP/1.1" 200 1125 0.017223 10.0.0.242 - - [2026-01-08 03:16:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007393 10.0.0.242 - - [2026-01-08 03:16:50] "POST /neutron/port HTTP/1.1" 200 1125 0.017429 10.0.0.242 - - [2026-01-08 03:16:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007413 10.0.0.242 - - [2026-01-08 03:17:06] "POST /neutron/port HTTP/1.1" 200 1126 0.016923 10.0.0.242 - - [2026-01-08 03:17:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007449 10.0.0.242 - - [2026-01-08 03:17:06] "GET /virtual-machine/41be2074-7709-4e75-95f9-148915b02798 HTTP/1.1" 200 1293 0.006046 10.0.0.242 - - [2026-01-08 03:17:06] "GET /virtual-machine-interface/f9145570-b261-49e1-9cf8-33ba09c70b14 HTTP/1.1" 200 2950 0.005555 10.0.0.242 - - [2026-01-08 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.242 - - [2026-01-08 03:17:06] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004200 10.0.0.242 - - [2026-01-08 03:17:06] "GET /virtual-networks?parent_id=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003156 10.0.0.242 - - [2026-01-08 03:17:06] "GET /virtual-network/1a15258b-c95b-415c-94a9-91b564ec52b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005951 10.0.0.242 - - [2026-01-08 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005359 10.0.0.242 - - [2026-01-08 03:17:07] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004438 10.0.0.242 - - [2026-01-08 03:17:07] "GET /virtual-networks?parent_id=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003360 10.0.0.242 - - [2026-01-08 03:17:07] "GET /virtual-network/1a15258b-c95b-415c-94a9-91b564ec52b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006709 10.0.0.242 - - [2026-01-08 03:17:07] "POST /neutron/port HTTP/1.1" 200 1126 0.019385 10.0.0.242 - - [2026-01-08 03:17:10] "GET /obj-perms HTTP/1.1" 200 5075 0.059158 10.0.0.50 - - [2026-01-08 03:17:11] "GET /obj-perms HTTP/1.1" 200 5075 0.044794 10.0.0.242 - - [2026-01-08 03:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.27 - - [2026-01-08 03:17:12] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.027742 10.0.0.242 - - [2026-01-08 03:17:12] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.068979 10.0.0.242 - - [2026-01-08 03:17:13] "GET /virtual-network/1a15258b-c95b-415c-94a9-91b564ec52b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006879 10.0.0.242 - - [2026-01-08 03:17:13] "GET /floating-ip-pools?parent_id=1a15258b-c95b-415c-94a9-91b564ec52b3&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003184 10.0.0.242 - - [2026-01-08 03:17:13] "GET /virtual-network/1a15258b-c95b-415c-94a9-91b564ec52b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006377 10.0.0.242 - - [2026-01-08 03:17:13] "POST /floating-ip-pools HTTP/1.1" 200 598 0.033900 10.0.0.242 - - [2026-01-08 03:17:13] "POST /ref-update HTTP/1.1" 200 156 0.014222 10.0.0.242 - - [2026-01-08 03:17:13] "GET /virtual-network/1a15258b-c95b-415c-94a9-91b564ec52b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005945 10.0.0.242 - - [2026-01-08 03:17:13] "GET /virtual-network/1a15258b-c95b-415c-94a9-91b564ec52b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006582 10.0.0.242 - - [2026-01-08 03:17:13] "POST /neutron/port HTTP/1.1" 200 1125 0.024409 10.0.0.242 - - [2026-01-08 03:17:13] "POST /neutron/floatingip HTTP/1.1" 200 578 0.016315 10.0.0.242 - - [2026-01-08 03:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.242 - - [2026-01-08 03:17:13] "GET /routing-instance/390a6f85-00de-4ea7-a797-fa3b7fb67551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004051 10.0.0.242 - - [2026-01-08 03:17:13] "GET /route-target/f55d1c3d-0c61-4bfe-aa79-62553c5186e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004291 10.0.0.242 - - [2026-01-08 03:17:19] "POST /neutron/network HTTP/1.1" 200 838 0.035889 10.0.0.242 - - [2026-01-08 03:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.242 - - [2026-01-08 03:17:22] "POST /neutron/port HTTP/1.1" 200 1125 0.017416 10.0.0.242 - - [2026-01-08 03:17:22] "POST /neutron/subnet HTTP/1.1" 200 698 0.011895 10.0.0.242 - - [2026-01-08 03:17:40] "POST /neutron/floatingip HTTP/1.1" 200 578 0.013890 10.0.0.242 - - [2026-01-08 03:17:41] "POST /neutron/floatingip HTTP/1.1" 200 115 0.056200 10.0.0.242 - - [2026-01-08 03:17:41] "GET /floating-ip-pool/6cd1fd21-85c6-4c0e-a8c9-69361446d149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.004740 10.0.0.242 - - [2026-01-08 03:17:41] "POST /ref-update HTTP/1.1" 200 156 0.014103 10.0.0.242 - - [2026-01-08 03:17:41] "DELETE /floating-ip-pool/6cd1fd21-85c6-4c0e-a8c9-69361446d149 HTTP/1.1" 200 115 0.037063 10.0.0.242 - - [2026-01-08 03:17:41] "POST /neutron/port HTTP/1.1" 200 1126 0.018537 10.0.0.242 - - [2026-01-08 03:17:41] "POST /neutron/port HTTP/1.1" 200 151 0.202916 10.0.0.242 - - [2026-01-08 03:17:43] "POST /neutron/network HTTP/1.1" 200 827 0.007025 10.0.0.242 - - [2026-01-08 03:17:43] "DELETE /route-target/cbf4d01e-6f4c-4ac7-8233-bda07833a6da HTTP/1.1" 200 115 0.045714 10.0.0.27 - - [2026-01-08 03:17:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004538 10.0.0.27 - - [2026-01-08 03:17:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003795 10.0.0.242 - - [2026-01-08 03:17:43] "POST /neutron/network HTTP/1.1" 200 151 0.124134 10.0.0.27 - - [2026-01-08 03:17:45] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001306 10.0.0.242 - - [2026-01-08 03:17:45] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049320 10.0.0.27 - - [2026-01-08 03:17:45] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.242 - - [2026-01-08 03:17:45] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?fields=virtual_networks HTTP/1.1" 200 1035 0.047211 10.0.0.27 - - [2026-01-08 03:17:45] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.242 - - [2026-01-08 03:17:45] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.042737 10.0.0.27 - - [2026-01-08 03:17:45] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.242 - - [2026-01-08 03:17:45] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?fields=security_groups HTTP/1.1" 200 1262 0.041875 10.0.0.242 - - [2026-01-08 03:17:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.031954 10.0.0.27 - - [2026-01-08 03:17:46] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004428 10.0.0.27 - - [2026-01-08 03:17:46] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.27 - - [2026-01-08 03:17:46] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.043388 10.0.0.27 - - [2026-01-08 03:17:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.008977 10.0.0.27 - - [2026-01-08 03:17:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.010283 10.0.0.27 - - [2026-01-08 03:17:46] "POST /security-groups HTTP/1.1" 200 591 0.032456 10.0.0.242 - - [2026-01-08 03:17:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.005959 10.0.0.27 - - [2026-01-08 03:17:47] "POST /projects HTTP/1.1" 200 585 0.275522 10.0.0.27 - - [2026-01-08 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.312978 10.0.0.242 - - [2026-01-08 03:17:47] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.511839 10.0.0.242 - - [2026-01-08 03:17:47] "POST /access-control-lists HTTP/1.1" 200 594 0.060105 10.0.0.242 - - [2026-01-08 03:17:48] "GET / HTTP/1.1" 200 35931 0.001931 10.0.0.242 - - [2026-01-08 03:17:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000668 10.0.0.242 - - [2026-01-08 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.067198 10.0.0.27 - - [2026-01-08 03:17:50] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001093 10.0.0.242 - - [2026-01-08 03:17:50] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043590 10.0.0.27 - - [2026-01-08 03:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.010329 10.0.0.242 - - [2026-01-08 03:17:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.337883 10.0.0.242 - - [2026-01-08 03:17:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001383 10.0.0.242 - - [2026-01-08 03:17:51] "GET /virtual-network/51d70394-dbc2-473c-add3-bb19dd8fd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005781 10.0.0.242 - - [2026-01-08 03:17:51] "GET /virtual-network/51d70394-dbc2-473c-add3-bb19dd8fd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006729 10.0.0.242 - - [2026-01-08 03:17:51] "POST /neutron/network HTTP/1.1" 200 839 0.009551 10.0.0.242 - - [2026-01-08 03:17:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001938 10.0.0.242 - - [2026-01-08 03:17:51] "POST /neutron/network HTTP/1.1" 200 849 0.011332 10.0.0.27 - - [2026-01-08 03:17:52] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.242 - - [2026-01-08 03:17:52] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.083661 10.0.0.242 - - [2026-01-08 03:17:52] "POST /neutron/port HTTP/1.1" 200 117 0.006603 10.0.0.242 - - [2026-01-08 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.242 - - [2026-01-08 03:17:52] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004244 10.0.0.242 - - [2026-01-08 03:17:52] "PUT /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3 HTTP/1.1" 200 276 0.012563 10.0.0.27 - - [2026-01-08 03:17:53] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.242 - - [2026-01-08 03:17:53] "POST /neutron/port HTTP/1.1" 200 1055 0.323786 10.0.0.242 - - [2026-01-08 03:17:53] "POST /neutron/port HTTP/1.1" 200 1109 0.113575 10.0.0.242 - - [2026-01-08 03:17:53] "POST /neutron/subnet HTTP/1.1" 200 675 0.009137 10.0.0.242 - - [2026-01-08 03:17:57] "POST /neutron/port HTTP/1.1" 200 1119 0.020872 10.0.0.242 - - [2026-01-08 03:17:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007809 10.0.0.242 - - [2026-01-08 03:17:58] "GET /virtual-machine/14b1930a-2555-4598-b0c1-ce39c1b33305 HTTP/1.1" 401 293 0.000456 10.0.0.242 - - [2026-01-08 03:17:58] "GET /virtual-machine/14b1930a-2555-4598-b0c1-ce39c1b33305 HTTP/1.1" 200 1292 0.041521 10.0.0.242 - - [2026-01-08 03:17:58] "GET /virtual-machine-interface/04ee5fb3-6dcc-4deb-99f1-99549c5494ca HTTP/1.1" 200 2970 0.007131 10.0.0.242 - - [2026-01-08 03:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.242 - - [2026-01-08 03:17:58] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004261 10.0.0.242 - - [2026-01-08 03:17:58] "GET /virtual-networks?parent_id=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003075 10.0.0.242 - - [2026-01-08 03:17:58] "GET /virtual-network/51d70394-dbc2-473c-add3-bb19dd8fd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006397 10.0.0.242 - - [2026-01-08 03:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.242 - - [2026-01-08 03:18:01] "GET /virtual-network/51d70394-dbc2-473c-add3-bb19dd8fd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005741 10.0.0.242 - - [2026-01-08 03:18:02] "POST /neutron/port HTTP/1.1" 200 1119 0.033767 10.0.0.242 - - [2026-01-08 03:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.242 - - [2026-01-08 03:18:03] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003544 10.0.0.242 - - [2026-01-08 03:18:03] "GET /virtual-networks?parent_id=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002969 10.0.0.242 - - [2026-01-08 03:18:03] "GET /virtual-network/51d70394-dbc2-473c-add3-bb19dd8fd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007884 10.0.0.242 - - [2026-01-08 03:18:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009844 10.0.0.242 - - [2026-01-08 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.242 - - [2026-01-08 03:18:11] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004107 10.0.0.242 - - [2026-01-08 03:18:11] "PUT /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3 HTTP/1.1" 200 276 0.011882 10.0.0.27 - - [2026-01-08 03:18:11] "GET /obj-perms HTTP/1.1" 200 5075 0.056861 10.0.0.242 - - [2026-01-08 03:18:11] "POST /neutron/port HTTP/1.1" 200 1119 0.017566 10.0.0.242 - - [2026-01-08 03:18:13] "POST /neutron/network HTTP/1.1" 200 839 0.007123 10.0.0.242 - - [2026-01-08 03:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005862 10.0.0.242 - - [2026-01-08 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2026-01-08 03:18:16] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001351 10.0.0.242 - - [2026-01-08 03:18:16] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042069 10.0.0.27 - - [2026-01-08 03:18:16] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.242 - - [2026-01-08 03:18:16] "POST /neutron/network HTTP/1.1" 200 605 0.120722 10.0.0.242 - - [2026-01-08 03:18:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.004075 10.0.0.242 - - [2026-01-08 03:18:16] "GET /virtual-network/245ce736-1422-43c0-b818-1d606420c864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005873 10.0.0.242 - - [2026-01-08 03:18:16] "POST /neutron/network HTTP/1.1" 200 822 0.007460 10.0.0.242 - - [2026-01-08 03:18:16] "GET /virtual-network/245ce736-1422-43c0-b818-1d606420c864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005740 10.0.0.242 - - [2026-01-08 03:18:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001480 10.0.0.242 - - [2026-01-08 03:18:17] "POST /neutron/network HTTP/1.1" 200 832 0.007554 10.0.0.242 - - [2026-01-08 03:18:17] "POST /ref-update HTTP/1.1" 200 156 0.032027 10.0.0.27 - - [2026-01-08 03:18:17] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.242 - - [2026-01-08 03:18:17] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.082264 10.0.0.242 - - [2026-01-08 03:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.007665 10.0.0.50 - - [2026-01-08 03:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.27 - - [2026-01-08 03:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.50 - - [2026-01-08 03:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.27 - - [2026-01-08 03:18:18] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001896 10.0.0.27 - - [2026-01-08 03:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.242 - - [2026-01-08 03:18:18] "POST /neutron/port HTTP/1.1" 200 1058 0.271061 10.0.0.242 - - [2026-01-08 03:18:18] "POST /neutron/port HTTP/1.1" 200 1112 0.113157 10.0.0.242 - - [2026-01-08 03:18:19] "POST /neutron/subnet HTTP/1.1" 200 689 0.009121 10.0.0.50 - - [2026-01-08 03:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.50 - - [2026-01-08 03:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.27 - - [2026-01-08 03:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.27 - - [2026-01-08 03:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.242 - - [2026-01-08 03:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.242 - - [2026-01-08 03:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.242 - - [2026-01-08 03:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000465 10.0.0.242 - - [2026-01-08 03:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.27 - - [2026-01-08 03:18:22] "DELETE /project/2361c817d1f349388d27c5e7f02e1f52 HTTP/1.1" 404 173 0.004184 10.0.0.27 - - [2026-01-08 03:18:22] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000865 10.0.0.27 - - [2026-01-08 03:18:22] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.048254 10.0.0.27 - - [2026-01-08 03:18:22] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001590 10.0.0.27 - - [2026-01-08 03:18:22] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?fields=security_groups HTTP/1.1" 200 1367 0.050398 10.0.0.27 - - [2026-01-08 03:18:22] "DELETE /security-group/80eab5ea-e952-4c84-a0cd-f36818271752 HTTP/1.1" 200 115 0.060004 10.0.0.27 - - [2026-01-08 03:18:22] "GET /projects?obj_uuids=c53c8191-11a6-4b37-bb84-b51c85ea5fb4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001172 10.0.0.27 - - [2026-01-08 03:18:22] "GET /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4?fields=application_policy_sets HTTP/1.1" 200 1406 0.039259 10.0.0.27 - - [2026-01-08 03:18:23] "DELETE /project/c53c8191-11a6-4b37-bb84-b51c85ea5fb4 HTTP/1.1" 200 115 0.538662 10.0.0.242 - - [2026-01-08 03:18:23] "POST /neutron/port HTTP/1.1" 200 1122 0.018819 10.0.0.242 - - [2026-01-08 03:18:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007319 10.0.0.242 - - [2026-01-08 03:18:23] "GET /virtual-machine/1a3f29a2-ac28-42bd-abdc-b092ce1ce679 HTTP/1.1" 200 1292 0.006511 10.0.0.242 - - [2026-01-08 03:18:23] "GET /virtual-machine-interface/c2d18ecb-a125-4c9d-b18e-e013a8ce8951 HTTP/1.1" 200 2942 0.005996 10.0.0.242 - - [2026-01-08 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.242 - - [2026-01-08 03:18:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005537 10.0.0.242 - - [2026-01-08 03:18:23] "GET /virtual-networks?parent_id=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002748 10.0.0.242 - - [2026-01-08 03:18:23] "GET /virtual-network/245ce736-1422-43c0-b818-1d606420c864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006728 10.0.0.242 - - [2026-01-08 03:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.242 - - [2026-01-08 03:18:26] "GET /virtual-network/245ce736-1422-43c0-b818-1d606420c864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006393 10.0.0.242 - - [2026-01-08 03:18:28] "POST /neutron/port HTTP/1.1" 200 1122 0.047860 10.0.0.242 - - [2026-01-08 03:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.242 - - [2026-01-08 03:18:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004918 10.0.0.242 - - [2026-01-08 03:18:30] "GET /virtual-networks?parent_id=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003722 10.0.0.242 - - [2026-01-08 03:18:30] "GET /virtual-network/245ce736-1422-43c0-b818-1d606420c864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006889 10.0.0.242 - - [2026-01-08 03:18:32] "POST /neutron/network HTTP/1.1" 400 204 0.014485 10.0.0.242 - - [2026-01-08 03:18:33] "POST /neutron/port HTTP/1.1" 200 151 0.150476 10.0.0.242 - - [2026-01-08 03:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.242 - - [2026-01-08 03:18:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003960 10.0.0.242 - - [2026-01-08 03:18:37] "POST /network-ipams HTTP/1.1" 200 541 0.034481 10.0.0.242 - - [2026-01-08 03:18:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003695 10.0.0.242 - - [2026-01-08 03:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.242 - - [2026-01-08 03:18:37] "GET /network-ipam/895aa378-18c4-4907-8785-c72800a08372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.007694 10.0.0.242 - - [2026-01-08 03:18:37] "PUT /network-ipam/895aa378-18c4-4907-8785-c72800a08372 HTTP/1.1" 200 258 0.014999 10.0.0.242 - - [2026-01-08 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.27 - - [2026-01-08 03:18:38] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.242 - - [2026-01-08 03:18:38] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.036112 10.0.0.242 - - [2026-01-08 03:18:38] "POST /neutron/network HTTP/1.1" 200 117 0.018909 10.0.0.242 - - [2026-01-08 03:18:38] "POST /ref-update HTTP/1.1" 200 156 0.023283 10.0.0.27 - - [2026-01-08 03:18:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005223 10.0.0.242 - - [2026-01-08 03:18:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.170577 10.0.0.242 - - [2026-01-08 03:18:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001414 10.0.0.242 - - [2026-01-08 03:18:38] "GET /virtual-network/3f8b0ff6-404a-4e77-972e-b95978adb97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005336 10.0.0.242 - - [2026-01-08 03:18:38] "GET /virtual-network/3f8b0ff6-404a-4e77-972e-b95978adb97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005764 10.0.0.242 - - [2026-01-08 03:18:38] "POST /neutron/network HTTP/1.1" 200 994 0.009441 10.0.0.242 - - [2026-01-08 03:18:38] "POST /neutron/network HTTP/1.1" 200 994 0.008904 10.0.0.27 - - [2026-01-08 03:18:39] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.242 - - [2026-01-08 03:18:39] "POST /neutron/port HTTP/1.1" 200 1017 0.221669 10.0.0.242 - - [2026-01-08 03:18:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001573 10.0.0.242 - - [2026-01-08 03:18:39] "POST /neutron/port HTTP/1.1" 200 1017 0.042624 10.0.0.242 - - [2026-01-08 03:18:39] "POST /neutron/port HTTP/1.1" 200 117 0.006592 10.0.0.242 - - [2026-01-08 03:18:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001560 10.0.0.242 - - [2026-01-08 03:18:40] "POST /neutron/port HTTP/1.1" 200 117 0.006425 10.0.0.242 - - [2026-01-08 03:18:40] "POST /neutron/network HTTP/1.1" 200 994 0.010237 10.0.0.242 - - [2026-01-08 03:18:40] "POST /neutron/port HTTP/1.1" 200 117 0.007483 10.0.0.242 - - [2026-01-08 03:18:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001698 10.0.0.242 - - [2026-01-08 03:18:40] "POST /neutron/port HTTP/1.1" 200 117 0.007727 10.0.0.242 - - [2026-01-08 03:18:40] "POST /neutron/port HTTP/1.1" 200 1017 0.051050 10.0.0.242 - - [2026-01-08 03:18:40] "POST /neutron/port HTTP/1.1" 200 1119 0.023586 10.0.0.242 - - [2026-01-08 03:18:41] "POST /neutron/port HTTP/1.1" 200 1017 0.029848 10.0.0.242 - - [2026-01-08 03:18:41] "POST /neutron/network HTTP/1.1" 200 994 0.009875 10.0.0.242 - - [2026-01-08 03:18:41] "POST /neutron/port HTTP/1.1" 200 1109 0.141771 10.0.0.242 - - [2026-01-08 03:18:41] "POST /neutron/subnet HTTP/1.1" 200 673 0.014156 10.0.0.27 - - [2026-01-08 03:18:41] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.242 - - [2026-01-08 03:18:41] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.070365 10.0.0.242 - - [2026-01-08 03:18:41] "POST /neutron/network HTTP/1.1" 200 994 0.010631 10.0.0.242 - - [2026-01-08 03:18:41] "POST /neutron/port HTTP/1.1" 200 117 0.006240 10.0.0.242 - - [2026-01-08 03:18:42] "GET /virtual-network/3f8b0ff6-404a-4e77-972e-b95978adb97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006022 10.0.0.242 - - [2026-01-08 03:18:42] "POST /neutron/port HTTP/1.1" 200 1055 0.020192 10.0.0.242 - - [2026-01-08 03:18:43] "POST /neutron/port HTTP/1.1" 200 1119 0.020582 10.0.0.242 - - [2026-01-08 03:18:43] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.242 - - [2026-01-08 03:18:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007650 10.0.0.242 - - [2026-01-08 03:18:44] "POST /neutron/port HTTP/1.1" 200 1119 0.018216 10.0.0.242 - - [2026-01-08 03:18:44] "GET /virtual-machine/100044a4-4692-4564-a541-d77ff50c471f HTTP/1.1" 200 1288 0.019513 10.0.0.242 - - [2026-01-08 03:18:44] "GET /virtual-machine-interface/ffac711a-d3b6-4c7e-a02f-ddfb7ccde535 HTTP/1.1" 200 2942 0.006001 10.0.0.242 - - [2026-01-08 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.242 - - [2026-01-08 03:18:44] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004410 10.0.0.242 - - [2026-01-08 03:18:44] "GET /virtual-networks?parent_id=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004804 10.0.0.242 - - [2026-01-08 03:18:44] "GET /virtual-network/3f8b0ff6-404a-4e77-972e-b95978adb97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006720 10.0.0.242 - - [2026-01-08 03:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.242 - - [2026-01-08 03:18:47] "GET /virtual-network/3f8b0ff6-404a-4e77-972e-b95978adb97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005490 10.0.0.242 - - [2026-01-08 03:18:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006920 10.0.0.242 - - [2026-01-08 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.242 - - [2026-01-08 03:18:51] "GET /virtual-network/3f8b0ff6-404a-4e77-972e-b95978adb97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005622 10.0.0.242 - - [2026-01-08 03:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.242 - - [2026-01-08 03:18:53] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004632 10.0.0.242 - - [2026-01-08 03:18:53] "GET /virtual-networks?parent_id=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003361 10.0.0.242 - - [2026-01-08 03:18:53] "GET /virtual-network/3f8b0ff6-404a-4e77-972e-b95978adb97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006044 10.0.0.242 - - [2026-01-08 03:18:53] "POST /neutron/port HTTP/1.1" 200 1119 0.017824 10.0.0.242 - - [2026-01-08 03:18:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006898 10.0.0.242 - - [2026-01-08 03:18:59] "POST /neutron/port HTTP/1.1" 200 1119 0.023072 10.0.0.242 - - [2026-01-08 03:18:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009280 10.0.0.242 - - [2026-01-08 03:18:59] "GET /virtual-machine/f5882ff3-761c-4270-93f0-05466ab781f2 HTTP/1.1" 200 1289 0.006663 10.0.0.242 - - [2026-01-08 03:18:59] "GET /virtual-machine-interface/1e50742d-c604-4b8f-a910-483daeadb041 HTTP/1.1" 200 2941 0.005408 10.0.0.242 - - [2026-01-08 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.242 - - [2026-01-08 03:18:59] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005509 10.0.0.242 - - [2026-01-08 03:18:59] "GET /virtual-networks?parent_id=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002813 10.0.0.242 - - [2026-01-08 03:18:59] "GET /virtual-network/3f8b0ff6-404a-4e77-972e-b95978adb97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.009164 10.0.0.242 - - [2026-01-08 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.242 - - [2026-01-08 03:19:00] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003841 10.0.0.242 - - [2026-01-08 03:19:00] "GET /virtual-networks?parent_id=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003535 10.0.0.242 - - [2026-01-08 03:19:00] "GET /virtual-network/3f8b0ff6-404a-4e77-972e-b95978adb97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006828 10.0.0.242 - - [2026-01-08 03:19:00] "POST /neutron/port HTTP/1.1" 200 1119 0.021178 10.0.0.242 - - [2026-01-08 03:19:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008854 10.0.0.242 - - [2026-01-08 03:19:00] "GET /virtual-machine/e4cfeefa-985b-42e4-9304-82bd8046e5eb HTTP/1.1" 200 1293 0.007227 10.0.0.242 - - [2026-01-08 03:19:00] "GET /virtual-machine-interface/f5ac3468-1aaf-4837-9731-16a1c8f6c06b HTTP/1.1" 200 2942 0.006971 10.0.0.242 - - [2026-01-08 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.242 - - [2026-01-08 03:19:00] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005293 10.0.0.242 - - [2026-01-08 03:19:00] "GET /virtual-networks?parent_id=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004149 10.0.0.242 - - [2026-01-08 03:19:01] "GET /virtual-network/3f8b0ff6-404a-4e77-972e-b95978adb97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007279 10.0.0.242 - - [2026-01-08 03:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.242 - - [2026-01-08 03:19:02] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004225 10.0.0.242 - - [2026-01-08 03:19:02] "GET /virtual-networks?parent_id=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003211 10.0.0.242 - - [2026-01-08 03:19:02] "GET /virtual-network/3f8b0ff6-404a-4e77-972e-b95978adb97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006249 10.0.0.242 - - [2026-01-08 03:19:18] "POST /neutron/port HTTP/1.1" 200 151 0.193733 10.0.0.242 - - [2026-01-08 03:19:18] "POST /neutron/port HTTP/1.1" 200 1119 0.030526 10.0.0.242 - - [2026-01-08 03:19:18] "POST /neutron/port HTTP/1.1" 200 151 0.243066 10.0.0.242 - - [2026-01-08 03:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.242 - - [2026-01-08 03:19:19] "DELETE /network-ipam/895aa378-18c4-4907-8785-c72800a08372 HTTP/1.1" 200 115 0.033121 10.0.0.242 - - [2026-01-08 03:19:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.003368 10.0.0.27 - - [2026-01-08 03:19:20] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.242 - - [2026-01-08 03:19:20] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.089141 10.0.0.27 - - [2026-01-08 03:19:20] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.242 - - [2026-01-08 03:19:20] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?fields=virtual_networks HTTP/1.1" 200 1032 0.038311 10.0.0.27 - - [2026-01-08 03:19:20] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001755 10.0.0.242 - - [2026-01-08 03:19:20] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.039527 10.0.0.27 - - [2026-01-08 03:19:20] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001603 10.0.0.242 - - [2026-01-08 03:19:20] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?fields=security_groups HTTP/1.1" 200 1258 0.047354 10.0.0.242 - - [2026-01-08 03:19:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.039508 10.0.0.27 - - [2026-01-08 03:19:22] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003358 10.0.0.27 - - [2026-01-08 03:19:22] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.27 - - [2026-01-08 03:19:22] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007188 10.0.0.27 - - [2026-01-08 03:19:22] "POST /id-to-fqname HTTP/1.1" 200 198 0.003417 10.0.0.27 - - [2026-01-08 03:19:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.005019 10.0.0.27 - - [2026-01-08 03:19:22] "POST /security-groups HTTP/1.1" 200 599 0.032205 10.0.0.242 - - [2026-01-08 03:19:22] "POST /fqname-to-id HTTP/1.1" 404 242 0.004671 10.0.0.27 - - [2026-01-08 03:19:22] "POST /projects HTTP/1.1" 200 601 0.233160 10.0.0.27 - - [2026-01-08 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.312749 10.0.0.242 - - [2026-01-08 03:19:22] "POST /access-control-lists HTTP/1.1" 200 602 0.029255 10.0.0.242 - - [2026-01-08 03:19:22] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.461427 10.0.0.27 - - [2026-01-08 03:19:23] "DELETE /project/d622a1183fc344e3a045f6b983e144d2 HTTP/1.1" 404 173 0.010681 10.0.0.27 - - [2026-01-08 03:19:23] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001342 10.0.0.27 - - [2026-01-08 03:19:23] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.050821 10.0.0.27 - - [2026-01-08 03:19:23] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.27 - - [2026-01-08 03:19:23] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?fields=security_groups HTTP/1.1" 200 1363 0.052116 10.0.0.27 - - [2026-01-08 03:19:23] "DELETE /security-group/b518b6b6-732c-427e-aca4-29080c8ee8c3 HTTP/1.1" 200 115 0.068214 10.0.0.27 - - [2026-01-08 03:19:23] "GET /projects?obj_uuids=2361c817-d1f3-4938-8d27-c5e7f02e1f52&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.27 - - [2026-01-08 03:19:23] "GET /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52?fields=application_policy_sets HTTP/1.1" 200 1402 0.050617 10.0.0.27 - - [2026-01-08 03:19:23] "DELETE /project/2361c817-d1f3-4938-8d27-c5e7f02e1f52 HTTP/1.1" 200 115 0.450628 10.0.0.242 - - [2026-01-08 03:19:23] "POST /neutron/port HTTP/1.1" 200 117 0.007942 10.0.0.242 - - [2026-01-08 03:19:23] "POST /neutron/port HTTP/1.1" 400 205 0.003790 10.0.0.242 - - [2026-01-08 03:19:24] "GET / HTTP/1.1" 200 35931 0.002212 10.0.0.242 - - [2026-01-08 03:19:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.242 - - [2026-01-08 03:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.038691 10.0.0.27 - - [2026-01-08 03:19:26] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122 10.0.0.242 - - [2026-01-08 03:19:26] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047375 10.0.0.242 - - [2026-01-08 03:19:26] "POST /route-targets HTTP/1.1" 200 327 0.014145 10.0.0.27 - - [2026-01-08 03:19:26] "POST /useragent-kv HTTP/1.1" 200 115 0.014371 10.0.0.242 - - [2026-01-08 03:19:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.249841 10.0.0.242 - - [2026-01-08 03:19:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001405 10.0.0.242 - - [2026-01-08 03:19:27] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.017071 10.0.0.242 - - [2026-01-08 03:19:27] "POST /neutron/network HTTP/1.1" 200 1003 0.011112 10.0.0.242 - - [2026-01-08 03:19:27] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007267 10.0.0.242 - - [2026-01-08 03:19:27] "POST /neutron/subnet HTTP/1.1" 200 710 0.010917 10.0.0.242 - - [2026-01-08 03:19:27] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005839 10.0.0.242 - - [2026-01-08 03:19:28] "GET /obj-perms HTTP/1.1" 200 5065 0.058406 10.0.0.50 - - [2026-01-08 03:19:28] "GET /obj-perms HTTP/1.1" 200 5065 0.058908 10.0.0.27 - - [2026-01-08 03:19:29] "GET /obj-perms HTTP/1.1" 200 5065 0.068231 10.0.0.242 - - [2026-01-08 03:19:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.002017 10.0.0.27 - - [2026-01-08 03:19:30] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001146 10.0.0.242 - - [2026-01-08 03:19:30] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.082541 10.0.0.242 - - [2026-01-08 03:19:30] "POST /neutron/port HTTP/1.1" 200 117 0.008082 10.0.0.242 - - [2026-01-08 03:19:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001453 10.0.0.242 - - [2026-01-08 03:19:30] "POST /neutron/network HTTP/1.1" 200 1013 0.007487 10.0.0.242 - - [2026-01-08 03:19:31] "POST /neutron/port HTTP/1.1" 200 1172 0.023462 10.0.0.27 - - [2026-01-08 03:19:31] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.242 - - [2026-01-08 03:19:31] "POST /neutron/port HTTP/1.1" 200 1236 0.061313 10.0.0.242 - - [2026-01-08 03:19:31] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.120416 10.0.0.242 - - [2026-01-08 03:19:31] "POST /neutron/network HTTP/1.1" 200 1003 0.010949 10.0.0.242 - - [2026-01-08 03:19:31] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.242 - - [2026-01-08 03:19:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008512 10.0.0.242 - - [2026-01-08 03:19:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001366 10.0.0.242 - - [2026-01-08 03:19:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007850 10.0.0.27 - - [2026-01-08 03:19:32] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.242 - - [2026-01-08 03:19:32] "POST /neutron/port HTTP/1.1" 200 1172 0.298619 10.0.0.242 - - [2026-01-08 03:19:33] "POST /neutron/port HTTP/1.1" 200 1226 0.116644 10.0.0.242 - - [2026-01-08 03:19:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004097 10.0.0.242 - - [2026-01-08 03:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.27 - - [2026-01-08 03:19:33] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.242 - - [2026-01-08 03:19:33] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.079633 10.0.0.242 - - [2026-01-08 03:19:33] "POST /neutron/port HTTP/1.1" 200 2318 0.025000 10.0.0.242 - - [2026-01-08 03:19:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.001548 10.0.0.242 - - [2026-01-08 03:19:34] "POST /neutron/port HTTP/1.1" 200 2318 0.027350 10.0.0.242 - - [2026-01-08 03:19:34] "POST /neutron/network HTTP/1.1" 200 1013 0.007034 10.0.0.242 - - [2026-01-08 03:19:35] "POST /neutron/port HTTP/1.1" 200 1172 0.026043 10.0.0.242 - - [2026-01-08 03:19:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004084 10.0.0.242 - - [2026-01-08 03:19:35] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.27 - - [2026-01-08 03:19:35] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001052 10.0.0.242 - - [2026-01-08 03:19:35] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.098928 10.0.0.242 - - [2026-01-08 03:19:35] "POST /neutron/network HTTP/1.1" 200 1003 0.009667 10.0.0.242 - - [2026-01-08 03:19:35] "POST /neutron/port HTTP/1.1" 200 117 0.006479 10.0.0.242 - - [2026-01-08 03:19:36] "POST /neutron/port HTTP/1.1" 200 1236 0.019326 10.0.0.242 - - [2026-01-08 03:19:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007676 10.0.0.242 - - [2026-01-08 03:19:36] "GET /virtual-machine/e902d4ab-52e4-48ec-aea2-7050492200c2 HTTP/1.1" 401 293 0.000492 10.0.0.242 - - [2026-01-08 03:19:36] "POST /neutron/port HTTP/1.1" 200 1172 0.028667 10.0.0.242 - - [2026-01-08 03:19:36] "POST /neutron/port HTTP/1.1" 200 1236 0.023909 10.0.0.242 - - [2026-01-08 03:19:36] "GET /virtual-machine/e902d4ab-52e4-48ec-aea2-7050492200c2 HTTP/1.1" 200 1301 0.042967 10.0.0.242 - - [2026-01-08 03:19:36] "GET /virtual-machine-interface/7155c7e7-5dae-41fb-96ef-a2223350beb7 HTTP/1.1" 200 3175 0.005139 10.0.0.242 - - [2026-01-08 03:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.242 - - [2026-01-08 03:19:37] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003485 10.0.0.242 - - [2026-01-08 03:19:37] "GET /virtual-networks?parent_id=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002620 10.0.0.242 - - [2026-01-08 03:19:37] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012647 10.0.0.242 - - [2026-01-08 03:19:37] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006106 10.0.0.242 - - [2026-01-08 03:19:37] "POST /neutron/network HTTP/1.1" 200 1003 0.010833 10.0.0.242 - - [2026-01-08 03:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.242 - - [2026-01-08 03:19:40] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005476 10.0.0.242 - - [2026-01-08 03:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.242 - - [2026-01-08 03:19:44] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006589 10.0.0.242 - - [2026-01-08 03:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.242 - - [2026-01-08 03:19:48] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005552 10.0.0.242 - - [2026-01-08 03:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.242 - - [2026-01-08 03:19:52] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005718 10.0.0.242 - - [2026-01-08 03:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.242 - - [2026-01-08 03:19:56] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006716 10.0.0.242 - - [2026-01-08 03:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.242 - - [2026-01-08 03:20:00] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005648 10.0.0.242 - - [2026-01-08 03:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.242 - - [2026-01-08 03:20:04] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005749 10.0.0.242 - - [2026-01-08 03:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.242 - - [2026-01-08 03:20:08] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005696 10.0.0.242 - - [2026-01-08 03:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.242 - - [2026-01-08 03:20:12] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006745 10.0.0.242 - - [2026-01-08 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.242 - - [2026-01-08 03:20:17] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005797 10.0.0.242 - - [2026-01-08 03:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.242 - - [2026-01-08 03:20:21] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007384 10.0.0.242 - - [2026-01-08 03:20:21] "POST /neutron/network HTTP/1.1" 200 1013 0.011501 10.0.0.242 - - [2026-01-08 03:20:21] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014017 10.0.0.242 - - [2026-01-08 03:20:21] "POST /neutron/network HTTP/1.1" 200 1003 0.009705 10.0.0.242 - - [2026-01-08 03:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.242 - - [2026-01-08 03:20:25] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005579 10.0.0.242 - - [2026-01-08 03:20:26] "POST /neutron/network HTTP/1.1" 200 1013 0.008559 10.0.0.242 - - [2026-01-08 03:20:26] "POST /neutron/subnet HTTP/1.1" 200 1370 0.022849 10.0.0.242 - - [2026-01-08 03:20:26] "POST /neutron/network HTTP/1.1" 200 1003 0.011127 10.0.0.242 - - [2026-01-08 03:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.242 - - [2026-01-08 03:20:29] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005900 10.0.0.242 - - [2026-01-08 03:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.242 - - [2026-01-08 03:20:33] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005493 10.0.0.242 - - [2026-01-08 03:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.242 - - [2026-01-08 03:20:37] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006019 10.0.0.242 - - [2026-01-08 03:20:41] "POST /neutron/port HTTP/1.1" 200 1236 0.018662 10.0.0.242 - - [2026-01-08 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.242 - - [2026-01-08 03:20:41] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005181 10.0.0.242 - - [2026-01-08 03:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.242 - - [2026-01-08 03:20:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003511 10.0.0.242 - - [2026-01-08 03:20:43] "GET /virtual-networks?parent_id=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002649 10.0.0.242 - - [2026-01-08 03:20:43] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006194 10.0.0.242 - - [2026-01-08 03:20:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007806 10.0.0.242 - - [2026-01-08 03:20:51] "POST /neutron/port HTTP/1.1" 200 1236 0.020396 10.0.0.242 - - [2026-01-08 03:20:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007612 10.0.0.242 - - [2026-01-08 03:20:59] "POST /neutron/port HTTP/1.1" 200 1236 0.017254 10.0.0.242 - - [2026-01-08 03:21:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007223 10.0.0.242 - - [2026-01-08 03:21:09] "POST /neutron/port HTTP/1.1" 200 1236 0.019449 10.0.0.242 - - [2026-01-08 03:21:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008627 10.0.0.242 - - [2026-01-08 03:21:10] "GET /virtual-machine/55473b4d-8aab-4c2c-a2ef-4c7d05f9752b HTTP/1.1" 200 1300 0.006348 10.0.0.242 - - [2026-01-08 03:21:10] "GET /virtual-machine-interface/245d90d7-67e8-421d-b0a6-4919ebc6aee8 HTTP/1.1" 200 3175 0.006013 10.0.0.242 - - [2026-01-08 03:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.242 - - [2026-01-08 03:21:10] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003950 10.0.0.242 - - [2026-01-08 03:21:10] "GET /virtual-networks?parent_id=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003296 10.0.0.242 - - [2026-01-08 03:21:10] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008007 10.0.0.242 - - [2026-01-08 03:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.242 - - [2026-01-08 03:21:11] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004727 10.0.0.242 - - [2026-01-08 03:21:11] "GET /virtual-networks?parent_id=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004288 10.0.0.242 - - [2026-01-08 03:21:11] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008435 10.0.0.242 - - [2026-01-08 03:21:11] "POST /neutron/port HTTP/1.1" 200 1236 0.019433 10.0.0.242 - - [2026-01-08 03:21:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008201 10.0.0.242 - - [2026-01-08 03:21:11] "GET /virtual-machine/c0e4cb97-7144-4a5e-a66c-2df9926b8e28 HTTP/1.1" 200 1301 0.005796 10.0.0.242 - - [2026-01-08 03:21:11] "GET /virtual-machine-interface/a95cb3bf-43ca-4213-84dd-e384639fd654 HTTP/1.1" 200 3175 0.005674 10.0.0.242 - - [2026-01-08 03:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.242 - - [2026-01-08 03:21:11] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003452 10.0.0.242 - - [2026-01-08 03:21:11] "GET /virtual-networks?parent_id=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002908 10.0.0.242 - - [2026-01-08 03:21:11] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006066 10.0.0.242 - - [2026-01-08 03:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.242 - - [2026-01-08 03:21:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004159 10.0.0.242 - - [2026-01-08 03:21:12] "GET /virtual-networks?parent_id=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003472 10.0.0.242 - - [2026-01-08 03:21:12] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006382 10.0.0.242 - - [2026-01-08 03:21:23] "POST /neutron/network HTTP/1.1" 200 1013 0.007694 10.0.0.242 - - [2026-01-08 03:21:23] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014179 10.0.0.242 - - [2026-01-08 03:21:23] "POST /neutron/network HTTP/1.1" 200 1003 0.012537 10.0.0.242 - - [2026-01-08 03:21:29] "POST /neutron/network HTTP/1.1" 200 1013 0.007130 10.0.0.242 - - [2026-01-08 03:21:29] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014351 10.0.0.242 - - [2026-01-08 03:21:29] "POST /neutron/network HTTP/1.1" 200 1003 0.014530 10.0.0.27 - - [2026-01-08 03:21:33] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001611 10.0.0.242 - - [2026-01-08 03:21:33] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058861 10.0.0.242 - - [2026-01-08 03:21:33] "POST /fqname-to-id HTTP/1.1" 404 226 0.018914 10.0.0.242 - - [2026-01-08 03:21:33] "POST /interface-route-tables HTTP/1.1" 200 575 0.028569 10.0.0.242 - - [2026-01-08 03:21:33] "GET /interface-route-table/8e44bf8d-fd58-467d-afd5-bec357d491df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.007368 10.0.0.242 - - [2026-01-08 03:21:33] "GET /virtual-machine-interface/7155c7e7-5dae-41fb-96ef-a2223350beb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006421 10.0.0.242 - - [2026-01-08 03:21:33] "POST /ref-update HTTP/1.1" 200 156 0.014311 10.0.0.27 - - [2026-01-08 03:22:17] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.041106 10.0.0.242 - - [2026-01-08 03:22:17] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.083720 10.0.0.242 - - [2026-01-08 03:22:17] "POST /fqname-to-id HTTP/1.1" 404 226 0.005333 10.0.0.242 - - [2026-01-08 03:22:17] "POST /interface-route-tables HTTP/1.1" 200 575 0.051572 10.0.0.242 - - [2026-01-08 03:22:17] "GET /interface-route-table/594ff20b-7db7-4dd1-aa5a-d30bada36d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006007 10.0.0.242 - - [2026-01-08 03:22:18] "GET /virtual-machine-interface/245d90d7-67e8-421d-b0a6-4919ebc6aee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006159 10.0.0.242 - - [2026-01-08 03:22:18] "POST /ref-update HTTP/1.1" 200 156 0.015260 10.0.0.242 - - [2026-01-08 03:22:19] "GET /virtual-machine-interface/a95cb3bf-43ca-4213-84dd-e384639fd654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006464 10.0.0.242 - - [2026-01-08 03:22:19] "PUT /virtual-machine-interface/a95cb3bf-43ca-4213-84dd-e384639fd654 HTTP/1.1" 200 284 0.017702 10.0.0.242 - - [2026-01-08 03:22:19] "GET /virtual-machine-interface/7155c7e7-5dae-41fb-96ef-a2223350beb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.008028 10.0.0.242 - - [2026-01-08 03:22:19] "PUT /virtual-machine-interface/7155c7e7-5dae-41fb-96ef-a2223350beb7 HTTP/1.1" 200 284 0.017320 10.0.0.242 - - [2026-01-08 03:22:19] "GET /virtual-machine-interface/245d90d7-67e8-421d-b0a6-4919ebc6aee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.008768 10.0.0.242 - - [2026-01-08 03:22:19] "PUT /virtual-machine-interface/245d90d7-67e8-421d-b0a6-4919ebc6aee8 HTTP/1.1" 200 284 0.017376 10.0.0.242 - - [2026-01-08 03:22:24] "POST /neutron/network HTTP/1.1" 200 1013 0.047093 10.0.0.242 - - [2026-01-08 03:22:24] "POST /neutron/subnet HTTP/1.1" 200 1370 0.027821 10.0.0.242 - - [2026-01-08 03:22:24] "POST /neutron/network HTTP/1.1" 200 1003 0.013121 10.0.0.242 - - [2026-01-08 03:22:30] "POST /neutron/network HTTP/1.1" 200 1013 0.007049 10.0.0.242 - - [2026-01-08 03:22:30] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013065 10.0.0.242 - - [2026-01-08 03:22:30] "POST /neutron/network HTTP/1.1" 200 1003 0.009878 10.0.0.242 - - [2026-01-08 03:23:09] "POST /neutron/port HTTP/1.1" 200 1236 0.018586 10.0.0.242 - - [2026-01-08 03:23:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007186 10.0.0.242 - - [2026-01-08 03:23:09] "GET /virtual-machine/7c3d6341-d378-427f-b3c9-1b6aee4883e3 HTTP/1.1" 200 1300 0.006102 10.0.0.242 - - [2026-01-08 03:23:09] "GET /virtual-machine-interface/fd5392a1-9622-4a74-8bbe-0fc91cb67127 HTTP/1.1" 200 3176 0.005308 10.0.0.242 - - [2026-01-08 03:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.242 - - [2026-01-08 03:23:09] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004349 10.0.0.242 - - [2026-01-08 03:23:09] "GET /virtual-networks?parent_id=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003157 10.0.0.242 - - [2026-01-08 03:23:09] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007072 10.0.0.242 - - [2026-01-08 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008423 10.0.0.242 - - [2026-01-08 03:23:10] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003831 10.0.0.242 - - [2026-01-08 03:23:10] "GET /virtual-networks?parent_id=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002599 10.0.0.242 - - [2026-01-08 03:23:10] "GET /virtual-network/57d53fcd-610b-4159-b9c0-0bc14ad63fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006347 10.0.0.242 - - [2026-01-08 03:23:11] "GET /virtual-machine-interface/fd5392a1-9622-4a74-8bbe-0fc91cb67127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006781 10.0.0.242 - - [2026-01-08 03:23:11] "PUT /virtual-machine-interface/fd5392a1-9622-4a74-8bbe-0fc91cb67127 HTTP/1.1" 200 284 0.015475 10.0.0.242 - - [2026-01-08 03:23:15] "GET /obj-perms HTTP/1.1" 200 5075 0.059731 10.0.0.50 - - [2026-01-08 03:23:15] "GET /obj-perms HTTP/1.1" 200 5075 0.072412 10.0.0.50 - - [2026-01-08 03:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000477 10.0.0.50 - - [2026-01-08 03:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000555 10.0.0.27 - - [2026-01-08 03:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.27 - - [2026-01-08 03:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000485 10.0.0.50 - - [2026-01-08 03:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.50 - - [2026-01-08 03:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.27 - - [2026-01-08 03:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000581 10.0.0.27 - - [2026-01-08 03:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.242 - - [2026-01-08 03:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000538 10.0.0.242 - - [2026-01-08 03:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.001433 10.0.0.242 - - [2026-01-08 03:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.242 - - [2026-01-08 03:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000753 10.0.0.242 - - [2026-01-08 03:23:26] "POST /neutron/network HTTP/1.1" 200 1013 0.009164 10.0.0.242 - - [2026-01-08 03:23:26] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014060 10.0.0.242 - - [2026-01-08 03:23:26] "POST /neutron/network HTTP/1.1" 200 1003 0.009061 10.0.0.242 - - [2026-01-08 03:23:31] "POST /neutron/network HTTP/1.1" 200 1013 0.012016 10.0.0.242 - - [2026-01-08 03:23:31] "POST /neutron/subnet HTTP/1.1" 200 1370 0.015857 10.0.0.242 - - [2026-01-08 03:23:31] "POST /neutron/network HTTP/1.1" 200 1003 0.010353 10.0.0.27 - - [2026-01-08 03:23:51] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.242 - - [2026-01-08 03:23:51] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044508 10.0.0.242 - - [2026-01-08 03:23:51] "POST /fqname-to-id HTTP/1.1" 404 226 0.003500 10.0.0.242 - - [2026-01-08 03:23:51] "POST /interface-route-tables HTTP/1.1" 200 575 0.028005 10.0.0.242 - - [2026-01-08 03:23:51] "GET /interface-route-table/0f489470-cb59-4731-babf-28b491cb994c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006199 10.0.0.242 - - [2026-01-08 03:23:51] "GET /virtual-machine-interface/fd5392a1-9622-4a74-8bbe-0fc91cb67127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.007532 10.0.0.242 - - [2026-01-08 03:23:51] "POST /ref-update HTTP/1.1" 200 156 0.016085 10.0.0.242 - - [2026-01-08 03:23:53] "GET /virtual-machine-interface/7155c7e7-5dae-41fb-96ef-a2223350beb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007085 10.0.0.242 - - [2026-01-08 03:23:53] "POST /ref-update HTTP/1.1" 200 156 0.024894 10.0.0.242 - - [2026-01-08 03:23:53] "DELETE /interface-route-table/8e44bf8d-fd58-467d-afd5-bec357d491df HTTP/1.1" 200 115 0.042094 10.0.0.242 - - [2026-01-08 03:23:54] "POST /neutron/port HTTP/1.1" 200 151 0.283797 10.0.0.27 - - [2026-01-08 03:24:16] "GET /obj-perms HTTP/1.1" 200 5075 0.052106 10.0.0.242 - - [2026-01-08 03:24:16] "GET /virtual-machine-interface/fd5392a1-9622-4a74-8bbe-0fc91cb67127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.008840 10.0.0.242 - - [2026-01-08 03:24:16] "POST /ref-update HTTP/1.1" 200 156 0.017896 10.0.0.242 - - [2026-01-08 03:24:16] "DELETE /interface-route-table/0f489470-cb59-4731-babf-28b491cb994c HTTP/1.1" 200 115 0.032548 10.0.0.242 - - [2026-01-08 03:24:16] "GET /virtual-machine-interface/245d90d7-67e8-421d-b0a6-4919ebc6aee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006477 10.0.0.242 - - [2026-01-08 03:24:16] "POST /ref-update HTTP/1.1" 200 156 0.016382 10.0.0.242 - - [2026-01-08 03:24:16] "DELETE /interface-route-table/594ff20b-7db7-4dd1-aa5a-d30bada36d66 HTTP/1.1" 200 115 0.036036 10.0.0.242 - - [2026-01-08 03:24:16] "POST /neutron/port HTTP/1.1" 200 1236 0.021356 10.0.0.242 - - [2026-01-08 03:24:16] "POST /neutron/port HTTP/1.1" 200 1236 0.039879 10.0.0.242 - - [2026-01-08 03:24:17] "POST /neutron/port HTTP/1.1" 200 1236 0.032595 10.0.0.242 - - [2026-01-08 03:24:18] "POST /neutron/network HTTP/1.1" 200 1003 0.010184 10.0.0.242 - - [2026-01-08 03:24:19] "DELETE /route-target/1c2b1d9c-8865-4c08-8f58-80405e8cf421 HTTP/1.1" 200 115 0.079399 10.0.0.27 - - [2026-01-08 03:24:20] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001362 10.0.0.242 - - [2026-01-08 03:24:20] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072102 10.0.0.27 - - [2026-01-08 03:24:20] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.242 - - [2026-01-08 03:24:20] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?fields=virtual_networks HTTP/1.1" 200 1049 0.047678 10.0.0.27 - - [2026-01-08 03:24:20] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001467 10.0.0.242 - - [2026-01-08 03:24:20] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.053067 10.0.0.27 - - [2026-01-08 03:24:20] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.242 - - [2026-01-08 03:24:20] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?fields=security_groups HTTP/1.1" 200 1283 0.040633 10.0.0.242 - - [2026-01-08 03:24:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.028542 10.0.0.27 - - [2026-01-08 03:24:21] "GET /projects?obj_uuids=5e9fe88c-8840-4b3f-84d3-db3c49344dd7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004055 10.0.0.27 - - [2026-01-08 03:24:21] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.27 - - [2026-01-08 03:24:21] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.041418 10.0.0.27 - - [2026-01-08 03:24:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.006768 10.0.0.27 - - [2026-01-08 03:24:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.005215 10.0.0.27 - - [2026-01-08 03:24:22] "POST /security-groups HTTP/1.1" 200 586 0.079962 10.0.0.27 - - [2026-01-08 03:24:22] "POST /projects HTTP/1.1" 200 575 0.308425 10.0.0.27 - - [2026-01-08 03:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.386988 10.0.0.242 - - [2026-01-08 03:24:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.009411 10.0.0.242 - - [2026-01-08 03:24:22] "GET /project/5e9fe88c-8840-4b3f-84d3-db3c49344dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.576215 10.0.0.242 - - [2026-01-08 03:24:23] "GET / HTTP/1.1" 200 35931 0.002505 10.0.0.27 - - [2026-01-08 03:24:23] "DELETE /project/5e9fe88c88404b3f84d3db3c49344dd7 HTTP/1.1" 404 173 0.006178 10.0.0.27 - - [2026-01-08 03:24:23] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.27 - - [2026-01-08 03:24:24] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.039804 10.0.0.27 - - [2026-01-08 03:24:24] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.27 - - [2026-01-08 03:24:24] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?fields=security_groups HTTP/1.1" 200 1388 0.044584 10.0.0.27 - - [2026-01-08 03:24:24] "DELETE /security-group/05d3a5dc-93ad-42ed-a024-6782e0ac6b9d HTTP/1.1" 200 115 0.054870 10.0.0.27 - - [2026-01-08 03:24:24] "GET /projects?obj_uuids=d622a118-3fc3-44e3-a045-f6b983e144d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002818 10.0.0.27 - - [2026-01-08 03:24:24] "GET /project/d622a118-3fc3-44e3-a045-f6b983e144d2?fields=application_policy_sets HTTP/1.1" 200 1427 0.081796 10.0.0.242 - - [2026-01-08 03:24:24] "DELETE /access-control-list/7bb8fea0-61f8-4939-8b69-f1697f6df68a HTTP/1.1" 200 115 0.055774 10.0.0.27 - - [2026-01-08 03:24:24] "DELETE /project/d622a118-3fc3-44e3-a045-f6b983e144d2 HTTP/1.1" 200 115 0.476995 10.0.0.27 - - [2026-01-08 03:24:26] "GET /projects?obj_uuids=5e9fe88c-8840-4b3f-84d3-db3c49344dd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001030 10.0.0.242 - - [2026-01-08 03:24:26] "GET /project/5e9fe88c-8840-4b3f-84d3-db3c49344dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.046300 10.0.0.27 - - [2026-01-08 03:24:26] "GET /projects?obj_uuids=5e9fe88c-8840-4b3f-84d3-db3c49344dd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001775 10.0.0.242 - - [2026-01-08 03:24:26] "GET /project/5e9fe88c-8840-4b3f-84d3-db3c49344dd7?fields=virtual_networks HTTP/1.1" 200 1021 0.056270 10.0.0.27 - - [2026-01-08 03:24:26] "GET /projects?obj_uuids=5e9fe88c-8840-4b3f-84d3-db3c49344dd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001038 10.0.0.242 - - [2026-01-08 03:24:26] "GET /project/5e9fe88c-8840-4b3f-84d3-db3c49344dd7?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.049641 10.0.0.27 - - [2026-01-08 03:24:26] "GET /projects?obj_uuids=5e9fe88c-8840-4b3f-84d3-db3c49344dd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001181 10.0.0.242 - - [2026-01-08 03:24:26] "GET /project/5e9fe88c-8840-4b3f-84d3-db3c49344dd7?fields=security_groups HTTP/1.1" 200 1242 0.041200 10.0.0.242 - - [2026-01-08 03:24:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.035018 10.0.0.27 - - [2026-01-08 03:24:27] "GET /projects?obj_uuids=cbd98f5f-cc4b-4e09-97a4-bba670b96faa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003263 10.0.0.27 - - [2026-01-08 03:24:27] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.27 - - [2026-01-08 03:24:27] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007099 10.0.0.27 - - [2026-01-08 03:24:28] "POST /id-to-fqname HTTP/1.1" 200 195 0.002100 10.0.0.27 - - [2026-01-08 03:24:28] "POST /fqname-to-id HTTP/1.1" 404 204 0.004608 10.0.0.27 - - [2026-01-08 03:24:28] "POST /security-groups HTTP/1.1" 200 596 0.073587 10.0.0.27 - - [2026-01-08 03:24:28] "POST /projects HTTP/1.1" 200 595 0.278409 10.0.0.242 - - [2026-01-08 03:24:28] "POST /fqname-to-id HTTP/1.1" 404 238 0.007947 10.0.0.27 - - [2026-01-08 03:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.354350 10.0.0.242 - - [2026-01-08 03:24:28] "GET /project/cbd98f5f-cc4b-4e09-97a4-bba670b96faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.501140 10.0.0.242 - - [2026-01-08 03:24:29] "GET / HTTP/1.1" 200 35931 0.001550 10.0.0.27 - - [2026-01-08 03:24:32] "GET /projects?obj_uuids=cbd98f5f-cc4b-4e09-97a4-bba670b96faa&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001049 10.0.0.242 - - [2026-01-08 03:24:32] "GET /project/cbd98f5f-cc4b-4e09-97a4-bba670b96faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.039503 10.0.0.27 - - [2026-01-08 03:24:32] "GET /projects?obj_uuids=cbd98f5f-cc4b-4e09-97a4-bba670b96faa&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001055 10.0.0.242 - - [2026-01-08 03:24:32] "GET /project/cbd98f5f-cc4b-4e09-97a4-bba670b96faa?fields=virtual_networks HTTP/1.1" 200 1043 0.040645 10.0.0.27 - - [2026-01-08 03:24:32] "GET /projects?obj_uuids=cbd98f5f-cc4b-4e09-97a4-bba670b96faa&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001001 10.0.0.242 - - [2026-01-08 03:24:32] "GET /project/cbd98f5f-cc4b-4e09-97a4-bba670b96faa?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.040379 10.0.0.27 - - [2026-01-08 03:24:32] "GET /projects?obj_uuids=cbd98f5f-cc4b-4e09-97a4-bba670b96faa&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001086 10.0.0.242 - - [2026-01-08 03:24:32] "GET /project/cbd98f5f-cc4b-4e09-97a4-bba670b96faa?fields=security_groups HTTP/1.1" 200 1274 0.035879 10.0.0.242 - - [2026-01-08 03:24:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.025542 10.0.0.27 - - [2026-01-08 03:24:33] "GET /projects?obj_uuids=46d67773-c596-451f-af9f-212dc4cea0aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002872 10.0.0.27 - - [2026-01-08 03:24:33] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.27 - - [2026-01-08 03:24:33] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007169 10.0.0.27 - - [2026-01-08 03:24:33] "POST /id-to-fqname HTTP/1.1" 200 201 0.002842 10.0.0.27 - - [2026-01-08 03:24:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.003168 10.0.0.27 - - [2026-01-08 03:24:34] "POST /security-groups HTTP/1.1" 200 602 0.031652 10.0.0.27 - - [2026-01-08 03:24:34] "POST /projects HTTP/1.1" 200 607 0.234768 10.0.0.242 - - [2026-01-08 03:24:34] "POST /access-control-lists HTTP/1.1" 200 607 0.029930 10.0.0.27 - - [2026-01-08 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.306291 10.0.0.242 - - [2026-01-08 03:24:34] "GET /project/46d67773-c596-451f-af9f-212dc4cea0aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.434011 10.0.0.242 - - [2026-01-08 03:24:35] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.27 - - [2026-01-08 03:24:38] "GET /projects?obj_uuids=46d67773-c596-451f-af9f-212dc4cea0aa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000975 10.0.0.242 - - [2026-01-08 03:24:38] "GET /project/46d67773-c596-451f-af9f-212dc4cea0aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.052944 10.0.0.27 - - [2026-01-08 03:24:38] "GET /projects?obj_uuids=46d67773-c596-451f-af9f-212dc4cea0aa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000971 10.0.0.242 - - [2026-01-08 03:24:38] "GET /project/46d67773-c596-451f-af9f-212dc4cea0aa?fields=virtual_networks HTTP/1.1" 200 1054 0.044221 10.0.0.27 - - [2026-01-08 03:24:38] "GET /projects?obj_uuids=46d67773-c596-451f-af9f-212dc4cea0aa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001781 10.0.0.242 - - [2026-01-08 03:24:38] "GET /project/46d67773-c596-451f-af9f-212dc4cea0aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.039448 10.0.0.27 - - [2026-01-08 03:24:38] "GET /projects?obj_uuids=46d67773-c596-451f-af9f-212dc4cea0aa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001096 10.0.0.242 - - [2026-01-08 03:24:38] "GET /project/46d67773-c596-451f-af9f-212dc4cea0aa?fields=security_groups HTTP/1.1" 200 1291 0.040891 10.0.0.242 - - [2026-01-08 03:24:39] "POST /fqname-to-id HTTP/1.1" 404 185 0.036963 10.0.0.27 - - [2026-01-08 03:24:39] "GET /projects?obj_uuids=537543d8-fb7a-457c-b0b9-1642956fb6ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006313 10.0.0.27 - - [2026-01-08 03:24:39] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.27 - - [2026-01-08 03:24:39] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007052 10.0.0.27 - - [2026-01-08 03:24:39] "POST /id-to-fqname HTTP/1.1" 200 187 0.010721 10.0.0.27 - - [2026-01-08 03:24:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.009033 10.0.0.27 - - [2026-01-08 03:24:40] "POST /security-groups HTTP/1.1" 200 588 0.081935 10.0.0.242 - - [2026-01-08 03:24:40] "POST /fqname-to-id HTTP/1.1" 404 231 0.004982 10.0.0.27 - - [2026-01-08 03:24:40] "POST /projects HTTP/1.1" 200 579 0.322364 10.0.0.27 - - [2026-01-08 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.367449 10.0.0.242 - - [2026-01-08 03:24:40] "GET /project/537543d8-fb7a-457c-b0b9-1642956fb6ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.516423 10.0.0.242 - - [2026-01-08 03:24:40] "POST /access-control-lists HTTP/1.1" 200 591 0.046793 10.0.0.242 - - [2026-01-08 03:24:41] "GET / HTTP/1.1" 200 35931 0.002136 10.0.0.27 - - [2026-01-08 03:24:44] "GET /projects?obj_uuids=537543d8-fb7a-457c-b0b9-1642956fb6ae&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001017 10.0.0.242 - - [2026-01-08 03:24:44] "GET /project/537543d8-fb7a-457c-b0b9-1642956fb6ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.035300 10.0.0.27 - - [2026-01-08 03:24:44] "GET /projects?obj_uuids=537543d8-fb7a-457c-b0b9-1642956fb6ae&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001013 10.0.0.242 - - [2026-01-08 03:24:44] "GET /project/537543d8-fb7a-457c-b0b9-1642956fb6ae?fields=virtual_networks HTTP/1.1" 200 1026 0.048494 10.0.0.27 - - [2026-01-08 03:24:44] "GET /projects?obj_uuids=537543d8-fb7a-457c-b0b9-1642956fb6ae&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001523 10.0.0.242 - - [2026-01-08 03:24:44] "GET /project/537543d8-fb7a-457c-b0b9-1642956fb6ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.050421 10.0.0.27 - - [2026-01-08 03:24:44] "GET /projects?obj_uuids=537543d8-fb7a-457c-b0b9-1642956fb6ae&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001245 10.0.0.242 - - [2026-01-08 03:24:44] "GET /project/537543d8-fb7a-457c-b0b9-1642956fb6ae?fields=security_groups HTTP/1.1" 200 1249 0.049214 10.0.0.242 - - [2026-01-08 03:24:45] "POST /fqname-to-id HTTP/1.1" 404 182 0.027202 10.0.0.27 - - [2026-01-08 03:24:45] "GET /projects?obj_uuids=0c69dbf4-5b77-4f56-923c-621c0047e690&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003496 10.0.0.27 - - [2026-01-08 03:24:45] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001222 10.0.0.27 - - [2026-01-08 03:24:45] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010131 10.0.0.27 - - [2026-01-08 03:24:45] "POST /id-to-fqname HTTP/1.1" 200 184 0.001485 10.0.0.27 - - [2026-01-08 03:24:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.009158 10.0.0.27 - - [2026-01-08 03:24:46] "POST /security-groups HTTP/1.1" 200 585 0.075435 10.0.0.27 - - [2026-01-08 03:24:46] "POST /projects HTTP/1.1" 200 573 0.297738 10.0.0.242 - - [2026-01-08 03:24:46] "POST /fqname-to-id HTTP/1.1" 404 227 0.012535 10.0.0.27 - - [2026-01-08 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.370867 10.0.0.242 - - [2026-01-08 03:24:46] "GET /project/0c69dbf4-5b77-4f56-923c-621c0047e690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.528077 10.0.0.242 - - [2026-01-08 03:24:47] "GET / HTTP/1.1" 200 35931 0.001713 10.0.0.27 - - [2026-01-08 03:24:50] "GET /projects?obj_uuids=0c69dbf4-5b77-4f56-923c-621c0047e690&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001200 10.0.0.242 - - [2026-01-08 03:24:50] "GET /project/0c69dbf4-5b77-4f56-923c-621c0047e690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.041609 10.0.0.27 - - [2026-01-08 03:24:50] "GET /projects?obj_uuids=0c69dbf4-5b77-4f56-923c-621c0047e690&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001003 10.0.0.242 - - [2026-01-08 03:24:50] "GET /project/0c69dbf4-5b77-4f56-923c-621c0047e690?fields=virtual_networks HTTP/1.1" 200 1019 0.038705 10.0.0.27 - - [2026-01-08 03:24:50] "GET /projects?obj_uuids=0c69dbf4-5b77-4f56-923c-621c0047e690&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001057 10.0.0.242 - - [2026-01-08 03:24:50] "GET /project/0c69dbf4-5b77-4f56-923c-621c0047e690?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.047466 10.0.0.27 - - [2026-01-08 03:24:50] "GET /projects?obj_uuids=0c69dbf4-5b77-4f56-923c-621c0047e690&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001508 10.0.0.242 - - [2026-01-08 03:24:50] "GET /project/0c69dbf4-5b77-4f56-923c-621c0047e690?fields=security_groups HTTP/1.1" 200 1239 0.048308 10.0.0.242 - - [2026-01-08 03:24:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.030470 10.0.0.27 - - [2026-01-08 03:24:51] "GET /projects?obj_uuids=11beaea5-ba9e-488e-8b4e-b7d305f2e8e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003036 10.0.0.27 - - [2026-01-08 03:24:51] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.27 - - [2026-01-08 03:24:51] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007287 10.0.0.27 - - [2026-01-08 03:24:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.003475 10.0.0.27 - - [2026-01-08 03:24:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.005944 10.0.0.27 - - [2026-01-08 03:24:52] "POST /security-groups HTTP/1.1" 200 589 0.034376 10.0.0.27 - - [2026-01-08 03:24:52] "POST /projects HTTP/1.1" 200 581 0.255052 10.0.0.242 - - [2026-01-08 03:24:52] "POST /access-control-lists HTTP/1.1" 200 594 0.030870 10.0.0.27 - - [2026-01-08 03:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.331063 10.0.0.242 - - [2026-01-08 03:24:52] "GET /project/11beaea5-ba9e-488e-8b4e-b7d305f2e8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.514542 10.0.0.242 - - [2026-01-08 03:24:53] "GET / HTTP/1.1" 200 35931 0.001633 10.0.0.27 - - [2026-01-08 03:24:56] "GET /projects?obj_uuids=11beaea5-ba9e-488e-8b4e-b7d305f2e8e0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.242 - - [2026-01-08 03:24:56] "GET /project/11beaea5-ba9e-488e-8b4e-b7d305f2e8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.067070 10.0.0.27 - - [2026-01-08 03:24:56] "GET /projects?obj_uuids=11beaea5-ba9e-488e-8b4e-b7d305f2e8e0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001496 10.0.0.242 - - [2026-01-08 03:24:56] "GET /project/11beaea5-ba9e-488e-8b4e-b7d305f2e8e0?fields=virtual_networks HTTP/1.1" 200 1028 0.055980 10.0.0.27 - - [2026-01-08 03:24:56] "GET /projects?obj_uuids=11beaea5-ba9e-488e-8b4e-b7d305f2e8e0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.242 - - [2026-01-08 03:24:56] "GET /project/11beaea5-ba9e-488e-8b4e-b7d305f2e8e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.040535 10.0.0.27 - - [2026-01-08 03:24:56] "GET /projects?obj_uuids=11beaea5-ba9e-488e-8b4e-b7d305f2e8e0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.242 - - [2026-01-08 03:24:56] "GET /project/11beaea5-ba9e-488e-8b4e-b7d305f2e8e0?fields=security_groups HTTP/1.1" 200 1252 0.056564 10.0.0.242 - - [2026-01-08 03:24:57] "POST /fqname-to-id HTTP/1.1" 404 186 0.025963 10.0.0.27 - - [2026-01-08 03:24:57] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003436 10.0.0.27 - - [2026-01-08 03:24:57] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.27 - - [2026-01-08 03:24:57] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007723 10.0.0.27 - - [2026-01-08 03:24:57] "POST /id-to-fqname HTTP/1.1" 200 188 0.002491 10.0.0.27 - - [2026-01-08 03:24:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.007594 10.0.0.27 - - [2026-01-08 03:24:58] "POST /security-groups HTTP/1.1" 200 589 0.083366 10.0.0.242 - - [2026-01-08 03:24:58] "POST /fqname-to-id HTTP/1.1" 404 232 0.011009 10.0.0.27 - - [2026-01-08 03:24:58] "POST /projects HTTP/1.1" 200 581 0.311201 10.0.0.27 - - [2026-01-08 03:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.381859 10.0.0.242 - - [2026-01-08 03:24:58] "POST /access-control-lists HTTP/1.1" 200 592 0.032784 10.0.0.242 - - [2026-01-08 03:24:58] "GET /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.527067 10.0.0.242 - - [2026-01-08 03:24:59] "GET / HTTP/1.1" 200 35931 0.002206 10.0.0.242 - - [2026-01-08 03:25:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000516 10.0.0.242 - - [2026-01-08 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.073428 10.0.0.27 - - [2026-01-08 03:25:01] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001297 10.0.0.242 - - [2026-01-08 03:25:01] "GET /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042569 10.0.0.27 - - [2026-01-08 03:25:01] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001229 10.0.0.242 - - [2026-01-08 03:25:01] "POST /neutron/network HTTP/1.1" 200 603 0.180019 10.0.0.242 - - [2026-01-08 03:25:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.003669 10.0.0.242 - - [2026-01-08 03:25:02] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006170 10.0.0.242 - - [2026-01-08 03:25:02] "POST /neutron/network HTTP/1.1" 200 822 0.007670 10.0.0.242 - - [2026-01-08 03:25:02] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005521 10.0.0.242 - - [2026-01-08 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.242 - - [2026-01-08 03:25:02] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006377 10.0.0.242 - - [2026-01-08 03:25:02] "PUT /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2 HTTP/1.1" 200 264 0.057163 10.0.0.242 - - [2026-01-08 03:25:02] "POST /route-targets HTTP/1.1" 200 323 0.020268 10.0.0.242 - - [2026-01-08 03:25:02] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007008 10.0.0.242 - - [2026-01-08 03:25:04] "POST /neutron/network HTTP/1.1" 200 822 0.008165 10.0.0.242 - - [2026-01-08 03:25:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001597 10.0.0.27 - - [2026-01-08 03:25:05] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.242 - - [2026-01-08 03:25:05] "GET /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.064409 10.0.0.242 - - [2026-01-08 03:25:05] "POST /neutron/network HTTP/1.1" 200 822 0.032391 10.0.0.242 - - [2026-01-08 03:25:05] "POST /neutron/port HTTP/1.1" 200 117 0.008930 10.0.0.242 - - [2026-01-08 03:25:06] "POST /neutron/port HTTP/1.1" 200 1058 0.053185 10.0.0.242 - - [2026-01-08 03:25:06] "POST /neutron/port HTTP/1.1" 200 1122 0.023188 10.0.0.242 - - [2026-01-08 03:25:06] "POST /neutron/port HTTP/1.1" 200 117 0.001728 10.0.0.242 - - [2026-01-08 03:25:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010541 10.0.0.242 - - [2026-01-08 03:25:10] "POST /neutron/port HTTP/1.1" 200 1122 0.018408 10.0.0.242 - - [2026-01-08 03:25:11] "GET /virtual-machine/481f4629-fe2c-4030-83cd-0fd53c0a608e HTTP/1.1" 401 293 0.000578 10.0.0.242 - - [2026-01-08 03:25:11] "GET /virtual-machine/481f4629-fe2c-4030-83cd-0fd53c0a608e HTTP/1.1" 200 1289 0.034123 10.0.0.242 - - [2026-01-08 03:25:11] "GET /virtual-machine-interface/097b7da8-b7b4-4210-a232-6e15a7df6af0 HTTP/1.1" 200 2930 0.005986 10.0.0.242 - - [2026-01-08 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.242 - - [2026-01-08 03:25:11] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004009 10.0.0.242 - - [2026-01-08 03:25:11] "GET /virtual-networks?parent_id=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003116 10.0.0.242 - - [2026-01-08 03:25:11] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005915 10.0.0.242 - - [2026-01-08 03:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.242 - - [2026-01-08 03:25:14] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006517 10.0.0.242 - - [2026-01-08 03:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.242 - - [2026-01-08 03:25:18] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005819 10.0.0.242 - - [2026-01-08 03:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.242 - - [2026-01-08 03:25:22] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006581 10.0.0.27 - - [2026-01-08 03:25:24] "DELETE /project/1e35cc9c08bf46eeb1aca21b0f62dba5 HTTP/1.1" 404 173 0.022550 10.0.0.27 - - [2026-01-08 03:25:24] "DELETE /project/537543d8fb7a457cb0b91642956fb6ae HTTP/1.1" 404 173 0.032397 10.0.0.27 - - [2026-01-08 03:25:24] "DELETE /project/46d67773c596451faf9f212dc4cea0aa HTTP/1.1" 404 173 0.018492 10.0.0.27 - - [2026-01-08 03:25:24] "DELETE /project/11beaea5ba9e488e8b4eb7d305f2e8e0 HTTP/1.1" 404 173 0.013630 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=cbd98f5f-cc4b-4e09-97a4-bba670b96faa&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002577 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=5e9fe88c-8840-4b3f-84d3-db3c49344dd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001126 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=11beaea5-ba9e-488e-8b4e-b7d305f2e8e0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=0c69dbf4-5b77-4f56-923c-621c0047e690&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001959 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=46d67773-c596-451f-af9f-212dc4cea0aa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001354 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=537543d8-fb7a-457c-b0b9-1642956fb6ae&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001374 10.0.0.27 - - [2026-01-08 03:25:24] "DELETE /project/cbd98f5fcc4b4e0997a4bba670b96faa HTTP/1.1" 404 173 0.009132 10.0.0.27 - - [2026-01-08 03:25:24] "DELETE /project/0c69dbf45b774f56923c621c0047e690 HTTP/1.1" 404 173 0.012440 10.0.0.27 - - [2026-01-08 03:25:24] "GET /project/5e9fe88c-8840-4b3f-84d3-db3c49344dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.122499 10.0.0.27 - - [2026-01-08 03:25:24] "GET /project/11beaea5-ba9e-488e-8b4e-b7d305f2e8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.138813 10.0.0.27 - - [2026-01-08 03:25:24] "GET /project/cbd98f5f-cc4b-4e09-97a4-bba670b96faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.150778 10.0.0.27 - - [2026-01-08 03:25:24] "GET /project/537543d8-fb7a-457c-b0b9-1642956fb6ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.152498 10.0.0.27 - - [2026-01-08 03:25:24] "GET /project/46d67773-c596-451f-af9f-212dc4cea0aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.174806 10.0.0.27 - - [2026-01-08 03:25:24] "GET /project/0c69dbf4-5b77-4f56-923c-621c0047e690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.182798 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=5e9fe88c-8840-4b3f-84d3-db3c49344dd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001304 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=11beaea5-ba9e-488e-8b4e-b7d305f2e8e0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001306 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=cbd98f5f-cc4b-4e09-97a4-bba670b96faa&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001456 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=537543d8-fb7a-457c-b0b9-1642956fb6ae&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000931 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=0c69dbf4-5b77-4f56-923c-621c0047e690&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001351 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=46d67773-c596-451f-af9f-212dc4cea0aa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002562 10.0.0.27 - - [2026-01-08 03:25:24] "GET /project/cbd98f5f-cc4b-4e09-97a4-bba670b96faa?fields=security_groups HTTP/1.1" 200 1379 0.120371 10.0.0.27 - - [2026-01-08 03:25:24] "GET /project/0c69dbf4-5b77-4f56-923c-621c0047e690?fields=security_groups HTTP/1.1" 200 1344 0.110565 10.0.0.27 - - [2026-01-08 03:25:24] "GET /project/5e9fe88c-8840-4b3f-84d3-db3c49344dd7?fields=security_groups HTTP/1.1" 200 1091 0.191228 10.0.0.27 - - [2026-01-08 03:25:24] "GET /project/537543d8-fb7a-457c-b0b9-1642956fb6ae?fields=security_groups HTTP/1.1" 200 1354 0.158335 10.0.0.27 - - [2026-01-08 03:25:24] "GET /project/11beaea5-ba9e-488e-8b4e-b7d305f2e8e0?fields=security_groups HTTP/1.1" 200 1357 0.203384 10.0.0.27 - - [2026-01-08 03:25:24] "GET /projects?obj_uuids=5e9fe88c-8840-4b3f-84d3-db3c49344dd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001366 10.0.0.27 - - [2026-01-08 03:25:25] "GET /project/46d67773-c596-451f-af9f-212dc4cea0aa?fields=security_groups HTTP/1.1" 200 1396 0.217227 10.0.0.27 - - [2026-01-08 03:25:25] "GET /project/5e9fe88c-8840-4b3f-84d3-db3c49344dd7?fields=application_policy_sets HTTP/1.1" 200 1386 0.124656 10.0.0.242 - - [2026-01-08 03:25:25] "DELETE /access-control-list/20629767-9570-41e3-a123-8d67f702f0f9 HTTP/1.1" 200 115 0.171329 10.0.0.27 - - [2026-01-08 03:25:25] "DELETE /security-group/b5105c3c-c121-49de-b5a6-7724360360e4 HTTP/1.1" 200 115 0.226918 10.0.0.27 - - [2026-01-08 03:25:25] "GET /projects?obj_uuids=cbd98f5f-cc4b-4e09-97a4-bba670b96faa&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001725 10.0.0.27 - - [2026-01-08 03:25:25] "DELETE /security-group/95eb01ea-1d78-42ca-95f6-0133fe9a657b HTTP/1.1" 200 115 0.239982 10.0.0.27 - - [2026-01-08 03:25:25] "GET /projects?obj_uuids=0c69dbf4-5b77-4f56-923c-621c0047e690&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001159 10.0.0.27 - - [2026-01-08 03:25:25] "DELETE /security-group/f32603e3-cad8-46b5-b2f4-fea88664ffb1 HTTP/1.1" 200 115 0.213098 10.0.0.27 - - [2026-01-08 03:25:25] "DELETE /security-group/5469d8e1-9275-4566-85b2-3821cb360087 HTTP/1.1" 200 115 0.251040 10.0.0.27 - - [2026-01-08 03:25:25] "GET /projects?obj_uuids=11beaea5-ba9e-488e-8b4e-b7d305f2e8e0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001272 10.0.0.27 - - [2026-01-08 03:25:25] "GET /projects?obj_uuids=537543d8-fb7a-457c-b0b9-1642956fb6ae&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002080 10.0.0.27 - - [2026-01-08 03:25:25] "GET /project/cbd98f5f-cc4b-4e09-97a4-bba670b96faa?fields=application_policy_sets HTTP/1.1" 200 1418 0.123999 10.0.0.27 - - [2026-01-08 03:25:25] "DELETE /security-group/1b50468c-4e5f-4b4c-adaa-3a0f3812f344 HTTP/1.1" 200 115 0.264281 10.0.0.27 - - [2026-01-08 03:25:25] "DELETE /project/5e9fe88c-8840-4b3f-84d3-db3c49344dd7 HTTP/1.1" 200 115 0.782680 10.0.0.27 - - [2026-01-08 03:25:25] "GET /projects?obj_uuids=46d67773-c596-451f-af9f-212dc4cea0aa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001151 10.0.0.27 - - [2026-01-08 03:25:25] "GET /project/11beaea5-ba9e-488e-8b4e-b7d305f2e8e0?fields=application_policy_sets HTTP/1.1" 200 1396 0.124192 10.0.0.27 - - [2026-01-08 03:25:25] "GET /project/0c69dbf4-5b77-4f56-923c-621c0047e690?fields=application_policy_sets HTTP/1.1" 200 1383 0.183932 10.0.0.27 - - [2026-01-08 03:25:25] "GET /project/537543d8-fb7a-457c-b0b9-1642956fb6ae?fields=application_policy_sets HTTP/1.1" 200 1393 0.170120 10.0.0.242 - - [2026-01-08 03:25:25] "DELETE /access-control-list/32643b75-642f-4e33-ac07-ee1ed15eb419 HTTP/1.1" 200 115 0.108932 10.0.0.27 - - [2026-01-08 03:25:25] "GET /project/46d67773-c596-451f-af9f-212dc4cea0aa?fields=application_policy_sets HTTP/1.1" 200 1435 0.117780 10.0.0.27 - - [2026-01-08 03:25:25] "DELETE /project/cbd98f5f-cc4b-4e09-97a4-bba670b96faa HTTP/1.1" 200 115 1.071276 10.0.0.242 - - [2026-01-08 03:25:25] "DELETE /access-control-list/662c6bfb-7b64-4b71-bbdf-c81f99cfe0fc HTTP/1.1" 200 115 0.074676 10.0.0.27 - - [2026-01-08 03:25:25] "DELETE /project/0c69dbf4-5b77-4f56-923c-621c0047e690 HTTP/1.1" 200 115 1.115236 10.0.0.27 - - [2026-01-08 03:25:25] "DELETE /project/11beaea5-ba9e-488e-8b4e-b7d305f2e8e0 HTTP/1.1" 200 115 1.108491 10.0.0.27 - - [2026-01-08 03:25:25] "DELETE /project/537543d8-fb7a-457c-b0b9-1642956fb6ae HTTP/1.1" 200 115 1.119842 10.0.0.27 - - [2026-01-08 03:25:25] "DELETE /project/46d67773-c596-451f-af9f-212dc4cea0aa HTTP/1.1" 200 115 1.191883 10.0.0.242 - - [2026-01-08 03:25:25] "DELETE /access-control-list/c6c3d73a-ee36-43b3-a625-f2ed445c7643 HTTP/1.1" 200 115 0.067539 10.0.0.242 - - [2026-01-08 03:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.242 - - [2026-01-08 03:25:26] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007817 10.0.0.242 - - [2026-01-08 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.242 - - [2026-01-08 03:25:30] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006720 10.0.0.242 - - [2026-01-08 03:25:32] "POST /neutron/port HTTP/1.1" 200 1122 0.019727 10.0.0.242 - - [2026-01-08 03:25:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.009290 10.0.0.242 - - [2026-01-08 03:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.242 - - [2026-01-08 03:25:35] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005466 10.0.0.242 - - [2026-01-08 03:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.242 - - [2026-01-08 03:25:39] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005839 10.0.0.242 - - [2026-01-08 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.242 - - [2026-01-08 03:25:43] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.009724 10.0.0.242 - - [2026-01-08 03:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.242 - - [2026-01-08 03:25:47] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004345 10.0.0.242 - - [2026-01-08 03:25:47] "GET /virtual-networks?parent_id=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003719 10.0.0.242 - - [2026-01-08 03:25:47] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006462 10.0.0.242 - - [2026-01-08 03:25:47] "POST /neutron/port HTTP/1.1" 200 1122 0.020546 10.0.0.242 - - [2026-01-08 03:25:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008066 10.0.0.242 - - [2026-01-08 03:25:57] "POST /neutron/port HTTP/1.1" 200 1122 0.019822 10.0.0.242 - - [2026-01-08 03:26:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007946 10.0.0.242 - - [2026-01-08 03:26:08] "POST /neutron/port HTTP/1.1" 200 1122 0.017092 10.0.0.242 - - [2026-01-08 03:26:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008074 10.0.0.242 - - [2026-01-08 03:26:08] "POST /neutron/network HTTP/1.1" 200 796 0.016110 10.0.0.242 - - [2026-01-08 03:26:08] "POST /id-to-fqname HTTP/1.1" 200 218 0.001551 10.0.0.242 - - [2026-01-08 03:26:08] "GET /virtual-machine/481f4629-fe2c-4030-83cd-0fd53c0a608e HTTP/1.1" 200 1289 0.004444 10.0.0.242 - - [2026-01-08 03:26:08] "GET /virtual-machine-interface/097b7da8-b7b4-4210-a232-6e15a7df6af0 HTTP/1.1" 200 2930 0.005418 10.0.0.242 - - [2026-01-08 03:26:08] "GET /instance-ip/85cb3248-4ce1-4b26-8a5f-9d21650c8cca HTTP/1.1" 200 1615 0.005788 10.0.0.242 - - [2026-01-08 03:26:08] "POST /fqname-to-id HTTP/1.1" 404 208 0.003255 10.0.0.242 - - [2026-01-08 03:26:08] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006570 10.0.0.27 - - [2026-01-08 03:26:08] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001592 10.0.0.242 - - [2026-01-08 03:26:08] "GET /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050719 10.0.0.242 - - [2026-01-08 03:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.242 - - [2026-01-08 03:26:08] "GET /security-group/9ae7ca8f-e5cd-42d7-9b56-f9c6e27a62d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3749 0.005085 10.0.0.242 - - [2026-01-08 03:26:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.074819 10.0.0.242 - - [2026-01-08 03:26:08] "POST /instance-ips HTTP/1.1" 200 357 0.035766 10.0.0.242 - - [2026-01-08 03:26:09] "GET /instance-ip/cfb6d2da-74e6-4a38-a9c6-54f4b145a41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.010089 10.0.0.242 - - [2026-01-08 03:26:09] "GET /virtual-machine-interface/6ee383db-f5c8-473d-b3e7-42e6eea63abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006487 10.0.0.242 - - [2026-01-08 03:26:09] "GET /virtual-machine-interface/6ee383db-f5c8-473d-b3e7-42e6eea63abc?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.007865 10.0.0.242 - - [2026-01-08 03:26:09] "GET /instance-ip/cfb6d2da-74e6-4a38-a9c6-54f4b145a41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.004665 10.0.0.242 - - [2026-01-08 03:26:09] "POST /id-to-fqname HTTP/1.1" 200 218 0.001359 10.0.0.242 - - [2026-01-08 03:26:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008515 10.0.0.242 - - [2026-01-08 03:26:09] "POST /neutron/network HTTP/1.1" 200 822 0.007019 10.0.0.242 - - [2026-01-08 03:26:09] "POST /neutron/port HTTP/1.1" 200 1122 0.021298 10.0.0.242 - - [2026-01-08 03:26:09] "POST /neutron/port HTTP/1.1" 200 117 0.006719 10.0.0.242 - - [2026-01-08 03:26:10] "POST /neutron/port HTTP/1.1" 200 965 0.011755 10.0.0.242 - - [2026-01-08 03:26:10] "POST /neutron/port HTTP/1.1" 200 1067 0.023523 10.0.0.242 - - [2026-01-08 03:26:10] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.242 - - [2026-01-08 03:26:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009989 10.0.0.242 - - [2026-01-08 03:26:15] "POST /neutron/port HTTP/1.1" 200 1067 0.016946 10.0.0.242 - - [2026-01-08 03:26:15] "GET /virtual-machine/74c28209-61bd-44f8-aae3-566bad3fe1a8 HTTP/1.1" 200 1268 0.006600 10.0.0.242 - - [2026-01-08 03:26:15] "GET /virtual-machine-interface/6ee383db-f5c8-473d-b3e7-42e6eea63abc HTTP/1.1" 200 2981 0.006500 10.0.0.242 - - [2026-01-08 03:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.242 - - [2026-01-08 03:26:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003469 10.0.0.242 - - [2026-01-08 03:26:15] "GET /virtual-networks?parent_id=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004413 10.0.0.242 - - [2026-01-08 03:26:15] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007877 10.0.0.242 - - [2026-01-08 03:26:17] "GET /obj-perms HTTP/1.1" 200 5075 0.052034 10.0.0.50 - - [2026-01-08 03:26:17] "GET /obj-perms HTTP/1.1" 200 5075 0.073897 10.0.0.242 - - [2026-01-08 03:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.242 - - [2026-01-08 03:26:18] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006628 10.0.0.242 - - [2026-01-08 03:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.242 - - [2026-01-08 03:26:22] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005997 10.0.0.242 - - [2026-01-08 03:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.242 - - [2026-01-08 03:26:26] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006478 10.0.0.242 - - [2026-01-08 03:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.242 - - [2026-01-08 03:26:30] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005430 10.0.0.242 - - [2026-01-08 03:26:32] "POST /neutron/port HTTP/1.1" 200 1122 0.015420 10.0.0.242 - - [2026-01-08 03:26:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.008989 10.0.0.242 - - [2026-01-08 03:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.242 - - [2026-01-08 03:26:34] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005946 10.0.0.242 - - [2026-01-08 03:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.242 - - [2026-01-08 03:26:38] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005845 10.0.0.242 - - [2026-01-08 03:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.242 - - [2026-01-08 03:26:42] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007082 10.0.0.242 - - [2026-01-08 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005062 10.0.0.242 - - [2026-01-08 03:26:47] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006768 10.0.0.242 - - [2026-01-08 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.242 - - [2026-01-08 03:26:51] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006415 10.0.0.242 - - [2026-01-08 03:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.242 - - [2026-01-08 03:26:55] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005599 10.0.0.242 - - [2026-01-08 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.242 - - [2026-01-08 03:26:57] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003553 10.0.0.242 - - [2026-01-08 03:26:57] "GET /virtual-networks?parent_id=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002587 10.0.0.242 - - [2026-01-08 03:26:57] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006154 10.0.0.242 - - [2026-01-08 03:26:57] "POST /neutron/port HTTP/1.1" 200 1067 0.023664 10.0.0.242 - - [2026-01-08 03:27:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008139 10.0.0.242 - - [2026-01-08 03:27:07] "POST /neutron/port HTTP/1.1" 200 1067 0.020517 10.0.0.242 - - [2026-01-08 03:27:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008201 10.0.0.242 - - [2026-01-08 03:27:18] "POST /id-to-fqname HTTP/1.1" 200 218 0.001535 10.0.0.27 - - [2026-01-08 03:27:18] "GET /obj-perms HTTP/1.1" 200 5075 0.061808 10.0.0.242 - - [2026-01-08 03:27:18] "POST /neutron/network HTTP/1.1" 200 832 0.008813 10.0.0.27 - - [2026-01-08 03:27:19] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.025394 10.0.0.242 - - [2026-01-08 03:27:19] "GET /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.106770 10.0.0.242 - - [2026-01-08 03:27:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008059 10.0.0.242 - - [2026-01-08 03:27:19] "POST /neutron/network HTTP/1.1" 200 832 0.007878 10.0.0.242 - - [2026-01-08 03:27:20] "POST /neutron/port HTTP/1.1" 200 1058 0.017245 10.0.0.242 - - [2026-01-08 03:27:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004824 10.0.0.242 - - [2026-01-08 03:27:20] "POST /neutron/network HTTP/1.1" 200 822 0.012062 10.0.0.242 - - [2026-01-08 03:27:24] "POST /neutron/port HTTP/1.1" 200 1122 0.029644 10.0.0.242 - - [2026-01-08 03:27:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009485 10.0.0.242 - - [2026-01-08 03:27:24] "GET /virtual-machine/023efb4b-67f1-405c-baa5-1e008fca02c1 HTTP/1.1" 200 1289 0.006529 10.0.0.242 - - [2026-01-08 03:27:24] "GET /virtual-machine-interface/19fe3d5e-8b33-4e8b-a358-25eefa16e9c8 HTTP/1.1" 200 2931 0.007065 10.0.0.242 - - [2026-01-08 03:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.242 - - [2026-01-08 03:27:24] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004477 10.0.0.242 - - [2026-01-08 03:27:24] "GET /virtual-networks?parent_id=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003649 10.0.0.242 - - [2026-01-08 03:27:24] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006521 10.0.0.242 - - [2026-01-08 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.242 - - [2026-01-08 03:27:27] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006324 10.0.0.242 - - [2026-01-08 03:27:30] "POST /neutron/network HTTP/1.1" 200 832 0.031074 10.0.0.242 - - [2026-01-08 03:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.001569 10.0.0.242 - - [2026-01-08 03:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.242 - - [2026-01-08 03:27:32] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008469 10.0.0.242 - - [2026-01-08 03:27:35] "POST /neutron/port HTTP/1.1" 200 1067 0.023959 10.0.0.242 - - [2026-01-08 03:27:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.011187 10.0.0.242 - - [2026-01-08 03:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.242 - - [2026-01-08 03:27:36] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007212 10.0.0.242 - - [2026-01-08 03:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.242 - - [2026-01-08 03:27:40] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006241 10.0.0.242 - - [2026-01-08 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.242 - - [2026-01-08 03:27:44] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005257 10.0.0.242 - - [2026-01-08 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.242 - - [2026-01-08 03:27:48] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005962 10.0.0.242 - - [2026-01-08 03:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.242 - - [2026-01-08 03:27:52] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005975 10.0.0.242 - - [2026-01-08 03:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.242 - - [2026-01-08 03:27:56] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006024 10.0.0.242 - - [2026-01-08 03:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.242 - - [2026-01-08 03:28:00] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005550 10.0.0.242 - - [2026-01-08 03:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.242 - - [2026-01-08 03:28:02] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003663 10.0.0.242 - - [2026-01-08 03:28:02] "GET /virtual-networks?parent_id=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003942 10.0.0.242 - - [2026-01-08 03:28:02] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007217 10.0.0.242 - - [2026-01-08 03:28:03] "POST /neutron/port HTTP/1.1" 200 1122 0.021331 10.0.0.242 - - [2026-01-08 03:28:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008051 10.0.0.242 - - [2026-01-08 03:28:13] "POST /neutron/port HTTP/1.1" 200 1122 0.021134 10.0.0.50 - - [2026-01-08 03:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000695 10.0.0.50 - - [2026-01-08 03:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000598 10.0.0.27 - - [2026-01-08 03:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000646 10.0.0.242 - - [2026-01-08 03:28:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012953 10.0.0.27 - - [2026-01-08 03:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.50 - - [2026-01-08 03:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.50 - - [2026-01-08 03:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.27 - - [2026-01-08 03:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.27 - - [2026-01-08 03:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000553 10.0.0.242 - - [2026-01-08 03:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000597 10.0.0.242 - - [2026-01-08 03:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.242 - - [2026-01-08 03:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.242 - - [2026-01-08 03:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.242 - - [2026-01-08 03:28:23] "POST /neutron/port HTTP/1.1" 200 1122 0.017716 10.0.0.242 - - [2026-01-08 03:28:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008120 10.0.0.242 - - [2026-01-08 03:28:24] "POST /neutron/network HTTP/1.1" 200 796 0.015006 10.0.0.242 - - [2026-01-08 03:28:24] "POST /id-to-fqname HTTP/1.1" 200 218 0.001480 10.0.0.242 - - [2026-01-08 03:28:24] "GET /virtual-machine/023efb4b-67f1-405c-baa5-1e008fca02c1 HTTP/1.1" 200 1289 0.004739 10.0.0.242 - - [2026-01-08 03:28:24] "GET /virtual-machine-interface/19fe3d5e-8b33-4e8b-a358-25eefa16e9c8 HTTP/1.1" 200 2931 0.006181 10.0.0.242 - - [2026-01-08 03:28:24] "GET /instance-ip/4edcb873-14b2-4b5f-97bd-8964198adc4b HTTP/1.1" 200 1616 0.007571 10.0.0.242 - - [2026-01-08 03:28:24] "GET /virtual-machine-interface/19fe3d5e-8b33-4e8b-a358-25eefa16e9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.006298 10.0.0.242 - - [2026-01-08 03:28:24] "PUT /virtual-machine-interface/19fe3d5e-8b33-4e8b-a358-25eefa16e9c8 HTTP/1.1" 200 284 0.015380 10.0.0.242 - - [2026-01-08 03:28:30] "POST /neutron/port HTTP/1.1" 200 1122 0.022430 10.0.0.242 - - [2026-01-08 03:28:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.009356 10.0.0.242 - - [2026-01-08 03:28:36] "POST /neutron/port HTTP/1.1" 200 1122 0.017120 10.0.0.242 - - [2026-01-08 03:28:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003960 10.0.0.242 - - [2026-01-08 03:28:36] "POST /neutron/network HTTP/1.1" 200 822 0.008236 10.0.0.242 - - [2026-01-08 03:29:31] "POST /neutron/network HTTP/1.1" 200 832 0.006707 10.0.0.242 - - [2026-01-08 03:29:31] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.242 - - [2026-01-08 03:29:38] "POST /neutron/port HTTP/1.1" 200 1067 0.020370 10.0.0.242 - - [2026-01-08 03:29:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.010907 10.0.0.242 - - [2026-01-08 03:29:48] "DELETE /instance-ip/cfb6d2da-74e6-4a38-a9c6-54f4b145a41a HTTP/1.1" 200 115 0.047926 10.0.0.242 - - [2026-01-08 03:29:48] "DELETE /virtual-machine-interface/6ee383db-f5c8-473d-b3e7-42e6eea63abc HTTP/1.1" 200 115 0.094285 10.0.0.242 - - [2026-01-08 03:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.242 - - [2026-01-08 03:29:48] "GET /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006275 10.0.0.242 - - [2026-01-08 03:29:48] "PUT /virtual-network/87b510a3-378e-4975-b3b6-5c8aba1821a2 HTTP/1.1" 200 264 0.051369 10.0.0.242 - - [2026-01-08 03:29:49] "POST /neutron/network HTTP/1.1" 200 822 0.008562 10.0.0.242 - - [2026-01-08 03:29:49] "POST /neutron/port HTTP/1.1" 200 1112 0.014018 10.0.0.242 - - [2026-01-08 03:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.047651 10.0.0.242 - - [2026-01-08 03:29:49] "POST /neutron/port HTTP/1.1" 200 1112 0.015822 10.0.0.27 - - [2026-01-08 03:29:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003897 10.0.0.27 - - [2026-01-08 03:29:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003096 10.0.0.242 - - [2026-01-08 03:29:51] "POST /neutron/network HTTP/1.1" 200 151 0.128278 10.0.0.242 - - [2026-01-08 03:29:51] "DELETE /route-target/618f3192-dd44-4d9b-a3c4-871d32f7eb8d HTTP/1.1" 200 115 0.034194 10.0.0.27 - - [2026-01-08 03:29:52] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001590 10.0.0.242 - - [2026-01-08 03:29:52] "GET /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.088502 10.0.0.27 - - [2026-01-08 03:29:52] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001505 10.0.0.242 - - [2026-01-08 03:29:52] "GET /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5?fields=virtual_networks HTTP/1.1" 200 1028 0.052501 10.0.0.27 - - [2026-01-08 03:29:53] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.242 - - [2026-01-08 03:29:53] "GET /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.046636 10.0.0.27 - - [2026-01-08 03:29:53] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001524 10.0.0.242 - - [2026-01-08 03:29:53] "GET /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5?fields=security_groups HTTP/1.1" 200 1252 0.057781 10.0.0.242 - - [2026-01-08 03:29:54] "POST /fqname-to-id HTTP/1.1" 404 185 0.039190 10.0.0.27 - - [2026-01-08 03:29:54] "GET /projects?obj_uuids=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003329 10.0.0.27 - - [2026-01-08 03:29:54] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001775 10.0.0.27 - - [2026-01-08 03:29:54] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.047731 10.0.0.27 - - [2026-01-08 03:29:54] "POST /id-to-fqname HTTP/1.1" 200 187 0.001216 10.0.0.27 - - [2026-01-08 03:29:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.011050 10.0.0.27 - - [2026-01-08 03:29:54] "POST /security-groups HTTP/1.1" 200 588 0.081206 10.0.0.27 - - [2026-01-08 03:29:54] "POST /projects HTTP/1.1" 200 579 0.331671 10.0.0.27 - - [2026-01-08 03:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.369085 10.0.0.242 - - [2026-01-08 03:29:54] "POST /fqname-to-id HTTP/1.1" 404 230 0.011278 10.0.0.242 - - [2026-01-08 03:29:54] "GET /project/cab9486c-c6f2-40df-9e89-bcfb337c4263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.577249 10.0.0.242 - - [2026-01-08 03:29:56] "GET / HTTP/1.1" 200 35931 0.002066 10.0.0.242 - - [2026-01-08 03:29:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000524 10.0.0.242 - - [2026-01-08 03:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.068858 10.0.0.27 - - [2026-01-08 03:29:58] "GET /projects?obj_uuids=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001197 10.0.0.242 - - [2026-01-08 03:29:58] "GET /project/cab9486c-c6f2-40df-9e89-bcfb337c4263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.052439 10.0.0.242 - - [2026-01-08 03:29:58] "POST /neutron/network HTTP/1.1" 200 117 0.061149 10.0.0.242 - - [2026-01-08 03:29:58] "POST /ref-update HTTP/1.1" 200 156 0.024299 10.0.0.242 - - [2026-01-08 03:29:59] "POST /neutron/network HTTP/1.1" 200 830 0.010572 10.0.0.242 - - [2026-01-08 03:29:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001235 10.0.0.242 - - [2026-01-08 03:29:59] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005308 10.0.0.242 - - [2026-01-08 03:29:59] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007023 10.0.0.242 - - [2026-01-08 03:29:59] "POST /neutron/subnet HTTP/1.1" 200 730 0.009174 10.0.0.242 - - [2026-01-08 03:29:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.002898 10.0.0.242 - - [2026-01-08 03:29:59] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004992 10.0.0.242 - - [2026-01-08 03:29:59] "GET /virtual-machine-interface/4bc9191b-8b89-4daa-a663-4c053d47ce99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.008877 10.0.0.242 - - [2026-01-08 03:29:59] "GET /virtual-machine-interface/4bc9191b-8b89-4daa-a663-4c053d47ce99?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.010432 10.0.0.242 - - [2026-01-08 03:29:59] "GET /instance-ip/0cc60e69-ecac-45b2-b9bc-ec00b37b4674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.005847 10.0.0.242 - - [2026-01-08 03:29:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001434 10.0.0.27 - - [2026-01-08 03:30:00] "GET /projects?obj_uuids=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001129 10.0.0.242 - - [2026-01-08 03:30:00] "GET /project/cab9486c-c6f2-40df-9e89-bcfb337c4263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.094537 10.0.0.242 - - [2026-01-08 03:30:00] "POST /neutron/network HTTP/1.1" 200 830 0.007860 10.0.0.242 - - [2026-01-08 03:30:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001403 10.0.0.242 - - [2026-01-08 03:30:00] "POST /neutron/port HTTP/1.1" 200 117 0.006994 10.0.0.242 - - [2026-01-08 03:30:01] "POST /neutron/network HTTP/1.1" 200 830 0.009033 10.0.0.242 - - [2026-01-08 03:30:01] "POST /neutron/network HTTP/1.1" 200 840 0.009760 10.0.0.242 - - [2026-01-08 03:30:01] "POST /neutron/port HTTP/1.1" 200 117 0.007250 10.0.0.27 - - [2026-01-08 03:30:01] "GET /projects?obj_uuids=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001426 10.0.0.242 - - [2026-01-08 03:30:01] "GET /project/cab9486c-c6f2-40df-9e89-bcfb337c4263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.063319 10.0.0.242 - - [2026-01-08 03:30:01] "POST /fqname-to-id HTTP/1.1" 404 208 0.003675 10.0.0.242 - - [2026-01-08 03:30:01] "POST /interface-route-tables HTTP/1.1" 200 556 0.042945 10.0.0.242 - - [2026-01-08 03:30:01] "GET /interface-route-table/f7fe7ac4-7acf-4c5d-8db4-711be2e55733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.011230 10.0.0.242 - - [2026-01-08 03:30:01] "POST /neutron/port HTTP/1.1" 200 1112 0.118377 10.0.0.242 - - [2026-01-08 03:30:02] "POST /neutron/subnet HTTP/1.1" 200 704 0.009794 10.0.0.242 - - [2026-01-08 03:30:02] "POST /neutron/network HTTP/1.1" 200 840 0.006575 10.0.0.242 - - [2026-01-08 03:30:02] "POST /neutron/port HTTP/1.1" 200 984 0.014274 10.0.0.242 - - [2026-01-08 03:30:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004004 10.0.0.242 - - [2026-01-08 03:30:02] "POST /neutron/network HTTP/1.1" 200 830 0.007763 10.0.0.242 - - [2026-01-08 03:30:02] "GET /virtual-machine-interface/4bc9191b-8b89-4daa-a663-4c053d47ce99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.011102 10.0.0.242 - - [2026-01-08 03:30:02] "POST /ref-update HTTP/1.1" 200 156 0.023123 10.0.0.242 - - [2026-01-08 03:30:07] "POST /neutron/port HTTP/1.1" 200 1122 0.017617 10.0.0.242 - - [2026-01-08 03:30:08] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008242 10.0.0.242 - - [2026-01-08 03:30:08] "POST /neutron/port HTTP/1.1" 200 1122 0.020684 10.0.0.242 - - [2026-01-08 03:30:08] "GET /virtual-machine/4362ff4e-0f0a-41f6-9aed-2ff598ba026c HTTP/1.1" 401 293 0.000479 10.0.0.242 - - [2026-01-08 03:30:08] "GET /virtual-machine/4362ff4e-0f0a-41f6-9aed-2ff598ba026c HTTP/1.1" 200 1289 0.050947 10.0.0.242 - - [2026-01-08 03:30:08] "GET /virtual-machine/4362ff4e-0f0a-41f6-9aed-2ff598ba026c HTTP/1.1" 200 1289 0.004924 10.0.0.242 - - [2026-01-08 03:30:08] "GET /virtual-machine-interface/c33e494e-7bbb-4829-bdbf-a636d61af7ed HTTP/1.1" 200 2939 0.005608 10.0.0.242 - - [2026-01-08 03:30:08] "GET /virtual-machine/4362ff4e-0f0a-41f6-9aed-2ff598ba026c HTTP/1.1" 200 1289 0.004877 10.0.0.242 - - [2026-01-08 03:30:08] "GET /virtual-machine-interface/c33e494e-7bbb-4829-bdbf-a636d61af7ed HTTP/1.1" 200 2939 0.005772 10.0.0.242 - - [2026-01-08 03:30:08] "GET /instance-ip/9f5fd659-8ad2-44d0-83d0-17b4af0971b0 HTTP/1.1" 200 1619 0.007378 10.0.0.242 - - [2026-01-08 03:30:08] "GET /virtual-machine/4362ff4e-0f0a-41f6-9aed-2ff598ba026c HTTP/1.1" 200 1289 0.004487 10.0.0.242 - - [2026-01-08 03:30:08] "GET /virtual-machine-interface/c33e494e-7bbb-4829-bdbf-a636d61af7ed HTTP/1.1" 200 2939 0.005610 10.0.0.242 - - [2026-01-08 03:30:08] "GET /instance-ip/9f5fd659-8ad2-44d0-83d0-17b4af0971b0 HTTP/1.1" 200 1619 0.004302 10.0.0.242 - - [2026-01-08 03:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.242 - - [2026-01-08 03:30:08] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003632 10.0.0.242 - - [2026-01-08 03:30:08] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002922 10.0.0.242 - - [2026-01-08 03:30:08] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006341 10.0.0.242 - - [2026-01-08 03:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.242 - - [2026-01-08 03:30:08] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004030 10.0.0.242 - - [2026-01-08 03:30:08] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003738 10.0.0.242 - - [2026-01-08 03:30:09] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009235 10.0.0.242 - - [2026-01-08 03:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.242 - - [2026-01-08 03:30:09] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004670 10.0.0.242 - - [2026-01-08 03:30:09] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003330 10.0.0.242 - - [2026-01-08 03:30:09] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005971 10.0.0.242 - - [2026-01-08 03:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.242 - - [2026-01-08 03:30:09] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004419 10.0.0.242 - - [2026-01-08 03:30:09] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003823 10.0.0.242 - - [2026-01-08 03:30:09] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006957 10.0.0.242 - - [2026-01-08 03:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.242 - - [2026-01-08 03:30:09] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004240 10.0.0.242 - - [2026-01-08 03:30:09] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003291 10.0.0.242 - - [2026-01-08 03:30:09] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006400 10.0.0.242 - - [2026-01-08 03:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.242 - - [2026-01-08 03:30:09] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004809 10.0.0.242 - - [2026-01-08 03:30:09] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003669 10.0.0.242 - - [2026-01-08 03:30:09] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006114 10.0.0.242 - - [2026-01-08 03:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.242 - - [2026-01-08 03:30:09] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004890 10.0.0.242 - - [2026-01-08 03:30:09] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002878 10.0.0.242 - - [2026-01-08 03:30:09] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006413 10.0.0.242 - - [2026-01-08 03:30:12] "POST /neutron/security_group HTTP/1.1" 200 2055 0.034066 10.0.0.242 - - [2026-01-08 03:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.242 - - [2026-01-08 03:30:12] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005589 10.0.0.242 - - [2026-01-08 03:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.242 - - [2026-01-08 03:30:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004389 10.0.0.242 - - [2026-01-08 03:30:14] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004643 10.0.0.242 - - [2026-01-08 03:30:14] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006227 10.0.0.242 - - [2026-01-08 03:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.242 - - [2026-01-08 03:30:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003794 10.0.0.242 - - [2026-01-08 03:30:15] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002600 10.0.0.242 - - [2026-01-08 03:30:15] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005905 10.0.0.242 - - [2026-01-08 03:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.242 - - [2026-01-08 03:30:15] "GET /routing-instance/d454f3eb-df11-4574-b32b-0a513b01ce74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004641 10.0.0.242 - - [2026-01-08 03:30:15] "GET /route-target/c7b9487e-6c6c-45e1-b4dc-e2f596c46724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004861 10.0.0.242 - - [2026-01-08 03:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.242 - - [2026-01-08 03:30:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003917 10.0.0.242 - - [2026-01-08 03:30:15] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004313 10.0.0.242 - - [2026-01-08 03:30:15] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006356 10.0.0.242 - - [2026-01-08 03:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.242 - - [2026-01-08 03:30:15] "GET /routing-instance/d454f3eb-df11-4574-b32b-0a513b01ce74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004858 10.0.0.242 - - [2026-01-08 03:30:15] "GET /route-target/c7b9487e-6c6c-45e1-b4dc-e2f596c46724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004336 10.0.0.242 - - [2026-01-08 03:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.242 - - [2026-01-08 03:30:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005449 10.0.0.242 - - [2026-01-08 03:30:15] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004065 10.0.0.242 - - [2026-01-08 03:30:15] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006441 10.0.0.242 - - [2026-01-08 03:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.242 - - [2026-01-08 03:30:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004534 10.0.0.242 - - [2026-01-08 03:30:16] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003476 10.0.0.242 - - [2026-01-08 03:30:16] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006278 10.0.0.242 - - [2026-01-08 03:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.242 - - [2026-01-08 03:30:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004403 10.0.0.242 - - [2026-01-08 03:30:16] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003825 10.0.0.242 - - [2026-01-08 03:30:16] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006844 10.0.0.27 - - [2026-01-08 03:30:18] "GET /obj-perms HTTP/1.1" 200 5043 0.054351 10.0.0.242 - - [2026-01-08 03:30:21] "GET /obj-perms HTTP/1.1" 200 5075 0.055974 10.0.0.27 - - [2026-01-08 03:30:22] "GET /obj-perms HTTP/1.1" 200 5043 0.004120 10.0.0.27 - - [2026-01-08 03:30:26] "DELETE /project/cab9486cc6f240df9e89bcfb337c4263 HTTP/1.1" 404 173 0.010252 10.0.0.27 - - [2026-01-08 03:30:26] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001951 10.0.0.27 - - [2026-01-08 03:30:26] "GET /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.095668 10.0.0.27 - - [2026-01-08 03:30:26] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001528 10.0.0.27 - - [2026-01-08 03:30:26] "GET /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5?fields=security_groups HTTP/1.1" 200 1098 0.089451 10.0.0.27 - - [2026-01-08 03:30:26] "GET /projects?obj_uuids=1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001196 10.0.0.27 - - [2026-01-08 03:30:26] "GET /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5?fields=application_policy_sets HTTP/1.1" 404 185 0.029745 10.0.0.27 - - [2026-01-08 03:30:26] "DELETE /project/1e35cc9c-08bf-46ee-b1ac-a21b0f62dba5 HTTP/1.1" 404 171 0.335515 10.0.0.27 - - [2026-01-08 03:30:27] "GET /obj-perms HTTP/1.1" 200 5043 0.004706 10.0.0.242 - - [2026-01-08 03:30:27] "GET /obj-perms HTTP/1.1" 200 5043 0.053383 10.0.0.50 - - [2026-01-08 03:30:27] "GET /obj-perms HTTP/1.1" 200 5043 0.058004 10.0.0.242 - - [2026-01-08 03:30:27] "GET /obj-perms HTTP/1.1" 200 5043 0.005357 10.0.0.242 - - [2026-01-08 03:30:28] "POST /neutron/port HTTP/1.1" 200 1086 0.019097 10.0.0.242 - - [2026-01-08 03:30:28] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007642 10.0.0.242 - - [2026-01-08 03:30:28] "GET /virtual-machine/764762de-4d10-4907-a96f-54e46e8b3791 HTTP/1.1" 200 1267 0.005880 10.0.0.242 - - [2026-01-08 03:30:28] "GET /virtual-machine-interface/4bc9191b-8b89-4daa-a663-4c053d47ce99 HTTP/1.1" 200 3150 0.005564 10.0.0.242 - - [2026-01-08 03:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.242 - - [2026-01-08 03:30:28] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003878 10.0.0.242 - - [2026-01-08 03:30:28] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003060 10.0.0.242 - - [2026-01-08 03:30:28] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006488 10.0.0.242 - - [2026-01-08 03:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.242 - - [2026-01-08 03:30:29] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004139 10.0.0.242 - - [2026-01-08 03:30:29] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002908 10.0.0.242 - - [2026-01-08 03:30:29] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009645 10.0.0.242 - - [2026-01-08 03:30:30] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006339 10.0.0.50 - - [2026-01-08 03:30:30] "GET /obj-perms HTTP/1.1" 200 5043 0.003836 10.0.0.27 - - [2026-01-08 03:30:30] "GET /obj-perms HTTP/1.1" 200 5043 0.004511 10.0.0.242 - - [2026-01-08 03:30:30] "GET /virtual-machine/4362ff4e-0f0a-41f6-9aed-2ff598ba026c HTTP/1.1" 200 1289 0.004105 10.0.0.242 - - [2026-01-08 03:30:31] "POST /neutron/port HTTP/1.1" 200 1122 0.020647 10.0.0.242 - - [2026-01-08 03:30:31] "POST /neutron/port HTTP/1.1" 200 1086 0.035815 10.0.0.242 - - [2026-01-08 03:30:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004656 10.0.0.242 - - [2026-01-08 03:30:31] "POST /neutron/network HTTP/1.1" 200 830 0.006818 10.0.0.242 - - [2026-01-08 03:30:32] "GET /virtual-machine/4362ff4e-0f0a-41f6-9aed-2ff598ba026c HTTP/1.1" 404 171 0.003788 10.0.0.242 - - [2026-01-08 03:30:32] "GET /virtual-machine/4362ff4e-0f0a-41f6-9aed-2ff598ba026c HTTP/1.1" 404 171 0.002795 10.0.0.242 - - [2026-01-08 03:30:32] "GET /virtual-machine/4362ff4e-0f0a-41f6-9aed-2ff598ba026c HTTP/1.1" 404 171 0.003060 10.0.0.242 - - [2026-01-08 03:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.242 - - [2026-01-08 03:30:33] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003791 10.0.0.242 - - [2026-01-08 03:30:33] "GET /virtual-networks?parent_id=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002950 10.0.0.242 - - [2026-01-08 03:30:33] "GET /virtual-network/5ae3a5df-e13c-409f-9e1e-1f1f34adeffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006076 10.0.0.242 - - [2026-01-08 03:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.242 - - [2026-01-08 03:30:33] "GET /routing-instance/d454f3eb-df11-4574-b32b-0a513b01ce74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005307 10.0.0.242 - - [2026-01-08 03:30:33] "GET /route-target/c7b9487e-6c6c-45e1-b4dc-e2f596c46724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004562 10.0.0.242 - - [2026-01-08 03:30:33] "GET /obj-perms HTTP/1.1" 200 5043 0.003970 10.0.0.50 - - [2026-01-08 03:30:39] "GET /obj-perms HTTP/1.1" 200 5043 0.004177 10.0.0.242 - - [2026-01-08 03:30:42] "GET /obj-perms HTTP/1.1" 200 5043 0.004276 10.0.0.50 - - [2026-01-08 03:30:48] "GET /obj-perms HTTP/1.1" 200 5043 0.004795 10.0.0.242 - - [2026-01-08 03:30:51] "GET /obj-perms HTTP/1.1" 200 5043 0.004591 10.0.0.50 - - [2026-01-08 03:30:57] "GET /obj-perms HTTP/1.1" 200 5043 0.005176 10.0.0.242 - - [2026-01-08 03:30:57] "GET /obj-perms HTTP/1.1" 200 5043 0.004889 10.0.0.242 - - [2026-01-08 03:30:57] "GET /interface-route-table/f7fe7ac4-7acf-4c5d-8db4-711be2e55733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.004051 10.0.0.242 - - [2026-01-08 03:30:57] "GET /virtual-machine-interface/4bc9191b-8b89-4daa-a663-4c053d47ce99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.005104 10.0.0.242 - - [2026-01-08 03:30:58] "POST /ref-update HTTP/1.1" 200 156 0.015665 10.0.0.242 - - [2026-01-08 03:30:58] "DELETE /interface-route-table/f7fe7ac4-7acf-4c5d-8db4-711be2e55733 HTTP/1.1" 200 115 0.034427 10.0.0.242 - - [2026-01-08 03:30:58] "POST /neutron/network HTTP/1.1" 200 830 0.008787 10.0.0.242 - - [2026-01-08 03:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.27 - - [2026-01-08 03:31:00] "GET /projects?obj_uuids=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001044 10.0.0.242 - - [2026-01-08 03:31:00] "GET /project/cab9486c-c6f2-40df-9e89-bcfb337c4263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.051080 10.0.0.27 - - [2026-01-08 03:31:00] "GET /projects?obj_uuids=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001173 10.0.0.242 - - [2026-01-08 03:31:00] "GET /project/cab9486c-c6f2-40df-9e89-bcfb337c4263?fields=virtual_networks HTTP/1.1" 200 1027 0.052706 10.0.0.27 - - [2026-01-08 03:31:00] "GET /projects?obj_uuids=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001178 10.0.0.242 - - [2026-01-08 03:31:00] "GET /project/cab9486c-c6f2-40df-9e89-bcfb337c4263?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.044010 10.0.0.27 - - [2026-01-08 03:31:00] "GET /projects?obj_uuids=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001411 10.0.0.242 - - [2026-01-08 03:31:00] "GET /project/cab9486c-c6f2-40df-9e89-bcfb337c4263?fields=security_groups HTTP/1.1" 200 1250 0.038374 10.0.0.242 - - [2026-01-08 03:31:01] "POST /fqname-to-id HTTP/1.1" 404 192 0.031442 10.0.0.27 - - [2026-01-08 03:31:01] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004374 10.0.0.27 - - [2026-01-08 03:31:01] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001787 10.0.0.27 - - [2026-01-08 03:31:01] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009042 10.0.0.27 - - [2026-01-08 03:31:01] "POST /id-to-fqname HTTP/1.1" 200 194 0.005781 10.0.0.27 - - [2026-01-08 03:31:01] "POST /fqname-to-id HTTP/1.1" 404 203 0.006110 10.0.0.27 - - [2026-01-08 03:31:01] "POST /security-groups HTTP/1.1" 200 595 0.034200 10.0.0.27 - - [2026-01-08 03:31:01] "POST /projects HTTP/1.1" 200 593 0.259487 10.0.0.242 - - [2026-01-08 03:31:01] "POST /access-control-lists HTTP/1.1" 200 600 0.030374 10.0.0.27 - - [2026-01-08 03:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.342234 10.0.0.242 - - [2026-01-08 03:31:01] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.508102 10.0.0.242 - - [2026-01-08 03:31:02] "GET / HTTP/1.1" 200 35931 0.002306 10.0.0.242 - - [2026-01-08 03:31:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000601 10.0.0.242 - - [2026-01-08 03:31:03] "POST /neutron/port HTTP/1.1" 400 205 0.005808 10.0.0.242 - - [2026-01-08 03:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.055888 10.0.0.27 - - [2026-01-08 03:31:03] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001024 10.0.0.242 - - [2026-01-08 03:31:03] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.042801 10.0.0.242 - - [2026-01-08 03:31:04] "POST /route-targets HTTP/1.1" 200 327 0.015286 10.0.0.27 - - [2026-01-08 03:31:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007520 10.0.0.242 - - [2026-01-08 03:31:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.250954 10.0.0.242 - - [2026-01-08 03:31:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001381 10.0.0.242 - - [2026-01-08 03:31:04] "GET /virtual-network/60f29ae3-57d3-4ea9-b7f1-3d7566ed825c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005658 10.0.0.242 - - [2026-01-08 03:31:04] "GET /virtual-network/60f29ae3-57d3-4ea9-b7f1-3d7566ed825c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005726 10.0.0.242 - - [2026-01-08 03:31:04] "POST /neutron/network HTTP/1.1" 200 827 0.006375 10.0.0.242 - - [2026-01-08 03:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.27 - - [2026-01-08 03:31:04] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000915 10.0.0.242 - - [2026-01-08 03:31:04] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.045628 10.0.0.27 - - [2026-01-08 03:31:04] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001170 10.0.0.242 - - [2026-01-08 03:31:04] "POST /neutron/network HTTP/1.1" 200 609 0.131903 10.0.0.242 - - [2026-01-08 03:31:04] "POST /ref-update HTTP/1.1" 200 156 0.027180 10.0.0.242 - - [2026-01-08 03:31:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.003688 10.0.0.242 - - [2026-01-08 03:31:05] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005972 10.0.0.242 - - [2026-01-08 03:31:05] "POST /neutron/network HTTP/1.1" 200 827 0.007197 10.0.0.242 - - [2026-01-08 03:31:05] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005528 10.0.0.242 - - [2026-01-08 03:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.27 - - [2026-01-08 03:31:05] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000851 10.0.0.242 - - [2026-01-08 03:31:05] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.058893 10.0.0.242 - - [2026-01-08 03:31:05] "POST /neutron/network HTTP/1.1" 200 117 0.016479 10.0.0.242 - - [2026-01-08 03:31:05] "POST /neutron/network HTTP/1.1" 200 827 0.010492 10.0.0.242 - - [2026-01-08 03:31:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001136 10.0.0.242 - - [2026-01-08 03:31:05] "GET /virtual-network/a0247c23-04c2-4f27-a3ff-79c5403e12ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006442 10.0.0.242 - - [2026-01-08 03:31:05] "GET /virtual-network/a0247c23-04c2-4f27-a3ff-79c5403e12ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006558 10.0.0.242 - - [2026-01-08 03:31:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.009608 10.0.0.242 - - [2026-01-08 03:31:05] "POST /fqname-to-id HTTP/1.1" 404 214 0.003693 10.0.0.242 - - [2026-01-08 03:31:05] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007964 10.0.0.242 - - [2026-01-08 03:31:06] "GET /virtual-machine-interface/78b0d353-1393-4668-8e83-7db1c6e9c188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.010743 10.0.0.242 - - [2026-01-08 03:31:06] "GET /virtual-machine-interface/78b0d353-1393-4668-8e83-7db1c6e9c188?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.011368 10.0.0.242 - - [2026-01-08 03:31:06] "GET /instance-ip/15c2d2b6-252c-4a7e-8564-6c055b3e8da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.006106 10.0.0.242 - - [2026-01-08 03:31:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.003578 10.0.0.242 - - [2026-01-08 03:31:06] "GET /virtual-network/60f29ae3-57d3-4ea9-b7f1-3d7566ed825c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009790 10.0.0.27 - - [2026-01-08 03:31:06] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001184 10.0.0.242 - - [2026-01-08 03:31:06] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.046897 10.0.0.242 - - [2026-01-08 03:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.242 - - [2026-01-08 03:31:06] "GET /security-group/140bc8e2-2179-4307-a43c-2f11bcbc8a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005558 10.0.0.242 - - [2026-01-08 03:31:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.117680 10.0.0.242 - - [2026-01-08 03:31:06] "POST /instance-ips HTTP/1.1" 200 357 0.066823 10.0.0.242 - - [2026-01-08 03:31:06] "GET /virtual-machine-interface/b1a9393d-10a4-4f44-a727-035f2a1fe152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006627 10.0.0.242 - - [2026-01-08 03:31:06] "GET /virtual-machine-interface/b1a9393d-10a4-4f44-a727-035f2a1fe152?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.011588 10.0.0.242 - - [2026-01-08 03:31:06] "GET /instance-ip/5566c5e4-0ba4-4be4-b610-71e115c3b5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.005008 10.0.0.242 - - [2026-01-08 03:31:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.003550 10.0.0.242 - - [2026-01-08 03:31:06] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006886 10.0.0.242 - - [2026-01-08 03:31:07] "GET /virtual-machine-interface/cb209398-8d6f-4c1a-8f09-7a227797842b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.013343 10.0.0.242 - - [2026-01-08 03:31:07] "GET /virtual-machine-interface/cb209398-8d6f-4c1a-8f09-7a227797842b?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.012309 10.0.0.242 - - [2026-01-08 03:31:07] "GET /instance-ip/6a2392e2-732f-4763-a358-315d762d6a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.006256 10.0.0.242 - - [2026-01-08 03:31:07] "POST /fqname-to-id HTTP/1.1" 404 214 0.003657 10.0.0.242 - - [2026-01-08 03:31:07] "GET /virtual-network/60f29ae3-57d3-4ea9-b7f1-3d7566ed825c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006943 10.0.0.27 - - [2026-01-08 03:31:07] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000965 10.0.0.242 - - [2026-01-08 03:31:07] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.043466 10.0.0.242 - - [2026-01-08 03:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.242 - - [2026-01-08 03:31:07] "GET /security-group/140bc8e2-2179-4307-a43c-2f11bcbc8a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.006177 10.0.0.242 - - [2026-01-08 03:31:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.112376 10.0.0.242 - - [2026-01-08 03:31:07] "POST /instance-ips HTTP/1.1" 200 357 0.034026 10.0.0.242 - - [2026-01-08 03:31:07] "GET /virtual-machine-interface/2db27802-e31f-4a53-9bf8-e28698b1ccaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.008747 10.0.0.242 - - [2026-01-08 03:31:07] "GET /virtual-machine-interface/2db27802-e31f-4a53-9bf8-e28698b1ccaa?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009001 10.0.0.242 - - [2026-01-08 03:31:07] "GET /instance-ip/d0e05f17-2bc9-43dc-9530-aef9b8160a24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004767 10.0.0.242 - - [2026-01-08 03:31:07] "POST /fqname-to-id HTTP/1.1" 404 214 0.003251 10.0.0.242 - - [2026-01-08 03:31:07] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007314 10.0.0.27 - - [2026-01-08 03:31:07] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001090 10.0.0.242 - - [2026-01-08 03:31:08] "POST /neutron/port HTTP/1.1" 200 989 0.273758 10.0.0.242 - - [2026-01-08 03:31:08] "GET /virtual-machine-interface/c8250fff-e706-4200-8d2a-71970850a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.006816 10.0.0.242 - - [2026-01-08 03:31:08] "GET /virtual-machine-interface/c8250fff-e706-4200-8d2a-71970850a4b6?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.006116 10.0.0.242 - - [2026-01-08 03:31:08] "GET /instance-ip/8531a191-b99e-4feb-8dcc-4da06afc53dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004571 10.0.0.242 - - [2026-01-08 03:31:08] "POST /fqname-to-id HTTP/1.1" 404 214 0.003912 10.0.0.242 - - [2026-01-08 03:31:08] "GET /virtual-network/a0247c23-04c2-4f27-a3ff-79c5403e12ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007135 10.0.0.27 - - [2026-01-08 03:31:08] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001202 10.0.0.242 - - [2026-01-08 03:31:08] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049426 10.0.0.242 - - [2026-01-08 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.242 - - [2026-01-08 03:31:08] "GET /security-group/140bc8e2-2179-4307-a43c-2f11bcbc8a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004654 10.0.0.242 - - [2026-01-08 03:31:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.102955 10.0.0.242 - - [2026-01-08 03:31:08] "POST /instance-ips HTTP/1.1" 200 357 0.052172 10.0.0.242 - - [2026-01-08 03:31:08] "GET /virtual-machine-interface/f5132fe0-966a-46ee-8ff7-66074bb2603c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005879 10.0.0.242 - - [2026-01-08 03:31:08] "GET /virtual-machine-interface/f5132fe0-966a-46ee-8ff7-66074bb2603c?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009219 10.0.0.242 - - [2026-01-08 03:31:08] "GET /instance-ip/34e8418e-a22e-4fc4-93cf-c4fff679f963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004842 10.0.0.242 - - [2026-01-08 03:31:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001406 10.0.0.242 - - [2026-01-08 03:31:10] "POST /neutron/network HTTP/1.1" 200 827 0.030258 10.0.0.242 - - [2026-01-08 03:31:10] "POST /neutron/port HTTP/1.1" 200 989 0.014383 10.0.0.242 - - [2026-01-08 03:31:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001621 10.0.0.242 - - [2026-01-08 03:31:10] "POST /neutron/network HTTP/1.1" 200 837 0.006625 10.0.0.242 - - [2026-01-08 03:31:11] "POST /neutron/port HTTP/1.1" 200 989 0.046672 10.0.0.27 - - [2026-01-08 03:31:11] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001221 10.0.0.242 - - [2026-01-08 03:31:11] "POST /neutron/port HTTP/1.1" 200 1091 0.018970 10.0.0.242 - - [2026-01-08 03:31:11] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.137184 10.0.0.242 - - [2026-01-08 03:31:11] "POST /neutron/network HTTP/1.1" 200 827 0.012921 10.0.0.242 - - [2026-01-08 03:31:12] "POST /neutron/port HTTP/1.1" 200 1091 0.020884 10.0.0.242 - - [2026-01-08 03:31:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001494 10.0.0.242 - - [2026-01-08 03:31:12] "POST /neutron/port HTTP/1.1" 200 1091 0.021469 10.0.0.242 - - [2026-01-08 03:31:12] "POST /neutron/port HTTP/1.1" 200 989 0.015866 10.0.0.27 - - [2026-01-08 03:31:12] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001251 10.0.0.242 - - [2026-01-08 03:31:12] "POST /neutron/port HTTP/1.1" 200 1063 0.268812 10.0.0.242 - - [2026-01-08 03:31:12] "POST /neutron/port HTTP/1.1" 200 989 0.019966 10.0.0.242 - - [2026-01-08 03:31:13] "POST /neutron/port HTTP/1.1" 200 2012 0.027987 10.0.0.242 - - [2026-01-08 03:31:13] "POST /neutron/port HTTP/1.1" 200 117 0.008985 10.0.0.242 - - [2026-01-08 03:31:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.009097 10.0.0.242 - - [2026-01-08 03:31:13] "POST /route-targets HTTP/1.1" 200 327 0.019343 10.0.0.242 - - [2026-01-08 03:31:13] "POST /neutron/router HTTP/1.1" 200 598 0.011114 10.0.0.27 - - [2026-01-08 03:31:13] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001233 10.0.0.242 - - [2026-01-08 03:31:13] "POST /neutron/port HTTP/1.1" 200 989 0.010936 10.0.0.242 - - [2026-01-08 03:31:14] "POST /neutron/router HTTP/1.1" 200 344 0.376749 10.0.0.242 - - [2026-01-08 03:31:14] "POST /neutron/port HTTP/1.1" 200 1091 0.033113 10.0.0.242 - - [2026-01-08 03:31:14] "POST /ref-update HTTP/1.1" 200 156 0.021719 10.0.0.242 - - [2026-01-08 03:31:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.013028 10.0.0.242 - - [2026-01-08 03:31:14] "POST /neutron/network HTTP/1.1" 200 827 0.011201 10.0.0.242 - - [2026-01-08 03:31:14] "POST /neutron/port HTTP/1.1" 200 1091 0.018281 10.0.0.242 - - [2026-01-08 03:31:14] "GET /virtual-machine/1735f785-8638-4786-bea2-4e7bd4af2e7c HTTP/1.1" 401 293 0.000450 10.0.0.242 - - [2026-01-08 03:31:14] "GET /virtual-machine/1735f785-8638-4786-bea2-4e7bd4af2e7c HTTP/1.1" 200 1274 0.039107 10.0.0.242 - - [2026-01-08 03:31:14] "GET /virtual-machine-interface/78b0d353-1393-4668-8e83-7db1c6e9c188 HTTP/1.1" 200 3187 0.005262 10.0.0.242 - - [2026-01-08 03:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.242 - - [2026-01-08 03:31:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008026 10.0.0.242 - - [2026-01-08 03:31:14] "GET /virtual-networks?parent_id=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003066 10.0.0.242 - - [2026-01-08 03:31:15] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006198 10.0.0.242 - - [2026-01-08 03:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.242 - - [2026-01-08 03:31:18] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005690 10.0.0.242 - - [2026-01-08 03:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.242 - - [2026-01-08 03:31:22] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005875 10.0.0.242 - - [2026-01-08 03:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.242 - - [2026-01-08 03:31:26] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005607 10.0.0.27 - - [2026-01-08 03:31:26] "DELETE /project/020b5dd5f9b740a0b306d097af87040a HTTP/1.1" 404 173 0.016626 10.0.0.27 - - [2026-01-08 03:31:26] "GET /projects?obj_uuids=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001967 10.0.0.27 - - [2026-01-08 03:31:26] "GET /project/cab9486c-c6f2-40df-9e89-bcfb337c4263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.114505 10.0.0.27 - - [2026-01-08 03:31:26] "GET /projects?obj_uuids=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001621 10.0.0.27 - - [2026-01-08 03:31:26] "GET /project/cab9486c-c6f2-40df-9e89-bcfb337c4263?fields=security_groups HTTP/1.1" 200 1097 0.085223 10.0.0.27 - - [2026-01-08 03:31:26] "GET /projects?obj_uuids=cab9486c-c6f2-40df-9e89-bcfb337c4263&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001193 10.0.0.27 - - [2026-01-08 03:31:26] "GET /project/cab9486c-c6f2-40df-9e89-bcfb337c4263?fields=application_policy_sets HTTP/1.1" 200 1394 0.046982 10.0.0.27 - - [2026-01-08 03:31:26] "DELETE /project/cab9486c-c6f2-40df-9e89-bcfb337c4263 HTTP/1.1" 404 171 0.367194 10.0.0.242 - - [2026-01-08 03:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.242 - - [2026-01-08 03:31:30] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005766 10.0.0.242 - - [2026-01-08 03:31:31] "POST /neutron/port HTTP/1.1" 200 1127 0.018964 10.0.0.242 - - [2026-01-08 03:31:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.009666 10.0.0.242 - - [2026-01-08 03:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.242 - - [2026-01-08 03:31:34] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006639 10.0.0.242 - - [2026-01-08 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.242 - - [2026-01-08 03:31:38] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008244 10.0.0.242 - - [2026-01-08 03:31:40] "POST /neutron/port HTTP/1.1" 200 1091 0.017729 10.0.0.242 - - [2026-01-08 03:31:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004561 10.0.0.242 - - [2026-01-08 03:31:40] "POST /neutron/network HTTP/1.1" 200 827 0.007505 10.0.0.242 - - [2026-01-08 03:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.242 - - [2026-01-08 03:31:42] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005678 10.0.0.242 - - [2026-01-08 03:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.242 - - [2026-01-08 03:31:46] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005987 10.0.0.242 - - [2026-01-08 03:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005479 10.0.0.242 - - [2026-01-08 03:31:50] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005991 10.0.0.242 - - [2026-01-08 03:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.242 - - [2026-01-08 03:31:55] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007367 10.0.0.242 - - [2026-01-08 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.242 - - [2026-01-08 03:31:59] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005797 10.0.0.242 - - [2026-01-08 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.242 - - [2026-01-08 03:32:01] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004996 10.0.0.242 - - [2026-01-08 03:32:01] "GET /virtual-networks?parent_id=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003533 10.0.0.242 - - [2026-01-08 03:32:01] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006701 10.0.0.242 - - [2026-01-08 03:32:06] "POST /neutron/port HTTP/1.1" 200 1091 0.019270 10.0.0.242 - - [2026-01-08 03:32:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006920 10.0.0.242 - - [2026-01-08 03:32:11] "POST /neutron/port HTTP/1.1" 200 1127 0.018392 10.0.0.242 - - [2026-01-08 03:32:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006599 10.0.0.242 - - [2026-01-08 03:32:22] "POST /neutron/port HTTP/1.1" 200 1127 0.018248 10.0.0.242 - - [2026-01-08 03:32:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007706 10.0.0.242 - - [2026-01-08 03:32:22] "GET /virtual-machine/d3858ca8-686a-448a-97a4-81e8dfe5f03d HTTP/1.1" 200 1297 0.006410 10.0.0.242 - - [2026-01-08 03:32:22] "GET /virtual-machine-interface/cabec8c4-69ff-45a5-b6e3-5e232292108c HTTP/1.1" 200 2962 0.005349 10.0.0.242 - - [2026-01-08 03:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.242 - - [2026-01-08 03:32:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003966 10.0.0.242 - - [2026-01-08 03:32:22] "GET /virtual-networks?parent_id=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004032 10.0.0.242 - - [2026-01-08 03:32:22] "GET /virtual-network/a0247c23-04c2-4f27-a3ff-79c5403e12ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007232 10.0.0.50 - - [2026-01-08 03:32:22] "GET /obj-perms HTTP/1.1" 200 5075 0.059366 10.0.0.242 - - [2026-01-08 03:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.242 - - [2026-01-08 03:32:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004214 10.0.0.242 - - [2026-01-08 03:32:23] "GET /virtual-networks?parent_id=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003411 10.0.0.242 - - [2026-01-08 03:32:23] "GET /virtual-network/a0247c23-04c2-4f27-a3ff-79c5403e12ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005960 10.0.0.242 - - [2026-01-08 03:32:23] "POST /neutron/port HTTP/1.1" 200 1091 0.022581 10.0.0.242 - - [2026-01-08 03:32:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008280 10.0.0.242 - - [2026-01-08 03:32:24] "GET /virtual-machine/582a3954-d80f-48b6-8b1b-f7a0cd82cfd8 HTTP/1.1" 200 1274 0.006245 10.0.0.242 - - [2026-01-08 03:32:24] "GET /virtual-machine-interface/c8250fff-e706-4200-8d2a-71970850a4b6 HTTP/1.1" 200 3188 0.005606 10.0.0.242 - - [2026-01-08 03:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.242 - - [2026-01-08 03:32:24] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004531 10.0.0.242 - - [2026-01-08 03:32:24] "GET /virtual-networks?parent_id=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003287 10.0.0.242 - - [2026-01-08 03:32:24] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007261 10.0.0.242 - - [2026-01-08 03:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.242 - - [2026-01-08 03:32:25] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004184 10.0.0.242 - - [2026-01-08 03:32:25] "GET /virtual-networks?parent_id=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003077 10.0.0.242 - - [2026-01-08 03:32:25] "GET /virtual-network/92f573e4-a7a3-4f73-8d39-1d22557c23d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006384 10.0.0.242 - - [2026-01-08 03:32:32] "POST /neutron/port HTTP/1.1" 200 1127 0.048150 10.0.0.242 - - [2026-01-08 03:32:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004480 10.0.0.242 - - [2026-01-08 03:32:33] "POST /neutron/network HTTP/1.1" 200 827 0.007644 10.0.0.242 - - [2026-01-08 03:32:42] "POST /neutron/network HTTP/1.1" 200 837 0.007904 10.0.0.242 - - [2026-01-08 03:32:42] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.50 - - [2026-01-08 03:33:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.50 - - [2026-01-08 03:33:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.27 - - [2026-01-08 03:33:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.27 - - [2026-01-08 03:33:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.50 - - [2026-01-08 03:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.50 - - [2026-01-08 03:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000626 10.0.0.27 - - [2026-01-08 03:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.27 - - [2026-01-08 03:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.242 - - [2026-01-08 03:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.242 - - [2026-01-08 03:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.242 - - [2026-01-08 03:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.242 - - [2026-01-08 03:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.27 - - [2026-01-08 03:33:22] "GET /obj-perms HTTP/1.1" 200 5075 0.061996 10.0.0.242 - - [2026-01-08 03:33:23] "GET /obj-perms HTTP/1.1" 200 5075 0.057949 10.0.0.242 - - [2026-01-08 03:33:32] "POST /neutron/port HTTP/1.1" 200 1127 0.020188 10.0.0.242 - - [2026-01-08 03:33:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.009169 10.0.0.242 - - [2026-01-08 03:33:44] "POST /neutron/port HTTP/1.1" 200 1091 0.020369 10.0.0.242 - - [2026-01-08 03:33:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004606 10.0.0.242 - - [2026-01-08 03:33:44] "POST /neutron/network HTTP/1.1" 200 827 0.007439 10.0.0.242 - - [2026-01-08 03:33:54] "POST /ref-update HTTP/1.1" 200 156 0.020907 10.0.0.242 - - [2026-01-08 03:33:54] "POST /neutron/router HTTP/1.1" 200 598 0.013591 10.0.0.242 - - [2026-01-08 03:33:54] "POST /neutron/router HTTP/1.1" 200 151 0.074928 10.0.0.242 - - [2026-01-08 03:33:54] "DELETE /route-target/81adf11c-ac73-4de1-997c-93ce0150d17e HTTP/1.1" 200 115 0.047228 10.0.0.242 - - [2026-01-08 03:33:55] "POST /neutron/port HTTP/1.1" 200 151 0.208945 10.0.0.242 - - [2026-01-08 03:33:56] "DELETE /instance-ip/34e8418e-a22e-4fc4-93cf-c4fff679f963 HTTP/1.1" 200 115 0.057147 10.0.0.242 - - [2026-01-08 03:33:56] "DELETE /virtual-machine-interface/f5132fe0-966a-46ee-8ff7-66074bb2603c HTTP/1.1" 200 115 0.086635 10.0.0.242 - - [2026-01-08 03:33:56] "DELETE /instance-ip/d0e05f17-2bc9-43dc-9530-aef9b8160a24 HTTP/1.1" 200 115 0.125841 10.0.0.242 - - [2026-01-08 03:33:56] "DELETE /virtual-machine-interface/2db27802-e31f-4a53-9bf8-e28698b1ccaa HTTP/1.1" 200 115 0.074242 10.0.0.242 - - [2026-01-08 03:33:56] "POST /neutron/port HTTP/1.1" 200 989 0.013904 10.0.0.242 - - [2026-01-08 03:33:57] "DELETE /instance-ip/5566c5e4-0ba4-4be4-b610-71e115c3b5ae HTTP/1.1" 200 115 0.054284 10.0.0.242 - - [2026-01-08 03:33:57] "DELETE /virtual-machine-interface/b1a9393d-10a4-4f44-a727-035f2a1fe152 HTTP/1.1" 200 115 0.074124 10.0.0.242 - - [2026-01-08 03:33:57] "POST /neutron/port HTTP/1.1" 200 151 0.209428 10.0.0.242 - - [2026-01-08 03:33:57] "POST /neutron/network HTTP/1.1" 200 827 0.007084 10.0.0.242 - - [2026-01-08 03:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007458 10.0.0.242 - - [2026-01-08 03:33:58] "DELETE /route-target/974b6530-8c50-4762-b51a-323c1ebfd3fb HTTP/1.1" 200 115 0.035938 10.0.0.27 - - [2026-01-08 03:33:58] "POST /useragent-kv HTTP/1.1" 200 115 0.047966 10.0.0.27 - - [2026-01-08 03:33:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005404 10.0.0.242 - - [2026-01-08 03:33:58] "POST /neutron/network HTTP/1.1" 200 151 0.190319 10.0.0.27 - - [2026-01-08 03:33:58] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001048 10.0.0.242 - - [2026-01-08 03:33:58] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.093491 10.0.0.27 - - [2026-01-08 03:33:58] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001097 10.0.0.242 - - [2026-01-08 03:33:58] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?fields=virtual_networks HTTP/1.1" 200 1039 0.047290 10.0.0.27 - - [2026-01-08 03:33:58] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001474 10.0.0.242 - - [2026-01-08 03:33:58] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.041714 10.0.0.27 - - [2026-01-08 03:33:58] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001173 10.0.0.242 - - [2026-01-08 03:33:58] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?fields=security_groups HTTP/1.1" 200 1269 0.045119 10.0.0.242 - - [2026-01-08 03:33:59] "POST /fqname-to-id HTTP/1.1" 404 187 0.026006 10.0.0.27 - - [2026-01-08 03:33:59] "GET /projects?obj_uuids=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004178 10.0.0.27 - - [2026-01-08 03:33:59] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.27 - - [2026-01-08 03:33:59] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007869 10.0.0.27 - - [2026-01-08 03:33:59] "POST /id-to-fqname HTTP/1.1" 200 189 0.001696 10.0.0.27 - - [2026-01-08 03:33:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.006393 10.0.0.27 - - [2026-01-08 03:33:59] "POST /security-groups HTTP/1.1" 200 590 0.080840 10.0.0.27 - - [2026-01-08 03:33:59] "POST /projects HTTP/1.1" 200 583 0.296436 10.0.0.27 - - [2026-01-08 03:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.331800 10.0.0.242 - - [2026-01-08 03:33:59] "POST /fqname-to-id HTTP/1.1" 404 232 0.002802 10.0.0.242 - - [2026-01-08 03:33:59] "GET /project/70c9dd17-cb25-42ae-b37c-0fab2c159dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.483211 10.0.0.242 - - [2026-01-08 03:34:00] "POST /neutron/port HTTP/1.1" 200 117 0.007133 10.0.0.242 - - [2026-01-08 03:34:01] "GET / HTTP/1.1" 200 35931 0.002144 10.0.0.242 - - [2026-01-08 03:34:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000487 10.0.0.242 - - [2026-01-08 03:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.069804 10.0.0.27 - - [2026-01-08 03:34:03] "GET /projects?obj_uuids=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001097 10.0.0.242 - - [2026-01-08 03:34:03] "GET /project/70c9dd17-cb25-42ae-b37c-0fab2c159dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.047280 10.0.0.27 - - [2026-01-08 03:34:03] "GET /projects?obj_uuids=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001508 10.0.0.242 - - [2026-01-08 03:34:03] "POST /neutron/network HTTP/1.1" 200 604 0.158062 10.0.0.242 - - [2026-01-08 03:34:03] "POST /ref-update HTTP/1.1" 200 156 0.026016 10.0.0.242 - - [2026-01-08 03:34:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.003364 10.0.0.242 - - [2026-01-08 03:34:03] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006229 10.0.0.242 - - [2026-01-08 03:34:03] "POST /neutron/network HTTP/1.1" 200 823 0.008736 10.0.0.242 - - [2026-01-08 03:34:03] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005495 10.0.0.242 - - [2026-01-08 03:34:04] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007434 10.0.0.242 - - [2026-01-08 03:34:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.002200 10.0.0.242 - - [2026-01-08 03:34:06] "POST /neutron/network HTTP/1.1" 200 833 0.007655 10.0.0.27 - - [2026-01-08 03:34:06] "GET /projects?obj_uuids=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001785 10.0.0.242 - - [2026-01-08 03:34:06] "GET /project/70c9dd17-cb25-42ae-b37c-0fab2c159dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.066048 10.0.0.242 - - [2026-01-08 03:34:07] "POST /neutron/port HTTP/1.1" 200 117 0.009125 10.0.0.242 - - [2026-01-08 03:34:07] "POST /id-to-fqname HTTP/1.1" 200 219 0.001507 10.0.0.242 - - [2026-01-08 03:34:07] "POST /neutron/network HTTP/1.1" 200 833 0.008026 10.0.0.242 - - [2026-01-08 03:34:07] "POST /neutron/port HTTP/1.1" 200 1059 0.017747 10.0.0.242 - - [2026-01-08 03:34:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007222 10.0.0.27 - - [2026-01-08 03:34:08] "GET /projects?obj_uuids=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001537 10.0.0.242 - - [2026-01-08 03:34:08] "GET /project/70c9dd17-cb25-42ae-b37c-0fab2c159dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.102302 10.0.0.242 - - [2026-01-08 03:34:08] "POST /neutron/network HTTP/1.1" 200 823 0.006934 10.0.0.242 - - [2026-01-08 03:34:08] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009388 10.0.0.242 - - [2026-01-08 03:34:08] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008427 10.0.0.242 - - [2026-01-08 03:34:09] "POST /neutron/port HTTP/1.1" 200 1059 0.017207 10.0.0.242 - - [2026-01-08 03:34:09] "POST /neutron/port HTTP/1.1" 200 1123 0.024623 10.0.0.242 - - [2026-01-08 03:34:09] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.242 - - [2026-01-08 03:34:13] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007311 10.0.0.242 - - [2026-01-08 03:34:14] "POST /neutron/port HTTP/1.1" 200 1123 0.020524 10.0.0.242 - - [2026-01-08 03:34:14] "GET /virtual-machine/2285ff07-8563-4188-94c9-79b77350569f HTTP/1.1" 401 293 0.000502 10.0.0.242 - - [2026-01-08 03:34:14] "GET /virtual-machine/2285ff07-8563-4188-94c9-79b77350569f HTTP/1.1" 200 1291 0.038887 10.0.0.242 - - [2026-01-08 03:34:14] "GET /virtual-machine-interface/d5724a47-119f-4004-99b4-2423cbb9ec7b HTTP/1.1" 200 2937 0.006571 10.0.0.242 - - [2026-01-08 03:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.242 - - [2026-01-08 03:34:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003877 10.0.0.242 - - [2026-01-08 03:34:14] "GET /virtual-networks?parent_id=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002710 10.0.0.242 - - [2026-01-08 03:34:14] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005985 10.0.0.242 - - [2026-01-08 03:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.242 - - [2026-01-08 03:34:17] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006824 10.0.0.242 - - [2026-01-08 03:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.242 - - [2026-01-08 03:34:21] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005938 10.0.0.242 - - [2026-01-08 03:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.242 - - [2026-01-08 03:34:25] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007446 10.0.0.27 - - [2026-01-08 03:34:27] "DELETE /project/70c9dd17cb2542aeb37c0fab2c159dc1 HTTP/1.1" 404 173 0.006090 10.0.0.27 - - [2026-01-08 03:34:27] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000966 10.0.0.27 - - [2026-01-08 03:34:27] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.073245 10.0.0.27 - - [2026-01-08 03:34:27] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001266 10.0.0.27 - - [2026-01-08 03:34:27] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?fields=security_groups HTTP/1.1" 200 1374 0.058199 10.0.0.27 - - [2026-01-08 03:34:27] "DELETE /security-group/140bc8e2-2179-4307-a43c-2f11bcbc8a0e HTTP/1.1" 404 177 0.003668 10.0.0.27 - - [2026-01-08 03:34:27] "GET /projects?obj_uuids=020b5dd5-f9b7-40a0-b306-d097af87040a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001275 10.0.0.27 - - [2026-01-08 03:34:27] "GET /project/020b5dd5-f9b7-40a0-b306-d097af87040a?fields=application_policy_sets HTTP/1.1" 200 1413 0.079934 10.0.0.27 - - [2026-01-08 03:34:27] "DELETE /project/020b5dd5-f9b7-40a0-b306-d097af87040a HTTP/1.1" 200 115 0.421085 10.0.0.242 - - [2026-01-08 03:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.242 - - [2026-01-08 03:34:29] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005836 10.0.0.242 - - [2026-01-08 03:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.242 - - [2026-01-08 03:34:34] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006322 10.0.0.242 - - [2026-01-08 03:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.242 - - [2026-01-08 03:34:38] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006665 10.0.0.242 - - [2026-01-08 03:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008007 10.0.0.242 - - [2026-01-08 03:34:42] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005969 10.0.0.242 - - [2026-01-08 03:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.242 - - [2026-01-08 03:34:46] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005275 10.0.0.242 - - [2026-01-08 03:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.242 - - [2026-01-08 03:34:50] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005904 10.0.0.242 - - [2026-01-08 03:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.242 - - [2026-01-08 03:34:54] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005670 10.0.0.242 - - [2026-01-08 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.242 - - [2026-01-08 03:34:58] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005862 10.0.0.242 - - [2026-01-08 03:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.242 - - [2026-01-08 03:35:02] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005919 10.0.0.242 - - [2026-01-08 03:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.242 - - [2026-01-08 03:35:06] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004000 10.0.0.242 - - [2026-01-08 03:35:06] "GET /virtual-networks?parent_id=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003155 10.0.0.242 - - [2026-01-08 03:35:06] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006576 10.0.0.242 - - [2026-01-08 03:35:07] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009485 10.0.0.242 - - [2026-01-08 03:35:17] "POST /neutron/port HTTP/1.1" 200 1123 0.019703 10.0.0.242 - - [2026-01-08 03:35:17] "POST /neutron/security_group HTTP/1.1" 200 2057 0.038136 10.0.0.242 - - [2026-01-08 03:35:22] "POST /neutron/port HTTP/1.1" 200 1123 0.020982 10.0.0.50 - - [2026-01-08 03:35:24] "GET /obj-perms HTTP/1.1" 200 5075 0.054610 10.0.0.242 - - [2026-01-08 03:35:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008015 10.0.0.242 - - [2026-01-08 03:35:33] "POST /neutron/port HTTP/1.1" 200 1123 0.017733 10.0.0.242 - - [2026-01-08 03:35:33] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007612 10.0.0.242 - - [2026-01-08 03:35:33] "GET /virtual-machine/0293d9db-890f-4f38-a427-d739a2f5cfd4 HTTP/1.1" 200 1290 0.005673 10.0.0.242 - - [2026-01-08 03:35:33] "GET /virtual-machine-interface/52ad2927-d906-4f98-a71f-2fccadec4e93 HTTP/1.1" 200 2936 0.005827 10.0.0.242 - - [2026-01-08 03:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.242 - - [2026-01-08 03:35:33] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003843 10.0.0.242 - - [2026-01-08 03:35:33] "GET /virtual-networks?parent_id=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003143 10.0.0.242 - - [2026-01-08 03:35:33] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006810 10.0.0.242 - - [2026-01-08 03:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.242 - - [2026-01-08 03:35:34] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003841 10.0.0.242 - - [2026-01-08 03:35:34] "GET /virtual-networks?parent_id=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003904 10.0.0.242 - - [2026-01-08 03:35:34] "GET /virtual-network/bf9cc9ae-8cba-4331-8515-3ad61c2d8e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006592 10.0.0.242 - - [2026-01-08 03:35:46] "POST /neutron/network HTTP/1.1" 200 833 0.006933 10.0.0.242 - - [2026-01-08 03:35:46] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.27 - - [2026-01-08 03:36:25] "GET /obj-perms HTTP/1.1" 200 5075 0.052467 10.0.0.242 - - [2026-01-08 03:36:25] "GET /obj-perms HTTP/1.1" 200 5075 0.062671 10.0.0.242 - - [2026-01-08 03:36:46] "POST /neutron/port HTTP/1.1" 200 1123 0.044416 10.0.0.242 - - [2026-01-08 03:36:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.009181 10.0.0.242 - - [2026-01-08 03:36:56] "POST /neutron/network HTTP/1.1" 200 823 0.009830 10.0.0.242 - - [2026-01-08 03:36:56] "POST /neutron/port HTTP/1.1" 200 1113 0.030778 10.0.0.242 - - [2026-01-08 03:36:56] "POST /neutron/port HTTP/1.1" 200 1113 0.015341 10.0.0.27 - - [2026-01-08 03:36:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006014 10.0.0.27 - - [2026-01-08 03:36:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002629 10.0.0.242 - - [2026-01-08 03:36:58] "POST /neutron/network HTTP/1.1" 200 151 0.146769 10.0.0.242 - - [2026-01-08 03:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.059361 10.0.0.27 - - [2026-01-08 03:37:00] "GET /projects?obj_uuids=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001082 10.0.0.242 - - [2026-01-08 03:37:00] "GET /project/70c9dd17-cb25-42ae-b37c-0fab2c159dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.087664 10.0.0.27 - - [2026-01-08 03:37:00] "GET /projects?obj_uuids=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001046 10.0.0.242 - - [2026-01-08 03:37:00] "GET /project/70c9dd17-cb25-42ae-b37c-0fab2c159dc1?fields=virtual_networks HTTP/1.1" 200 1030 0.048899 10.0.0.27 - - [2026-01-08 03:37:00] "GET /projects?obj_uuids=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001555 10.0.0.242 - - [2026-01-08 03:37:00] "GET /project/70c9dd17-cb25-42ae-b37c-0fab2c159dc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.042300 10.0.0.27 - - [2026-01-08 03:37:00] "GET /projects?obj_uuids=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001012 10.0.0.242 - - [2026-01-08 03:37:00] "GET /project/70c9dd17-cb25-42ae-b37c-0fab2c159dc1?fields=security_groups HTTP/1.1" 200 1255 0.047102 10.0.0.242 - - [2026-01-08 03:37:01] "POST /fqname-to-id HTTP/1.1" 404 187 0.047210 10.0.0.27 - - [2026-01-08 03:37:01] "GET /projects?obj_uuids=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003459 10.0.0.27 - - [2026-01-08 03:37:01] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.27 - - [2026-01-08 03:37:01] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.043005 10.0.0.27 - - [2026-01-08 03:37:01] "POST /id-to-fqname HTTP/1.1" 200 189 0.009965 10.0.0.27 - - [2026-01-08 03:37:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.004591 10.0.0.27 - - [2026-01-08 03:37:01] "POST /security-groups HTTP/1.1" 200 590 0.040586 10.0.0.27 - - [2026-01-08 03:37:01] "POST /projects HTTP/1.1" 200 583 0.293670 10.0.0.27 - - [2026-01-08 03:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.336964 10.0.0.242 - - [2026-01-08 03:37:02] "POST /access-control-lists HTTP/1.1" 200 595 0.037446 10.0.0.242 - - [2026-01-08 03:37:02] "GET /project/f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.536182 10.0.0.242 - - [2026-01-08 03:37:03] "GET / HTTP/1.1" 200 35931 0.002371 10.0.0.242 - - [2026-01-08 03:37:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000517 10.0.0.242 - - [2026-01-08 03:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.068548 10.0.0.27 - - [2026-01-08 03:37:05] "GET /projects?obj_uuids=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001391 10.0.0.242 - - [2026-01-08 03:37:05] "GET /project/f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.040173 10.0.0.242 - - [2026-01-08 03:37:05] "POST /route-targets HTTP/1.1" 200 327 0.018441 10.0.0.27 - - [2026-01-08 03:37:06] "POST /useragent-kv HTTP/1.1" 200 115 0.007860 10.0.0.242 - - [2026-01-08 03:37:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.296995 10.0.0.242 - - [2026-01-08 03:37:06] "POST /id-to-fqname HTTP/1.1" 200 219 0.001377 10.0.0.242 - - [2026-01-08 03:37:06] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005641 10.0.0.242 - - [2026-01-08 03:37:06] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005586 10.0.0.242 - - [2026-01-08 03:37:06] "POST /neutron/network HTTP/1.1" 200 821 0.006186 10.0.0.242 - - [2026-01-08 03:37:06] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005962 10.0.0.242 - - [2026-01-08 03:37:08] "POST /id-to-fqname HTTP/1.1" 200 219 0.001727 10.0.0.27 - - [2026-01-08 03:37:09] "GET /projects?obj_uuids=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001178 10.0.0.242 - - [2026-01-08 03:37:09] "GET /project/f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.057435 10.0.0.242 - - [2026-01-08 03:37:09] "POST /neutron/network HTTP/1.1" 200 821 0.030317 10.0.0.242 - - [2026-01-08 03:37:09] "POST /id-to-fqname HTTP/1.1" 200 219 0.001373 10.0.0.242 - - [2026-01-08 03:37:09] "POST /neutron/port HTTP/1.1" 200 117 0.007797 10.0.0.27 - - [2026-01-08 03:37:09] "GET /projects?obj_uuids=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001472 10.0.0.242 - - [2026-01-08 03:37:10] "POST /neutron/port HTTP/1.1" 200 1057 0.287834 10.0.0.242 - - [2026-01-08 03:37:10] "POST /neutron/port HTTP/1.1" 200 1111 0.133337 10.0.0.27 - - [2026-01-08 03:37:10] "GET /projects?obj_uuids=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001163 10.0.0.242 - - [2026-01-08 03:37:10] "GET /project/f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.087073 10.0.0.242 - - [2026-01-08 03:37:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.009548 10.0.0.242 - - [2026-01-08 03:37:10] "POST /neutron/network HTTP/1.1" 200 821 0.007514 10.0.0.242 - - [2026-01-08 03:37:10] "POST /neutron/port HTTP/1.1" 200 117 0.006587 10.0.0.242 - - [2026-01-08 03:37:11] "POST /neutron/network HTTP/1.1" 200 831 0.006495 10.0.0.242 - - [2026-01-08 03:37:11] "POST /neutron/port HTTP/1.1" 200 1057 0.019799 10.0.0.242 - - [2026-01-08 03:37:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003935 10.0.0.242 - - [2026-01-08 03:37:11] "POST /neutron/network HTTP/1.1" 200 821 0.007558 10.0.0.242 - - [2026-01-08 03:37:15] "POST /neutron/port HTTP/1.1" 200 1121 0.019812 10.0.0.242 - - [2026-01-08 03:37:16] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007581 10.0.0.242 - - [2026-01-08 03:37:16] "GET /virtual-machine/09d5c748-84d2-427d-8170-6bf6a52423d6 HTTP/1.1" 401 293 0.000416 10.0.0.242 - - [2026-01-08 03:37:16] "GET /virtual-machine/09d5c748-84d2-427d-8170-6bf6a52423d6 HTTP/1.1" 200 1289 0.035069 10.0.0.242 - - [2026-01-08 03:37:16] "GET /virtual-machine-interface/6a7ef6e6-33cc-45e3-bfc3-18dc835b46d2 HTTP/1.1" 200 2936 0.005670 10.0.0.242 - - [2026-01-08 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.242 - - [2026-01-08 03:37:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003779 10.0.0.242 - - [2026-01-08 03:37:16] "GET /virtual-networks?parent_id=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002877 10.0.0.242 - - [2026-01-08 03:37:16] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006717 10.0.0.242 - - [2026-01-08 03:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.242 - - [2026-01-08 03:37:19] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005335 10.0.0.242 - - [2026-01-08 03:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.242 - - [2026-01-08 03:37:23] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.007393 10.0.0.242 - - [2026-01-08 03:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.242 - - [2026-01-08 03:37:27] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006360 10.0.0.27 - - [2026-01-08 03:37:28] "DELETE /project/f3eeaae428f4439bb6b15a9cf88a5cca HTTP/1.1" 404 173 0.012970 10.0.0.27 - - [2026-01-08 03:37:28] "GET /projects?obj_uuids=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001463 10.0.0.27 - - [2026-01-08 03:37:28] "GET /project/70c9dd17-cb25-42ae-b37c-0fab2c159dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.048662 10.0.0.27 - - [2026-01-08 03:37:28] "GET /projects?obj_uuids=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001689 10.0.0.27 - - [2026-01-08 03:37:28] "GET /project/70c9dd17-cb25-42ae-b37c-0fab2c159dc1?fields=security_groups HTTP/1.1" 200 1360 0.064226 10.0.0.27 - - [2026-01-08 03:37:28] "DELETE /security-group/432d924c-18ea-4583-8054-2c9807abf016 HTTP/1.1" 404 177 0.006356 10.0.0.27 - - [2026-01-08 03:37:28] "GET /projects?obj_uuids=70c9dd17-cb25-42ae-b37c-0fab2c159dc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001919 10.0.0.242 - - [2026-01-08 03:37:28] "DELETE /access-control-list/d9c62804-4408-40ac-94c1-d41b4eab8479 HTTP/1.1" 200 115 0.100873 10.0.0.27 - - [2026-01-08 03:37:28] "GET /project/70c9dd17-cb25-42ae-b37c-0fab2c159dc1?fields=application_policy_sets HTTP/1.1" 200 1399 0.126724 10.0.0.27 - - [2026-01-08 03:37:28] "DELETE /project/70c9dd17-cb25-42ae-b37c-0fab2c159dc1 HTTP/1.1" 200 115 0.469546 10.0.0.242 - - [2026-01-08 03:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.242 - - [2026-01-08 03:37:31] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005609 10.0.0.242 - - [2026-01-08 03:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.242 - - [2026-01-08 03:37:35] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006962 10.0.0.242 - - [2026-01-08 03:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.242 - - [2026-01-08 03:37:40] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005725 10.0.0.242 - - [2026-01-08 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005836 10.0.0.242 - - [2026-01-08 03:37:44] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006470 10.0.0.242 - - [2026-01-08 03:37:47] "POST /neutron/network HTTP/1.1" 200 831 0.011032 10.0.0.242 - - [2026-01-08 03:37:47] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.242 - - [2026-01-08 03:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.242 - - [2026-01-08 03:37:48] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005810 10.0.0.242 - - [2026-01-08 03:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.242 - - [2026-01-08 03:37:52] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005879 10.0.0.242 - - [2026-01-08 03:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.242 - - [2026-01-08 03:37:56] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006456 10.0.0.242 - - [2026-01-08 03:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.242 - - [2026-01-08 03:37:58] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004829 10.0.0.242 - - [2026-01-08 03:37:58] "GET /virtual-networks?parent_id=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003439 10.0.0.242 - - [2026-01-08 03:37:58] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.007171 10.0.0.242 - - [2026-01-08 03:37:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009866 10.0.0.242 - - [2026-01-08 03:38:09] "POST /neutron/port HTTP/1.1" 200 1121 0.017262 10.0.0.242 - - [2026-01-08 03:38:10] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007289 10.0.0.242 - - [2026-01-08 03:38:14] "POST /neutron/port HTTP/1.1" 200 1121 0.019044 10.0.0.50 - - [2026-01-08 03:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000604 10.0.0.50 - - [2026-01-08 03:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.27 - - [2026-01-08 03:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000625 10.0.0.27 - - [2026-01-08 03:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.50 - - [2026-01-08 03:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.50 - - [2026-01-08 03:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.242 - - [2026-01-08 03:38:19] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009584 10.0.0.27 - - [2026-01-08 03:38:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.27 - - [2026-01-08 03:38:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000600 10.0.0.242 - - [2026-01-08 03:38:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.242 - - [2026-01-08 03:38:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.242 - - [2026-01-08 03:38:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.242 - - [2026-01-08 03:38:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.242 - - [2026-01-08 03:38:24] "POST /neutron/port HTTP/1.1" 200 1121 0.020859 10.0.0.242 - - [2026-01-08 03:38:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008681 10.0.0.242 - - [2026-01-08 03:38:24] "GET /virtual-machine/fb26e9ff-8c3a-43a2-9c8f-d2a9cdb95349 HTTP/1.1" 200 1292 0.010101 10.0.0.242 - - [2026-01-08 03:38:24] "GET /virtual-machine-interface/cb4d43b5-cd7d-462a-8b2f-700aef37a513 HTTP/1.1" 200 2937 0.007662 10.0.0.242 - - [2026-01-08 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.242 - - [2026-01-08 03:38:24] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009455 10.0.0.242 - - [2026-01-08 03:38:24] "GET /virtual-networks?parent_id=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004333 10.0.0.242 - - [2026-01-08 03:38:24] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.008504 10.0.0.242 - - [2026-01-08 03:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.242 - - [2026-01-08 03:38:25] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004827 10.0.0.242 - - [2026-01-08 03:38:25] "GET /virtual-networks?parent_id=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004054 10.0.0.242 - - [2026-01-08 03:38:26] "GET /virtual-network/0ba582d8-dd94-4657-8103-6696b007a80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.007370 10.0.0.50 - - [2026-01-08 03:38:27] "GET /obj-perms HTTP/1.1" 200 5075 0.072606 10.0.0.242 - - [2026-01-08 03:38:48] "POST /neutron/network HTTP/1.1" 200 831 0.008385 10.0.0.242 - - [2026-01-08 03:38:48] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.242 - - [2026-01-08 03:39:26] "POST /neutron/network HTTP/1.1" 400 204 0.016334 10.0.0.242 - - [2026-01-08 03:39:27] "POST /neutron/port HTTP/1.1" 200 151 0.236109 10.0.0.242 - - [2026-01-08 03:39:27] "POST /neutron/port HTTP/1.1" 200 151 0.209976 10.0.0.27 - - [2026-01-08 03:39:27] "GET /obj-perms HTTP/1.1" 200 5075 0.053379 10.0.0.242 - - [2026-01-08 03:39:28] "GET /obj-perms HTTP/1.1" 200 5075 0.045580 10.0.0.27 - - [2026-01-08 03:39:30] "GET /projects?obj_uuids=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.036134 10.0.0.242 - - [2026-01-08 03:39:30] "GET /project/f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.088541 10.0.0.27 - - [2026-01-08 03:39:30] "GET /projects?obj_uuids=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001835 10.0.0.242 - - [2026-01-08 03:39:30] "GET /project/f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca?fields=virtual_networks HTTP/1.1" 200 1031 0.070279 10.0.0.27 - - [2026-01-08 03:39:30] "GET /projects?obj_uuids=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001121 10.0.0.242 - - [2026-01-08 03:39:30] "GET /project/f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.048753 10.0.0.27 - - [2026-01-08 03:39:30] "GET /projects?obj_uuids=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001303 10.0.0.242 - - [2026-01-08 03:39:30] "GET /project/f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca?fields=security_groups HTTP/1.1" 200 1256 0.041124 10.0.0.242 - - [2026-01-08 03:39:44] "GET / HTTP/1.1" 200 35931 0.001834 10.0.0.242 - - [2026-01-08 03:39:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000509 10.0.0.242 - - [2026-01-08 03:39:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.086025 10.0.0.27 - - [2026-01-08 03:39:46] "GET /projects?obj_uuids=d0b71475-fd38-4d15-b020-6943ed8d486f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003066 10.0.0.27 - - [2026-01-08 03:39:46] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.27 - - [2026-01-08 03:39:46] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008191 10.0.0.27 - - [2026-01-08 03:39:46] "POST /id-to-fqname HTTP/1.1" 200 203 0.004312 10.0.0.27 - - [2026-01-08 03:39:46] "POST /fqname-to-id HTTP/1.1" 404 212 0.004366 10.0.0.27 - - [2026-01-08 03:39:46] "POST /security-groups HTTP/1.1" 200 604 0.081052 10.0.0.242 - - [2026-01-08 03:39:46] "POST /fqname-to-id HTTP/1.1" 404 247 0.003613 10.0.0.27 - - [2026-01-08 03:39:46] "POST /projects HTTP/1.1" 200 611 0.294848 10.0.0.27 - - [2026-01-08 03:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.370392 10.0.0.242 - - [2026-01-08 03:39:46] "POST /access-control-lists HTTP/1.1" 200 607 0.031421 10.0.0.242 - - [2026-01-08 03:39:46] "GET /project/d0b71475-fd38-4d15-b020-6943ed8d486f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.540278 10.0.0.242 - - [2026-01-08 03:39:47] "GET / HTTP/1.1" 200 35931 0.002322 10.0.0.242 - - [2026-01-08 03:39:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000496 10.0.0.242 - - [2026-01-08 03:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.062014 10.0.0.27 - - [2026-01-08 03:39:48] "GET /projects?obj_uuids=d0b71475-fd38-4d15-b020-6943ed8d486f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001076 10.0.0.242 - - [2026-01-08 03:39:48] "GET /project/d0b71475-fd38-4d15-b020-6943ed8d486f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.041717 10.0.0.242 - - [2026-01-08 03:39:49] "POST /neutron/network HTTP/1.1" 200 117 0.045918 10.0.0.242 - - [2026-01-08 03:39:49] "POST /neutron/network HTTP/1.1" 200 838 0.012995 10.0.0.242 - - [2026-01-08 03:39:49] "POST /id-to-fqname HTTP/1.1" 200 234 0.002369 10.0.0.242 - - [2026-01-08 03:39:49] "GET /virtual-network/0f9b5754-9047-41b5-bca5-2fa95e30e168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007224 10.0.0.242 - - [2026-01-08 03:39:49] "GET /virtual-network/0f9b5754-9047-41b5-bca5-2fa95e30e168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007298 10.0.0.242 - - [2026-01-08 03:39:49] "POST /neutron/subnet HTTP/1.1" 200 719 0.013848 10.0.0.242 - - [2026-01-08 03:39:49] "POST /id-to-fqname HTTP/1.1" 200 234 0.001910 10.0.0.27 - - [2026-01-08 03:39:50] "GET /projects?obj_uuids=d0b71475-fd38-4d15-b020-6943ed8d486f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001131 10.0.0.242 - - [2026-01-08 03:39:50] "GET /project/d0b71475-fd38-4d15-b020-6943ed8d486f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.076238 10.0.0.242 - - [2026-01-08 03:39:50] "POST /neutron/port HTTP/1.1" 200 117 0.006116 10.0.0.242 - - [2026-01-08 03:39:51] "POST /id-to-fqname HTTP/1.1" 200 234 0.001392 10.0.0.242 - - [2026-01-08 03:39:51] "POST /neutron/network HTTP/1.1" 200 848 0.008326 10.0.0.242 - - [2026-01-08 03:39:51] "POST /neutron/port HTTP/1.1" 200 1072 0.020406 10.0.0.242 - - [2026-01-08 03:39:51] "POST /neutron/port HTTP/1.1" 200 1136 0.030710 10.0.0.27 - - [2026-01-08 03:39:52] "GET /projects?obj_uuids=d0b71475-fd38-4d15-b020-6943ed8d486f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001021 10.0.0.242 - - [2026-01-08 03:39:52] "GET /project/d0b71475-fd38-4d15-b020-6943ed8d486f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.089429 10.0.0.242 - - [2026-01-08 03:39:52] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.242 - - [2026-01-08 03:39:52] "POST /neutron/port HTTP/1.1" 200 1136 0.021393 10.0.0.242 - - [2026-01-08 03:39:52] "POST /neutron/network HTTP/1.1" 200 848 0.009455 10.0.0.242 - - [2026-01-08 03:39:52] "GET /virtual-network/0f9b5754-9047-41b5-bca5-2fa95e30e168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005673 10.0.0.242 - - [2026-01-08 03:39:53] "POST /neutron/port HTTP/1.1" 200 1072 0.034361 10.0.0.242 - - [2026-01-08 03:39:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004180 10.0.0.242 - - [2026-01-08 03:39:53] "POST /neutron/network HTTP/1.1" 200 838 0.008339 10.0.0.242 - - [2026-01-08 03:39:54] "POST /neutron/port HTTP/1.1" 200 1136 0.038243 10.0.0.242 - - [2026-01-08 03:39:55] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008270 10.0.0.242 - - [2026-01-08 03:39:55] "GET /virtual-machine/2ecec3d5-1523-463d-8ba2-49b2763d4ac4 HTTP/1.1" 401 293 0.000429 10.0.0.242 - - [2026-01-08 03:39:55] "GET /virtual-machine/2ecec3d5-1523-463d-8ba2-49b2763d4ac4 HTTP/1.1" 200 1305 0.040354 10.0.0.242 - - [2026-01-08 03:39:55] "GET /virtual-machine-interface/d5840a1c-2ebe-4a09-95b2-ef5579d01989 HTTP/1.1" 200 3010 0.006829 10.0.0.242 - - [2026-01-08 03:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.242 - - [2026-01-08 03:39:55] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004285 10.0.0.242 - - [2026-01-08 03:39:55] "GET /virtual-networks?parent_id=d0b71475-fd38-4d15-b020-6943ed8d486f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002903 10.0.0.242 - - [2026-01-08 03:39:55] "GET /virtual-network/0f9b5754-9047-41b5-bca5-2fa95e30e168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008688 10.0.0.242 - - [2026-01-08 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.242 - - [2026-01-08 03:39:58] "GET /virtual-network/0f9b5754-9047-41b5-bca5-2fa95e30e168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005831 10.0.0.242 - - [2026-01-08 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.242 - - [2026-01-08 03:40:02] "GET /virtual-network/0f9b5754-9047-41b5-bca5-2fa95e30e168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008724 10.0.0.242 - - [2026-01-08 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005473 10.0.0.242 - - [2026-01-08 03:40:06] "GET /virtual-network/0f9b5754-9047-41b5-bca5-2fa95e30e168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006873 10.0.0.242 - - [2026-01-08 03:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.242 - - [2026-01-08 03:40:10] "GET /virtual-network/0f9b5754-9047-41b5-bca5-2fa95e30e168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006003 10.0.0.242 - - [2026-01-08 03:40:13] "POST /neutron/port HTTP/1.1" 200 1136 0.021207 10.0.0.242 - - [2026-01-08 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.242 - - [2026-01-08 03:40:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003954 10.0.0.242 - - [2026-01-08 03:40:14] "GET /virtual-networks?parent_id=d0b71475-fd38-4d15-b020-6943ed8d486f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002881 10.0.0.242 - - [2026-01-08 03:40:14] "GET /virtual-network/0f9b5754-9047-41b5-bca5-2fa95e30e168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006004 10.0.0.242 - - [2026-01-08 03:40:15] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007262 10.0.0.242 - - [2026-01-08 03:40:25] "POST /neutron/port HTTP/1.1" 200 1136 0.020805 10.0.0.242 - - [2026-01-08 03:40:25] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007705 10.0.0.242 - - [2026-01-08 03:40:25] "GET /virtual-machine/bf89dfac-f369-4346-ac88-b97a9a03174c HTTP/1.1" 200 1306 0.005970 10.0.0.242 - - [2026-01-08 03:40:25] "GET /virtual-machine-interface/21e45b82-d61d-482d-a247-80b746db3b11 HTTP/1.1" 200 3009 0.005629 10.0.0.242 - - [2026-01-08 03:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.242 - - [2026-01-08 03:40:25] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004376 10.0.0.242 - - [2026-01-08 03:40:25] "GET /virtual-networks?parent_id=d0b71475-fd38-4d15-b020-6943ed8d486f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003381 10.0.0.242 - - [2026-01-08 03:40:25] "GET /virtual-network/0f9b5754-9047-41b5-bca5-2fa95e30e168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006151 10.0.0.242 - - [2026-01-08 03:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.242 - - [2026-01-08 03:40:26] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004684 10.0.0.242 - - [2026-01-08 03:40:26] "GET /virtual-networks?parent_id=d0b71475-fd38-4d15-b020-6943ed8d486f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003904 10.0.0.242 - - [2026-01-08 03:40:26] "GET /virtual-network/0f9b5754-9047-41b5-bca5-2fa95e30e168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006404 10.0.0.242 - - [2026-01-08 03:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.242 - - [2026-01-08 03:40:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003628 10.0.0.242 - - [2026-01-08 03:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.242 - - [2026-01-08 03:40:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004133 10.0.0.242 - - [2026-01-08 03:40:27] "PUT /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3 HTTP/1.1" 200 276 0.011849 10.0.0.27 - - [2026-01-08 03:40:29] "DELETE /project/d0b71475fd384d15b0206943ed8d486f HTTP/1.1" 404 173 0.010796 10.0.0.27 - - [2026-01-08 03:40:29] "GET /projects?obj_uuids=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000953 10.0.0.27 - - [2026-01-08 03:40:29] "GET /project/f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.066534 10.0.0.27 - - [2026-01-08 03:40:29] "GET /projects?obj_uuids=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001117 10.0.0.27 - - [2026-01-08 03:40:29] "GET /project/f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca?fields=security_groups HTTP/1.1" 200 1361 0.097741 10.0.0.27 - - [2026-01-08 03:40:29] "DELETE /security-group/33b15780-6fae-4009-b7b3-6c194fdb6e18 HTTP/1.1" 404 197 0.030088 10.0.0.27 - - [2026-01-08 03:40:29] "GET /projects?obj_uuids=f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001217 10.0.0.242 - - [2026-01-08 03:40:29] "DELETE /access-control-list/4fa7bceb-0ce7-4c78-9633-ceb101992320 HTTP/1.1" 200 115 0.056713 10.0.0.27 - - [2026-01-08 03:40:29] "GET /project/f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca?fields=application_policy_sets HTTP/1.1" 200 1400 0.095827 10.0.0.27 - - [2026-01-08 03:40:29] "DELETE /project/f3eeaae4-28f4-439b-b6b1-5a9cf88a5cca HTTP/1.1" 200 115 0.591277 10.0.0.242 - - [2026-01-08 03:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.242 - - [2026-01-08 03:40:38] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.005717 10.0.0.242 - - [2026-01-08 03:40:38] "PUT /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3 HTTP/1.1" 200 276 0.013755 10.0.0.242 - - [2026-01-08 03:40:48] "POST /neutron/port HTTP/1.1" 200 1136 0.023647 10.0.0.242 - - [2026-01-08 03:40:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003985 10.0.0.242 - - [2026-01-08 03:40:49] "POST /neutron/network HTTP/1.1" 200 838 0.006855 10.0.0.242 - - [2026-01-08 03:41:29] "POST /neutron/port HTTP/1.1" 200 1136 0.017826 10.0.0.242 - - [2026-01-08 03:41:30] "POST /neutron/port HTTP/1.1" 200 1136 0.027257 10.0.0.50 - - [2026-01-08 03:41:30] "GET /obj-perms HTTP/1.1" 200 5075 0.159626 10.0.0.242 - - [2026-01-08 03:41:31] "POST /neutron/network HTTP/1.1" 200 838 0.008040 10.0.0.242 - - [2026-01-08 03:41:31] "DELETE /route-target/02284fa5-7f1f-4c25-b3c7-3deaa71d9382 HTTP/1.1" 200 115 0.027615 10.0.0.27 - - [2026-01-08 03:41:31] "GET /projects?obj_uuids=d0b71475-fd38-4d15-b020-6943ed8d486f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001039 10.0.0.242 - - [2026-01-08 03:41:32] "GET /project/d0b71475-fd38-4d15-b020-6943ed8d486f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.046644 10.0.0.27 - - [2026-01-08 03:41:32] "GET /projects?obj_uuids=d0b71475-fd38-4d15-b020-6943ed8d486f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002970 10.0.0.242 - - [2026-01-08 03:41:32] "GET /project/d0b71475-fd38-4d15-b020-6943ed8d486f?fields=virtual_networks HTTP/1.1" 200 1059 0.048761 10.0.0.27 - - [2026-01-08 03:41:32] "GET /projects?obj_uuids=d0b71475-fd38-4d15-b020-6943ed8d486f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001028 10.0.0.242 - - [2026-01-08 03:41:32] "GET /project/d0b71475-fd38-4d15-b020-6943ed8d486f?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.042513 10.0.0.27 - - [2026-01-08 03:41:32] "GET /projects?obj_uuids=d0b71475-fd38-4d15-b020-6943ed8d486f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001004 10.0.0.242 - - [2026-01-08 03:41:32] "GET /project/d0b71475-fd38-4d15-b020-6943ed8d486f?fields=security_groups HTTP/1.1" 200 1298 0.042192 10.0.0.242 - - [2026-01-08 03:41:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.059376 10.0.0.27 - - [2026-01-08 03:41:33] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003250 10.0.0.27 - - [2026-01-08 03:41:33] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.27 - - [2026-01-08 03:41:33] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007070 10.0.0.27 - - [2026-01-08 03:41:33] "POST /id-to-fqname HTTP/1.1" 200 209 0.003218 10.0.0.27 - - [2026-01-08 03:41:33] "POST /fqname-to-id HTTP/1.1" 404 217 0.004971 10.0.0.27 - - [2026-01-08 03:41:33] "POST /security-groups HTTP/1.1" 200 609 0.072333 10.0.0.27 - - [2026-01-08 03:41:33] "POST /projects HTTP/1.1" 200 621 0.277975 10.0.0.27 - - [2026-01-08 03:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.315660 10.0.0.242 - - [2026-01-08 03:41:33] "POST /fqname-to-id HTTP/1.1" 404 251 0.013092 10.0.0.242 - - [2026-01-08 03:41:34] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.477489 10.0.0.242 - - [2026-01-08 03:41:35] "GET / HTTP/1.1" 200 35931 0.002381 10.0.0.242 - - [2026-01-08 03:41:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000588 10.0.0.242 - - [2026-01-08 03:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.058731 10.0.0.27 - - [2026-01-08 03:41:36] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001032 10.0.0.242 - - [2026-01-08 03:41:36] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.041321 10.0.0.27 - - [2026-01-08 03:41:36] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001223 10.0.0.242 - - [2026-01-08 03:41:36] "POST /neutron/network HTTP/1.1" 200 625 0.177329 10.0.0.242 - - [2026-01-08 03:41:36] "POST /ref-update HTTP/1.1" 200 156 0.026609 10.0.0.242 - - [2026-01-08 03:41:36] "POST /id-to-fqname HTTP/1.1" 200 239 0.003395 10.0.0.242 - - [2026-01-08 03:41:36] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006149 10.0.0.242 - - [2026-01-08 03:41:36] "POST /neutron/network HTTP/1.1" 200 845 0.006981 10.0.0.242 - - [2026-01-08 03:41:36] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005224 10.0.0.242 - - [2026-01-08 03:41:36] "POST /id-to-fqname HTTP/1.1" 200 239 0.001338 10.0.0.242 - - [2026-01-08 03:41:36] "POST /neutron/network HTTP/1.1" 200 855 0.007155 10.0.0.27 - - [2026-01-08 03:41:37] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001306 10.0.0.242 - - [2026-01-08 03:41:37] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.080342 10.0.0.242 - - [2026-01-08 03:41:37] "POST /neutron/port HTTP/1.1" 200 117 0.007024 10.0.0.242 - - [2026-01-08 03:41:37] "POST /id-to-fqname HTTP/1.1" 200 239 0.001530 10.0.0.242 - - [2026-01-08 03:41:38] "POST /neutron/network HTTP/1.1" 200 855 0.007843 10.0.0.242 - - [2026-01-08 03:41:38] "POST /neutron/port HTTP/1.1" 200 1079 0.018060 10.0.0.27 - - [2026-01-08 03:41:39] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001186 10.0.0.242 - - [2026-01-08 03:41:39] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.089659 10.0.0.242 - - [2026-01-08 03:41:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012438 10.0.0.242 - - [2026-01-08 03:41:39] "POST /neutron/port HTTP/1.1" 200 117 0.001451 10.0.0.242 - - [2026-01-08 03:41:39] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007926 10.0.0.27 - - [2026-01-08 03:41:39] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001394 10.0.0.242 - - [2026-01-08 03:41:40] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005867 10.0.0.242 - - [2026-01-08 03:41:40] "POST /neutron/port HTTP/1.1" 200 1079 0.301248 10.0.0.242 - - [2026-01-08 03:41:40] "POST /neutron/port HTTP/1.1" 200 1133 0.105140 10.0.0.242 - - [2026-01-08 03:41:40] "POST /neutron/subnet HTTP/1.1" 200 704 0.009137 10.0.0.242 - - [2026-01-08 03:41:40] "GET /obj-perms HTTP/1.1" 200 5085 0.070186 10.0.0.27 - - [2026-01-08 03:41:41] "GET /obj-perms HTTP/1.1" 200 5085 0.050180 10.0.0.242 - - [2026-01-08 03:41:41] "POST /neutron/port HTTP/1.1" 200 1143 0.019657 10.0.0.242 - - [2026-01-08 03:41:41] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007573 10.0.0.242 - - [2026-01-08 03:41:41] "GET /virtual-machine/bc489811-ffc2-42fd-acdf-281747012522 HTTP/1.1" 401 293 0.000450 10.0.0.242 - - [2026-01-08 03:41:42] "GET /virtual-machine/bc489811-ffc2-42fd-acdf-281747012522 HTTP/1.1" 200 1311 0.032764 10.0.0.242 - - [2026-01-08 03:41:42] "GET /virtual-machine-interface/7cf733b9-26d5-48ad-aac9-b9e9b59074b3 HTTP/1.1" 200 3034 0.005480 10.0.0.242 - - [2026-01-08 03:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.242 - - [2026-01-08 03:41:42] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004238 10.0.0.242 - - [2026-01-08 03:41:42] "GET /virtual-networks?parent_id=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002816 10.0.0.242 - - [2026-01-08 03:41:42] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006353 10.0.0.242 - - [2026-01-08 03:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.242 - - [2026-01-08 03:41:45] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.011214 10.0.0.242 - - [2026-01-08 03:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005706 10.0.0.242 - - [2026-01-08 03:41:49] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006397 10.0.0.242 - - [2026-01-08 03:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006549 10.0.0.242 - - [2026-01-08 03:41:53] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005759 10.0.0.242 - - [2026-01-08 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.242 - - [2026-01-08 03:41:57] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005666 10.0.0.242 - - [2026-01-08 03:41:59] "POST /neutron/port HTTP/1.1" 200 1143 0.049309 10.0.0.242 - - [2026-01-08 03:41:59] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008991 10.0.0.242 - - [2026-01-08 03:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.242 - - [2026-01-08 03:42:01] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004184 10.0.0.242 - - [2026-01-08 03:42:01] "GET /virtual-networks?parent_id=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003066 10.0.0.242 - - [2026-01-08 03:42:01] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005853 10.0.0.242 - - [2026-01-08 03:42:07] "POST /neutron/port HTTP/1.1" 200 1143 0.017040 10.0.0.242 - - [2026-01-08 03:42:12] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007429 10.0.0.242 - - [2026-01-08 03:42:17] "POST /neutron/port HTTP/1.1" 200 1143 0.019838 10.0.0.242 - - [2026-01-08 03:42:17] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009784 10.0.0.242 - - [2026-01-08 03:42:17] "GET /virtual-machine/85548dca-4803-4a31-90ee-ac3b6bb4278e HTTP/1.1" 200 1310 0.007269 10.0.0.242 - - [2026-01-08 03:42:17] "GET /virtual-machine-interface/3c31c5b6-48b2-413e-88a6-e703e9998429 HTTP/1.1" 200 3033 0.006465 10.0.0.242 - - [2026-01-08 03:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.242 - - [2026-01-08 03:42:17] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004344 10.0.0.242 - - [2026-01-08 03:42:17] "GET /virtual-networks?parent_id=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.005352 10.0.0.242 - - [2026-01-08 03:42:17] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006180 10.0.0.242 - - [2026-01-08 03:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.242 - - [2026-01-08 03:42:18] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004911 10.0.0.242 - - [2026-01-08 03:42:18] "GET /virtual-networks?parent_id=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003340 10.0.0.242 - - [2026-01-08 03:42:18] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006771 10.0.0.242 - - [2026-01-08 03:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.27 - - [2026-01-08 03:42:19] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001436 10.0.0.242 - - [2026-01-08 03:42:19] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.044451 10.0.0.27 - - [2026-01-08 03:42:19] "POST /useragent-kv HTTP/1.1" 200 115 0.014272 10.0.0.242 - - [2026-01-08 03:42:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.226283 10.0.0.242 - - [2026-01-08 03:42:19] "POST /id-to-fqname HTTP/1.1" 200 239 0.001446 10.0.0.242 - - [2026-01-08 03:42:19] "GET /virtual-network/657e42c3-5d96-4d14-a948-1e834154f340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005442 10.0.0.242 - - [2026-01-08 03:42:19] "GET /virtual-network/657e42c3-5d96-4d14-a948-1e834154f340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005843 10.0.0.242 - - [2026-01-08 03:42:19] "POST /neutron/network HTTP/1.1" 200 843 0.008703 10.0.0.242 - - [2026-01-08 03:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.27 - - [2026-01-08 03:42:19] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001220 10.0.0.242 - - [2026-01-08 03:42:19] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.045852 10.0.0.27 - - [2026-01-08 03:42:19] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001748 10.0.0.242 - - [2026-01-08 03:42:20] "POST /neutron/network HTTP/1.1" 200 631 0.125815 10.0.0.242 - - [2026-01-08 03:42:20] "POST /route-targets HTTP/1.1" 200 327 0.047967 10.0.0.242 - - [2026-01-08 03:42:20] "POST /id-to-fqname HTTP/1.1" 200 242 0.003690 10.0.0.242 - - [2026-01-08 03:42:20] "GET /virtual-network/e57bb292-d559-4c19-b50f-bb01dc837043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006233 10.0.0.242 - - [2026-01-08 03:42:20] "POST /neutron/network HTTP/1.1" 200 849 0.006345 10.0.0.242 - - [2026-01-08 03:42:20] "GET /virtual-network/e57bb292-d559-4c19-b50f-bb01dc837043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005185 10.0.0.242 - - [2026-01-08 03:42:20] "POST /id-to-fqname HTTP/1.1" 200 239 0.001398 10.0.0.242 - - [2026-01-08 03:42:20] "POST /neutron/port HTTP/1.1" 200 2134 0.020719 10.0.0.27 - - [2026-01-08 03:42:21] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001220 10.0.0.242 - - [2026-01-08 03:42:21] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.078662 10.0.0.242 - - [2026-01-08 03:42:21] "POST /neutron/network HTTP/1.1" 200 843 0.033288 10.0.0.242 - - [2026-01-08 03:42:21] "POST /neutron/port HTTP/1.1" 200 117 0.009202 10.0.0.242 - - [2026-01-08 03:42:21] "POST /id-to-fqname HTTP/1.1" 200 242 0.001344 10.0.0.242 - - [2026-01-08 03:42:22] "POST /neutron/network HTTP/1.1" 200 859 0.006623 10.0.0.242 - - [2026-01-08 03:42:22] "POST /neutron/port HTTP/1.1" 200 1077 0.054951 10.0.0.27 - - [2026-01-08 03:42:22] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001380 10.0.0.242 - - [2026-01-08 03:42:22] "POST /neutron/port HTTP/1.1" 200 1141 0.024202 10.0.0.242 - - [2026-01-08 03:42:22] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.111394 10.0.0.242 - - [2026-01-08 03:42:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.008113 10.0.0.242 - - [2026-01-08 03:42:23] "POST /neutron/port HTTP/1.1" 200 3122 0.112517 10.0.0.242 - - [2026-01-08 03:42:23] "POST /id-to-fqname HTTP/1.1" 200 239 0.001445 10.0.0.242 - - [2026-01-08 03:42:23] "POST /id-to-fqname HTTP/1.1" 200 239 0.000992 10.0.0.242 - - [2026-01-08 03:42:23] "POST /neutron/port HTTP/1.1" 200 3122 0.028811 10.0.0.27 - - [2026-01-08 03:42:23] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001051 10.0.0.242 - - [2026-01-08 03:42:23] "POST /neutron/port HTTP/1.1" 200 1077 0.293607 10.0.0.242 - - [2026-01-08 03:42:23] "POST /neutron/port HTTP/1.1" 200 1077 0.030955 10.0.0.242 - - [2026-01-08 03:42:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005724 10.0.0.242 - - [2026-01-08 03:42:24] "POST /neutron/network HTTP/1.1" 200 849 0.009481 10.0.0.27 - - [2026-01-08 03:42:24] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001608 10.0.0.242 - - [2026-01-08 03:42:24] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.088790 10.0.0.242 - - [2026-01-08 03:42:24] "POST /neutron/port HTTP/1.1" 200 4110 0.046746 10.0.0.242 - - [2026-01-08 03:42:25] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.008117 10.0.0.242 - - [2026-01-08 03:42:25] "POST /neutron/network HTTP/1.1" 200 1556 0.013379 10.0.0.242 - - [2026-01-08 03:42:26] "GET /virtual-network/657e42c3-5d96-4d14-a948-1e834154f340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007691 10.0.0.242 - - [2026-01-08 03:42:26] "POST /neutron/port HTTP/1.1" 200 1079 0.070304 10.0.0.50 - - [2026-01-08 03:42:26] "GET /obj-perms HTTP/1.1" 200 5085 0.093812 10.0.0.242 - - [2026-01-08 03:42:26] "POST /neutron/port HTTP/1.1" 200 1077 0.019032 10.0.0.242 - - [2026-01-08 03:42:26] "POST /neutron/port HTTP/1.1" 200 2132 0.025825 10.0.0.242 - - [2026-01-08 03:42:26] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.242 - - [2026-01-08 03:42:26] "GET /virtual-network/e57bb292-d559-4c19-b50f-bb01dc837043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006153 10.0.0.242 - - [2026-01-08 03:42:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.009165 10.0.0.242 - - [2026-01-08 03:42:27] "GET /obj-perms HTTP/1.1" 200 5085 0.004070 10.0.0.27 - - [2026-01-08 03:42:27] "GET /obj-perms HTTP/1.1" 200 5085 0.004269 10.0.0.242 - - [2026-01-08 03:42:27] "POST /neutron/port HTTP/1.1" 200 1141 0.017801 10.0.0.242 - - [2026-01-08 03:42:27] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008201 10.0.0.242 - - [2026-01-08 03:42:27] "GET /virtual-machine/3697a025-6059-49d6-a8e3-ea64a337f9c8 HTTP/1.1" 200 1310 0.006089 10.0.0.242 - - [2026-01-08 03:42:27] "GET /virtual-machine-interface/a8ddbf18-3098-4ec1-af08-142de3e34d3f HTTP/1.1" 200 3044 0.005566 10.0.0.242 - - [2026-01-08 03:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.242 - - [2026-01-08 03:42:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004181 10.0.0.242 - - [2026-01-08 03:42:27] "GET /virtual-networks?parent_id=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002976 10.0.0.242 - - [2026-01-08 03:42:27] "GET /virtual-network/e57bb292-d559-4c19-b50f-bb01dc837043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006388 10.0.0.242 - - [2026-01-08 03:42:30] "DELETE /access-control-list/21ec536d-d8b3-4ee3-bcf4-643592469848 HTTP/1.1" 200 115 0.053037 10.0.0.242 - - [2026-01-08 03:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.242 - - [2026-01-08 03:42:30] "GET /virtual-network/e57bb292-d559-4c19-b50f-bb01dc837043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005794 10.0.0.27 - - [2026-01-08 03:42:30] "DELETE /project/dd177101d19047d9a1085bde5a8cac79 HTTP/1.1" 404 173 0.440107 10.0.0.27 - - [2026-01-08 03:42:30] "DELETE /project/d0b71475-fd38-4d15-b020-6943ed8d486f HTTP/1.1" 404 177 0.470132 10.0.0.242 - - [2026-01-08 03:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.242 - - [2026-01-08 03:42:34] "GET /virtual-network/e57bb292-d559-4c19-b50f-bb01dc837043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005721 10.0.0.242 - - [2026-01-08 03:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.242 - - [2026-01-08 03:42:38] "GET /virtual-network/e57bb292-d559-4c19-b50f-bb01dc837043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006554 10.0.0.242 - - [2026-01-08 03:42:41] "POST /neutron/port HTTP/1.1" 200 1141 0.027120 10.0.0.242 - - [2026-01-08 03:42:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003940 10.0.0.242 - - [2026-01-08 03:42:41] "POST /neutron/network HTTP/1.1" 200 843 0.007482 10.0.0.242 - - [2026-01-08 03:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.242 - - [2026-01-08 03:42:43] "GET /virtual-network/e57bb292-d559-4c19-b50f-bb01dc837043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005772 10.0.0.242 - - [2026-01-08 03:42:45] "POST /neutron/port HTTP/1.1" 200 1141 0.021980 10.0.0.242 - - [2026-01-08 03:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.242 - - [2026-01-08 03:42:47] "GET /virtual-network/e57bb292-d559-4c19-b50f-bb01dc837043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005966 10.0.0.242 - - [2026-01-08 03:42:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006739 10.0.0.242 - - [2026-01-08 03:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.242 - - [2026-01-08 03:42:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004191 10.0.0.242 - - [2026-01-08 03:42:49] "GET /virtual-networks?parent_id=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002799 10.0.0.242 - - [2026-01-08 03:42:49] "GET /virtual-network/e57bb292-d559-4c19-b50f-bb01dc837043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005990 10.0.0.242 - - [2026-01-08 03:42:50] "POST /neutron/port HTTP/1.1" 200 1143 0.018780 10.0.0.242 - - [2026-01-08 03:42:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004010 10.0.0.242 - - [2026-01-08 03:42:50] "POST /neutron/network HTTP/1.1" 200 845 0.007361 10.0.0.242 - - [2026-01-08 03:42:59] "POST /neutron/port HTTP/1.1" 200 1141 0.022876 10.0.0.242 - - [2026-01-08 03:42:59] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008141 10.0.0.242 - - [2026-01-08 03:43:00] "GET /virtual-machine/c77d5ec2-8f54-4a20-af13-64b28bb02bf2 HTTP/1.1" 200 1311 0.006246 10.0.0.242 - - [2026-01-08 03:43:00] "GET /virtual-machine-interface/352b8b38-09b1-4350-be23-3c6841dfd89b HTTP/1.1" 200 3034 0.009719 10.0.0.242 - - [2026-01-08 03:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005387 10.0.0.242 - - [2026-01-08 03:43:00] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005260 10.0.0.242 - - [2026-01-08 03:43:00] "GET /virtual-networks?parent_id=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004778 10.0.0.242 - - [2026-01-08 03:43:00] "GET /virtual-network/657e42c3-5d96-4d14-a948-1e834154f340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.012637 10.0.0.242 - - [2026-01-08 03:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.242 - - [2026-01-08 03:43:01] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004475 10.0.0.242 - - [2026-01-08 03:43:01] "GET /virtual-networks?parent_id=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004044 10.0.0.242 - - [2026-01-08 03:43:01] "GET /virtual-network/657e42c3-5d96-4d14-a948-1e834154f340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007177 10.0.0.242 - - [2026-01-08 03:43:01] "POST /neutron/port HTTP/1.1" 200 2132 0.026202 10.0.0.242 - - [2026-01-08 03:43:01] "POST /neutron/security_group HTTP/1.1" 200 2076 0.013973 10.0.0.242 - - [2026-01-08 03:43:01] "POST /neutron/port HTTP/1.1" 200 2132 0.020582 10.0.0.242 - - [2026-01-08 03:43:01] "GET /virtual-machine/c51e62ca-b441-4f75-81cc-84f9f145ce7a HTTP/1.1" 200 1586 0.007072 10.0.0.242 - - [2026-01-08 03:43:01] "GET /virtual-machine-interface/4a30e248-5aa6-4274-852c-ffb15a5a6250 HTTP/1.1" 200 3033 0.005579 10.0.0.242 - - [2026-01-08 03:43:01] "GET /virtual-machine-interface/8a43821a-4345-4e9b-b77c-7d58e4d90fe7 HTTP/1.1" 200 3034 0.005911 10.0.0.242 - - [2026-01-08 03:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.242 - - [2026-01-08 03:43:01] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003706 10.0.0.242 - - [2026-01-08 03:43:01] "GET /virtual-networks?parent_id=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003202 10.0.0.242 - - [2026-01-08 03:43:01] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006806 10.0.0.242 - - [2026-01-08 03:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.242 - - [2026-01-08 03:43:03] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005695 10.0.0.242 - - [2026-01-08 03:43:03] "GET /virtual-networks?parent_id=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004526 10.0.0.242 - - [2026-01-08 03:43:03] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.008652 10.0.0.242 - - [2026-01-08 03:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.242 - - [2026-01-08 03:43:03] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004450 10.0.0.242 - - [2026-01-08 03:43:03] "GET /virtual-networks?parent_id=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003176 10.0.0.242 - - [2026-01-08 03:43:03] "GET /virtual-network/657e42c3-5d96-4d14-a948-1e834154f340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007035 10.0.0.242 - - [2026-01-08 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.242 - - [2026-01-08 03:43:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003943 10.0.0.242 - - [2026-01-08 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.242 - - [2026-01-08 03:43:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005041 10.0.0.242 - - [2026-01-08 03:43:04] "PUT /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3 HTTP/1.1" 200 276 0.015702 10.0.0.242 - - [2026-01-08 03:43:04] "POST /fqname-to-id HTTP/1.1" 404 217 0.003610 10.0.0.242 - - [2026-01-08 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.27 - - [2026-01-08 03:43:05] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001357 10.0.0.242 - - [2026-01-08 03:43:05] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.045652 10.0.0.242 - - [2026-01-08 03:43:05] "POST /network-policys HTTP/1.1" 200 539 0.045707 10.0.0.242 - - [2026-01-08 03:43:05] "GET /network-policy/eded15ef-20ea-4a24-9a0e-09591aa906c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.006514 10.0.0.242 - - [2026-01-08 03:43:05] "POST /neutron/network HTTP/1.1" 200 939 0.074019 10.0.0.242 - - [2026-01-08 03:43:05] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.006540 10.0.0.242 - - [2026-01-08 03:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.242 - - [2026-01-08 03:43:05] "GET /network-policy/eded15ef-20ea-4a24-9a0e-09591aa906c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.004307 10.0.0.242 - - [2026-01-08 03:43:05] "POST /neutron/network HTTP/1.1" 200 937 0.092242 10.0.0.242 - - [2026-01-08 03:43:05] "GET /virtual-network/657e42c3-5d96-4d14-a948-1e834154f340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.007243 10.0.0.242 - - [2026-01-08 03:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.242 - - [2026-01-08 03:43:05] "GET /network-policy/eded15ef-20ea-4a24-9a0e-09591aa906c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.004613 10.0.0.242 - - [2026-01-08 03:43:05] "POST /fqname-to-id HTTP/1.1" 404 254 0.004283 10.0.0.242 - - [2026-01-08 03:43:05] "PUT /access-control-list/88e4686e-9cfc-4ce7-acc4-ee1d0f3c7d4d HTTP/1.1" 200 272 0.031762 10.0.0.242 - - [2026-01-08 03:43:05] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.007771 10.0.0.242 - - [2026-01-08 03:43:06] "GET /virtual-network/657e42c3-5d96-4d14-a948-1e834154f340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006603 10.0.0.242 - - [2026-01-08 03:43:06] "GET /obj-perms HTTP/1.1" 200 5085 0.004490 10.0.0.50 - - [2026-01-08 03:43:06] "GET /obj-perms HTTP/1.1" 200 5085 0.004017 10.0.0.27 - - [2026-01-08 03:43:06] "GET /obj-perms HTTP/1.1" 200 5085 0.003872 10.0.0.242 - - [2026-01-08 03:43:06] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.005807 10.0.0.242 - - [2026-01-08 03:43:07] "GET /virtual-network/657e42c3-5d96-4d14-a948-1e834154f340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006016 10.0.0.242 - - [2026-01-08 03:43:07] "GET /virtual-network/e57bb292-d559-4c19-b50f-bb01dc837043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006248 10.0.0.242 - - [2026-01-08 03:43:07] "GET /obj-perms HTTP/1.1" 200 5085 0.004757 10.0.0.50 - - [2026-01-08 03:43:07] "GET /obj-perms HTTP/1.1" 200 5085 0.004398 10.0.0.27 - - [2026-01-08 03:43:07] "GET /obj-perms HTTP/1.1" 200 5085 0.003941 10.0.0.50 - - [2026-01-08 03:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.50 - - [2026-01-08 03:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.27 - - [2026-01-08 03:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000534 10.0.0.27 - - [2026-01-08 03:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.50 - - [2026-01-08 03:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.50 - - [2026-01-08 03:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.27 - - [2026-01-08 03:43:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.27 - - [2026-01-08 03:43:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.242 - - [2026-01-08 03:43:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000799 10.0.0.242 - - [2026-01-08 03:43:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.242 - - [2026-01-08 03:43:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.242 - - [2026-01-08 03:43:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.242 - - [2026-01-08 03:43:23] "GET /obj-perms HTTP/1.1" 200 5085 0.004601 10.0.0.242 - - [2026-01-08 03:43:41] "POST /neutron/port HTTP/1.1" 200 1141 0.017431 10.0.0.242 - - [2026-01-08 03:43:41] "POST /neutron/subnet HTTP/1.1" 200 694 0.008735 10.0.0.242 - - [2026-01-08 03:43:51] "POST /neutron/port HTTP/1.1" 200 1143 0.017140 10.0.0.242 - - [2026-01-08 03:43:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004254 10.0.0.242 - - [2026-01-08 03:43:51] "POST /neutron/network HTTP/1.1" 200 939 0.006886 10.0.0.242 - - [2026-01-08 03:44:41] "POST /neutron/network HTTP/1.1" 200 947 0.007097 10.0.0.242 - - [2026-01-08 03:44:41] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.242 - - [2026-01-08 03:44:52] "POST /neutron/port HTTP/1.1" 200 2132 0.022679 10.0.0.242 - - [2026-01-08 03:44:52] "POST /neutron/subnet HTTP/1.1" 200 704 0.009610 10.0.0.242 - - [2026-01-08 03:44:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006684 10.0.0.242 - - [2026-01-08 03:44:52] "POST /neutron/network HTTP/1.1" 200 937 0.009025 10.0.0.242 - - [2026-01-08 03:45:42] "POST /neutron/network HTTP/1.1" 200 859 0.008467 10.0.0.242 - - [2026-01-08 03:45:42] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.242 - - [2026-01-08 03:45:54] "POST /neutron/port HTTP/1.1" 200 1143 0.019413 10.0.0.242 - - [2026-01-08 03:45:54] "POST /neutron/subnet HTTP/1.1" 200 704 0.009163 10.0.0.50 - - [2026-01-08 03:46:33] "GET /obj-perms HTTP/1.1" 200 5075 0.046838 10.0.0.27 - - [2026-01-08 03:46:34] "GET /obj-perms HTTP/1.1" 200 5075 0.058118 10.0.0.242 - - [2026-01-08 03:46:42] "POST /neutron/port HTTP/1.1" 200 1141 0.019561 10.0.0.242 - - [2026-01-08 03:46:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003824 10.0.0.242 - - [2026-01-08 03:46:42] "POST /neutron/network HTTP/1.1" 200 937 0.007193 10.0.0.242 - - [2026-01-08 03:46:44] "GET /obj-perms HTTP/1.1" 200 5085 0.069838 10.0.0.242 - - [2026-01-08 03:46:46] "GET /obj-perms HTTP/1.1" 200 5085 0.004507 10.0.0.242 - - [2026-01-08 03:46:48] "GET /virtual-network/657e42c3-5d96-4d14-a948-1e834154f340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.049240 10.0.0.242 - - [2026-01-08 03:46:48] "POST /neutron/network HTTP/1.1" 200 843 0.065180 10.0.0.242 - - [2026-01-08 03:46:48] "GET /virtual-network/657e42c3-5d96-4d14-a948-1e834154f340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.009749 10.0.0.242 - - [2026-01-08 03:46:48] "POST /ref-update HTTP/1.1" 200 156 0.028715 10.0.0.242 - - [2026-01-08 03:46:48] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.006515 10.0.0.242 - - [2026-01-08 03:46:48] "POST /neutron/network HTTP/1.1" 200 845 0.010434 10.0.0.242 - - [2026-01-08 03:46:48] "GET /virtual-network/77d58da9-f90e-4070-9f09-b8b3f671e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005728 10.0.0.242 - - [2026-01-08 03:46:48] "DELETE /network-policy/eded15ef-20ea-4a24-9a0e-09591aa906c8 HTTP/1.1" 200 115 0.033962 10.0.0.242 - - [2026-01-08 03:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.242 - - [2026-01-08 03:46:48] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004353 10.0.0.242 - - [2026-01-08 03:46:48] "PUT /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3 HTTP/1.1" 200 276 0.013292 10.0.0.242 - - [2026-01-08 03:46:48] "POST /ref-update HTTP/1.1" 200 156 0.030104 10.0.0.242 - - [2026-01-08 03:46:50] "POST /neutron/port HTTP/1.1" 200 1141 0.019530 10.0.0.242 - - [2026-01-08 03:46:50] "POST /neutron/port HTTP/1.1" 200 2132 0.042393 10.0.0.242 - - [2026-01-08 03:46:50] "POST /neutron/port HTTP/1.1" 200 1131 0.024828 10.0.0.242 - - [2026-01-08 03:46:51] "POST /neutron/port HTTP/1.1" 200 1131 0.021135 10.0.0.27 - - [2026-01-08 03:46:52] "POST /useragent-kv HTTP/1.1" 200 115 0.082922 10.0.0.27 - - [2026-01-08 03:46:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002989 10.0.0.242 - - [2026-01-08 03:46:52] "POST /neutron/network HTTP/1.1" 200 151 0.215409 10.0.0.242 - - [2026-01-08 03:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.242 - - [2026-01-08 03:46:53] "POST /neutron/network HTTP/1.1" 200 845 0.007245 10.0.0.242 - - [2026-01-08 03:46:53] "POST /neutron/port HTTP/1.1" 200 1133 0.028324 10.0.0.242 - - [2026-01-08 03:46:53] "POST /neutron/port HTTP/1.1" 200 1133 0.015802 10.0.0.27 - - [2026-01-08 03:46:55] "POST /useragent-kv HTTP/1.1" 200 115 0.008922 10.0.0.27 - - [2026-01-08 03:46:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002717 10.0.0.242 - - [2026-01-08 03:46:55] "POST /neutron/network HTTP/1.1" 200 151 0.171362 10.0.0.242 - - [2026-01-08 03:46:55] "DELETE /route-target/75857adc-7daf-4e95-b342-6596c209ed3e HTTP/1.1" 200 115 0.031135 10.0.0.27 - - [2026-01-08 03:46:55] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000997 10.0.0.242 - - [2026-01-08 03:46:55] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.086107 10.0.0.27 - - [2026-01-08 03:46:55] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000944 10.0.0.242 - - [2026-01-08 03:46:55] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?fields=virtual_networks HTTP/1.1" 200 1069 0.073108 10.0.0.27 - - [2026-01-08 03:46:55] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001071 10.0.0.242 - - [2026-01-08 03:46:55] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.060344 10.0.0.27 - - [2026-01-08 03:46:55] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001328 10.0.0.242 - - [2026-01-08 03:46:56] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?fields=security_groups HTTP/1.1" 200 1313 0.067921 10.0.0.242 - - [2026-01-08 03:46:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.038266 10.0.0.27 - - [2026-01-08 03:46:57] "GET /projects?obj_uuids=1a1c1521-4917-4ff5-923c-153d8a1aba36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004197 10.0.0.27 - - [2026-01-08 03:46:57] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.27 - - [2026-01-08 03:46:57] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007903 10.0.0.27 - - [2026-01-08 03:46:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.001250 10.0.0.27 - - [2026-01-08 03:46:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.006008 10.0.0.27 - - [2026-01-08 03:46:57] "POST /security-groups HTTP/1.1" 200 586 0.078182 10.0.0.27 - - [2026-01-08 03:46:57] "POST /projects HTTP/1.1" 200 575 0.298748 10.0.0.27 - - [2026-01-08 03:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.338156 10.0.0.242 - - [2026-01-08 03:46:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.013548 10.0.0.242 - - [2026-01-08 03:46:57] "GET /project/1a1c1521-4917-4ff5-923c-153d8a1aba36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.514814 10.0.0.242 - - [2026-01-08 03:46:58] "GET / HTTP/1.1" 200 35931 0.002202 10.0.0.27 - - [2026-01-08 03:46:59] "GET /projects?obj_uuids=ccdd3018-0b67-4423-ac35-0e9e57fa45e7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001106 10.0.0.242 - - [2026-01-08 03:46:59] "GET /project/ccdd3018-0b67-4423-ac35-0e9e57fa45e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.046681 10.0.0.242 - - [2026-01-08 03:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.242 - - [2026-01-08 03:47:00] "GET /security-group/c57ec632-b5cf-42ee-bed5-b47b67ff81ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004418 10.0.0.242 - - [2026-01-08 03:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.27 - - [2026-01-08 03:47:00] "GET /projects?obj_uuids=ccdd3018-0b67-4423-ac35-0e9e57fa45e7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001485 10.0.0.242 - - [2026-01-08 03:47:00] "GET /project/ccdd3018-0b67-4423-ac35-0e9e57fa45e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.037164 10.0.0.242 - - [2026-01-08 03:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.242 - - [2026-01-08 03:47:00] "GET /security-group/c57ec632-b5cf-42ee-bed5-b47b67ff81ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.005387 10.0.0.242 - - [2026-01-08 03:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.242 - - [2026-01-08 03:47:00] "PUT /security-group/c57ec632-b5cf-42ee-bed5-b47b67ff81ca HTTP/1.1" 200 262 0.019066 10.0.0.242 - - [2026-01-08 03:47:00] "PUT /access-control-list/35738add-abb7-4154-85fe-52b0c808da23 HTTP/1.1" 200 272 0.019219 10.0.0.27 - - [2026-01-08 03:47:03] "GET /projects?obj_uuids=1a1c1521-4917-4ff5-923c-153d8a1aba36&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001001 10.0.0.242 - - [2026-01-08 03:47:03] "GET /project/1a1c1521-4917-4ff5-923c-153d8a1aba36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.044093 10.0.0.27 - - [2026-01-08 03:47:03] "GET /projects?obj_uuids=1a1c1521-4917-4ff5-923c-153d8a1aba36&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001330 10.0.0.242 - - [2026-01-08 03:47:03] "GET /project/1a1c1521-4917-4ff5-923c-153d8a1aba36?fields=virtual_networks HTTP/1.1" 200 1022 0.045314 10.0.0.27 - - [2026-01-08 03:47:03] "GET /projects?obj_uuids=1a1c1521-4917-4ff5-923c-153d8a1aba36&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000979 10.0.0.242 - - [2026-01-08 03:47:03] "GET /project/1a1c1521-4917-4ff5-923c-153d8a1aba36?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.039722 10.0.0.27 - - [2026-01-08 03:47:03] "GET /projects?obj_uuids=1a1c1521-4917-4ff5-923c-153d8a1aba36&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001214 10.0.0.242 - - [2026-01-08 03:47:03] "GET /project/1a1c1521-4917-4ff5-923c-153d8a1aba36?fields=security_groups HTTP/1.1" 200 1243 0.038195 10.0.0.242 - - [2026-01-08 03:47:04] "POST /fqname-to-id HTTP/1.1" 404 192 0.027438 10.0.0.27 - - [2026-01-08 03:47:04] "GET /projects?obj_uuids=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003255 10.0.0.27 - - [2026-01-08 03:47:04] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.27 - - [2026-01-08 03:47:04] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006994 10.0.0.27 - - [2026-01-08 03:47:04] "POST /id-to-fqname HTTP/1.1" 200 194 0.001722 10.0.0.27 - - [2026-01-08 03:47:04] "POST /fqname-to-id HTTP/1.1" 404 203 0.011034 10.0.0.27 - - [2026-01-08 03:47:04] "POST /security-groups HTTP/1.1" 200 595 0.028362 10.0.0.27 - - [2026-01-08 03:47:04] "POST /projects HTTP/1.1" 200 593 0.250558 10.0.0.242 - - [2026-01-08 03:47:04] "POST /fqname-to-id HTTP/1.1" 404 237 0.008884 10.0.0.27 - - [2026-01-08 03:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.322078 10.0.0.242 - - [2026-01-08 03:47:04] "GET /project/5daeaf41-b4e1-40a0-b94f-b550733acedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.457991 10.0.0.242 - - [2026-01-08 03:47:05] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.242 - - [2026-01-08 03:47:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000503 10.0.0.242 - - [2026-01-08 03:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.056871 10.0.0.27 - - [2026-01-08 03:47:08] "GET /projects?obj_uuids=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001064 10.0.0.242 - - [2026-01-08 03:47:08] "GET /project/5daeaf41-b4e1-40a0-b94f-b550733acedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.036663 10.0.0.242 - - [2026-01-08 03:47:08] "POST /ref-update HTTP/1.1" 200 156 0.023575 10.0.0.27 - - [2026-01-08 03:47:08] "POST /useragent-kv HTTP/1.1" 200 115 0.009396 10.0.0.242 - - [2026-01-08 03:47:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.315863 10.0.0.242 - - [2026-01-08 03:47:08] "POST /id-to-fqname HTTP/1.1" 200 231 0.001477 10.0.0.242 - - [2026-01-08 03:47:08] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006175 10.0.0.242 - - [2026-01-08 03:47:08] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005841 10.0.0.242 - - [2026-01-08 03:47:08] "POST /neutron/network HTTP/1.1" 200 842 0.006514 10.0.0.242 - - [2026-01-08 03:47:08] "POST /id-to-fqname HTTP/1.1" 200 231 0.001445 10.0.0.27 - - [2026-01-08 03:47:09] "GET /projects?obj_uuids=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001507 10.0.0.242 - - [2026-01-08 03:47:09] "GET /project/5daeaf41-b4e1-40a0-b94f-b550733acedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.085459 10.0.0.242 - - [2026-01-08 03:47:09] "POST /neutron/network HTTP/1.1" 200 842 0.008636 10.0.0.242 - - [2026-01-08 03:47:10] "POST /id-to-fqname HTTP/1.1" 200 231 0.001551 10.0.0.242 - - [2026-01-08 03:47:10] "POST /neutron/port HTTP/1.1" 200 117 0.006786 10.0.0.242 - - [2026-01-08 03:47:10] "POST /neutron/port HTTP/1.1" 200 1064 0.020213 10.0.0.242 - - [2026-01-08 03:47:11] "POST /neutron/port HTTP/1.1" 200 1128 0.022262 10.0.0.242 - - [2026-01-08 03:47:11] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.242 - - [2026-01-08 03:47:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.040575 10.0.0.27 - - [2026-01-08 03:47:31] "GET /projects?obj_uuids=1a1c1521-4917-4ff5-923c-153d8a1aba36&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001239 10.0.0.27 - - [2026-01-08 03:47:31] "DELETE /project/5daeaf41b4e140a0b94fb550733acedf HTTP/1.1" 404 173 0.105077 10.0.0.27 - - [2026-01-08 03:47:31] "GET /project/1a1c1521-4917-4ff5-923c-153d8a1aba36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.074424 10.0.0.27 - - [2026-01-08 03:47:31] "GET /projects?obj_uuids=1a1c1521-4917-4ff5-923c-153d8a1aba36&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001290 10.0.0.27 - - [2026-01-08 03:47:31] "DELETE /project/1a1c152149174ff5923c153d8a1aba36 HTTP/1.1" 404 173 0.166877 10.0.0.27 - - [2026-01-08 03:47:31] "GET /projects?obj_uuids=dd177101-d190-47d9-a108-5bde5a8cac79&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002137 10.0.0.27 - - [2026-01-08 03:47:31] "GET /project/dd177101-d190-47d9-a108-5bde5a8cac79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 205 0.018201 10.0.0.27 - - [2026-01-08 03:47:31] "GET /project/1a1c1521-4917-4ff5-923c-153d8a1aba36?fields=security_groups HTTP/1.1" 200 1348 0.069670 10.0.0.27 - - [2026-01-08 03:47:31] "DELETE /project/dd177101-d190-47d9-a108-5bde5a8cac79 HTTP/1.1" 404 171 0.248495 10.0.0.27 - - [2026-01-08 03:47:31] "DELETE /security-group/5c233f01-61ea-4e81-8211-4ad99eb33532 HTTP/1.1" 200 115 0.081133 10.0.0.27 - - [2026-01-08 03:47:31] "GET /projects?obj_uuids=1a1c1521-4917-4ff5-923c-153d8a1aba36&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002700 10.0.0.27 - - [2026-01-08 03:47:31] "GET /project/1a1c1521-4917-4ff5-923c-153d8a1aba36?fields=application_policy_sets HTTP/1.1" 200 1387 0.058668 10.0.0.242 - - [2026-01-08 03:47:31] "DELETE /access-control-list/530816c7-3fcf-43a5-bd02-18b3bf486539 HTTP/1.1" 200 115 0.093601 10.0.0.27 - - [2026-01-08 03:47:31] "DELETE /project/1a1c1521-4917-4ff5-923c-153d8a1aba36 HTTP/1.1" 200 115 0.614526 10.0.0.27 - - [2026-01-08 03:47:32] "GET /projects?obj_uuids=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001240 10.0.0.242 - - [2026-01-08 03:47:32] "GET /project/5daeaf41-b4e1-40a0-b94f-b550733acedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.062320 10.0.0.242 - - [2026-01-08 03:47:33] "POST /neutron/port HTTP/1.1" 200 1128 0.021108 10.0.0.242 - - [2026-01-08 03:47:33] "POST /neutron/port HTTP/1.1" 200 1128 0.018415 10.0.0.242 - - [2026-01-08 03:47:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009629 10.0.0.242 - - [2026-01-08 03:47:33] "GET /virtual-machine/d487544b-8af8-499e-aab8-e8f5e4bd4213 HTTP/1.1" 401 293 0.000439 10.0.0.242 - - [2026-01-08 03:47:34] "POST /neutron/network HTTP/1.1" 200 852 0.007739 10.0.0.242 - - [2026-01-08 03:47:34] "GET /virtual-machine/d487544b-8af8-499e-aab8-e8f5e4bd4213 HTTP/1.1" 200 1297 0.099232 10.0.0.242 - - [2026-01-08 03:47:34] "GET /virtual-machine-interface/6f6bfb04-af02-419b-8077-d7278ba2877e HTTP/1.1" 200 2981 0.012706 10.0.0.242 - - [2026-01-08 03:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008735 10.0.0.242 - - [2026-01-08 03:47:34] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.012443 10.0.0.242 - - [2026-01-08 03:47:34] "GET /virtual-networks?parent_id=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003498 10.0.0.242 - - [2026-01-08 03:47:34] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005387 10.0.0.242 - - [2026-01-08 03:47:34] "POST /neutron/port HTTP/1.1" 200 1064 0.060144 10.0.0.242 - - [2026-01-08 03:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.242 - - [2026-01-08 03:47:35] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010170 10.0.0.242 - - [2026-01-08 03:47:35] "GET /virtual-networks?parent_id=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003270 10.0.0.242 - - [2026-01-08 03:47:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005872 10.0.0.242 - - [2026-01-08 03:47:35] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.014857 10.0.0.242 - - [2026-01-08 03:47:35] "POST /neutron/network HTTP/1.1" 200 842 0.008501 10.0.0.242 - - [2026-01-08 03:47:40] "POST /neutron/port HTTP/1.1" 200 1128 0.036964 10.0.0.242 - - [2026-01-08 03:47:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010013 10.0.0.242 - - [2026-01-08 03:47:54] "POST /neutron/port HTTP/1.1" 200 1128 0.044973 10.0.0.242 - - [2026-01-08 03:47:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003714 10.0.0.242 - - [2026-01-08 03:47:55] "POST /neutron/network HTTP/1.1" 200 842 0.006917 10.0.0.242 - - [2026-01-08 03:48:01] "POST /neutron/port HTTP/1.1" 200 1128 0.022470 10.0.0.242 - - [2026-01-08 03:48:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007351 10.0.0.242 - - [2026-01-08 03:48:11] "POST /neutron/port HTTP/1.1" 200 1128 0.017854 10.0.0.242 - - [2026-01-08 03:48:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007354 10.0.0.242 - - [2026-01-08 03:48:11] "GET /virtual-machine/2fb781d0-9f8e-468b-94e0-733358efb37f HTTP/1.1" 200 1296 0.005766 10.0.0.242 - - [2026-01-08 03:48:11] "GET /virtual-machine-interface/cbe5e519-8924-44e3-b3a5-a9769bbb3ab6 HTTP/1.1" 200 2983 0.004987 10.0.0.242 - - [2026-01-08 03:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.242 - - [2026-01-08 03:48:11] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004595 10.0.0.242 - - [2026-01-08 03:48:11] "GET /virtual-networks?parent_id=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002901 10.0.0.242 - - [2026-01-08 03:48:11] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005757 10.0.0.242 - - [2026-01-08 03:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.242 - - [2026-01-08 03:48:14] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005531 10.0.0.50 - - [2026-01-08 03:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.50 - - [2026-01-08 03:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.27 - - [2026-01-08 03:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.27 - - [2026-01-08 03:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.242 - - [2026-01-08 03:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.242 - - [2026-01-08 03:48:18] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006746 10.0.0.50 - - [2026-01-08 03:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.50 - - [2026-01-08 03:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.27 - - [2026-01-08 03:48:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.27 - - [2026-01-08 03:48:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.242 - - [2026-01-08 03:48:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.242 - - [2026-01-08 03:48:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.242 - - [2026-01-08 03:48:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000558 10.0.0.242 - - [2026-01-08 03:48:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.242 - - [2026-01-08 03:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.242 - - [2026-01-08 03:48:23] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005886 10.0.0.242 - - [2026-01-08 03:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.242 - - [2026-01-08 03:48:27] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006201 10.0.0.242 - - [2026-01-08 03:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.242 - - [2026-01-08 03:48:31] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007629 10.0.0.242 - - [2026-01-08 03:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.242 - - [2026-01-08 03:48:35] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005892 10.0.0.242 - - [2026-01-08 03:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.242 - - [2026-01-08 03:48:39] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005828 10.0.0.242 - - [2026-01-08 03:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.242 - - [2026-01-08 03:48:43] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006105 10.0.0.242 - - [2026-01-08 03:48:44] "POST /neutron/network HTTP/1.1" 200 852 0.007465 10.0.0.242 - - [2026-01-08 03:48:44] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.242 - - [2026-01-08 03:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337 10.0.0.242 - - [2026-01-08 03:48:47] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005747 10.0.0.242 - - [2026-01-08 03:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.242 - - [2026-01-08 03:48:51] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005828 10.0.0.242 - - [2026-01-08 03:48:54] "POST /neutron/port HTTP/1.1" 200 1128 0.027946 10.0.0.242 - - [2026-01-08 03:48:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.010422 10.0.0.242 - - [2026-01-08 03:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.016621 10.0.0.242 - - [2026-01-08 03:48:55] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007419 10.0.0.242 - - [2026-01-08 03:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.242 - - [2026-01-08 03:48:59] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005792 10.0.0.242 - - [2026-01-08 03:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.242 - - [2026-01-08 03:49:04] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005737 10.0.0.242 - - [2026-01-08 03:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.242 - - [2026-01-08 03:49:08] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005496 10.0.0.242 - - [2026-01-08 03:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.242 - - [2026-01-08 03:49:12] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005904 10.0.0.242 - - [2026-01-08 03:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.242 - - [2026-01-08 03:49:16] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006775 10.0.0.242 - - [2026-01-08 03:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.242 - - [2026-01-08 03:49:20] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006660 10.0.0.242 - - [2026-01-08 03:49:23] "POST /neutron/port HTTP/1.1" 200 1128 0.018600 10.0.0.242 - - [2026-01-08 03:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.242 - - [2026-01-08 03:49:24] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005929 10.0.0.242 - - [2026-01-08 03:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.242 - - [2026-01-08 03:49:26] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003786 10.0.0.242 - - [2026-01-08 03:49:26] "GET /virtual-networks?parent_id=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003822 10.0.0.242 - - [2026-01-08 03:49:26] "GET /virtual-network/a9f6a148-4afb-4d76-b04f-edfd316fc17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006503 10.0.0.242 - - [2026-01-08 03:49:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013509 10.0.0.50 - - [2026-01-08 03:49:36] "GET /obj-perms HTTP/1.1" 200 5075 0.069033 10.0.0.242 - - [2026-01-08 03:49:37] "POST /neutron/port HTTP/1.1" 200 1128 0.017380 10.0.0.242 - - [2026-01-08 03:49:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008998 10.0.0.242 - - [2026-01-08 03:49:46] "POST /neutron/network HTTP/1.1" 200 852 0.008238 10.0.0.242 - - [2026-01-08 03:49:46] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.242 - - [2026-01-08 03:49:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009074 10.0.0.242 - - [2026-01-08 03:49:55] "POST /neutron/port HTTP/1.1" 200 1128 0.018811 10.0.0.242 - - [2026-01-08 03:49:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003958 10.0.0.242 - - [2026-01-08 03:49:55] "POST /neutron/network HTTP/1.1" 200 842 0.006806 10.0.0.242 - - [2026-01-08 03:50:02] "POST /neutron/port HTTP/1.1" 200 1128 0.021996 10.0.0.242 - - [2026-01-08 03:50:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007157 10.0.0.242 - - [2026-01-08 03:50:18] "POST /fqname-to-id HTTP/1.1" 404 240 0.003876 10.0.0.242 - - [2026-01-08 03:50:18] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.035537 10.0.0.242 - - [2026-01-08 03:50:19] "GET /bgp-as-a-service/69b17b57-9e4f-46e4-b382-76ae4a6c154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1622 0.007834 10.0.0.242 - - [2026-01-08 03:50:19] "GET /virtual-machine-interface/cbe5e519-8924-44e3-b3a5-a9769bbb3ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005749 10.0.0.242 - - [2026-01-08 03:50:19] "POST /ref-update HTTP/1.1" 200 156 0.012226 10.0.0.242 - - [2026-01-08 03:50:19] "POST /neutron/network HTTP/1.1" 200 842 0.008422 10.0.0.242 - - [2026-01-08 03:50:19] "POST /bgp-routers HTTP/1.1" 200 659 0.064267 10.0.0.242 - - [2026-01-08 03:50:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.020782 10.0.0.242 - - [2026-01-08 03:50:19] "PUT /bgp-router/6d843b2e-7f7e-407b-92fe-12e6078f0cc6 HTTP/1.1" 200 254 0.033155 10.0.0.242 - - [2026-01-08 03:50:37] "GET /obj-perms HTTP/1.1" 200 5075 0.053176 10.0.0.242 - - [2026-01-08 03:50:48] "POST /neutron/network HTTP/1.1" 200 852 0.007659 10.0.0.242 - - [2026-01-08 03:50:48] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.242 - - [2026-01-08 03:50:48] "GET /bgp-as-a-service/69b17b57-9e4f-46e4-b382-76ae4a6c154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006896 10.0.0.242 - - [2026-01-08 03:50:48] "GET /virtual-machine-interface/cbe5e519-8924-44e3-b3a5-a9769bbb3ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007585 10.0.0.242 - - [2026-01-08 03:50:48] "POST /ref-update HTTP/1.1" 200 156 0.013232 10.0.0.242 - - [2026-01-08 03:50:48] "DELETE /bgp-as-a-service/69b17b57-9e4f-46e4-b382-76ae4a6c154d HTTP/1.1" 200 115 0.054467 10.0.0.242 - - [2026-01-08 03:50:48] "DELETE /bgp-router/6d843b2e-7f7e-407b-92fe-12e6078f0cc6 HTTP/1.1" 200 115 0.065073 10.0.0.242 - - [2026-01-08 03:50:49] "POST /neutron/network HTTP/1.1" 400 204 0.013808 10.0.0.242 - - [2026-01-08 03:50:49] "POST /neutron/port HTTP/1.1" 200 151 0.200358 10.0.0.242 - - [2026-01-08 03:50:49] "POST /neutron/port HTTP/1.1" 200 151 0.193506 10.0.0.27 - - [2026-01-08 03:50:52] "GET /projects?obj_uuids=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001177 10.0.0.242 - - [2026-01-08 03:50:52] "GET /project/5daeaf41-b4e1-40a0-b94f-b550733acedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.046880 10.0.0.27 - - [2026-01-08 03:50:52] "GET /projects?obj_uuids=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001157 10.0.0.242 - - [2026-01-08 03:50:52] "GET /project/5daeaf41-b4e1-40a0-b94f-b550733acedf?fields=virtual_networks HTTP/1.1" 200 1040 0.031200 10.0.0.27 - - [2026-01-08 03:50:52] "GET /projects?obj_uuids=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001549 10.0.0.242 - - [2026-01-08 03:50:52] "GET /project/5daeaf41-b4e1-40a0-b94f-b550733acedf?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.049232 10.0.0.27 - - [2026-01-08 03:50:52] "GET /projects?obj_uuids=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000998 10.0.0.242 - - [2026-01-08 03:50:52] "GET /project/5daeaf41-b4e1-40a0-b94f-b550733acedf?fields=security_groups HTTP/1.1" 200 1270 0.039976 10.0.0.242 - - [2026-01-08 03:50:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.032935 10.0.0.27 - - [2026-01-08 03:50:53] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003735 10.0.0.27 - - [2026-01-08 03:50:53] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.27 - - [2026-01-08 03:50:53] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007471 10.0.0.27 - - [2026-01-08 03:50:53] "POST /id-to-fqname HTTP/1.1" 200 191 0.005542 10.0.0.27 - - [2026-01-08 03:50:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.005535 10.0.0.27 - - [2026-01-08 03:50:54] "POST /security-groups HTTP/1.1" 200 592 0.044629 10.0.0.242 - - [2026-01-08 03:50:54] "POST /fqname-to-id HTTP/1.1" 404 235 0.008538 10.0.0.27 - - [2026-01-08 03:50:54] "POST /projects HTTP/1.1" 200 587 0.274988 10.0.0.27 - - [2026-01-08 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.322280 10.0.0.242 - - [2026-01-08 03:50:54] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.479072 10.0.0.242 - - [2026-01-08 03:50:54] "POST /access-control-lists HTTP/1.1" 200 595 0.069729 10.0.0.242 - - [2026-01-08 03:50:55] "GET / HTTP/1.1" 200 35931 0.003183 10.0.0.242 - - [2026-01-08 03:50:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000689 10.0.0.242 - - [2026-01-08 03:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.061377 10.0.0.27 - - [2026-01-08 03:50:57] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.242 - - [2026-01-08 03:50:57] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047454 10.0.0.242 - - [2026-01-08 03:50:57] "POST /neutron/network HTTP/1.1" 200 117 0.043617 10.0.0.242 - - [2026-01-08 03:50:58] "POST /neutron/network HTTP/1.1" 200 833 0.009140 10.0.0.242 - - [2026-01-08 03:50:58] "POST /id-to-fqname HTTP/1.1" 200 225 0.001160 10.0.0.242 - - [2026-01-08 03:50:58] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006114 10.0.0.242 - - [2026-01-08 03:50:58] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005875 10.0.0.242 - - [2026-01-08 03:50:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.009870 10.0.0.242 - - [2026-01-08 03:50:58] "POST /id-to-fqname HTTP/1.1" 200 225 0.001322 10.0.0.27 - - [2026-01-08 03:50:59] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.242 - - [2026-01-08 03:50:59] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072290 10.0.0.242 - - [2026-01-08 03:50:59] "POST /neutron/port HTTP/1.1" 200 117 0.007483 10.0.0.242 - - [2026-01-08 03:50:59] "POST /id-to-fqname HTTP/1.1" 200 225 0.002409 10.0.0.242 - - [2026-01-08 03:50:59] "POST /neutron/network HTTP/1.1" 200 843 0.011401 10.0.0.242 - - [2026-01-08 03:51:00] "POST /neutron/port HTTP/1.1" 200 1061 0.035372 10.0.0.27 - - [2026-01-08 03:51:00] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001041 10.0.0.242 - - [2026-01-08 03:51:00] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.135432 10.0.0.242 - - [2026-01-08 03:51:00] "POST /neutron/port HTTP/1.1" 200 1125 0.065979 10.0.0.242 - - [2026-01-08 03:51:00] "POST /neutron/subnet HTTP/1.1" 200 698 0.015682 10.0.0.242 - - [2026-01-08 03:51:01] "POST /neutron/port HTTP/1.1" 200 1125 0.042048 10.0.0.242 - - [2026-01-08 03:51:01] "POST /id-to-fqname HTTP/1.1" 200 225 0.004168 10.0.0.242 - - [2026-01-08 03:51:01] "POST /neutron/port HTTP/1.1" 200 1125 0.046529 10.0.0.242 - - [2026-01-08 03:51:01] "POST /neutron/network HTTP/1.1" 200 843 0.007114 10.0.0.242 - - [2026-01-08 03:51:02] "POST /neutron/port HTTP/1.1" 200 1061 0.031853 10.0.0.27 - - [2026-01-08 03:51:02] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001411 10.0.0.242 - - [2026-01-08 03:51:02] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.176549 10.0.0.242 - - [2026-01-08 03:51:02] "POST /neutron/network HTTP/1.1" 200 833 0.062871 10.0.0.242 - - [2026-01-08 03:51:02] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.242 - - [2026-01-08 03:51:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015791 10.0.0.242 - - [2026-01-08 03:51:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008939 10.0.0.242 - - [2026-01-08 03:51:04] "POST /neutron/port HTTP/1.1" 200 1061 0.032789 10.0.0.242 - - [2026-01-08 03:51:04] "POST /neutron/port HTTP/1.1" 200 1125 0.033699 10.0.0.242 - - [2026-01-08 03:51:04] "POST /neutron/port HTTP/1.1" 200 117 0.002143 10.0.0.242 - - [2026-01-08 03:51:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016029 10.0.0.242 - - [2026-01-08 03:51:18] "POST /neutron/port HTTP/1.1" 200 1125 0.016413 10.0.0.242 - - [2026-01-08 03:51:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007619 10.0.0.242 - - [2026-01-08 03:51:31] "DELETE /access-control-list/cbf79bd0-23ba-464a-b773-933913e3a88e HTTP/1.1" 200 115 0.051688 10.0.0.27 - - [2026-01-08 03:51:32] "DELETE /project/179519cbdcad4e21a7ab62a1f92fa9c9 HTTP/1.1" 404 173 0.012272 10.0.0.27 - - [2026-01-08 03:51:32] "GET /projects?obj_uuids=5daeaf41-b4e1-40a0-b94f-b550733acedf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001841 10.0.0.27 - - [2026-01-08 03:51:32] "GET /project/5daeaf41-b4e1-40a0-b94f-b550733acedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.059031 10.0.0.27 - - [2026-01-08 03:51:32] "DELETE /project/5daeaf41-b4e1-40a0-b94f-b550733acedf HTTP/1.1" 404 171 0.091873 10.0.0.242 - - [2026-01-08 03:51:33] "POST /neutron/port HTTP/1.1" 200 1125 0.017628 10.0.0.27 - - [2026-01-08 03:51:37] "GET /obj-perms HTTP/1.1" 200 5075 0.058367 10.0.0.242 - - [2026-01-08 03:51:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007668 10.0.0.242 - - [2026-01-08 03:51:39] "POST /neutron/port HTTP/1.1" 200 1125 0.017296 10.0.0.242 - - [2026-01-08 03:51:39] "GET /virtual-machine/055094e7-fc17-4cad-a3fe-5cde038bc424 HTTP/1.1" 401 293 0.000490 10.0.0.242 - - [2026-01-08 03:51:39] "GET /virtual-machine/055094e7-fc17-4cad-a3fe-5cde038bc424 HTTP/1.1" 200 1292 0.037111 10.0.0.242 - - [2026-01-08 03:51:39] "GET /virtual-machine-interface/7aed429f-81c2-454d-a976-5d6477453bf5 HTTP/1.1" 200 2958 0.005622 10.0.0.242 - - [2026-01-08 03:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.242 - - [2026-01-08 03:51:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004282 10.0.0.242 - - [2026-01-08 03:51:39] "GET /virtual-networks?parent_id=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002840 10.0.0.242 - - [2026-01-08 03:51:39] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006370 10.0.0.242 - - [2026-01-08 03:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.242 - - [2026-01-08 03:51:42] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006262 10.0.0.242 - - [2026-01-08 03:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.242 - - [2026-01-08 03:51:46] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006974 10.0.0.242 - - [2026-01-08 03:51:48] "POST /neutron/port HTTP/1.1" 200 1125 0.020952 10.0.0.242 - - [2026-01-08 03:51:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.009881 10.0.0.242 - - [2026-01-08 03:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.242 - - [2026-01-08 03:51:50] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005777 10.0.0.242 - - [2026-01-08 03:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.242 - - [2026-01-08 03:51:54] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005777 10.0.0.242 - - [2026-01-08 03:51:56] "POST /neutron/port HTTP/1.1" 200 1125 0.023786 10.0.0.242 - - [2026-01-08 03:51:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003774 10.0.0.242 - - [2026-01-08 03:51:56] "POST /neutron/network HTTP/1.1" 200 833 0.007500 10.0.0.242 - - [2026-01-08 03:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.242 - - [2026-01-08 03:51:59] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007419 10.0.0.242 - - [2026-01-08 03:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.242 - - [2026-01-08 03:52:03] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005775 10.0.0.242 - - [2026-01-08 03:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005690 10.0.0.242 - - [2026-01-08 03:52:07] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005530 10.0.0.242 - - [2026-01-08 03:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.242 - - [2026-01-08 03:52:11] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006473 10.0.0.242 - - [2026-01-08 03:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.242 - - [2026-01-08 03:52:15] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005386 10.0.0.242 - - [2026-01-08 03:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.242 - - [2026-01-08 03:52:19] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005638 10.0.0.242 - - [2026-01-08 03:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.242 - - [2026-01-08 03:52:23] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006436 10.0.0.242 - - [2026-01-08 03:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.242 - - [2026-01-08 03:52:27] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007340 10.0.0.242 - - [2026-01-08 03:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.242 - - [2026-01-08 03:52:31] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006434 10.0.0.242 - - [2026-01-08 03:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.242 - - [2026-01-08 03:52:35] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005766 10.0.0.242 - - [2026-01-08 03:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.242 - - [2026-01-08 03:52:39] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008559 10.0.0.242 - - [2026-01-08 03:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.242 - - [2026-01-08 03:52:44] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005641 10.0.0.242 - - [2026-01-08 03:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.242 - - [2026-01-08 03:52:48] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005900 10.0.0.242 - - [2026-01-08 03:52:50] "POST /neutron/port HTTP/1.1" 200 1125 0.056716 10.0.0.242 - - [2026-01-08 03:52:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004923 10.0.0.242 - - [2026-01-08 03:52:50] "POST /neutron/network HTTP/1.1" 200 833 0.011123 10.0.0.242 - - [2026-01-08 03:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.242 - - [2026-01-08 03:52:52] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005778 10.0.0.242 - - [2026-01-08 03:52:54] "POST /neutron/port HTTP/1.1" 200 1125 0.059383 10.0.0.242 - - [2026-01-08 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.242 - - [2026-01-08 03:52:56] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004095 10.0.0.242 - - [2026-01-08 03:52:56] "GET /virtual-networks?parent_id=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003289 10.0.0.242 - - [2026-01-08 03:52:56] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010303 10.0.0.242 - - [2026-01-08 03:52:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007917 10.0.0.242 - - [2026-01-08 03:52:57] "POST /neutron/network HTTP/1.1" 200 843 0.041801 10.0.0.242 - - [2026-01-08 03:52:57] "POST /neutron/port HTTP/1.1" 200 117 0.001771 10.0.0.242 - - [2026-01-08 03:53:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009309 10.0.0.242 - - [2026-01-08 03:53:12] "POST /neutron/port HTTP/1.1" 200 1125 0.023549 10.0.0.242 - - [2026-01-08 03:53:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007731 10.0.0.50 - - [2026-01-08 03:53:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.27 - - [2026-01-08 03:53:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.50 - - [2026-01-08 03:53:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.27 - - [2026-01-08 03:53:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.50 - - [2026-01-08 03:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.001629 10.0.0.50 - - [2026-01-08 03:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.27 - - [2026-01-08 03:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.27 - - [2026-01-08 03:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000602 10.0.0.242 - - [2026-01-08 03:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.242 - - [2026-01-08 03:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.242 - - [2026-01-08 03:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000520 10.0.0.242 - - [2026-01-08 03:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000605 10.0.0.242 - - [2026-01-08 03:53:27] "POST /neutron/port HTTP/1.1" 200 1125 0.022040 10.0.0.242 - - [2026-01-08 03:53:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007508 10.0.0.50 - - [2026-01-08 03:53:39] "GET /obj-perms HTTP/1.1" 200 5075 0.050063 10.0.0.242 - - [2026-01-08 03:53:43] "POST /neutron/port HTTP/1.1" 200 1125 0.018171 10.0.0.242 - - [2026-01-08 03:53:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008074 10.0.0.242 - - [2026-01-08 03:53:48] "POST /neutron/port HTTP/1.1" 200 1125 0.019071 10.0.0.242 - - [2026-01-08 03:53:48] "GET /virtual-machine/5b763f18-6635-4373-9ec5-55765bc71510 HTTP/1.1" 200 1293 0.005652 10.0.0.242 - - [2026-01-08 03:53:48] "GET /virtual-machine-interface/ceb2c07e-20d5-4f46-9aca-5b9d273c3b55 HTTP/1.1" 200 2959 0.005721 10.0.0.242 - - [2026-01-08 03:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.242 - - [2026-01-08 03:53:48] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004683 10.0.0.242 - - [2026-01-08 03:53:48] "GET /virtual-networks?parent_id=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003671 10.0.0.242 - - [2026-01-08 03:53:48] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007058 10.0.0.242 - - [2026-01-08 03:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.242 - - [2026-01-08 03:53:49] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004137 10.0.0.242 - - [2026-01-08 03:53:49] "GET /virtual-networks?parent_id=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003751 10.0.0.242 - - [2026-01-08 03:53:49] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006439 10.0.0.242 - - [2026-01-08 03:53:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010401 10.0.0.242 - - [2026-01-08 03:53:50] "POST /neutron/port HTTP/1.1" 200 1125 0.022074 10.0.0.242 - - [2026-01-08 03:53:50] "GET /virtual-machine/7d42fd94-9e5a-4e31-bcb9-03b2cac86c9a HTTP/1.1" 200 1293 0.006888 10.0.0.242 - - [2026-01-08 03:53:50] "GET /virtual-machine-interface/8cae7a14-3b8e-4433-be3f-baf5d7fc7845 HTTP/1.1" 200 2959 0.006438 10.0.0.242 - - [2026-01-08 03:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.242 - - [2026-01-08 03:53:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003932 10.0.0.242 - - [2026-01-08 03:53:50] "GET /virtual-networks?parent_id=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003244 10.0.0.242 - - [2026-01-08 03:53:50] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006397 10.0.0.242 - - [2026-01-08 03:53:51] "POST /neutron/port HTTP/1.1" 200 1125 0.019274 10.0.0.242 - - [2026-01-08 03:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.242 - - [2026-01-08 03:53:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003921 10.0.0.242 - - [2026-01-08 03:53:51] "GET /virtual-networks?parent_id=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.006912 10.0.0.242 - - [2026-01-08 03:53:51] "GET /virtual-network/7eeb6598-fa92-4a0d-bc7f-b87eaf31c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005903 10.0.0.242 - - [2026-01-08 03:53:51] "POST /neutron/subnet HTTP/1.1" 200 698 0.009672 10.0.0.242 - - [2026-01-08 03:53:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.004251 10.0.0.242 - - [2026-01-08 03:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.242 - - [2026-01-08 03:53:51] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.010516 10.0.0.242 - - [2026-01-08 03:53:51] "POST /control-node-zones HTTP/1.1" 200 569 0.029587 10.0.0.242 - - [2026-01-08 03:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.242 - - [2026-01-08 03:53:51] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006430 10.0.0.242 - - [2026-01-08 03:53:51] "GET /control-node-zone/2f8b0885-07cc-4b94-9ad0-a3883d700067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005783 10.0.0.242 - - [2026-01-08 03:53:51] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.022865 10.0.0.242 - - [2026-01-08 03:53:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003603 10.0.0.242 - - [2026-01-08 03:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.242 - - [2026-01-08 03:53:52] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006619 10.0.0.242 - - [2026-01-08 03:53:52] "POST /control-node-zones HTTP/1.1" 200 569 0.030953 10.0.0.242 - - [2026-01-08 03:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.242 - - [2026-01-08 03:53:52] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006057 10.0.0.242 - - [2026-01-08 03:53:52] "GET /control-node-zone/f0727910-0e47-4343-9cfa-e9c63d2d68a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005344 10.0.0.242 - - [2026-01-08 03:53:52] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.020668 10.0.0.242 - - [2026-01-08 03:53:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.003377 10.0.0.242 - - [2026-01-08 03:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.242 - - [2026-01-08 03:53:52] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006733 10.0.0.242 - - [2026-01-08 03:53:52] "POST /control-node-zones HTTP/1.1" 200 569 0.030100 10.0.0.242 - - [2026-01-08 03:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.242 - - [2026-01-08 03:53:52] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005730 10.0.0.242 - - [2026-01-08 03:53:52] "GET /control-node-zone/ad0fa02d-e359-463f-9d0e-18639da51cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005453 10.0.0.242 - - [2026-01-08 03:53:52] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.025365 10.0.0.242 - - [2026-01-08 03:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.242 - - [2026-01-08 03:53:52] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006655 10.0.0.242 - - [2026-01-08 03:53:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.003721 10.0.0.242 - - [2026-01-08 03:53:52] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.036904 10.0.0.242 - - [2026-01-08 03:53:53] "POST /neutron/network HTTP/1.1" 200 833 0.010434 10.0.0.242 - - [2026-01-08 03:53:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.009746 10.0.0.242 - - [2026-01-08 03:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.242 - - [2026-01-08 03:53:53] "GET /bgp-as-a-service/7722cb7e-42e7-4d6e-8126-32f66d7ed700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.005386 10.0.0.242 - - [2026-01-08 03:53:53] "GET /control-node-zone/2f8b0885-07cc-4b94-9ad0-a3883d700067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005164 10.0.0.242 - - [2026-01-08 03:53:53] "POST /ref-update HTTP/1.1" 200 156 0.030421 10.0.0.242 - - [2026-01-08 03:53:58] "POST /neutron/network HTTP/1.1" 200 843 0.007347 10.0.0.242 - - [2026-01-08 03:53:58] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.242 - - [2026-01-08 03:54:10] "GET /bgp-as-a-service/7722cb7e-42e7-4d6e-8126-32f66d7ed700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006982 10.0.0.242 - - [2026-01-08 03:54:10] "GET /virtual-machine-interface/7aed429f-81c2-454d-a976-5d6477453bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005847 10.0.0.242 - - [2026-01-08 03:54:10] "POST /ref-update HTTP/1.1" 200 156 0.013685 10.0.0.242 - - [2026-01-08 03:54:10] "POST /bgp-routers HTTP/1.1" 200 640 0.074161 10.0.0.242 - - [2026-01-08 03:54:10] "PUT /bgp-router/76f138ae-77ee-4ec0-8c86-e05c14d860f7 HTTP/1.1" 200 254 0.044706 10.0.0.242 - - [2026-01-08 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.242 - - [2026-01-08 03:54:10] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006791 10.0.0.242 - - [2026-01-08 03:54:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.003332 10.0.0.242 - - [2026-01-08 03:54:10] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.030768 10.0.0.242 - - [2026-01-08 03:54:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.009033 10.0.0.242 - - [2026-01-08 03:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.242 - - [2026-01-08 03:54:11] "GET /bgp-as-a-service/dbe01412-0884-41ef-9281-b98b770d8d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006785 10.0.0.242 - - [2026-01-08 03:54:11] "GET /control-node-zone/f0727910-0e47-4343-9cfa-e9c63d2d68a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004592 10.0.0.242 - - [2026-01-08 03:54:11] "POST /ref-update HTTP/1.1" 200 156 0.018334 10.0.0.242 - - [2026-01-08 03:54:19] "GET /bgp-as-a-service/dbe01412-0884-41ef-9281-b98b770d8d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.006193 10.0.0.242 - - [2026-01-08 03:54:19] "GET /virtual-machine-interface/ceb2c07e-20d5-4f46-9aca-5b9d273c3b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006362 10.0.0.242 - - [2026-01-08 03:54:19] "POST /ref-update HTTP/1.1" 200 156 0.010898 10.0.0.242 - - [2026-01-08 03:54:19] "POST /ref-update HTTP/1.1" 200 156 0.019998 10.0.0.242 - - [2026-01-08 03:54:38] "GET /control-node-zone/2f8b0885-07cc-4b94-9ad0-a3883d700067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004362 10.0.0.242 - - [2026-01-08 03:54:38] "POST /ref-update HTTP/1.1" 200 156 0.018243 10.0.0.242 - - [2026-01-08 03:54:38] "GET /control-node-zone/f0727910-0e47-4343-9cfa-e9c63d2d68a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004021 10.0.0.242 - - [2026-01-08 03:54:38] "POST /ref-update HTTP/1.1" 200 156 0.018384 10.0.0.242 - - [2026-01-08 03:54:38] "GET /control-node-zone/ad0fa02d-e359-463f-9d0e-18639da51cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004320 10.0.0.242 - - [2026-01-08 03:54:38] "POST /ref-update HTTP/1.1" 200 156 0.019788 10.0.0.242 - - [2026-01-08 03:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.242 - - [2026-01-08 03:54:39] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005316 10.0.0.242 - - [2026-01-08 03:54:39] "GET /control-node-zone/2f8b0885-07cc-4b94-9ad0-a3883d700067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003456 10.0.0.242 - - [2026-01-08 03:54:39] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.022079 10.0.0.242 - - [2026-01-08 03:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.242 - - [2026-01-08 03:54:39] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005468 10.0.0.242 - - [2026-01-08 03:54:39] "GET /control-node-zone/f0727910-0e47-4343-9cfa-e9c63d2d68a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003602 10.0.0.242 - - [2026-01-08 03:54:39] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.020285 10.0.0.242 - - [2026-01-08 03:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.242 - - [2026-01-08 03:54:39] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005596 10.0.0.242 - - [2026-01-08 03:54:39] "GET /control-node-zone/ad0fa02d-e359-463f-9d0e-18639da51cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004143 10.0.0.242 - - [2026-01-08 03:54:39] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.021671 10.0.0.242 - - [2026-01-08 03:54:40] "GET /obj-perms HTTP/1.1" 200 5075 0.056565 10.0.0.242 - - [2026-01-08 03:54:52] "POST /neutron/port HTTP/1.1" 200 1125 0.019774 10.0.0.242 - - [2026-01-08 03:54:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004062 10.0.0.242 - - [2026-01-08 03:54:52] "POST /neutron/network HTTP/1.1" 200 833 0.007729 10.0.0.242 - - [2026-01-08 03:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.242 - - [2026-01-08 03:54:57] "GET /bgp-as-a-service/7722cb7e-42e7-4d6e-8126-32f66d7ed700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.006480 10.0.0.242 - - [2026-01-08 03:54:57] "GET /control-node-zone/2f8b0885-07cc-4b94-9ad0-a3883d700067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004246 10.0.0.242 - - [2026-01-08 03:54:57] "POST /ref-update HTTP/1.1" 200 156 0.017523 10.0.0.242 - - [2026-01-08 03:54:57] "GET /control-node-zone/2f8b0885-07cc-4b94-9ad0-a3883d700067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004183 10.0.0.242 - - [2026-01-08 03:54:57] "POST /ref-update HTTP/1.1" 200 156 0.017849 10.0.0.242 - - [2026-01-08 03:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005866 10.0.0.242 - - [2026-01-08 03:54:58] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006410 10.0.0.242 - - [2026-01-08 03:54:58] "POST /neutron/network HTTP/1.1" 200 833 0.007272 10.0.0.242 - - [2026-01-08 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.242 - - [2026-01-08 03:54:58] "GET /bgp-as-a-service/7722cb7e-42e7-4d6e-8126-32f66d7ed700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.005234 10.0.0.242 - - [2026-01-08 03:54:58] "GET /control-node-zone/ad0fa02d-e359-463f-9d0e-18639da51cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003690 10.0.0.242 - - [2026-01-08 03:54:58] "POST /ref-update HTTP/1.1" 200 156 0.014289 10.0.0.242 - - [2026-01-08 03:54:58] "POST /neutron/port HTTP/1.1" 200 1125 0.019466 10.0.0.242 - - [2026-01-08 03:54:59] "POST /neutron/subnet HTTP/1.1" 200 698 0.011149 10.0.0.242 - - [2026-01-08 03:55:01] "GET /bgp-as-a-service/7722cb7e-42e7-4d6e-8126-32f66d7ed700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.009301 10.0.0.242 - - [2026-01-08 03:55:01] "GET /virtual-machine-interface/7aed429f-81c2-454d-a976-5d6477453bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008163 10.0.0.242 - - [2026-01-08 03:55:14] "GET /bgp-as-a-service/7722cb7e-42e7-4d6e-8126-32f66d7ed700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.004204 10.0.0.242 - - [2026-01-08 03:55:14] "GET /virtual-machine-interface/7aed429f-81c2-454d-a976-5d6477453bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.005656 10.0.0.242 - - [2026-01-08 03:55:14] "POST /ref-update HTTP/1.1" 200 156 0.013443 10.0.0.242 - - [2026-01-08 03:55:14] "GET /bgp-as-a-service/dbe01412-0884-41ef-9281-b98b770d8d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2448 0.011784 10.0.0.242 - - [2026-01-08 03:55:14] "GET /virtual-machine-interface/ceb2c07e-20d5-4f46-9aca-5b9d273c3b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.005468 10.0.0.242 - - [2026-01-08 03:55:14] "POST /ref-update HTTP/1.1" 200 156 0.041821 10.0.0.242 - - [2026-01-08 03:55:14] "POST /ref-update HTTP/1.1" 200 156 0.018354 10.0.0.242 - - [2026-01-08 03:55:14] "DELETE /bgp-as-a-service/dbe01412-0884-41ef-9281-b98b770d8d81 HTTP/1.1" 200 115 0.068026 10.0.0.242 - - [2026-01-08 03:55:14] "GET /bgp-as-a-service/7722cb7e-42e7-4d6e-8126-32f66d7ed700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.014275 10.0.0.242 - - [2026-01-08 03:55:14] "GET /virtual-machine-interface/7aed429f-81c2-454d-a976-5d6477453bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.010909 10.0.0.242 - - [2026-01-08 03:55:14] "DELETE /bgp-router/08ddbae2-92c7-4ab6-9c36-1dc219077142 HTTP/1.1" 200 115 0.075191 10.0.0.242 - - [2026-01-08 03:55:14] "DELETE /bgp-as-a-service/7722cb7e-42e7-4d6e-8126-32f66d7ed700 HTTP/1.1" 200 115 0.052002 10.0.0.242 - - [2026-01-08 03:55:14] "GET /control-node-zone/ad0fa02d-e359-463f-9d0e-18639da51cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007913 10.0.0.242 - - [2026-01-08 03:55:14] "POST /ref-update HTTP/1.1" 200 156 0.021822 10.0.0.242 - - [2026-01-08 03:55:14] "DELETE /control-node-zone/ad0fa02d-e359-463f-9d0e-18639da51cb1 HTTP/1.1" 200 115 0.030655 10.0.0.242 - - [2026-01-08 03:55:14] "GET /control-node-zone/f0727910-0e47-4343-9cfa-e9c63d2d68a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004076 10.0.0.242 - - [2026-01-08 03:55:14] "POST /ref-update HTTP/1.1" 200 156 0.018941 10.0.0.242 - - [2026-01-08 03:55:14] "DELETE /control-node-zone/f0727910-0e47-4343-9cfa-e9c63d2d68a4 HTTP/1.1" 200 115 0.027298 10.0.0.242 - - [2026-01-08 03:55:14] "GET /control-node-zone/2f8b0885-07cc-4b94-9ad0-a3883d700067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003762 10.0.0.242 - - [2026-01-08 03:55:14] "DELETE /control-node-zone/2f8b0885-07cc-4b94-9ad0-a3883d700067 HTTP/1.1" 200 115 0.030456 10.0.0.242 - - [2026-01-08 03:55:15] "POST /neutron/network HTTP/1.1" 200 833 0.008614 10.0.0.242 - - [2026-01-08 03:55:15] "POST /neutron/port HTTP/1.1" 200 1115 0.024265 10.0.0.242 - - [2026-01-08 03:55:15] "POST /neutron/port HTTP/1.1" 200 1115 0.013770 10.0.0.242 - - [2026-01-08 03:55:15] "POST /neutron/port HTTP/1.1" 200 1115 0.038394 10.0.0.27 - - [2026-01-08 03:55:17] "POST /useragent-kv HTTP/1.1" 200 115 0.053320 10.0.0.27 - - [2026-01-08 03:55:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003289 10.0.0.242 - - [2026-01-08 03:55:17] "POST /neutron/network HTTP/1.1" 200 151 0.217864 10.0.0.242 - - [2026-01-08 03:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.27 - - [2026-01-08 03:55:19] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000969 10.0.0.242 - - [2026-01-08 03:55:19] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043778 10.0.0.242 - - [2026-01-08 03:55:20] "POST /route-targets HTTP/1.1" 200 327 0.017827 10.0.0.27 - - [2026-01-08 03:55:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002522 10.0.0.242 - - [2026-01-08 03:55:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.182881 10.0.0.242 - - [2026-01-08 03:55:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.001488 10.0.0.242 - - [2026-01-08 03:55:20] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005666 10.0.0.242 - - [2026-01-08 03:55:20] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005861 10.0.0.242 - - [2026-01-08 03:55:20] "POST /neutron/network HTTP/1.1" 200 833 0.006645 10.0.0.242 - - [2026-01-08 03:55:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.001515 10.0.0.27 - - [2026-01-08 03:55:21] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001447 10.0.0.242 - - [2026-01-08 03:55:21] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.080884 10.0.0.242 - - [2026-01-08 03:55:21] "POST /neutron/network HTTP/1.1" 200 833 0.006667 10.0.0.242 - - [2026-01-08 03:55:21] "POST /id-to-fqname HTTP/1.1" 200 225 0.001443 10.0.0.242 - - [2026-01-08 03:55:21] "POST /neutron/port HTTP/1.1" 200 117 0.006918 10.0.0.27 - - [2026-01-08 03:55:22] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001048 10.0.0.242 - - [2026-01-08 03:55:22] "POST /neutron/port HTTP/1.1" 200 1061 0.279730 10.0.0.242 - - [2026-01-08 03:55:22] "POST /neutron/port HTTP/1.1" 200 1115 0.131905 10.0.0.242 - - [2026-01-08 03:55:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.012632 10.0.0.27 - - [2026-01-08 03:55:22] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.242 - - [2026-01-08 03:55:22] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067617 10.0.0.242 - - [2026-01-08 03:55:22] "POST /neutron/network HTTP/1.1" 200 833 0.011527 10.0.0.242 - - [2026-01-08 03:55:23] "POST /neutron/port HTTP/1.1" 200 117 0.007602 10.0.0.242 - - [2026-01-08 03:55:23] "POST /id-to-fqname HTTP/1.1" 200 225 0.001287 10.0.0.242 - - [2026-01-08 03:55:23] "POST /neutron/network HTTP/1.1" 200 843 0.007487 10.0.0.242 - - [2026-01-08 03:55:23] "POST /neutron/port HTTP/1.1" 200 1061 0.021224 10.0.0.242 - - [2026-01-08 03:55:23] "POST /neutron/port HTTP/1.1" 200 1125 0.020243 10.0.0.242 - - [2026-01-08 03:55:23] "POST /neutron/port HTTP/1.1" 200 117 0.001614 10.0.0.27 - - [2026-01-08 03:55:24] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001361 10.0.0.242 - - [2026-01-08 03:55:24] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.082943 10.0.0.242 - - [2026-01-08 03:55:24] "POST /neutron/port HTTP/1.1" 200 2098 0.032366 10.0.0.242 - - [2026-01-08 03:55:24] "POST /neutron/port HTTP/1.1" 200 1125 0.020788 10.0.0.242 - - [2026-01-08 03:55:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008638 10.0.0.242 - - [2026-01-08 03:55:24] "GET /virtual-machine/30aa63c9-35d9-417d-8e23-4ff2f61d9696 HTTP/1.1" 200 1293 0.006155 10.0.0.242 - - [2026-01-08 03:55:24] "GET /virtual-machine-interface/f6fb3f86-dbef-4611-b6ae-b094f9820c35 HTTP/1.1" 200 2959 0.005439 10.0.0.242 - - [2026-01-08 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.242 - - [2026-01-08 03:55:24] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003700 10.0.0.242 - - [2026-01-08 03:55:24] "GET /virtual-networks?parent_id=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003016 10.0.0.242 - - [2026-01-08 03:55:25] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006810 10.0.0.242 - - [2026-01-08 03:55:25] "POST /neutron/network HTTP/1.1" 200 843 0.007013 10.0.0.242 - - [2026-01-08 03:55:25] "POST /neutron/port HTTP/1.1" 200 1061 0.017832 10.0.0.242 - - [2026-01-08 03:55:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004323 10.0.0.242 - - [2026-01-08 03:55:25] "POST /neutron/network HTTP/1.1" 200 833 0.007028 10.0.0.242 - - [2026-01-08 03:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.242 - - [2026-01-08 03:55:28] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008338 10.0.0.242 - - [2026-01-08 03:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.242 - - [2026-01-08 03:55:32] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005285 10.0.0.242 - - [2026-01-08 03:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.242 - - [2026-01-08 03:55:36] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005567 10.0.0.242 - - [2026-01-08 03:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.242 - - [2026-01-08 03:55:40] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005922 10.0.0.27 - - [2026-01-08 03:55:41] "GET /obj-perms HTTP/1.1" 200 5075 0.063617 10.0.0.242 - - [2026-01-08 03:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.242 - - [2026-01-08 03:55:44] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006112 10.0.0.242 - - [2026-01-08 03:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.242 - - [2026-01-08 03:55:48] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005297 10.0.0.242 - - [2026-01-08 03:55:52] "POST /neutron/network HTTP/1.1" 200 843 0.007623 10.0.0.242 - - [2026-01-08 03:55:52] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.242 - - [2026-01-08 03:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.242 - - [2026-01-08 03:55:52] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005392 10.0.0.242 - - [2026-01-08 03:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.242 - - [2026-01-08 03:55:56] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.016114 10.0.0.242 - - [2026-01-08 03:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.035470 10.0.0.242 - - [2026-01-08 03:56:00] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005014 10.0.0.242 - - [2026-01-08 03:56:00] "POST /neutron/port HTTP/1.1" 200 1125 0.021134 10.0.0.242 - - [2026-01-08 03:56:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.015627 10.0.0.242 - - [2026-01-08 03:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.242 - - [2026-01-08 03:56:05] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006452 10.0.0.242 - - [2026-01-08 03:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.242 - - [2026-01-08 03:56:09] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005611 10.0.0.242 - - [2026-01-08 03:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.242 - - [2026-01-08 03:56:13] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005161 10.0.0.242 - - [2026-01-08 03:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.242 - - [2026-01-08 03:56:17] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006436 10.0.0.242 - - [2026-01-08 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.242 - - [2026-01-08 03:56:21] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005734 10.0.0.242 - - [2026-01-08 03:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005247 10.0.0.242 - - [2026-01-08 03:56:25] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005614 10.0.0.242 - - [2026-01-08 03:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.242 - - [2026-01-08 03:56:29] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006083 10.0.0.242 - - [2026-01-08 03:56:32] "POST /neutron/port HTTP/1.1" 200 1125 0.016324 10.0.0.242 - - [2026-01-08 03:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.242 - - [2026-01-08 03:56:33] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005933 10.0.0.242 - - [2026-01-08 03:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.242 - - [2026-01-08 03:56:37] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006235 10.0.0.242 - - [2026-01-08 03:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.242 - - [2026-01-08 03:56:41] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006316 10.0.0.242 - - [2026-01-08 03:56:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007655 10.0.0.242 - - [2026-01-08 03:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.242 - - [2026-01-08 03:56:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004212 10.0.0.242 - - [2026-01-08 03:56:46] "GET /virtual-networks?parent_id=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005050 10.0.0.242 - - [2026-01-08 03:56:46] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007794 10.0.0.242 - - [2026-01-08 03:56:51] "POST /neutron/port HTTP/1.1" 200 1125 0.053329 10.0.0.242 - - [2026-01-08 03:56:53] "POST /neutron/port HTTP/1.1" 200 1125 0.026106 10.0.0.242 - - [2026-01-08 03:56:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.009218 10.0.0.242 - - [2026-01-08 03:56:56] "POST /neutron/port HTTP/1.1" 200 1125 0.022375 10.0.0.242 - - [2026-01-08 03:56:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009435 10.0.0.242 - - [2026-01-08 03:57:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009419 10.0.0.242 - - [2026-01-08 03:57:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004805 10.0.0.242 - - [2026-01-08 03:57:02] "POST /neutron/network HTTP/1.1" 200 833 0.006962 10.0.0.242 - - [2026-01-08 03:57:12] "POST /neutron/port HTTP/1.1" 200 1125 0.019747 10.0.0.242 - - [2026-01-08 03:57:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008832 10.0.0.242 - - [2026-01-08 03:57:27] "POST /neutron/port HTTP/1.1" 200 1125 0.018613 10.0.0.242 - - [2026-01-08 03:57:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007487 10.0.0.242 - - [2026-01-08 03:57:38] "POST /neutron/port HTTP/1.1" 200 1125 0.016807 10.0.0.242 - - [2026-01-08 03:57:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011170 10.0.0.242 - - [2026-01-08 03:57:38] "GET /virtual-machine/3d6bf021-58fc-4696-a2a6-61db052cf3d4 HTTP/1.1" 200 1293 0.028587 10.0.0.242 - - [2026-01-08 03:57:38] "GET /virtual-machine-interface/376ab6c1-c49f-4f00-bffb-8a50307a5ecc HTTP/1.1" 200 2958 0.005311 10.0.0.242 - - [2026-01-08 03:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.242 - - [2026-01-08 03:57:38] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004260 10.0.0.242 - - [2026-01-08 03:57:38] "GET /virtual-networks?parent_id=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003274 10.0.0.242 - - [2026-01-08 03:57:38] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005831 10.0.0.242 - - [2026-01-08 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.242 - - [2026-01-08 03:57:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003641 10.0.0.242 - - [2026-01-08 03:57:39] "GET /virtual-networks?parent_id=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002781 10.0.0.242 - - [2026-01-08 03:57:39] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006443 10.0.0.242 - - [2026-01-08 03:57:39] "POST /neutron/port HTTP/1.1" 200 1125 0.017660 10.0.0.242 - - [2026-01-08 03:57:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007518 10.0.0.242 - - [2026-01-08 03:57:39] "GET /virtual-machine/d515547d-d2d7-484f-9155-13e22e4af891 HTTP/1.1" 200 1294 0.006900 10.0.0.242 - - [2026-01-08 03:57:39] "GET /virtual-machine-interface/7baac302-dc5d-4ab6-b1b8-9aa95b8fcf52 HTTP/1.1" 200 2958 0.005754 10.0.0.242 - - [2026-01-08 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.242 - - [2026-01-08 03:57:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003442 10.0.0.242 - - [2026-01-08 03:57:39] "GET /virtual-networks?parent_id=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003053 10.0.0.242 - - [2026-01-08 03:57:40] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006796 10.0.0.242 - - [2026-01-08 03:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.242 - - [2026-01-08 03:57:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004547 10.0.0.242 - - [2026-01-08 03:57:41] "GET /virtual-networks?parent_id=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004825 10.0.0.242 - - [2026-01-08 03:57:41] "GET /virtual-network/748bf75e-88b7-4068-a43f-ecf1249a89ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009063 10.0.0.242 - - [2026-01-08 03:57:46] "POST /neutron/port HTTP/1.1" 200 1125 0.019493 10.0.0.242 - - [2026-01-08 03:57:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003731 10.0.0.242 - - [2026-01-08 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.242 - - [2026-01-08 03:57:51] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009447 10.0.0.242 - - [2026-01-08 03:57:51] "POST /control-node-zones HTTP/1.1" 200 569 0.028785 10.0.0.242 - - [2026-01-08 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.242 - - [2026-01-08 03:57:51] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005050 10.0.0.242 - - [2026-01-08 03:57:51] "GET /control-node-zone/ac4574fd-ec20-4db6-ad2d-993548ddf34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006353 10.0.0.242 - - [2026-01-08 03:57:51] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.023312 10.0.0.242 - - [2026-01-08 03:57:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003296 10.0.0.242 - - [2026-01-08 03:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.242 - - [2026-01-08 03:57:52] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007635 10.0.0.242 - - [2026-01-08 03:57:52] "POST /control-node-zones HTTP/1.1" 200 569 0.031141 10.0.0.242 - - [2026-01-08 03:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.242 - - [2026-01-08 03:57:52] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005830 10.0.0.242 - - [2026-01-08 03:57:52] "GET /control-node-zone/48d73e7f-4308-4518-bb00-53d402dbcd28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006008 10.0.0.242 - - [2026-01-08 03:57:52] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.024336 10.0.0.242 - - [2026-01-08 03:57:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.003591 10.0.0.242 - - [2026-01-08 03:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.242 - - [2026-01-08 03:57:52] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008596 10.0.0.242 - - [2026-01-08 03:57:52] "POST /control-node-zones HTTP/1.1" 200 569 0.029419 10.0.0.242 - - [2026-01-08 03:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.242 - - [2026-01-08 03:57:52] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004919 10.0.0.242 - - [2026-01-08 03:57:52] "GET /control-node-zone/291438eb-4d3b-40a2-a0e8-a1814967b0fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006767 10.0.0.242 - - [2026-01-08 03:57:52] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.028916 10.0.0.242 - - [2026-01-08 03:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.242 - - [2026-01-08 03:57:52] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007980 10.0.0.242 - - [2026-01-08 03:57:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.004515 10.0.0.242 - - [2026-01-08 03:57:52] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032925 10.0.0.242 - - [2026-01-08 03:57:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.009699 10.0.0.242 - - [2026-01-08 03:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.242 - - [2026-01-08 03:57:52] "GET /bgp-as-a-service/cc902202-83c5-4de4-b52d-e657998e4763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.005904 10.0.0.242 - - [2026-01-08 03:57:53] "GET /control-node-zone/ac4574fd-ec20-4db6-ad2d-993548ddf34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004204 10.0.0.242 - - [2026-01-08 03:57:53] "POST /ref-update HTTP/1.1" 200 156 0.015509 10.0.0.242 - - [2026-01-08 03:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.242 - - [2026-01-08 03:57:53] "GET /bgp-as-a-service/cc902202-83c5-4de4-b52d-e657998e4763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.008174 10.0.0.242 - - [2026-01-08 03:57:53] "GET /control-node-zone/48d73e7f-4308-4518-bb00-53d402dbcd28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004546 10.0.0.242 - - [2026-01-08 03:57:53] "POST /ref-update HTTP/1.1" 200 156 0.021537 10.0.0.242 - - [2026-01-08 03:57:54] "POST /neutron/port HTTP/1.1" 200 1125 0.050674 10.0.0.242 - - [2026-01-08 03:57:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004040 10.0.0.242 - - [2026-01-08 03:57:54] "POST /neutron/network HTTP/1.1" 200 833 0.007632 10.0.0.242 - - [2026-01-08 03:58:02] "POST /neutron/network HTTP/1.1" 200 843 0.035424 10.0.0.242 - - [2026-01-08 03:58:02] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.242 - - [2026-01-08 03:58:12] "GET /bgp-as-a-service/cc902202-83c5-4de4-b52d-e657998e4763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006191 10.0.0.242 - - [2026-01-08 03:58:12] "GET /virtual-machine-interface/f6fb3f86-dbef-4611-b6ae-b094f9820c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005929 10.0.0.242 - - [2026-01-08 03:58:12] "POST /ref-update HTTP/1.1" 200 156 0.012226 10.0.0.242 - - [2026-01-08 03:58:12] "POST /bgp-routers HTTP/1.1" 200 640 0.042470 10.0.0.242 - - [2026-01-08 03:58:12] "PUT /bgp-router/52c02163-2edb-4997-957b-c44bdda16c8f HTTP/1.1" 200 254 0.029732 10.0.0.242 - - [2026-01-08 03:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.242 - - [2026-01-08 03:58:13] "GET /global-system-config/cd663db1-f2b3-4e13-9902-9fe039fac707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005974 10.0.0.242 - - [2026-01-08 03:58:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.002522 10.0.0.242 - - [2026-01-08 03:58:13] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.029732 10.0.0.242 - - [2026-01-08 03:58:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.011520 10.0.0.242 - - [2026-01-08 03:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.242 - - [2026-01-08 03:58:13] "GET /bgp-as-a-service/f4a7c04c-6a1d-4fcf-8b6a-cc275af4c552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.005387 10.0.0.242 - - [2026-01-08 03:58:13] "GET /control-node-zone/ac4574fd-ec20-4db6-ad2d-993548ddf34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003758 10.0.0.242 - - [2026-01-08 03:58:13] "POST /ref-update HTTP/1.1" 200 156 0.014950 10.0.0.242 - - [2026-01-08 03:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.242 - - [2026-01-08 03:58:13] "GET /bgp-as-a-service/f4a7c04c-6a1d-4fcf-8b6a-cc275af4c552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006159 10.0.0.242 - - [2026-01-08 03:58:13] "GET /control-node-zone/48d73e7f-4308-4518-bb00-53d402dbcd28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003301 10.0.0.242 - - [2026-01-08 03:58:13] "POST /ref-update HTTP/1.1" 200 156 0.016214 10.0.0.50 - - [2026-01-08 03:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000549 10.0.0.50 - - [2026-01-08 03:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.27 - - [2026-01-08 03:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.27 - - [2026-01-08 03:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.50 - - [2026-01-08 03:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.50 - - [2026-01-08 03:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.27 - - [2026-01-08 03:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.27 - - [2026-01-08 03:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.242 - - [2026-01-08 03:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.242 - - [2026-01-08 03:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.242 - - [2026-01-08 03:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.242 - - [2026-01-08 03:58:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.242 - - [2026-01-08 03:58:26] "GET /bgp-as-a-service/f4a7c04c-6a1d-4fcf-8b6a-cc275af4c552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.009149 10.0.0.242 - - [2026-01-08 03:58:26] "GET /virtual-machine-interface/376ab6c1-c49f-4f00-bffb-8a50307a5ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005977 10.0.0.242 - - [2026-01-08 03:58:26] "POST /ref-update HTTP/1.1" 200 156 0.012001 10.0.0.242 - - [2026-01-08 03:58:26] "POST /ref-update HTTP/1.1" 200 156 0.021281 10.0.0.50 - - [2026-01-08 03:58:43] "GET /obj-perms HTTP/1.1" 200 5075 0.047635 10.0.0.242 - - [2026-01-08 03:58:54] "POST /neutron/port HTTP/1.1" 200 1125 0.035006 10.0.0.242 - - [2026-01-08 03:58:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004472 10.0.0.242 - - [2026-01-08 03:58:54] "GET /bgp-as-a-service/f4a7c04c-6a1d-4fcf-8b6a-cc275af4c552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.007499 10.0.0.242 - - [2026-01-08 03:58:54] "GET /virtual-machine-interface/376ab6c1-c49f-4f00-bffb-8a50307a5ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008230 10.0.0.242 - - [2026-01-08 03:58:54] "POST /ref-update HTTP/1.1" 200 156 0.023926 10.0.0.242 - - [2026-01-08 03:58:54] "POST /neutron/network HTTP/1.1" 200 833 0.024031 10.0.0.242 - - [2026-01-08 03:58:54] "DELETE /bgp-as-a-service/f4a7c04c-6a1d-4fcf-8b6a-cc275af4c552 HTTP/1.1" 200 115 0.057420 10.0.0.242 - - [2026-01-08 03:58:54] "GET /bgp-as-a-service/cc902202-83c5-4de4-b52d-e657998e4763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.006317 10.0.0.242 - - [2026-01-08 03:58:54] "GET /virtual-machine-interface/f6fb3f86-dbef-4611-b6ae-b094f9820c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.007644 10.0.0.242 - - [2026-01-08 03:58:54] "POST /ref-update HTTP/1.1" 200 156 0.015920 10.0.0.242 - - [2026-01-08 03:58:54] "DELETE /bgp-as-a-service/cc902202-83c5-4de4-b52d-e657998e4763 HTTP/1.1" 200 115 0.057228 10.0.0.242 - - [2026-01-08 03:58:54] "GET /control-node-zone/291438eb-4d3b-40a2-a0e8-a1814967b0fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005665 10.0.0.242 - - [2026-01-08 03:58:54] "POST /ref-update HTTP/1.1" 200 156 0.023317 10.0.0.242 - - [2026-01-08 03:58:54] "DELETE /control-node-zone/291438eb-4d3b-40a2-a0e8-a1814967b0fb HTTP/1.1" 200 115 0.033968 10.0.0.242 - - [2026-01-08 03:58:54] "GET /control-node-zone/48d73e7f-4308-4518-bb00-53d402dbcd28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006458 10.0.0.242 - - [2026-01-08 03:58:55] "POST /ref-update HTTP/1.1" 200 156 0.029148 10.0.0.242 - - [2026-01-08 03:58:55] "POST /ref-update HTTP/1.1" 200 156 0.038949 10.0.0.242 - - [2026-01-08 03:58:55] "DELETE /control-node-zone/48d73e7f-4308-4518-bb00-53d402dbcd28 HTTP/1.1" 200 115 0.068750 10.0.0.242 - - [2026-01-08 03:58:55] "GET /control-node-zone/ac4574fd-ec20-4db6-ad2d-993548ddf34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006120 10.0.0.242 - - [2026-01-08 03:58:55] "POST /ref-update HTTP/1.1" 200 156 0.036054 10.0.0.242 - - [2026-01-08 03:58:55] "DELETE /bgp-router/52c02163-2edb-4997-957b-c44bdda16c8f HTTP/1.1" 200 115 0.104820 10.0.0.242 - - [2026-01-08 03:58:55] "DELETE /control-node-zone/ac4574fd-ec20-4db6-ad2d-993548ddf34c HTTP/1.1" 200 115 0.082540 10.0.0.242 - - [2026-01-08 03:58:56] "POST /neutron/port HTTP/1.1" 200 1125 0.034733 10.0.0.242 - - [2026-01-08 03:58:56] "POST /neutron/port HTTP/1.1" 200 1115 0.017355 10.0.0.242 - - [2026-01-08 03:58:56] "POST /neutron/port HTTP/1.1" 200 1125 0.025692 10.0.0.242 - - [2026-01-08 03:58:57] "POST /neutron/network HTTP/1.1" 200 833 0.011531 10.0.0.27 - - [2026-01-08 03:58:59] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.242 - - [2026-01-08 03:58:59] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.092022 10.0.0.27 - - [2026-01-08 03:58:59] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.242 - - [2026-01-08 03:58:59] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?fields=virtual_networks HTTP/1.1" 200 1034 0.041408 10.0.0.27 - - [2026-01-08 03:58:59] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001069 10.0.0.242 - - [2026-01-08 03:58:59] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.051428 10.0.0.27 - - [2026-01-08 03:58:59] "GET /projects?obj_uuids=179519cb-dcad-4e21-a7ab-62a1f92fa9c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001019 10.0.0.242 - - [2026-01-08 03:58:59] "GET /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9?fields=security_groups HTTP/1.1" 200 1261 0.041413 10.0.0.242 - - [2026-01-08 03:59:00] "POST /fqname-to-id HTTP/1.1" 404 181 0.031171 10.0.0.27 - - [2026-01-08 03:59:00] "GET /projects?obj_uuids=0b40524f-094b-43e3-9daa-aa11d30e1be2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003317 10.0.0.27 - - [2026-01-08 03:59:00] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.27 - - [2026-01-08 03:59:00] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.038733 10.0.0.27 - - [2026-01-08 03:59:00] "POST /id-to-fqname HTTP/1.1" 200 183 0.004862 10.0.0.27 - - [2026-01-08 03:59:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.008532 10.0.0.27 - - [2026-01-08 03:59:01] "POST /security-groups HTTP/1.1" 200 584 0.033074 10.0.0.242 - - [2026-01-08 03:59:01] "POST /fqname-to-id HTTP/1.1" 404 227 0.004655 10.0.0.27 - - [2026-01-08 03:59:01] "POST /projects HTTP/1.1" 200 571 0.234321 10.0.0.27 - - [2026-01-08 03:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.306499 10.0.0.242 - - [2026-01-08 03:59:01] "POST /access-control-lists HTTP/1.1" 200 587 0.033598 10.0.0.242 - - [2026-01-08 03:59:01] "GET /project/0b40524f-094b-43e3-9daa-aa11d30e1be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.496763 10.0.0.242 - - [2026-01-08 03:59:02] "GET / HTTP/1.1" 200 35931 0.001777 10.0.0.27 - - [2026-01-08 03:59:05] "GET /projects?obj_uuids=0b40524f-094b-43e3-9daa-aa11d30e1be2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001199 10.0.0.242 - - [2026-01-08 03:59:05] "GET /project/0b40524f-094b-43e3-9daa-aa11d30e1be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.041471 10.0.0.27 - - [2026-01-08 03:59:05] "GET /projects?obj_uuids=0b40524f-094b-43e3-9daa-aa11d30e1be2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001049 10.0.0.242 - - [2026-01-08 03:59:05] "GET /project/0b40524f-094b-43e3-9daa-aa11d30e1be2?fields=virtual_networks HTTP/1.1" 200 1017 0.039238 10.0.0.27 - - [2026-01-08 03:59:05] "GET /projects?obj_uuids=0b40524f-094b-43e3-9daa-aa11d30e1be2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001057 10.0.0.242 - - [2026-01-08 03:59:05] "GET /project/0b40524f-094b-43e3-9daa-aa11d30e1be2?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.040625 10.0.0.27 - - [2026-01-08 03:59:05] "GET /projects?obj_uuids=0b40524f-094b-43e3-9daa-aa11d30e1be2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001012 10.0.0.242 - - [2026-01-08 03:59:05] "GET /project/0b40524f-094b-43e3-9daa-aa11d30e1be2?fields=security_groups HTTP/1.1" 200 1236 0.039782 10.0.0.242 - - [2026-01-08 03:59:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.029268 10.0.0.27 - - [2026-01-08 03:59:06] "GET /projects?obj_uuids=6d92b7c8-9a19-41a6-b1a6-ec4fd1376492&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003212 10.0.0.27 - - [2026-01-08 03:59:06] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.27 - - [2026-01-08 03:59:06] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007444 10.0.0.27 - - [2026-01-08 03:59:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.003276 10.0.0.27 - - [2026-01-08 03:59:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.010093 10.0.0.27 - - [2026-01-08 03:59:07] "POST /security-groups HTTP/1.1" 200 592 0.073741 10.0.0.27 - - [2026-01-08 03:59:07] "POST /projects HTTP/1.1" 200 587 0.284917 10.0.0.242 - - [2026-01-08 03:59:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.004745 10.0.0.27 - - [2026-01-08 03:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.363086 10.0.0.242 - - [2026-01-08 03:59:07] "GET /project/6d92b7c8-9a19-41a6-b1a6-ec4fd1376492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.500778 10.0.0.242 - - [2026-01-08 03:59:08] "GET / HTTP/1.1" 200 35931 0.002691 10.0.0.27 - - [2026-01-08 03:59:11] "GET /projects?obj_uuids=6d92b7c8-9a19-41a6-b1a6-ec4fd1376492&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001141 10.0.0.242 - - [2026-01-08 03:59:11] "GET /project/6d92b7c8-9a19-41a6-b1a6-ec4fd1376492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.039317 10.0.0.27 - - [2026-01-08 03:59:11] "GET /projects?obj_uuids=6d92b7c8-9a19-41a6-b1a6-ec4fd1376492&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000918 10.0.0.242 - - [2026-01-08 03:59:11] "GET /project/6d92b7c8-9a19-41a6-b1a6-ec4fd1376492?fields=virtual_networks HTTP/1.1" 200 1034 0.049364 10.0.0.27 - - [2026-01-08 03:59:11] "GET /projects?obj_uuids=6d92b7c8-9a19-41a6-b1a6-ec4fd1376492&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001008 10.0.0.242 - - [2026-01-08 03:59:11] "GET /project/6d92b7c8-9a19-41a6-b1a6-ec4fd1376492?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.050665 10.0.0.27 - - [2026-01-08 03:59:11] "GET /projects?obj_uuids=6d92b7c8-9a19-41a6-b1a6-ec4fd1376492&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.242 - - [2026-01-08 03:59:11] "GET /project/6d92b7c8-9a19-41a6-b1a6-ec4fd1376492?fields=security_groups HTTP/1.1" 200 1261 0.052233 10.0.0.242 - - [2026-01-08 03:59:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.027343 10.0.0.27 - - [2026-01-08 03:59:12] "GET /projects?obj_uuids=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003391 10.0.0.27 - - [2026-01-08 03:59:12] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.27 - - [2026-01-08 03:59:12] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007841 10.0.0.27 - - [2026-01-08 03:59:12] "POST /id-to-fqname HTTP/1.1" 200 197 0.002147 10.0.0.27 - - [2026-01-08 03:59:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.005565 10.0.0.27 - - [2026-01-08 03:59:12] "POST /security-groups HTTP/1.1" 200 598 0.031367 10.0.0.27 - - [2026-01-08 03:59:12] "POST /projects HTTP/1.1" 200 599 0.221255 10.0.0.27 - - [2026-01-08 03:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.294519 10.0.0.242 - - [2026-01-08 03:59:12] "POST /access-control-lists HTTP/1.1" 200 603 0.049844 10.0.0.242 - - [2026-01-08 03:59:12] "GET /project/295e7cbb-c428-4c86-a2a1-b92bc77d3ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.443655 10.0.0.242 - - [2026-01-08 03:59:14] "GET / HTTP/1.1" 200 35931 0.002050 10.0.0.242 - - [2026-01-08 03:59:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000515 10.0.0.242 - - [2026-01-08 03:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.073153 10.0.0.242 - - [2026-01-08 03:59:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004490 10.0.0.242 - - [2026-01-08 03:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.242 - - [2026-01-08 03:59:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004234 10.0.0.242 - - [2026-01-08 03:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.242 - - [2026-01-08 03:59:16] "PUT /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3 HTTP/1.1" 200 276 0.012522 10.0.0.242 - - [2026-01-08 03:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.27 - - [2026-01-08 03:59:16] "GET /projects?obj_uuids=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001398 10.0.0.242 - - [2026-01-08 03:59:16] "GET /project/295e7cbb-c428-4c86-a2a1-b92bc77d3ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.060805 10.0.0.27 - - [2026-01-08 03:59:16] "GET /projects?obj_uuids=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001086 10.0.0.242 - - [2026-01-08 03:59:16] "POST /neutron/network HTTP/1.1" 200 594 0.156287 10.0.0.242 - - [2026-01-08 03:59:16] "POST /route-targets HTTP/1.1" 200 327 0.021526 10.0.0.242 - - [2026-01-08 03:59:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.003472 10.0.0.242 - - [2026-01-08 03:59:17] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005370 10.0.0.242 - - [2026-01-08 03:59:17] "POST /neutron/network HTTP/1.1" 200 808 0.006584 10.0.0.242 - - [2026-01-08 03:59:17] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006742 10.0.0.242 - - [2026-01-08 03:59:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.001386 10.0.0.242 - - [2026-01-08 03:59:17] "POST /neutron/network HTTP/1.1" 200 818 0.007780 10.0.0.27 - - [2026-01-08 03:59:18] "GET /projects?obj_uuids=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000992 10.0.0.242 - - [2026-01-08 03:59:18] "GET /project/295e7cbb-c428-4c86-a2a1-b92bc77d3ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.077740 10.0.0.242 - - [2026-01-08 03:59:18] "POST /neutron/port HTTP/1.1" 200 117 0.007099 10.0.0.242 - - [2026-01-08 03:59:18] "POST /id-to-fqname HTTP/1.1" 200 218 0.001791 10.0.0.242 - - [2026-01-08 03:59:19] "POST /neutron/network HTTP/1.1" 200 818 0.007190 10.0.0.242 - - [2026-01-08 03:59:19] "POST /neutron/port HTTP/1.1" 200 1062 0.020111 10.0.0.27 - - [2026-01-08 03:59:19] "GET /projects?obj_uuids=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001671 10.0.0.242 - - [2026-01-08 03:59:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005575 10.0.0.242 - - [2026-01-08 03:59:19] "GET /project/295e7cbb-c428-4c86-a2a1-b92bc77d3ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.080259 10.0.0.242 - - [2026-01-08 03:59:19] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.242 - - [2026-01-08 03:59:19] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008152 10.0.0.27 - - [2026-01-08 03:59:20] "GET /projects?obj_uuids=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001120 10.0.0.242 - - [2026-01-08 03:59:20] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006892 10.0.0.242 - - [2026-01-08 03:59:20] "POST /neutron/port HTTP/1.1" 200 1062 0.294505 10.0.0.242 - - [2026-01-08 03:59:20] "POST /neutron/port HTTP/1.1" 200 1116 0.112084 10.0.0.242 - - [2026-01-08 03:59:20] "POST /neutron/subnet HTTP/1.1" 200 675 0.009739 10.0.0.242 - - [2026-01-08 03:59:21] "GET /obj-perms HTTP/1.1" 200 5063 0.076508 10.0.0.27 - - [2026-01-08 03:59:21] "GET /obj-perms HTTP/1.1" 200 5063 0.056988 10.0.0.242 - - [2026-01-08 03:59:22] "POST /neutron/port HTTP/1.1" 200 1126 0.024277 10.0.0.242 - - [2026-01-08 03:59:22] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008367 10.0.0.242 - - [2026-01-08 03:59:22] "POST /neutron/port HTTP/1.1" 200 1126 0.017391 10.0.0.242 - - [2026-01-08 03:59:22] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 401 293 0.000532 10.0.0.242 - - [2026-01-08 03:59:22] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 200 1299 0.041011 10.0.0.242 - - [2026-01-08 03:59:22] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 200 1299 0.003701 10.0.0.242 - - [2026-01-08 03:59:22] "GET /virtual-machine-interface/1ff78938-b208-4d9f-8104-57b5d4c3d374 HTTP/1.1" 200 2948 0.005461 10.0.0.242 - - [2026-01-08 03:59:22] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 200 1299 0.003525 10.0.0.242 - - [2026-01-08 03:59:22] "GET /virtual-machine-interface/1ff78938-b208-4d9f-8104-57b5d4c3d374 HTTP/1.1" 200 2948 0.004992 10.0.0.242 - - [2026-01-08 03:59:22] "GET /instance-ip/55150e21-bc0a-4169-9a5d-7cfd9c8e563c HTTP/1.1" 200 1620 0.008005 10.0.0.242 - - [2026-01-08 03:59:22] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 200 1299 0.004248 10.0.0.242 - - [2026-01-08 03:59:22] "GET /virtual-machine-interface/1ff78938-b208-4d9f-8104-57b5d4c3d374 HTTP/1.1" 200 2948 0.005904 10.0.0.242 - - [2026-01-08 03:59:22] "GET /instance-ip/55150e21-bc0a-4169-9a5d-7cfd9c8e563c HTTP/1.1" 200 1620 0.004683 10.0.0.242 - - [2026-01-08 03:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.242 - - [2026-01-08 03:59:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004385 10.0.0.242 - - [2026-01-08 03:59:22] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003047 10.0.0.242 - - [2026-01-08 03:59:22] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006118 10.0.0.242 - - [2026-01-08 03:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.242 - - [2026-01-08 03:59:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004443 10.0.0.242 - - [2026-01-08 03:59:22] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003830 10.0.0.242 - - [2026-01-08 03:59:23] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007594 10.0.0.242 - - [2026-01-08 03:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.242 - - [2026-01-08 03:59:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004136 10.0.0.242 - - [2026-01-08 03:59:23] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003010 10.0.0.242 - - [2026-01-08 03:59:23] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006196 10.0.0.242 - - [2026-01-08 03:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.242 - - [2026-01-08 03:59:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004468 10.0.0.242 - - [2026-01-08 03:59:23] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002914 10.0.0.242 - - [2026-01-08 03:59:23] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006233 10.0.0.242 - - [2026-01-08 03:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.242 - - [2026-01-08 03:59:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004662 10.0.0.242 - - [2026-01-08 03:59:23] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003597 10.0.0.242 - - [2026-01-08 03:59:23] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006097 10.0.0.242 - - [2026-01-08 03:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.242 - - [2026-01-08 03:59:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005491 10.0.0.242 - - [2026-01-08 03:59:23] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005092 10.0.0.242 - - [2026-01-08 03:59:23] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006108 10.0.0.242 - - [2026-01-08 03:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005773 10.0.0.242 - - [2026-01-08 03:59:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005301 10.0.0.242 - - [2026-01-08 03:59:23] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002974 10.0.0.242 - - [2026-01-08 03:59:23] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005758 10.0.0.242 - - [2026-01-08 03:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.242 - - [2026-01-08 03:59:26] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.011052 10.0.0.242 - - [2026-01-08 03:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.242 - - [2026-01-08 03:59:30] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006413 10.0.0.242 - - [2026-01-08 03:59:32] "DELETE /access-control-list/f716d2f2-64d3-4eb1-9fac-a5347dec8d8e HTTP/1.1" 200 115 0.036538 10.0.0.27 - - [2026-01-08 03:59:33] "DELETE /project/6d92b7c89a1941a6b1a6ec4fd1376492 HTTP/1.1" 404 173 0.021192 10.0.0.27 - - [2026-01-08 03:59:33] "DELETE /project/295e7cbbc4284c86a2a1b92bc77d3ef6 HTTP/1.1" 404 173 0.018409 10.0.0.27 - - [2026-01-08 03:59:33] "DELETE /project/0b40524f094b43e39daaaa11d30e1be2 HTTP/1.1" 404 173 0.015575 10.0.0.27 - - [2026-01-08 03:59:33] "DELETE /project/179519cb-dcad-4e21-a7ab-62a1f92fa9c9 HTTP/1.1" 404 177 0.014818 10.0.0.27 - - [2026-01-08 03:59:33] "GET /projects?obj_uuids=6d92b7c8-9a19-41a6-b1a6-ec4fd1376492&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001729 10.0.0.27 - - [2026-01-08 03:59:33] "GET /projects?obj_uuids=0b40524f-094b-43e3-9daa-aa11d30e1be2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001040 10.0.0.27 - - [2026-01-08 03:59:33] "GET /project/0b40524f-094b-43e3-9daa-aa11d30e1be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.071158 10.0.0.27 - - [2026-01-08 03:59:33] "GET /project/6d92b7c8-9a19-41a6-b1a6-ec4fd1376492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.082738 10.0.0.27 - - [2026-01-08 03:59:33] "GET /projects?obj_uuids=0b40524f-094b-43e3-9daa-aa11d30e1be2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001762 10.0.0.27 - - [2026-01-08 03:59:33] "GET /projects?obj_uuids=6d92b7c8-9a19-41a6-b1a6-ec4fd1376492&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.27 - - [2026-01-08 03:59:33] "GET /project/0b40524f-094b-43e3-9daa-aa11d30e1be2?fields=security_groups HTTP/1.1" 200 1341 0.049721 10.0.0.27 - - [2026-01-08 03:59:33] "GET /project/6d92b7c8-9a19-41a6-b1a6-ec4fd1376492?fields=security_groups HTTP/1.1" 200 1366 0.056486 10.0.0.27 - - [2026-01-08 03:59:33] "DELETE /security-group/cc2779c6-4cf7-46c6-adfc-c390f36d66c2 HTTP/1.1" 200 115 0.058255 10.0.0.27 - - [2026-01-08 03:59:33] "GET /projects?obj_uuids=0b40524f-094b-43e3-9daa-aa11d30e1be2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000951 10.0.0.27 - - [2026-01-08 03:59:33] "DELETE /security-group/3757a2bc-c6ab-4a62-98b0-ecc0cc924f77 HTTP/1.1" 200 115 0.072004 10.0.0.27 - - [2026-01-08 03:59:33] "GET /projects?obj_uuids=6d92b7c8-9a19-41a6-b1a6-ec4fd1376492&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001258 10.0.0.27 - - [2026-01-08 03:59:33] "GET /project/0b40524f-094b-43e3-9daa-aa11d30e1be2?fields=application_policy_sets HTTP/1.1" 200 1380 0.067793 10.0.0.27 - - [2026-01-08 03:59:33] "GET /project/6d92b7c8-9a19-41a6-b1a6-ec4fd1376492?fields=application_policy_sets HTTP/1.1" 200 1405 0.088649 10.0.0.242 - - [2026-01-08 03:59:33] "DELETE /access-control-list/e5da5744-ff30-4297-b0ae-d7539cdc37cd HTTP/1.1" 200 115 0.045892 10.0.0.27 - - [2026-01-08 03:59:33] "DELETE /project/0b40524f-094b-43e3-9daa-aa11d30e1be2 HTTP/1.1" 200 115 0.549336 10.0.0.27 - - [2026-01-08 03:59:33] "DELETE /project/6d92b7c8-9a19-41a6-b1a6-ec4fd1376492 HTTP/1.1" 200 115 0.578882 10.0.0.242 - - [2026-01-08 03:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.242 - - [2026-01-08 03:59:34] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006162 10.0.0.242 - - [2026-01-08 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.242 - - [2026-01-08 03:59:39] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005384 10.0.0.242 - - [2026-01-08 03:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.242 - - [2026-01-08 03:59:43] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005163 10.0.0.242 - - [2026-01-08 03:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.242 - - [2026-01-08 03:59:47] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006036 10.0.0.242 - - [2026-01-08 03:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.242 - - [2026-01-08 03:59:51] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006812 10.0.0.242 - - [2026-01-08 03:59:54] "POST /neutron/port HTTP/1.1" 200 1126 0.024032 10.0.0.242 - - [2026-01-08 03:59:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.030341 10.0.0.242 - - [2026-01-08 03:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.242 - - [2026-01-08 03:59:55] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007910 10.0.0.242 - - [2026-01-08 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.011685 10.0.0.242 - - [2026-01-08 03:59:59] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006093 10.0.0.242 - - [2026-01-08 04:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.242 - - [2026-01-08 04:00:01] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005522 10.0.0.242 - - [2026-01-08 04:00:01] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004479 10.0.0.242 - - [2026-01-08 04:00:01] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006726 10.0.0.242 - - [2026-01-08 04:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.242 - - [2026-01-08 04:00:02] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003781 10.0.0.242 - - [2026-01-08 04:00:02] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003362 10.0.0.242 - - [2026-01-08 04:00:02] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006725 10.0.0.242 - - [2026-01-08 04:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.242 - - [2026-01-08 04:00:02] "GET /routing-instance/db536d07-37d6-4f73-b756-56311a6de2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.007395 10.0.0.242 - - [2026-01-08 04:00:02] "GET /route-target/57cd890e-6d46-4462-b66f-470e8d892731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004330 10.0.0.242 - - [2026-01-08 04:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.242 - - [2026-01-08 04:00:02] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003741 10.0.0.242 - - [2026-01-08 04:00:02] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002925 10.0.0.242 - - [2026-01-08 04:00:02] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006486 10.0.0.242 - - [2026-01-08 04:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.242 - - [2026-01-08 04:00:02] "GET /routing-instance/db536d07-37d6-4f73-b756-56311a6de2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005086 10.0.0.242 - - [2026-01-08 04:00:02] "GET /route-target/57cd890e-6d46-4462-b66f-470e8d892731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004617 10.0.0.242 - - [2026-01-08 04:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.242 - - [2026-01-08 04:00:02] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004060 10.0.0.242 - - [2026-01-08 04:00:02] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003225 10.0.0.242 - - [2026-01-08 04:00:02] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006518 10.0.0.242 - - [2026-01-08 04:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.242 - - [2026-01-08 04:00:02] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004400 10.0.0.242 - - [2026-01-08 04:00:02] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003160 10.0.0.242 - - [2026-01-08 04:00:02] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007424 10.0.0.242 - - [2026-01-08 04:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008028 10.0.0.242 - - [2026-01-08 04:00:02] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004543 10.0.0.242 - - [2026-01-08 04:00:02] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003149 10.0.0.242 - - [2026-01-08 04:00:02] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007334 10.0.0.242 - - [2026-01-08 04:00:03] "GET /obj-perms HTTP/1.1" 200 5063 0.005747 10.0.0.27 - - [2026-01-08 04:00:03] "GET /obj-perms HTTP/1.1" 200 5063 0.003425 10.0.0.242 - - [2026-01-08 04:00:03] "GET /obj-perms HTTP/1.1" 200 5063 0.003807 10.0.0.50 - - [2026-01-08 04:00:03] "GET /obj-perms HTTP/1.1" 200 5063 0.055728 10.0.0.242 - - [2026-01-08 04:00:03] "POST /neutron/port HTTP/1.1" 200 1126 0.016865 10.0.0.242 - - [2026-01-08 04:00:03] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008166 10.0.0.242 - - [2026-01-08 04:00:04] "POST /neutron/port HTTP/1.1" 200 1126 0.017258 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 200 1300 0.006299 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 200 1300 0.003973 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-machine-interface/6a96c9c3-aa37-47c6-9cf0-d454ef86f09a HTTP/1.1" 200 2949 0.008886 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 200 1300 0.004511 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-machine-interface/6a96c9c3-aa37-47c6-9cf0-d454ef86f09a HTTP/1.1" 200 2949 0.008089 10.0.0.242 - - [2026-01-08 04:00:04] "GET /instance-ip/6427c147-21b4-4135-90b7-9a69aca9357b HTTP/1.1" 200 1620 0.008826 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 200 1300 0.004159 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-machine-interface/6a96c9c3-aa37-47c6-9cf0-d454ef86f09a HTTP/1.1" 200 2949 0.006252 10.0.0.242 - - [2026-01-08 04:00:04] "GET /instance-ip/6427c147-21b4-4135-90b7-9a69aca9357b HTTP/1.1" 200 1620 0.004191 10.0.0.242 - - [2026-01-08 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.242 - - [2026-01-08 04:00:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004305 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003274 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005767 10.0.0.242 - - [2026-01-08 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.242 - - [2026-01-08 04:00:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004206 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003478 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007014 10.0.0.242 - - [2026-01-08 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.242 - - [2026-01-08 04:00:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005395 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004417 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006348 10.0.0.242 - - [2026-01-08 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.242 - - [2026-01-08 04:00:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004497 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003374 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007734 10.0.0.242 - - [2026-01-08 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005840 10.0.0.242 - - [2026-01-08 04:00:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005231 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003581 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006546 10.0.0.242 - - [2026-01-08 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.242 - - [2026-01-08 04:00:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004313 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003267 10.0.0.242 - - [2026-01-08 04:00:04] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006421 10.0.0.242 - - [2026-01-08 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.242 - - [2026-01-08 04:00:05] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005141 10.0.0.242 - - [2026-01-08 04:00:05] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003196 10.0.0.242 - - [2026-01-08 04:00:05] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006139 10.0.0.242 - - [2026-01-08 04:00:06] "POST /neutron/port HTTP/1.1" 200 1126 0.018342 10.0.0.242 - - [2026-01-08 04:00:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.012481 10.0.0.242 - - [2026-01-08 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.242 - - [2026-01-08 04:00:06] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003857 10.0.0.242 - - [2026-01-08 04:00:06] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003390 10.0.0.242 - - [2026-01-08 04:00:06] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007409 10.0.0.242 - - [2026-01-08 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.242 - - [2026-01-08 04:00:06] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004106 10.0.0.242 - - [2026-01-08 04:00:06] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003375 10.0.0.242 - - [2026-01-08 04:00:06] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005724 10.0.0.242 - - [2026-01-08 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.242 - - [2026-01-08 04:00:06] "GET /routing-instance/db536d07-37d6-4f73-b756-56311a6de2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004560 10.0.0.242 - - [2026-01-08 04:00:06] "GET /route-target/57cd890e-6d46-4462-b66f-470e8d892731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004488 10.0.0.242 - - [2026-01-08 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.242 - - [2026-01-08 04:00:06] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006405 10.0.0.242 - - [2026-01-08 04:00:06] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003170 10.0.0.242 - - [2026-01-08 04:00:06] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006212 10.0.0.242 - - [2026-01-08 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.242 - - [2026-01-08 04:00:06] "GET /routing-instance/db536d07-37d6-4f73-b756-56311a6de2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004605 10.0.0.242 - - [2026-01-08 04:00:06] "GET /route-target/57cd890e-6d46-4462-b66f-470e8d892731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004471 10.0.0.242 - - [2026-01-08 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.242 - - [2026-01-08 04:00:07] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004781 10.0.0.242 - - [2026-01-08 04:00:07] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002990 10.0.0.242 - - [2026-01-08 04:00:07] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006587 10.0.0.242 - - [2026-01-08 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.242 - - [2026-01-08 04:00:07] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005562 10.0.0.242 - - [2026-01-08 04:00:07] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004343 10.0.0.242 - - [2026-01-08 04:00:07] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006938 10.0.0.242 - - [2026-01-08 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.242 - - [2026-01-08 04:00:07] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004296 10.0.0.242 - - [2026-01-08 04:00:07] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003289 10.0.0.242 - - [2026-01-08 04:00:07] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006775 10.0.0.242 - - [2026-01-08 04:00:07] "GET /obj-perms HTTP/1.1" 200 5063 0.004474 10.0.0.27 - - [2026-01-08 04:00:07] "GET /obj-perms HTTP/1.1" 200 5063 0.003730 10.0.0.242 - - [2026-01-08 04:00:07] "GET /obj-perms HTTP/1.1" 200 5063 0.004063 10.0.0.242 - - [2026-01-08 04:00:07] "GET /obj-perms HTTP/1.1" 200 5063 0.004785 10.0.0.50 - - [2026-01-08 04:00:07] "GET /obj-perms HTTP/1.1" 200 5063 0.004259 10.0.0.242 - - [2026-01-08 04:00:07] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 200 1299 0.005047 10.0.0.242 - - [2026-01-08 04:00:07] "GET /virtual-machine-interface/1ff78938-b208-4d9f-8104-57b5d4c3d374 HTTP/1.1" 200 2948 0.005230 10.0.0.242 - - [2026-01-08 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.242 - - [2026-01-08 04:00:07] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003907 10.0.0.242 - - [2026-01-08 04:00:07] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003017 10.0.0.242 - - [2026-01-08 04:00:07] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005804 10.0.0.242 - - [2026-01-08 04:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.242 - - [2026-01-08 04:00:08] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005746 10.0.0.242 - - [2026-01-08 04:00:08] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006608 10.0.0.242 - - [2026-01-08 04:00:08] "POST /neutron/port HTTP/1.1" 200 1126 0.061622 10.0.0.242 - - [2026-01-08 04:00:08] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006173 10.0.0.242 - - [2026-01-08 04:00:09] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007226 10.0.0.242 - - [2026-01-08 04:00:15] "POST /neutron/port HTTP/1.1" 200 1126 0.021827 10.0.0.242 - - [2026-01-08 04:00:19] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 200 1300 0.005385 10.0.0.242 - - [2026-01-08 04:00:19] "GET /virtual-machine-interface/6a96c9c3-aa37-47c6-9cf0-d454ef86f09a HTTP/1.1" 200 2949 0.007517 10.0.0.242 - - [2026-01-08 04:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005867 10.0.0.242 - - [2026-01-08 04:00:19] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005801 10.0.0.242 - - [2026-01-08 04:00:19] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003844 10.0.0.242 - - [2026-01-08 04:00:19] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008795 10.0.0.242 - - [2026-01-08 04:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.242 - - [2026-01-08 04:00:20] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004362 10.0.0.242 - - [2026-01-08 04:00:20] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003257 10.0.0.242 - - [2026-01-08 04:00:20] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006125 10.0.0.242 - - [2026-01-08 04:00:20] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008876 10.0.0.27 - - [2026-01-08 04:00:44] "GET /obj-perms HTTP/1.1" 200 5075 0.065460 10.0.0.242 - - [2026-01-08 04:00:44] "GET /obj-perms HTTP/1.1" 200 5075 0.060734 10.0.0.242 - - [2026-01-08 04:00:55] "POST /neutron/network HTTP/1.1" 200 818 0.006793 10.0.0.242 - - [2026-01-08 04:00:55] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.242 - - [2026-01-08 04:01:06] "POST /neutron/port HTTP/1.1" 200 1126 0.017996 10.0.0.242 - - [2026-01-08 04:01:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.009679 10.0.0.242 - - [2026-01-08 04:01:45] "GET /virtual-router/023b2f4c-3467-4db3-8941-c68a369d6353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.041347 10.0.0.242 - - [2026-01-08 04:01:56] "POST /neutron/port HTTP/1.1" 200 1126 0.016627 10.0.0.242 - - [2026-01-08 04:01:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004428 10.0.0.242 - - [2026-01-08 04:01:56] "POST /neutron/network HTTP/1.1" 200 808 0.008265 10.0.0.242 - - [2026-01-08 04:02:07] "POST /neutron/network HTTP/1.1" 200 818 0.008000 10.0.0.242 - - [2026-01-08 04:02:07] "POST /neutron/port HTTP/1.1" 200 117 0.001342 10.0.0.242 - - [2026-01-08 04:02:12] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008495 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 200 1299 0.003850 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-machine-interface/1ff78938-b208-4d9f-8104-57b5d4c3d374 HTTP/1.1" 200 2948 0.007672 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 200 1299 0.004246 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-machine-interface/1ff78938-b208-4d9f-8104-57b5d4c3d374 HTTP/1.1" 200 2948 0.005466 10.0.0.242 - - [2026-01-08 04:02:12] "GET /instance-ip/55150e21-bc0a-4169-9a5d-7cfd9c8e563c HTTP/1.1" 200 1620 0.003900 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 200 1299 0.004017 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-machine-interface/1ff78938-b208-4d9f-8104-57b5d4c3d374 HTTP/1.1" 200 2948 0.006723 10.0.0.242 - - [2026-01-08 04:02:12] "GET /instance-ip/55150e21-bc0a-4169-9a5d-7cfd9c8e563c HTTP/1.1" 200 1620 0.004106 10.0.0.242 - - [2026-01-08 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.242 - - [2026-01-08 04:02:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003863 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002797 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006780 10.0.0.242 - - [2026-01-08 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.242 - - [2026-01-08 04:02:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003936 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004004 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006094 10.0.0.242 - - [2026-01-08 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.242 - - [2026-01-08 04:02:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004333 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003451 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006044 10.0.0.242 - - [2026-01-08 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.242 - - [2026-01-08 04:02:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004138 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002892 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006602 10.0.0.242 - - [2026-01-08 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.242 - - [2026-01-08 04:02:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004213 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003596 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006073 10.0.0.242 - - [2026-01-08 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.242 - - [2026-01-08 04:02:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004523 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003284 10.0.0.242 - - [2026-01-08 04:02:12] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006418 10.0.0.242 - - [2026-01-08 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.242 - - [2026-01-08 04:02:13] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005231 10.0.0.242 - - [2026-01-08 04:02:13] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003670 10.0.0.242 - - [2026-01-08 04:02:13] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007929 10.0.0.242 - - [2026-01-08 04:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.242 - - [2026-01-08 04:02:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003801 10.0.0.242 - - [2026-01-08 04:02:14] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003041 10.0.0.242 - - [2026-01-08 04:02:14] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006708 10.0.0.242 - - [2026-01-08 04:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.242 - - [2026-01-08 04:02:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004285 10.0.0.242 - - [2026-01-08 04:02:14] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002804 10.0.0.242 - - [2026-01-08 04:02:14] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005743 10.0.0.242 - - [2026-01-08 04:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.242 - - [2026-01-08 04:02:14] "GET /routing-instance/db536d07-37d6-4f73-b756-56311a6de2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004775 10.0.0.242 - - [2026-01-08 04:02:14] "GET /route-target/57cd890e-6d46-4462-b66f-470e8d892731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004246 10.0.0.242 - - [2026-01-08 04:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.242 - - [2026-01-08 04:02:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003635 10.0.0.242 - - [2026-01-08 04:02:14] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002879 10.0.0.242 - - [2026-01-08 04:02:14] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006497 10.0.0.242 - - [2026-01-08 04:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.242 - - [2026-01-08 04:02:14] "GET /routing-instance/db536d07-37d6-4f73-b756-56311a6de2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004549 10.0.0.242 - - [2026-01-08 04:02:14] "GET /route-target/57cd890e-6d46-4462-b66f-470e8d892731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004305 10.0.0.242 - - [2026-01-08 04:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.242 - - [2026-01-08 04:02:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004047 10.0.0.242 - - [2026-01-08 04:02:14] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002996 10.0.0.242 - - [2026-01-08 04:02:15] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006033 10.0.0.242 - - [2026-01-08 04:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.242 - - [2026-01-08 04:02:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004372 10.0.0.242 - - [2026-01-08 04:02:15] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003020 10.0.0.242 - - [2026-01-08 04:02:15] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006714 10.0.0.242 - - [2026-01-08 04:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.242 - - [2026-01-08 04:02:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004117 10.0.0.242 - - [2026-01-08 04:02:15] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003039 10.0.0.242 - - [2026-01-08 04:02:15] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005995 10.0.0.27 - - [2026-01-08 04:02:17] "GET /obj-perms HTTP/1.1" 200 5063 0.004111 10.0.0.27 - - [2026-01-08 04:02:23] "GET /obj-perms HTTP/1.1" 200 5063 0.004876 10.0.0.27 - - [2026-01-08 04:02:29] "GET /obj-perms HTTP/1.1" 200 5063 0.003973 10.0.0.242 - - [2026-01-08 04:02:29] "GET /obj-perms HTTP/1.1" 200 5063 0.004129 10.0.0.242 - - [2026-01-08 04:02:29] "GET /obj-perms HTTP/1.1" 200 5063 0.004210 10.0.0.50 - - [2026-01-08 04:02:29] "GET /obj-perms HTTP/1.1" 200 5063 0.003941 10.0.0.27 - - [2026-01-08 04:02:29] "GET /obj-perms HTTP/1.1" 200 5063 0.005871 10.0.0.242 - - [2026-01-08 04:02:29] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 200 1300 0.004541 10.0.0.242 - - [2026-01-08 04:02:29] "GET /virtual-machine-interface/6a96c9c3-aa37-47c6-9cf0-d454ef86f09a HTTP/1.1" 200 2949 0.005637 10.0.0.242 - - [2026-01-08 04:02:29] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 200 1300 0.003718 10.0.0.242 - - [2026-01-08 04:02:29] "GET /virtual-machine-interface/6a96c9c3-aa37-47c6-9cf0-d454ef86f09a HTTP/1.1" 200 2949 0.007064 10.0.0.242 - - [2026-01-08 04:02:29] "GET /instance-ip/6427c147-21b4-4135-90b7-9a69aca9357b HTTP/1.1" 200 1620 0.004247 10.0.0.242 - - [2026-01-08 04:02:29] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 200 1300 0.003733 10.0.0.242 - - [2026-01-08 04:02:29] "GET /virtual-machine-interface/6a96c9c3-aa37-47c6-9cf0-d454ef86f09a HTTP/1.1" 200 2949 0.005370 10.0.0.242 - - [2026-01-08 04:02:29] "GET /instance-ip/6427c147-21b4-4135-90b7-9a69aca9357b HTTP/1.1" 200 1620 0.005018 10.0.0.242 - - [2026-01-08 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.242 - - [2026-01-08 04:02:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006225 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004557 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006802 10.0.0.242 - - [2026-01-08 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.242 - - [2026-01-08 04:02:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004738 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003533 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006179 10.0.0.242 - - [2026-01-08 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.242 - - [2026-01-08 04:02:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004900 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003589 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006237 10.0.0.242 - - [2026-01-08 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.242 - - [2026-01-08 04:02:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004295 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006983 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006929 10.0.0.242 - - [2026-01-08 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.242 - - [2026-01-08 04:02:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005020 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003955 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006781 10.0.0.242 - - [2026-01-08 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.242 - - [2026-01-08 04:02:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004468 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003786 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006583 10.0.0.242 - - [2026-01-08 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.242 - - [2026-01-08 04:02:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005352 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004451 10.0.0.242 - - [2026-01-08 04:02:30] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006226 10.0.0.242 - - [2026-01-08 04:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.242 - - [2026-01-08 04:02:31] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003902 10.0.0.242 - - [2026-01-08 04:02:31] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003163 10.0.0.242 - - [2026-01-08 04:02:31] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006203 10.0.0.242 - - [2026-01-08 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.242 - - [2026-01-08 04:02:32] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003914 10.0.0.242 - - [2026-01-08 04:02:32] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003041 10.0.0.242 - - [2026-01-08 04:02:32] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006248 10.0.0.242 - - [2026-01-08 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.242 - - [2026-01-08 04:02:32] "GET /routing-instance/db536d07-37d6-4f73-b756-56311a6de2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005813 10.0.0.242 - - [2026-01-08 04:02:32] "GET /route-target/57cd890e-6d46-4462-b66f-470e8d892731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004424 10.0.0.242 - - [2026-01-08 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.242 - - [2026-01-08 04:02:32] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004714 10.0.0.242 - - [2026-01-08 04:02:32] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003697 10.0.0.242 - - [2026-01-08 04:02:32] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006900 10.0.0.242 - - [2026-01-08 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.242 - - [2026-01-08 04:02:32] "GET /routing-instance/db536d07-37d6-4f73-b756-56311a6de2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005653 10.0.0.242 - - [2026-01-08 04:02:32] "GET /route-target/57cd890e-6d46-4462-b66f-470e8d892731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004555 10.0.0.242 - - [2026-01-08 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.242 - - [2026-01-08 04:02:32] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005122 10.0.0.242 - - [2026-01-08 04:02:32] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003539 10.0.0.242 - - [2026-01-08 04:02:32] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006261 10.0.0.242 - - [2026-01-08 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.242 - - [2026-01-08 04:02:32] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004554 10.0.0.242 - - [2026-01-08 04:02:32] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003334 10.0.0.242 - - [2026-01-08 04:02:33] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009517 10.0.0.242 - - [2026-01-08 04:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.242 - - [2026-01-08 04:02:33] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004126 10.0.0.242 - - [2026-01-08 04:02:33] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003248 10.0.0.242 - - [2026-01-08 04:02:33] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007559 10.0.0.242 - - [2026-01-08 04:02:33] "GET /obj-perms HTTP/1.1" 200 5063 0.004493 10.0.0.27 - - [2026-01-08 04:02:33] "GET /obj-perms HTTP/1.1" 200 5063 0.004589 10.0.0.242 - - [2026-01-08 04:02:33] "GET /obj-perms HTTP/1.1" 200 5063 0.004296 10.0.0.50 - - [2026-01-08 04:02:33] "GET /obj-perms HTTP/1.1" 200 5063 0.003909 10.0.0.242 - - [2026-01-08 04:02:46] "GET /obj-perms HTTP/1.1" 200 5075 0.050794 10.0.0.242 - - [2026-01-08 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.242 - - [2026-01-08 04:02:53] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004115 10.0.0.242 - - [2026-01-08 04:02:53] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003282 10.0.0.242 - - [2026-01-08 04:02:53] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005899 10.0.0.242 - - [2026-01-08 04:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005357 10.0.0.242 - - [2026-01-08 04:02:54] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003839 10.0.0.242 - - [2026-01-08 04:02:54] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003187 10.0.0.242 - - [2026-01-08 04:02:55] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006286 10.0.0.242 - - [2026-01-08 04:02:58] "POST /neutron/port HTTP/1.1" 200 1126 0.041927 10.0.0.242 - - [2026-01-08 04:02:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004650 10.0.0.242 - - [2026-01-08 04:02:58] "POST /neutron/network HTTP/1.1" 200 808 0.008045 10.0.0.242 - - [2026-01-08 04:03:09] "POST /neutron/network HTTP/1.1" 200 818 0.032504 10.0.0.242 - - [2026-01-08 04:03:09] "POST /neutron/port HTTP/1.1" 200 117 0.001665 10.0.0.242 - - [2026-01-08 04:03:10] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 200 1300 0.004735 10.0.0.242 - - [2026-01-08 04:03:10] "GET /virtual-machine-interface/6a96c9c3-aa37-47c6-9cf0-d454ef86f09a HTTP/1.1" 200 2949 0.005613 10.0.0.242 - - [2026-01-08 04:03:10] "GET /instance-ip/6427c147-21b4-4135-90b7-9a69aca9357b HTTP/1.1" 200 1620 0.003996 10.0.0.242 - - [2026-01-08 04:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.242 - - [2026-01-08 04:03:10] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003239 10.0.0.242 - - [2026-01-08 04:03:10] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003650 10.0.0.242 - - [2026-01-08 04:03:10] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006236 10.0.0.242 - - [2026-01-08 04:03:14] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 200 1300 0.004752 10.0.0.242 - - [2026-01-08 04:03:14] "POST /neutron/port HTTP/1.1" 200 1116 0.013461 10.0.0.242 - - [2026-01-08 04:03:16] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003450 10.0.0.242 - - [2026-01-08 04:03:16] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.002861 10.0.0.242 - - [2026-01-08 04:03:16] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.002744 10.0.0.242 - - [2026-01-08 04:03:16] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.005265 10.0.0.242 - - [2026-01-08 04:03:18] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003689 10.0.0.50 - - [2026-01-08 04:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.50 - - [2026-01-08 04:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.27 - - [2026-01-08 04:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000527 10.0.0.27 - - [2026-01-08 04:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000614 10.0.0.242 - - [2026-01-08 04:03:19] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003834 10.0.0.50 - - [2026-01-08 04:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000534 10.0.0.50 - - [2026-01-08 04:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000547 10.0.0.242 - - [2026-01-08 04:03:20] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.004879 10.0.0.27 - - [2026-01-08 04:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000758 10.0.0.27 - - [2026-01-08 04:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000543 10.0.0.242 - - [2026-01-08 04:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.242 - - [2026-01-08 04:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.242 - - [2026-01-08 04:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.242 - - [2026-01-08 04:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.242 - - [2026-01-08 04:03:21] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003368 10.0.0.242 - - [2026-01-08 04:03:22] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003453 10.0.0.242 - - [2026-01-08 04:03:22] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.004496 10.0.0.242 - - [2026-01-08 04:03:23] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003645 10.0.0.242 - - [2026-01-08 04:03:24] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.005292 10.0.0.242 - - [2026-01-08 04:03:25] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003388 10.0.0.242 - - [2026-01-08 04:03:26] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.004349 10.0.0.242 - - [2026-01-08 04:03:27] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003358 10.0.0.242 - - [2026-01-08 04:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005221 10.0.0.242 - - [2026-01-08 04:03:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004006 10.0.0.242 - - [2026-01-08 04:03:27] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002866 10.0.0.242 - - [2026-01-08 04:03:27] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006019 10.0.0.242 - - [2026-01-08 04:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.242 - - [2026-01-08 04:03:27] "GET /routing-instance/db536d07-37d6-4f73-b756-56311a6de2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004302 10.0.0.242 - - [2026-01-08 04:03:27] "GET /route-target/57cd890e-6d46-4462-b66f-470e8d892731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004373 10.0.0.242 - - [2026-01-08 04:03:27] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003273 10.0.0.242 - - [2026-01-08 04:03:28] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.004188 10.0.0.242 - - [2026-01-08 04:03:29] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003728 10.0.0.242 - - [2026-01-08 04:03:30] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.004050 10.0.0.242 - - [2026-01-08 04:03:31] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003527 10.0.0.242 - - [2026-01-08 04:03:32] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003826 10.0.0.242 - - [2026-01-08 04:03:32] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003077 10.0.0.242 - - [2026-01-08 04:03:33] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003692 10.0.0.242 - - [2026-01-08 04:03:34] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.004572 10.0.0.242 - - [2026-01-08 04:03:35] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003572 10.0.0.242 - - [2026-01-08 04:03:36] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003364 10.0.0.242 - - [2026-01-08 04:03:37] "GET /virtual-machine/a3684f66-eb0d-4cbd-b4ec-566649671fb9 HTTP/1.1" 404 171 0.003987 10.0.0.50 - - [2026-01-08 04:03:37] "GET /obj-perms HTTP/1.1" 200 5063 0.004829 10.0.0.242 - - [2026-01-08 04:03:37] "GET /obj-perms HTTP/1.1" 200 5063 0.004589 10.0.0.242 - - [2026-01-08 04:03:37] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 200 1299 0.005549 10.0.0.242 - - [2026-01-08 04:03:38] "POST /neutron/port HTTP/1.1" 200 1116 0.014727 10.0.0.242 - - [2026-01-08 04:03:39] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.004255 10.0.0.242 - - [2026-01-08 04:03:39] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.003659 10.0.0.242 - - [2026-01-08 04:03:39] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.004484 10.0.0.242 - - [2026-01-08 04:03:39] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.003465 10.0.0.242 - - [2026-01-08 04:03:40] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.004420 10.0.0.242 - - [2026-01-08 04:03:41] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.004279 10.0.0.242 - - [2026-01-08 04:03:42] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.003859 10.0.0.242 - - [2026-01-08 04:03:43] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.003973 10.0.0.242 - - [2026-01-08 04:03:44] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.005000 10.0.0.242 - - [2026-01-08 04:03:45] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.003581 10.0.0.242 - - [2026-01-08 04:03:46] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.004223 10.0.0.27 - - [2026-01-08 04:03:47] "GET /obj-perms HTTP/1.1" 200 5075 0.054338 10.0.0.242 - - [2026-01-08 04:03:47] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.003797 10.0.0.242 - - [2026-01-08 04:03:48] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.003945 10.0.0.242 - - [2026-01-08 04:03:49] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.003270 10.0.0.242 - - [2026-01-08 04:03:50] "GET /virtual-machine/88b2edb5-9106-415f-9032-dfb3ab3169b2 HTTP/1.1" 404 171 0.003430 10.0.0.242 - - [2026-01-08 04:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.242 - - [2026-01-08 04:03:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003734 10.0.0.242 - - [2026-01-08 04:03:50] "GET /virtual-networks?parent_id=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002834 10.0.0.242 - - [2026-01-08 04:03:50] "GET /virtual-network/763736db-603f-40fb-b56d-f7edc0fb6d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006146 10.0.0.242 - - [2026-01-08 04:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.242 - - [2026-01-08 04:03:50] "GET /routing-instance/db536d07-37d6-4f73-b756-56311a6de2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004689 10.0.0.242 - - [2026-01-08 04:03:50] "GET /route-target/57cd890e-6d46-4462-b66f-470e8d892731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004521 10.0.0.242 - - [2026-01-08 04:03:53] "GET /obj-perms HTTP/1.1" 200 5063 0.004124 10.0.0.50 - - [2026-01-08 04:03:53] "GET /obj-perms HTTP/1.1" 200 5063 0.003647 10.0.0.242 - - [2026-01-08 04:03:59] "GET /obj-perms HTTP/1.1" 200 5063 0.005782 10.0.0.50 - - [2026-01-08 04:03:59] "GET /obj-perms HTTP/1.1" 200 5063 0.003752 10.0.0.242 - - [2026-01-08 04:03:59] "DELETE /route-target/57cd890e-6d46-4462-b66f-470e8d892731 HTTP/1.1" 200 115 0.026539 10.0.0.27 - - [2026-01-08 04:03:59] "POST /useragent-kv HTTP/1.1" 200 115 0.043972 10.0.0.27 - - [2026-01-08 04:03:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004625 10.0.0.242 - - [2026-01-08 04:03:59] "POST /neutron/network HTTP/1.1" 200 151 0.173856 10.0.0.242 - - [2026-01-08 04:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.242 - - [2026-01-08 04:04:00] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004857 10.0.0.242 - - [2026-01-08 04:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.242 - - [2026-01-08 04:04:00] "PUT /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3 HTTP/1.1" 200 276 0.012612 10.0.0.27 - - [2026-01-08 04:04:02] "GET /projects?obj_uuids=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001046 10.0.0.242 - - [2026-01-08 04:04:02] "GET /project/295e7cbb-c428-4c86-a2a1-b92bc77d3ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.078915 10.0.0.27 - - [2026-01-08 04:04:02] "GET /projects?obj_uuids=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000991 10.0.0.242 - - [2026-01-08 04:04:02] "GET /project/295e7cbb-c428-4c86-a2a1-b92bc77d3ef6?fields=virtual_networks HTTP/1.1" 200 1046 0.043895 10.0.0.27 - - [2026-01-08 04:04:02] "GET /projects?obj_uuids=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001076 10.0.0.242 - - [2026-01-08 04:04:02] "GET /project/295e7cbb-c428-4c86-a2a1-b92bc77d3ef6?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.045594 10.0.0.27 - - [2026-01-08 04:04:02] "GET /projects?obj_uuids=295e7cbb-c428-4c86-a2a1-b92bc77d3ef6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001341 10.0.0.242 - - [2026-01-08 04:04:03] "GET /project/295e7cbb-c428-4c86-a2a1-b92bc77d3ef6?fields=security_groups HTTP/1.1" 200 1279 0.045147 10.0.0.242 - - [2026-01-08 04:04:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.029711 10.0.0.27 - - [2026-01-08 04:04:03] "GET /projects?obj_uuids=84a5f744-913c-492d-a845-9b492d39cf0d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003936 10.0.0.27 - - [2026-01-08 04:04:04] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.27 - - [2026-01-08 04:04:04] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.036976 10.0.0.27 - - [2026-01-08 04:04:04] "POST /id-to-fqname HTTP/1.1" 200 196 0.004372 10.0.0.27 - - [2026-01-08 04:04:04] "POST /fqname-to-id HTTP/1.1" 404 205 0.005820 10.0.0.27 - - [2026-01-08 04:04:04] "POST /security-groups HTTP/1.1" 200 597 0.031194 10.0.0.27 - - [2026-01-08 04:04:04] "POST /projects HTTP/1.1" 200 597 0.236613 10.0.0.242 - - [2026-01-08 04:04:04] "POST /fqname-to-id HTTP/1.1" 404 239 0.010616 10.0.0.27 - - [2026-01-08 04:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.310908 10.0.0.242 - - [2026-01-08 04:04:04] "GET /project/84a5f744-913c-492d-a845-9b492d39cf0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.477825 10.0.0.242 - - [2026-01-08 04:04:05] "GET / HTTP/1.1" 200 35931 0.001653 10.0.0.27 - - [2026-01-08 04:04:08] "GET /projects?obj_uuids=84a5f744-913c-492d-a845-9b492d39cf0d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001024 10.0.0.242 - - [2026-01-08 04:04:08] "GET /project/84a5f744-913c-492d-a845-9b492d39cf0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037381 10.0.0.27 - - [2026-01-08 04:04:08] "GET /projects?obj_uuids=84a5f744-913c-492d-a845-9b492d39cf0d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001073 10.0.0.242 - - [2026-01-08 04:04:08] "GET /project/84a5f744-913c-492d-a845-9b492d39cf0d?fields=virtual_networks HTTP/1.1" 200 1044 0.055045 10.0.0.27 - - [2026-01-08 04:04:08] "GET /projects?obj_uuids=84a5f744-913c-492d-a845-9b492d39cf0d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001005 10.0.0.242 - - [2026-01-08 04:04:08] "GET /project/84a5f744-913c-492d-a845-9b492d39cf0d?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.042751 10.0.0.27 - - [2026-01-08 04:04:08] "GET /projects?obj_uuids=84a5f744-913c-492d-a845-9b492d39cf0d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001301 10.0.0.242 - - [2026-01-08 04:04:08] "GET /project/84a5f744-913c-492d-a845-9b492d39cf0d?fields=security_groups HTTP/1.1" 200 1276 0.043125 10.0.0.242 - - [2026-01-08 04:04:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.032798 10.0.0.27 - - [2026-01-08 04:04:09] "GET /projects?obj_uuids=ba13bf2e-bf8d-45d4-ac82-23a19112d227&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003149 10.0.0.27 - - [2026-01-08 04:04:09] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001524 10.0.0.27 - - [2026-01-08 04:04:09] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009024 10.0.0.27 - - [2026-01-08 04:04:09] "POST /id-to-fqname HTTP/1.1" 200 190 0.002104 10.0.0.27 - - [2026-01-08 04:04:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.006936 10.0.0.27 - - [2026-01-08 04:04:10] "POST /security-groups HTTP/1.1" 200 591 0.071870 10.0.0.27 - - [2026-01-08 04:04:10] "POST /projects HTTP/1.1" 200 585 0.285023 10.0.0.242 - - [2026-01-08 04:04:10] "POST /access-control-lists HTTP/1.1" 200 596 0.026293 10.0.0.27 - - [2026-01-08 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.362445 10.0.0.242 - - [2026-01-08 04:04:10] "GET /project/ba13bf2e-bf8d-45d4-ac82-23a19112d227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.498665 10.0.0.242 - - [2026-01-08 04:04:11] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.27 - - [2026-01-08 04:04:14] "GET /projects?obj_uuids=ba13bf2e-bf8d-45d4-ac82-23a19112d227&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.242 - - [2026-01-08 04:04:14] "GET /project/ba13bf2e-bf8d-45d4-ac82-23a19112d227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054676 10.0.0.27 - - [2026-01-08 04:04:14] "GET /projects?obj_uuids=ba13bf2e-bf8d-45d4-ac82-23a19112d227&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.242 - - [2026-01-08 04:04:14] "GET /project/ba13bf2e-bf8d-45d4-ac82-23a19112d227?fields=virtual_networks HTTP/1.1" 200 1033 0.050719 10.0.0.27 - - [2026-01-08 04:04:14] "GET /projects?obj_uuids=ba13bf2e-bf8d-45d4-ac82-23a19112d227&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001891 10.0.0.242 - - [2026-01-08 04:04:14] "GET /project/ba13bf2e-bf8d-45d4-ac82-23a19112d227?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.045305 10.0.0.27 - - [2026-01-08 04:04:14] "GET /projects?obj_uuids=ba13bf2e-bf8d-45d4-ac82-23a19112d227&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.242 - - [2026-01-08 04:04:14] "GET /project/ba13bf2e-bf8d-45d4-ac82-23a19112d227?fields=security_groups HTTP/1.1" 200 1259 0.039239 10.0.0.242 - - [2026-01-08 04:04:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.025560 10.0.0.27 - - [2026-01-08 04:04:15] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002969 10.0.0.27 - - [2026-01-08 04:04:15] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.27 - - [2026-01-08 04:04:15] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007845 10.0.0.27 - - [2026-01-08 04:04:15] "POST /id-to-fqname HTTP/1.1" 200 198 0.001494 10.0.0.27 - - [2026-01-08 04:04:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.005956 10.0.0.27 - - [2026-01-08 04:04:15] "POST /security-groups HTTP/1.1" 200 599 0.030688 10.0.0.27 - - [2026-01-08 04:04:15] "POST /projects HTTP/1.1" 200 601 0.246644 10.0.0.242 - - [2026-01-08 04:04:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.040693 10.0.0.27 - - [2026-01-08 04:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.321337 10.0.0.242 - - [2026-01-08 04:04:15] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.469672 10.0.0.242 - - [2026-01-08 04:04:15] "POST /access-control-lists HTTP/1.1" 200 602 0.029384 10.0.0.242 - - [2026-01-08 04:04:17] "GET / HTTP/1.1" 200 35931 0.002156 10.0.0.242 - - [2026-01-08 04:04:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000854 10.0.0.242 - - [2026-01-08 04:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.060375 10.0.0.27 - - [2026-01-08 04:04:17] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.242 - - [2026-01-08 04:04:17] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035948 10.0.0.242 - - [2026-01-08 04:04:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.039804 10.0.0.27 - - [2026-01-08 04:04:18] "POST /useragent-kv HTTP/1.1" 200 115 0.018762 10.0.0.242 - - [2026-01-08 04:04:18] "POST /neutron/subnet HTTP/1.1" 200 716 0.257427 10.0.0.242 - - [2026-01-08 04:04:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001478 10.0.0.242 - - [2026-01-08 04:04:18] "GET /virtual-network/1dfa5662-4279-4ea0-a8ce-c718ba64020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007635 10.0.0.242 - - [2026-01-08 04:04:18] "POST /neutron/network HTTP/1.1" 200 975 0.011712 10.0.0.242 - - [2026-01-08 04:04:18] "GET /virtual-network/1dfa5662-4279-4ea0-a8ce-c718ba64020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005692 10.0.0.242 - - [2026-01-08 04:04:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.010264 10.0.0.242 - - [2026-01-08 04:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.27 - - [2026-01-08 04:04:19] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.242 - - [2026-01-08 04:04:19] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.069041 10.0.0.242 - - [2026-01-08 04:04:19] "POST /route-targets HTTP/1.1" 200 327 0.015124 10.0.0.27 - - [2026-01-08 04:04:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004770 10.0.0.242 - - [2026-01-08 04:04:19] "POST /neutron/subnet HTTP/1.1" 200 716 0.227237 10.0.0.242 - - [2026-01-08 04:04:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.002586 10.0.0.242 - - [2026-01-08 04:04:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001402 10.0.0.242 - - [2026-01-08 04:04:19] "GET /virtual-network/ed6df20d-6d7b-49e9-95e7-4389eb7fa262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007763 10.0.0.242 - - [2026-01-08 04:04:19] "POST /neutron/network HTTP/1.1" 200 976 0.010640 10.0.0.242 - - [2026-01-08 04:04:19] "GET /virtual-network/ed6df20d-6d7b-49e9-95e7-4389eb7fa262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006666 10.0.0.242 - - [2026-01-08 04:04:20] "POST /neutron/subnet HTTP/1.1" 200 730 0.009491 10.0.0.242 - - [2026-01-08 04:04:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001136 10.0.0.27 - - [2026-01-08 04:04:20] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.242 - - [2026-01-08 04:04:20] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.069305 10.0.0.242 - - [2026-01-08 04:04:21] "POST /neutron/port HTTP/1.1" 200 117 0.006459 10.0.0.242 - - [2026-01-08 04:04:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001479 10.0.0.242 - - [2026-01-08 04:04:21] "POST /neutron/network HTTP/1.1" 200 986 0.007374 10.0.0.242 - - [2026-01-08 04:04:22] "POST /neutron/port HTTP/1.1" 200 1153 0.025490 10.0.0.242 - - [2026-01-08 04:04:22] "POST /neutron/port HTTP/1.1" 200 1217 0.018225 10.0.0.242 - - [2026-01-08 04:04:22] "POST /neutron/subnet HTTP/1.1" 200 1273 0.014404 10.0.0.27 - - [2026-01-08 04:04:22] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001508 10.0.0.242 - - [2026-01-08 04:04:22] "POST /neutron/network HTTP/1.1" 200 975 0.008578 10.0.0.242 - - [2026-01-08 04:04:22] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081253 10.0.0.242 - - [2026-01-08 04:04:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010374 10.0.0.242 - - [2026-01-08 04:04:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007762 10.0.0.242 - - [2026-01-08 04:04:23] "POST /neutron/port HTTP/1.1" 200 1154 0.025791 10.0.0.242 - - [2026-01-08 04:04:23] "POST /neutron/port HTTP/1.1" 200 1218 0.017586 10.0.0.242 - - [2026-01-08 04:04:23] "POST /neutron/subnet HTTP/1.1" 200 1278 0.017164 10.0.0.242 - - [2026-01-08 04:04:23] "POST /neutron/network HTTP/1.1" 200 976 0.009901 10.0.0.242 - - [2026-01-08 04:04:28] "POST /neutron/port HTTP/1.1" 200 1217 0.017391 10.0.0.242 - - [2026-01-08 04:04:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008187 10.0.0.242 - - [2026-01-08 04:04:28] "GET /virtual-machine/160c852c-e552-4fb2-bc0e-10bc7e1d4995 HTTP/1.1" 401 293 0.000414 10.0.0.242 - - [2026-01-08 04:04:28] "GET /virtual-machine/160c852c-e552-4fb2-bc0e-10bc7e1d4995 HTTP/1.1" 200 1300 0.031886 10.0.0.242 - - [2026-01-08 04:04:28] "GET /virtual-machine-interface/ddfc2b1c-6a95-44aa-8320-c1dd85df1548 HTTP/1.1" 200 3157 0.006760 10.0.0.242 - - [2026-01-08 04:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006307 10.0.0.242 - - [2026-01-08 04:04:28] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004846 10.0.0.242 - - [2026-01-08 04:04:28] "GET /virtual-networks?parent_id=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003044 10.0.0.242 - - [2026-01-08 04:04:28] "GET /virtual-network/1dfa5662-4279-4ea0-a8ce-c718ba64020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006235 10.0.0.242 - - [2026-01-08 04:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.242 - - [2026-01-08 04:04:31] "GET /virtual-network/1dfa5662-4279-4ea0-a8ce-c718ba64020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.011216 10.0.0.242 - - [2026-01-08 04:04:33] "POST /neutron/port HTTP/1.1" 200 1218 0.021921 10.0.0.242 - - [2026-01-08 04:04:33] "DELETE /access-control-list/3358950b-bc57-4f1e-a231-76685aed0110 HTTP/1.1" 200 115 0.062571 10.0.0.27 - - [2026-01-08 04:04:33] "DELETE /project/84a5f744913c492da8459b492d39cf0d HTTP/1.1" 404 173 0.008470 10.0.0.27 - - [2026-01-08 04:04:33] "DELETE /project/3256d03a868e4b1f88497b28fd23be9e HTTP/1.1" 404 173 0.009937 10.0.0.27 - - [2026-01-08 04:04:33] "DELETE /project/295e7cbb-c428-4c86-a2a1-b92bc77d3ef6 HTTP/1.1" 404 177 0.013812 10.0.0.27 - - [2026-01-08 04:04:33] "DELETE /project/ba13bf2ebf8d45d4ac8223a19112d227 HTTP/1.1" 404 173 0.008317 10.0.0.242 - - [2026-01-08 04:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.009672 10.0.0.27 - - [2026-01-08 04:04:33] "GET /projects?obj_uuids=ba13bf2e-bf8d-45d4-ac82-23a19112d227&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.27 - - [2026-01-08 04:04:33] "GET /projects?obj_uuids=84a5f744-913c-492d-a845-9b492d39cf0d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000859 10.0.0.242 - - [2026-01-08 04:04:33] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003168 10.0.0.242 - - [2026-01-08 04:04:33] "GET /virtual-networks?parent_id=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004910 10.0.0.27 - - [2026-01-08 04:04:33] "GET /project/ba13bf2e-bf8d-45d4-ac82-23a19112d227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.053016 10.0.0.27 - - [2026-01-08 04:04:34] "GET /project/84a5f744-913c-492d-a845-9b492d39cf0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.075941 10.0.0.242 - - [2026-01-08 04:04:34] "GET /virtual-network/1dfa5662-4279-4ea0-a8ce-c718ba64020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.011711 10.0.0.27 - - [2026-01-08 04:04:34] "GET /projects?obj_uuids=ba13bf2e-bf8d-45d4-ac82-23a19112d227&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001444 10.0.0.27 - - [2026-01-08 04:04:34] "GET /projects?obj_uuids=84a5f744-913c-492d-a845-9b492d39cf0d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001057 10.0.0.27 - - [2026-01-08 04:04:34] "GET /project/ba13bf2e-bf8d-45d4-ac82-23a19112d227?fields=security_groups HTTP/1.1" 200 1364 0.064554 10.0.0.27 - - [2026-01-08 04:04:34] "GET /project/84a5f744-913c-492d-a845-9b492d39cf0d?fields=security_groups HTTP/1.1" 200 1381 0.058836 10.0.0.27 - - [2026-01-08 04:04:34] "DELETE /security-group/dcaf80a1-1970-4db7-96be-18f767c99be0 HTTP/1.1" 200 115 0.067256 10.0.0.27 - - [2026-01-08 04:04:34] "GET /projects?obj_uuids=ba13bf2e-bf8d-45d4-ac82-23a19112d227&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.27 - - [2026-01-08 04:04:34] "DELETE /security-group/c640e18f-20c3-47c0-a7bf-1af3ab62b752 HTTP/1.1" 200 115 0.074995 10.0.0.27 - - [2026-01-08 04:04:34] "GET /projects?obj_uuids=84a5f744-913c-492d-a845-9b492d39cf0d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000864 10.0.0.27 - - [2026-01-08 04:04:34] "GET /project/ba13bf2e-bf8d-45d4-ac82-23a19112d227?fields=application_policy_sets HTTP/1.1" 200 1403 0.051257 10.0.0.242 - - [2026-01-08 04:04:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007743 10.0.0.27 - - [2026-01-08 04:04:34] "GET /project/84a5f744-913c-492d-a845-9b492d39cf0d?fields=application_policy_sets HTTP/1.1" 200 1420 0.110842 10.0.0.242 - - [2026-01-08 04:04:34] "DELETE /access-control-list/f06e87de-650e-4d02-a07f-1ce780d956c8 HTTP/1.1" 200 115 0.049276 10.0.0.27 - - [2026-01-08 04:04:34] "DELETE /project/ba13bf2e-bf8d-45d4-ac82-23a19112d227 HTTP/1.1" 200 115 0.508685 10.0.0.27 - - [2026-01-08 04:04:34] "DELETE /project/84a5f744-913c-492d-a845-9b492d39cf0d HTTP/1.1" 200 115 0.575513 10.0.0.242 - - [2026-01-08 04:04:34] "POST /neutron/port HTTP/1.1" 200 1218 0.027555 10.0.0.242 - - [2026-01-08 04:04:34] "GET /virtual-machine/51c725c2-4fd9-40c0-bc70-ad3741ce93bf HTTP/1.1" 200 1300 0.007204 10.0.0.242 - - [2026-01-08 04:04:34] "GET /virtual-machine-interface/32c670de-d75a-4bb2-8899-3923923d0c5a HTTP/1.1" 200 3156 0.007236 10.0.0.242 - - [2026-01-08 04:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.242 - - [2026-01-08 04:04:34] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003776 10.0.0.242 - - [2026-01-08 04:04:34] "GET /virtual-networks?parent_id=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003225 10.0.0.242 - - [2026-01-08 04:04:34] "GET /virtual-network/ed6df20d-6d7b-49e9-95e7-4389eb7fa262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006878 10.0.0.242 - - [2026-01-08 04:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.242 - - [2026-01-08 04:04:35] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004411 10.0.0.242 - - [2026-01-08 04:04:35] "GET /virtual-networks?parent_id=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002937 10.0.0.242 - - [2026-01-08 04:04:35] "GET /virtual-network/ed6df20d-6d7b-49e9-95e7-4389eb7fa262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006106 10.0.0.242 - - [2026-01-08 04:04:36] "POST /fqname-to-id HTTP/1.1" 404 209 0.003546 10.0.0.242 - - [2026-01-08 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.27 - - [2026-01-08 04:04:36] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001429 10.0.0.242 - - [2026-01-08 04:04:36] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041483 10.0.0.242 - - [2026-01-08 04:04:36] "POST /network-policys HTTP/1.1" 200 533 0.029613 10.0.0.242 - - [2026-01-08 04:04:36] "GET /network-policy/8bb16d02-ee2c-424a-baa2-dae0dc3e3239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006140 10.0.0.242 - - [2026-01-08 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.242 - - [2026-01-08 04:04:36] "GET /virtual-network/1dfa5662-4279-4ea0-a8ce-c718ba64020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006573 10.0.0.242 - - [2026-01-08 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.242 - - [2026-01-08 04:04:36] "GET /network-policy/8bb16d02-ee2c-424a-baa2-dae0dc3e3239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005854 10.0.0.242 - - [2026-01-08 04:04:36] "POST /ref-update HTTP/1.1" 200 156 0.057897 10.0.0.242 - - [2026-01-08 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.242 - - [2026-01-08 04:04:36] "POST /access-control-lists HTTP/1.1" 200 578 0.079415 10.0.0.242 - - [2026-01-08 04:04:36] "GET /network-policy/8bb16d02-ee2c-424a-baa2-dae0dc3e3239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008002 10.0.0.242 - - [2026-01-08 04:04:36] "GET /virtual-network/1dfa5662-4279-4ea0-a8ce-c718ba64020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.009397 10.0.0.242 - - [2026-01-08 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.242 - - [2026-01-08 04:04:36] "GET /network-policy/8bb16d02-ee2c-424a-baa2-dae0dc3e3239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004409 10.0.0.242 - - [2026-01-08 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.242 - - [2026-01-08 04:04:36] "GET /virtual-network/ed6df20d-6d7b-49e9-95e7-4389eb7fa262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006097 10.0.0.242 - - [2026-01-08 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.242 - - [2026-01-08 04:04:36] "GET /network-policy/8bb16d02-ee2c-424a-baa2-dae0dc3e3239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004699 10.0.0.242 - - [2026-01-08 04:04:36] "POST /ref-update HTTP/1.1" 200 156 0.047888 10.0.0.242 - - [2026-01-08 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.242 - - [2026-01-08 04:04:36] "POST /ref-update HTTP/1.1" 200 156 0.024403 10.0.0.242 - - [2026-01-08 04:04:36] "GET /network-policy/8bb16d02-ee2c-424a-baa2-dae0dc3e3239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004308 10.0.0.242 - - [2026-01-08 04:04:36] "POST /neutron/network HTTP/1.1" 200 1062 0.010998 10.0.0.242 - - [2026-01-08 04:04:36] "GET /virtual-network/ed6df20d-6d7b-49e9-95e7-4389eb7fa262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.005896 10.0.0.242 - - [2026-01-08 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.242 - - [2026-01-08 04:04:36] "GET /network-policy/8bb16d02-ee2c-424a-baa2-dae0dc3e3239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004159 10.0.0.242 - - [2026-01-08 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2026-01-08 04:04:37] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.242 - - [2026-01-08 04:04:37] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041184 10.0.0.242 - - [2026-01-08 04:04:37] "POST /ref-update HTTP/1.1" 200 156 0.031639 10.0.0.27 - - [2026-01-08 04:04:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005302 10.0.0.242 - - [2026-01-08 04:04:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.187428 10.0.0.242 - - [2026-01-08 04:04:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001580 10.0.0.242 - - [2026-01-08 04:04:37] "GET /virtual-network/5ecb38f4-6fe4-4ec3-a450-7e3cf5274cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006453 10.0.0.242 - - [2026-01-08 04:04:37] "GET /virtual-network/5ecb38f4-6fe4-4ec3-a450-7e3cf5274cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005983 10.0.0.242 - - [2026-01-08 04:04:37] "POST /neutron/network HTTP/1.1" 200 799 0.009315 10.0.0.242 - - [2026-01-08 04:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.27 - - [2026-01-08 04:04:37] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000938 10.0.0.242 - - [2026-01-08 04:04:37] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047541 10.0.0.27 - - [2026-01-08 04:04:37] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.242 - - [2026-01-08 04:04:38] "POST /neutron/network HTTP/1.1" 200 585 0.130645 10.0.0.242 - - [2026-01-08 04:04:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.003812 10.0.0.242 - - [2026-01-08 04:04:38] "GET /virtual-network/a75b3e86-720c-4e7b-a503-9608b48abd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005740 10.0.0.242 - - [2026-01-08 04:04:38] "POST /neutron/network HTTP/1.1" 200 799 0.007236 10.0.0.242 - - [2026-01-08 04:04:38] "GET /virtual-network/a75b3e86-720c-4e7b-a503-9608b48abd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005259 10.0.0.242 - - [2026-01-08 04:04:38] "POST /fqname-to-id HTTP/1.1" 404 239 0.006373 10.0.0.242 - - [2026-01-08 04:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.27 - - [2026-01-08 04:04:38] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.242 - - [2026-01-08 04:04:38] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058765 10.0.0.242 - - [2026-01-08 04:04:38] "POST /network-policys HTTP/1.1" 200 587 0.030165 10.0.0.242 - - [2026-01-08 04:04:38] "GET /network-policy/c8cd7ade-7e2d-43b3-8dfa-ef364110bb88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006063 10.0.0.242 - - [2026-01-08 04:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.242 - - [2026-01-08 04:04:38] "GET /virtual-network/5ecb38f4-6fe4-4ec3-a450-7e3cf5274cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007035 10.0.0.242 - - [2026-01-08 04:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.242 - - [2026-01-08 04:04:38] "GET /network-policy/c8cd7ade-7e2d-43b3-8dfa-ef364110bb88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005759 10.0.0.242 - - [2026-01-08 04:04:38] "POST /fqname-to-id HTTP/1.1" 404 210 0.012379 10.0.0.242 - - [2026-01-08 04:04:38] "POST /ref-update HTTP/1.1" 200 156 0.053700 10.0.0.242 - - [2026-01-08 04:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.242 - - [2026-01-08 04:04:38] "GET /network-policy/c8cd7ade-7e2d-43b3-8dfa-ef364110bb88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003463 10.0.0.242 - - [2026-01-08 04:04:39] "POST /neutron/network HTTP/1.1" 200 912 0.009502 10.0.0.242 - - [2026-01-08 04:04:39] "GET /virtual-network/5ecb38f4-6fe4-4ec3-a450-7e3cf5274cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.004985 10.0.0.242 - - [2026-01-08 04:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.242 - - [2026-01-08 04:04:39] "GET /network-policy/c8cd7ade-7e2d-43b3-8dfa-ef364110bb88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004195 10.0.0.242 - - [2026-01-08 04:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.242 - - [2026-01-08 04:04:39] "GET /virtual-network/a75b3e86-720c-4e7b-a503-9608b48abd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006089 10.0.0.242 - - [2026-01-08 04:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.242 - - [2026-01-08 04:04:39] "GET /network-policy/c8cd7ade-7e2d-43b3-8dfa-ef364110bb88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004694 10.0.0.242 - - [2026-01-08 04:04:39] "POST /ref-update HTTP/1.1" 200 156 0.052509 10.0.0.242 - - [2026-01-08 04:04:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.007187 10.0.0.242 - - [2026-01-08 04:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.242 - - [2026-01-08 04:04:39] "GET /network-policy/c8cd7ade-7e2d-43b3-8dfa-ef364110bb88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003733 10.0.0.242 - - [2026-01-08 04:04:39] "GET /virtual-network/a75b3e86-720c-4e7b-a503-9608b48abd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.008480 10.0.0.242 - - [2026-01-08 04:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.242 - - [2026-01-08 04:04:39] "GET /network-policy/c8cd7ade-7e2d-43b3-8dfa-ef364110bb88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005234 10.0.0.242 - - [2026-01-08 04:04:39] "POST /id-to-fqname HTTP/1.1" 200 214 0.001361 10.0.0.242 - - [2026-01-08 04:04:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009683 10.0.0.27 - - [2026-01-08 04:04:40] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001435 10.0.0.242 - - [2026-01-08 04:04:40] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.094831 10.0.0.242 - - [2026-01-08 04:04:40] "POST /neutron/port HTTP/1.1" 200 2281 0.026177 10.0.0.242 - - [2026-01-08 04:04:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.001457 10.0.0.242 - - [2026-01-08 04:04:40] "POST /neutron/port HTTP/1.1" 200 2281 0.024148 10.0.0.242 - - [2026-01-08 04:04:41] "POST /neutron/network HTTP/1.1" 200 922 0.008936 10.0.0.242 - - [2026-01-08 04:04:41] "POST /neutron/port HTTP/1.1" 200 1063 0.023053 10.0.0.242 - - [2026-01-08 04:04:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003919 10.0.0.242 - - [2026-01-08 04:04:41] "POST /neutron/network HTTP/1.1" 200 912 0.007515 10.0.0.27 - - [2026-01-08 04:04:42] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.242 - - [2026-01-08 04:04:42] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081524 10.0.0.242 - - [2026-01-08 04:04:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007719 10.0.0.242 - - [2026-01-08 04:04:42] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003949 10.0.0.242 - - [2026-01-08 04:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.242 - - [2026-01-08 04:04:42] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004648 10.0.0.27 - - [2026-01-08 04:04:42] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004093 10.0.0.242 - - [2026-01-08 04:04:42] "PUT /access-control-list/ff60ff63-f091-4f8b-b915-e76ccfb376cb HTTP/1.1" 200 272 0.021241 10.0.0.242 - - [2026-01-08 04:04:43] "POST /neutron/port HTTP/1.1" 200 1063 0.349976 10.0.0.242 - - [2026-01-08 04:04:43] "POST /neutron/port HTTP/1.1" 200 1117 0.103470 10.0.0.242 - - [2026-01-08 04:04:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.008477 10.0.0.242 - - [2026-01-08 04:04:43] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004316 10.0.0.242 - - [2026-01-08 04:04:43] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004662 10.0.0.242 - - [2026-01-08 04:04:43] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004621 10.0.0.242 - - [2026-01-08 04:04:43] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.029705 10.0.0.242 - - [2026-01-08 04:04:43] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.043399 10.0.0.242 - - [2026-01-08 04:04:43] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005668 10.0.0.242 - - [2026-01-08 04:04:43] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006855 10.0.0.242 - - [2026-01-08 04:04:43] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.035571 10.0.0.242 - - [2026-01-08 04:04:44] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.032501 10.0.0.242 - - [2026-01-08 04:04:44] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.011770 10.0.0.242 - - [2026-01-08 04:04:44] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008600 10.0.0.242 - - [2026-01-08 04:04:44] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.040938 10.0.0.242 - - [2026-01-08 04:04:44] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.037367 10.0.0.242 - - [2026-01-08 04:04:44] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004443 10.0.0.242 - - [2026-01-08 04:04:44] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006510 10.0.0.242 - - [2026-01-08 04:04:44] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.024799 10.0.0.242 - - [2026-01-08 04:04:44] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004173 10.0.0.242 - - [2026-01-08 04:04:44] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005074 10.0.0.242 - - [2026-01-08 04:04:44] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004737 10.0.0.242 - - [2026-01-08 04:04:44] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.037581 10.0.0.242 - - [2026-01-08 04:04:44] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.038486 10.0.0.242 - - [2026-01-08 04:04:44] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006692 10.0.0.242 - - [2026-01-08 04:04:44] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005336 10.0.0.242 - - [2026-01-08 04:04:44] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.035660 10.0.0.242 - - [2026-01-08 04:04:44] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.049051 10.0.0.242 - - [2026-01-08 04:04:44] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009503 10.0.0.242 - - [2026-01-08 04:04:44] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005917 10.0.0.242 - - [2026-01-08 04:04:44] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.033120 10.0.0.242 - - [2026-01-08 04:04:44] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.034360 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007920 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009815 10.0.0.242 - - [2026-01-08 04:04:45] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.022143 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003666 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005351 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004041 10.0.0.242 - - [2026-01-08 04:04:45] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.025083 10.0.0.242 - - [2026-01-08 04:04:45] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.030267 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005473 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003971 10.0.0.242 - - [2026-01-08 04:04:45] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.034702 10.0.0.242 - - [2026-01-08 04:04:45] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.030221 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004665 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009447 10.0.0.242 - - [2026-01-08 04:04:45] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.037345 10.0.0.242 - - [2026-01-08 04:04:45] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.038970 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010828 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006011 10.0.0.242 - - [2026-01-08 04:04:45] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.018723 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004421 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005368 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004516 10.0.0.242 - - [2026-01-08 04:04:45] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.029730 10.0.0.242 - - [2026-01-08 04:04:45] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.039115 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007723 10.0.0.242 - - [2026-01-08 04:04:45] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004470 10.0.0.242 - - [2026-01-08 04:04:46] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.028555 10.0.0.242 - - [2026-01-08 04:04:46] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.043073 10.0.0.242 - - [2026-01-08 04:04:46] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.011567 10.0.0.242 - - [2026-01-08 04:04:46] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.009007 10.0.0.242 - - [2026-01-08 04:04:46] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.038993 10.0.0.242 - - [2026-01-08 04:04:46] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.043063 10.0.0.242 - - [2026-01-08 04:04:51] "POST /neutron/port HTTP/1.1" 200 1127 0.021523 10.0.0.242 - - [2026-01-08 04:04:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009005 10.0.0.242 - - [2026-01-08 04:04:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003411 10.0.0.242 - - [2026-01-08 04:04:56] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004769 10.0.0.242 - - [2026-01-08 04:04:56] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004022 10.0.0.242 - - [2026-01-08 04:04:56] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.026952 10.0.0.242 - - [2026-01-08 04:04:56] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.043578 10.0.0.242 - - [2026-01-08 04:04:56] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.011959 10.0.0.242 - - [2026-01-08 04:04:56] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008158 10.0.0.242 - - [2026-01-08 04:04:56] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.045613 10.0.0.242 - - [2026-01-08 04:04:56] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.040733 10.0.0.242 - - [2026-01-08 04:04:56] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008524 10.0.0.242 - - [2026-01-08 04:04:56] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004272 10.0.0.242 - - [2026-01-08 04:04:56] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.038693 10.0.0.242 - - [2026-01-08 04:04:56] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.043329 10.0.0.242 - - [2026-01-08 04:04:56] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005192 10.0.0.242 - - [2026-01-08 04:04:56] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004716 10.0.0.242 - - [2026-01-08 04:04:56] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.019541 10.0.0.242 - - [2026-01-08 04:04:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005503 10.0.0.242 - - [2026-01-08 04:04:57] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006216 10.0.0.242 - - [2026-01-08 04:04:57] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005820 10.0.0.242 - - [2026-01-08 04:04:57] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.041371 10.0.0.242 - - [2026-01-08 04:04:57] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.032327 10.0.0.242 - - [2026-01-08 04:04:57] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.029978 10.0.0.242 - - [2026-01-08 04:04:57] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005952 10.0.0.242 - - [2026-01-08 04:04:57] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.033254 10.0.0.242 - - [2026-01-08 04:04:57] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.046193 10.0.0.242 - - [2026-01-08 04:04:57] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005752 10.0.0.242 - - [2026-01-08 04:04:57] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008278 10.0.0.242 - - [2026-01-08 04:04:57] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.056489 10.0.0.242 - - [2026-01-08 04:04:57] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.044673 10.0.0.242 - - [2026-01-08 04:04:57] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007843 10.0.0.242 - - [2026-01-08 04:04:57] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006311 10.0.0.242 - - [2026-01-08 04:04:57] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.040895 10.0.0.242 - - [2026-01-08 04:04:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004833 10.0.0.242 - - [2026-01-08 04:04:57] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007928 10.0.0.242 - - [2026-01-08 04:04:57] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005455 10.0.0.242 - - [2026-01-08 04:04:57] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.043338 10.0.0.242 - - [2026-01-08 04:04:58] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.054959 10.0.0.242 - - [2026-01-08 04:04:58] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.013446 10.0.0.242 - - [2026-01-08 04:04:58] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010243 10.0.0.242 - - [2026-01-08 04:04:58] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.038961 10.0.0.242 - - [2026-01-08 04:04:58] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.049070 10.0.0.242 - - [2026-01-08 04:04:58] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.012309 10.0.0.242 - - [2026-01-08 04:04:58] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006917 10.0.0.242 - - [2026-01-08 04:04:58] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.035802 10.0.0.242 - - [2026-01-08 04:04:58] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.043206 10.0.0.242 - - [2026-01-08 04:04:58] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009184 10.0.0.242 - - [2026-01-08 04:04:58] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004312 10.0.0.242 - - [2026-01-08 04:04:58] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.030942 10.0.0.242 - - [2026-01-08 04:04:58] "POST /ref-update HTTP/1.1" 200 156 0.064908 10.0.0.242 - - [2026-01-08 04:04:58] "GET /virtual-network/a75b3e86-720c-4e7b-a503-9608b48abd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.013137 10.0.0.242 - - [2026-01-08 04:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008113 10.0.0.242 - - [2026-01-08 04:04:58] "GET /network-policy/c8cd7ade-7e2d-43b3-8dfa-ef364110bb88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004296 10.0.0.242 - - [2026-01-08 04:04:58] "POST /ref-update HTTP/1.1" 200 156 0.062388 10.0.0.242 - - [2026-01-08 04:04:59] "DELETE /access-control-list/9bb9bab6-88ae-433d-87fa-1bc202d0621f HTTP/1.1" 200 115 0.072803 10.0.0.242 - - [2026-01-08 04:04:59] "GET /virtual-network/5ecb38f4-6fe4-4ec3-a450-7e3cf5274cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.012141 10.0.0.242 - - [2026-01-08 04:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.242 - - [2026-01-08 04:04:59] "GET /network-policy/c8cd7ade-7e2d-43b3-8dfa-ef364110bb88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007465 10.0.0.242 - - [2026-01-08 04:04:59] "DELETE /network-policy/c8cd7ade-7e2d-43b3-8dfa-ef364110bb88 HTTP/1.1" 200 115 0.040213 10.0.0.242 - - [2026-01-08 04:04:59] "POST /neutron/port HTTP/1.1" 200 1127 0.019319 10.0.0.242 - - [2026-01-08 04:04:59] "POST /neutron/port HTTP/1.1" 200 1117 0.015344 10.0.0.242 - - [2026-01-08 04:04:59] "POST /neutron/port HTTP/1.1" 200 1117 0.025477 10.0.0.27 - - [2026-01-08 04:05:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003091 10.0.0.27 - - [2026-01-08 04:05:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004972 10.0.0.242 - - [2026-01-08 04:05:01] "POST /neutron/network HTTP/1.1" 200 151 0.169958 10.0.0.242 - - [2026-01-08 04:05:01] "POST /neutron/network HTTP/1.1" 200 1072 0.010587 10.0.0.242 - - [2026-01-08 04:05:01] "DELETE /route-target/a7cc8e49-191d-43b4-a982-bad98cb1ae07 HTTP/1.1" 200 115 0.029109 10.0.0.242 - - [2026-01-08 04:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.001355 10.0.0.27 - - [2026-01-08 04:05:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003525 10.0.0.27 - - [2026-01-08 04:05:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002647 10.0.0.242 - - [2026-01-08 04:05:01] "POST /neutron/network HTTP/1.1" 200 151 0.157271 10.0.0.242 - - [2026-01-08 04:05:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.015113 10.0.0.242 - - [2026-01-08 04:05:01] "POST /ref-update HTTP/1.1" 200 156 0.072248 10.0.0.242 - - [2026-01-08 04:05:01] "POST /neutron/network HTTP/1.1" 200 976 0.015569 10.0.0.242 - - [2026-01-08 04:05:01] "GET /virtual-network/ed6df20d-6d7b-49e9-95e7-4389eb7fa262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.010804 10.0.0.242 - - [2026-01-08 04:05:01] "DELETE /access-control-list/11467b74-28ce-4e84-85e9-b9cf46f5bc65 HTTP/1.1" 200 115 0.057756 10.0.0.242 - - [2026-01-08 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006796 10.0.0.242 - - [2026-01-08 04:05:01] "GET /network-policy/8bb16d02-ee2c-424a-baa2-dae0dc3e3239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004390 10.0.0.242 - - [2026-01-08 04:05:01] "POST /ref-update HTTP/1.1" 200 156 0.064319 10.0.0.242 - - [2026-01-08 04:05:01] "POST /ref-update HTTP/1.1" 200 156 0.025896 10.0.0.242 - - [2026-01-08 04:05:01] "GET /virtual-network/1dfa5662-4279-4ea0-a8ce-c718ba64020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.015204 10.0.0.242 - - [2026-01-08 04:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006337 10.0.0.242 - - [2026-01-08 04:05:02] "GET /network-policy/8bb16d02-ee2c-424a-baa2-dae0dc3e3239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005313 10.0.0.242 - - [2026-01-08 04:05:02] "DELETE /network-policy/8bb16d02-ee2c-424a-baa2-dae0dc3e3239 HTTP/1.1" 200 115 0.034030 10.0.0.242 - - [2026-01-08 04:05:02] "POST /neutron/network HTTP/1.1" 400 204 0.018227 10.0.0.242 - - [2026-01-08 04:05:03] "POST /neutron/port HTTP/1.1" 200 151 0.265995 10.0.0.242 - - [2026-01-08 04:05:03] "POST /neutron/port HTTP/1.1" 200 151 0.292632 10.0.0.242 - - [2026-01-08 04:05:04] "POST /neutron/network HTTP/1.1" 200 975 0.009800 10.0.0.242 - - [2026-01-08 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.242 - - [2026-01-08 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.27 - - [2026-01-08 04:05:06] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.242 - - [2026-01-08 04:05:06] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040117 10.0.0.27 - - [2026-01-08 04:05:06] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126 10.0.0.242 - - [2026-01-08 04:05:06] "POST /neutron/network HTTP/1.1" 200 601 0.115911 10.0.0.242 - - [2026-01-08 04:05:06] "POST /ref-update HTTP/1.1" 200 156 0.030423 10.0.0.242 - - [2026-01-08 04:05:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.002756 10.0.0.242 - - [2026-01-08 04:05:06] "POST /neutron/network HTTP/1.1" 200 974 0.010928 10.0.0.242 - - [2026-01-08 04:05:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001201 10.0.0.242 - - [2026-01-08 04:05:06] "GET /virtual-network/68753b3f-2abc-4c65-aea8-3cab8c5a9d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005185 10.0.0.242 - - [2026-01-08 04:05:06] "GET /virtual-network/68753b3f-2abc-4c65-aea8-3cab8c5a9d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006309 10.0.0.242 - - [2026-01-08 04:05:06] "POST /neutron/subnet HTTP/1.1" 200 716 0.009084 10.0.0.242 - - [2026-01-08 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.27 - - [2026-01-08 04:05:06] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001513 10.0.0.242 - - [2026-01-08 04:05:06] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038877 10.0.0.27 - - [2026-01-08 04:05:06] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.242 - - [2026-01-08 04:05:07] "POST /neutron/network HTTP/1.1" 200 601 0.114890 10.0.0.242 - - [2026-01-08 04:05:07] "POST /neutron/network HTTP/1.1" 200 977 0.010383 10.0.0.242 - - [2026-01-08 04:05:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001135 10.0.0.242 - - [2026-01-08 04:05:07] "GET /virtual-network/44026047-ded6-48fe-a2f7-b417f8bd040f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005961 10.0.0.242 - - [2026-01-08 04:05:07] "GET /virtual-network/44026047-ded6-48fe-a2f7-b417f8bd040f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006859 10.0.0.242 - - [2026-01-08 04:05:07] "POST /neutron/subnet HTTP/1.1" 200 716 0.009280 10.0.0.242 - - [2026-01-08 04:05:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001387 10.0.0.27 - - [2026-01-08 04:05:08] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.242 - - [2026-01-08 04:05:08] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.065888 10.0.0.242 - - [2026-01-08 04:05:08] "POST /neutron/network HTTP/1.1" 200 974 0.039520 10.0.0.242 - - [2026-01-08 04:05:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001405 10.0.0.242 - - [2026-01-08 04:05:09] "POST /neutron/port HTTP/1.1" 200 117 0.006265 10.0.0.27 - - [2026-01-08 04:05:09] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.242 - - [2026-01-08 04:05:09] "POST /neutron/port HTTP/1.1" 200 1152 0.336130 10.0.0.242 - - [2026-01-08 04:05:09] "POST /neutron/port HTTP/1.1" 200 1206 0.104733 10.0.0.242 - - [2026-01-08 04:05:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004953 10.0.0.27 - - [2026-01-08 04:05:09] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066 10.0.0.242 - - [2026-01-08 04:05:09] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.074908 10.0.0.242 - - [2026-01-08 04:05:09] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.242 - - [2026-01-08 04:05:10] "POST /neutron/port HTTP/1.1" 200 1216 0.023638 10.0.0.242 - - [2026-01-08 04:05:10] "POST /neutron/port HTTP/1.1" 200 1216 0.022139 10.0.0.27 - - [2026-01-08 04:05:10] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.242 - - [2026-01-08 04:05:10] "POST /neutron/port HTTP/1.1" 200 1155 0.318189 10.0.0.242 - - [2026-01-08 04:05:11] "POST /neutron/port HTTP/1.1" 200 1209 0.112572 10.0.0.242 - - [2026-01-08 04:05:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004540 10.0.0.242 - - [2026-01-08 04:05:11] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.242 - - [2026-01-08 04:05:12] "POST /neutron/port HTTP/1.1" 200 1216 0.016105 10.0.0.242 - - [2026-01-08 04:05:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004111 10.0.0.242 - - [2026-01-08 04:05:12] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.242 - - [2026-01-08 04:05:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008893 10.0.0.242 - - [2026-01-08 04:05:15] "POST /neutron/port HTTP/1.1" 200 1216 0.022625 10.0.0.242 - - [2026-01-08 04:05:15] "GET /virtual-machine/885b24c4-0011-4099-8d87-62fe5ddee091 HTTP/1.1" 200 1300 0.006305 10.0.0.242 - - [2026-01-08 04:05:15] "GET /virtual-machine-interface/9f365280-b330-451f-82d7-746dd0234cc7 HTTP/1.1" 200 3157 0.008857 10.0.0.242 - - [2026-01-08 04:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.242 - - [2026-01-08 04:05:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004091 10.0.0.242 - - [2026-01-08 04:05:15] "GET /virtual-networks?parent_id=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003446 10.0.0.242 - - [2026-01-08 04:05:15] "GET /virtual-network/68753b3f-2abc-4c65-aea8-3cab8c5a9d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006129 10.0.0.242 - - [2026-01-08 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.242 - - [2026-01-08 04:05:18] "GET /virtual-network/68753b3f-2abc-4c65-aea8-3cab8c5a9d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005797 10.0.0.242 - - [2026-01-08 04:05:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.041678 10.0.0.242 - - [2026-01-08 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.242 - - [2026-01-08 04:05:20] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004065 10.0.0.242 - - [2026-01-08 04:05:20] "GET /virtual-networks?parent_id=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004183 10.0.0.242 - - [2026-01-08 04:05:20] "GET /virtual-network/68753b3f-2abc-4c65-aea8-3cab8c5a9d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005591 10.0.0.242 - - [2026-01-08 04:05:21] "POST /neutron/port HTTP/1.1" 200 1219 0.017458 10.0.0.242 - - [2026-01-08 04:05:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006759 10.0.0.242 - - [2026-01-08 04:05:21] "GET /virtual-machine/f269fb85-97b1-462f-8c7e-09a47fcfb662 HTTP/1.1" 200 1301 0.006108 10.0.0.242 - - [2026-01-08 04:05:21] "GET /virtual-machine-interface/c3491b85-cea5-4f15-b88c-7a5103520f19 HTTP/1.1" 200 3158 0.005470 10.0.0.242 - - [2026-01-08 04:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.242 - - [2026-01-08 04:05:21] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003640 10.0.0.242 - - [2026-01-08 04:05:21] "GET /virtual-networks?parent_id=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003054 10.0.0.242 - - [2026-01-08 04:05:21] "GET /virtual-network/44026047-ded6-48fe-a2f7-b417f8bd040f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006238 10.0.0.242 - - [2026-01-08 04:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.242 - - [2026-01-08 04:05:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004179 10.0.0.242 - - [2026-01-08 04:05:22] "GET /virtual-networks?parent_id=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003196 10.0.0.242 - - [2026-01-08 04:05:22] "GET /virtual-network/44026047-ded6-48fe-a2f7-b417f8bd040f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005903 10.0.0.242 - - [2026-01-08 04:05:22] "POST /fqname-to-id HTTP/1.1" 404 209 0.003938 10.0.0.242 - - [2026-01-08 04:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.27 - - [2026-01-08 04:05:22] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.242 - - [2026-01-08 04:05:22] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.066302 10.0.0.242 - - [2026-01-08 04:05:23] "POST /network-policys HTTP/1.1" 200 533 0.030161 10.0.0.242 - - [2026-01-08 04:05:23] "GET /network-policy/d68e3cdd-0c02-4672-a482-765586dddebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005957 10.0.0.242 - - [2026-01-08 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.242 - - [2026-01-08 04:05:23] "GET /virtual-network/68753b3f-2abc-4c65-aea8-3cab8c5a9d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006017 10.0.0.242 - - [2026-01-08 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007451 10.0.0.242 - - [2026-01-08 04:05:23] "GET /network-policy/d68e3cdd-0c02-4672-a482-765586dddebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004543 10.0.0.242 - - [2026-01-08 04:05:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.008246 10.0.0.242 - - [2026-01-08 04:05:23] "POST /ref-update HTTP/1.1" 200 156 0.047805 10.0.0.242 - - [2026-01-08 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.242 - - [2026-01-08 04:05:23] "GET /network-policy/d68e3cdd-0c02-4672-a482-765586dddebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004231 10.0.0.242 - - [2026-01-08 04:05:23] "POST /neutron/network HTTP/1.1" 200 1060 0.011338 10.0.0.242 - - [2026-01-08 04:05:23] "GET /virtual-network/68753b3f-2abc-4c65-aea8-3cab8c5a9d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.006943 10.0.0.242 - - [2026-01-08 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.242 - - [2026-01-08 04:05:23] "GET /network-policy/d68e3cdd-0c02-4672-a482-765586dddebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004831 10.0.0.242 - - [2026-01-08 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.242 - - [2026-01-08 04:05:23] "GET /virtual-network/44026047-ded6-48fe-a2f7-b417f8bd040f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006842 10.0.0.242 - - [2026-01-08 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.242 - - [2026-01-08 04:05:23] "GET /network-policy/d68e3cdd-0c02-4672-a482-765586dddebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004075 10.0.0.242 - - [2026-01-08 04:05:23] "POST /fqname-to-id HTTP/1.1" 404 230 0.003525 10.0.0.242 - - [2026-01-08 04:05:23] "POST /ref-update HTTP/1.1" 200 156 0.058971 10.0.0.242 - - [2026-01-08 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.242 - - [2026-01-08 04:05:23] "GET /network-policy/d68e3cdd-0c02-4672-a482-765586dddebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004612 10.0.0.242 - - [2026-01-08 04:05:23] "GET /virtual-network/44026047-ded6-48fe-a2f7-b417f8bd040f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007615 10.0.0.242 - - [2026-01-08 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.242 - - [2026-01-08 04:05:23] "POST /access-control-lists HTTP/1.1" 200 578 0.078660 10.0.0.242 - - [2026-01-08 04:05:23] "GET /network-policy/d68e3cdd-0c02-4672-a482-765586dddebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007626 10.0.0.242 - - [2026-01-08 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.27 - - [2026-01-08 04:05:23] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.242 - - [2026-01-08 04:05:23] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050843 10.0.0.27 - - [2026-01-08 04:05:23] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001425 10.0.0.242 - - [2026-01-08 04:05:24] "POST /neutron/network HTTP/1.1" 200 585 0.126200 10.0.0.242 - - [2026-01-08 04:05:24] "POST /route-targets HTTP/1.1" 200 327 0.014618 10.0.0.242 - - [2026-01-08 04:05:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.003675 10.0.0.242 - - [2026-01-08 04:05:24] "GET /virtual-network/ffda205a-6642-4def-a6c9-0888ce08d061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006220 10.0.0.242 - - [2026-01-08 04:05:24] "POST /neutron/network HTTP/1.1" 200 799 0.007380 10.0.0.242 - - [2026-01-08 04:05:24] "GET /virtual-network/ffda205a-6642-4def-a6c9-0888ce08d061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005743 10.0.0.242 - - [2026-01-08 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.27 - - [2026-01-08 04:05:24] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.242 - - [2026-01-08 04:05:24] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053154 10.0.0.242 - - [2026-01-08 04:05:24] "POST /neutron/network HTTP/1.1" 200 117 0.020293 10.0.0.242 - - [2026-01-08 04:05:24] "POST /ref-update HTTP/1.1" 200 156 0.023985 10.0.0.242 - - [2026-01-08 04:05:25] "POST /neutron/network HTTP/1.1" 200 799 0.008805 10.0.0.242 - - [2026-01-08 04:05:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.001100 10.0.0.242 - - [2026-01-08 04:05:25] "GET /virtual-network/0b9fe22b-97a7-4323-a655-4376af993bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007302 10.0.0.242 - - [2026-01-08 04:05:25] "GET /virtual-network/0b9fe22b-97a7-4323-a655-4376af993bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005433 10.0.0.242 - - [2026-01-08 04:05:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.009852 10.0.0.242 - - [2026-01-08 04:05:25] "POST /fqname-to-id HTTP/1.1" 404 239 0.002976 10.0.0.242 - - [2026-01-08 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.27 - - [2026-01-08 04:05:25] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.242 - - [2026-01-08 04:05:25] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038292 10.0.0.242 - - [2026-01-08 04:05:25] "POST /network-policys HTTP/1.1" 200 587 0.033094 10.0.0.242 - - [2026-01-08 04:05:25] "GET /network-policy/77f1317f-acc3-41b5-b565-2774660c0797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006248 10.0.0.242 - - [2026-01-08 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.242 - - [2026-01-08 04:05:25] "GET /virtual-network/ffda205a-6642-4def-a6c9-0888ce08d061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006206 10.0.0.242 - - [2026-01-08 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.242 - - [2026-01-08 04:05:25] "GET /network-policy/77f1317f-acc3-41b5-b565-2774660c0797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005979 10.0.0.242 - - [2026-01-08 04:05:25] "POST /ref-update HTTP/1.1" 200 156 0.073813 10.0.0.242 - - [2026-01-08 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.242 - - [2026-01-08 04:05:25] "GET /network-policy/77f1317f-acc3-41b5-b565-2774660c0797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004173 10.0.0.242 - - [2026-01-08 04:05:25] "GET /virtual-network/ffda205a-6642-4def-a6c9-0888ce08d061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.007765 10.0.0.242 - - [2026-01-08 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.242 - - [2026-01-08 04:05:25] "GET /network-policy/77f1317f-acc3-41b5-b565-2774660c0797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004799 10.0.0.242 - - [2026-01-08 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.242 - - [2026-01-08 04:05:25] "GET /virtual-network/0b9fe22b-97a7-4323-a655-4376af993bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007530 10.0.0.242 - - [2026-01-08 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.242 - - [2026-01-08 04:05:25] "GET /network-policy/77f1317f-acc3-41b5-b565-2774660c0797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005018 10.0.0.242 - - [2026-01-08 04:05:25] "PUT /access-control-list/a777ca8c-a597-4c72-a604-281b37ef41a9 HTTP/1.1" 200 272 0.022837 10.0.0.242 - - [2026-01-08 04:05:25] "POST /ref-update HTTP/1.1" 200 156 0.065406 10.0.0.242 - - [2026-01-08 04:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.014600 10.0.0.242 - - [2026-01-08 04:05:26] "POST /ref-update HTTP/1.1" 200 156 0.031413 10.0.0.242 - - [2026-01-08 04:05:26] "GET /network-policy/77f1317f-acc3-41b5-b565-2774660c0797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003909 10.0.0.242 - - [2026-01-08 04:05:26] "GET /virtual-network/0b9fe22b-97a7-4323-a655-4376af993bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.016235 10.0.0.242 - - [2026-01-08 04:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.242 - - [2026-01-08 04:05:26] "GET /network-policy/77f1317f-acc3-41b5-b565-2774660c0797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004331 10.0.0.242 - - [2026-01-08 04:05:26] "POST /id-to-fqname HTTP/1.1" 200 214 0.001080 10.0.0.242 - - [2026-01-08 04:05:26] "POST /neutron/port HTTP/1.1" 200 2281 0.024031 10.0.0.27 - - [2026-01-08 04:05:27] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.242 - - [2026-01-08 04:05:27] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.078308 10.0.0.242 - - [2026-01-08 04:05:27] "POST /neutron/network HTTP/1.1" 200 912 0.007357 10.0.0.242 - - [2026-01-08 04:05:27] "POST /neutron/port HTTP/1.1" 200 117 0.009402 10.0.0.242 - - [2026-01-08 04:05:27] "POST /id-to-fqname HTTP/1.1" 200 214 0.002006 10.0.0.242 - - [2026-01-08 04:05:27] "POST /neutron/network HTTP/1.1" 200 922 0.007325 10.0.0.242 - - [2026-01-08 04:05:28] "POST /neutron/port HTTP/1.1" 200 1063 0.017020 10.0.0.242 - - [2026-01-08 04:05:28] "POST /neutron/port HTTP/1.1" 200 1127 0.020296 10.0.0.242 - - [2026-01-08 04:05:28] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.27 - - [2026-01-08 04:05:28] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001470 10.0.0.242 - - [2026-01-08 04:05:28] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.082541 10.0.0.242 - - [2026-01-08 04:05:28] "POST /neutron/port HTTP/1.1" 200 3255 0.037899 10.0.0.242 - - [2026-01-08 04:05:28] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004628 10.0.0.242 - - [2026-01-08 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.242 - - [2026-01-08 04:05:29] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005024 10.0.0.242 - - [2026-01-08 04:05:29] "POST /neutron/network HTTP/1.1" 200 922 0.006515 10.0.0.242 - - [2026-01-08 04:05:29] "POST /neutron/port HTTP/1.1" 200 1063 0.018023 10.0.0.242 - - [2026-01-08 04:05:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004071 10.0.0.242 - - [2026-01-08 04:05:30] "POST /neutron/network HTTP/1.1" 200 912 0.007725 10.0.0.242 - - [2026-01-08 04:05:30] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003459 10.0.0.242 - - [2026-01-08 04:05:30] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003987 10.0.0.242 - - [2026-01-08 04:05:30] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005344 10.0.0.242 - - [2026-01-08 04:05:30] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.028722 10.0.0.242 - - [2026-01-08 04:05:30] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.040711 10.0.0.242 - - [2026-01-08 04:05:30] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008240 10.0.0.242 - - [2026-01-08 04:05:30] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006989 10.0.0.242 - - [2026-01-08 04:05:30] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.038056 10.0.0.242 - - [2026-01-08 04:05:30] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.044216 10.0.0.242 - - [2026-01-08 04:05:30] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006749 10.0.0.242 - - [2026-01-08 04:05:30] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007942 10.0.0.242 - - [2026-01-08 04:05:30] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.047402 10.0.0.242 - - [2026-01-08 04:05:30] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.061091 10.0.0.242 - - [2026-01-08 04:05:30] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005872 10.0.0.242 - - [2026-01-08 04:05:30] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006086 10.0.0.242 - - [2026-01-08 04:05:30] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.024645 10.0.0.242 - - [2026-01-08 04:05:30] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004753 10.0.0.242 - - [2026-01-08 04:05:31] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005171 10.0.0.242 - - [2026-01-08 04:05:31] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005453 10.0.0.242 - - [2026-01-08 04:05:31] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.027753 10.0.0.242 - - [2026-01-08 04:05:31] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.034168 10.0.0.242 - - [2026-01-08 04:05:31] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006551 10.0.0.242 - - [2026-01-08 04:05:31] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006369 10.0.0.242 - - [2026-01-08 04:05:31] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.044549 10.0.0.242 - - [2026-01-08 04:05:31] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.083013 10.0.0.242 - - [2026-01-08 04:05:31] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.015947 10.0.0.242 - - [2026-01-08 04:05:31] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010929 10.0.0.242 - - [2026-01-08 04:05:31] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.044708 10.0.0.242 - - [2026-01-08 04:05:31] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.053461 10.0.0.242 - - [2026-01-08 04:05:31] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009934 10.0.0.242 - - [2026-01-08 04:05:31] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005679 10.0.0.242 - - [2026-01-08 04:05:31] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.025098 10.0.0.242 - - [2026-01-08 04:05:31] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003532 10.0.0.242 - - [2026-01-08 04:05:31] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004848 10.0.0.242 - - [2026-01-08 04:05:31] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004449 10.0.0.242 - - [2026-01-08 04:05:31] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.031713 10.0.0.242 - - [2026-01-08 04:05:31] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.047250 10.0.0.242 - - [2026-01-08 04:05:31] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.012887 10.0.0.242 - - [2026-01-08 04:05:32] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005836 10.0.0.242 - - [2026-01-08 04:05:32] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.035483 10.0.0.242 - - [2026-01-08 04:05:32] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.043151 10.0.0.242 - - [2026-01-08 04:05:32] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005378 10.0.0.242 - - [2026-01-08 04:05:32] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004366 10.0.0.242 - - [2026-01-08 04:05:32] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.038170 10.0.0.242 - - [2026-01-08 04:05:32] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.045026 10.0.0.242 - - [2026-01-08 04:05:32] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005648 10.0.0.242 - - [2026-01-08 04:05:32] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008756 10.0.0.242 - - [2026-01-08 04:05:32] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.024027 10.0.0.242 - - [2026-01-08 04:05:32] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005255 10.0.0.242 - - [2026-01-08 04:05:32] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007341 10.0.0.242 - - [2026-01-08 04:05:32] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.029054 10.0.0.242 - - [2026-01-08 04:05:32] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005533 10.0.0.242 - - [2026-01-08 04:05:32] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006998 10.0.0.242 - - [2026-01-08 04:05:32] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.021837 10.0.0.242 - - [2026-01-08 04:05:32] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004745 10.0.0.242 - - [2026-01-08 04:05:32] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006650 10.0.0.242 - - [2026-01-08 04:05:32] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.020959 10.0.0.242 - - [2026-01-08 04:05:39] "POST /neutron/port HTTP/1.1" 200 1127 0.022304 10.0.0.242 - - [2026-01-08 04:05:42] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004031 10.0.0.242 - - [2026-01-08 04:05:42] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004598 10.0.0.242 - - [2026-01-08 04:05:42] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004728 10.0.0.242 - - [2026-01-08 04:05:42] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.030255 10.0.0.242 - - [2026-01-08 04:05:42] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.042837 10.0.0.242 - - [2026-01-08 04:05:42] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005528 10.0.0.242 - - [2026-01-08 04:05:42] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004951 10.0.0.242 - - [2026-01-08 04:05:43] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.034923 10.0.0.242 - - [2026-01-08 04:05:43] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.042251 10.0.0.242 - - [2026-01-08 04:05:43] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.012131 10.0.0.242 - - [2026-01-08 04:05:43] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008271 10.0.0.242 - - [2026-01-08 04:05:43] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.040560 10.0.0.242 - - [2026-01-08 04:05:43] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.055190 10.0.0.242 - - [2026-01-08 04:05:43] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006883 10.0.0.242 - - [2026-01-08 04:05:43] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006285 10.0.0.242 - - [2026-01-08 04:05:43] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.029463 10.0.0.242 - - [2026-01-08 04:05:43] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003849 10.0.0.242 - - [2026-01-08 04:05:43] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005143 10.0.0.242 - - [2026-01-08 04:05:43] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004928 10.0.0.242 - - [2026-01-08 04:05:43] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.030350 10.0.0.242 - - [2026-01-08 04:05:43] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.038959 10.0.0.242 - - [2026-01-08 04:05:43] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.011564 10.0.0.242 - - [2026-01-08 04:05:43] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005760 10.0.0.242 - - [2026-01-08 04:05:43] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.040756 10.0.0.242 - - [2026-01-08 04:05:43] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.036529 10.0.0.242 - - [2026-01-08 04:05:43] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006771 10.0.0.242 - - [2026-01-08 04:05:43] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004680 10.0.0.242 - - [2026-01-08 04:05:43] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.037925 10.0.0.242 - - [2026-01-08 04:05:44] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.052125 10.0.0.242 - - [2026-01-08 04:05:44] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004920 10.0.0.242 - - [2026-01-08 04:05:44] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004132 10.0.0.242 - - [2026-01-08 04:05:44] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.029866 10.0.0.242 - - [2026-01-08 04:05:44] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003461 10.0.0.242 - - [2026-01-08 04:05:44] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004790 10.0.0.242 - - [2026-01-08 04:05:44] "GET /bgp-router/59f91911-896c-4b39-975f-66689b0d4914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003536 10.0.0.242 - - [2026-01-08 04:05:44] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.026807 10.0.0.242 - - [2026-01-08 04:05:44] "PUT /bgp-router/59f91911-896c-4b39-975f-66689b0d4914 HTTP/1.1" 200 254 0.029846 10.0.0.242 - - [2026-01-08 04:05:44] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005720 10.0.0.242 - - [2026-01-08 04:05:44] "GET /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006030 10.0.0.242 - - [2026-01-08 04:05:44] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.036314 10.0.0.242 - - [2026-01-08 04:05:44] "PUT /bgp-router/24f546b8-04ce-4348-9ef0-f20e602fdaac HTTP/1.1" 200 254 0.047368 10.0.0.242 - - [2026-01-08 04:05:44] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008959 10.0.0.242 - - [2026-01-08 04:05:44] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006467 10.0.0.242 - - [2026-01-08 04:05:44] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.040427 10.0.0.242 - - [2026-01-08 04:05:44] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.045495 10.0.0.242 - - [2026-01-08 04:05:44] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006005 10.0.0.242 - - [2026-01-08 04:05:44] "GET /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005796 10.0.0.242 - - [2026-01-08 04:05:44] "PUT /bgp-router/f8a4eb11-9ebe-4f8e-a463-6ad36b7b0e64 HTTP/1.1" 200 254 0.017931 10.0.0.242 - - [2026-01-08 04:05:45] "POST /ref-update HTTP/1.1" 200 156 0.056012 10.0.0.242 - - [2026-01-08 04:05:45] "GET /virtual-network/0b9fe22b-97a7-4323-a655-4376af993bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.009384 10.0.0.242 - - [2026-01-08 04:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.242 - - [2026-01-08 04:05:45] "POST /ref-update HTTP/1.1" 200 156 0.031709 10.0.0.242 - - [2026-01-08 04:05:45] "GET /network-policy/77f1317f-acc3-41b5-b565-2774660c0797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005800 10.0.0.242 - - [2026-01-08 04:05:45] "POST /ref-update HTTP/1.1" 200 156 0.055592 10.0.0.242 - - [2026-01-08 04:05:45] "POST /neutron/network HTTP/1.1" 200 799 0.018413 10.0.0.242 - - [2026-01-08 04:05:45] "GET /virtual-network/ffda205a-6642-4def-a6c9-0888ce08d061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.011269 10.0.0.242 - - [2026-01-08 04:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009241 10.0.0.242 - - [2026-01-08 04:05:45] "GET /network-policy/77f1317f-acc3-41b5-b565-2774660c0797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004241 10.0.0.242 - - [2026-01-08 04:05:45] "DELETE /network-policy/77f1317f-acc3-41b5-b565-2774660c0797 HTTP/1.1" 200 115 0.041423 10.0.0.242 - - [2026-01-08 04:05:45] "POST /neutron/network HTTP/1.1" 400 204 0.013037 10.0.0.242 - - [2026-01-08 04:05:45] "POST /neutron/port HTTP/1.1" 200 151 0.224041 10.0.0.242 - - [2026-01-08 04:05:47] "POST /neutron/network HTTP/1.1" 200 799 0.007476 10.0.0.242 - - [2026-01-08 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.27 - - [2026-01-08 04:05:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002591 10.0.0.27 - - [2026-01-08 04:05:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003122 10.0.0.242 - - [2026-01-08 04:05:47] "POST /neutron/network HTTP/1.1" 200 151 0.134553 10.0.0.242 - - [2026-01-08 04:05:47] "DELETE /route-target/3a5891f4-bf98-4e4d-b1e3-3e0280867d87 HTTP/1.1" 200 115 0.030441 10.0.0.242 - - [2026-01-08 04:05:47] "POST /ref-update HTTP/1.1" 200 156 0.066274 10.0.0.242 - - [2026-01-08 04:05:48] "GET /virtual-network/44026047-ded6-48fe-a2f7-b417f8bd040f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.009125 10.0.0.242 - - [2026-01-08 04:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.015419 10.0.0.242 - - [2026-01-08 04:05:48] "GET /network-policy/d68e3cdd-0c02-4672-a482-765586dddebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006855 10.0.0.242 - - [2026-01-08 04:05:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.004854 10.0.0.242 - - [2026-01-08 04:05:48] "POST /ref-update HTTP/1.1" 200 156 0.062268 10.0.0.242 - - [2026-01-08 04:05:48] "DELETE /access-control-list/05a357d4-051f-47f4-87e1-2544c3801e2e HTTP/1.1" 200 115 0.041393 10.0.0.242 - - [2026-01-08 04:05:48] "GET /virtual-network/68753b3f-2abc-4c65-aea8-3cab8c5a9d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.010681 10.0.0.242 - - [2026-01-08 04:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012020 10.0.0.242 - - [2026-01-08 04:05:48] "GET /network-policy/d68e3cdd-0c02-4672-a482-765586dddebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004265 10.0.0.242 - - [2026-01-08 04:05:48] "DELETE /network-policy/d68e3cdd-0c02-4672-a482-765586dddebd HTTP/1.1" 200 115 0.037014 10.0.0.242 - - [2026-01-08 04:05:48] "POST /neutron/network HTTP/1.1" 200 977 0.010109 10.0.0.242 - - [2026-01-08 04:05:49] "POST /neutron/port HTTP/1.1" 200 1209 0.016664 10.0.0.242 - - [2026-01-08 04:05:49] "POST /neutron/port HTTP/1.1" 200 1206 0.030364 10.0.0.27 - - [2026-01-08 04:05:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003592 10.0.0.27 - - [2026-01-08 04:05:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002687 10.0.0.27 - - [2026-01-08 04:05:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002377 10.0.0.27 - - [2026-01-08 04:05:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002847 10.0.0.242 - - [2026-01-08 04:05:50] "POST /neutron/network HTTP/1.1" 200 151 0.136233 10.0.0.242 - - [2026-01-08 04:05:50] "DELETE /route-target/fc6b6d90-1559-4fe8-a037-cd2b7bd28f1c HTTP/1.1" 200 115 0.019795 10.0.0.27 - - [2026-01-08 04:05:52] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.242 - - [2026-01-08 04:05:52] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044065 10.0.0.27 - - [2026-01-08 04:05:52] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.242 - - [2026-01-08 04:05:52] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?fields=virtual_networks HTTP/1.1" 200 1047 0.036976 10.0.0.27 - - [2026-01-08 04:05:52] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001630 10.0.0.242 - - [2026-01-08 04:05:52] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.037706 10.0.0.27 - - [2026-01-08 04:05:52] "GET /projects?obj_uuids=3256d03a-868e-4b1f-8849-7b28fd23be9e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001232 10.0.0.242 - - [2026-01-08 04:05:52] "GET /project/3256d03a-868e-4b1f-8849-7b28fd23be9e?fields=security_groups HTTP/1.1" 200 1281 0.036338 10.0.0.242 - - [2026-01-08 04:05:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.027716 10.0.0.27 - - [2026-01-08 04:05:53] "GET /projects?obj_uuids=2a48659a-cad7-4d97-bcc4-bd6b251c951d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003570 10.0.0.27 - - [2026-01-08 04:05:53] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.27 - - [2026-01-08 04:05:53] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009503 10.0.0.27 - - [2026-01-08 04:05:53] "POST /id-to-fqname HTTP/1.1" 200 185 0.005409 10.0.0.27 - - [2026-01-08 04:05:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.006958 10.0.0.27 - - [2026-01-08 04:05:53] "POST /security-groups HTTP/1.1" 200 586 0.083863 10.0.0.242 - - [2026-01-08 04:05:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.006639 10.0.0.27 - - [2026-01-08 04:05:53] "POST /projects HTTP/1.1" 200 575 0.313886 10.0.0.27 - - [2026-01-08 04:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.398117 10.0.0.242 - - [2026-01-08 04:05:53] "POST /access-control-lists HTTP/1.1" 200 589 0.045404 10.0.0.242 - - [2026-01-08 04:05:53] "GET /project/2a48659a-cad7-4d97-bcc4-bd6b251c951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.562000 10.0.0.242 - - [2026-01-08 04:05:55] "GET / HTTP/1.1" 200 35931 0.002214 10.0.0.242 - - [2026-01-08 04:05:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000570 10.0.0.242 - - [2026-01-08 04:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.035780 10.0.0.242 - - [2026-01-08 04:05:57] "GET /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.005335 10.0.0.242 - - [2026-01-08 04:05:58] "GET /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003666 10.0.0.242 - - [2026-01-08 04:05:58] "GET /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003089 10.0.0.242 - - [2026-01-08 04:05:58] "PUT /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae HTTP/1.1" 200 264 0.011992 10.0.0.242 - - [2026-01-08 04:06:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.023805 10.0.0.27 - - [2026-01-08 04:06:00] "GET /projects?obj_uuids=a7705ae9-2bac-422d-b8c5-291e9f9cf6e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003213 10.0.0.27 - - [2026-01-08 04:06:00] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.27 - - [2026-01-08 04:06:00] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008178 10.0.0.27 - - [2026-01-08 04:06:00] "POST /id-to-fqname HTTP/1.1" 200 185 0.001407 10.0.0.27 - - [2026-01-08 04:06:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.013273 10.0.0.27 - - [2026-01-08 04:06:00] "POST /security-groups HTTP/1.1" 200 586 0.080185 10.0.0.27 - - [2026-01-08 04:06:00] "POST /projects HTTP/1.1" 200 575 0.302042 10.0.0.27 - - [2026-01-08 04:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.340317 10.0.0.242 - - [2026-01-08 04:06:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.007391 10.0.0.242 - - [2026-01-08 04:06:00] "GET /project/a7705ae9-2bac-422d-b8c5-291e9f9cf6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.489426 10.0.0.242 - - [2026-01-08 04:06:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.023931 10.0.0.27 - - [2026-01-08 04:06:01] "GET /projects?obj_uuids=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006129 10.0.0.27 - - [2026-01-08 04:06:01] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001522 10.0.0.27 - - [2026-01-08 04:06:01] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009942 10.0.0.27 - - [2026-01-08 04:06:01] "POST /id-to-fqname HTTP/1.1" 200 185 0.004356 10.0.0.27 - - [2026-01-08 04:06:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.008650 10.0.0.27 - - [2026-01-08 04:06:01] "POST /security-groups HTTP/1.1" 200 586 0.034683 10.0.0.27 - - [2026-01-08 04:06:01] "POST /projects HTTP/1.1" 200 575 0.253042 10.0.0.242 - - [2026-01-08 04:06:01] "POST /access-control-lists HTTP/1.1" 200 591 0.029924 10.0.0.27 - - [2026-01-08 04:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.327113 10.0.0.242 - - [2026-01-08 04:06:01] "GET /project/72d0717d-4331-4431-9198-6e811e97e647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.481141 10.0.0.242 - - [2026-01-08 04:06:02] "GET / HTTP/1.1" 200 35931 0.001611 10.0.0.242 - - [2026-01-08 04:06:02] "GET / HTTP/1.1" 200 35931 0.002290 10.0.0.242 - - [2026-01-08 04:06:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.003562 10.0.0.242 - - [2026-01-08 04:06:03] "POST /api-access-lists HTTP/1.1" 200 521 0.021579 10.0.0.242 - - [2026-01-08 04:06:03] "GET /api-access-list/0ea90460-37a2-466d-a6bf-297be55cc144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.005680 10.0.0.242 - - [2026-01-08 04:06:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000537 10.0.0.242 - - [2026-01-08 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.118229 10.0.0.27 - - [2026-01-08 04:06:04] "GET /projects?obj_uuids=a7705ae9-2bac-422d-b8c5-291e9f9cf6e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001344 10.0.0.242 - - [2026-01-08 04:06:04] "GET /project/a7705ae9-2bac-422d-b8c5-291e9f9cf6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.063574 10.0.0.242 - - [2026-01-08 04:06:04] "GET /virtual-networks?parent_id=a7705ae9-2bac-422d-b8c5-291e9f9cf6e6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017533 10.0.0.242 - - [2026-01-08 04:06:04] "POST /virtual-networks HTTP/1.1" 200 568 0.101786 10.0.0.242 - - [2026-01-08 04:06:04] "POST /route-targets HTTP/1.1" 200 327 0.017924 10.0.0.242 - - [2026-01-08 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.042315 10.0.0.242 - - [2026-01-08 04:06:04] "GET /network-ipam/63e4ed6a-b85c-4fe9-8fb5-3ab57ea059d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.020390 10.0.0.27 - - [2026-01-08 04:06:04] "POST /useragent-kv HTTP/1.1" 200 115 0.012313 10.0.0.242 - - [2026-01-08 04:06:04] "POST /ref-update HTTP/1.1" 200 156 0.119333 10.0.0.242 - - [2026-01-08 04:06:05] "POST /neutron/network HTTP/1.1" 200 834 0.060303 10.0.0.242 - - [2026-01-08 04:06:05] "GET /virtual-network/39aef91b-f11e-4cb7-beb8-f9a110e93e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.020626 10.0.0.242 - - [2026-01-08 04:06:05] "POST /neutron/subnet HTTP/1.1" 200 685 0.039832 10.0.0.242 - - [2026-01-08 04:06:06] "GET /obj-perms HTTP/1.1" 200 4934 0.074189 10.0.0.242 - - [2026-01-08 04:06:06] "GET /virtual-network/39aef91b-f11e-4cb7-beb8-f9a110e93e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.019547 10.0.0.242 - - [2026-01-08 04:06:07] "GET /obj-perms HTTP/1.1" 200 4934 0.080129 10.0.0.242 - - [2026-01-08 04:06:07] "GET /obj-perms HTTP/1.1" 200 4934 0.107507 10.0.0.242 - - [2026-01-08 04:06:07] "POST /id-to-fqname HTTP/1.1" 401 293 0.000488 10.0.0.242 - - [2026-01-08 04:06:08] "POST /id-to-fqname HTTP/1.1" 200 230 0.040527 10.0.0.27 - - [2026-01-08 04:06:09] "GET /projects?obj_uuids=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001154 10.0.0.242 - - [2026-01-08 04:06:09] "GET /project/72d0717d-4331-4431-9198-6e811e97e647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.086745 10.0.0.242 - - [2026-01-08 04:06:09] "POST /neutron/port HTTP/1.1" 200 117 0.036376 10.0.0.242 - - [2026-01-08 04:06:10] "POST /neutron/network HTTP/1.1" 200 844 0.059595 10.0.0.242 - - [2026-01-08 04:06:11] "POST /neutron/port HTTP/1.1" 200 1057 0.019115 10.0.0.242 - - [2026-01-08 04:06:11] "POST /neutron/port HTTP/1.1" 200 1121 0.018414 10.0.0.242 - - [2026-01-08 04:06:11] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.242 - - [2026-01-08 04:06:13] "POST /neutron/port HTTP/1.1" 200 1121 0.017653 10.0.0.242 - - [2026-01-08 04:06:13] "POST /neutron/subnet HTTP/1.1" 200 659 0.011192 10.0.0.242 - - [2026-01-08 04:06:15] "POST /neutron/port HTTP/1.1" 200 1121 0.017540 10.0.0.242 - - [2026-01-08 04:06:15] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008360 10.0.0.242 - - [2026-01-08 04:06:15] "POST /neutron/port HTTP/1.1" 200 1121 0.016954 10.0.0.242 - - [2026-01-08 04:06:15] "GET /virtual-machine/22c19d45-7507-4817-b51d-6579ac85886f HTTP/1.1" 401 293 0.000526 10.0.0.242 - - [2026-01-08 04:06:15] "GET /virtual-machine/22c19d45-7507-4817-b51d-6579ac85886f HTTP/1.1" 200 1287 0.056350 10.0.0.242 - - [2026-01-08 04:06:15] "GET /virtual-machine/22c19d45-7507-4817-b51d-6579ac85886f HTTP/1.1" 200 1287 0.019868 10.0.0.242 - - [2026-01-08 04:06:15] "GET /virtual-machine-interface/115f1585-757d-4a05-823d-ff0ef5e2da3b HTTP/1.1" 200 2529 0.021048 10.0.0.242 - - [2026-01-08 04:06:15] "GET /virtual-machine/22c19d45-7507-4817-b51d-6579ac85886f HTTP/1.1" 200 1287 0.016047 10.0.0.242 - - [2026-01-08 04:06:15] "GET /virtual-machine-interface/115f1585-757d-4a05-823d-ff0ef5e2da3b HTTP/1.1" 200 2529 0.020580 10.0.0.242 - - [2026-01-08 04:06:15] "GET /instance-ip/ceffd922-1fe5-4257-8318-786c31a64081 HTTP/1.1" 200 1627 0.018601 10.0.0.242 - - [2026-01-08 04:06:15] "GET /virtual-machine/22c19d45-7507-4817-b51d-6579ac85886f HTTP/1.1" 200 1287 0.018092 10.0.0.242 - - [2026-01-08 04:06:15] "GET /virtual-machine-interface/115f1585-757d-4a05-823d-ff0ef5e2da3b HTTP/1.1" 200 2529 0.024055 10.0.0.242 - - [2026-01-08 04:06:15] "GET /instance-ip/ceffd922-1fe5-4257-8318-786c31a64081 HTTP/1.1" 200 1627 0.018312 10.0.0.242 - - [2026-01-08 04:06:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.018210 10.0.0.242 - - [2026-01-08 04:06:15] "GET / HTTP/1.1" 200 35931 0.001796 10.0.0.242 - - [2026-01-08 04:06:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000437 10.0.0.242 - - [2026-01-08 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.031359 10.0.0.242 - - [2026-01-08 04:06:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005652 10.0.0.242 - - [2026-01-08 04:06:16] "GET /virtual-networks?parent_id=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020051 10.0.0.242 - - [2026-01-08 04:06:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.020729 10.0.0.242 - - [2026-01-08 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005373 10.0.0.242 - - [2026-01-08 04:06:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004112 10.0.0.242 - - [2026-01-08 04:06:16] "GET /virtual-networks?parent_id=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017514 10.0.0.242 - - [2026-01-08 04:06:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.017250 10.0.0.242 - - [2026-01-08 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.242 - - [2026-01-08 04:06:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003751 10.0.0.242 - - [2026-01-08 04:06:16] "GET /virtual-networks?parent_id=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016659 10.0.0.242 - - [2026-01-08 04:06:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.017432 10.0.0.242 - - [2026-01-08 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.242 - - [2026-01-08 04:06:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003959 10.0.0.242 - - [2026-01-08 04:06:17] "GET /virtual-networks?parent_id=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015917 10.0.0.242 - - [2026-01-08 04:06:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.016379 10.0.0.242 - - [2026-01-08 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.242 - - [2026-01-08 04:06:17] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003313 10.0.0.242 - - [2026-01-08 04:06:17] "GET /virtual-networks?parent_id=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020543 10.0.0.242 - - [2026-01-08 04:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.018563 10.0.0.242 - - [2026-01-08 04:06:20] "GET /virtual-network/39aef91b-f11e-4cb7-beb8-f9a110e93e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.028389 10.0.0.242 - - [2026-01-08 04:06:20] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007120 10.0.0.242 - - [2026-01-08 04:06:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.015118 10.0.0.242 - - [2026-01-08 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.242 - - [2026-01-08 04:06:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003221 10.0.0.242 - - [2026-01-08 04:06:22] "GET /virtual-networks?parent_id=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015025 10.0.0.242 - - [2026-01-08 04:06:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.022134 10.0.0.242 - - [2026-01-08 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.242 - - [2026-01-08 04:06:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003856 10.0.0.242 - - [2026-01-08 04:06:22] "GET /virtual-networks?parent_id=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015115 10.0.0.242 - - [2026-01-08 04:06:22] "POST /fqname-to-id HTTP/1.1" 403 361 0.015934 10.0.0.242 - - [2026-01-08 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.242 - - [2026-01-08 04:06:22] "GET /routing-instance/9f1217b4-a522-4b4f-bd0f-c39dcf5fed5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004983 10.0.0.242 - - [2026-01-08 04:06:22] "GET /route-target/88088d3f-be69-44a7-9952-d0d23497f93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014934 10.0.0.242 - - [2026-01-08 04:06:22] "GET /route-target/88088d3f-be69-44a7-9952-d0d23497f93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003942 10.0.0.242 - - [2026-01-08 04:06:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.015236 10.0.0.242 - - [2026-01-08 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.242 - - [2026-01-08 04:06:22] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003359 10.0.0.242 - - [2026-01-08 04:06:23] "GET /virtual-networks?parent_id=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014889 10.0.0.242 - - [2026-01-08 04:06:23] "POST /fqname-to-id HTTP/1.1" 403 361 0.015397 10.0.0.242 - - [2026-01-08 04:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.242 - - [2026-01-08 04:06:23] "GET /routing-instance/9f1217b4-a522-4b4f-bd0f-c39dcf5fed5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.006670 10.0.0.242 - - [2026-01-08 04:06:23] "GET /route-target/88088d3f-be69-44a7-9952-d0d23497f93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014757 10.0.0.242 - - [2026-01-08 04:06:23] "GET /route-target/88088d3f-be69-44a7-9952-d0d23497f93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003450 10.0.0.242 - - [2026-01-08 04:06:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.017879 10.0.0.242 - - [2026-01-08 04:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.242 - - [2026-01-08 04:06:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003340 10.0.0.242 - - [2026-01-08 04:06:23] "GET /virtual-networks?parent_id=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014457 10.0.0.242 - - [2026-01-08 04:06:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.016906 10.0.0.242 - - [2026-01-08 04:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.242 - - [2026-01-08 04:06:23] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003978 10.0.0.242 - - [2026-01-08 04:06:23] "GET /virtual-networks?parent_id=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013960 10.0.0.27 - - [2026-01-08 04:06:23] "GET /obj-perms HTTP/1.1" 200 4934 0.069090 10.0.0.27 - - [2026-01-08 04:06:26] "GET /virtual-machine/22c19d45-7507-4817-b51d-6579ac85886f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.016517 10.0.0.242 - - [2026-01-08 04:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.026311 10.0.0.242 - - [2026-01-08 04:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.27 - - [2026-01-08 04:06:28] "GET /obj-perms HTTP/1.1" 200 4934 0.015235 10.0.0.242 - - [2026-01-08 04:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.242 - - [2026-01-08 04:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2026-01-08 04:06:28] "GET /virtual-machine/22c19d45-7507-4817-b51d-6579ac85886f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018611 10.0.0.242 - - [2026-01-08 04:06:28] "GET /obj-perms HTTP/1.1" 200 4934 0.025384 10.0.0.242 - - [2026-01-08 04:06:29] "GET /obj-perms HTTP/1.1" 200 5039 0.091454 10.0.0.50 - - [2026-01-08 04:06:29] "GET /obj-perms HTTP/1.1" 200 5039 0.067615 10.0.0.242 - - [2026-01-08 04:06:30] "GET /obj-perms HTTP/1.1" 200 4934 0.094705 10.0.0.242 - - [2026-01-08 04:06:30] "GET /obj-perms HTTP/1.1" 200 4934 0.016894 10.0.0.50 - - [2026-01-08 04:06:31] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.071339 10.0.0.242 - - [2026-01-08 04:06:31] "GET /virtual-machine/22c19d45-7507-4817-b51d-6579ac85886f HTTP/1.1" 200 1287 0.017581 10.0.0.242 - - [2026-01-08 04:06:32] "POST /neutron/port HTTP/1.1" 200 151 0.197399 10.0.0.242 - - [2026-01-08 04:06:33] "GET /virtual-machine/22c19d45-7507-4817-b51d-6579ac85886f HTTP/1.1" 404 171 0.017144 10.0.0.242 - - [2026-01-08 04:06:33] "GET /virtual-machine/22c19d45-7507-4817-b51d-6579ac85886f HTTP/1.1" 404 171 0.015847 10.0.0.242 - - [2026-01-08 04:06:33] "GET /virtual-machine/22c19d45-7507-4817-b51d-6579ac85886f HTTP/1.1" 404 171 0.014014 10.0.0.242 - - [2026-01-08 04:06:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.015833 10.0.0.242 - - [2026-01-08 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.242 - - [2026-01-08 04:06:33] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002831 10.0.0.242 - - [2026-01-08 04:06:33] "GET /virtual-networks?parent_id=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013537 10.0.0.242 - - [2026-01-08 04:06:33] "POST /fqname-to-id HTTP/1.1" 403 361 0.015803 10.0.0.242 - - [2026-01-08 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.242 - - [2026-01-08 04:06:33] "GET /routing-instance/9f1217b4-a522-4b4f-bd0f-c39dcf5fed5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004564 10.0.0.242 - - [2026-01-08 04:06:33] "GET /route-target/88088d3f-be69-44a7-9952-d0d23497f93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.036158 10.0.0.242 - - [2026-01-08 04:06:33] "GET /route-target/88088d3f-be69-44a7-9952-d0d23497f93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004333 10.0.0.242 - - [2026-01-08 04:06:34] "DELETE /access-control-list/3141627e-b4c6-4492-b211-0ea5d61313bc HTTP/1.1" 200 115 0.037691 10.0.0.242 - - [2026-01-08 04:06:34] "GET /obj-perms HTTP/1.1" 200 4934 0.019408 10.0.0.27 - - [2026-01-08 04:06:34] "DELETE /project/a7705ae92bac422db8c5291e9f9cf6e6 HTTP/1.1" 404 173 0.006702 10.0.0.27 - - [2026-01-08 04:06:34] "DELETE /project/2a48659acad74d97bcc4bd6b251c951d HTTP/1.1" 404 173 0.005533 10.0.0.27 - - [2026-01-08 04:06:34] "DELETE /project/3256d03a-868e-4b1f-8849-7b28fd23be9e HTTP/1.1" 404 177 0.005492 10.0.0.27 - - [2026-01-08 04:06:34] "DELETE /project/72d0717d4331443191986e811e97e647 HTTP/1.1" 404 173 0.004888 10.0.0.242 - - [2026-01-08 04:06:35] "GET /obj-perms HTTP/1.1" 200 5039 0.003846 10.0.0.50 - - [2026-01-08 04:06:41] "GET /obj-perms HTTP/1.1" 200 5039 0.004817 10.0.0.242 - - [2026-01-08 04:06:44] "GET /obj-perms HTTP/1.1" 200 5039 0.004919 10.0.0.27 - - [2026-01-08 04:06:49] "GET /obj-perms HTTP/1.1" 200 5075 0.068350 10.0.0.242 - - [2026-01-08 04:06:50] "GET /obj-perms HTTP/1.1" 200 5039 0.004340 10.0.0.50 - - [2026-01-08 04:06:50] "GET /obj-perms HTTP/1.1" 200 5039 0.004215 10.0.0.242 - - [2026-01-08 04:06:59] "GET /obj-perms HTTP/1.1" 200 5039 0.004047 10.0.0.50 - - [2026-01-08 04:06:59] "GET /obj-perms HTTP/1.1" 200 5039 0.004146 10.0.0.27 - - [2026-01-08 04:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003532 10.0.0.27 - - [2026-01-08 04:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002217 10.0.0.242 - - [2026-01-08 04:07:00] "DELETE /virtual-network/39aef91b-f11e-4cb7-beb8-f9a110e93e54 HTTP/1.1" 200 115 0.124373 10.0.0.242 - - [2026-01-08 04:07:00] "DELETE /api-access-list/0ea90460-37a2-466d-a6bf-297be55cc144 HTTP/1.1" 200 115 0.033285 10.0.0.27 - - [2026-01-08 04:07:00] "GET /projects?obj_uuids=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.242 - - [2026-01-08 04:07:00] "GET /project/72d0717d-4331-4431-9198-6e811e97e647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.042725 10.0.0.27 - - [2026-01-08 04:07:00] "GET /projects?obj_uuids=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001145 10.0.0.242 - - [2026-01-08 04:07:00] "GET /project/72d0717d-4331-4431-9198-6e811e97e647?fields=virtual_networks HTTP/1.1" 200 1022 0.040187 10.0.0.27 - - [2026-01-08 04:07:00] "GET /projects?obj_uuids=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001165 10.0.0.242 - - [2026-01-08 04:07:00] "GET /project/72d0717d-4331-4431-9198-6e811e97e647?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.045298 10.0.0.27 - - [2026-01-08 04:07:00] "GET /projects?obj_uuids=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001181 10.0.0.242 - - [2026-01-08 04:07:00] "GET /project/72d0717d-4331-4431-9198-6e811e97e647?fields=security_groups HTTP/1.1" 200 1243 0.038646 10.0.0.27 - - [2026-01-08 04:07:01] "GET /projects?obj_uuids=a7705ae9-2bac-422d-b8c5-291e9f9cf6e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001022 10.0.0.242 - - [2026-01-08 04:07:01] "GET /project/a7705ae9-2bac-422d-b8c5-291e9f9cf6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.039735 10.0.0.27 - - [2026-01-08 04:07:01] "GET /projects?obj_uuids=a7705ae9-2bac-422d-b8c5-291e9f9cf6e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001111 10.0.0.242 - - [2026-01-08 04:07:01] "GET /project/a7705ae9-2bac-422d-b8c5-291e9f9cf6e6?fields=virtual_networks HTTP/1.1" 200 1023 0.047067 10.0.0.27 - - [2026-01-08 04:07:01] "GET /projects?obj_uuids=a7705ae9-2bac-422d-b8c5-291e9f9cf6e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001249 10.0.0.242 - - [2026-01-08 04:07:01] "GET /project/a7705ae9-2bac-422d-b8c5-291e9f9cf6e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.047010 10.0.0.27 - - [2026-01-08 04:07:01] "GET /projects?obj_uuids=a7705ae9-2bac-422d-b8c5-291e9f9cf6e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.242 - - [2026-01-08 04:07:01] "GET /project/a7705ae9-2bac-422d-b8c5-291e9f9cf6e6?fields=security_groups HTTP/1.1" 200 1244 0.049616 10.0.0.242 - - [2026-01-08 04:07:04] "GET /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.004665 10.0.0.242 - - [2026-01-08 04:07:04] "PUT /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae HTTP/1.1" 200 264 0.011085 10.0.0.27 - - [2026-01-08 04:07:04] "GET /projects?obj_uuids=2a48659a-cad7-4d97-bcc4-bd6b251c951d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001036 10.0.0.242 - - [2026-01-08 04:07:04] "GET /project/2a48659a-cad7-4d97-bcc4-bd6b251c951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.044501 10.0.0.27 - - [2026-01-08 04:07:04] "GET /projects?obj_uuids=2a48659a-cad7-4d97-bcc4-bd6b251c951d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001262 10.0.0.242 - - [2026-01-08 04:07:04] "GET /project/2a48659a-cad7-4d97-bcc4-bd6b251c951d?fields=virtual_networks HTTP/1.1" 200 1022 0.040020 10.0.0.27 - - [2026-01-08 04:07:04] "GET /projects?obj_uuids=2a48659a-cad7-4d97-bcc4-bd6b251c951d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001091 10.0.0.242 - - [2026-01-08 04:07:04] "GET /project/2a48659a-cad7-4d97-bcc4-bd6b251c951d?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.037283 10.0.0.27 - - [2026-01-08 04:07:04] "GET /projects?obj_uuids=2a48659a-cad7-4d97-bcc4-bd6b251c951d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001663 10.0.0.242 - - [2026-01-08 04:07:04] "GET /project/2a48659a-cad7-4d97-bcc4-bd6b251c951d?fields=security_groups HTTP/1.1" 200 1243 0.037180 10.0.0.242 - - [2026-01-08 04:07:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.026438 10.0.0.27 - - [2026-01-08 04:07:05] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002926 10.0.0.27 - - [2026-01-08 04:07:05] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.27 - - [2026-01-08 04:07:05] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008841 10.0.0.27 - - [2026-01-08 04:07:05] "POST /id-to-fqname HTTP/1.1" 200 190 0.003103 10.0.0.27 - - [2026-01-08 04:07:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.012441 10.0.0.27 - - [2026-01-08 04:07:05] "POST /security-groups HTTP/1.1" 200 591 0.079339 10.0.0.242 - - [2026-01-08 04:07:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.004518 10.0.0.27 - - [2026-01-08 04:07:05] "POST /projects HTTP/1.1" 200 585 0.303700 10.0.0.27 - - [2026-01-08 04:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.337872 10.0.0.242 - - [2026-01-08 04:07:06] "POST /access-control-lists HTTP/1.1" 200 594 0.034281 10.0.0.242 - - [2026-01-08 04:07:06] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.510779 10.0.0.242 - - [2026-01-08 04:07:07] "GET / HTTP/1.1" 200 35931 0.002059 10.0.0.242 - - [2026-01-08 04:07:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000570 10.0.0.242 - - [2026-01-08 04:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.034920 10.0.0.242 - - [2026-01-08 04:07:09] "GET /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.005357 10.0.0.242 - - [2026-01-08 04:07:09] "GET /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004459 10.0.0.242 - - [2026-01-08 04:07:09] "GET /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.005529 10.0.0.242 - - [2026-01-08 04:07:09] "PUT /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae HTTP/1.1" 200 264 0.016092 10.0.0.242 - - [2026-01-08 04:07:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.028485 10.0.0.27 - - [2026-01-08 04:07:11] "GET /projects?obj_uuids=3f3d95ca-5708-43ee-b513-4e29def80ac2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003161 10.0.0.27 - - [2026-01-08 04:07:11] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.27 - - [2026-01-08 04:07:11] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007083 10.0.0.27 - - [2026-01-08 04:07:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.005812 10.0.0.27 - - [2026-01-08 04:07:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.004081 10.0.0.27 - - [2026-01-08 04:07:11] "POST /security-groups HTTP/1.1" 200 591 0.034040 10.0.0.27 - - [2026-01-08 04:07:11] "POST /projects HTTP/1.1" 200 585 0.244963 10.0.0.242 - - [2026-01-08 04:07:11] "POST /fqname-to-id HTTP/1.1" 404 233 0.009469 10.0.0.27 - - [2026-01-08 04:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.324396 10.0.0.242 - - [2026-01-08 04:07:12] "GET /project/3f3d95ca-5708-43ee-b513-4e29def80ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.463391 10.0.0.242 - - [2026-01-08 04:07:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.027008 10.0.0.27 - - [2026-01-08 04:07:12] "GET /projects?obj_uuids=a5d03ca2-8768-405c-b35a-5b07e43d2819&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004018 10.0.0.27 - - [2026-01-08 04:07:12] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.27 - - [2026-01-08 04:07:12] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007747 10.0.0.27 - - [2026-01-08 04:07:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.005032 10.0.0.27 - - [2026-01-08 04:07:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.005320 10.0.0.27 - - [2026-01-08 04:07:12] "POST /security-groups HTTP/1.1" 200 591 0.073222 10.0.0.27 - - [2026-01-08 04:07:12] "POST /projects HTTP/1.1" 200 585 0.276398 10.0.0.242 - - [2026-01-08 04:07:12] "POST /access-control-lists HTTP/1.1" 200 596 0.028893 10.0.0.27 - - [2026-01-08 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.347187 10.0.0.242 - - [2026-01-08 04:07:12] "GET /project/a5d03ca2-8768-405c-b35a-5b07e43d2819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.489621 10.0.0.242 - - [2026-01-08 04:07:13] "GET / HTTP/1.1" 200 35931 0.001804 10.0.0.242 - - [2026-01-08 04:07:14] "GET / HTTP/1.1" 200 35931 0.002304 10.0.0.242 - - [2026-01-08 04:07:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.004371 10.0.0.242 - - [2026-01-08 04:07:14] "POST /api-access-lists HTTP/1.1" 200 521 0.024706 10.0.0.242 - - [2026-01-08 04:07:14] "GET /api-access-list/cea297d7-881c-466a-b972-ab5c428a4109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006137 10.0.0.242 - - [2026-01-08 04:07:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000473 10.0.0.242 - - [2026-01-08 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.059438 10.0.0.27 - - [2026-01-08 04:07:15] "GET /projects?obj_uuids=3f3d95ca-5708-43ee-b513-4e29def80ac2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.242 - - [2026-01-08 04:07:15] "GET /project/3f3d95ca-5708-43ee-b513-4e29def80ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061644 10.0.0.242 - - [2026-01-08 04:07:15] "GET /virtual-networks?parent_id=3f3d95ca-5708-43ee-b513-4e29def80ac2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018996 10.0.0.242 - - [2026-01-08 04:07:15] "POST /virtual-networks HTTP/1.1" 200 583 0.092541 10.0.0.242 - - [2026-01-08 04:07:16] "POST /route-targets HTTP/1.1" 200 327 0.014712 10.0.0.242 - - [2026-01-08 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.042079 10.0.0.242 - - [2026-01-08 04:07:16] "GET /network-ipam/63e4ed6a-b85c-4fe9-8fb5-3ab57ea059d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.017092 10.0.0.27 - - [2026-01-08 04:07:16] "POST /useragent-kv HTTP/1.1" 200 115 0.007363 10.0.0.242 - - [2026-01-08 04:07:16] "POST /ref-update HTTP/1.1" 200 156 0.098700 10.0.0.242 - - [2026-01-08 04:07:16] "GET /virtual-network/b014f15a-d6af-43f2-93bb-41fcb20f916f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.017596 10.0.0.242 - - [2026-01-08 04:07:16] "POST /neutron/network HTTP/1.1" 200 847 0.058079 10.0.0.242 - - [2026-01-08 04:07:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000548 10.0.0.242 - - [2026-01-08 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.044840 10.0.0.27 - - [2026-01-08 04:07:16] "GET /projects?obj_uuids=a5d03ca2-8768-405c-b35a-5b07e43d2819&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.242 - - [2026-01-08 04:07:17] "GET /project/a5d03ca2-8768-405c-b35a-5b07e43d2819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.069698 10.0.0.242 - - [2026-01-08 04:07:17] "GET /virtual-networks?parent_id=a5d03ca2-8768-405c-b35a-5b07e43d2819&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018732 10.0.0.242 - - [2026-01-08 04:07:17] "POST /virtual-networks HTTP/1.1" 200 583 0.115494 10.0.0.242 - - [2026-01-08 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.038321 10.0.0.242 - - [2026-01-08 04:07:17] "POST /ref-update HTTP/1.1" 200 156 0.031185 10.0.0.242 - - [2026-01-08 04:07:17] "GET /network-ipam/63e4ed6a-b85c-4fe9-8fb5-3ab57ea059d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.019705 10.0.0.27 - - [2026-01-08 04:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007028 10.0.0.242 - - [2026-01-08 04:07:17] "POST /ref-update HTTP/1.1" 200 156 0.096063 10.0.0.242 - - [2026-01-08 04:07:17] "POST /neutron/network HTTP/1.1" 200 848 0.068846 10.0.0.242 - - [2026-01-08 04:07:17] "GET /virtual-network/9bdeb44e-8c74-4d00-ae0e-de73dbc66479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.022863 10.0.0.242 - - [2026-01-08 04:07:19] "GET /obj-perms HTTP/1.1" 403 257 0.042071 10.0.0.242 - - [2026-01-08 04:07:19] "GET /obj-perms HTTP/1.1" 403 257 0.038464 10.0.0.50 - - [2026-01-08 04:07:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000750 10.0.0.27 - - [2026-01-08 04:07:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.242 - - [2026-01-08 04:07:21] "GET /obj-perms HTTP/1.1" 200 5049 0.055235 10.0.0.242 - - [2026-01-08 04:07:21] "GET /obj-perms HTTP/1.1" 403 257 0.011485 10.0.0.242 - - [2026-01-08 04:07:21] "PUT /virtual-network/b014f15a-d6af-43f2-93bb-41fcb20f916f HTTP/1.1" 200 264 0.050809 10.0.0.242 - - [2026-01-08 04:07:21] "GET /obj-perms HTTP/1.1" 403 257 0.011666 10.0.0.242 - - [2026-01-08 04:07:22] "GET /obj-perms HTTP/1.1" 403 257 0.041844 10.0.0.50 - - [2026-01-08 04:07:22] "GET /obj-perms HTTP/1.1" 403 257 0.045151 10.0.0.27 - - [2026-01-08 04:07:23] "GET /obj-perms HTTP/1.1" 403 257 0.042288 10.0.0.242 - - [2026-01-08 04:07:23] "GET /obj-perms HTTP/1.1" 403 257 0.012140 10.0.0.242 - - [2026-01-08 04:07:23] "GET /obj-perms HTTP/1.1" 200 5049 0.003876 10.0.0.242 - - [2026-01-08 04:07:23] "GET /obj-perms HTTP/1.1" 403 257 0.013296 10.0.0.242 - - [2026-01-08 04:07:23] "PUT /virtual-network/b014f15a-d6af-43f2-93bb-41fcb20f916f HTTP/1.1" 200 264 0.050053 10.0.0.27 - - [2026-01-08 04:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002798 10.0.0.27 - - [2026-01-08 04:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002379 10.0.0.242 - - [2026-01-08 04:07:23] "DELETE /virtual-network/9bdeb44e-8c74-4d00-ae0e-de73dbc66479 HTTP/1.1" 200 115 0.131920 10.0.0.242 - - [2026-01-08 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.27 - - [2026-01-08 04:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002918 10.0.0.27 - - [2026-01-08 04:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002613 10.0.0.242 - - [2026-01-08 04:07:23] "DELETE /virtual-network/b014f15a-d6af-43f2-93bb-41fcb20f916f HTTP/1.1" 200 115 0.133766 10.0.0.242 - - [2026-01-08 04:07:23] "DELETE /api-access-list/cea297d7-881c-466a-b972-ab5c428a4109 HTTP/1.1" 200 115 0.045526 10.0.0.27 - - [2026-01-08 04:07:24] "GET /projects?obj_uuids=a5d03ca2-8768-405c-b35a-5b07e43d2819&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001140 10.0.0.242 - - [2026-01-08 04:07:24] "GET /project/a5d03ca2-8768-405c-b35a-5b07e43d2819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.041932 10.0.0.27 - - [2026-01-08 04:07:24] "GET /projects?obj_uuids=a5d03ca2-8768-405c-b35a-5b07e43d2819&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001245 10.0.0.242 - - [2026-01-08 04:07:24] "GET /project/a5d03ca2-8768-405c-b35a-5b07e43d2819?fields=virtual_networks HTTP/1.1" 200 1033 0.047114 10.0.0.27 - - [2026-01-08 04:07:24] "GET /projects?obj_uuids=a5d03ca2-8768-405c-b35a-5b07e43d2819&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130 10.0.0.242 - - [2026-01-08 04:07:24] "GET /project/a5d03ca2-8768-405c-b35a-5b07e43d2819?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.049696 10.0.0.27 - - [2026-01-08 04:07:24] "GET /projects?obj_uuids=a5d03ca2-8768-405c-b35a-5b07e43d2819&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.242 - - [2026-01-08 04:07:24] "GET /project/a5d03ca2-8768-405c-b35a-5b07e43d2819?fields=security_groups HTTP/1.1" 200 1259 0.041173 10.0.0.27 - - [2026-01-08 04:07:24] "GET /projects?obj_uuids=3f3d95ca-5708-43ee-b513-4e29def80ac2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001732 10.0.0.242 - - [2026-01-08 04:07:24] "GET /project/3f3d95ca-5708-43ee-b513-4e29def80ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050757 10.0.0.27 - - [2026-01-08 04:07:24] "GET /projects?obj_uuids=3f3d95ca-5708-43ee-b513-4e29def80ac2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001237 10.0.0.242 - - [2026-01-08 04:07:24] "GET /project/3f3d95ca-5708-43ee-b513-4e29def80ac2?fields=virtual_networks HTTP/1.1" 200 1032 0.067517 10.0.0.27 - - [2026-01-08 04:07:24] "GET /projects?obj_uuids=3f3d95ca-5708-43ee-b513-4e29def80ac2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.242 - - [2026-01-08 04:07:24] "GET /project/3f3d95ca-5708-43ee-b513-4e29def80ac2?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.053282 10.0.0.27 - - [2026-01-08 04:07:25] "GET /projects?obj_uuids=3f3d95ca-5708-43ee-b513-4e29def80ac2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001344 10.0.0.242 - - [2026-01-08 04:07:25] "GET /project/3f3d95ca-5708-43ee-b513-4e29def80ac2?fields=security_groups HTTP/1.1" 200 1258 0.043524 10.0.0.242 - - [2026-01-08 04:07:28] "GET / HTTP/1.1" 200 35931 0.001810 10.0.0.242 - - [2026-01-08 04:07:29] "GET / HTTP/1.1" 200 35931 0.001475 10.0.0.242 - - [2026-01-08 04:07:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000488 10.0.0.242 - - [2026-01-08 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.078563 10.0.0.27 - - [2026-01-08 04:07:30] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001749 10.0.0.242 - - [2026-01-08 04:07:30] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.067137 10.0.0.242 - - [2026-01-08 04:07:30] "GET /virtual-networks?parent_id=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.013993 10.0.0.242 - - [2026-01-08 04:07:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.012065 10.0.0.242 - - [2026-01-08 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.015499 10.0.0.27 - - [2026-01-08 04:07:30] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.242 - - [2026-01-08 04:07:30] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.018409 10.0.0.242 - - [2026-01-08 04:07:30] "POST /service-templates HTTP/1.1" 403 264 0.011111 10.0.0.242 - - [2026-01-08 04:07:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.003449 10.0.0.242 - - [2026-01-08 04:07:30] "POST /api-access-lists HTTP/1.1" 200 555 0.027345 10.0.0.242 - - [2026-01-08 04:07:30] "GET /api-access-list/6be1659b-1b2b-4eb0-835e-1427ed46b9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.006480 10.0.0.242 - - [2026-01-08 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.016718 10.0.0.27 - - [2026-01-08 04:07:30] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.242 - - [2026-01-08 04:07:30] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.051840 10.0.0.242 - - [2026-01-08 04:07:31] "GET /virtual-networks?parent_id=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017267 10.0.0.242 - - [2026-01-08 04:07:31] "POST /virtual-networks HTTP/1.1" 200 583 0.106835 10.0.0.242 - - [2026-01-08 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.043010 10.0.0.242 - - [2026-01-08 04:07:31] "POST /ref-update HTTP/1.1" 200 156 0.049823 10.0.0.242 - - [2026-01-08 04:07:31] "GET /network-ipam/63e4ed6a-b85c-4fe9-8fb5-3ab57ea059d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.022002 10.0.0.27 - - [2026-01-08 04:07:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004771 10.0.0.242 - - [2026-01-08 04:07:31] "POST /ref-update HTTP/1.1" 200 156 0.090305 10.0.0.242 - - [2026-01-08 04:07:31] "POST /neutron/network HTTP/1.1" 200 849 0.068135 10.0.0.242 - - [2026-01-08 04:07:31] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.022034 10.0.0.242 - - [2026-01-08 04:07:31] "POST /neutron/subnet HTTP/1.1" 200 681 0.045075 10.0.0.242 - - [2026-01-08 04:07:31] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007527 10.0.0.242 - - [2026-01-08 04:07:31] "GET /network-ipam/63e4ed6a-b85c-4fe9-8fb5-3ab57ea059d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005043 10.0.0.242 - - [2026-01-08 04:07:32] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006162 10.0.0.242 - - [2026-01-08 04:07:32] "GET /obj-perms HTTP/1.1" 200 5049 0.004142 10.0.0.50 - - [2026-01-08 04:07:32] "GET /obj-perms HTTP/1.1" 200 5049 0.054555 10.0.0.27 - - [2026-01-08 04:07:33] "GET /obj-perms HTTP/1.1" 200 5049 0.068091 10.0.0.242 - - [2026-01-08 04:07:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.019584 10.0.0.242 - - [2026-01-08 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.014146 10.0.0.27 - - [2026-01-08 04:07:33] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001565 10.0.0.242 - - [2026-01-08 04:07:33] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.023802 10.0.0.242 - - [2026-01-08 04:07:33] "POST /service-templates HTTP/1.1" 403 264 0.014390 10.0.0.242 - - [2026-01-08 04:07:33] "POST /fqname-to-id HTTP/1.1" 404 183 0.004161 10.0.0.242 - - [2026-01-08 04:07:33] "POST /api-access-lists HTTP/1.1" 200 521 0.026507 10.0.0.242 - - [2026-01-08 04:07:33] "GET /api-access-list/f8215413-dfdc-4302-860c-ede1562c8eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.007283 10.0.0.242 - - [2026-01-08 04:07:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.016793 10.0.0.242 - - [2026-01-08 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.015680 10.0.0.27 - - [2026-01-08 04:07:33] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001461 10.0.0.242 - - [2026-01-08 04:07:33] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.028057 10.0.0.242 - - [2026-01-08 04:07:33] "POST /service-templates HTTP/1.1" 200 551 0.047112 10.0.0.242 - - [2026-01-08 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.022113 10.0.0.242 - - [2026-01-08 04:07:33] "GET /service-template/34882937-c41b-4872-bc7d-e6fdddb2fee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.016198 10.0.0.242 - - [2026-01-08 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.013953 10.0.0.242 - - [2026-01-08 04:07:34] "GET /service-template/34882937-c41b-4872-bc7d-e6fdddb2fee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.017470 10.0.0.242 - - [2026-01-08 04:07:34] "DELETE /access-control-list/a2e2a7a1-5ba2-44b6-9bbe-75b48bbf05c9 HTTP/1.1" 200 115 0.034079 10.0.0.242 - - [2026-01-08 04:07:35] "DELETE /access-control-list/a32f9ba4-47d6-4edc-a437-01139823d921 HTTP/1.1" 200 115 0.039160 10.0.0.27 - - [2026-01-08 04:07:35] "DELETE /project/a7705ae9-2bac-422d-b8c5-291e9f9cf6e6 HTTP/1.1" 404 177 0.038538 10.0.0.27 - - [2026-01-08 04:07:35] "DELETE /project/3f3d95ca570843eeb5134e29def80ac2 HTTP/1.1" 404 173 0.044928 10.0.0.27 - - [2026-01-08 04:07:35] "DELETE /project/2a48659a-cad7-4d97-bcc4-bd6b251c951d HTTP/1.1" 404 177 0.036654 10.0.0.27 - - [2026-01-08 04:07:35] "DELETE /project/a5d03ca28768405cb35a5b07e43d2819 HTTP/1.1" 404 173 0.027598 10.0.0.27 - - [2026-01-08 04:07:35] "DELETE /project/117a993ec55d436fa9f2e83336773211 HTTP/1.1" 404 173 0.029394 10.0.0.27 - - [2026-01-08 04:07:35] "GET /projects?obj_uuids=3f3d95ca-5708-43ee-b513-4e29def80ac2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.27 - - [2026-01-08 04:07:35] "GET /projects?obj_uuids=a5d03ca2-8768-405c-b35a-5b07e43d2819&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.27 - - [2026-01-08 04:07:35] "GET /projects?obj_uuids=72d0717d-4331-4431-9198-6e811e97e647&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003585 10.0.0.27 - - [2026-01-08 04:07:35] "GET /project/a5d03ca2-8768-405c-b35a-5b07e43d2819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.093481 10.0.0.27 - - [2026-01-08 04:07:35] "GET /project/3f3d95ca-5708-43ee-b513-4e29def80ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.112715 10.0.0.27 - - [2026-01-08 04:07:35] "GET /projects?obj_uuids=a5d03ca2-8768-405c-b35a-5b07e43d2819&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.27 - - [2026-01-08 04:07:35] "GET /projects?obj_uuids=3f3d95ca-5708-43ee-b513-4e29def80ac2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001624 10.0.0.27 - - [2026-01-08 04:07:35] "GET /project/a5d03ca2-8768-405c-b35a-5b07e43d2819?fields=security_groups HTTP/1.1" 200 1364 0.055184 10.0.0.27 - - [2026-01-08 04:07:35] "GET /project/3f3d95ca-5708-43ee-b513-4e29def80ac2?fields=security_groups HTTP/1.1" 200 1363 0.056706 10.0.0.27 - - [2026-01-08 04:07:35] "DELETE /security-group/a6830e55-8458-4114-87d3-5236fd902f8c HTTP/1.1" 200 115 0.056037 10.0.0.27 - - [2026-01-08 04:07:35] "DELETE /security-group/ab1b64ee-2cf9-4781-81ac-475fd44c82e9 HTTP/1.1" 200 115 0.053488 10.0.0.27 - - [2026-01-08 04:07:35] "GET /projects?obj_uuids=a5d03ca2-8768-405c-b35a-5b07e43d2819&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001483 10.0.0.27 - - [2026-01-08 04:07:35] "GET /projects?obj_uuids=3f3d95ca-5708-43ee-b513-4e29def80ac2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.27 - - [2026-01-08 04:07:35] "GET /project/a5d03ca2-8768-405c-b35a-5b07e43d2819?fields=application_policy_sets HTTP/1.1" 200 1403 0.074974 10.0.0.27 - - [2026-01-08 04:07:35] "GET /project/3f3d95ca-5708-43ee-b513-4e29def80ac2?fields=application_policy_sets HTTP/1.1" 200 1402 0.121453 10.0.0.242 - - [2026-01-08 04:07:35] "DELETE /access-control-list/43c0ea20-751f-41b7-b8e1-758e156bf4f5 HTTP/1.1" 200 115 0.037727 10.0.0.27 - - [2026-01-08 04:07:35] "DELETE /project/a5d03ca2-8768-405c-b35a-5b07e43d2819 HTTP/1.1" 200 115 0.542367 10.0.0.27 - - [2026-01-08 04:07:35] "DELETE /project/3f3d95ca-5708-43ee-b513-4e29def80ac2 HTTP/1.1" 200 115 0.592057 10.0.0.242 - - [2026-01-08 04:07:36] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.500455 10.0.0.27 - - [2026-01-08 04:07:36] "GET /project/72d0717d-4331-4431-9198-6e811e97e647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 1.345267 10.0.0.27 - - [2026-01-08 04:07:36] "DELETE /project/72d0717d-4331-4431-9198-6e811e97e647 HTTP/1.1" 404 171 1.372967 10.0.0.50 - - [2026-01-08 04:07:36] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.040963 10.0.0.27 - - [2026-01-08 04:07:37] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.044127 10.0.0.242 - - [2026-01-08 04:07:37] "GET /api-access-list/6be1659b-1b2b-4eb0-835e-1427ed46b9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.003773 10.0.0.242 - - [2026-01-08 04:07:37] "PUT /api-access-list/6be1659b-1b2b-4eb0-835e-1427ed46b9d1 HTTP/1.1" 200 264 0.011604 10.0.0.242 - - [2026-01-08 04:07:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000498 10.0.0.242 - - [2026-01-08 04:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.041829 10.0.0.27 - - [2026-01-08 04:07:37] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.242 - - [2026-01-08 04:07:38] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.075122 10.0.0.242 - - [2026-01-08 04:07:38] "GET /virtual-networks?parent_id=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.021315 10.0.0.242 - - [2026-01-08 04:07:38] "POST /virtual-networks HTTP/1.1" 403 263 0.012630 10.0.0.242 - - [2026-01-08 04:07:38] "GET /obj-perms HTTP/1.1" 403 257 0.015450 10.0.0.242 - - [2026-01-08 04:07:38] "GET /obj-perms HTTP/1.1" 403 257 0.016316 10.0.0.242 - - [2026-01-08 04:07:38] "GET /api-access-list/f8215413-dfdc-4302-860c-ede1562c8eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003788 10.0.0.242 - - [2026-01-08 04:07:38] "PUT /api-access-list/f8215413-dfdc-4302-860c-ede1562c8eb0 HTTP/1.1" 200 264 0.012772 10.0.0.242 - - [2026-01-08 04:07:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.016203 10.0.0.242 - - [2026-01-08 04:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.018257 10.0.0.27 - - [2026-01-08 04:07:38] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.242 - - [2026-01-08 04:07:38] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.022350 10.0.0.242 - - [2026-01-08 04:07:38] "POST /service-templates HTTP/1.1" 403 264 0.013079 10.0.0.242 - - [2026-01-08 04:07:38] "GET /api-access-list/6be1659b-1b2b-4eb0-835e-1427ed46b9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.004054 10.0.0.242 - - [2026-01-08 04:07:39] "PUT /api-access-list/6be1659b-1b2b-4eb0-835e-1427ed46b9d1 HTTP/1.1" 200 264 0.011784 10.0.0.242 - - [2026-01-08 04:07:39] "GET /api-access-list/f8215413-dfdc-4302-860c-ede1562c8eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003764 10.0.0.242 - - [2026-01-08 04:07:39] "PUT /api-access-list/f8215413-dfdc-4302-860c-ede1562c8eb0 HTTP/1.1" 200 264 0.011760 10.0.0.242 - - [2026-01-08 04:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.242 - - [2026-01-08 04:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.50 - - [2026-01-08 04:07:40] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.013925 10.0.0.50 - - [2026-01-08 04:07:40] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.050881 10.0.0.27 - - [2026-01-08 04:07:40] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.015540 10.0.0.27 - - [2026-01-08 04:07:41] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.040939 10.0.0.242 - - [2026-01-08 04:07:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.041124 10.0.0.242 - - [2026-01-08 04:07:41] "GET /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.003617 10.0.0.242 - - [2026-01-08 04:07:41] "PUT /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae HTTP/1.1" 200 264 0.014023 10.0.0.242 - - [2026-01-08 04:07:41] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.023948 10.0.0.242 - - [2026-01-08 04:07:41] "DELETE /api-access-list/6be1659b-1b2b-4eb0-835e-1427ed46b9d1 HTTP/1.1" 200 115 0.040218 10.0.0.242 - - [2026-01-08 04:07:41] "DELETE /api-access-list/f8215413-dfdc-4302-860c-ede1562c8eb0 HTTP/1.1" 200 115 0.032187 10.0.0.242 - - [2026-01-08 04:07:42] "GET /obj-perms HTTP/1.1" 403 257 0.046539 10.0.0.50 - - [2026-01-08 04:07:43] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.034721 10.0.0.27 - - [2026-01-08 04:07:43] "GET /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.032435 10.0.0.242 - - [2026-01-08 04:07:43] "GET /obj-perms HTTP/1.1" 403 257 0.010650 10.0.0.242 - - [2026-01-08 04:07:43] "GET /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.003997 10.0.0.242 - - [2026-01-08 04:07:43] "PUT /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae HTTP/1.1" 200 264 0.011344 10.0.0.242 - - [2026-01-08 04:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.242 - - [2026-01-08 04:07:43] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.029473 10.0.0.242 - - [2026-01-08 04:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012009 10.0.0.242 - - [2026-01-08 04:07:44] "DELETE /service-template/34882937-c41b-4872-bc7d-e6fdddb2fee6 HTTP/1.1" 200 115 0.050566 10.0.0.242 - - [2026-01-08 04:07:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.021045 10.0.0.27 - - [2026-01-08 04:07:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005020 10.0.0.27 - - [2026-01-08 04:07:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003116 10.0.0.242 - - [2026-01-08 04:07:44] "DELETE /virtual-network/a079ef5b-9d82-493e-ab5a-af06c2ff4001 HTTP/1.1" 200 115 0.131874 10.0.0.242 - - [2026-01-08 04:07:44] "DELETE /route-target/8ec707eb-4a37-41d1-9a30-53ca7144589c HTTP/1.1" 200 115 0.032183 10.0.0.242 - - [2026-01-08 04:07:44] "GET /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004960 10.0.0.242 - - [2026-01-08 04:07:44] "PUT /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae HTTP/1.1" 200 264 0.010802 10.0.0.242 - - [2026-01-08 04:07:44] "GET /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.004040 10.0.0.242 - - [2026-01-08 04:07:44] "PUT /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae HTTP/1.1" 200 264 0.010850 10.0.0.242 - - [2026-01-08 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2026-01-08 04:07:47] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001657 10.0.0.242 - - [2026-01-08 04:07:47] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050607 10.0.0.27 - - [2026-01-08 04:07:47] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.242 - - [2026-01-08 04:07:47] "POST /neutron/network HTTP/1.1" 200 643 0.205292 10.0.0.242 - - [2026-01-08 04:07:47] "POST /id-to-fqname HTTP/1.1" 200 240 0.003628 10.0.0.242 - - [2026-01-08 04:07:47] "GET /virtual-network/f98ef85f-ce0b-481a-942d-502bf4047f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005677 10.0.0.242 - - [2026-01-08 04:07:47] "POST /neutron/network HTTP/1.1" 200 864 0.008761 10.0.0.242 - - [2026-01-08 04:07:47] "GET /virtual-network/f98ef85f-ce0b-481a-942d-502bf4047f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005260 10.0.0.242 - - [2026-01-08 04:07:47] "POST /neutron/network HTTP/1.1" 200 864 0.010738 10.0.0.242 - - [2026-01-08 04:07:47] "GET /virtual-network/f98ef85f-ce0b-481a-942d-502bf4047f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005997 10.0.0.242 - - [2026-01-08 04:07:47] "GET /network-ipam/63e4ed6a-b85c-4fe9-8fb5-3ab57ea059d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004030 10.0.0.242 - - [2026-01-08 04:07:48] "GET /virtual-network/f98ef85f-ce0b-481a-942d-502bf4047f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006722 10.0.0.242 - - [2026-01-08 04:07:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.003543 10.0.0.242 - - [2026-01-08 04:07:48] "POST /api-access-lists HTTP/1.1" 200 555 0.027136 10.0.0.242 - - [2026-01-08 04:07:48] "GET /api-access-list/0e252174-9594-43c1-a31a-022ffbe486ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.006645 10.0.0.242 - - [2026-01-08 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.016377 10.0.0.27 - - [2026-01-08 04:07:48] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001169 10.0.0.242 - - [2026-01-08 04:07:48] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058888 10.0.0.242 - - [2026-01-08 04:07:49] "POST /neutron/network HTTP/1.1" 200 693 0.026423 10.0.0.242 - - [2026-01-08 04:07:49] "POST /route-targets HTTP/1.1" 200 327 0.019015 10.0.0.242 - - [2026-01-08 04:07:49] "POST /neutron/network HTTP/1.1" 200 866 0.032230 10.0.0.242 - - [2026-01-08 04:07:49] "POST /id-to-fqname HTTP/1.1" 200 240 0.019832 10.0.0.242 - - [2026-01-08 04:07:49] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.020065 10.0.0.242 - - [2026-01-08 04:07:49] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.019910 10.0.0.242 - - [2026-01-08 04:07:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.041193 10.0.0.242 - - [2026-01-08 04:07:50] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.005581 10.0.0.242 - - [2026-01-08 04:07:50] "GET /network-ipam/63e4ed6a-b85c-4fe9-8fb5-3ab57ea059d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004112 10.0.0.242 - - [2026-01-08 04:07:50] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.005791 10.0.0.50 - - [2026-01-08 04:07:50] "GET /obj-perms HTTP/1.1" 200 5049 0.005565 10.0.0.27 - - [2026-01-08 04:07:50] "GET /obj-perms HTTP/1.1" 200 5075 0.127220 10.0.0.242 - - [2026-01-08 04:07:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.016181 10.0.0.242 - - [2026-01-08 04:07:51] "POST /access-control-lists HTTP/1.1" 200 626 0.025870 10.0.0.242 - - [2026-01-08 04:07:51] "PUT /access-control-list/460c11fe-e842-48a2-b15e-a23f790926ec HTTP/1.1" 200 272 0.015167 10.0.0.27 - - [2026-01-08 04:07:51] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001612 10.0.0.242 - - [2026-01-08 04:07:51] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.086837 10.0.0.27 - - [2026-01-08 04:07:51] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.242 - - [2026-01-08 04:07:51] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.076869 10.0.0.242 - - [2026-01-08 04:07:51] "PUT /access-control-list/197f3a7b-f9ab-40ad-b5a9-a0838d014a41 HTTP/1.1" 200 272 0.014527 10.0.0.27 - - [2026-01-08 04:07:52] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.242 - - [2026-01-08 04:07:52] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.185393 10.0.0.242 - - [2026-01-08 04:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.034315 10.0.0.242 - - [2026-01-08 04:07:52] "GET /security-group/38ac3b4f-5862-4176-951e-29fc1ad0936f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.017752 10.0.0.242 - - [2026-01-08 04:07:52] "POST /id-to-fqname HTTP/1.1" 200 240 0.015721 10.0.0.27 - - [2026-01-08 04:07:54] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.242 - - [2026-01-08 04:07:54] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.077219 10.0.0.242 - - [2026-01-08 04:07:54] "POST /neutron/network HTTP/1.1" 200 866 0.007403 10.0.0.242 - - [2026-01-08 04:07:54] "POST /neutron/port HTTP/1.1" 200 117 0.033018 10.0.0.27 - - [2026-01-08 04:07:55] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001261 10.0.0.242 - - [2026-01-08 04:07:55] "POST /neutron/port HTTP/1.1" 200 1062 0.532529 10.0.0.242 - - [2026-01-08 04:07:55] "POST /neutron/port HTTP/1.1" 200 1116 0.099328 10.0.0.242 - - [2026-01-08 04:07:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.024291 10.0.0.242 - - [2026-01-08 04:07:59] "POST /neutron/port HTTP/1.1" 200 1126 0.020099 10.0.0.242 - - [2026-01-08 04:07:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007930 10.0.0.242 - - [2026-01-08 04:08:00] "POST /neutron/port HTTP/1.1" 200 1126 0.022204 10.0.0.242 - - [2026-01-08 04:08:00] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f HTTP/1.1" 401 293 0.000443 10.0.0.242 - - [2026-01-08 04:08:00] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f HTTP/1.1" 200 1293 0.060584 10.0.0.242 - - [2026-01-08 04:08:00] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f HTTP/1.1" 200 1293 0.023100 10.0.0.242 - - [2026-01-08 04:08:00] "GET /virtual-machine-interface/f6eee24b-c3bb-482c-bdc1-99d1ef80b80c HTTP/1.1" 200 3024 0.023697 10.0.0.242 - - [2026-01-08 04:08:00] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f HTTP/1.1" 200 1293 0.020115 10.0.0.242 - - [2026-01-08 04:08:00] "GET /virtual-machine-interface/f6eee24b-c3bb-482c-bdc1-99d1ef80b80c HTTP/1.1" 200 3024 0.027559 10.0.0.242 - - [2026-01-08 04:08:00] "GET /instance-ip/eebe3b8c-6872-4897-a743-9388b87086a6 HTTP/1.1" 200 1643 0.021333 10.0.0.242 - - [2026-01-08 04:08:00] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f HTTP/1.1" 200 1293 0.023021 10.0.0.242 - - [2026-01-08 04:08:00] "GET /virtual-machine-interface/f6eee24b-c3bb-482c-bdc1-99d1ef80b80c HTTP/1.1" 200 3024 0.027728 10.0.0.242 - - [2026-01-08 04:08:00] "GET /instance-ip/eebe3b8c-6872-4897-a743-9388b87086a6 HTTP/1.1" 200 1643 0.022104 10.0.0.242 - - [2026-01-08 04:08:00] "POST /fqname-to-id HTTP/1.1" 403 354 0.020313 10.0.0.242 - - [2026-01-08 04:08:00] "GET / HTTP/1.1" 200 35931 0.003094 10.0.0.242 - - [2026-01-08 04:08:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000735 10.0.0.242 - - [2026-01-08 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.030451 10.0.0.242 - - [2026-01-08 04:08:01] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004993 10.0.0.242 - - [2026-01-08 04:08:01] "GET /virtual-networks?parent_id=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.036047 10.0.0.242 - - [2026-01-08 04:08:01] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.024707 10.0.0.242 - - [2026-01-08 04:08:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.021426 10.0.0.242 - - [2026-01-08 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.242 - - [2026-01-08 04:08:01] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004565 10.0.0.242 - - [2026-01-08 04:08:01] "GET /virtual-networks?parent_id=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022155 10.0.0.242 - - [2026-01-08 04:08:01] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.020362 10.0.0.242 - - [2026-01-08 04:08:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.018823 10.0.0.242 - - [2026-01-08 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.242 - - [2026-01-08 04:08:01] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006127 10.0.0.242 - - [2026-01-08 04:08:01] "GET /virtual-networks?parent_id=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023485 10.0.0.242 - - [2026-01-08 04:08:02] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.023224 10.0.0.242 - - [2026-01-08 04:08:02] "POST /fqname-to-id HTTP/1.1" 403 354 0.017937 10.0.0.242 - - [2026-01-08 04:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.242 - - [2026-01-08 04:08:02] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004369 10.0.0.242 - - [2026-01-08 04:08:02] "GET /virtual-networks?parent_id=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022264 10.0.0.242 - - [2026-01-08 04:08:02] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.020964 10.0.0.242 - - [2026-01-08 04:08:02] "POST /fqname-to-id HTTP/1.1" 403 354 0.017409 10.0.0.242 - - [2026-01-08 04:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.242 - - [2026-01-08 04:08:02] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003563 10.0.0.242 - - [2026-01-08 04:08:02] "GET /virtual-networks?parent_id=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025483 10.0.0.242 - - [2026-01-08 04:08:02] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.019606 10.0.0.242 - - [2026-01-08 04:08:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007697 10.0.0.242 - - [2026-01-08 04:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.020849 10.0.0.242 - - [2026-01-08 04:08:05] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.026743 10.0.0.242 - - [2026-01-08 04:08:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.018430 10.0.0.242 - - [2026-01-08 04:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.242 - - [2026-01-08 04:08:07] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003655 10.0.0.242 - - [2026-01-08 04:08:07] "GET /virtual-networks?parent_id=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019977 10.0.0.242 - - [2026-01-08 04:08:07] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.022674 10.0.0.242 - - [2026-01-08 04:08:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.015264 10.0.0.242 - - [2026-01-08 04:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.242 - - [2026-01-08 04:08:07] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003427 10.0.0.242 - - [2026-01-08 04:08:07] "GET /virtual-networks?parent_id=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019322 10.0.0.242 - - [2026-01-08 04:08:07] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.020679 10.0.0.242 - - [2026-01-08 04:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.019821 10.0.0.242 - - [2026-01-08 04:08:08] "GET /routing-instance/33d96e1c-9424-4913-ab4a-369d366a60f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021788 10.0.0.242 - - [2026-01-08 04:08:08] "POST /fqname-to-id HTTP/1.1" 403 354 0.017536 10.0.0.242 - - [2026-01-08 04:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.242 - - [2026-01-08 04:08:08] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004238 10.0.0.242 - - [2026-01-08 04:08:08] "GET /virtual-networks?parent_id=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020130 10.0.0.242 - - [2026-01-08 04:08:08] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.020816 10.0.0.242 - - [2026-01-08 04:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.014018 10.0.0.242 - - [2026-01-08 04:08:08] "GET /routing-instance/33d96e1c-9424-4913-ab4a-369d366a60f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.018459 10.0.0.242 - - [2026-01-08 04:08:08] "GET /obj-perms HTTP/1.1" 403 257 0.012112 10.0.0.242 - - [2026-01-08 04:08:08] "GET /obj-perms HTTP/1.1" 403 257 0.011684 10.0.0.27 - - [2026-01-08 04:08:08] "GET /obj-perms HTTP/1.1" 403 257 0.013006 10.0.0.242 - - [2026-01-08 04:08:08] "GET /obj-perms HTTP/1.1" 403 257 0.012650 10.0.0.242 - - [2026-01-08 04:08:08] "GET /obj-perms HTTP/1.1" 403 257 0.012979 10.0.0.27 - - [2026-01-08 04:08:08] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015943 10.0.0.242 - - [2026-01-08 04:08:08] "GET /obj-perms HTTP/1.1" 403 257 0.012070 10.0.0.242 - - [2026-01-08 04:08:09] "GET /obj-perms HTTP/1.1" 403 257 0.038786 10.0.0.242 - - [2026-01-08 04:08:09] "GET /obj-perms HTTP/1.1" 403 257 0.012411 10.0.0.242 - - [2026-01-08 04:08:09] "GET /obj-perms HTTP/1.1" 200 5049 0.005047 10.0.0.50 - - [2026-01-08 04:08:09] "GET /obj-perms HTTP/1.1" 403 257 0.013142 10.0.0.242 - - [2026-01-08 04:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.014950 10.0.0.27 - - [2026-01-08 04:08:10] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001517 10.0.0.242 - - [2026-01-08 04:08:10] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059199 10.0.0.242 - - [2026-01-08 04:08:10] "GET /virtual-network/f98ef85f-ce0b-481a-942d-502bf4047f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.020313 10.0.0.242 - - [2026-01-08 04:08:10] "GET /floating-ip-pools?parent_id=f98ef85f-ce0b-481a-942d-502bf4047f37&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.016137 10.0.0.242 - - [2026-01-08 04:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.015266 10.0.0.242 - - [2026-01-08 04:08:10] "GET /floating-ip-pool/752e2bc3-75d5-46e7-b1bb-12ee02ef0f3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.017456 10.0.0.27 - - [2026-01-08 04:08:10] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.242 - - [2026-01-08 04:08:10] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068938 10.0.0.242 - - [2026-01-08 04:08:10] "POST /floating-ips HTTP/1.1" 200 616 0.077213 10.0.0.242 - - [2026-01-08 04:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.021612 10.0.0.242 - - [2026-01-08 04:08:10] "GET /floating-ip/3d780bea-b2ea-44d2-822f-6977123c8379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.030918 10.0.0.242 - - [2026-01-08 04:08:10] "GET /floating-ip/3d780bea-b2ea-44d2-822f-6977123c8379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.021668 10.0.0.242 - - [2026-01-08 04:08:10] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.017934 10.0.0.242 - - [2026-01-08 04:08:10] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.023743 10.0.0.242 - - [2026-01-08 04:08:10] "GET /virtual-machine-interface/f6eee24b-c3bb-482c-bdc1-99d1ef80b80c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.030810 10.0.0.242 - - [2026-01-08 04:08:10] "POST /ref-update HTTP/1.1" 200 156 0.031101 10.0.0.242 - - [2026-01-08 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.015001 10.0.0.242 - - [2026-01-08 04:08:11] "GET /routing-instance/1c508ac8-bb3f-410f-b739-48ad04b0b560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.020592 10.0.0.242 - - [2026-01-08 04:08:11] "GET /obj-perms HTTP/1.1" 403 257 0.047639 10.0.0.242 - - [2026-01-08 04:08:11] "GET /obj-perms HTTP/1.1" 403 257 0.012437 10.0.0.242 - - [2026-01-08 04:08:11] "POST /neutron/port HTTP/1.1" 200 1126 0.088655 10.0.0.242 - - [2026-01-08 04:08:12] "POST /neutron/port HTTP/1.1" 200 1157 0.217889 10.0.0.242 - - [2026-01-08 04:08:12] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f HTTP/1.1" 200 1293 0.018066 10.0.0.242 - - [2026-01-08 04:08:12] "GET /virtual-machine-interface/f6eee24b-c3bb-482c-bdc1-99d1ef80b80c HTTP/1.1" 200 3586 0.023548 10.0.0.242 - - [2026-01-08 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.018133 10.0.0.242 - - [2026-01-08 04:08:12] "GET /security-group/38ac3b4f-5862-4176-951e-29fc1ad0936f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.015747 10.0.0.242 - - [2026-01-08 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.022727 10.0.0.242 - - [2026-01-08 04:08:12] "GET /security-group/38ac3b4f-5862-4176-951e-29fc1ad0936f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.016598 10.0.0.242 - - [2026-01-08 04:08:12] "DELETE /floating-ip/3d780bea-b2ea-44d2-822f-6977123c8379 HTTP/1.1" 200 115 0.079785 10.0.0.242 - - [2026-01-08 04:08:12] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f HTTP/1.1" 200 1293 0.018895 10.0.0.242 - - [2026-01-08 04:08:13] "POST /neutron/port HTTP/1.1" 200 1157 0.016886 10.0.0.242 - - [2026-01-08 04:08:14] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f HTTP/1.1" 404 171 0.020754 10.0.0.242 - - [2026-01-08 04:08:14] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f HTTP/1.1" 404 171 0.012380 10.0.0.242 - - [2026-01-08 04:08:14] "GET /virtual-machine/980a7fcf-4155-43e8-9f0d-72247b9c6a8f HTTP/1.1" 404 171 0.013307 10.0.0.242 - - [2026-01-08 04:08:14] "POST /fqname-to-id HTTP/1.1" 403 354 0.018838 10.0.0.242 - - [2026-01-08 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.011475 10.0.0.242 - - [2026-01-08 04:08:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005869 10.0.0.242 - - [2026-01-08 04:08:14] "GET /virtual-networks?parent_id=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024394 10.0.0.242 - - [2026-01-08 04:08:14] "GET /virtual-network/9635d4cb-c56a-4a7e-b6de-556faa8d38fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.023723 10.0.0.242 - - [2026-01-08 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.016525 10.0.0.242 - - [2026-01-08 04:08:14] "GET /routing-instance/33d96e1c-9424-4913-ab4a-369d366a60f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.019906 10.0.0.242 - - [2026-01-08 04:08:15] "GET /obj-perms HTTP/1.1" 403 257 0.012207 10.0.0.242 - - [2026-01-08 04:08:15] "GET /obj-perms HTTP/1.1" 200 5049 0.004858 10.0.0.50 - - [2026-01-08 04:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000586 10.0.0.50 - - [2026-01-08 04:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000538 10.0.0.50 - - [2026-01-08 04:08:18] "GET /obj-perms HTTP/1.1" 200 5049 0.005404 10.0.0.27 - - [2026-01-08 04:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.27 - - [2026-01-08 04:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000553 10.0.0.50 - - [2026-01-08 04:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.50 - - [2026-01-08 04:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.27 - - [2026-01-08 04:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.27 - - [2026-01-08 04:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.242 - - [2026-01-08 04:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.242 - - [2026-01-08 04:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000984 10.0.0.242 - - [2026-01-08 04:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.242 - - [2026-01-08 04:08:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.242 - - [2026-01-08 04:08:24] "GET /obj-perms HTTP/1.1" 200 5049 0.005239 10.0.0.50 - - [2026-01-08 04:08:27] "GET /obj-perms HTTP/1.1" 200 5049 0.004357 10.0.0.242 - - [2026-01-08 04:08:27] "GET /obj-perms HTTP/1.1" 200 5049 0.004887 10.0.0.27 - - [2026-01-08 04:08:27] "GET /obj-perms HTTP/1.1" 200 5049 0.005011 10.0.0.242 - - [2026-01-08 04:08:28] "POST /neutron/security_group HTTP/1.1" 200 151 0.083752 10.0.0.242 - - [2026-01-08 04:08:28] "POST /fqname-to-id HTTP/1.1" 404 232 0.036690 10.0.0.242 - - [2026-01-08 04:08:28] "DELETE /access-control-list/197f3a7b-f9ab-40ad-b5a9-a0838d014a41 HTTP/1.1" 200 115 0.040905 10.0.0.242 - - [2026-01-08 04:08:28] "DELETE /api-access-list/0e252174-9594-43c1-a31a-022ffbe486ed HTTP/1.1" 200 115 0.047467 10.0.0.242 - - [2026-01-08 04:08:29] "POST /neutron/network HTTP/1.1" 200 864 0.007783 10.0.0.242 - - [2026-01-08 04:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.242 - - [2026-01-08 04:08:31] "GET /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.004928 10.0.0.242 - - [2026-01-08 04:08:31] "PUT /api-access-list/6b3792dc-1ac4-4554-814b-fe324163c1ae HTTP/1.1" 200 264 0.014880 10.0.0.27 - - [2026-01-08 04:08:31] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001514 10.0.0.242 - - [2026-01-08 04:08:31] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038786 10.0.0.27 - - [2026-01-08 04:08:31] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001293 10.0.0.242 - - [2026-01-08 04:08:31] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?fields=virtual_networks HTTP/1.1" 200 1032 0.052913 10.0.0.27 - - [2026-01-08 04:08:31] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.242 - - [2026-01-08 04:08:31] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041274 10.0.0.27 - - [2026-01-08 04:08:31] "GET /projects?obj_uuids=117a993e-c55d-436f-a9f2-e83336773211&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001242 10.0.0.242 - - [2026-01-08 04:08:31] "GET /project/117a993e-c55d-436f-a9f2-e83336773211?fields=security_groups HTTP/1.1" 200 1258 0.051916 10.0.0.27 - - [2026-01-08 04:08:32] "GET /projects?obj_uuids=ccdd3018-0b67-4423-ac35-0e9e57fa45e7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001036 10.0.0.242 - - [2026-01-08 04:08:32] "GET /project/ccdd3018-0b67-4423-ac35-0e9e57fa45e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.039567 [Introspect:8084]10.0.0.242 - - [2026-01-08 04:08:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001189 10.0.0.242 - - [2026-01-08 04:08:35] "DELETE /access-control-list/16f9709b-9d6c-44c2-8567-14958432de3d HTTP/1.1" 200 115 0.044225 10.0.0.242 - - [2026-01-08 04:08:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.026298 10.0.0.27 - - [2026-01-08 04:08:36] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005164 10.0.0.27 - - [2026-01-08 04:08:36] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.27 - - [2026-01-08 04:08:36] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007080 10.0.0.27 - - [2026-01-08 04:08:36] "POST /id-to-fqname HTTP/1.1" 200 191 0.004603 10.0.0.27 - - [2026-01-08 04:08:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.009701 10.0.0.27 - - [2026-01-08 04:08:36] "POST /security-groups HTTP/1.1" 200 592 0.033230 10.0.0.27 - - [2026-01-08 04:08:36] "POST /projects HTTP/1.1" 200 587 0.241035 10.0.0.242 - - [2026-01-08 04:08:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.011281 10.0.0.27 - - [2026-01-08 04:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.311711 10.0.0.242 - - [2026-01-08 04:08:36] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.452124 10.0.0.27 - - [2026-01-08 04:08:36] "DELETE /project/37b535a1897e41debc03b246e39c9243 HTTP/1.1" 404 173 0.002944 10.0.0.27 - - [2026-01-08 04:08:36] "DELETE /project/117a993e-c55d-436f-a9f2-e83336773211 HTTP/1.1" 404 177 0.006237 10.0.0.242 - - [2026-01-08 04:08:37] "GET / HTTP/1.1" 200 35931 0.003453 10.0.0.242 - - [2026-01-08 04:08:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000478 10.0.0.242 - - [2026-01-08 04:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.059844 10.0.0.27 - - [2026-01-08 04:08:39] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001003 10.0.0.242 - - [2026-01-08 04:08:39] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052326 10.0.0.27 - - [2026-01-08 04:08:40] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001760 10.0.0.242 - - [2026-01-08 04:08:40] "POST /neutron/network HTTP/1.1" 200 608 0.164981 10.0.0.242 - - [2026-01-08 04:08:40] "POST /ref-update HTTP/1.1" 200 156 0.030607 10.0.0.242 - - [2026-01-08 04:08:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.004447 10.0.0.242 - - [2026-01-08 04:08:40] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006681 10.0.0.242 - - [2026-01-08 04:08:40] "POST /neutron/network HTTP/1.1" 200 825 0.007366 10.0.0.242 - - [2026-01-08 04:08:40] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006996 10.0.0.242 - - [2026-01-08 04:08:41] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005702 10.0.0.242 - - [2026-01-08 04:08:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001549 10.0.0.242 - - [2026-01-08 04:08:42] "POST /neutron/network HTTP/1.1" 200 835 0.007598 10.0.0.27 - - [2026-01-08 04:08:43] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001356 10.0.0.242 - - [2026-01-08 04:08:43] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061742 10.0.0.242 - - [2026-01-08 04:08:43] "POST /neutron/port HTTP/1.1" 200 117 0.010051 10.0.0.242 - - [2026-01-08 04:08:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001534 10.0.0.242 - - [2026-01-08 04:08:44] "POST /neutron/network HTTP/1.1" 200 835 0.007055 10.0.0.242 - - [2026-01-08 04:08:44] "POST /neutron/port HTTP/1.1" 200 1059 0.050117 10.0.0.27 - - [2026-01-08 04:08:44] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.242 - - [2026-01-08 04:08:44] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.080261 10.0.0.242 - - [2026-01-08 04:08:44] "POST /neutron/port HTTP/1.1" 200 1123 0.023648 10.0.0.242 - - [2026-01-08 04:08:44] "POST /neutron/port HTTP/1.1" 200 1123 0.023167 10.0.0.242 - - [2026-01-08 04:08:45] "POST /neutron/network HTTP/1.1" 200 825 0.009540 10.0.0.242 - - [2026-01-08 04:08:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008290 10.0.0.242 - - [2026-01-08 04:08:45] "POST /neutron/port HTTP/1.1" 200 1059 0.050360 10.0.0.242 - - [2026-01-08 04:08:46] "POST /neutron/port HTTP/1.1" 200 1123 0.020841 10.0.0.242 - - [2026-01-08 04:08:46] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.242 - - [2026-01-08 04:08:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008432 10.0.0.242 - - [2026-01-08 04:08:50] "POST /neutron/port HTTP/1.1" 200 1123 0.017382 10.0.0.242 - - [2026-01-08 04:08:50] "GET /virtual-machine/4539ff81-ff1f-4a76-b2a5-0ff2aa129437 HTTP/1.1" 401 293 0.000487 10.0.0.242 - - [2026-01-08 04:08:50] "GET /virtual-machine/4539ff81-ff1f-4a76-b2a5-0ff2aa129437 HTTP/1.1" 200 1293 0.035799 10.0.0.242 - - [2026-01-08 04:08:50] "GET /virtual-machine-interface/21b1b327-c496-4908-a012-1d8e171a764d HTTP/1.1" 200 2949 0.006155 10.0.0.242 - - [2026-01-08 04:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.242 - - [2026-01-08 04:08:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003794 10.0.0.242 - - [2026-01-08 04:08:50] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004367 10.0.0.242 - - [2026-01-08 04:08:50] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006432 10.0.0.50 - - [2026-01-08 04:08:51] "GET /obj-perms HTTP/1.1" 200 5075 0.049988 10.0.0.242 - - [2026-01-08 04:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.242 - - [2026-01-08 04:08:53] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005609 10.0.0.242 - - [2026-01-08 04:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.242 - - [2026-01-08 04:08:58] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005289 10.0.0.242 - - [2026-01-08 04:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.242 - - [2026-01-08 04:09:02] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005523 10.0.0.242 - - [2026-01-08 04:09:04] "POST /neutron/port HTTP/1.1" 200 1123 0.018162 10.0.0.242 - - [2026-01-08 04:09:04] "POST /neutron/subnet HTTP/1.1" 200 690 0.010954 10.0.0.242 - - [2026-01-08 04:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.242 - - [2026-01-08 04:09:06] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005846 10.0.0.242 - - [2026-01-08 04:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.242 - - [2026-01-08 04:09:10] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005153 10.0.0.242 - - [2026-01-08 04:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.242 - - [2026-01-08 04:09:14] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006792 10.0.0.242 - - [2026-01-08 04:09:17] "POST /neutron/port HTTP/1.1" 200 1123 0.020465 10.0.0.242 - - [2026-01-08 04:09:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004178 10.0.0.242 - - [2026-01-08 04:09:17] "POST /neutron/network HTTP/1.1" 200 825 0.007292 10.0.0.242 - - [2026-01-08 04:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.242 - - [2026-01-08 04:09:18] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007434 10.0.0.242 - - [2026-01-08 04:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.242 - - [2026-01-08 04:09:22] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005697 10.0.0.242 - - [2026-01-08 04:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.242 - - [2026-01-08 04:09:24] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003966 10.0.0.242 - - [2026-01-08 04:09:24] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003410 10.0.0.242 - - [2026-01-08 04:09:24] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006506 10.0.0.242 - - [2026-01-08 04:09:30] "POST /neutron/port HTTP/1.1" 200 1123 0.022158 10.0.0.242 - - [2026-01-08 04:09:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006866 10.0.0.242 - - [2026-01-08 04:09:40] "POST /neutron/port HTTP/1.1" 200 1123 0.018209 10.0.0.242 - - [2026-01-08 04:09:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006919 10.0.0.242 - - [2026-01-08 04:09:45] "POST /neutron/port HTTP/1.1" 200 1123 0.017921 10.0.0.242 - - [2026-01-08 04:09:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007992 10.0.0.242 - - [2026-01-08 04:09:45] "GET /virtual-machine/91e6f6a9-a27d-49be-8834-2e4c0985b34d HTTP/1.1" 200 1293 0.006572 10.0.0.242 - - [2026-01-08 04:09:45] "GET /virtual-machine-interface/bc68d0dd-4197-464d-83e0-ed8f02ca49ea HTTP/1.1" 200 2949 0.006071 10.0.0.242 - - [2026-01-08 04:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.242 - - [2026-01-08 04:09:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004829 10.0.0.242 - - [2026-01-08 04:09:45] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004721 10.0.0.242 - - [2026-01-08 04:09:46] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006754 10.0.0.242 - - [2026-01-08 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.242 - - [2026-01-08 04:09:47] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004020 10.0.0.242 - - [2026-01-08 04:09:47] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003240 10.0.0.242 - - [2026-01-08 04:09:47] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005912 10.0.0.242 - - [2026-01-08 04:09:52] "GET /obj-perms HTTP/1.1" 200 5075 0.065557 10.0.0.242 - - [2026-01-08 04:10:05] "POST /neutron/port HTTP/1.1" 200 1123 0.017401 10.0.0.242 - - [2026-01-08 04:10:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003961 10.0.0.242 - - [2026-01-08 04:10:05] "POST /neutron/network HTTP/1.1" 200 825 0.006894 10.0.0.242 - - [2026-01-08 04:10:17] "POST /neutron/network HTTP/1.1" 200 835 0.007076 10.0.0.242 - - [2026-01-08 04:10:17] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.27 - - [2026-01-08 04:10:53] "GET /obj-perms HTTP/1.1" 200 5075 0.052213 10.0.0.242 - - [2026-01-08 04:11:07] "POST /neutron/port HTTP/1.1" 200 1123 0.018887 10.0.0.242 - - [2026-01-08 04:11:07] "POST /neutron/subnet HTTP/1.1" 200 690 0.010660 10.0.0.242 - - [2026-01-08 04:11:14] "POST /neutron/port HTTP/1.1" 200 1123 0.016175 10.0.0.242 - - [2026-01-08 04:11:14] "GET /virtual-machine/4539ff81-ff1f-4a76-b2a5-0ff2aa129437 HTTP/1.1" 200 1293 0.004256 10.0.0.242 - - [2026-01-08 04:11:14] "GET /virtual-machine-interface/21b1b327-c496-4908-a012-1d8e171a764d HTTP/1.1" 200 2949 0.004951 10.0.0.242 - - [2026-01-08 04:11:14] "GET /virtual-machine/4539ff81-ff1f-4a76-b2a5-0ff2aa129437 HTTP/1.1" 200 1293 0.003658 10.0.0.242 - - [2026-01-08 04:11:14] "GET /virtual-machine-interface/21b1b327-c496-4908-a012-1d8e171a764d HTTP/1.1" 200 2949 0.004892 10.0.0.242 - - [2026-01-08 04:11:14] "GET /instance-ip/76edd342-b361-4c6e-9f74-fbeb6c0c2ae2 HTTP/1.1" 200 1621 0.007154 10.0.0.242 - - [2026-01-08 04:11:14] "GET /virtual-machine/4539ff81-ff1f-4a76-b2a5-0ff2aa129437 HTTP/1.1" 200 1293 0.003709 10.0.0.242 - - [2026-01-08 04:11:14] "GET /virtual-machine-interface/21b1b327-c496-4908-a012-1d8e171a764d HTTP/1.1" 200 2949 0.004730 10.0.0.242 - - [2026-01-08 04:11:14] "GET /instance-ip/76edd342-b361-4c6e-9f74-fbeb6c0c2ae2 HTTP/1.1" 200 1621 0.003665 10.0.0.242 - - [2026-01-08 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.242 - - [2026-01-08 04:11:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003320 10.0.0.242 - - [2026-01-08 04:11:14] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002819 10.0.0.242 - - [2026-01-08 04:11:14] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006388 10.0.0.242 - - [2026-01-08 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.242 - - [2026-01-08 04:11:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004551 10.0.0.242 - - [2026-01-08 04:11:14] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003443 10.0.0.242 - - [2026-01-08 04:11:14] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006061 10.0.0.242 - - [2026-01-08 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.242 - - [2026-01-08 04:11:14] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004364 10.0.0.242 - - [2026-01-08 04:11:15] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003037 10.0.0.242 - - [2026-01-08 04:11:15] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005867 10.0.0.242 - - [2026-01-08 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.242 - - [2026-01-08 04:11:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004180 10.0.0.242 - - [2026-01-08 04:11:15] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003365 10.0.0.242 - - [2026-01-08 04:11:15] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007583 10.0.0.242 - - [2026-01-08 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.242 - - [2026-01-08 04:11:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004298 10.0.0.242 - - [2026-01-08 04:11:15] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003118 10.0.0.242 - - [2026-01-08 04:11:15] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006137 10.0.0.242 - - [2026-01-08 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.242 - - [2026-01-08 04:11:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004804 10.0.0.242 - - [2026-01-08 04:11:15] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002903 10.0.0.242 - - [2026-01-08 04:11:15] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007133 10.0.0.242 - - [2026-01-08 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.242 - - [2026-01-08 04:11:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004838 10.0.0.242 - - [2026-01-08 04:11:15] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003476 10.0.0.242 - - [2026-01-08 04:11:15] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006939 10.0.0.242 - - [2026-01-08 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008701 10.0.0.242 - - [2026-01-08 04:11:15] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004193 10.0.0.242 - - [2026-01-08 04:11:15] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004199 10.0.0.242 - - [2026-01-08 04:11:15] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006222 10.0.0.242 - - [2026-01-08 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.242 - - [2026-01-08 04:11:15] "GET /routing-instance/9bc94b16-5b67-4999-8db0-fcda38646fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005843 10.0.0.242 - - [2026-01-08 04:11:15] "GET /route-target/0ca958ef-09cd-4dee-b6c9-99a35c7070bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004163 10.0.0.242 - - [2026-01-08 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.242 - - [2026-01-08 04:11:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004545 10.0.0.242 - - [2026-01-08 04:11:16] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003090 10.0.0.242 - - [2026-01-08 04:11:16] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007172 10.0.0.242 - - [2026-01-08 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.242 - - [2026-01-08 04:11:16] "GET /routing-instance/9bc94b16-5b67-4999-8db0-fcda38646fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004194 10.0.0.242 - - [2026-01-08 04:11:16] "GET /route-target/0ca958ef-09cd-4dee-b6c9-99a35c7070bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005333 10.0.0.242 - - [2026-01-08 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.242 - - [2026-01-08 04:11:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004835 10.0.0.242 - - [2026-01-08 04:11:16] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003428 10.0.0.242 - - [2026-01-08 04:11:16] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006859 10.0.0.242 - - [2026-01-08 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.242 - - [2026-01-08 04:11:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004633 10.0.0.242 - - [2026-01-08 04:11:16] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003864 10.0.0.242 - - [2026-01-08 04:11:16] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006159 10.0.0.242 - - [2026-01-08 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.242 - - [2026-01-08 04:11:16] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005148 10.0.0.242 - - [2026-01-08 04:11:16] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003399 10.0.0.242 - - [2026-01-08 04:11:16] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008437 10.0.0.242 - - [2026-01-08 04:11:16] "GET /obj-perms HTTP/1.1" 200 5051 0.064314 10.0.0.27 - - [2026-01-08 04:11:17] "GET /obj-perms HTTP/1.1" 200 5051 0.055695 10.0.0.242 - - [2026-01-08 04:11:17] "GET /obj-perms HTTP/1.1" 200 5051 0.004364 10.0.0.50 - - [2026-01-08 04:11:17] "GET /obj-perms HTTP/1.1" 200 5051 0.052847 10.0.0.242 - - [2026-01-08 04:11:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007399 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-machine/91e6f6a9-a27d-49be-8834-2e4c0985b34d HTTP/1.1" 200 1293 0.004012 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-machine-interface/bc68d0dd-4197-464d-83e0-ed8f02ca49ea HTTP/1.1" 200 2949 0.005017 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-machine/91e6f6a9-a27d-49be-8834-2e4c0985b34d HTTP/1.1" 200 1293 0.004029 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-machine-interface/bc68d0dd-4197-464d-83e0-ed8f02ca49ea HTTP/1.1" 200 2949 0.006057 10.0.0.242 - - [2026-01-08 04:11:17] "GET /instance-ip/6ba9b93a-ea34-4265-9984-5962b63adc0d HTTP/1.1" 200 1621 0.006514 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-machine/91e6f6a9-a27d-49be-8834-2e4c0985b34d HTTP/1.1" 200 1293 0.004161 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-machine-interface/bc68d0dd-4197-464d-83e0-ed8f02ca49ea HTTP/1.1" 200 2949 0.005516 10.0.0.242 - - [2026-01-08 04:11:17] "GET /instance-ip/6ba9b93a-ea34-4265-9984-5962b63adc0d HTTP/1.1" 200 1621 0.004160 10.0.0.242 - - [2026-01-08 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.242 - - [2026-01-08 04:11:17] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003991 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003327 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006369 10.0.0.242 - - [2026-01-08 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.242 - - [2026-01-08 04:11:17] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005165 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.008295 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006437 10.0.0.242 - - [2026-01-08 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.242 - - [2026-01-08 04:11:17] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005736 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003369 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006861 10.0.0.242 - - [2026-01-08 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.242 - - [2026-01-08 04:11:17] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004982 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004035 10.0.0.242 - - [2026-01-08 04:11:17] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006331 10.0.0.242 - - [2026-01-08 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.242 - - [2026-01-08 04:11:18] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004311 10.0.0.242 - - [2026-01-08 04:11:18] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003301 10.0.0.242 - - [2026-01-08 04:11:18] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006031 10.0.0.242 - - [2026-01-08 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.242 - - [2026-01-08 04:11:18] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005059 10.0.0.242 - - [2026-01-08 04:11:18] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003766 10.0.0.242 - - [2026-01-08 04:11:18] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006732 10.0.0.242 - - [2026-01-08 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.242 - - [2026-01-08 04:11:18] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004114 10.0.0.242 - - [2026-01-08 04:11:18] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003023 10.0.0.242 - - [2026-01-08 04:11:18] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005660 10.0.0.242 - - [2026-01-08 04:11:18] "POST /neutron/network HTTP/1.1" 200 835 0.006756 10.0.0.242 - - [2026-01-08 04:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.242 - - [2026-01-08 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.242 - - [2026-01-08 04:11:18] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003986 10.0.0.242 - - [2026-01-08 04:11:18] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003366 10.0.0.242 - - [2026-01-08 04:11:18] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010303 10.0.0.242 - - [2026-01-08 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.242 - - [2026-01-08 04:11:18] "GET /routing-instance/9bc94b16-5b67-4999-8db0-fcda38646fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004848 10.0.0.242 - - [2026-01-08 04:11:18] "GET /route-target/0ca958ef-09cd-4dee-b6c9-99a35c7070bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004539 10.0.0.242 - - [2026-01-08 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.242 - - [2026-01-08 04:11:18] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004212 10.0.0.242 - - [2026-01-08 04:11:18] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003297 10.0.0.242 - - [2026-01-08 04:11:19] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006158 10.0.0.242 - - [2026-01-08 04:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.242 - - [2026-01-08 04:11:19] "GET /routing-instance/9bc94b16-5b67-4999-8db0-fcda38646fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004454 10.0.0.242 - - [2026-01-08 04:11:19] "GET /route-target/0ca958ef-09cd-4dee-b6c9-99a35c7070bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004286 10.0.0.242 - - [2026-01-08 04:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.242 - - [2026-01-08 04:11:19] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004697 10.0.0.242 - - [2026-01-08 04:11:19] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003116 10.0.0.242 - - [2026-01-08 04:11:19] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006671 10.0.0.242 - - [2026-01-08 04:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.242 - - [2026-01-08 04:11:19] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004202 10.0.0.242 - - [2026-01-08 04:11:19] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003412 10.0.0.242 - - [2026-01-08 04:11:19] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006246 10.0.0.242 - - [2026-01-08 04:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.242 - - [2026-01-08 04:11:19] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005241 10.0.0.242 - - [2026-01-08 04:11:19] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004565 10.0.0.242 - - [2026-01-08 04:11:19] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006741 10.0.0.242 - - [2026-01-08 04:11:19] "GET /obj-perms HTTP/1.1" 200 5051 0.005376 10.0.0.27 - - [2026-01-08 04:11:19] "GET /obj-perms HTTP/1.1" 200 5051 0.004292 10.0.0.242 - - [2026-01-08 04:11:19] "GET /obj-perms HTTP/1.1" 200 5051 0.004441 10.0.0.50 - - [2026-01-08 04:11:19] "GET /obj-perms HTTP/1.1" 200 5051 0.004556 10.0.0.242 - - [2026-01-08 04:11:25] "GET /virtual-machine/91e6f6a9-a27d-49be-8834-2e4c0985b34d HTTP/1.1" 200 1293 0.004557 10.0.0.242 - - [2026-01-08 04:11:25] "POST /neutron/port HTTP/1.1" 200 1113 0.014718 10.0.0.242 - - [2026-01-08 04:11:27] "GET /virtual-machine/91e6f6a9-a27d-49be-8834-2e4c0985b34d HTTP/1.1" 404 171 0.003507 10.0.0.242 - - [2026-01-08 04:11:27] "GET /virtual-machine/91e6f6a9-a27d-49be-8834-2e4c0985b34d HTTP/1.1" 404 171 0.002978 10.0.0.242 - - [2026-01-08 04:11:27] "GET /virtual-machine/91e6f6a9-a27d-49be-8834-2e4c0985b34d HTTP/1.1" 404 171 0.002932 10.0.0.242 - - [2026-01-08 04:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.242 - - [2026-01-08 04:11:27] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003513 10.0.0.242 - - [2026-01-08 04:11:27] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002745 10.0.0.242 - - [2026-01-08 04:11:27] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007325 10.0.0.242 - - [2026-01-08 04:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.242 - - [2026-01-08 04:11:27] "GET /routing-instance/9bc94b16-5b67-4999-8db0-fcda38646fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004310 10.0.0.242 - - [2026-01-08 04:11:27] "GET /route-target/0ca958ef-09cd-4dee-b6c9-99a35c7070bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004542 10.0.0.242 - - [2026-01-08 04:11:27] "GET /obj-perms HTTP/1.1" 200 5051 0.006715 10.0.0.50 - - [2026-01-08 04:11:30] "GET /obj-perms HTTP/1.1" 200 5051 0.003837 10.0.0.242 - - [2026-01-08 04:11:36] "GET /obj-perms HTTP/1.1" 200 5051 0.004426 10.0.0.50 - - [2026-01-08 04:11:40] "GET /obj-perms HTTP/1.1" 200 5051 0.004560 10.0.0.242 - - [2026-01-08 04:11:46] "GET /obj-perms HTTP/1.1" 200 5051 0.005414 10.0.0.50 - - [2026-01-08 04:11:49] "GET /obj-perms HTTP/1.1" 200 5051 0.005181 10.0.0.242 - - [2026-01-08 04:11:49] "GET /obj-perms HTTP/1.1" 200 5051 0.004007 10.0.0.27 - - [2026-01-08 04:11:49] "GET /obj-perms HTTP/1.1" 200 5051 0.004036 10.0.0.242 - - [2026-01-08 04:11:49] "GET /virtual-machine/4539ff81-ff1f-4a76-b2a5-0ff2aa129437 HTTP/1.1" 200 1293 0.005109 10.0.0.242 - - [2026-01-08 04:11:50] "POST /neutron/port HTTP/1.1" 200 1113 0.016280 10.0.0.242 - - [2026-01-08 04:11:51] "GET /virtual-machine/4539ff81-ff1f-4a76-b2a5-0ff2aa129437 HTTP/1.1" 404 171 0.003336 10.0.0.242 - - [2026-01-08 04:11:51] "GET /virtual-machine/4539ff81-ff1f-4a76-b2a5-0ff2aa129437 HTTP/1.1" 404 171 0.003296 10.0.0.242 - - [2026-01-08 04:11:51] "GET /virtual-machine/4539ff81-ff1f-4a76-b2a5-0ff2aa129437 HTTP/1.1" 404 171 0.002908 10.0.0.242 - - [2026-01-08 04:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.242 - - [2026-01-08 04:11:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005310 10.0.0.242 - - [2026-01-08 04:11:51] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004115 10.0.0.242 - - [2026-01-08 04:11:51] "GET /virtual-network/18f94d0b-be10-40a9-b6d8-7627d7319de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006283 10.0.0.242 - - [2026-01-08 04:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.242 - - [2026-01-08 04:11:51] "GET /routing-instance/9bc94b16-5b67-4999-8db0-fcda38646fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004621 10.0.0.242 - - [2026-01-08 04:11:51] "GET /route-target/0ca958ef-09cd-4dee-b6c9-99a35c7070bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004548 10.0.0.50 - - [2026-01-08 04:11:53] "GET /obj-perms HTTP/1.1" 200 5075 0.051552 10.0.0.242 - - [2026-01-08 04:11:55] "GET /obj-perms HTTP/1.1" 200 5051 0.004826 10.0.0.242 - - [2026-01-08 04:11:58] "GET /obj-perms HTTP/1.1" 200 5051 0.004638 10.0.0.50 - - [2026-01-08 04:11:58] "GET /obj-perms HTTP/1.1" 200 5051 0.005124 10.0.0.27 - - [2026-01-08 04:11:58] "POST /useragent-kv HTTP/1.1" 200 115 0.061211 10.0.0.27 - - [2026-01-08 04:11:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003211 10.0.0.242 - - [2026-01-08 04:11:58] "POST /neutron/network HTTP/1.1" 200 151 0.195189 10.0.0.242 - - [2026-01-08 04:12:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.003823 10.0.0.242 - - [2026-01-08 04:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.27 - - [2026-01-08 04:12:01] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001080 10.0.0.242 - - [2026-01-08 04:12:01] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051317 10.0.0.242 - - [2026-01-08 04:12:01] "POST /network-policys HTTP/1.1" 200 522 0.033805 10.0.0.242 - - [2026-01-08 04:12:01] "GET /network-policy/86180606-53b4-4305-806c-fd4d2414aeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007209 10.0.0.242 - - [2026-01-08 04:12:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.004352 10.0.0.242 - - [2026-01-08 04:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.27 - - [2026-01-08 04:12:01] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.242 - - [2026-01-08 04:12:01] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053965 10.0.0.242 - - [2026-01-08 04:12:01] "POST /network-policys HTTP/1.1" 200 522 0.029075 10.0.0.242 - - [2026-01-08 04:12:01] "GET /network-policy/b66df996-92df-4db2-ad29-3267c32ac052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007371 10.0.0.242 - - [2026-01-08 04:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.27 - - [2026-01-08 04:12:01] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001082 10.0.0.242 - - [2026-01-08 04:12:01] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052474 10.0.0.242 - - [2026-01-08 04:12:02] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003876 10.0.0.242 - - [2026-01-08 04:12:02] "POST /virtual-networks HTTP/1.1" 200 546 0.081202 10.0.0.242 - - [2026-01-08 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.242 - - [2026-01-08 04:12:02] "POST /route-targets HTTP/1.1" 200 327 0.044156 10.0.0.242 - - [2026-01-08 04:12:02] "GET /network-ipam/63e4ed6a-b85c-4fe9-8fb5-3ab57ea059d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003515 10.0.0.27 - - [2026-01-08 04:12:02] "POST /useragent-kv HTTP/1.1" 200 115 0.013112 10.0.0.242 - - [2026-01-08 04:12:02] "POST /ref-update HTTP/1.1" 200 156 0.083169 10.0.0.242 - - [2026-01-08 04:12:02] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005732 10.0.0.242 - - [2026-01-08 04:12:02] "POST /neutron/network HTTP/1.1" 200 809 0.007854 10.0.0.242 - - [2026-01-08 04:12:02] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006792 10.0.0.242 - - [2026-01-08 04:12:02] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006491 10.0.0.242 - - [2026-01-08 04:12:03] "PUT /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8 HTTP/1.1" 200 264 0.047081 10.0.0.242 - - [2026-01-08 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.242 - - [2026-01-08 04:12:03] "GET /network-policy/86180606-53b4-4305-806c-fd4d2414aeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004365 10.0.0.242 - - [2026-01-08 04:12:03] "POST /ref-update HTTP/1.1" 200 156 0.054900 10.0.0.242 - - [2026-01-08 04:12:03] "POST /access-control-lists HTTP/1.1" 200 592 0.036459 10.0.0.242 - - [2026-01-08 04:12:03] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006045 10.0.0.242 - - [2026-01-08 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.242 - - [2026-01-08 04:12:03] "GET /network-policy/86180606-53b4-4305-806c-fd4d2414aeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004914 10.0.0.242 - - [2026-01-08 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.27 - - [2026-01-08 04:12:03] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.242 - - [2026-01-08 04:12:03] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055935 10.0.0.242 - - [2026-01-08 04:12:03] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.015926 10.0.0.242 - - [2026-01-08 04:12:03] "POST /virtual-networks HTTP/1.1" 200 546 0.088172 10.0.0.242 - - [2026-01-08 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009226 10.0.0.242 - - [2026-01-08 04:12:03] "GET /network-ipam/63e4ed6a-b85c-4fe9-8fb5-3ab57ea059d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004715 10.0.0.27 - - [2026-01-08 04:12:03] "POST /useragent-kv HTTP/1.1" 200 115 0.009557 10.0.0.242 - - [2026-01-08 04:12:03] "POST /ref-update HTTP/1.1" 200 156 0.088930 10.0.0.242 - - [2026-01-08 04:12:03] "POST /neutron/network HTTP/1.1" 200 809 0.007915 10.0.0.242 - - [2026-01-08 04:12:03] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005770 10.0.0.242 - - [2026-01-08 04:12:04] "POST /neutron/subnet HTTP/1.1" 200 672 0.009800 10.0.0.242 - - [2026-01-08 04:12:04] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.009621 10.0.0.27 - - [2026-01-08 04:12:04] "GET /obj-perms HTTP/1.1" 200 5051 0.004136 10.0.0.242 - - [2026-01-08 04:12:04] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006391 10.0.0.242 - - [2026-01-08 04:12:04] "PUT /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377 HTTP/1.1" 200 264 0.050593 10.0.0.242 - - [2026-01-08 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.242 - - [2026-01-08 04:12:04] "GET /network-policy/b66df996-92df-4db2-ad29-3267c32ac052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004535 10.0.0.242 - - [2026-01-08 04:12:04] "POST /fqname-to-id HTTP/1.1" 404 237 0.003509 10.0.0.242 - - [2026-01-08 04:12:04] "POST /ref-update HTTP/1.1" 200 156 0.049076 10.0.0.242 - - [2026-01-08 04:12:04] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007653 10.0.0.242 - - [2026-01-08 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.020881 10.0.0.242 - - [2026-01-08 04:12:04] "GET /network-policy/b66df996-92df-4db2-ad29-3267c32ac052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004216 10.0.0.242 - - [2026-01-08 04:12:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001203 10.0.0.27 - - [2026-01-08 04:12:05] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001630 10.0.0.242 - - [2026-01-08 04:12:05] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.082626 10.0.0.242 - - [2026-01-08 04:12:06] "POST /neutron/network HTTP/1.1" 200 886 0.031596 10.0.0.242 - - [2026-01-08 04:12:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001373 10.0.0.242 - - [2026-01-08 04:12:06] "POST /neutron/port HTTP/1.1" 200 117 0.007502 10.0.0.27 - - [2026-01-08 04:12:06] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001577 10.0.0.242 - - [2026-01-08 04:12:06] "PUT /access-control-list/20508952-0804-4151-92d6-2f6cdb14ad3e HTTP/1.1" 200 272 0.030409 10.0.0.242 - - [2026-01-08 04:12:07] "POST /neutron/port HTTP/1.1" 200 1061 0.378831 10.0.0.242 - - [2026-01-08 04:12:07] "POST /neutron/port HTTP/1.1" 200 1115 0.114841 10.0.0.27 - - [2026-01-08 04:12:07] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001190 10.0.0.242 - - [2026-01-08 04:12:07] "POST /neutron/subnet HTTP/1.1" 200 646 0.009444 10.0.0.242 - - [2026-01-08 04:12:07] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.089275 10.0.0.242 - - [2026-01-08 04:12:07] "POST /neutron/network HTTP/1.1" 200 886 0.008103 10.0.0.242 - - [2026-01-08 04:12:07] "POST /neutron/port HTTP/1.1" 200 117 0.006299 10.0.0.242 - - [2026-01-08 04:12:08] "POST /neutron/network HTTP/1.1" 200 896 0.007467 10.0.0.242 - - [2026-01-08 04:12:08] "POST /neutron/port HTTP/1.1" 200 1061 0.022681 10.0.0.242 - - [2026-01-08 04:12:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005080 10.0.0.242 - - [2026-01-08 04:12:08] "POST /neutron/network HTTP/1.1" 200 886 0.007074 10.0.0.242 - - [2026-01-08 04:12:13] "POST /neutron/port HTTP/1.1" 200 1125 0.021159 10.0.0.242 - - [2026-01-08 04:12:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009757 10.0.0.242 - - [2026-01-08 04:12:13] "GET /virtual-machine/ec41b5a7-e03d-4ee1-849d-d689b5149b2c HTTP/1.1" 200 1293 0.007622 10.0.0.242 - - [2026-01-08 04:12:13] "GET /virtual-machine-interface/b7337969-2c8b-4f7e-b54b-e0c99c3a3a68 HTTP/1.1" 200 2950 0.005921 10.0.0.242 - - [2026-01-08 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004881 10.0.0.242 - - [2026-01-08 04:12:13] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003609 10.0.0.242 - - [2026-01-08 04:12:13] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002706 10.0.0.242 - - [2026-01-08 04:12:13] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006060 10.0.0.242 - - [2026-01-08 04:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.242 - - [2026-01-08 04:12:16] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007018 10.0.0.242 - - [2026-01-08 04:12:18] "POST /neutron/network HTTP/1.1" 200 896 0.007939 10.0.0.242 - - [2026-01-08 04:12:18] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.242 - - [2026-01-08 04:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.242 - - [2026-01-08 04:12:20] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007438 10.0.0.242 - - [2026-01-08 04:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.242 - - [2026-01-08 04:12:24] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006124 10.0.0.242 - - [2026-01-08 04:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.242 - - [2026-01-08 04:12:28] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005166 10.0.0.242 - - [2026-01-08 04:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.242 - - [2026-01-08 04:12:32] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005754 10.0.0.242 - - [2026-01-08 04:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.242 - - [2026-01-08 04:12:36] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006699 10.0.0.242 - - [2026-01-08 04:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.242 - - [2026-01-08 04:12:40] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005330 10.0.0.242 - - [2026-01-08 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.242 - - [2026-01-08 04:12:45] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005441 10.0.0.242 - - [2026-01-08 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.242 - - [2026-01-08 04:12:47] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004205 10.0.0.242 - - [2026-01-08 04:12:47] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003150 10.0.0.242 - - [2026-01-08 04:12:47] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006241 10.0.0.242 - - [2026-01-08 04:12:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008617 10.0.0.242 - - [2026-01-08 04:12:54] "GET /obj-perms HTTP/1.1" 200 5075 0.060758 10.0.0.242 - - [2026-01-08 04:12:56] "POST /neutron/port HTTP/1.1" 200 1125 0.045476 10.0.0.242 - - [2026-01-08 04:12:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007144 10.0.0.242 - - [2026-01-08 04:13:02] "POST /neutron/port HTTP/1.1" 200 1125 0.021077 10.0.0.242 - - [2026-01-08 04:13:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009623 10.0.0.242 - - [2026-01-08 04:13:08] "POST /neutron/port HTTP/1.1" 200 1125 0.018603 10.0.0.242 - - [2026-01-08 04:13:08] "GET /virtual-machine/551a796c-2870-4584-a6b3-eb77bd5f4ced HTTP/1.1" 200 1293 0.005925 10.0.0.242 - - [2026-01-08 04:13:08] "GET /virtual-machine-interface/0988c2b3-d5cc-4d80-b225-0692521c218d HTTP/1.1" 200 2948 0.005317 10.0.0.242 - - [2026-01-08 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.242 - - [2026-01-08 04:13:08] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003354 10.0.0.242 - - [2026-01-08 04:13:08] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003480 10.0.0.242 - - [2026-01-08 04:13:08] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006107 10.0.0.242 - - [2026-01-08 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.242 - - [2026-01-08 04:13:09] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003640 10.0.0.242 - - [2026-01-08 04:13:09] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002932 10.0.0.242 - - [2026-01-08 04:13:09] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006077 10.0.0.242 - - [2026-01-08 04:13:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010477 10.0.0.242 - - [2026-01-08 04:13:11] "POST /neutron/network HTTP/1.1" 200 896 0.012870 10.0.0.242 - - [2026-01-08 04:13:11] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.242 - - [2026-01-08 04:13:18] "POST /neutron/port HTTP/1.1" 200 1125 0.017250 10.0.0.242 - - [2026-01-08 04:13:18] "POST /neutron/subnet HTTP/1.1" 200 646 0.009933 10.0.0.50 - - [2026-01-08 04:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.50 - - [2026-01-08 04:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.27 - - [2026-01-08 04:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.27 - - [2026-01-08 04:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.50 - - [2026-01-08 04:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000516 10.0.0.50 - - [2026-01-08 04:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000689 10.0.0.27 - - [2026-01-08 04:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000679 10.0.0.27 - - [2026-01-08 04:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000690 10.0.0.242 - - [2026-01-08 04:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.242 - - [2026-01-08 04:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.001042 10.0.0.242 - - [2026-01-08 04:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.242 - - [2026-01-08 04:13:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.50 - - [2026-01-08 04:13:55] "GET /obj-perms HTTP/1.1" 200 5075 0.059367 10.0.0.242 - - [2026-01-08 04:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.039300 10.0.0.242 - - [2026-01-08 04:14:13] "POST /neutron/port HTTP/1.1" 200 1125 0.057419 10.0.0.242 - - [2026-01-08 04:14:13] "POST /neutron/port HTTP/1.1" 200 1125 0.019945 10.0.0.242 - - [2026-01-08 04:14:13] "POST /neutron/network HTTP/1.1" 200 896 0.007976 10.0.0.242 - - [2026-01-08 04:14:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003978 10.0.0.242 - - [2026-01-08 04:14:13] "POST /neutron/subnet HTTP/1.1" 200 646 0.011382 10.0.0.242 - - [2026-01-08 04:14:13] "POST /neutron/port HTTP/1.1" 200 117 0.001482 10.0.0.242 - - [2026-01-08 04:14:13] "POST /neutron/network HTTP/1.1" 200 886 0.010815 10.0.0.242 - - [2026-01-08 04:14:18] "POST /neutron/network HTTP/1.1" 200 896 0.047670 10.0.0.242 - - [2026-01-08 04:14:18] "POST /neutron/port HTTP/1.1" 200 117 0.001314 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Jan 8 04:14:39 AM UTC 2026 ===================' INFO: =================== Thu Jan 8 04:14:39 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ 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.242,10.0.0.50,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.242:8081 10.0.0.50:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.242:8081 10.0.0.50:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.242:8081 10.0.0.50:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.242:9042 10.0.0.50:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.242:9042 10.0.0.50:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.242:9042 10.0.0.50:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.242:8086 10.0.0.50:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.242:8086 10.0.0.50:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.242:8086 10.0.0.50:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.242:8082 10.0.0.50:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.242:8082 10.0.0.50:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.242:8082 10.0.0.50:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.242:9161 10.0.0.50:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.242:9161 10.0.0.50:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.242:9161 10.0.0.50:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.242:2181,10.0.0.50:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.242:2181,10.0.0.50:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.242:2181,10.0.0.50:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.242:2181 10.0.0.50:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.242:2181 10.0.0.50:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.242:2181 10.0.0.50:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.242:5673,10.0.0.50:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.242:5673,10.0.0.50:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.242:5673,10.0.0.50:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.242:6379 10.0.0.50:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.242:6379 10.0.0.50:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.242:6379 10.0.0.50:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.242:9092 10.0.0.50:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.242:9092 10.0.0.50:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.242:9092 10.0.0.50:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.242 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.242,10.0.0.50,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.242 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.242 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.242,10.0.0.50,10.0.0.27 +++ local servers=10.0.0.242,10.0.0.50,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ uniq ++++ sort +++ local local_ips=,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.27,10.20.0.193,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' + 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: 01/08/2026 04:14:47.864 7fbdeee43380 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/08/2026 04:14:48.015 7fbdeee43380 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/08/2026 04:14:48.028 7fbdeee43380 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/08/2026 04:14:48.028 7fbdeee43380 [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.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2026-01-08 04:14:48] "GET / HTTP/1.1" 503 181 0.000242 10.0.0.27 - - [2026-01-08 04:14:48] "GET / HTTP/1.1" 503 181 0.000151 [Introspect:8084]10.0.0.242 - - [2026-01-08 04:14:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.001773 10.0.0.27 - - [2026-01-08 04:14:49] "GET / HTTP/1.1" 200 45871 0.001394 10.0.0.27 - - [2026-01-08 04:14:49] "GET / HTTP/1.1" 200 45871 0.001194 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.27 - - [2026-01-08 04:14:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000534 10.0.0.27 - - [2026-01-08 04:14:49] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000252 10.0.0.27 - - [2026-01-08 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.639185 10.0.0.27 - - [2026-01-08 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.27 - - [2026-01-08 04:14:50] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.358436 10.0.0.27 - - [2026-01-08 04:14:50] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003376 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.27 - - [2026-01-08 04:14:51] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000978 10.0.0.27 - - [2026-01-08 04:14:51] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.037714 10.0.0.27 - - [2026-01-08 04:14:51] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000949 10.0.0.27 - - [2026-01-08 04:14:51] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?fields=security_groups HTTP/1.1" 200 1089 0.038858 10.0.0.27 - - [2026-01-08 04:14:51] "GET /projects?obj_uuids=e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000975 10.0.0.27 - - [2026-01-08 04:14:51] "GET /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2?fields=application_policy_sets HTTP/1.1" 200 1382 0.035761 10.0.0.27 - - [2026-01-08 04:14:51] "DELETE /project/e3fa798d-9e5a-4c3e-8d53-53ea44aaadc2 HTTP/1.1" 409 278 0.215694 [Introspect:8084]10.0.0.242 - - [2026-01-08 04:14:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001179 [Introspect:8084]10.0.0.242 - - [2026-01-08 04:14:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001520 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.242 - - [2026-01-08 04:14:56] "GET /obj-perms HTTP/1.1" 200 5051 0.757745 10.0.0.242 - - [2026-01-08 04:14:57] "GET /obj-perms HTTP/1.1" 200 5051 0.003951 10.0.0.242 - - [2026-01-08 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.027604 10.0.0.27 - - [2026-01-08 04:14:57] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.242 - - [2026-01-08 04:14:57] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072259 10.0.0.242 - - [2026-01-08 04:14:57] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003693 10.0.0.242 - - [2026-01-08 04:14:57] "POST /virtual-networks HTTP/1.1" 200 546 0.081042 10.0.0.242 - - [2026-01-08 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.242 - - [2026-01-08 04:14:57] "GET /network-ipam/63e4ed6a-b85c-4fe9-8fb5-3ab57ea059d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004844 10.0.0.27 - - [2026-01-08 04:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.009311 10.0.0.242 - - [2026-01-08 04:14:57] "POST /ref-update HTTP/1.1" 200 156 0.083125 10.0.0.242 - - [2026-01-08 04:14:58] "POST /neutron/network HTTP/1.1" 200 809 0.036863 10.0.0.242 - - [2026-01-08 04:14:58] "GET /virtual-network/b2c4637d-c0c2-4a63-bfbf-3b88442a2351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005773 10.0.0.242 - - [2026-01-08 04:14:58] "POST /ref-update HTTP/1.1" 200 156 0.074040 10.0.0.242 - - [2026-01-08 04:14:58] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006150 10.0.0.242 - - [2026-01-08 04:14:58] "GET /obj-perms HTTP/1.1" 200 5051 0.004078 10.0.0.27 - - [2026-01-08 04:14:58] "GET /obj-perms HTTP/1.1" 200 5051 0.062193 10.0.0.242 - - [2026-01-08 04:14:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001471 10.0.0.242 - - [2026-01-08 04:14:58] "POST /neutron/port HTTP/1.1" 200 2098 0.031613 10.0.0.27 - - [2026-01-08 04:14:59] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001043 10.0.0.242 - - [2026-01-08 04:14:59] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076344 10.0.0.242 - - [2026-01-08 04:14:59] "POST /neutron/network HTTP/1.1" 200 886 0.041869 10.0.0.242 - - [2026-01-08 04:15:00] "POST /neutron/port HTTP/1.1" 200 117 0.008543 10.0.0.27 - - [2026-01-08 04:15:00] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001029 10.0.0.242 - - [2026-01-08 04:15:00] "POST /neutron/port HTTP/1.1" 200 1061 0.299891 10.0.0.242 - - [2026-01-08 04:15:01] "POST /neutron/port HTTP/1.1" 200 1115 0.170924 10.0.0.242 - - [2026-01-08 04:15:01] "POST /neutron/subnet HTTP/1.1" 200 646 0.010029 10.0.0.242 - - [2026-01-08 04:15:05] "POST /neutron/port HTTP/1.1" 200 1125 0.017164 10.0.0.242 - - [2026-01-08 04:15:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008850 10.0.0.242 - - [2026-01-08 04:15:05] "POST /neutron/port HTTP/1.1" 200 1125 0.016812 10.0.0.242 - - [2026-01-08 04:15:05] "GET /virtual-machine/3ccd4e7c-8b0d-45ad-ac7e-e9415f760549 HTTP/1.1" 200 1293 0.033268 10.0.0.242 - - [2026-01-08 04:15:05] "GET /virtual-machine/3ccd4e7c-8b0d-45ad-ac7e-e9415f760549 HTTP/1.1" 200 1293 0.003677 10.0.0.242 - - [2026-01-08 04:15:05] "GET /virtual-machine-interface/94b903af-550d-49e7-aefe-5d9235ab3e09 HTTP/1.1" 200 2950 0.004948 10.0.0.242 - - [2026-01-08 04:15:05] "GET /virtual-machine/3ccd4e7c-8b0d-45ad-ac7e-e9415f760549 HTTP/1.1" 200 1293 0.003678 10.0.0.242 - - [2026-01-08 04:15:05] "GET /virtual-machine-interface/94b903af-550d-49e7-aefe-5d9235ab3e09 HTTP/1.1" 200 2950 0.006350 10.0.0.242 - - [2026-01-08 04:15:05] "GET /instance-ip/49961336-d2e1-4f18-81ad-6391c2113249 HTTP/1.1" 200 1622 0.006700 10.0.0.242 - - [2026-01-08 04:15:05] "GET /virtual-machine/3ccd4e7c-8b0d-45ad-ac7e-e9415f760549 HTTP/1.1" 200 1293 0.004132 10.0.0.242 - - [2026-01-08 04:15:05] "GET /virtual-machine-interface/94b903af-550d-49e7-aefe-5d9235ab3e09 HTTP/1.1" 200 2950 0.005442 10.0.0.242 - - [2026-01-08 04:15:05] "GET /instance-ip/49961336-d2e1-4f18-81ad-6391c2113249 HTTP/1.1" 200 1622 0.004082 10.0.0.242 - - [2026-01-08 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.242 - - [2026-01-08 04:15:05] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004066 10.0.0.242 - - [2026-01-08 04:15:05] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003119 10.0.0.242 - - [2026-01-08 04:15:05] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006862 10.0.0.242 - - [2026-01-08 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.242 - - [2026-01-08 04:15:05] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004756 10.0.0.242 - - [2026-01-08 04:15:05] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003042 10.0.0.242 - - [2026-01-08 04:15:05] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006523 10.0.0.242 - - [2026-01-08 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.242 - - [2026-01-08 04:15:05] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005277 10.0.0.242 - - [2026-01-08 04:15:05] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003843 10.0.0.242 - - [2026-01-08 04:15:06] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005874 10.0.0.242 - - [2026-01-08 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.242 - - [2026-01-08 04:15:06] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004716 10.0.0.242 - - [2026-01-08 04:15:06] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003888 10.0.0.242 - - [2026-01-08 04:15:06] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006269 10.0.0.242 - - [2026-01-08 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.242 - - [2026-01-08 04:15:06] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004632 10.0.0.242 - - [2026-01-08 04:15:06] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004084 10.0.0.242 - - [2026-01-08 04:15:06] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006337 10.0.0.242 - - [2026-01-08 04:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.242 - - [2026-01-08 04:15:09] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005279 10.0.0.242 - - [2026-01-08 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.242 - - [2026-01-08 04:15:13] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007072 10.0.0.242 - - [2026-01-08 04:15:14] "POST /neutron/port HTTP/1.1" 200 1125 0.046729 10.0.0.242 - - [2026-01-08 04:15:14] "POST /neutron/subnet HTTP/1.1" 200 646 0.011132 10.0.0.242 - - [2026-01-08 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.242 - - [2026-01-08 04:15:17] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005639 10.0.0.242 - - [2026-01-08 04:15:19] "POST /neutron/port HTTP/1.1" 200 1125 0.017676 10.0.0.242 - - [2026-01-08 04:15:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004129 10.0.0.242 - - [2026-01-08 04:15:19] "POST /neutron/network HTTP/1.1" 200 886 0.007544 10.0.0.242 - - [2026-01-08 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.242 - - [2026-01-08 04:15:21] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005842 10.0.0.242 - - [2026-01-08 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.242 - - [2026-01-08 04:15:25] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005151 10.0.0.242 - - [2026-01-08 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.242 - - [2026-01-08 04:15:29] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007129 10.0.0.242 - - [2026-01-08 04:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979 10.0.0.242 - - [2026-01-08 04:15:33] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005414 10.0.0.242 - - [2026-01-08 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.242 - - [2026-01-08 04:15:38] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005186 10.0.0.242 - - [2026-01-08 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.242 - - [2026-01-08 04:15:42] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003263 10.0.0.242 - - [2026-01-08 04:15:42] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002845 10.0.0.242 - - [2026-01-08 04:15:42] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006756 10.0.0.242 - - [2026-01-08 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.242 - - [2026-01-08 04:15:42] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003865 10.0.0.242 - - [2026-01-08 04:15:42] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003462 10.0.0.242 - - [2026-01-08 04:15:42] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006110 10.0.0.242 - - [2026-01-08 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.242 - - [2026-01-08 04:15:42] "GET /routing-instance/2631ccc0-6bbb-4af2-8737-fe59de17237a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005813 10.0.0.242 - - [2026-01-08 04:15:42] "GET /route-target/dcf54a2f-ef13-4fe8-8223-20707fbc5efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004223 10.0.0.242 - - [2026-01-08 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.242 - - [2026-01-08 04:15:42] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004044 10.0.0.242 - - [2026-01-08 04:15:42] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002988 10.0.0.242 - - [2026-01-08 04:15:42] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008485 10.0.0.242 - - [2026-01-08 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.242 - - [2026-01-08 04:15:42] "GET /routing-instance/2631ccc0-6bbb-4af2-8737-fe59de17237a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004899 10.0.0.242 - - [2026-01-08 04:15:42] "GET /route-target/dcf54a2f-ef13-4fe8-8223-20707fbc5efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004500 10.0.0.242 - - [2026-01-08 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.242 - - [2026-01-08 04:15:42] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004111 10.0.0.242 - - [2026-01-08 04:15:42] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003287 10.0.0.242 - - [2026-01-08 04:15:42] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007444 10.0.0.242 - - [2026-01-08 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.242 - - [2026-01-08 04:15:42] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004627 10.0.0.242 - - [2026-01-08 04:15:42] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004979 10.0.0.242 - - [2026-01-08 04:15:43] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006783 10.0.0.242 - - [2026-01-08 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.242 - - [2026-01-08 04:15:43] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004578 10.0.0.242 - - [2026-01-08 04:15:43] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003013 10.0.0.242 - - [2026-01-08 04:15:43] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007288 10.0.0.242 - - [2026-01-08 04:15:43] "GET /obj-perms HTTP/1.1" 200 5051 0.004303 10.0.0.27 - - [2026-01-08 04:15:43] "GET /obj-perms HTTP/1.1" 200 5051 0.003784 10.0.0.50 - - [2026-01-08 04:15:43] "GET /obj-perms HTTP/1.1" 200 5051 0.070355 10.0.0.242 - - [2026-01-08 04:15:43] "GET /obj-perms HTTP/1.1" 200 5051 0.004256 10.0.0.242 - - [2026-01-08 04:15:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001362 10.0.0.242 - - [2026-01-08 04:15:44] "POST /neutron/network HTTP/1.1" 200 896 0.007364 10.0.0.27 - - [2026-01-08 04:15:44] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.242 - - [2026-01-08 04:15:44] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.073372 10.0.0.242 - - [2026-01-08 04:15:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013744 10.0.0.242 - - [2026-01-08 04:15:45] "POST /neutron/network HTTP/1.1" 200 896 0.006877 10.0.0.242 - - [2026-01-08 04:15:45] "POST /neutron/port HTTP/1.1" 200 1061 0.020609 10.0.0.242 - - [2026-01-08 04:15:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004697 10.0.0.242 - - [2026-01-08 04:15:46] "POST /neutron/network HTTP/1.1" 200 886 0.007123 10.0.0.242 - - [2026-01-08 04:15:50] "POST /neutron/port HTTP/1.1" 200 1125 0.018812 10.0.0.242 - - [2026-01-08 04:15:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008004 10.0.0.242 - - [2026-01-08 04:15:50] "GET /virtual-machine/c99ba16c-34aa-4cc1-9925-d5b22a96d930 HTTP/1.1" 200 1294 0.006463 10.0.0.242 - - [2026-01-08 04:15:50] "GET /virtual-machine/c99ba16c-34aa-4cc1-9925-d5b22a96d930 HTTP/1.1" 200 1294 0.003945 10.0.0.242 - - [2026-01-08 04:15:50] "GET /virtual-machine-interface/6acf28ac-8481-449e-9441-0856a8872753 HTTP/1.1" 200 2949 0.005109 10.0.0.242 - - [2026-01-08 04:15:50] "GET /virtual-machine/c99ba16c-34aa-4cc1-9925-d5b22a96d930 HTTP/1.1" 200 1294 0.003853 10.0.0.242 - - [2026-01-08 04:15:50] "GET /virtual-machine-interface/6acf28ac-8481-449e-9441-0856a8872753 HTTP/1.1" 200 2949 0.005269 10.0.0.242 - - [2026-01-08 04:15:50] "GET /instance-ip/ef2e1f7a-b7f3-4e5a-b27f-f6c8a135d2a7 HTTP/1.1" 200 1624 0.005871 10.0.0.242 - - [2026-01-08 04:15:50] "GET /virtual-machine/c99ba16c-34aa-4cc1-9925-d5b22a96d930 HTTP/1.1" 200 1294 0.003556 10.0.0.242 - - [2026-01-08 04:15:50] "GET /virtual-machine-interface/6acf28ac-8481-449e-9441-0856a8872753 HTTP/1.1" 200 2949 0.005399 10.0.0.242 - - [2026-01-08 04:15:50] "GET /instance-ip/ef2e1f7a-b7f3-4e5a-b27f-f6c8a135d2a7 HTTP/1.1" 200 1624 0.004423 10.0.0.242 - - [2026-01-08 04:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.242 - - [2026-01-08 04:15:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003702 10.0.0.242 - - [2026-01-08 04:15:50] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003479 10.0.0.242 - - [2026-01-08 04:15:50] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005697 10.0.0.242 - - [2026-01-08 04:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.242 - - [2026-01-08 04:15:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004763 10.0.0.242 - - [2026-01-08 04:15:50] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003565 10.0.0.242 - - [2026-01-08 04:15:50] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006362 10.0.0.242 - - [2026-01-08 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.242 - - [2026-01-08 04:15:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005751 10.0.0.242 - - [2026-01-08 04:15:51] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006061 10.0.0.242 - - [2026-01-08 04:15:51] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006620 10.0.0.242 - - [2026-01-08 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.242 - - [2026-01-08 04:15:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004183 10.0.0.242 - - [2026-01-08 04:15:51] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003596 10.0.0.242 - - [2026-01-08 04:15:51] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007265 10.0.0.242 - - [2026-01-08 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.242 - - [2026-01-08 04:15:51] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005344 10.0.0.242 - - [2026-01-08 04:15:51] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003227 10.0.0.242 - - [2026-01-08 04:15:51] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006080 10.0.0.242 - - [2026-01-08 04:15:51] "POST /neutron/port HTTP/1.1" 200 1125 0.046545 10.0.0.242 - - [2026-01-08 04:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.242 - - [2026-01-08 04:15:54] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007057 10.0.0.242 - - [2026-01-08 04:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005998 10.0.0.242 - - [2026-01-08 04:15:58] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007035 10.0.0.242 - - [2026-01-08 04:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.242 - - [2026-01-08 04:16:02] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006094 10.0.0.242 - - [2026-01-08 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.242 - - [2026-01-08 04:16:06] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005844 10.0.0.242 - - [2026-01-08 04:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.242 - - [2026-01-08 04:16:10] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007027 10.0.0.242 - - [2026-01-08 04:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.242 - - [2026-01-08 04:16:14] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006648 10.0.0.242 - - [2026-01-08 04:16:15] "POST /neutron/port HTTP/1.1" 200 1125 0.025188 10.0.0.242 - - [2026-01-08 04:16:15] "POST /neutron/subnet HTTP/1.1" 200 646 0.010335 10.0.0.242 - - [2026-01-08 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.242 - - [2026-01-08 04:16:19] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005404 10.0.0.242 - - [2026-01-08 04:16:20] "POST /neutron/port HTTP/1.1" 200 1125 0.020869 10.0.0.242 - - [2026-01-08 04:16:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004094 10.0.0.242 - - [2026-01-08 04:16:20] "POST /neutron/network HTTP/1.1" 200 886 0.008434 10.0.0.242 - - [2026-01-08 04:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.242 - - [2026-01-08 04:16:23] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005471 10.0.0.242 - - [2026-01-08 04:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.242 - - [2026-01-08 04:16:27] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005599 10.0.0.242 - - [2026-01-08 04:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.242 - - [2026-01-08 04:16:29] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004199 10.0.0.242 - - [2026-01-08 04:16:29] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003531 10.0.0.242 - - [2026-01-08 04:16:29] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007538 10.0.0.242 - - [2026-01-08 04:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.242 - - [2026-01-08 04:16:29] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003938 10.0.0.242 - - [2026-01-08 04:16:29] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003111 10.0.0.242 - - [2026-01-08 04:16:29] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006467 10.0.0.242 - - [2026-01-08 04:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.242 - - [2026-01-08 04:16:29] "GET /routing-instance/949bc08f-b529-40db-a990-ea43fe3202b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.006026 10.0.0.242 - - [2026-01-08 04:16:29] "GET /route-target/f7a34337-df9b-444a-8d7d-50a5b485e23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004999 10.0.0.242 - - [2026-01-08 04:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.242 - - [2026-01-08 04:16:29] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004816 10.0.0.242 - - [2026-01-08 04:16:29] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003758 10.0.0.242 - - [2026-01-08 04:16:29] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006410 10.0.0.242 - - [2026-01-08 04:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.242 - - [2026-01-08 04:16:29] "GET /routing-instance/949bc08f-b529-40db-a990-ea43fe3202b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005160 10.0.0.242 - - [2026-01-08 04:16:29] "GET /route-target/f7a34337-df9b-444a-8d7d-50a5b485e23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004034 10.0.0.242 - - [2026-01-08 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.242 - - [2026-01-08 04:16:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004146 10.0.0.242 - - [2026-01-08 04:16:30] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003416 10.0.0.242 - - [2026-01-08 04:16:30] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006224 10.0.0.242 - - [2026-01-08 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.242 - - [2026-01-08 04:16:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007574 10.0.0.242 - - [2026-01-08 04:16:30] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003188 10.0.0.242 - - [2026-01-08 04:16:30] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009249 10.0.0.242 - - [2026-01-08 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.242 - - [2026-01-08 04:16:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005064 10.0.0.242 - - [2026-01-08 04:16:30] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003754 10.0.0.242 - - [2026-01-08 04:16:30] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008258 10.0.0.27 - - [2026-01-08 04:16:30] "GET /obj-perms HTTP/1.1" 200 5051 0.004461 10.0.0.242 - - [2026-01-08 04:16:30] "GET /obj-perms HTTP/1.1" 200 5051 0.003669 10.0.0.242 - - [2026-01-08 04:16:30] "GET /obj-perms HTTP/1.1" 200 5051 0.004112 10.0.0.242 - - [2026-01-08 04:16:30] "GET /obj-perms HTTP/1.1" 200 5051 0.004288 10.0.0.50 - - [2026-01-08 04:16:30] "GET /obj-perms HTTP/1.1" 200 5051 0.003878 10.0.0.27 - - [2026-01-08 04:16:30] "GET /obj-perms HTTP/1.1" 200 5051 0.004205 10.0.0.242 - - [2026-01-08 04:16:30] "GET /virtual-machine/3ccd4e7c-8b0d-45ad-ac7e-e9415f760549 HTTP/1.1" 200 1293 0.004000 10.0.0.242 - - [2026-01-08 04:16:30] "GET /virtual-machine-interface/94b903af-550d-49e7-aefe-5d9235ab3e09 HTTP/1.1" 200 2950 0.006761 10.0.0.242 - - [2026-01-08 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.242 - - [2026-01-08 04:16:30] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004842 10.0.0.242 - - [2026-01-08 04:16:30] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003216 10.0.0.242 - - [2026-01-08 04:16:30] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006000 10.0.0.242 - - [2026-01-08 04:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.242 - - [2026-01-08 04:16:32] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003610 10.0.0.242 - - [2026-01-08 04:16:32] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004370 10.0.0.242 - - [2026-01-08 04:16:32] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006058 10.0.0.242 - - [2026-01-08 04:16:32] "GET /virtual-machine/c99ba16c-34aa-4cc1-9925-d5b22a96d930 HTTP/1.1" 200 1294 0.004057 10.0.0.242 - - [2026-01-08 04:16:32] "GET /virtual-machine-interface/6acf28ac-8481-449e-9441-0856a8872753 HTTP/1.1" 200 2949 0.005594 10.0.0.242 - - [2026-01-08 04:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.242 - - [2026-01-08 04:16:32] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003885 10.0.0.242 - - [2026-01-08 04:16:32] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.008820 10.0.0.242 - - [2026-01-08 04:16:32] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006201 10.0.0.242 - - [2026-01-08 04:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.242 - - [2026-01-08 04:16:33] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004385 10.0.0.242 - - [2026-01-08 04:16:33] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002958 10.0.0.242 - - [2026-01-08 04:16:33] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005694 10.0.0.242 - - [2026-01-08 04:16:38] "POST /neutron/port HTTP/1.1" 200 1125 0.021613 10.0.0.242 - - [2026-01-08 04:16:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006820 10.0.0.242 - - [2026-01-08 04:16:49] "POST /neutron/port HTTP/1.1" 200 1125 0.019649 10.0.0.242 - - [2026-01-08 04:17:16] "POST /neutron/port HTTP/1.1" 200 1125 0.017099 10.0.0.242 - - [2026-01-08 04:17:16] "POST /neutron/subnet HTTP/1.1" 200 646 0.010188 10.0.0.242 - - [2026-01-08 04:17:21] "POST /neutron/port HTTP/1.1" 200 1125 0.018664 10.0.0.242 - - [2026-01-08 04:17:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004322 10.0.0.242 - - [2026-01-08 04:17:21] "POST /neutron/network HTTP/1.1" 200 886 0.008419 10.0.0.242 - - [2026-01-08 04:17:35] "GET /virtual-machine/c99ba16c-34aa-4cc1-9925-d5b22a96d930 HTTP/1.1" 200 1294 0.004334 10.0.0.242 - - [2026-01-08 04:17:36] "POST /neutron/port HTTP/1.1" 200 151 0.173309 10.0.0.242 - - [2026-01-08 04:17:37] "GET /virtual-machine/c99ba16c-34aa-4cc1-9925-d5b22a96d930 HTTP/1.1" 404 171 0.003538 10.0.0.242 - - [2026-01-08 04:17:37] "GET /virtual-machine/c99ba16c-34aa-4cc1-9925-d5b22a96d930 HTTP/1.1" 404 171 0.061723 10.0.0.242 - - [2026-01-08 04:17:37] "GET /virtual-machine/c99ba16c-34aa-4cc1-9925-d5b22a96d930 HTTP/1.1" 404 171 0.003718 10.0.0.242 - - [2026-01-08 04:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.242 - - [2026-01-08 04:17:38] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004063 10.0.0.242 - - [2026-01-08 04:17:38] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003040 10.0.0.242 - - [2026-01-08 04:17:38] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007566 10.0.0.242 - - [2026-01-08 04:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.242 - - [2026-01-08 04:17:38] "GET /routing-instance/949bc08f-b529-40db-a990-ea43fe3202b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004286 10.0.0.242 - - [2026-01-08 04:17:38] "GET /route-target/f7a34337-df9b-444a-8d7d-50a5b485e23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003906 10.0.0.242 - - [2026-01-08 04:17:38] "GET /obj-perms HTTP/1.1" 200 5051 0.004165 10.0.0.242 - - [2026-01-08 04:17:38] "GET /obj-perms HTTP/1.1" 200 5051 0.003872 10.0.0.242 - - [2026-01-08 04:17:38] "GET /virtual-machine/3ccd4e7c-8b0d-45ad-ac7e-e9415f760549 HTTP/1.1" 200 1293 0.006135 10.0.0.242 - - [2026-01-08 04:17:39] "POST /neutron/port HTTP/1.1" 200 151 0.165655 10.0.0.242 - - [2026-01-08 04:17:40] "GET /virtual-machine/3ccd4e7c-8b0d-45ad-ac7e-e9415f760549 HTTP/1.1" 404 171 0.003463 10.0.0.242 - - [2026-01-08 04:17:40] "GET /virtual-machine/3ccd4e7c-8b0d-45ad-ac7e-e9415f760549 HTTP/1.1" 404 171 0.003059 10.0.0.242 - - [2026-01-08 04:17:40] "GET /virtual-machine/3ccd4e7c-8b0d-45ad-ac7e-e9415f760549 HTTP/1.1" 404 171 0.003543 10.0.0.242 - - [2026-01-08 04:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.242 - - [2026-01-08 04:17:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003746 10.0.0.242 - - [2026-01-08 04:17:41] "GET /virtual-networks?parent_id=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002847 10.0.0.242 - - [2026-01-08 04:17:41] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005928 10.0.0.242 - - [2026-01-08 04:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.242 - - [2026-01-08 04:17:41] "GET /routing-instance/2631ccc0-6bbb-4af2-8737-fe59de17237a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004559 10.0.0.242 - - [2026-01-08 04:17:41] "GET /route-target/dcf54a2f-ef13-4fe8-8223-20707fbc5efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003742 10.0.0.50 - - [2026-01-08 04:17:41] "GET /obj-perms HTTP/1.1" 200 5051 0.004369 10.0.0.242 - - [2026-01-08 04:17:47] "GET /obj-perms HTTP/1.1" 200 5051 0.003707 10.0.0.50 - - [2026-01-08 04:17:47] "GET /obj-perms HTTP/1.1" 200 5051 0.004458 10.0.0.27 - - [2026-01-08 04:17:47] "GET /obj-perms HTTP/1.1" 200 5051 0.004076 10.0.0.27 - - [2026-01-08 04:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.009182 10.0.0.27 - - [2026-01-08 04:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002611 10.0.0.242 - - [2026-01-08 04:17:47] "DELETE /virtual-network/b2c4637d-c0c2-4a63-bfbf-3b88442a2351 HTTP/1.1" 200 115 0.110392 10.0.0.242 - - [2026-01-08 04:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.242 - - [2026-01-08 04:17:47] "GET /network-policy/b66df996-92df-4db2-ad29-3267c32ac052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004108 10.0.0.242 - - [2026-01-08 04:17:47] "POST /ref-update HTTP/1.1" 200 156 0.054827 10.0.0.242 - - [2026-01-08 04:17:47] "DELETE /access-control-list/f2a7306f-2da2-4d88-97a8-448fb91bfcc6 HTTP/1.1" 200 115 0.048441 10.0.0.242 - - [2026-01-08 04:17:47] "GET /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.021512 10.0.0.242 - - [2026-01-08 04:17:47] "DELETE /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377 HTTP/1.1" 409 248 0.020439 10.0.0.242 - - [2026-01-08 04:17:48] "POST /neutron/port HTTP/1.1" 200 1115 0.015620 10.0.0.242 - - [2026-01-08 04:17:48] "POST /neutron/port HTTP/1.1" 200 1115 0.025328 10.0.0.27 - - [2026-01-08 04:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003428 10.0.0.27 - - [2026-01-08 04:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003051 10.0.0.242 - - [2026-01-08 04:17:50] "DELETE /virtual-network/5f93f8d1-51cd-493b-a970-0e3ab83f1377 HTTP/1.1" 200 115 0.112645 10.0.0.242 - - [2026-01-08 04:17:50] "DELETE /route-target/f7a34337-df9b-444a-8d7d-50a5b485e23d HTTP/1.1" 200 115 0.032652 10.0.0.242 - - [2026-01-08 04:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.242 - - [2026-01-08 04:17:50] "GET /network-policy/86180606-53b4-4305-806c-fd4d2414aeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.003738 10.0.0.242 - - [2026-01-08 04:17:50] "POST /ref-update HTTP/1.1" 200 156 0.054085 10.0.0.242 - - [2026-01-08 04:17:50] "GET /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.008115 10.0.0.27 - - [2026-01-08 04:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.009982 10.0.0.27 - - [2026-01-08 04:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002599 10.0.0.242 - - [2026-01-08 04:17:50] "DELETE /virtual-network/3994d496-d43a-46ac-b568-b8376019f3d8 HTTP/1.1" 200 115 0.134619 10.0.0.242 - - [2026-01-08 04:17:50] "DELETE /route-target/dcf54a2f-ef13-4fe8-8223-20707fbc5efa HTTP/1.1" 200 115 0.027142 10.0.0.242 - - [2026-01-08 04:17:50] "DELETE /network-policy/b66df996-92df-4db2-ad29-3267c32ac052 HTTP/1.1" 200 115 0.034111 10.0.0.242 - - [2026-01-08 04:17:50] "DELETE /network-policy/86180606-53b4-4305-806c-fd4d2414aeb9 HTTP/1.1" 200 115 0.039971 10.0.0.242 - - [2026-01-08 04:17:59] "GET /obj-perms HTTP/1.1" 200 5075 0.051170 10.0.0.50 - - [2026-01-08 04:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.27 - - [2026-01-08 04:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.50 - - [2026-01-08 04:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.27 - - [2026-01-08 04:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.27 - - [2026-01-08 04:18:18] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001664 10.0.0.242 - - [2026-01-08 04:18:18] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075620 10.0.0.27 - - [2026-01-08 04:18:18] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001544 10.0.0.242 - - [2026-01-08 04:18:18] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?fields=virtual_networks HTTP/1.1" 200 1034 0.039646 10.0.0.27 - - [2026-01-08 04:18:18] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001416 10.0.0.242 - - [2026-01-08 04:18:18] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.041917 10.0.0.27 - - [2026-01-08 04:18:19] "GET /projects?obj_uuids=37b535a1-897e-41de-bc03-b246e39c9243&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001033 10.0.0.242 - - [2026-01-08 04:18:19] "GET /project/37b535a1-897e-41de-bc03-b246e39c9243?fields=security_groups HTTP/1.1" 200 1261 0.040626 10.0.0.50 - - [2026-01-08 04:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.50 - - [2026-01-08 04:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.242 - - [2026-01-08 04:18:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.025856 10.0.0.27 - - [2026-01-08 04:18:20] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003504 10.0.0.27 - - [2026-01-08 04:18:20] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.27 - - [2026-01-08 04:18:20] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008053 10.0.0.27 - - [2026-01-08 04:18:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.003648 10.0.0.27 - - [2026-01-08 04:18:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.006898 10.0.0.27 - - [2026-01-08 04:18:20] "POST /security-groups HTTP/1.1" 200 591 0.077284 10.0.0.27 - - [2026-01-08 04:18:20] "POST /projects HTTP/1.1" 200 585 0.294981 10.0.0.242 - - [2026-01-08 04:18:20] "POST /fqname-to-id HTTP/1.1" 404 233 0.015175 10.0.0.27 - - [2026-01-08 04:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.371826 10.0.0.27 - - [2026-01-08 04:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000486 10.0.0.242 - - [2026-01-08 04:18:20] "GET /project/8e6369f1-9509-4f48-a9bf-252549d87980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.575401 10.0.0.27 - - [2026-01-08 04:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.242 - - [2026-01-08 04:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000644 10.0.0.242 - - [2026-01-08 04:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.242 - - [2026-01-08 04:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.242 - - [2026-01-08 04:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.242 - - [2026-01-08 04:18:21] "GET / HTTP/1.1" 200 35931 0.002248 10.0.0.242 - - [2026-01-08 04:18:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.242 - - [2026-01-08 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.059958 10.0.0.27 - - [2026-01-08 04:18:23] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001315 10.0.0.242 - - [2026-01-08 04:18:23] "GET /project/8e6369f1-9509-4f48-a9bf-252549d87980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.041720 10.0.0.242 - - [2026-01-08 04:18:24] "POST /neutron/network HTTP/1.1" 200 117 0.041027 10.0.0.242 - - [2026-01-08 04:18:24] "POST /ref-update HTTP/1.1" 200 156 0.030941 10.0.0.242 - - [2026-01-08 04:18:24] "POST /neutron/network HTTP/1.1" 200 825 0.011516 10.0.0.242 - - [2026-01-08 04:18:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001324 10.0.0.242 - - [2026-01-08 04:18:24] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008308 10.0.0.242 - - [2026-01-08 04:18:24] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008406 10.0.0.242 - - [2026-01-08 04:18:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.011068 10.0.0.242 - - [2026-01-08 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.27 - - [2026-01-08 04:18:24] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001151 10.0.0.242 - - [2026-01-08 04:18:24] "GET /project/8e6369f1-9509-4f48-a9bf-252549d87980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.047594 10.0.0.27 - - [2026-01-08 04:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.009983 10.0.0.242 - - [2026-01-08 04:18:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.229051 10.0.0.242 - - [2026-01-08 04:18:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001372 10.0.0.242 - - [2026-01-08 04:18:25] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005782 10.0.0.242 - - [2026-01-08 04:18:25] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006126 10.0.0.242 - - [2026-01-08 04:18:25] "POST /neutron/network HTTP/1.1" 200 824 0.008041 10.0.0.242 - - [2026-01-08 04:18:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001424 10.0.0.27 - - [2026-01-08 04:18:26] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.242 - - [2026-01-08 04:18:26] "GET /project/8e6369f1-9509-4f48-a9bf-252549d87980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.069345 10.0.0.242 - - [2026-01-08 04:18:26] "POST /neutron/network HTTP/1.1" 200 825 0.007344 10.0.0.242 - - [2026-01-08 04:18:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001321 10.0.0.242 - - [2026-01-08 04:18:26] "POST /neutron/port HTTP/1.1" 200 117 0.006714 10.0.0.27 - - [2026-01-08 04:18:27] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.242 - - [2026-01-08 04:18:27] "POST /neutron/port HTTP/1.1" 200 1061 0.303131 10.0.0.242 - - [2026-01-08 04:18:27] "POST /neutron/port HTTP/1.1" 200 1115 0.122585 10.0.0.242 - - [2026-01-08 04:18:27] "POST /neutron/subnet HTTP/1.1" 200 703 0.009026 10.0.0.27 - - [2026-01-08 04:18:27] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.242 - - [2026-01-08 04:18:27] "GET /project/8e6369f1-9509-4f48-a9bf-252549d87980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.081190 10.0.0.242 - - [2026-01-08 04:18:27] "POST /neutron/network HTTP/1.1" 200 824 0.006806 10.0.0.242 - - [2026-01-08 04:18:28] "POST /neutron/port HTTP/1.1" 200 117 0.007030 10.0.0.242 - - [2026-01-08 04:18:28] "POST /neutron/network HTTP/1.1" 200 834 0.007132 10.0.0.242 - - [2026-01-08 04:18:28] "POST /neutron/port HTTP/1.1" 200 1060 0.018691 10.0.0.242 - - [2026-01-08 04:18:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004720 10.0.0.242 - - [2026-01-08 04:18:29] "POST /neutron/network HTTP/1.1" 200 824 0.008062 10.0.0.242 - - [2026-01-08 04:18:33] "POST /neutron/port HTTP/1.1" 200 1125 0.021835 10.0.0.242 - - [2026-01-08 04:18:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009151 10.0.0.242 - - [2026-01-08 04:18:33] "GET /virtual-machine/18f91702-0b7f-4c5c-a65a-1c854acd3d79 HTTP/1.1" 401 293 0.000446 10.0.0.242 - - [2026-01-08 04:18:33] "GET /virtual-machine/18f91702-0b7f-4c5c-a65a-1c854acd3d79 HTTP/1.1" 200 1292 0.035587 10.0.0.242 - - [2026-01-08 04:18:33] "GET /virtual-machine-interface/ee7fb349-d159-4557-ac43-6e932b56d9e3 HTTP/1.1" 200 2942 0.006459 10.0.0.242 - - [2026-01-08 04:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.242 - - [2026-01-08 04:18:33] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003948 10.0.0.242 - - [2026-01-08 04:18:33] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002797 10.0.0.242 - - [2026-01-08 04:18:33] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006269 10.0.0.242 - - [2026-01-08 04:18:35] "DELETE /access-control-list/074c7d2d-4a79-48b8-ae9d-59a98d71c6af HTTP/1.1" 200 115 0.043963 10.0.0.242 - - [2026-01-08 04:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.242 - - [2026-01-08 04:18:37] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005449 10.0.0.242 - - [2026-01-08 04:18:37] "POST /neutron/port HTTP/1.1" 200 1124 0.021838 10.0.0.242 - - [2026-01-08 04:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.242 - - [2026-01-08 04:18:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004079 10.0.0.242 - - [2026-01-08 04:18:39] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003074 10.0.0.242 - - [2026-01-08 04:18:39] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005816 10.0.0.242 - - [2026-01-08 04:18:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007826 10.0.0.242 - - [2026-01-08 04:18:39] "POST /neutron/port HTTP/1.1" 200 1124 0.017665 10.0.0.242 - - [2026-01-08 04:18:39] "GET /virtual-machine/62e8ab7e-a3ae-43d9-8cfd-828dd5d392b3 HTTP/1.1" 200 1292 0.006620 10.0.0.242 - - [2026-01-08 04:18:39] "GET /virtual-machine-interface/c436834f-a45a-4430-9913-1b16f87a98f0 HTTP/1.1" 200 2942 0.005466 10.0.0.242 - - [2026-01-08 04:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.242 - - [2026-01-08 04:18:39] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004168 10.0.0.242 - - [2026-01-08 04:18:39] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003670 10.0.0.242 - - [2026-01-08 04:18:39] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007598 10.0.0.242 - - [2026-01-08 04:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.242 - - [2026-01-08 04:18:40] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003742 10.0.0.242 - - [2026-01-08 04:18:40] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003271 10.0.0.242 - - [2026-01-08 04:18:40] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007289 10.0.0.242 - - [2026-01-08 04:18:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008020 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-machine/18f91702-0b7f-4c5c-a65a-1c854acd3d79 HTTP/1.1" 200 1292 0.004097 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-machine-interface/ee7fb349-d159-4557-ac43-6e932b56d9e3 HTTP/1.1" 200 2942 0.005458 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-machine/18f91702-0b7f-4c5c-a65a-1c854acd3d79 HTTP/1.1" 200 1292 0.005128 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-machine-interface/ee7fb349-d159-4557-ac43-6e932b56d9e3 HTTP/1.1" 200 2942 0.006814 10.0.0.242 - - [2026-01-08 04:18:41] "GET /instance-ip/c20a2377-a0a9-4cfb-a4a7-8bc68eeb92b6 HTTP/1.1" 200 1622 0.007192 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-machine/18f91702-0b7f-4c5c-a65a-1c854acd3d79 HTTP/1.1" 200 1292 0.004699 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-machine-interface/ee7fb349-d159-4557-ac43-6e932b56d9e3 HTTP/1.1" 200 2942 0.006120 10.0.0.242 - - [2026-01-08 04:18:41] "GET /instance-ip/c20a2377-a0a9-4cfb-a4a7-8bc68eeb92b6 HTTP/1.1" 200 1622 0.004566 10.0.0.242 - - [2026-01-08 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.242 - - [2026-01-08 04:18:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003677 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002832 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006129 10.0.0.242 - - [2026-01-08 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.242 - - [2026-01-08 04:18:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005302 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002930 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006009 10.0.0.242 - - [2026-01-08 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005961 10.0.0.242 - - [2026-01-08 04:18:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004368 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003304 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006355 10.0.0.242 - - [2026-01-08 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.242 - - [2026-01-08 04:18:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004423 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003340 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005564 10.0.0.242 - - [2026-01-08 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.242 - - [2026-01-08 04:18:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004282 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002687 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005796 10.0.0.242 - - [2026-01-08 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.242 - - [2026-01-08 04:18:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003666 10.0.0.242 - - [2026-01-08 04:18:41] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003203 10.0.0.242 - - [2026-01-08 04:18:42] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007975 10.0.0.242 - - [2026-01-08 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.242 - - [2026-01-08 04:18:42] "GET /routing-instance/aef0135b-7e26-4488-82d0-900586ec6b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005239 10.0.0.242 - - [2026-01-08 04:18:42] "GET /route-target/a71b6788-ccd5-4086-b0ca-b81cb96d3d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005677 10.0.0.242 - - [2026-01-08 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.242 - - [2026-01-08 04:18:42] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004565 10.0.0.242 - - [2026-01-08 04:18:42] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003673 10.0.0.242 - - [2026-01-08 04:18:42] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006109 10.0.0.242 - - [2026-01-08 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.242 - - [2026-01-08 04:18:42] "GET /routing-instance/aef0135b-7e26-4488-82d0-900586ec6b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004947 10.0.0.242 - - [2026-01-08 04:18:42] "GET /route-target/a71b6788-ccd5-4086-b0ca-b81cb96d3d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004779 10.0.0.242 - - [2026-01-08 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.242 - - [2026-01-08 04:18:42] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004272 10.0.0.242 - - [2026-01-08 04:18:42] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002843 10.0.0.242 - - [2026-01-08 04:18:42] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005667 10.0.0.242 - - [2026-01-08 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.242 - - [2026-01-08 04:18:42] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005733 10.0.0.242 - - [2026-01-08 04:18:42] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004430 10.0.0.242 - - [2026-01-08 04:18:42] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006589 10.0.0.242 - - [2026-01-08 04:18:43] "GET /obj-perms HTTP/1.1" 200 5049 0.057935 10.0.0.27 - - [2026-01-08 04:18:43] "GET /obj-perms HTTP/1.1" 200 5049 0.057128 10.0.0.242 - - [2026-01-08 04:18:43] "GET /obj-perms HTTP/1.1" 200 5049 0.003935 10.0.0.242 - - [2026-01-08 04:18:43] "GET /obj-perms HTTP/1.1" 200 5049 0.003825 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-machine/62e8ab7e-a3ae-43d9-8cfd-828dd5d392b3 HTTP/1.1" 200 1292 0.005372 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-machine-interface/c436834f-a45a-4430-9913-1b16f87a98f0 HTTP/1.1" 200 2942 0.006567 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-machine/62e8ab7e-a3ae-43d9-8cfd-828dd5d392b3 HTTP/1.1" 200 1292 0.004955 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-machine-interface/c436834f-a45a-4430-9913-1b16f87a98f0 HTTP/1.1" 200 2942 0.006075 10.0.0.242 - - [2026-01-08 04:18:44] "GET /instance-ip/36767123-a8b2-4f7e-9e39-b00fe3527eb1 HTTP/1.1" 200 1620 0.007153 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-machine/62e8ab7e-a3ae-43d9-8cfd-828dd5d392b3 HTTP/1.1" 200 1292 0.004019 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-machine-interface/c436834f-a45a-4430-9913-1b16f87a98f0 HTTP/1.1" 200 2942 0.005862 10.0.0.242 - - [2026-01-08 04:18:44] "GET /instance-ip/36767123-a8b2-4f7e-9e39-b00fe3527eb1 HTTP/1.1" 200 1620 0.004306 10.0.0.242 - - [2026-01-08 04:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.242 - - [2026-01-08 04:18:44] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003485 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002644 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006649 10.0.0.242 - - [2026-01-08 04:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.242 - - [2026-01-08 04:18:44] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004335 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003199 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007304 10.0.0.242 - - [2026-01-08 04:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.242 - - [2026-01-08 04:18:44] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004942 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003908 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006257 10.0.0.242 - - [2026-01-08 04:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.242 - - [2026-01-08 04:18:44] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004251 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002904 10.0.0.242 - - [2026-01-08 04:18:44] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006584 10.0.0.242 - - [2026-01-08 04:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.242 - - [2026-01-08 04:18:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005019 10.0.0.242 - - [2026-01-08 04:18:45] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003839 10.0.0.242 - - [2026-01-08 04:18:45] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006455 10.0.0.242 - - [2026-01-08 04:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.242 - - [2026-01-08 04:18:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003642 10.0.0.242 - - [2026-01-08 04:18:45] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003343 10.0.0.242 - - [2026-01-08 04:18:45] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006317 10.0.0.242 - - [2026-01-08 04:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.242 - - [2026-01-08 04:18:45] "GET /routing-instance/787c8649-6371-428c-9784-1c57707e31aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005019 10.0.0.242 - - [2026-01-08 04:18:45] "GET /route-target/b625007e-14e2-4e5a-abe7-6f0aed059e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004152 10.0.0.242 - - [2026-01-08 04:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.242 - - [2026-01-08 04:18:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005154 10.0.0.242 - - [2026-01-08 04:18:45] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003099 10.0.0.242 - - [2026-01-08 04:18:45] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005786 10.0.0.242 - - [2026-01-08 04:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.242 - - [2026-01-08 04:18:45] "GET /routing-instance/787c8649-6371-428c-9784-1c57707e31aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005137 10.0.0.242 - - [2026-01-08 04:18:45] "GET /route-target/b625007e-14e2-4e5a-abe7-6f0aed059e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004212 10.0.0.242 - - [2026-01-08 04:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.242 - - [2026-01-08 04:18:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004514 10.0.0.242 - - [2026-01-08 04:18:45] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003736 10.0.0.242 - - [2026-01-08 04:18:45] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006305 10.0.0.242 - - [2026-01-08 04:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.242 - - [2026-01-08 04:18:45] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004415 10.0.0.242 - - [2026-01-08 04:18:45] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003975 10.0.0.242 - - [2026-01-08 04:18:46] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005971 10.0.0.27 - - [2026-01-08 04:18:46] "GET /obj-perms HTTP/1.1" 200 5049 0.003903 10.0.0.242 - - [2026-01-08 04:18:46] "GET /obj-perms HTTP/1.1" 200 5049 0.003575 10.0.0.50 - - [2026-01-08 04:18:46] "GET /obj-perms HTTP/1.1" 200 5049 0.076782 10.0.0.242 - - [2026-01-08 04:18:46] "GET /obj-perms HTTP/1.1" 200 5049 0.004007 10.0.0.27 - - [2026-01-08 04:18:51] "DELETE /project/8e6369f195094f48a9bf252549d87980 HTTP/1.1" 404 173 0.004085 10.0.0.27 - - [2026-01-08 04:18:51] "DELETE /project/37b535a1-897e-41de-bc03-b246e39c9243 HTTP/1.1" 404 177 0.003182 10.0.0.27 - - [2026-01-08 04:18:59] "GET /obj-perms HTTP/1.1" 200 5075 0.050912 10.0.0.242 - - [2026-01-08 04:19:08] "GET /virtual-machine/62e8ab7e-a3ae-43d9-8cfd-828dd5d392b3 HTTP/1.1" 200 1292 0.004703 10.0.0.242 - - [2026-01-08 04:19:09] "POST /neutron/port HTTP/1.1" 200 1124 0.018901 10.0.0.242 - - [2026-01-08 04:19:10] "GET /virtual-machine/62e8ab7e-a3ae-43d9-8cfd-828dd5d392b3 HTTP/1.1" 404 171 0.004519 10.0.0.242 - - [2026-01-08 04:19:10] "GET /virtual-machine/62e8ab7e-a3ae-43d9-8cfd-828dd5d392b3 HTTP/1.1" 404 171 0.003406 10.0.0.242 - - [2026-01-08 04:19:10] "GET /virtual-machine/62e8ab7e-a3ae-43d9-8cfd-828dd5d392b3 HTTP/1.1" 404 171 0.002501 10.0.0.242 - - [2026-01-08 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.242 - - [2026-01-08 04:19:11] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004786 10.0.0.242 - - [2026-01-08 04:19:11] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004163 10.0.0.242 - - [2026-01-08 04:19:11] "GET /virtual-network/b34192a1-4ad1-4f6c-818b-3db2e5cb48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010324 10.0.0.242 - - [2026-01-08 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.242 - - [2026-01-08 04:19:11] "GET /routing-instance/787c8649-6371-428c-9784-1c57707e31aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005298 10.0.0.242 - - [2026-01-08 04:19:11] "GET /route-target/b625007e-14e2-4e5a-abe7-6f0aed059e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005085 10.0.0.242 - - [2026-01-08 04:19:11] "GET /obj-perms HTTP/1.1" 200 5049 0.004217 10.0.0.50 - - [2026-01-08 04:19:11] "GET /obj-perms HTTP/1.1" 200 5049 0.004951 10.0.0.242 - - [2026-01-08 04:19:17] "GET /obj-perms HTTP/1.1" 200 5049 0.004278 10.0.0.50 - - [2026-01-08 04:19:17] "GET /obj-perms HTTP/1.1" 200 5049 0.003822 10.0.0.242 - - [2026-01-08 04:19:17] "GET /virtual-machine/18f91702-0b7f-4c5c-a65a-1c854acd3d79 HTTP/1.1" 200 1292 0.004991 10.0.0.242 - - [2026-01-08 04:19:18] "POST /neutron/port HTTP/1.1" 200 1125 0.018613 10.0.0.242 - - [2026-01-08 04:19:19] "GET /virtual-machine/18f91702-0b7f-4c5c-a65a-1c854acd3d79 HTTP/1.1" 404 171 0.003266 10.0.0.242 - - [2026-01-08 04:19:19] "GET /virtual-machine/18f91702-0b7f-4c5c-a65a-1c854acd3d79 HTTP/1.1" 404 171 0.003454 10.0.0.242 - - [2026-01-08 04:19:19] "GET /virtual-machine/18f91702-0b7f-4c5c-a65a-1c854acd3d79 HTTP/1.1" 404 171 0.002931 10.0.0.242 - - [2026-01-08 04:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.242 - - [2026-01-08 04:19:19] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004566 10.0.0.242 - - [2026-01-08 04:19:19] "GET /virtual-networks?parent_id=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003289 10.0.0.242 - - [2026-01-08 04:19:19] "GET /virtual-network/aff93329-da8e-46f2-9a66-ed534f01984c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006413 10.0.0.242 - - [2026-01-08 04:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.242 - - [2026-01-08 04:19:19] "GET /routing-instance/aef0135b-7e26-4488-82d0-900586ec6b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004812 10.0.0.242 - - [2026-01-08 04:19:20] "GET /route-target/a71b6788-ccd5-4086-b0ca-b81cb96d3d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004677 10.0.0.242 - - [2026-01-08 04:19:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004048 10.0.0.242 - - [2026-01-08 04:19:26] "GET /obj-perms HTTP/1.1" 200 5049 0.005835 10.0.0.242 - - [2026-01-08 04:19:29] "GET /obj-perms HTTP/1.1" 200 5049 0.003624 10.0.0.242 - - [2026-01-08 04:19:35] "GET /obj-perms HTTP/1.1" 200 5049 0.005170 10.0.0.242 - - [2026-01-08 04:19:38] "GET /obj-perms HTTP/1.1" 200 5049 0.004304 10.0.0.242 - - [2026-01-08 04:19:38] "POST /neutron/network HTTP/1.1" 200 824 0.007048 10.0.0.242 - - [2026-01-08 04:19:38] "DELETE /route-target/b625007e-14e2-4e5a-abe7-6f0aed059e30 HTTP/1.1" 200 115 0.029216 10.0.0.27 - - [2026-01-08 04:19:39] "POST /useragent-kv HTTP/1.1" 200 115 0.009284 10.0.0.27 - - [2026-01-08 04:19:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002652 10.0.0.242 - - [2026-01-08 04:19:39] "POST /neutron/network HTTP/1.1" 200 151 0.128537 10.0.0.27 - - [2026-01-08 04:19:40] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.242 - - [2026-01-08 04:19:40] "GET /project/8e6369f1-9509-4f48-a9bf-252549d87980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.047637 10.0.0.27 - - [2026-01-08 04:19:40] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.242 - - [2026-01-08 04:19:40] "GET /project/8e6369f1-9509-4f48-a9bf-252549d87980?fields=virtual_networks HTTP/1.1" 200 1033 0.043839 10.0.0.27 - - [2026-01-08 04:19:40] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.242 - - [2026-01-08 04:19:40] "GET /project/8e6369f1-9509-4f48-a9bf-252549d87980?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.055076 10.0.0.27 - - [2026-01-08 04:19:40] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.242 - - [2026-01-08 04:19:40] "GET /project/8e6369f1-9509-4f48-a9bf-252549d87980?fields=security_groups HTTP/1.1" 200 1259 0.049384 10.0.0.242 - - [2026-01-08 04:19:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.040571 10.0.0.27 - - [2026-01-08 04:19:41] "GET /projects?obj_uuids=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003764 10.0.0.27 - - [2026-01-08 04:19:41] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.27 - - [2026-01-08 04:19:41] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008589 10.0.0.27 - - [2026-01-08 04:19:41] "POST /id-to-fqname HTTP/1.1" 200 198 0.003353 10.0.0.27 - - [2026-01-08 04:19:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.004957 10.0.0.27 - - [2026-01-08 04:19:42] "POST /security-groups HTTP/1.1" 200 599 0.080493 10.0.0.242 - - [2026-01-08 04:19:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.005567 10.0.0.27 - - [2026-01-08 04:19:42] "POST /projects HTTP/1.1" 200 601 0.281963 10.0.0.27 - - [2026-01-08 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.356619 10.0.0.242 - - [2026-01-08 04:19:42] "POST /access-control-lists HTTP/1.1" 200 602 0.027255 10.0.0.242 - - [2026-01-08 04:19:42] "GET /project/9e2f10d0-ebad-417a-9c22-ec83a514cc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.500536 10.0.0.242 - - [2026-01-08 04:19:43] "GET / HTTP/1.1" 200 35931 0.001968 10.0.0.242 - - [2026-01-08 04:19:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000634 10.0.0.242 - - [2026-01-08 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.073475 10.0.0.27 - - [2026-01-08 04:19:46] "GET /projects?obj_uuids=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.242 - - [2026-01-08 04:19:46] "GET /project/9e2f10d0-ebad-417a-9c22-ec83a514cc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051310 10.0.0.27 - - [2026-01-08 04:19:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006826 10.0.0.242 - - [2026-01-08 04:19:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.281941 10.0.0.242 - - [2026-01-08 04:19:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001355 10.0.0.242 - - [2026-01-08 04:19:47] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007548 10.0.0.242 - - [2026-01-08 04:19:47] "POST /neutron/network HTTP/1.1" 200 1005 0.008773 10.0.0.242 - - [2026-01-08 04:19:47] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005242 10.0.0.242 - - [2026-01-08 04:19:47] "POST /neutron/subnet HTTP/1.1" 200 823 0.008893 10.0.0.242 - - [2026-01-08 04:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007760 10.0.0.27 - - [2026-01-08 04:19:47] "GET /projects?obj_uuids=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001373 10.0.0.242 - - [2026-01-08 04:19:47] "GET /project/9e2f10d0-ebad-417a-9c22-ec83a514cc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041076 10.0.0.242 - - [2026-01-08 04:19:48] "POST /route-targets HTTP/1.1" 200 327 0.015986 10.0.0.27 - - [2026-01-08 04:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.013848 10.0.0.242 - - [2026-01-08 04:19:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.228761 10.0.0.242 - - [2026-01-08 04:19:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001923 10.0.0.242 - - [2026-01-08 04:19:48] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.010225 10.0.0.242 - - [2026-01-08 04:19:48] "POST /neutron/network HTTP/1.1" 200 1007 0.013680 10.0.0.242 - - [2026-01-08 04:19:48] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007706 10.0.0.242 - - [2026-01-08 04:19:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.010595 10.0.0.242 - - [2026-01-08 04:19:49] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007255 10.0.0.242 - - [2026-01-08 04:19:49] "GET /obj-perms HTTP/1.1" 200 5065 0.055146 10.0.0.27 - - [2026-01-08 04:19:50] "GET /obj-perms HTTP/1.1" 200 5065 0.073103 10.0.0.242 - - [2026-01-08 04:19:50] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006660 10.0.0.50 - - [2026-01-08 04:19:51] "GET /obj-perms HTTP/1.1" 200 5065 0.057479 10.0.0.242 - - [2026-01-08 04:19:51] "POST /neutron/subnet HTTP/1.1" 200 823 0.008714 10.0.0.242 - - [2026-01-08 04:19:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001288 10.0.0.27 - - [2026-01-08 04:19:51] "DELETE /project/9e2f10d0ebad417a9c22ec83a514cc27 HTTP/1.1" 404 173 0.041882 10.0.0.27 - - [2026-01-08 04:19:51] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.27 - - [2026-01-08 04:19:51] "GET /project/8e6369f1-9509-4f48-a9bf-252549d87980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.088295 10.0.0.27 - - [2026-01-08 04:19:51] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001315 10.0.0.27 - - [2026-01-08 04:19:51] "GET /project/8e6369f1-9509-4f48-a9bf-252549d87980?fields=security_groups HTTP/1.1" 200 1364 0.062618 10.0.0.27 - - [2026-01-08 04:19:51] "DELETE /security-group/c4990224-0577-4019-a888-7705bd6b040f HTTP/1.1" 200 115 0.045960 10.0.0.27 - - [2026-01-08 04:19:51] "GET /projects?obj_uuids=8e6369f1-9509-4f48-a9bf-252549d87980&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.27 - - [2026-01-08 04:19:51] "GET /project/8e6369f1-9509-4f48-a9bf-252549d87980?fields=application_policy_sets HTTP/1.1" 200 1403 0.059812 10.0.0.242 - - [2026-01-08 04:19:51] "DELETE /access-control-list/f3df5d7e-8c6c-4a82-b883-469a9fc03d85 HTTP/1.1" 200 115 0.042446 10.0.0.27 - - [2026-01-08 04:19:52] "DELETE /project/8e6369f1-9509-4f48-a9bf-252549d87980 HTTP/1.1" 200 115 0.502411 10.0.0.27 - - [2026-01-08 04:19:52] "GET /projects?obj_uuids=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.242 - - [2026-01-08 04:19:52] "GET /project/9e2f10d0-ebad-417a-9c22-ec83a514cc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.075077 10.0.0.242 - - [2026-01-08 04:19:52] "POST /neutron/port HTTP/1.1" 200 117 0.006505 10.0.0.242 - - [2026-01-08 04:19:53] "POST /neutron/network HTTP/1.1" 200 1015 0.010121 10.0.0.242 - - [2026-01-08 04:19:53] "POST /neutron/port HTTP/1.1" 200 1174 0.032620 10.0.0.242 - - [2026-01-08 04:19:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004063 10.0.0.242 - - [2026-01-08 04:19:53] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.242 - - [2026-01-08 04:19:57] "POST /neutron/port HTTP/1.1" 200 1238 0.018973 10.0.0.242 - - [2026-01-08 04:19:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009227 10.0.0.242 - - [2026-01-08 04:19:58] "GET /virtual-machine/9a32103b-9698-4898-98ae-449d0206580e HTTP/1.1" 401 293 0.000570 10.0.0.242 - - [2026-01-08 04:19:58] "GET /virtual-machine/9a32103b-9698-4898-98ae-449d0206580e HTTP/1.1" 200 1301 0.031911 10.0.0.242 - - [2026-01-08 04:19:58] "GET /virtual-machine-interface/06f4c72b-dcab-4252-8b1c-d2397a1b97cb HTTP/1.1" 200 3174 0.005203 10.0.0.242 - - [2026-01-08 04:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.242 - - [2026-01-08 04:19:58] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003548 10.0.0.242 - - [2026-01-08 04:19:58] "GET /virtual-networks?parent_id=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003363 10.0.0.242 - - [2026-01-08 04:19:58] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006174 10.0.0.242 - - [2026-01-08 04:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005397 10.0.0.242 - - [2026-01-08 04:20:01] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007849 10.0.0.242 - - [2026-01-08 04:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.242 - - [2026-01-08 04:20:05] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005744 10.0.0.242 - - [2026-01-08 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.242 - - [2026-01-08 04:20:09] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005461 10.0.0.242 - - [2026-01-08 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.242 - - [2026-01-08 04:20:13] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005544 10.0.0.242 - - [2026-01-08 04:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.242 - - [2026-01-08 04:20:17] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005365 10.0.0.242 - - [2026-01-08 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.242 - - [2026-01-08 04:20:22] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005503 10.0.0.242 - - [2026-01-08 04:20:23] "POST /neutron/port HTTP/1.1" 200 1238 0.046343 10.0.0.242 - - [2026-01-08 04:20:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004256 10.0.0.242 - - [2026-01-08 04:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.242 - - [2026-01-08 04:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.242 - - [2026-01-08 04:20:26] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005744 10.0.0.242 - - [2026-01-08 04:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.242 - - [2026-01-08 04:20:30] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005996 10.0.0.242 - - [2026-01-08 04:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.242 - - [2026-01-08 04:20:34] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003960 10.0.0.242 - - [2026-01-08 04:20:34] "GET /virtual-networks?parent_id=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003016 10.0.0.242 - - [2026-01-08 04:20:34] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007648 10.0.0.242 - - [2026-01-08 04:20:34] "POST /neutron/port HTTP/1.1" 200 1238 0.016895 10.0.0.242 - - [2026-01-08 04:20:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008037 10.0.0.242 - - [2026-01-08 04:20:44] "POST /neutron/port HTTP/1.1" 200 1238 0.021527 10.0.0.242 - - [2026-01-08 04:20:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010404 10.0.0.242 - - [2026-01-08 04:20:55] "POST /neutron/port HTTP/1.1" 200 1238 0.018581 10.0.0.242 - - [2026-01-08 04:20:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008937 10.0.0.242 - - [2026-01-08 04:20:55] "POST /neutron/network HTTP/1.1" 200 979 0.023912 10.0.0.242 - - [2026-01-08 04:20:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001631 10.0.0.242 - - [2026-01-08 04:20:55] "GET /virtual-machine/9a32103b-9698-4898-98ae-449d0206580e HTTP/1.1" 200 1301 0.003732 10.0.0.242 - - [2026-01-08 04:20:55] "GET /virtual-machine-interface/06f4c72b-dcab-4252-8b1c-d2397a1b97cb HTTP/1.1" 200 3174 0.005652 10.0.0.242 - - [2026-01-08 04:20:55] "GET /instance-ip/1361345c-b285-42a3-a42b-21a93b0691e5 HTTP/1.1" 200 1636 0.006184 10.0.0.242 - - [2026-01-08 04:20:55] "GET /instance-ip/7956c464-eb88-4910-a4dd-b21d2a7965ef HTTP/1.1" 200 1655 0.006295 10.0.0.242 - - [2026-01-08 04:20:55] "POST /fqname-to-id HTTP/1.1" 404 218 0.003371 10.0.0.242 - - [2026-01-08 04:20:55] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006325 10.0.0.27 - - [2026-01-08 04:20:55] "GET /projects?obj_uuids=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.242 - - [2026-01-08 04:20:55] "GET /project/9e2f10d0-ebad-417a-9c22-ec83a514cc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042394 10.0.0.242 - - [2026-01-08 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.242 - - [2026-01-08 04:20:55] "GET /security-group/ff407d75-b13a-4b5a-8def-499d9b4222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.004795 10.0.0.242 - - [2026-01-08 04:20:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.091586 10.0.0.242 - - [2026-01-08 04:20:56] "POST /instance-ips HTTP/1.1" 200 357 0.044424 10.0.0.242 - - [2026-01-08 04:20:56] "GET /instance-ip/381b8ceb-4c8b-427f-a2b2-75e8ce54c753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1590 0.010915 10.0.0.242 - - [2026-01-08 04:20:56] "POST /instance-ips HTTP/1.1" 200 357 0.044998 10.0.0.242 - - [2026-01-08 04:20:56] "GET /instance-ip/c2059674-f441-45ff-9bbb-91327eb597a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006577 10.0.0.242 - - [2026-01-08 04:20:56] "GET /virtual-machine-interface/966d8ff8-d3b2-4067-9455-192c7c90dce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.007095 10.0.0.242 - - [2026-01-08 04:20:56] "GET /virtual-machine-interface/966d8ff8-d3b2-4067-9455-192c7c90dce9?fields=instance_ip_back_refs HTTP/1.1" 200 1538 0.007391 10.0.0.242 - - [2026-01-08 04:20:56] "GET /instance-ip/381b8ceb-4c8b-427f-a2b2-75e8ce54c753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1590 0.006461 10.0.0.242 - - [2026-01-08 04:20:56] "GET /instance-ip/c2059674-f441-45ff-9bbb-91327eb597a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004765 10.0.0.242 - - [2026-01-08 04:20:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001044 10.0.0.242 - - [2026-01-08 04:20:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010067 10.0.0.242 - - [2026-01-08 04:20:56] "POST /neutron/network HTTP/1.1" 200 1005 0.040134 10.0.0.242 - - [2026-01-08 04:20:57] "POST /neutron/port HTTP/1.1" 200 1080 0.019870 10.0.0.242 - - [2026-01-08 04:20:57] "POST /neutron/port HTTP/1.1" 200 117 0.006629 10.0.0.242 - - [2026-01-08 04:20:57] "POST /neutron/port HTTP/1.1" 200 1080 0.015042 10.0.0.242 - - [2026-01-08 04:20:58] "POST /neutron/port HTTP/1.1" 200 1183 0.020586 10.0.0.242 - - [2026-01-08 04:20:58] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015440 10.0.0.242 - - [2026-01-08 04:20:58] "POST /neutron/network HTTP/1.1" 200 1005 0.009211 10.0.0.242 - - [2026-01-08 04:21:02] "POST /neutron/port HTTP/1.1" 200 1183 0.017298 10.0.0.242 - - [2026-01-08 04:21:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007841 10.0.0.242 - - [2026-01-08 04:21:02] "GET /virtual-machine/d289bdac-0a91-42b9-8d45-ddf25ff96d5e HTTP/1.1" 200 1279 0.007541 10.0.0.242 - - [2026-01-08 04:21:02] "GET /virtual-machine-interface/966d8ff8-d3b2-4067-9455-192c7c90dce9 HTTP/1.1" 200 3226 0.006899 10.0.0.242 - - [2026-01-08 04:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.242 - - [2026-01-08 04:21:02] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003988 10.0.0.242 - - [2026-01-08 04:21:02] "GET /virtual-networks?parent_id=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003119 10.0.0.242 - - [2026-01-08 04:21:02] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007029 10.0.0.242 - - [2026-01-08 04:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.242 - - [2026-01-08 04:21:05] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006240 10.0.0.242 - - [2026-01-08 04:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.242 - - [2026-01-08 04:21:09] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006094 10.0.0.242 - - [2026-01-08 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.242 - - [2026-01-08 04:21:14] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006561 10.0.0.242 - - [2026-01-08 04:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.242 - - [2026-01-08 04:21:18] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005959 10.0.0.242 - - [2026-01-08 04:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.242 - - [2026-01-08 04:21:22] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005580 10.0.0.242 - - [2026-01-08 04:21:23] "POST /neutron/network HTTP/1.1" 200 1015 0.006967 10.0.0.242 - - [2026-01-08 04:21:23] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013851 10.0.0.242 - - [2026-01-08 04:21:23] "POST /neutron/network HTTP/1.1" 200 1005 0.009176 10.0.0.242 - - [2026-01-08 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.242 - - [2026-01-08 04:21:26] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006542 10.0.0.242 - - [2026-01-08 04:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.242 - - [2026-01-08 04:21:30] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006163 10.0.0.242 - - [2026-01-08 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.242 - - [2026-01-08 04:21:34] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005792 10.0.0.242 - - [2026-01-08 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.242 - - [2026-01-08 04:21:38] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005895 10.0.0.242 - - [2026-01-08 04:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.242 - - [2026-01-08 04:21:42] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005171 10.0.0.242 - - [2026-01-08 04:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.242 - - [2026-01-08 04:21:44] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004099 10.0.0.242 - - [2026-01-08 04:21:44] "GET /virtual-networks?parent_id=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003092 10.0.0.242 - - [2026-01-08 04:21:44] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006240 10.0.0.242 - - [2026-01-08 04:21:50] "POST /neutron/port HTTP/1.1" 200 1183 0.019130 10.0.0.242 - - [2026-01-08 04:21:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.033505 10.0.0.242 - - [2026-01-08 04:22:00] "POST /neutron/port HTTP/1.1" 200 1183 0.018149 10.0.0.27 - - [2026-01-08 04:22:02] "GET /obj-perms HTTP/1.1" 200 5075 0.054272 10.0.0.242 - - [2026-01-08 04:22:02] "GET /obj-perms HTTP/1.1" 200 5075 0.048166 10.0.0.242 - - [2026-01-08 04:22:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.001462 10.0.0.242 - - [2026-01-08 04:22:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007221 10.0.0.27 - - [2026-01-08 04:22:06] "GET /projects?obj_uuids=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.242 - - [2026-01-08 04:22:06] "GET /project/9e2f10d0-ebad-417a-9c22-ec83a514cc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068251 10.0.0.242 - - [2026-01-08 04:22:06] "POST /neutron/port HTTP/1.1" 200 2267 0.024599 10.0.0.242 - - [2026-01-08 04:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.007874 10.0.0.242 - - [2026-01-08 04:22:07] "POST /neutron/port HTTP/1.1" 200 1176 0.061897 10.0.0.242 - - [2026-01-08 04:22:07] "POST /neutron/port HTTP/1.1" 200 1240 0.020599 10.0.0.242 - - [2026-01-08 04:22:08] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013473 10.0.0.242 - - [2026-01-08 04:22:08] "POST /neutron/network HTTP/1.1" 200 1007 0.020799 10.0.0.242 - - [2026-01-08 04:22:12] "POST /neutron/port HTTP/1.1" 200 1240 0.016793 10.0.0.242 - - [2026-01-08 04:22:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007471 10.0.0.242 - - [2026-01-08 04:22:12] "GET /virtual-machine/1037d6d9-fbd7-48ce-8fe1-54d5a16e0269 HTTP/1.1" 200 1300 0.006261 10.0.0.242 - - [2026-01-08 04:22:12] "GET /virtual-machine-interface/79e87be6-944a-4474-8db8-ee513a1b9c70 HTTP/1.1" 200 3175 0.005365 10.0.0.242 - - [2026-01-08 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.242 - - [2026-01-08 04:22:12] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003809 10.0.0.242 - - [2026-01-08 04:22:12] "GET /virtual-networks?parent_id=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003635 10.0.0.242 - - [2026-01-08 04:22:12] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005968 10.0.0.242 - - [2026-01-08 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.242 - - [2026-01-08 04:22:15] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005856 10.0.0.242 - - [2026-01-08 04:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.242 - - [2026-01-08 04:22:19] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005971 10.0.0.242 - - [2026-01-08 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.242 - - [2026-01-08 04:22:23] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005277 10.0.0.242 - - [2026-01-08 04:22:24] "POST /neutron/network HTTP/1.1" 200 1017 0.009651 10.0.0.242 - - [2026-01-08 04:22:25] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014970 10.0.0.242 - - [2026-01-08 04:22:25] "POST /neutron/network HTTP/1.1" 200 1007 0.011847 10.0.0.242 - - [2026-01-08 04:22:25] "POST /neutron/network HTTP/1.1" 200 1015 0.008478 10.0.0.242 - - [2026-01-08 04:22:25] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015254 10.0.0.242 - - [2026-01-08 04:22:25] "POST /neutron/network HTTP/1.1" 200 1005 0.009374 10.0.0.242 - - [2026-01-08 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.242 - - [2026-01-08 04:22:27] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005566 10.0.0.242 - - [2026-01-08 04:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.242 - - [2026-01-08 04:22:31] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006668 10.0.0.242 - - [2026-01-08 04:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.242 - - [2026-01-08 04:22:35] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007423 10.0.0.242 - - [2026-01-08 04:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.242 - - [2026-01-08 04:22:39] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005333 10.0.0.242 - - [2026-01-08 04:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.242 - - [2026-01-08 04:22:44] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005491 10.0.0.242 - - [2026-01-08 04:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.242 - - [2026-01-08 04:22:48] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006094 10.0.0.242 - - [2026-01-08 04:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.242 - - [2026-01-08 04:22:50] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004315 10.0.0.242 - - [2026-01-08 04:22:50] "GET /virtual-networks?parent_id=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003137 10.0.0.242 - - [2026-01-08 04:22:50] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005848 10.0.0.242 - - [2026-01-08 04:22:55] "POST /neutron/port HTTP/1.1" 200 1240 0.019740 10.0.0.242 - - [2026-01-08 04:23:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012551 10.0.0.50 - - [2026-01-08 04:23:03] "GET /obj-perms HTTP/1.1" 200 5075 0.084162 10.0.0.242 - - [2026-01-08 04:23:05] "POST /neutron/port HTTP/1.1" 200 1240 0.019981 10.0.0.242 - - [2026-01-08 04:23:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010544 10.0.0.242 - - [2026-01-08 04:23:16] "POST /neutron/port HTTP/1.1" 200 1240 0.017492 10.0.0.242 - - [2026-01-08 04:23:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011429 10.0.0.242 - - [2026-01-08 04:23:16] "POST /neutron/network HTTP/1.1" 200 981 0.015815 10.0.0.242 - - [2026-01-08 04:23:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001425 10.0.0.242 - - [2026-01-08 04:23:16] "GET /virtual-machine/1037d6d9-fbd7-48ce-8fe1-54d5a16e0269 HTTP/1.1" 200 1300 0.004763 10.0.0.242 - - [2026-01-08 04:23:16] "GET /virtual-machine-interface/79e87be6-944a-4474-8db8-ee513a1b9c70 HTTP/1.1" 200 3175 0.005870 10.0.0.242 - - [2026-01-08 04:23:16] "GET /instance-ip/44815284-e8ef-4302-a16d-709970a3ee1e HTTP/1.1" 200 1637 0.009113 10.0.0.242 - - [2026-01-08 04:23:16] "GET /instance-ip/64e5eb64-0b94-4b28-ba3f-f082f51d4df6 HTTP/1.1" 200 1656 0.006023 10.0.0.242 - - [2026-01-08 04:23:16] "POST /fqname-to-id HTTP/1.1" 404 230 0.003914 10.0.0.242 - - [2026-01-08 04:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.27 - - [2026-01-08 04:23:16] "GET /projects?obj_uuids=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001339 10.0.0.242 - - [2026-01-08 04:23:16] "GET /project/9e2f10d0-ebad-417a-9c22-ec83a514cc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053670 10.0.0.242 - - [2026-01-08 04:23:16] "POST /network-policys HTTP/1.1" 200 569 0.033680 10.0.0.242 - - [2026-01-08 04:23:17] "GET /network-policy/f5864058-bed0-4b05-8d0c-3982da2624fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006870 10.0.0.242 - - [2026-01-08 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.242 - - [2026-01-08 04:23:17] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006249 10.0.0.242 - - [2026-01-08 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.242 - - [2026-01-08 04:23:17] "GET /network-policy/f5864058-bed0-4b05-8d0c-3982da2624fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005053 10.0.0.242 - - [2026-01-08 04:23:17] "POST /ref-update HTTP/1.1" 200 156 0.074873 10.0.0.242 - - [2026-01-08 04:23:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.039577 10.0.0.242 - - [2026-01-08 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.242 - - [2026-01-08 04:23:17] "GET /network-policy/f5864058-bed0-4b05-8d0c-3982da2624fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004380 10.0.0.242 - - [2026-01-08 04:23:17] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.010397 10.0.0.242 - - [2026-01-08 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.242 - - [2026-01-08 04:23:17] "GET /network-policy/f5864058-bed0-4b05-8d0c-3982da2624fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004197 10.0.0.242 - - [2026-01-08 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.242 - - [2026-01-08 04:23:17] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006918 10.0.0.242 - - [2026-01-08 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.242 - - [2026-01-08 04:23:17] "GET /network-policy/f5864058-bed0-4b05-8d0c-3982da2624fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005245 10.0.0.242 - - [2026-01-08 04:23:17] "POST /ref-update HTTP/1.1" 200 156 0.048957 10.0.0.242 - - [2026-01-08 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.242 - - [2026-01-08 04:23:17] "GET /network-policy/f5864058-bed0-4b05-8d0c-3982da2624fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004007 10.0.0.242 - - [2026-01-08 04:23:17] "POST /neutron/network HTTP/1.1" 200 1111 0.014576 10.0.0.242 - - [2026-01-08 04:23:17] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006535 10.0.0.242 - - [2026-01-08 04:23:17] "POST /fqname-to-id HTTP/1.1" 404 242 0.034235 10.0.0.242 - - [2026-01-08 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.010393 10.0.0.242 - - [2026-01-08 04:23:17] "GET /network-policy/f5864058-bed0-4b05-8d0c-3982da2624fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.018575 10.0.0.242 - - [2026-01-08 04:23:17] "GET /virtual-machine-interface/79e87be6-944a-4474-8db8-ee513a1b9c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.008036 10.0.0.242 - - [2026-01-08 04:23:17] "PUT /virtual-machine-interface/79e87be6-944a-4474-8db8-ee513a1b9c70 HTTP/1.1" 200 284 0.037579 10.0.0.242 - - [2026-01-08 04:23:17] "PUT /access-control-list/60286fd5-d9ff-42f5-8582-fdbb5529b294 HTTP/1.1" 200 272 0.070709 10.0.0.242 - - [2026-01-08 04:23:17] "GET /virtual-machine-interface/79e87be6-944a-4474-8db8-ee513a1b9c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3071 0.012829 10.0.0.242 - - [2026-01-08 04:23:17] "PUT /virtual-machine-interface/79e87be6-944a-4474-8db8-ee513a1b9c70 HTTP/1.1" 200 284 0.019451 10.0.0.50 - - [2026-01-08 04:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000652 10.0.0.50 - - [2026-01-08 04:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000529 10.0.0.27 - - [2026-01-08 04:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000629 10.0.0.27 - - [2026-01-08 04:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.50 - - [2026-01-08 04:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.50 - - [2026-01-08 04:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.27 - - [2026-01-08 04:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000603 10.0.0.27 - - [2026-01-08 04:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.242 - - [2026-01-08 04:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.001156 10.0.0.242 - - [2026-01-08 04:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.242 - - [2026-01-08 04:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.242 - - [2026-01-08 04:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.242 - - [2026-01-08 04:23:25] "POST /neutron/network HTTP/1.1" 200 1119 0.007161 10.0.0.242 - - [2026-01-08 04:23:25] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015579 10.0.0.242 - - [2026-01-08 04:23:25] "POST /neutron/network HTTP/1.1" 200 1109 0.009122 10.0.0.242 - - [2026-01-08 04:23:26] "POST /neutron/network HTTP/1.1" 200 1121 0.007501 10.0.0.242 - - [2026-01-08 04:23:27] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014302 10.0.0.242 - - [2026-01-08 04:23:27] "POST /neutron/network HTTP/1.1" 200 1111 0.011555 10.0.0.242 - - [2026-01-08 04:24:25] "POST /neutron/network HTTP/1.1" 200 1119 0.007064 10.0.0.242 - - [2026-01-08 04:24:25] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014353 10.0.0.242 - - [2026-01-08 04:24:25] "POST /neutron/network HTTP/1.1" 200 1109 0.009815 10.0.0.242 - - [2026-01-08 04:24:28] "POST /neutron/network HTTP/1.1" 200 1121 0.007265 10.0.0.242 - - [2026-01-08 04:24:29] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015189 10.0.0.242 - - [2026-01-08 04:24:29] "POST /neutron/network HTTP/1.1" 200 1111 0.010882 10.0.0.242 - - [2026-01-08 04:25:21] "POST /ref-update HTTP/1.1" 200 156 0.080991 10.0.0.242 - - [2026-01-08 04:25:21] "GET /virtual-network/3d5dfbc6-58b9-4237-94b0-4ed2678c17a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009211 10.0.0.242 - - [2026-01-08 04:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.242 - - [2026-01-08 04:25:21] "GET /network-policy/f5864058-bed0-4b05-8d0c-3982da2624fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005004 10.0.0.242 - - [2026-01-08 04:25:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003762 10.0.0.242 - - [2026-01-08 04:25:21] "POST /ref-update HTTP/1.1" 200 156 0.048990 10.0.0.242 - - [2026-01-08 04:25:21] "GET /virtual-network/caa6a1df-0278-459e-9be1-a90821e0943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007927 10.0.0.242 - - [2026-01-08 04:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.242 - - [2026-01-08 04:25:21] "GET /network-policy/f5864058-bed0-4b05-8d0c-3982da2624fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004941 10.0.0.242 - - [2026-01-08 04:25:21] "DELETE /network-policy/f5864058-bed0-4b05-8d0c-3982da2624fd HTTP/1.1" 200 115 0.038884 10.0.0.242 - - [2026-01-08 04:25:22] "DELETE /access-control-list/60286fd5-d9ff-42f5-8582-fdbb5529b294 HTTP/1.1" 200 115 0.034665 10.0.0.242 - - [2026-01-08 04:25:22] "DELETE /instance-ip/381b8ceb-4c8b-427f-a2b2-75e8ce54c753 HTTP/1.1" 200 115 0.052282 10.0.0.242 - - [2026-01-08 04:25:22] "DELETE /instance-ip/c2059674-f441-45ff-9bbb-91327eb597a4 HTTP/1.1" 200 115 0.057944 10.0.0.242 - - [2026-01-08 04:25:22] "DELETE /virtual-machine-interface/966d8ff8-d3b2-4067-9455-192c7c90dce9 HTTP/1.1" 200 115 0.090621 10.0.0.242 - - [2026-01-08 04:25:22] "POST /neutron/port HTTP/1.1" 200 1240 0.049252 10.0.0.242 - - [2026-01-08 04:25:22] "POST /neutron/port HTTP/1.1" 200 1230 0.018748 10.0.0.242 - - [2026-01-08 04:25:23] "POST /neutron/port HTTP/1.1" 200 1228 0.017245 10.0.0.27 - - [2026-01-08 04:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.034741 10.0.0.27 - - [2026-01-08 04:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008737 10.0.0.242 - - [2026-01-08 04:25:24] "DELETE /route-target/9723dfc9-a398-42b8-bb32-fa1650a2fd36 HTTP/1.1" 200 115 0.043106 10.0.0.27 - - [2026-01-08 04:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005773 10.0.0.27 - - [2026-01-08 04:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003140 10.0.0.242 - - [2026-01-08 04:25:24] "POST /neutron/network HTTP/1.1" 200 151 0.211414 10.0.0.242 - - [2026-01-08 04:25:27] "POST /neutron/port HTTP/1.1" 200 117 0.005108 10.0.0.27 - - [2026-01-08 04:25:28] "GET /projects?obj_uuids=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001384 10.0.0.242 - - [2026-01-08 04:25:28] "GET /project/9e2f10d0-ebad-417a-9c22-ec83a514cc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076702 10.0.0.27 - - [2026-01-08 04:25:28] "GET /projects?obj_uuids=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.242 - - [2026-01-08 04:25:28] "GET /project/9e2f10d0-ebad-417a-9c22-ec83a514cc27?fields=virtual_networks HTTP/1.1" 200 1049 0.045084 10.0.0.27 - - [2026-01-08 04:25:28] "GET /projects?obj_uuids=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001247 10.0.0.242 - - [2026-01-08 04:25:28] "GET /project/9e2f10d0-ebad-417a-9c22-ec83a514cc27?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.044518 10.0.0.27 - - [2026-01-08 04:25:28] "GET /projects?obj_uuids=9e2f10d0-ebad-417a-9c22-ec83a514cc27&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.242 - - [2026-01-08 04:25:28] "GET /project/9e2f10d0-ebad-417a-9c22-ec83a514cc27?fields=security_groups HTTP/1.1" 200 1283 0.047529 10.0.0.242 - - [2026-01-08 04:25:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.034858 10.0.0.27 - - [2026-01-08 04:25:29] "GET /projects?obj_uuids=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003905 10.0.0.27 - - [2026-01-08 04:25:29] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001591 10.0.0.27 - - [2026-01-08 04:25:29] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.040576 10.0.0.27 - - [2026-01-08 04:25:29] "POST /id-to-fqname HTTP/1.1" 200 194 0.001409 10.0.0.27 - - [2026-01-08 04:25:29] "POST /fqname-to-id HTTP/1.1" 404 203 0.011596 10.0.0.27 - - [2026-01-08 04:25:29] "POST /security-groups HTTP/1.1" 200 595 0.085214 10.0.0.242 - - [2026-01-08 04:25:29] "POST /fqname-to-id HTTP/1.1" 404 238 0.007055 10.0.0.27 - - [2026-01-08 04:25:29] "POST /projects HTTP/1.1" 200 593 0.330667 10.0.0.27 - - [2026-01-08 04:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.407468 10.0.0.242 - - [2026-01-08 04:25:29] "POST /access-control-lists HTTP/1.1" 200 598 0.033974 10.0.0.242 - - [2026-01-08 04:25:29] "GET /project/9a390e89-3bdb-4eec-aa8e-77b9b517e64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.618243 10.0.0.242 - - [2026-01-08 04:25:31] "GET / HTTP/1.1" 200 35931 0.001907 10.0.0.242 - - [2026-01-08 04:25:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000519 10.0.0.242 - - [2026-01-08 04:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.057807 10.0.0.27 - - [2026-01-08 04:25:33] "GET /projects?obj_uuids=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001530 10.0.0.242 - - [2026-01-08 04:25:33] "GET /project/9a390e89-3bdb-4eec-aa8e-77b9b517e64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.051782 10.0.0.27 - - [2026-01-08 04:25:33] "GET /projects?obj_uuids=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001400 10.0.0.242 - - [2026-01-08 04:25:33] "POST /neutron/network HTTP/1.1" 200 609 0.144698 10.0.0.242 - - [2026-01-08 04:25:33] "POST /neutron/network HTTP/1.1" 200 1002 0.011131 10.0.0.242 - - [2026-01-08 04:25:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001105 10.0.0.242 - - [2026-01-08 04:25:33] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004864 10.0.0.242 - - [2026-01-08 04:25:34] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006361 10.0.0.242 - - [2026-01-08 04:25:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.009606 10.0.0.242 - - [2026-01-08 04:25:34] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005967 10.0.0.242 - - [2026-01-08 04:25:35] "GET /obj-perms HTTP/1.1" 200 5057 0.061639 10.0.0.27 - - [2026-01-08 04:25:36] "GET /obj-perms HTTP/1.1" 200 5057 0.089675 10.0.0.242 - - [2026-01-08 04:25:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001786 10.0.0.242 - - [2026-01-08 04:25:36] "DELETE /access-control-list/2e435692-9036-4b3e-9c01-d6da66cf2231 HTTP/1.1" 200 115 0.037408 10.0.0.27 - - [2026-01-08 04:25:37] "GET /projects?obj_uuids=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001005 10.0.0.242 - - [2026-01-08 04:25:37] "GET /project/9a390e89-3bdb-4eec-aa8e-77b9b517e64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.064361 10.0.0.242 - - [2026-01-08 04:25:37] "POST /neutron/network HTTP/1.1" 200 1002 0.009320 10.0.0.242 - - [2026-01-08 04:25:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001495 10.0.0.242 - - [2026-01-08 04:25:37] "POST /neutron/port HTTP/1.1" 200 117 0.006742 10.0.0.27 - - [2026-01-08 04:25:38] "GET /projects?obj_uuids=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000989 10.0.0.242 - - [2026-01-08 04:25:38] "POST /neutron/port HTTP/1.1" 200 1171 0.335466 10.0.0.27 - - [2026-01-08 04:25:38] "GET /projects?obj_uuids=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001019 10.0.0.242 - - [2026-01-08 04:25:38] "GET /project/9a390e89-3bdb-4eec-aa8e-77b9b517e64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.074593 10.0.0.242 - - [2026-01-08 04:25:38] "POST /neutron/port HTTP/1.1" 200 1225 0.180567 10.0.0.242 - - [2026-01-08 04:25:38] "POST /neutron/port HTTP/1.1" 200 1235 0.024131 10.0.0.242 - - [2026-01-08 04:25:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007507 10.0.0.242 - - [2026-01-08 04:25:38] "POST /neutron/port HTTP/1.1" 200 117 0.001402 10.0.0.242 - - [2026-01-08 04:25:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001219 10.0.0.242 - - [2026-01-08 04:25:39] "POST /neutron/port HTTP/1.1" 200 1235 0.019545 10.0.0.242 - - [2026-01-08 04:25:39] "POST /neutron/network HTTP/1.1" 200 1012 0.006757 10.0.0.242 - - [2026-01-08 04:25:39] "POST /neutron/port HTTP/1.1" 200 1171 0.023071 10.0.0.242 - - [2026-01-08 04:25:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005251 10.0.0.242 - - [2026-01-08 04:25:40] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.27 - - [2026-01-08 04:25:40] "GET /projects?obj_uuids=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001455 10.0.0.242 - - [2026-01-08 04:25:40] "GET /project/9a390e89-3bdb-4eec-aa8e-77b9b517e64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.096935 10.0.0.242 - - [2026-01-08 04:25:40] "POST /neutron/network HTTP/1.1" 200 1002 0.011662 10.0.0.242 - - [2026-01-08 04:25:40] "POST /neutron/port HTTP/1.1" 200 117 0.007887 10.0.0.242 - - [2026-01-08 04:25:40] "POST /neutron/port HTTP/1.1" 200 1235 0.022631 10.0.0.242 - - [2026-01-08 04:25:41] "POST /neutron/network HTTP/1.1" 200 1012 0.007726 10.0.0.242 - - [2026-01-08 04:25:41] "GET /virtual-machine/4b98d8f1-59cc-487c-8631-11058dde8648 HTTP/1.1" 401 293 0.000485 10.0.0.242 - - [2026-01-08 04:25:41] "POST /neutron/port HTTP/1.1" 200 1171 0.022073 10.0.0.242 - - [2026-01-08 04:25:41] "GET /virtual-machine/4b98d8f1-59cc-487c-8631-11058dde8648 HTTP/1.1" 200 1295 0.074597 10.0.0.242 - - [2026-01-08 04:25:41] "GET /virtual-machine-interface/223ce384-87bd-4308-8f02-34eddf5e9054 HTTP/1.1" 200 3155 0.013573 10.0.0.242 - - [2026-01-08 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.242 - - [2026-01-08 04:25:41] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003565 10.0.0.242 - - [2026-01-08 04:25:41] "GET /virtual-networks?parent_id=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002863 10.0.0.242 - - [2026-01-08 04:25:41] "POST /neutron/port HTTP/1.1" 200 1235 0.018472 10.0.0.242 - - [2026-01-08 04:25:41] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006854 10.0.0.242 - - [2026-01-08 04:25:41] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017550 10.0.0.242 - - [2026-01-08 04:25:41] "POST /neutron/network HTTP/1.1" 200 1002 0.012206 10.0.0.242 - - [2026-01-08 04:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.242 - - [2026-01-08 04:25:44] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006065 10.0.0.242 - - [2026-01-08 04:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.242 - - [2026-01-08 04:25:49] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008432 10.0.0.27 - - [2026-01-08 04:25:52] "DELETE /project/9a390e893bdb4eecaa8e77b9b517e64f HTTP/1.1" 404 173 0.003084 10.0.0.27 - - [2026-01-08 04:25:52] "DELETE /project/9e2f10d0-ebad-417a-9c22-ec83a514cc27 HTTP/1.1" 404 177 0.005457 10.0.0.242 - - [2026-01-08 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.242 - - [2026-01-08 04:25:53] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005912 10.0.0.242 - - [2026-01-08 04:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.242 - - [2026-01-08 04:25:57] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005782 10.0.0.242 - - [2026-01-08 04:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.242 - - [2026-01-08 04:26:01] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006649 10.0.0.50 - - [2026-01-08 04:26:05] "GET /obj-perms HTTP/1.1" 200 5075 0.052186 10.0.0.242 - - [2026-01-08 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.242 - - [2026-01-08 04:26:05] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005718 10.0.0.242 - - [2026-01-08 04:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.242 - - [2026-01-08 04:26:09] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005728 10.0.0.242 - - [2026-01-08 04:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.242 - - [2026-01-08 04:26:13] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006462 10.0.0.242 - - [2026-01-08 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.242 - - [2026-01-08 04:26:17] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007529 10.0.0.242 - - [2026-01-08 04:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.242 - - [2026-01-08 04:26:21] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006793 10.0.0.242 - - [2026-01-08 04:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.242 - - [2026-01-08 04:26:25] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005628 10.0.0.242 - - [2026-01-08 04:26:26] "POST /neutron/network HTTP/1.1" 200 1012 0.007534 10.0.0.242 - - [2026-01-08 04:26:26] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014946 10.0.0.242 - - [2026-01-08 04:26:26] "POST /neutron/network HTTP/1.1" 200 1002 0.010079 10.0.0.242 - - [2026-01-08 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.242 - - [2026-01-08 04:26:30] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006079 10.0.0.242 - - [2026-01-08 04:26:31] "POST /neutron/network HTTP/1.1" 200 1012 0.007802 10.0.0.242 - - [2026-01-08 04:26:31] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013058 10.0.0.242 - - [2026-01-08 04:26:32] "POST /neutron/network HTTP/1.1" 200 1002 0.009615 10.0.0.242 - - [2026-01-08 04:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.242 - - [2026-01-08 04:26:34] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007372 10.0.0.242 - - [2026-01-08 04:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.242 - - [2026-01-08 04:26:36] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004471 10.0.0.242 - - [2026-01-08 04:26:36] "GET /virtual-networks?parent_id=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003381 10.0.0.242 - - [2026-01-08 04:26:36] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008248 10.0.0.242 - - [2026-01-08 04:26:36] "POST /neutron/port HTTP/1.1" 200 1235 0.019510 10.0.0.242 - - [2026-01-08 04:26:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007767 10.0.0.242 - - [2026-01-08 04:26:46] "POST /neutron/port HTTP/1.1" 200 1235 0.017231 10.0.0.242 - - [2026-01-08 04:26:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011267 10.0.0.242 - - [2026-01-08 04:26:57] "POST /neutron/port HTTP/1.1" 200 1235 0.022707 10.0.0.242 - - [2026-01-08 04:27:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009118 10.0.0.242 - - [2026-01-08 04:27:02] "POST /neutron/port HTTP/1.1" 200 1235 0.025459 10.0.0.242 - - [2026-01-08 04:27:02] "GET /virtual-machine/bb5ee2a3-ec57-4bf2-b70e-45c5eeda851e HTTP/1.1" 200 1297 0.008092 10.0.0.242 - - [2026-01-08 04:27:02] "GET /virtual-machine-interface/affff70b-a609-4b87-a9e5-e3fd25408b4c HTTP/1.1" 200 3156 0.007010 10.0.0.242 - - [2026-01-08 04:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.242 - - [2026-01-08 04:27:02] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005451 10.0.0.242 - - [2026-01-08 04:27:02] "GET /virtual-networks?parent_id=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003965 10.0.0.242 - - [2026-01-08 04:27:02] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007565 10.0.0.242 - - [2026-01-08 04:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.242 - - [2026-01-08 04:27:03] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003939 10.0.0.242 - - [2026-01-08 04:27:03] "GET /virtual-networks?parent_id=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002936 10.0.0.242 - - [2026-01-08 04:27:03] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006425 10.0.0.242 - - [2026-01-08 04:27:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008302 10.0.0.242 - - [2026-01-08 04:27:04] "POST /neutron/port HTTP/1.1" 200 1235 0.017100 10.0.0.242 - - [2026-01-08 04:27:04] "GET /virtual-machine/c43bf0fc-7b0d-4880-b505-c6304af732e0 HTTP/1.1" 200 1297 0.005906 10.0.0.242 - - [2026-01-08 04:27:04] "GET /virtual-machine-interface/b3ed2d85-c7e0-4dc4-a456-be505f11fd54 HTTP/1.1" 200 3156 0.006445 10.0.0.242 - - [2026-01-08 04:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.242 - - [2026-01-08 04:27:04] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003853 10.0.0.242 - - [2026-01-08 04:27:04] "GET /virtual-networks?parent_id=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002655 10.0.0.242 - - [2026-01-08 04:27:04] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006246 10.0.0.242 - - [2026-01-08 04:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.242 - - [2026-01-08 04:27:05] "GET /global-vrouter-config/4a843a6b-454d-4fa1-b22e-20f7ad37e9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003404 10.0.0.242 - - [2026-01-08 04:27:05] "GET /virtual-networks?parent_id=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003317 10.0.0.242 - - [2026-01-08 04:27:05] "GET /virtual-network/52c7b60d-ce3a-4545-9120-ecb39c92c9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007080 10.0.0.242 - - [2026-01-08 04:27:05] "GET /virtual-machine-interface/b3ed2d85-c7e0-4dc4-a456-be505f11fd54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006149 10.0.0.242 - - [2026-01-08 04:27:05] "PUT /virtual-machine-interface/b3ed2d85-c7e0-4dc4-a456-be505f11fd54 HTTP/1.1" 200 284 0.014528 10.0.0.242 - - [2026-01-08 04:27:26] "POST /neutron/port HTTP/1.1" 200 1235 0.018007 10.0.0.242 - - [2026-01-08 04:27:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004097 10.0.0.242 - - [2026-01-08 04:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.242 - - [2026-01-08 04:27:33] "POST /neutron/port HTTP/1.1" 200 1235 0.047623 10.0.0.242 - - [2026-01-08 04:27:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004847 10.0.0.242 - - [2026-01-08 04:27:34] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.50 - - [2026-01-08 04:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000617 10.0.0.50 - - [2026-01-08 04:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.27 - - [2026-01-08 04:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000608 10.0.0.27 - - [2026-01-08 04:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.50 - - [2026-01-08 04:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.50 - - [2026-01-08 04:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.27 - - [2026-01-08 04:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000548 10.0.0.27 - - [2026-01-08 04:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.242 - - [2026-01-08 04:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.242 - - [2026-01-08 04:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.242 - - [2026-01-08 04:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.242 - - [2026-01-08 04:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.242 - - [2026-01-08 04:28:27] "POST /neutron/port HTTP/1.1" 200 1235 0.018702 10.0.0.242 - - [2026-01-08 04:28:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004218 10.0.0.242 - - [2026-01-08 04:28:27] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.242 - - [2026-01-08 04:28:31] "POST /neutron/network HTTP/1.1" 400 204 0.016695 10.0.0.242 - - [2026-01-08 04:28:31] "POST /neutron/port HTTP/1.1" 200 151 0.274134 10.0.0.242 - - [2026-01-08 04:28:32] "POST /neutron/port HTTP/1.1" 200 151 0.319153 10.0.0.242 - - [2026-01-08 04:28:32] "POST /neutron/port HTTP/1.1" 200 151 0.321482 10.0.0.242 - - [2026-01-08 04:28:33] "DELETE /route-target/3d2422f6-ff69-4dc0-a816-888e3f42a140 HTTP/1.1" 200 115 0.061397 10.0.0.27 - - [2026-01-08 04:28:35] "GET /projects?obj_uuids=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001069 10.0.0.242 - - [2026-01-08 04:28:35] "GET /project/9a390e89-3bdb-4eec-aa8e-77b9b517e64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.038686 10.0.0.27 - - [2026-01-08 04:28:35] "GET /projects?obj_uuids=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001537 10.0.0.242 - - [2026-01-08 04:28:35] "GET /project/9a390e89-3bdb-4eec-aa8e-77b9b517e64f?fields=virtual_networks HTTP/1.1" 200 1041 0.055791 10.0.0.27 - - [2026-01-08 04:28:35] "GET /projects?obj_uuids=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001192 10.0.0.242 - - [2026-01-08 04:28:35] "GET /project/9a390e89-3bdb-4eec-aa8e-77b9b517e64f?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.044599 10.0.0.27 - - [2026-01-08 04:28:35] "GET /projects?obj_uuids=9a390e89-3bdb-4eec-aa8e-77b9b517e64f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001045 10.0.0.242 - - [2026-01-08 04:28:35] "GET /project/9a390e89-3bdb-4eec-aa8e-77b9b517e64f?fields=security_groups HTTP/1.1" 200 1271 0.048965 10.0.0.242 - - [2026-01-08 04:28:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.027144 10.0.0.27 - - [2026-01-08 04:28:36] "GET /projects?obj_uuids=19990b65-ea2d-4474-840e-f1909ed72d39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002858 10.0.0.27 - - [2026-01-08 04:28:36] "GET /domains?obj_uuids=01640a83-288f-426f-a2f2-0c0b4b93ac50&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.27 - - [2026-01-08 04:28:36] "GET /domain/01640a83-288f-426f-a2f2-0c0b4b93ac50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007507 10.0.0.27 - - [2026-01-08 04:28:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.001481 10.0.0.27 - - [2026-01-08 04:28:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.005777 10.0.0.27 - - [2026-01-08 04:28:36] "POST /security-groups HTTP/1.1" 200 591 0.092479 10.0.0.27 - - [2026-01-08 04:28:36] "POST /projects HTTP/1.1" 200 585 0.309606 10.0.0.27 - - [2026-01-08 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.382400 10.0.0.242 - - [2026-01-08 04:28:36] "POST /fqname-to-id HTTP/1.1" 404 233 0.010744 10.0.0.242 - - [2026-01-08 04:28:36] "GET /project/19990b65-ea2d-4474-840e-f1909ed72d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.542770 10.0.0.242 - - [2026-01-08 04:28:37] "DELETE /access-control-list/e6937db6-6c22-4724-8230-5952847c5b79 HTTP/1.1" 200 115 0.069918 10.0.0.242 - - [2026-01-08 04:28:38] "GET / HTTP/1.1" 200 35931 0.001980 10.0.0.27 - - [2026-01-08 04:28:43] "GET /projects?obj_uuids=19990b65-ea2d-4474-840e-f1909ed72d39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001216 10.0.0.242 - - [2026-01-08 04:28:43] "GET /project/19990b65-ea2d-4474-840e-f1909ed72d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040939 10.0.0.27 - - [2026-01-08 04:28:43] "GET /projects?obj_uuids=19990b65-ea2d-4474-840e-f1909ed72d39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001269 10.0.0.242 - - [2026-01-08 04:28:43] "GET /project/19990b65-ea2d-4474-840e-f1909ed72d39?fields=virtual_networks HTTP/1.1" 200 1031 0.050960 10.0.0.27 - - [2026-01-08 04:28:43] "GET /projects?obj_uuids=19990b65-ea2d-4474-840e-f1909ed72d39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001338 10.0.0.242 - - [2026-01-08 04:28:44] "GET /project/19990b65-ea2d-4474-840e-f1909ed72d39?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.043660 10.0.0.27 - - [2026-01-08 04:28:44] "GET /projects?obj_uuids=19990b65-ea2d-4474-840e-f1909ed72d39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.242 - - [2026-01-08 04:28:44] "GET /project/19990b65-ea2d-4474-840e-f1909ed72d39?fields=security_groups HTTP/1.1" 200 1257 0.042484 10.0.0.27 - - [2026-01-08 04:28:52] "DELETE /project/19990b65ea2d4474840ef1909ed72d39 HTTP/1.1" 404 173 0.005303 10.0.0.27 - - [2026-01-08 04:28:52] "DELETE /project/9a390e89-3bdb-4eec-aa8e-77b9b517e64f HTTP/1.1" 404 177 0.004676 10.0.0.27 - - [2026-01-08 04:28:52] "GET /projects?obj_uuids=19990b65-ea2d-4474-840e-f1909ed72d39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000841 10.0.0.27 - - [2026-01-08 04:28:52] "GET /project/19990b65-ea2d-4474-840e-f1909ed72d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.048067 10.0.0.27 - - [2026-01-08 04:28:52] "GET /projects?obj_uuids=19990b65-ea2d-4474-840e-f1909ed72d39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.27 - - [2026-01-08 04:28:52] "GET /project/19990b65-ea2d-4474-840e-f1909ed72d39?fields=security_groups HTTP/1.1" 200 1362 0.051053 10.0.0.27 - - [2026-01-08 04:28:52] "DELETE /security-group/ce729830-cbc1-4c76-a6a9-1e65915d10aa HTTP/1.1" 200 115 0.049504 10.0.0.27 - - [2026-01-08 04:28:52] "GET /projects?obj_uuids=19990b65-ea2d-4474-840e-f1909ed72d39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.27 - - [2026-01-08 04:28:52] "GET /project/19990b65-ea2d-4474-840e-f1909ed72d39?fields=application_policy_sets HTTP/1.1" 200 1401 0.055871 10.0.0.27 - - [2026-01-08 04:28:53] "DELETE /project/19990b65-ea2d-4474-840e-f1909ed72d39 HTTP/1.1" 200 115 0.426014 10.0.0.27 - - [2026-01-08 04:29:07] "GET /obj-perms HTTP/1.1" 200 5075 0.057549 10.0.0.242 - - [2026-01-08 04:30:08] "GET /obj-perms HTTP/1.1" 200 5075 0.070669 10.0.0.50 - - [2026-01-08 04:30:08] "GET /obj-perms HTTP/1.1" 200 5075 0.061473 [Introspect:8084]10.0.0.27 - - [2026-01-08 04:30:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001004 [Introspect:8084]10.0.0.27 - - [2026-01-08 04:30:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001040