++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Mar 19 02:23:07 AM UTC 2026 ===================' INFO: =================== Thu Mar 19 02:23:07 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 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.41,10.0.0.242,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.242,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.242,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.242,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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.242:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.242:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.242: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.242:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.242:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.242:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.242,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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.242:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.242:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.242: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.41,10.0.0.242,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.242,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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.242:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.242:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.242: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.242:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.242:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.242: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.242:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.242:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.242: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.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.242,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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.242:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.242:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.242: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.242:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.242:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.242:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.242,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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.242:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.242:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.242: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.242:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.242:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.242: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.41,10.0.0.242,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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.242:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.242:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.242: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.41 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.41,10.0.0.242,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.41,10.0.0.242,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.41,10.0.0.242,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.242,10.0.0.27 +++ local servers=10.0.0.41,10.0.0.242,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ 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.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.27,10.20.0.18,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.18,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.41:9041 10.0.0.242:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.41:9041 10.0.0.242: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=__ ++ grep '^API__.*__.*=.*$' ++ set -o posix ++ set ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 03/19/2026 02:23:16.716 7f6fa67f3480 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/19/2026 02:23:16.850 7f6fa67f3480 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/19/2026 02:23:16.862 7f6fa67f3480 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/19/2026 02:23:16.862 7f6fa67f3480 [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-03-19 02:23:39] "GET / HTTP/1.1" 503 181 0.000219 10.0.0.27 - - [2026-03-19 02:23:39] "GET / HTTP/1.1" 503 181 0.000136 10.0.0.41 - - [2026-03-19 02:23:39] "GET / HTTP/1.1" 200 35931 0.001375 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.41 - - [2026-03-19 02:23:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.242 - - [2026-03-19 02:23:39] "GET / HTTP/1.1" 200 35931 0.001271 10.0.0.242 - - [2026-03-19 02:23:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000368 10.0.0.27 - - [2026-03-19 02:23:40] "GET / HTTP/1.1" 200 35931 0.001449 10.0.0.27 - - [2026-03-19 02:23:40] "GET / HTTP/1.1" 200 45871 0.001605 10.0.0.27 - - [2026-03-19 02:23:40] "GET / HTTP/1.1" 200 45871 0.001130 10.0.0.27 - - [2026-03-19 02:23:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2026-03-19 02:23:40] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000291 10.0.0.27 - - [2026-03-19 02:23:40] "GET / HTTP/1.1" 200 35931 0.001824 10.0.0.41 - - [2026-03-19 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 1.313694 10.0.0.41 - - [2026-03-19 02:23:41] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007494 10.0.0.27 - - [2026-03-19 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.721235 10.0.0.27 - - [2026-03-19 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007120 10.0.0.27 - - [2026-03-19 02:23:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.417775 10.0.0.41 - - [2026-03-19 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.005603 10.0.0.27 - - [2026-03-19 02:23:41] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004022 10.0.0.242 - - [2026-03-19 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 1.066450 10.0.0.242 - - [2026-03-19 02:23:41] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006279 10.0.0.242 - - [2026-03-19 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.003981 10.0.0.41 - - [2026-03-19 02:23:41] "POST /config-nodes HTTP/1.1" 200 599 0.050009 10.0.0.242 - - [2026-03-19 02:23:41] "POST /config-nodes HTTP/1.1" 200 599 0.068445 /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.41 - - [2026-03-19 02:23:42] "GET / HTTP/1.1" 200 35931 0.002316 10.0.0.41 - - [2026-03-19 02:23:42] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000316 10.0.0.242 - - [2026-03-19 02:23:42] "GET / HTTP/1.1" 200 35931 0.001182 10.0.0.242 - - [2026-03-19 02:23:42] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000341 10.0.0.41 - - [2026-03-19 02:23:43] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.328830 10.0.0.242 - - [2026-03-19 02:23:43] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.039367 10.0.0.27 - - [2026-03-19 02:23:46] "GET / HTTP/1.1" 200 35931 0.002361 10.0.0.27 - - [2026-03-19 02:23:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2026-03-19 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 186 0.052777 10.0.0.27 - - [2026-03-19 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005484 10.0.0.27 - - [2026-03-19 02:23:46] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009211 10.0.0.27 - - [2026-03-19 02:23:46] "POST /service-appliance-sets HTTP/1.1" 200 553 0.056935 10.0.0.27 - - [2026-03-19 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 180 0.003970 10.0.0.27 - - [2026-03-19 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006336 10.0.0.27 - - [2026-03-19 02:23:46] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.050474 10.0.0.27 - - [2026-03-19 02:23:47] "POST /service-appliance-sets HTTP/1.1" 200 541 0.052742 10.0.0.27 - - [2026-03-19 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007622 10.0.0.27 - - [2026-03-19 02:23:47] "GET /network-ipam/0a7218c7-83bb-41d1-8bed-b24500272548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.005166 10.0.0.27 - - [2026-03-19 02:23:47] "GET / HTTP/1.1" 200 35931 0.001530 10.0.0.27 - - [2026-03-19 02:23:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-03-19 02:23:47] "POST /service-templates HTTP/1.1" 200 511 0.052634 10.0.0.27 - - [2026-03-19 02:23:47] "POST /service-templates HTTP/1.1" 200 501 0.045568 10.0.0.27 - - [2026-03-19 02:23:47] "POST /service-templates HTTP/1.1" 200 515 0.052208 10.0.0.27 - - [2026-03-19 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.036437 10.0.0.27 - - [2026-03-19 02:23:47] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006690 10.0.0.27 - - [2026-03-19 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.006677 10.0.0.27 - - [2026-03-19 02:23:47] "POST /service-templates HTTP/1.1" 200 535 0.045406 10.0.0.27 - - [2026-03-19 02:23:47] "POST /config-nodes HTTP/1.1" 200 599 0.043806 10.0.0.27 - - [2026-03-19 02:23:47] "POST /service-templates HTTP/1.1" 200 507 0.049298 10.0.0.27 - - [2026-03-19 02:23:48] "GET / HTTP/1.1" 200 35931 0.001609 10.0.0.27 - - [2026-03-19 02:23:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000378 10.0.0.41 - - [2026-03-19 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.242 - - [2026-03-19 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.242 - - [2026-03-19 02:23:48] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.014745 10.0.0.41 - - [2026-03-19 02:23:48] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.022082 10.0.0.242 - - [2026-03-19 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005551 10.0.0.41 - - [2026-03-19 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.242 - - [2026-03-19 02:23:48] "PUT /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475 HTTP/1.1" 200 276 0.024070 10.0.0.41 - - [2026-03-19 02:23:48] "PUT /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475 HTTP/1.1" 200 276 0.026955 10.0.0.27 - - [2026-03-19 02:23:48] "GET / HTTP/1.1" 200 35931 0.001564 10.0.0.27 - - [2026-03-19 02:23:48] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2026-03-19 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 1.077015 10.0.0.27 - - [2026-03-19 02:23:49] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007471 10.0.0.27 - - [2026-03-19 02:23:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.005232 10.0.0.27 - - [2026-03-19 02:23:50] "POST /config-database-nodes HTTP/1.1" 200 617 0.047194 10.0.0.27 - - [2026-03-19 02:23:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.678959 10.0.0.27 - - [2026-03-19 02:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2026-03-19 02:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.242 - - [2026-03-19 02:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.27 - - [2026-03-19 02:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.242 - - [2026-03-19 02:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.242 - - [2026-03-19 02:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.27 - - [2026-03-19 02:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.242 - - [2026-03-19 02:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2026-03-19 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.27 - - [2026-03-19 02:23:55] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004286 10.0.0.27 - - [2026-03-19 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2026-03-19 02:23:55] "PUT /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475 HTTP/1.1" 200 276 0.021863 10.0.0.41 - - [2026-03-19 02:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2026-03-19 02:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.41 - - [2026-03-19 02:23:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.41 - - [2026-03-19 02:23:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.27 - - [2026-03-19 02:24:04] "GET /network-ipam/0a7218c7-83bb-41d1-8bed-b24500272548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.048029 10.0.0.27 - - [2026-03-19 02:24:04] "POST /fqname-to-id HTTP/1.1" 404 224 0.003298 10.0.0.27 - - [2026-03-19 02:24:05] "POST /ref-update HTTP/1.1" 200 156 0.040665 10.0.0.27 - - [2026-03-19 02:24:05] "POST /route-targets HTTP/1.1" 200 327 0.023617 10.0.0.27 - - [2026-03-19 02:24:05] "POST /ref-update HTTP/1.1" 200 156 0.035959 10.0.0.27 - - [2026-03-19 02:24:05] "PUT /access-control-list/ac5a4bd6-1e96-4796-a82a-97a578c6f632 HTTP/1.1" 200 272 0.018697 10.0.0.27 - - [2026-03-19 02:24:28] "POST /ref-update HTTP/1.1" 200 156 0.060513 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.27 - - [2026-03-19 02:26:50] "GET /obj-perms HTTP/1.1" 200 5056 0.380340 10.0.0.41 - - [2026-03-19 02:27:51] "GET /obj-perms HTTP/1.1" 200 5056 0.056066 10.0.0.242 - - [2026-03-19 02:27:51] "GET /obj-perms HTTP/1.1" 200 5056 0.064759 [Introspect:8084]10.0.0.27 - - [2026-03-19 02:28:39] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000943 [Introspect:8084]10.0.0.27 - - [2026-03-19 02:28:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000832 10.0.0.27 - - [2026-03-19 02:28:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.27 - - [2026-03-19 02:28:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.242 - - [2026-03-19 02:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.242 - - [2026-03-19 02:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 [Introspect:8084]10.0.0.27 - - [2026-03-19 02:28:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000866 [Introspect:8084]10.0.0.27 - - [2026-03-19 02:28:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000926 10.0.0.27 - - [2026-03-19 02:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.27 - - [2026-03-19 02:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.242 - - [2026-03-19 02:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.242 - - [2026-03-19 02:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2026-03-19 02:28:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.41 - - [2026-03-19 02:28:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.41 - - [2026-03-19 02:28:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000815 10.0.0.41 - - [2026-03-19 02:28:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.41 - - [2026-03-19 02:30:04] "GET / HTTP/1.1" 200 35931 0.001720 10.0.0.41 - - [2026-03-19 02:30:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2026-03-19 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.054915 10.0.0.27 - - [2026-03-19 02:30:05] "GET /projects?obj_uuids=c85bc903-4f43-49ed-97d2-c862b11247a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.072667 10.0.0.27 - - [2026-03-19 02:30:05] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.27 - - [2026-03-19 02:30:05] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034451 10.0.0.27 - - [2026-03-19 02:30:06] "POST /id-to-fqname HTTP/1.1" 200 188 0.001100 10.0.0.27 - - [2026-03-19 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.012996 10.0.0.27 - - [2026-03-19 02:30:06] "POST /security-groups HTTP/1.1" 200 589 0.039632 10.0.0.27 - - [2026-03-19 02:30:06] "POST /projects HTTP/1.1" 200 581 0.322769 10.0.0.27 - - [2026-03-19 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 232 0.028512 10.0.0.27 - - [2026-03-19 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.398646 10.0.0.41 - - [2026-03-19 02:30:06] "GET /project/c85bc903-4f43-49ed-97d2-c862b11247a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.627783 10.0.0.27 - - [2026-03-19 02:30:06] "POST /access-control-lists HTTP/1.1" 200 592 0.056260 10.0.0.41 - - [2026-03-19 02:30:07] "GET / HTTP/1.1" 200 35931 0.002204 10.0.0.27 - - [2026-03-19 02:30:10] "GET /projects?obj_uuids=c85bc903-4f43-49ed-97d2-c862b11247a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.41 - - [2026-03-19 02:30:10] "GET /project/c85bc903-4f43-49ed-97d2-c862b11247a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051741 10.0.0.27 - - [2026-03-19 02:30:10] "GET /projects?obj_uuids=c85bc903-4f43-49ed-97d2-c862b11247a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005986 10.0.0.41 - - [2026-03-19 02:30:11] "GET /project/c85bc903-4f43-49ed-97d2-c862b11247a8?fields=virtual_networks HTTP/1.1" 200 1028 0.121155 10.0.0.27 - - [2026-03-19 02:30:11] "GET /projects?obj_uuids=c85bc903-4f43-49ed-97d2-c862b11247a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.41 - - [2026-03-19 02:30:11] "GET /project/c85bc903-4f43-49ed-97d2-c862b11247a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.053687 10.0.0.27 - - [2026-03-19 02:30:11] "GET /projects?obj_uuids=c85bc903-4f43-49ed-97d2-c862b11247a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001303 10.0.0.41 - - [2026-03-19 02:30:11] "GET /project/c85bc903-4f43-49ed-97d2-c862b11247a8?fields=security_groups HTTP/1.1" 200 1252 0.066485 10.0.0.27 - - [2026-03-19 02:30:11] "GET /projects?obj_uuids=8b57894f-1778-4934-8afd-849df27c4fb7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003821 10.0.0.27 - - [2026-03-19 02:30:12] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.27 - - [2026-03-19 02:30:12] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007673 10.0.0.27 - - [2026-03-19 02:30:12] "POST /id-to-fqname HTTP/1.1" 200 167 0.002869 10.0.0.27 - - [2026-03-19 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 176 0.022096 10.0.0.27 - - [2026-03-19 02:30:12] "POST /security-groups HTTP/1.1" 200 568 0.083032 10.0.0.27 - - [2026-03-19 02:30:12] "POST /projects HTTP/1.1" 200 539 0.385336 10.0.0.27 - - [2026-03-19 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.460777 10.0.0.27 - - [2026-03-19 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.007757 10.0.0.41 - - [2026-03-19 02:30:12] "GET /project/8b57894f-1778-4934-8afd-849df27c4fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.670085 [Introspect:8084]10.0.0.41 - - [2026-03-19 02:30:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001072 10.0.0.27 - - [2026-03-19 02:30:14] "GET /projects?obj_uuids=8b57894f-1778-4934-8afd-849df27c4fb7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001342 10.0.0.41 - - [2026-03-19 02:30:14] "GET /project/8b57894f-1778-4934-8afd-849df27c4fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.071357 10.0.0.27 - - [2026-03-19 02:30:15] "GET /obj-perms HTTP/1.1" 200 5056 0.054801 [Introspect:8084]10.0.0.41 - - [2026-03-19 02:30:17] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000571 10.0.0.41 - - [2026-03-19 02:30:17] "GET /obj-perms HTTP/1.1" 200 5056 0.054337 10.0.0.41 - - [2026-03-19 02:30:17] "GET /obj-perms HTTP/1.1" 200 5056 0.003754 10.0.0.41 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004777 10.0.0.41 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004341 10.0.0.41 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004029 10.0.0.41 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004080 10.0.0.41 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004436 10.0.0.41 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.003691 10.0.0.41 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004517 10.0.0.41 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004164 10.0.0.27 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.003788 10.0.0.41 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004355 10.0.0.27 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004379 10.0.0.27 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.003980 10.0.0.27 - - [2026-03-19 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.005112 10.0.0.41 - - [2026-03-19 02:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.005117 10.0.0.41 - - [2026-03-19 02:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.003841 10.0.0.41 - - [2026-03-19 02:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.005656 10.0.0.41 - - [2026-03-19 02:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.004525 10.0.0.41 - - [2026-03-19 02:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.003974 10.0.0.41 - - [2026-03-19 02:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.004906 10.0.0.41 - - [2026-03-19 02:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.004215 10.0.0.41 - - [2026-03-19 02:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.004151 10.0.0.41 - - [2026-03-19 02:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.004192 10.0.0.41 - - [2026-03-19 02:30:21] "GET /obj-perms HTTP/1.1" 200 5056 0.004261 10.0.0.41 - - [2026-03-19 02:30:21] "GET /obj-perms HTTP/1.1" 200 5056 0.003758 10.0.0.41 - - [2026-03-19 02:30:23] "GET /obj-perms HTTP/1.1" 200 5056 0.004316 10.0.0.41 - - [2026-03-19 02:30:23] "GET /obj-perms HTTP/1.1" 200 5056 0.003746 10.0.0.41 - - [2026-03-19 02:30:23] "GET /obj-perms HTTP/1.1" 200 5056 0.003747 10.0.0.41 - - [2026-03-19 02:30:24] "GET /obj-perms HTTP/1.1" 200 5056 0.005778 10.0.0.41 - - [2026-03-19 02:30:25] "GET /obj-perms HTTP/1.1" 200 5056 0.004411 10.0.0.41 - - [2026-03-19 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.025099 10.0.0.27 - - [2026-03-19 02:30:26] "GET /projects?obj_uuids=c8efe9f5-8e56-4303-8ec4-66215e7fe3b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003759 10.0.0.27 - - [2026-03-19 02:30:26] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.27 - - [2026-03-19 02:30:26] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008710 10.0.0.27 - - [2026-03-19 02:30:26] "POST /id-to-fqname HTTP/1.1" 200 201 0.001045 10.0.0.27 - - [2026-03-19 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 210 0.009833 10.0.0.27 - - [2026-03-19 02:30:26] "POST /security-groups HTTP/1.1" 200 602 0.078945 10.0.0.27 - - [2026-03-19 02:30:26] "POST /projects HTTP/1.1" 200 607 0.339069 10.0.0.27 - - [2026-03-19 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.375388 10.0.0.27 - - [2026-03-19 02:30:26] "POST /access-control-lists HTTP/1.1" 200 607 0.056749 10.0.0.41 - - [2026-03-19 02:30:26] "GET /project/c8efe9f5-8e56-4303-8ec4-66215e7fe3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.585937 10.0.0.41 - - [2026-03-19 02:30:28] "GET / HTTP/1.1" 200 35931 0.001785 10.0.0.41 - - [2026-03-19 02:30:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.41 - - [2026-03-19 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.066260 10.0.0.27 - - [2026-03-19 02:30:29] "GET /projects?obj_uuids=c8efe9f5-8e56-4303-8ec4-66215e7fe3b0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001071 10.0.0.41 - - [2026-03-19 02:30:29] "GET /project/c8efe9f5-8e56-4303-8ec4-66215e7fe3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.071799 10.0.0.27 - - [2026-03-19 02:30:30] "POST /route-targets HTTP/1.1" 200 327 0.022710 10.0.0.27 - - [2026-03-19 02:30:30] "POST /useragent-kv HTTP/1.1" 200 115 0.011859 10.0.0.41 - - [2026-03-19 02:30:30] "POST /neutron/subnet HTTP/1.1" 200 719 0.319510 10.0.0.41 - - [2026-03-19 02:30:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001179 10.0.0.41 - - [2026-03-19 02:30:30] "GET /virtual-network/71f27dbe-08b2-4369-aa10-cc2a5697fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005952 10.0.0.41 - - [2026-03-19 02:30:30] "GET /virtual-network/71f27dbe-08b2-4369-aa10-cc2a5697fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006009 10.0.0.41 - - [2026-03-19 02:30:30] "POST /neutron/network HTTP/1.1" 200 838 0.008575 10.0.0.41 - - [2026-03-19 02:30:31] "GET /virtual-network/71f27dbe-08b2-4369-aa10-cc2a5697fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006198 10.0.0.41 - - [2026-03-19 02:30:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001221 10.0.0.27 - - [2026-03-19 02:30:35] "GET /projects?obj_uuids=c8efe9f5-8e56-4303-8ec4-66215e7fe3b0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001254 10.0.0.41 - - [2026-03-19 02:30:35] "GET /project/c8efe9f5-8e56-4303-8ec4-66215e7fe3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.093585 10.0.0.41 - - [2026-03-19 02:30:36] "POST /neutron/network HTTP/1.1" 200 838 0.033624 10.0.0.41 - - [2026-03-19 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.008846 10.0.0.41 - - [2026-03-19 02:30:38] "POST /neutron/port HTTP/1.1" 200 1070 0.048061 10.0.0.41 - - [2026-03-19 02:30:38] "POST /neutron/port HTTP/1.1" 200 1134 0.030429 10.0.0.41 - - [2026-03-19 02:30:38] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.41 - - [2026-03-19 02:30:41] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007969 10.0.0.27 - - [2026-03-19 02:30:42] "DELETE /project/c8efe9f58e5643038ec466215e7fe3b0 HTTP/1.1" 404 173 0.006346 10.0.0.27 - - [2026-03-19 02:30:42] "DELETE /project/8b57894f177849348afd849df27c4fb7 HTTP/1.1" 404 173 0.005924 10.0.0.27 - - [2026-03-19 02:30:42] "DELETE /project/c85bc9034f4349ed97d2c862b11247a8 HTTP/1.1" 404 173 0.007458 10.0.0.27 - - [2026-03-19 02:30:42] "GET /projects?obj_uuids=c85bc903-4f43-49ed-97d2-c862b11247a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000755 10.0.0.27 - - [2026-03-19 02:30:42] "GET /project/c85bc903-4f43-49ed-97d2-c862b11247a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.053625 10.0.0.27 - - [2026-03-19 02:30:42] "GET /projects?obj_uuids=c85bc903-4f43-49ed-97d2-c862b11247a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000795 10.0.0.27 - - [2026-03-19 02:30:42] "GET /project/c85bc903-4f43-49ed-97d2-c862b11247a8?fields=security_groups HTTP/1.1" 200 1357 0.063574 10.0.0.27 - - [2026-03-19 02:30:42] "DELETE /security-group/19d14831-0035-41b1-a447-fd2074e8f4c1 HTTP/1.1" 200 115 0.071314 10.0.0.27 - - [2026-03-19 02:30:42] "GET /projects?obj_uuids=c85bc903-4f43-49ed-97d2-c862b11247a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000817 10.0.0.27 - - [2026-03-19 02:30:42] "GET /project/c85bc903-4f43-49ed-97d2-c862b11247a8?fields=application_policy_sets HTTP/1.1" 200 1396 0.076411 10.0.0.27 - - [2026-03-19 02:30:42] "DELETE /access-control-list/d1077521-3208-4895-a0e2-771d49e10bbd HTTP/1.1" 200 115 0.066743 10.0.0.27 - - [2026-03-19 02:30:43] "DELETE /project/c85bc903-4f43-49ed-97d2-c862b11247a8 HTTP/1.1" 200 115 0.511772 10.0.0.41 - - [2026-03-19 02:30:46] "GET /obj-perms HTTP/1.1" 200 5052 0.068311 10.0.0.41 - - [2026-03-19 02:30:49] "GET /obj-perms HTTP/1.1" 200 5052 0.003702 10.0.0.41 - - [2026-03-19 02:30:52] "POST /neutron/network HTTP/1.1" 200 838 0.008361 10.0.0.41 - - [2026-03-19 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2069 0.046727 10.0.0.41 - - [2026-03-19 02:30:52] "POST /neutron/port HTTP/1.1" 200 151 0.270327 10.0.0.242 - - [2026-03-19 02:30:54] "GET /obj-perms HTTP/1.1" 200 5056 0.067181 10.0.0.27 - - [2026-03-19 02:30:55] "GET /projects?obj_uuids=c8efe9f5-8e56-4303-8ec4-66215e7fe3b0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000988 10.0.0.41 - - [2026-03-19 02:30:55] "GET /project/c8efe9f5-8e56-4303-8ec4-66215e7fe3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.063740 10.0.0.27 - - [2026-03-19 02:30:55] "GET /projects?obj_uuids=c8efe9f5-8e56-4303-8ec4-66215e7fe3b0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002362 10.0.0.41 - - [2026-03-19 02:30:55] "GET /project/c8efe9f5-8e56-4303-8ec4-66215e7fe3b0?fields=virtual_networks HTTP/1.1" 200 1054 0.074221 10.0.0.27 - - [2026-03-19 02:30:55] "GET /projects?obj_uuids=c8efe9f5-8e56-4303-8ec4-66215e7fe3b0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000911 10.0.0.41 - - [2026-03-19 02:30:55] "GET /project/c8efe9f5-8e56-4303-8ec4-66215e7fe3b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.062537 10.0.0.27 - - [2026-03-19 02:30:55] "GET /projects?obj_uuids=c8efe9f5-8e56-4303-8ec4-66215e7fe3b0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002044 10.0.0.41 - - [2026-03-19 02:30:55] "GET /project/c8efe9f5-8e56-4303-8ec4-66215e7fe3b0?fields=security_groups HTTP/1.1" 200 1291 0.066226 10.0.0.27 - - [2026-03-19 02:30:56] "GET /projects?obj_uuids=8b57894f-1778-4934-8afd-849df27c4fb7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000879 10.0.0.41 - - [2026-03-19 02:30:56] "GET /project/8b57894f-1778-4934-8afd-849df27c4fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.055453 10.0.0.27 - - [2026-03-19 02:31:03] "GET /projects?obj_uuids=8b57894f-1778-4934-8afd-849df27c4fb7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000893 10.0.0.41 - - [2026-03-19 02:31:03] "GET /project/8b57894f-1778-4934-8afd-849df27c4fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.061708 10.0.0.41 - - [2026-03-19 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.028086 10.0.0.27 - - [2026-03-19 02:31:06] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003690 10.0.0.27 - - [2026-03-19 02:31:06] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.27 - - [2026-03-19 02:31:06] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008297 10.0.0.27 - - [2026-03-19 02:31:06] "POST /id-to-fqname HTTP/1.1" 200 202 0.004962 10.0.0.27 - - [2026-03-19 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.011303 10.0.0.27 - - [2026-03-19 02:31:06] "POST /security-groups HTTP/1.1" 200 603 0.078611 10.0.0.27 - - [2026-03-19 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 246 0.003947 10.0.0.27 - - [2026-03-19 02:31:06] "POST /projects HTTP/1.1" 200 609 0.313080 10.0.0.27 - - [2026-03-19 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.396358 10.0.0.27 - - [2026-03-19 02:31:06] "POST /access-control-lists HTTP/1.1" 200 606 0.045499 10.0.0.41 - - [2026-03-19 02:31:06] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.584605 10.0.0.41 - - [2026-03-19 02:31:08] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.41 - - [2026-03-19 02:31:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.41 - - [2026-03-19 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.062720 10.0.0.27 - - [2026-03-19 02:31:08] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000835 10.0.0.41 - - [2026-03-19 02:31:08] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058866 10.0.0.41 - - [2026-03-19 02:31:09] "POST /neutron/network HTTP/1.1" 200 117 0.039004 10.0.0.41 - - [2026-03-19 02:31:09] "POST /neutron/network HTTP/1.1" 200 920 0.011831 10.0.0.41 - - [2026-03-19 02:31:09] "POST /id-to-fqname HTTP/1.1" 200 275 0.001365 10.0.0.41 - - [2026-03-19 02:31:09] "GET /virtual-network/51b446a9-a9ac-499f-9063-c321452d596b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2185 0.006263 10.0.0.41 - - [2026-03-19 02:31:09] "GET /virtual-network/51b446a9-a9ac-499f-9063-c321452d596b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2185 0.006881 10.0.0.41 - - [2026-03-19 02:31:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.011227 10.0.0.41 - - [2026-03-19 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2026-03-19 02:31:09] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.41 - - [2026-03-19 02:31:09] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.073260 10.0.0.27 - - [2026-03-19 02:31:10] "POST /route-targets HTTP/1.1" 200 327 0.015599 10.0.0.27 - - [2026-03-19 02:31:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008460 10.0.0.41 - - [2026-03-19 02:31:10] "POST /neutron/subnet HTTP/1.1" 200 719 0.244512 10.0.0.41 - - [2026-03-19 02:31:10] "POST /id-to-fqname HTTP/1.1" 200 275 0.001762 10.0.0.41 - - [2026-03-19 02:31:10] "GET /virtual-network/9f95f013-de14-4de0-a215-dd80408f3049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.005630 10.0.0.41 - - [2026-03-19 02:31:10] "GET /virtual-network/9f95f013-de14-4de0-a215-dd80408f3049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.006092 10.0.0.41 - - [2026-03-19 02:31:10] "POST /neutron/network HTTP/1.1" 200 921 0.006515 10.0.0.41 - - [2026-03-19 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.27 - - [2026-03-19 02:31:10] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000840 10.0.0.41 - - [2026-03-19 02:31:10] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.067267 10.0.0.27 - - [2026-03-19 02:31:10] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000920 10.0.0.41 - - [2026-03-19 02:31:10] "POST /neutron/network HTTP/1.1" 200 705 0.150599 10.0.0.27 - - [2026-03-19 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.056087 10.0.0.41 - - [2026-03-19 02:31:11] "POST /id-to-fqname HTTP/1.1" 200 276 0.003075 10.0.0.41 - - [2026-03-19 02:31:11] "GET /virtual-network/9e58428c-2c15-4c3d-9bbb-6eeafc1480c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005849 10.0.0.41 - - [2026-03-19 02:31:11] "POST /neutron/network HTTP/1.1" 200 923 0.008855 10.0.0.41 - - [2026-03-19 02:31:11] "GET /virtual-network/9e58428c-2c15-4c3d-9bbb-6eeafc1480c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.006603 10.0.0.41 - - [2026-03-19 02:31:11] "POST /id-to-fqname HTTP/1.1" 200 275 0.001569 10.0.0.41 - - [2026-03-19 02:31:11] "POST /neutron/network HTTP/1.1" 200 931 0.006996 10.0.0.27 - - [2026-03-19 02:31:12] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001357 10.0.0.41 - - [2026-03-19 02:31:12] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.091848 10.0.0.41 - - [2026-03-19 02:31:12] "POST /neutron/port HTTP/1.1" 200 117 0.006693 10.0.0.41 - - [2026-03-19 02:31:12] "POST /id-to-fqname HTTP/1.1" 200 276 0.001119 10.0.0.41 - - [2026-03-19 02:31:13] "POST /neutron/network HTTP/1.1" 200 931 0.007447 10.0.0.27 - - [2026-03-19 02:31:13] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.41 - - [2026-03-19 02:31:13] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.099043 10.0.0.41 - - [2026-03-19 02:31:13] "POST /neutron/port HTTP/1.1" 200 1071 0.019976 10.0.0.41 - - [2026-03-19 02:31:14] "POST /neutron/port HTTP/1.1" 200 1135 0.026009 10.0.0.41 - - [2026-03-19 02:31:14] "POST /neutron/port HTTP/1.1" 200 1135 0.025261 10.0.0.41 - - [2026-03-19 02:31:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008931 10.0.0.27 - - [2026-03-19 02:31:14] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001400 10.0.0.41 - - [2026-03-19 02:31:15] "POST /neutron/port HTTP/1.1" 200 1071 0.419769 10.0.0.41 - - [2026-03-19 02:31:15] "POST /neutron/network HTTP/1.1" 200 921 0.007259 10.0.0.41 - - [2026-03-19 02:31:16] "POST /neutron/port HTTP/1.1" 200 1135 0.062780 10.0.0.41 - - [2026-03-19 02:31:16] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.41 - - [2026-03-19 02:31:16] "POST /neutron/port HTTP/1.1" 200 1125 0.015473 10.0.0.27 - - [2026-03-19 02:31:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005038 10.0.0.27 - - [2026-03-19 02:31:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003413 10.0.0.41 - - [2026-03-19 02:31:18] "POST /neutron/network HTTP/1.1" 200 151 0.179224 10.0.0.41 - - [2026-03-19 02:31:19] "POST /neutron/port HTTP/1.1" 200 1135 0.018822 10.0.0.41 - - [2026-03-19 02:31:20] "POST /neutron/network HTTP/1.1" 200 923 0.008397 10.0.0.27 - - [2026-03-19 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005216 10.0.0.41 - - [2026-03-19 02:31:20] "POST /neutron/network HTTP/1.1" 200 894 0.016565 10.0.0.41 - - [2026-03-19 02:31:20] "POST /neutron/network HTTP/1.1" 200 117 0.018898 10.0.0.27 - - [2026-03-19 02:31:20] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.27 - - [2026-03-19 02:31:20] "DELETE /route-target/20bbe209-6e15-46de-ad0a-0cc753ee7865 HTTP/1.1" 200 115 0.043462 10.0.0.41 - - [2026-03-19 02:31:20] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.081104 10.0.0.27 - - [2026-03-19 02:31:20] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000851 10.0.0.41 - - [2026-03-19 02:31:20] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?fields=virtual_networks HTTP/1.1" 200 1056 0.072280 10.0.0.27 - - [2026-03-19 02:31:20] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000852 10.0.0.41 - - [2026-03-19 02:31:20] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.069268 10.0.0.27 - - [2026-03-19 02:31:20] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.41 - - [2026-03-19 02:31:21] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?fields=security_groups HTTP/1.1" 200 1294 0.071507 10.0.0.41 - - [2026-03-19 02:31:22] "POST /fqname-to-id HTTP/1.1" 404 190 0.038898 10.0.0.27 - - [2026-03-19 02:31:22] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003943 10.0.0.27 - - [2026-03-19 02:31:22] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001666 10.0.0.27 - - [2026-03-19 02:31:22] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011064 10.0.0.27 - - [2026-03-19 02:31:22] "POST /id-to-fqname HTTP/1.1" 200 192 0.016102 10.0.0.27 - - [2026-03-19 02:31:22] "POST /fqname-to-id HTTP/1.1" 404 201 0.011092 10.0.0.27 - - [2026-03-19 02:31:22] "POST /security-groups HTTP/1.1" 200 593 0.043007 10.0.0.27 - - [2026-03-19 02:31:22] "POST /projects HTTP/1.1" 200 589 0.324517 10.0.0.27 - - [2026-03-19 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.370221 10.0.0.27 - - [2026-03-19 02:31:22] "POST /fqname-to-id HTTP/1.1" 404 235 0.015555 10.0.0.41 - - [2026-03-19 02:31:22] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.571065 10.0.0.41 - - [2026-03-19 02:31:23] "GET / HTTP/1.1" 200 35931 0.001725 10.0.0.41 - - [2026-03-19 02:31:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554 10.0.0.41 - - [2026-03-19 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.070945 10.0.0.27 - - [2026-03-19 02:31:24] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001090 10.0.0.41 - - [2026-03-19 02:31:24] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.058493 10.0.0.27 - - [2026-03-19 02:31:24] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001442 10.0.0.41 - - [2026-03-19 02:31:25] "POST /neutron/network HTTP/1.1" 200 673 0.229665 10.0.0.27 - - [2026-03-19 02:31:25] "POST /ref-update HTTP/1.1" 200 156 0.052251 10.0.0.41 - - [2026-03-19 02:31:25] "POST /id-to-fqname HTTP/1.1" 200 255 0.003974 10.0.0.41 - - [2026-03-19 02:31:25] "GET /virtual-network/b610dbae-1088-43ef-bc41-6fa3f3fbf47c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005657 10.0.0.41 - - [2026-03-19 02:31:25] "POST /neutron/network HTTP/1.1" 200 891 0.007223 10.0.0.41 - - [2026-03-19 02:31:25] "GET /virtual-network/b610dbae-1088-43ef-bc41-6fa3f3fbf47c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005863 10.0.0.41 - - [2026-03-19 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2026-03-19 02:31:25] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005900 10.0.0.41 - - [2026-03-19 02:31:25] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.069029 10.0.0.41 - - [2026-03-19 02:31:25] "POST /neutron/network HTTP/1.1" 200 117 0.019324 10.0.0.41 - - [2026-03-19 02:31:26] "POST /neutron/network HTTP/1.1" 200 891 0.009909 10.0.0.41 - - [2026-03-19 02:31:26] "POST /id-to-fqname HTTP/1.1" 200 255 0.001009 10.0.0.41 - - [2026-03-19 02:31:26] "GET /virtual-network/18b9dea0-7d3b-4b66-8bc9-430ab0c57f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005811 10.0.0.41 - - [2026-03-19 02:31:26] "GET /virtual-network/18b9dea0-7d3b-4b66-8bc9-430ab0c57f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005390 10.0.0.41 - - [2026-03-19 02:31:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.020587 10.0.0.41 - - [2026-03-19 02:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.27 - - [2026-03-19 02:31:26] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000854 10.0.0.41 - - [2026-03-19 02:31:26] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.054477 10.0.0.27 - - [2026-03-19 02:31:26] "POST /route-targets HTTP/1.1" 200 327 0.015090 10.0.0.27 - - [2026-03-19 02:31:27] "POST /useragent-kv HTTP/1.1" 200 115 0.014931 10.0.0.41 - - [2026-03-19 02:31:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.291858 10.0.0.41 - - [2026-03-19 02:31:27] "POST /id-to-fqname HTTP/1.1" 200 256 0.001173 10.0.0.41 - - [2026-03-19 02:31:27] "GET /virtual-network/a1d926ef-66df-48b6-b12d-b24b5da3d331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.009541 10.0.0.41 - - [2026-03-19 02:31:27] "GET /virtual-network/a1d926ef-66df-48b6-b12d-b24b5da3d331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006065 10.0.0.41 - - [2026-03-19 02:31:27] "POST /neutron/network HTTP/1.1" 200 894 0.008153 10.0.0.41 - - [2026-03-19 02:31:27] "POST /id-to-fqname HTTP/1.1" 200 255 0.001168 10.0.0.27 - - [2026-03-19 02:31:28] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001190 10.0.0.41 - - [2026-03-19 02:31:28] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.095575 10.0.0.41 - - [2026-03-19 02:31:28] "POST /neutron/network HTTP/1.1" 200 891 0.011643 10.0.0.41 - - [2026-03-19 02:31:28] "POST /id-to-fqname HTTP/1.1" 200 256 0.001267 10.0.0.41 - - [2026-03-19 02:31:28] "POST /neutron/port HTTP/1.1" 200 117 0.008142 10.0.0.27 - - [2026-03-19 02:31:29] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001355 10.0.0.41 - - [2026-03-19 02:31:29] "POST /neutron/port HTTP/1.1" 200 1061 0.395889 10.0.0.41 - - [2026-03-19 02:31:29] "POST /neutron/port HTTP/1.1" 200 1115 0.156047 10.0.0.27 - - [2026-03-19 02:31:29] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000936 10.0.0.41 - - [2026-03-19 02:31:29] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.120100 10.0.0.41 - - [2026-03-19 02:31:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006059 10.0.0.41 - - [2026-03-19 02:31:29] "POST /neutron/network HTTP/1.1" 200 891 0.010843 10.0.0.41 - - [2026-03-19 02:31:30] "POST /neutron/port HTTP/1.1" 200 117 0.008671 10.0.0.41 - - [2026-03-19 02:31:30] "POST /neutron/port HTTP/1.1" 200 1062 0.022456 10.0.0.41 - - [2026-03-19 02:31:31] "POST /neutron/port HTTP/1.1" 200 1126 0.027213 10.0.0.41 - - [2026-03-19 02:31:31] "POST /neutron/port HTTP/1.1" 200 117 0.001488 10.0.0.41 - - [2026-03-19 02:31:31] "POST /neutron/network HTTP/1.1" 400 204 0.013959 10.0.0.41 - - [2026-03-19 02:31:32] "POST /neutron/port HTTP/1.1" 200 151 0.202442 10.0.0.41 - - [2026-03-19 02:31:32] "POST /neutron/port HTTP/1.1" 200 151 0.224001 10.0.0.27 - - [2026-03-19 02:31:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008866 10.0.0.27 - - [2026-03-19 02:31:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005707 10.0.0.41 - - [2026-03-19 02:31:33] "POST /neutron/network HTTP/1.1" 200 151 0.146987 10.0.0.27 - - [2026-03-19 02:31:33] "DELETE /route-target/8fb9ec7e-2f22-4503-9648-710f36470f2c HTTP/1.1" 200 115 0.035987 10.0.0.41 - - [2026-03-19 02:31:34] "POST /neutron/network HTTP/1.1" 200 891 0.012545 10.0.0.27 - - [2026-03-19 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.27 - - [2026-03-19 02:31:34] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001024 10.0.0.41 - - [2026-03-19 02:31:34] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.050866 10.0.0.27 - - [2026-03-19 02:31:34] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003390 10.0.0.41 - - [2026-03-19 02:31:34] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?fields=virtual_networks HTTP/1.1" 200 1034 0.069859 10.0.0.27 - - [2026-03-19 02:31:34] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.41 - - [2026-03-19 02:31:34] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.072311 10.0.0.27 - - [2026-03-19 02:31:34] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001559 10.0.0.41 - - [2026-03-19 02:31:34] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?fields=security_groups HTTP/1.1" 200 1262 0.057728 10.0.0.41 - - [2026-03-19 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.030207 10.0.0.27 - - [2026-03-19 02:31:35] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006756 10.0.0.27 - - [2026-03-19 02:31:35] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.27 - - [2026-03-19 02:31:35] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009800 10.0.0.27 - - [2026-03-19 02:31:35] "POST /id-to-fqname HTTP/1.1" 200 198 0.004856 10.0.0.27 - - [2026-03-19 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.006464 10.0.0.27 - - [2026-03-19 02:31:36] "POST /security-groups HTTP/1.1" 200 599 0.074132 10.0.0.27 - - [2026-03-19 02:31:36] "POST /projects HTTP/1.1" 200 601 0.318438 10.0.0.27 - - [2026-03-19 02:31:36] "POST /access-control-lists HTTP/1.1" 200 604 0.035768 10.0.0.27 - - [2026-03-19 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.406848 10.0.0.41 - - [2026-03-19 02:31:36] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.562040 10.0.0.41 - - [2026-03-19 02:31:37] "GET / HTTP/1.1" 200 35931 0.002438 10.0.0.41 - - [2026-03-19 02:31:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.41 - - [2026-03-19 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.059734 10.0.0.27 - - [2026-03-19 02:31:38] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000812 10.0.0.41 - - [2026-03-19 02:31:38] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045083 10.0.0.27 - - [2026-03-19 02:31:38] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.41 - - [2026-03-19 02:31:38] "POST /neutron/network HTTP/1.1" 200 691 0.167104 10.0.0.27 - - [2026-03-19 02:31:38] "POST /route-targets HTTP/1.1" 200 327 0.014114 10.0.0.41 - - [2026-03-19 02:31:38] "POST /id-to-fqname HTTP/1.1" 200 267 0.004284 10.0.0.41 - - [2026-03-19 02:31:38] "GET /virtual-network/33dfcdf7-fbee-4f57-9419-6ec9bc98c048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.006704 10.0.0.41 - - [2026-03-19 02:31:38] "POST /neutron/network HTTP/1.1" 200 910 0.012771 10.0.0.41 - - [2026-03-19 02:31:38] "GET /virtual-network/33dfcdf7-fbee-4f57-9419-6ec9bc98c048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.006314 10.0.0.41 - - [2026-03-19 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.27 - - [2026-03-19 02:31:38] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.41 - - [2026-03-19 02:31:38] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047628 10.0.0.41 - - [2026-03-19 02:31:38] "POST /neutron/network HTTP/1.1" 200 117 0.015602 10.0.0.27 - - [2026-03-19 02:31:39] "POST /ref-update HTTP/1.1" 200 156 0.024351 10.0.0.41 - - [2026-03-19 02:31:39] "POST /neutron/network HTTP/1.1" 200 911 0.009120 10.0.0.41 - - [2026-03-19 02:31:39] "POST /id-to-fqname HTTP/1.1" 200 267 0.001222 10.0.0.41 - - [2026-03-19 02:31:39] "GET /virtual-network/8ca262b4-1696-49ce-a3ce-57ebeed59f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005353 10.0.0.41 - - [2026-03-19 02:31:39] "GET /virtual-network/8ca262b4-1696-49ce-a3ce-57ebeed59f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006114 10.0.0.41 - - [2026-03-19 02:31:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.008985 10.0.0.41 - - [2026-03-19 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.27 - - [2026-03-19 02:31:39] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130 10.0.0.41 - - [2026-03-19 02:31:39] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.054160 10.0.0.27 - - [2026-03-19 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.011119 10.0.0.41 - - [2026-03-19 02:31:40] "POST /neutron/subnet HTTP/1.1" 200 719 0.195160 10.0.0.41 - - [2026-03-19 02:31:40] "POST /id-to-fqname HTTP/1.1" 200 268 0.001163 10.0.0.41 - - [2026-03-19 02:31:40] "GET /virtual-network/cd765c70-abb8-47f3-be84-f705bc176d53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005747 10.0.0.41 - - [2026-03-19 02:31:40] "GET /virtual-network/cd765c70-abb8-47f3-be84-f705bc176d53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005265 10.0.0.41 - - [2026-03-19 02:31:40] "POST /neutron/network HTTP/1.1" 200 911 0.009542 10.0.0.41 - - [2026-03-19 02:31:40] "POST /id-to-fqname HTTP/1.1" 200 267 0.001229 10.0.0.27 - - [2026-03-19 02:31:43] "DELETE /project/d7b6c91553c948e1823844d0bed8c5a0 HTTP/1.1" 404 173 0.008978 10.0.0.27 - - [2026-03-19 02:31:43] "DELETE /project/d40daeadfb2e4592aa44b13cb2d472b6 HTTP/1.1" 404 173 0.012126 10.0.0.27 - - [2026-03-19 02:31:43] "DELETE /project/47552de28809420d821284f78c13eac3 HTTP/1.1" 404 173 0.008785 10.0.0.27 - - [2026-03-19 02:31:43] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.27 - - [2026-03-19 02:31:43] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000742 10.0.0.27 - - [2026-03-19 02:31:43] "GET /projects?obj_uuids=c8efe9f5-8e56-4303-8ec4-66215e7fe3b0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000867 10.0.0.27 - - [2026-03-19 02:31:43] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.076288 10.0.0.27 - - [2026-03-19 02:31:43] "GET /project/c8efe9f5-8e56-4303-8ec4-66215e7fe3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.082220 10.0.0.27 - - [2026-03-19 02:31:43] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.100172 10.0.0.27 - - [2026-03-19 02:31:43] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001288 10.0.0.27 - - [2026-03-19 02:31:43] "GET /projects?obj_uuids=c8efe9f5-8e56-4303-8ec4-66215e7fe3b0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000894 10.0.0.27 - - [2026-03-19 02:31:43] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000827 10.0.0.27 - - [2026-03-19 02:31:43] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?fields=security_groups HTTP/1.1" 200 1399 0.080090 10.0.0.27 - - [2026-03-19 02:31:43] "GET /project/c8efe9f5-8e56-4303-8ec4-66215e7fe3b0?fields=security_groups HTTP/1.1" 200 1396 0.086703 10.0.0.27 - - [2026-03-19 02:31:43] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?fields=security_groups HTTP/1.1" 200 1367 0.087967 10.0.0.27 - - [2026-03-19 02:31:43] "DELETE /security-group/9e489d2c-5ee1-4cf6-99eb-a6981c3d7031 HTTP/1.1" 200 115 0.121081 10.0.0.27 - - [2026-03-19 02:31:43] "GET /projects?obj_uuids=d40daead-fb2e-4592-aa44-b13cb2d472b6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001779 10.0.0.27 - - [2026-03-19 02:31:43] "DELETE /security-group/47c7a85a-4bb2-45ba-bec1-f3f9a4efe7e0 HTTP/1.1" 200 115 0.136834 10.0.0.27 - - [2026-03-19 02:31:43] "GET /projects?obj_uuids=47552de2-8809-420d-8212-84f78c13eac3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001748 10.0.0.27 - - [2026-03-19 02:31:43] "DELETE /security-group/765eab9c-2ae2-48c8-a848-857ade7f0d54 HTTP/1.1" 200 115 0.162527 10.0.0.27 - - [2026-03-19 02:31:43] "GET /projects?obj_uuids=c8efe9f5-8e56-4303-8ec4-66215e7fe3b0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001420 10.0.0.27 - - [2026-03-19 02:31:43] "DELETE /access-control-list/836031da-3357-42ee-9ffb-47008dd896e4 HTTP/1.1" 200 115 0.115609 10.0.0.27 - - [2026-03-19 02:31:43] "GET /project/d40daead-fb2e-4592-aa44-b13cb2d472b6?fields=application_policy_sets HTTP/1.1" 200 1438 0.121064 10.0.0.27 - - [2026-03-19 02:31:43] "GET /project/c8efe9f5-8e56-4303-8ec4-66215e7fe3b0?fields=application_policy_sets HTTP/1.1" 200 1435 0.111866 10.0.0.27 - - [2026-03-19 02:31:43] "GET /project/47552de2-8809-420d-8212-84f78c13eac3?fields=application_policy_sets HTTP/1.1" 200 1406 0.203851 10.0.0.27 - - [2026-03-19 02:31:44] "DELETE /access-control-list/9bde34c8-3c7b-474f-8ce4-a0393174aa30 HTTP/1.1" 200 115 0.106490 10.0.0.27 - - [2026-03-19 02:31:44] "DELETE /project/c8efe9f5-8e56-4303-8ec4-66215e7fe3b0 HTTP/1.1" 200 115 0.894336 10.0.0.27 - - [2026-03-19 02:31:44] "DELETE /project/d40daead-fb2e-4592-aa44-b13cb2d472b6 HTTP/1.1" 200 115 0.914952 10.0.0.27 - - [2026-03-19 02:31:44] "DELETE /project/47552de2-8809-420d-8212-84f78c13eac3 HTTP/1.1" 200 115 0.980649 10.0.0.41 - - [2026-03-19 02:31:55] "GET /obj-perms HTTP/1.1" 200 5056 0.056206 10.0.0.27 - - [2026-03-19 02:32:16] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.41 - - [2026-03-19 02:32:16] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081381 10.0.0.41 - - [2026-03-19 02:32:16] "POST /neutron/network HTTP/1.1" 200 911 0.009078 10.0.0.41 - - [2026-03-19 02:32:16] "POST /id-to-fqname HTTP/1.1" 200 268 0.001544 10.0.0.41 - - [2026-03-19 02:32:16] "POST /neutron/port HTTP/1.1" 200 117 0.006124 10.0.0.27 - - [2026-03-19 02:32:17] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.41 - - [2026-03-19 02:32:17] "POST /neutron/port HTTP/1.1" 200 1069 0.481596 10.0.0.27 - - [2026-03-19 02:32:17] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066 10.0.0.41 - - [2026-03-19 02:32:17] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.134881 10.0.0.41 - - [2026-03-19 02:32:17] "POST /neutron/network HTTP/1.1" 200 911 0.006679 10.0.0.41 - - [2026-03-19 02:32:18] "POST /neutron/port HTTP/1.1" 200 1133 0.042213 10.0.0.41 - - [2026-03-19 02:32:18] "POST /neutron/port HTTP/1.1" 200 117 0.008389 10.0.0.27 - - [2026-03-19 02:32:18] "GET /projects?obj_uuids=8b57894f-1778-4934-8afd-849df27c4fb7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000843 10.0.0.41 - - [2026-03-19 02:32:18] "GET /project/8b57894f-1778-4934-8afd-849df27c4fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.050288 10.0.0.41 - - [2026-03-19 02:32:18] "POST /neutron/network HTTP/1.1" 200 911 0.017605 10.0.0.41 - - [2026-03-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006284 10.0.0.41 - - [2026-03-19 02:32:19] "GET /security-group/f068ffba-406c-494c-b564-7cd5cb58fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005895 10.0.0.41 - - [2026-03-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.013537 10.0.0.41 - - [2026-03-19 02:32:19] "POST /neutron/port HTTP/1.1" 200 1067 0.038853 10.0.0.27 - - [2026-03-19 02:32:19] "GET /projects?obj_uuids=8b57894f-1778-4934-8afd-849df27c4fb7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000997 10.0.0.41 - - [2026-03-19 02:32:19] "GET /project/8b57894f-1778-4934-8afd-849df27c4fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.079827 10.0.0.41 - - [2026-03-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010302 10.0.0.41 - - [2026-03-19 02:32:19] "GET /security-group/f068ffba-406c-494c-b564-7cd5cb58fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.007363 10.0.0.41 - - [2026-03-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.013711 10.0.0.41 - - [2026-03-19 02:32:19] "PUT /security-group/f068ffba-406c-494c-b564-7cd5cb58fd70 HTTP/1.1" 200 262 0.047981 10.0.0.27 - - [2026-03-19 02:32:19] "PUT /access-control-list/ff04a170-879f-4e13-81ee-9453107134f9 HTTP/1.1" 200 272 0.029543 10.0.0.41 - - [2026-03-19 02:32:19] "POST /neutron/port HTTP/1.1" 200 1131 0.067667 10.0.0.41 - - [2026-03-19 02:32:19] "POST /neutron/port HTTP/1.1" 200 117 0.002436 10.0.0.41 - - [2026-03-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.005801 10.0.0.41 - - [2026-03-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006190 10.0.0.27 - - [2026-03-19 02:32:20] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.41 - - [2026-03-19 02:32:20] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.015059 10.0.0.41 - - [2026-03-19 02:32:20] "POST /service-templates HTTP/1.1" 200 543 0.056821 10.0.0.41 - - [2026-03-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.011590 10.0.0.41 - - [2026-03-19 02:32:20] "GET /service-template/e6bebd34-f497-4239-a7c2-b7fdc5cd0b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.006037 10.0.0.41 - - [2026-03-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.011841 10.0.0.41 - - [2026-03-19 02:32:20] "GET /service-template/e6bebd34-f497-4239-a7c2-b7fdc5cd0b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.003834 10.0.0.41 - - [2026-03-19 02:32:20] "POST /id-to-fqname HTTP/1.1" 200 267 0.002825 10.0.0.41 - - [2026-03-19 02:32:21] "POST /id-to-fqname HTTP/1.1" 200 267 0.003193 10.0.0.41 - - [2026-03-19 02:32:21] "POST /id-to-fqname HTTP/1.1" 200 268 0.003892 10.0.0.41 - - [2026-03-19 02:32:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.020073 10.0.0.41 - - [2026-03-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005650 10.0.0.41 - - [2026-03-19 02:32:21] "DELETE /service-template/e6bebd34-f497-4239-a7c2-b7fdc5cd0b02 HTTP/1.1" 200 115 0.075308 10.0.0.41 - - [2026-03-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.005026 10.0.0.41 - - [2026-03-19 02:32:26] "POST /neutron/network HTTP/1.1" 200 911 0.023317 10.0.0.41 - - [2026-03-19 02:32:28] "POST /neutron/network HTTP/1.1" 400 204 0.031075 10.0.0.41 - - [2026-03-19 02:32:32] "POST /neutron/network HTTP/1.1" 200 911 0.009047 10.0.0.41 - - [2026-03-19 02:32:34] "POST /neutron/network HTTP/1.1" 400 204 0.033144 10.0.0.41 - - [2026-03-19 02:32:38] "POST /neutron/network HTTP/1.1" 200 911 0.012921 10.0.0.41 - - [2026-03-19 02:32:41] "POST /neutron/network HTTP/1.1" 400 204 0.021171 10.0.0.41 - - [2026-03-19 02:32:45] "POST /neutron/network HTTP/1.1" 200 911 0.007277 10.0.0.41 - - [2026-03-19 02:32:47] "POST /neutron/network HTTP/1.1" 400 204 0.018623 10.0.0.41 - - [2026-03-19 02:32:51] "POST /neutron/network HTTP/1.1" 200 911 0.007317 10.0.0.41 - - [2026-03-19 02:32:53] "POST /neutron/network HTTP/1.1" 400 204 0.015772 10.0.0.27 - - [2026-03-19 02:32:55] "GET /obj-perms HTTP/1.1" 200 5056 0.052729 10.0.0.41 - - [2026-03-19 02:32:57] "POST /neutron/network HTTP/1.1" 200 911 0.007569 10.0.0.41 - - [2026-03-19 02:32:59] "POST /neutron/network HTTP/1.1" 400 204 0.017178 10.0.0.41 - - [2026-03-19 02:33:03] "POST /neutron/network HTTP/1.1" 200 911 0.007807 10.0.0.41 - - [2026-03-19 02:33:05] "POST /neutron/network HTTP/1.1" 400 204 0.013633 10.0.0.41 - - [2026-03-19 02:33:09] "POST /neutron/network HTTP/1.1" 200 911 0.007045 10.0.0.41 - - [2026-03-19 02:33:11] "POST /neutron/network HTTP/1.1" 400 204 0.013801 10.0.0.41 - - [2026-03-19 02:33:15] "POST /neutron/port HTTP/1.1" 200 1133 0.021257 10.0.0.41 - - [2026-03-19 02:33:15] "POST /neutron/network HTTP/1.1" 200 911 0.010541 10.0.0.27 - - [2026-03-19 02:33:16] "DELETE /route-target/5f78978e-3003-46a6-9225-fd03452dea9c HTTP/1.1" 200 115 0.056251 10.0.0.41 - - [2026-03-19 02:33:16] "POST /neutron/network HTTP/1.1" 400 204 0.028224 10.0.0.41 - - [2026-03-19 02:33:18] "POST /neutron/network HTTP/1.1" 400 204 0.013644 10.0.0.41 - - [2026-03-19 02:33:21] "POST /neutron/port HTTP/1.1" 200 1131 0.019517 10.0.0.41 - - [2026-03-19 02:33:22] "POST /neutron/network HTTP/1.1" 200 911 0.006715 10.0.0.27 - - [2026-03-19 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005456 10.0.0.27 - - [2026-03-19 02:33:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003167 10.0.0.27 - - [2026-03-19 02:33:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003263 10.0.0.41 - - [2026-03-19 02:33:22] "POST /neutron/network HTTP/1.1" 200 151 0.154203 10.0.0.27 - - [2026-03-19 02:33:22] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.41 - - [2026-03-19 02:33:22] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.096725 10.0.0.27 - - [2026-03-19 02:33:22] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.41 - - [2026-03-19 02:33:22] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?fields=virtual_networks HTTP/1.1" 200 1047 0.045254 10.0.0.27 - - [2026-03-19 02:33:22] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.41 - - [2026-03-19 02:33:22] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.051027 10.0.0.27 - - [2026-03-19 02:33:22] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001208 10.0.0.41 - - [2026-03-19 02:33:22] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?fields=security_groups HTTP/1.1" 200 1281 0.055376 10.0.0.41 - - [2026-03-19 02:33:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.036369 10.0.0.27 - - [2026-03-19 02:33:23] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002976 10.0.0.27 - - [2026-03-19 02:33:23] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.27 - - [2026-03-19 02:33:23] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007606 10.0.0.27 - - [2026-03-19 02:33:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.003375 10.0.0.27 - - [2026-03-19 02:33:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.005820 10.0.0.27 - - [2026-03-19 02:33:24] "POST /security-groups HTTP/1.1" 200 592 0.032146 10.0.0.27 - - [2026-03-19 02:33:24] "POST /projects HTTP/1.1" 200 587 0.248483 10.0.0.27 - - [2026-03-19 02:33:24] "POST /access-control-lists HTTP/1.1" 200 597 0.035679 10.0.0.27 - - [2026-03-19 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.324870 10.0.0.41 - - [2026-03-19 02:33:24] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.481700 10.0.0.41 - - [2026-03-19 02:33:25] "GET / HTTP/1.1" 200 35931 0.001339 10.0.0.41 - - [2026-03-19 02:33:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2026-03-19 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.060959 10.0.0.27 - - [2026-03-19 02:33:26] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000852 10.0.0.41 - - [2026-03-19 02:33:26] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041767 10.0.0.27 - - [2026-03-19 02:33:26] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000980 10.0.0.41 - - [2026-03-19 02:33:26] "POST /neutron/network HTTP/1.1" 200 670 0.179318 10.0.0.27 - - [2026-03-19 02:33:26] "POST /route-targets HTTP/1.1" 200 327 0.014104 10.0.0.41 - - [2026-03-19 02:33:27] "POST /id-to-fqname HTTP/1.1" 200 253 0.003541 10.0.0.41 - - [2026-03-19 02:33:27] "GET /virtual-network/39e8f74e-0d10-4cb6-8200-854fd8271b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005165 10.0.0.41 - - [2026-03-19 02:33:27] "POST /neutron/network HTTP/1.1" 200 891 0.005965 10.0.0.41 - - [2026-03-19 02:33:27] "GET /virtual-network/39e8f74e-0d10-4cb6-8200-854fd8271b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005836 10.0.0.41 - - [2026-03-19 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.27 - - [2026-03-19 02:33:27] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000854 10.0.0.41 - - [2026-03-19 02:33:27] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047106 10.0.0.41 - - [2026-03-19 02:33:27] "POST /neutron/network HTTP/1.1" 200 117 0.024428 10.0.0.27 - - [2026-03-19 02:33:27] "POST /ref-update HTTP/1.1" 200 156 0.040831 10.0.0.41 - - [2026-03-19 02:33:27] "POST /neutron/network HTTP/1.1" 200 886 0.021322 10.0.0.41 - - [2026-03-19 02:33:27] "POST /id-to-fqname HTTP/1.1" 200 253 0.001014 10.0.0.41 - - [2026-03-19 02:33:27] "GET /virtual-network/a44c02ed-2da0-4023-aaee-fe4eb028f5b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006985 10.0.0.41 - - [2026-03-19 02:33:27] "GET /virtual-network/a44c02ed-2da0-4023-aaee-fe4eb028f5b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005317 10.0.0.41 - - [2026-03-19 02:33:27] "POST /neutron/subnet HTTP/1.1" 200 710 0.013420 10.0.0.41 - - [2026-03-19 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.27 - - [2026-03-19 02:33:27] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000802 10.0.0.41 - - [2026-03-19 02:33:27] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064030 10.0.0.27 - - [2026-03-19 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.012718 10.0.0.41 - - [2026-03-19 02:33:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.269895 10.0.0.41 - - [2026-03-19 02:33:28] "POST /id-to-fqname HTTP/1.1" 200 254 0.001182 10.0.0.41 - - [2026-03-19 02:33:28] "GET /virtual-network/6f7c3d3a-0b45-45bf-bec2-17e17ad402c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.004959 10.0.0.41 - - [2026-03-19 02:33:28] "GET /virtual-network/6f7c3d3a-0b45-45bf-bec2-17e17ad402c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005590 10.0.0.41 - - [2026-03-19 02:33:28] "POST /neutron/network HTTP/1.1" 200 892 0.006574 10.0.0.41 - - [2026-03-19 02:33:28] "POST /id-to-fqname HTTP/1.1" 200 253 0.001552 10.0.0.27 - - [2026-03-19 02:33:29] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.41 - - [2026-03-19 02:33:29] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.073892 10.0.0.41 - - [2026-03-19 02:33:29] "POST /neutron/network HTTP/1.1" 200 886 0.006780 10.0.0.41 - - [2026-03-19 02:33:29] "POST /id-to-fqname HTTP/1.1" 200 254 0.001173 10.0.0.41 - - [2026-03-19 02:33:29] "POST /neutron/port HTTP/1.1" 200 117 0.006512 10.0.0.27 - - [2026-03-19 02:33:30] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001187 10.0.0.41 - - [2026-03-19 02:33:30] "POST /neutron/port HTTP/1.1" 200 1058 0.318918 10.0.0.27 - - [2026-03-19 02:33:30] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.41 - - [2026-03-19 02:33:30] "POST /neutron/port HTTP/1.1" 200 1112 0.117195 10.0.0.41 - - [2026-03-19 02:33:30] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.106133 10.0.0.41 - - [2026-03-19 02:33:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004113 10.0.0.41 - - [2026-03-19 02:33:30] "POST /neutron/network HTTP/1.1" 200 886 0.006406 10.0.0.41 - - [2026-03-19 02:33:31] "POST /neutron/port HTTP/1.1" 200 117 0.006472 10.0.0.41 - - [2026-03-19 02:33:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003695 10.0.0.41 - - [2026-03-19 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.41 - - [2026-03-19 02:33:31] "POST /neutron/port HTTP/1.1" 200 1062 0.018075 10.0.0.27 - - [2026-03-19 02:33:31] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.41 - - [2026-03-19 02:33:31] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006729 10.0.0.41 - - [2026-03-19 02:33:31] "POST /service-templates HTTP/1.1" 200 543 0.058353 10.0.0.41 - - [2026-03-19 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.41 - - [2026-03-19 02:33:32] "GET /service-template/119ce11e-c6b0-45f9-a7a2-b68531f1064f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005997 10.0.0.41 - - [2026-03-19 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.41 - - [2026-03-19 02:33:32] "POST /neutron/port HTTP/1.1" 200 1126 0.023694 10.0.0.41 - - [2026-03-19 02:33:32] "GET /service-template/119ce11e-c6b0-45f9-a7a2-b68531f1064f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006992 10.0.0.41 - - [2026-03-19 02:33:32] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.41 - - [2026-03-19 02:33:32] "POST /id-to-fqname HTTP/1.1" 200 253 0.001072 10.0.0.41 - - [2026-03-19 02:33:32] "POST /id-to-fqname HTTP/1.1" 200 253 0.001333 10.0.0.41 - - [2026-03-19 02:33:32] "POST /id-to-fqname HTTP/1.1" 200 254 0.001115 10.0.0.41 - - [2026-03-19 02:33:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007885 10.0.0.41 - - [2026-03-19 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.41 - - [2026-03-19 02:33:32] "DELETE /service-template/119ce11e-c6b0-45f9-a7a2-b68531f1064f HTTP/1.1" 200 115 0.042092 10.0.0.41 - - [2026-03-19 02:33:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.005325 10.0.0.41 - - [2026-03-19 02:33:35] "POST /neutron/port HTTP/1.1" 200 1126 0.020018 10.0.0.41 - - [2026-03-19 02:33:35] "POST /neutron/port HTTP/1.1" 200 1112 0.012455 10.0.0.41 - - [2026-03-19 02:33:36] "POST /neutron/network HTTP/1.1" 200 886 0.013877 10.0.0.27 - - [2026-03-19 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.27 - - [2026-03-19 02:33:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002934 10.0.0.27 - - [2026-03-19 02:33:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001992 10.0.0.41 - - [2026-03-19 02:33:37] "POST /neutron/network HTTP/1.1" 200 151 0.152312 10.0.0.27 - - [2026-03-19 02:33:37] "DELETE /route-target/28b2512f-5a1e-4bc8-aa81-465573ef2b9e HTTP/1.1" 200 115 0.025763 10.0.0.27 - - [2026-03-19 02:33:37] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.41 - - [2026-03-19 02:33:37] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064123 10.0.0.27 - - [2026-03-19 02:33:37] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001945 10.0.0.41 - - [2026-03-19 02:33:37] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?fields=virtual_networks HTTP/1.1" 200 1034 0.053457 10.0.0.27 - - [2026-03-19 02:33:37] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.41 - - [2026-03-19 02:33:37] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.048721 10.0.0.27 - - [2026-03-19 02:33:37] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001265 10.0.0.41 - - [2026-03-19 02:33:37] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?fields=security_groups HTTP/1.1" 200 1261 0.063436 10.0.0.41 - - [2026-03-19 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.028919 10.0.0.27 - - [2026-03-19 02:33:38] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003123 10.0.0.27 - - [2026-03-19 02:33:38] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.27 - - [2026-03-19 02:33:38] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007399 10.0.0.27 - - [2026-03-19 02:33:38] "POST /id-to-fqname HTTP/1.1" 200 195 0.006415 10.0.0.27 - - [2026-03-19 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 204 0.004381 10.0.0.27 - - [2026-03-19 02:33:38] "POST /security-groups HTTP/1.1" 200 596 0.030453 10.0.0.27 - - [2026-03-19 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 239 0.003023 10.0.0.27 - - [2026-03-19 02:33:39] "POST /projects HTTP/1.1" 200 595 0.270298 10.0.0.27 - - [2026-03-19 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.344322 10.0.0.27 - - [2026-03-19 02:33:39] "POST /access-control-lists HTTP/1.1" 200 599 0.032783 10.0.0.41 - - [2026-03-19 02:33:39] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.503864 10.0.0.41 - - [2026-03-19 02:33:40] "GET / HTTP/1.1" 200 35931 0.001648 10.0.0.41 - - [2026-03-19 02:33:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.41 - - [2026-03-19 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.058465 10.0.0.27 - - [2026-03-19 02:33:41] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000840 10.0.0.41 - - [2026-03-19 02:33:41] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039348 10.0.0.41 - - [2026-03-19 02:33:41] "POST /neutron/network HTTP/1.1" 200 117 0.039149 10.0.0.27 - - [2026-03-19 02:33:41] "POST /useragent-kv HTTP/1.1" 200 115 0.019429 10.0.0.41 - - [2026-03-19 02:33:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.198161 10.0.0.41 - - [2026-03-19 02:33:41] "POST /id-to-fqname HTTP/1.1" 200 261 0.001186 10.0.0.41 - - [2026-03-19 02:33:41] "GET /virtual-network/cdf95e10-1a91-4c0d-b4ba-55bc68490235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.006245 10.0.0.41 - - [2026-03-19 02:33:42] "GET /virtual-network/cdf95e10-1a91-4c0d-b4ba-55bc68490235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.011715 10.0.0.41 - - [2026-03-19 02:33:42] "POST /neutron/network HTTP/1.1" 200 1072 0.020893 10.0.0.27 - - [2026-03-19 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.042425 10.0.0.41 - - [2026-03-19 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.27 - - [2026-03-19 02:33:42] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001256 10.0.0.41 - - [2026-03-19 02:33:42] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.052813 10.0.0.41 - - [2026-03-19 02:33:42] "POST /neutron/network HTTP/1.1" 200 117 0.016560 10.0.0.27 - - [2026-03-19 02:33:42] "POST /route-targets HTTP/1.1" 200 327 0.015494 10.0.0.27 - - [2026-03-19 02:33:42] "POST /useragent-kv HTTP/1.1" 200 115 0.012054 10.0.0.41 - - [2026-03-19 02:33:42] "POST /neutron/subnet HTTP/1.1" 200 719 0.232811 10.0.0.41 - - [2026-03-19 02:33:43] "POST /id-to-fqname HTTP/1.1" 200 261 0.002049 10.0.0.41 - - [2026-03-19 02:33:43] "GET /virtual-network/78115da4-9d6e-47f0-8b8c-53957cab2545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.005617 10.0.0.41 - - [2026-03-19 02:33:43] "GET /virtual-network/78115da4-9d6e-47f0-8b8c-53957cab2545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.006575 10.0.0.41 - - [2026-03-19 02:33:43] "POST /neutron/network HTTP/1.1" 200 1073 0.009911 10.0.0.41 - - [2026-03-19 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.27 - - [2026-03-19 02:33:43] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000900 10.0.0.41 - - [2026-03-19 02:33:43] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.060286 10.0.0.41 - - [2026-03-19 02:33:43] "POST /neutron/network HTTP/1.1" 200 117 0.019590 10.0.0.27 - - [2026-03-19 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.029370 10.0.0.27 - - [2026-03-19 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.006762 10.0.0.27 - - [2026-03-19 02:33:43] "POST /useragent-kv HTTP/1.1" 200 115 0.011637 10.0.0.41 - - [2026-03-19 02:33:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.267344 10.0.0.41 - - [2026-03-19 02:33:44] "POST /id-to-fqname HTTP/1.1" 200 262 0.001695 10.0.0.41 - - [2026-03-19 02:33:44] "GET /virtual-network/1c04913d-3700-4666-ad20-d5805df6ca85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.006410 10.0.0.41 - - [2026-03-19 02:33:44] "GET /virtual-network/1c04913d-3700-4666-ad20-d5805df6ca85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.005166 10.0.0.41 - - [2026-03-19 02:33:44] "POST /neutron/network HTTP/1.1" 200 1078 0.008365 10.0.0.41 - - [2026-03-19 02:33:44] "POST /id-to-fqname HTTP/1.1" 200 261 0.001238 10.0.0.27 - - [2026-03-19 02:33:44] "DELETE /project/c871a91aa4ae4139913935fe3eb5fd44 HTTP/1.1" 404 173 0.010901 10.0.0.27 - - [2026-03-19 02:33:44] "DELETE /project/c2e56d1584404296855a6ccd63704aa2 HTTP/1.1" 404 173 0.009992 10.0.0.27 - - [2026-03-19 02:33:44] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000744 10.0.0.27 - - [2026-03-19 02:33:44] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000680 10.0.0.27 - - [2026-03-19 02:33:44] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.044172 10.0.0.27 - - [2026-03-19 02:33:44] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001409 10.0.0.27 - - [2026-03-19 02:33:44] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.077568 10.0.0.27 - - [2026-03-19 02:33:44] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000902 10.0.0.41 - - [2026-03-19 02:33:44] "POST /neutron/network HTTP/1.1" 200 1083 0.018437 10.0.0.27 - - [2026-03-19 02:33:44] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?fields=security_groups HTTP/1.1" 200 1386 0.070385 10.0.0.27 - - [2026-03-19 02:33:44] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?fields=security_groups HTTP/1.1" 200 1366 0.098002 10.0.0.27 - - [2026-03-19 02:33:44] "DELETE /security-group/e6308354-b217-4bdd-a409-2aa141c5142e HTTP/1.1" 200 115 0.083160 10.0.0.27 - - [2026-03-19 02:33:44] "GET /projects?obj_uuids=d7b6c915-53c9-48e1-8238-44d0bed8c5a0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000845 10.0.0.27 - - [2026-03-19 02:33:44] "GET /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0?fields=application_policy_sets HTTP/1.1" 200 1425 0.092931 10.0.0.27 - - [2026-03-19 02:33:44] "DELETE /security-group/2799a0ae-0b7f-4b4e-b5c0-acb52ad03019 HTTP/1.1" 200 115 0.139515 10.0.0.27 - - [2026-03-19 02:33:44] "GET /projects?obj_uuids=c871a91a-a4ae-4139-9139-35fe3eb5fd44&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001403 10.0.0.27 - - [2026-03-19 02:33:44] "GET /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44?fields=application_policy_sets HTTP/1.1" 200 1405 0.088572 10.0.0.27 - - [2026-03-19 02:33:44] "DELETE /access-control-list/18a320f5-a0fa-408c-a718-cc195fc9019d HTTP/1.1" 200 115 0.055653 10.0.0.27 - - [2026-03-19 02:33:44] "DELETE /project/d7b6c915-53c9-48e1-8238-44d0bed8c5a0 HTTP/1.1" 200 115 0.635582 10.0.0.27 - - [2026-03-19 02:33:44] "DELETE /project/c871a91a-a4ae-4139-9139-35fe3eb5fd44 HTTP/1.1" 200 115 0.699321 10.0.0.27 - - [2026-03-19 02:33:45] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001180 10.0.0.41 - - [2026-03-19 02:33:45] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.070210 10.0.0.41 - - [2026-03-19 02:33:45] "POST /neutron/port HTTP/1.1" 200 117 0.006620 10.0.0.41 - - [2026-03-19 02:33:45] "POST /id-to-fqname HTTP/1.1" 200 262 0.001751 10.0.0.41 - - [2026-03-19 02:33:45] "POST /neutron/network HTTP/1.1" 200 1083 0.006725 10.0.0.41 - - [2026-03-19 02:33:46] "POST /neutron/port HTTP/1.1" 200 1170 0.042177 10.0.0.27 - - [2026-03-19 02:33:46] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000912 10.0.0.41 - - [2026-03-19 02:33:46] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.103076 10.0.0.41 - - [2026-03-19 02:33:46] "POST /neutron/network HTTP/1.1" 200 1078 0.014404 10.0.0.41 - - [2026-03-19 02:33:46] "POST /neutron/subnet HTTP/1.1" 200 1374 0.013423 10.0.0.41 - - [2026-03-19 02:33:46] "POST /neutron/network HTTP/1.1" 200 1073 0.011494 10.0.0.41 - - [2026-03-19 02:33:47] "POST /neutron/port HTTP/1.1" 200 117 0.006970 10.0.0.41 - - [2026-03-19 02:33:47] "POST /neutron/port HTTP/1.1" 200 1173 0.031875 10.0.0.41 - - [2026-03-19 02:33:48] "POST /neutron/port HTTP/1.1" 200 1237 0.018894 10.0.0.41 - - [2026-03-19 02:33:48] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012765 10.0.0.41 - - [2026-03-19 02:33:48] "POST /neutron/network HTTP/1.1" 200 1078 0.008590 10.0.0.41 - - [2026-03-19 02:33:49] "POST /neutron/port HTTP/1.1" 200 1234 0.033290 10.0.0.41 - - [2026-03-19 02:33:49] "POST /neutron/port HTTP/1.1" 200 1237 0.029987 10.0.0.41 - - [2026-03-19 02:33:50] "POST /neutron/network HTTP/1.1" 200 1073 0.009935 10.0.0.27 - - [2026-03-19 02:33:50] "DELETE /route-target/05c5e904-2c67-485e-8308-2edb0ba3314c HTTP/1.1" 200 115 0.037113 10.0.0.41 - - [2026-03-19 02:33:50] "POST /neutron/network HTTP/1.1" 200 1078 0.016776 10.0.0.27 - - [2026-03-19 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.27 - - [2026-03-19 02:33:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002806 10.0.0.27 - - [2026-03-19 02:33:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002359 10.0.0.27 - - [2026-03-19 02:33:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003488 10.0.0.27 - - [2026-03-19 02:33:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001911 10.0.0.41 - - [2026-03-19 02:33:51] "POST /neutron/network HTTP/1.1" 200 151 0.137141 10.0.0.27 - - [2026-03-19 02:33:51] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002328 10.0.0.41 - - [2026-03-19 02:33:51] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.095356 10.0.0.27 - - [2026-03-19 02:33:51] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001231 10.0.0.41 - - [2026-03-19 02:33:51] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?fields=virtual_networks HTTP/1.1" 200 1041 0.047380 10.0.0.27 - - [2026-03-19 02:33:51] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000906 10.0.0.41 - - [2026-03-19 02:33:51] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.060228 10.0.0.27 - - [2026-03-19 02:33:51] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001014 10.0.0.41 - - [2026-03-19 02:33:51] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?fields=security_groups HTTP/1.1" 200 1272 0.045530 10.0.0.41 - - [2026-03-19 02:33:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.029640 10.0.0.27 - - [2026-03-19 02:33:52] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003719 10.0.0.27 - - [2026-03-19 02:33:52] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.27 - - [2026-03-19 02:33:52] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007025 10.0.0.27 - - [2026-03-19 02:33:52] "POST /id-to-fqname HTTP/1.1" 200 198 0.003721 10.0.0.27 - - [2026-03-19 02:33:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003643 10.0.0.27 - - [2026-03-19 02:33:52] "POST /security-groups HTTP/1.1" 200 599 0.081946 10.0.0.27 - - [2026-03-19 02:33:52] "POST /projects HTTP/1.1" 200 601 0.304459 10.0.0.27 - - [2026-03-19 02:33:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000810 10.0.0.27 - - [2026-03-19 02:33:53] "POST /access-control-lists HTTP/1.1" 200 604 0.049926 10.0.0.27 - - [2026-03-19 02:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.27 - - [2026-03-19 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.393942 10.0.0.41 - - [2026-03-19 02:33:53] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.555992 10.0.0.242 - - [2026-03-19 02:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.41 - - [2026-03-19 02:33:54] "GET / HTTP/1.1" 200 35931 0.001348 10.0.0.242 - - [2026-03-19 02:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2026-03-19 02:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000541 10.0.0.242 - - [2026-03-19 02:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.27 - - [2026-03-19 02:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.242 - - [2026-03-19 02:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2026-03-19 02:33:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.41 - - [2026-03-19 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.059992 10.0.0.27 - - [2026-03-19 02:33:55] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001375 10.0.0.41 - - [2026-03-19 02:33:55] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.039484 10.0.0.27 - - [2026-03-19 02:33:55] "POST /route-targets HTTP/1.1" 200 327 0.024150 10.0.0.41 - - [2026-03-19 02:33:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.41 - - [2026-03-19 02:33:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2026-03-19 02:33:55] "POST /useragent-kv HTTP/1.1" 200 115 0.007080 10.0.0.41 - - [2026-03-19 02:33:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.279508 10.0.0.41 - - [2026-03-19 02:33:55] "POST /id-to-fqname HTTP/1.1" 200 267 0.001219 10.0.0.41 - - [2026-03-19 02:33:55] "GET /virtual-network/52c42920-33df-41d4-99cc-b24283a58fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005148 10.0.0.41 - - [2026-03-19 02:33:55] "GET /virtual-network/52c42920-33df-41d4-99cc-b24283a58fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005496 10.0.0.41 - - [2026-03-19 02:33:55] "POST /neutron/network HTTP/1.1" 200 910 0.007173 10.0.0.41 - - [2026-03-19 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.27 - - [2026-03-19 02:33:56] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.41 - - [2026-03-19 02:33:56] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.047206 10.0.0.27 - - [2026-03-19 02:33:56] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001124 10.0.0.41 - - [2026-03-19 02:33:56] "POST /neutron/network HTTP/1.1" 200 691 0.142886 10.0.0.27 - - [2026-03-19 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.031359 10.0.0.41 - - [2026-03-19 02:33:56] "POST /id-to-fqname HTTP/1.1" 200 267 0.004405 10.0.0.41 - - [2026-03-19 02:33:56] "GET /virtual-network/913f7b6a-060e-48e3-912c-481c1890fb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006064 10.0.0.41 - - [2026-03-19 02:33:56] "POST /neutron/network HTTP/1.1" 200 910 0.006679 10.0.0.41 - - [2026-03-19 02:33:56] "GET /virtual-network/913f7b6a-060e-48e3-912c-481c1890fb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005033 10.0.0.41 - - [2026-03-19 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.27 - - [2026-03-19 02:33:56] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.41 - - [2026-03-19 02:33:56] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.060673 10.0.0.41 - - [2026-03-19 02:33:56] "POST /neutron/network HTTP/1.1" 200 117 0.017009 10.0.0.41 - - [2026-03-19 02:33:57] "POST /neutron/network HTTP/1.1" 200 912 0.007939 10.0.0.41 - - [2026-03-19 02:33:57] "POST /id-to-fqname HTTP/1.1" 200 268 0.001147 10.0.0.41 - - [2026-03-19 02:33:57] "GET /virtual-network/5937f3e5-779c-4861-a86c-154fb68e71c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.012025 10.0.0.41 - - [2026-03-19 02:33:57] "GET /virtual-network/5937f3e5-779c-4861-a86c-154fb68e71c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005461 10.0.0.41 - - [2026-03-19 02:33:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000300 10.0.0.41 - - [2026-03-19 02:33:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.010503 10.0.0.41 - - [2026-03-19 02:33:57] "POST /id-to-fqname HTTP/1.1" 200 267 0.001209 10.0.0.41 - - [2026-03-19 02:33:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2026-03-19 02:33:58] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.41 - - [2026-03-19 02:33:58] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.080565 10.0.0.41 - - [2026-03-19 02:33:58] "POST /neutron/port HTTP/1.1" 200 117 0.006682 10.0.0.41 - - [2026-03-19 02:33:58] "POST /id-to-fqname HTTP/1.1" 200 268 0.001221 10.0.0.41 - - [2026-03-19 02:33:58] "POST /neutron/network HTTP/1.1" 200 922 0.006532 10.0.0.41 - - [2026-03-19 02:33:59] "POST /neutron/port HTTP/1.1" 200 1068 0.037717 10.0.0.27 - - [2026-03-19 02:33:59] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.012817 10.0.0.41 - - [2026-03-19 02:33:59] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.113711 10.0.0.41 - - [2026-03-19 02:33:59] "POST /neutron/network HTTP/1.1" 200 912 0.010733 10.0.0.41 - - [2026-03-19 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 698 0.008322 10.0.0.41 - - [2026-03-19 02:33:59] "POST /neutron/port HTTP/1.1" 200 1132 0.020637 10.0.0.41 - - [2026-03-19 02:34:00] "POST /neutron/network HTTP/1.1" 200 922 0.007117 10.0.0.41 - - [2026-03-19 02:34:00] "POST /neutron/port HTTP/1.1" 200 1068 0.026967 10.0.0.41 - - [2026-03-19 02:34:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003683 10.0.0.41 - - [2026-03-19 02:34:01] "POST /neutron/network HTTP/1.1" 200 912 0.007815 10.0.0.41 - - [2026-03-19 02:34:02] "POST /neutron/port HTTP/1.1" 200 1132 0.017944 10.0.0.41 - - [2026-03-19 02:34:02] "POST /neutron/port HTTP/1.1" 200 1132 0.025055 10.0.0.41 - - [2026-03-19 02:34:03] "POST /neutron/port HTTP/1.1" 200 117 0.007243 10.0.0.27 - - [2026-03-19 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.41 - - [2026-03-19 02:34:03] "POST /neutron/network HTTP/1.1" 200 912 0.005539 10.0.0.27 - - [2026-03-19 02:34:04] "DELETE /route-target/4333174f-5c78-4e46-9824-32b65e5061b1 HTTP/1.1" 200 115 0.031783 10.0.0.27 - - [2026-03-19 02:34:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005918 10.0.0.27 - - [2026-03-19 02:34:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004308 10.0.0.41 - - [2026-03-19 02:34:04] "POST /neutron/network HTTP/1.1" 200 151 0.179858 10.0.0.27 - - [2026-03-19 02:34:04] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.41 - - [2026-03-19 02:34:04] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.094204 10.0.0.27 - - [2026-03-19 02:34:04] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.41 - - [2026-03-19 02:34:04] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?fields=virtual_networks HTTP/1.1" 200 1046 0.058478 10.0.0.27 - - [2026-03-19 02:34:04] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.41 - - [2026-03-19 02:34:04] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.058141 10.0.0.27 - - [2026-03-19 02:34:04] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001277 10.0.0.41 - - [2026-03-19 02:34:04] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?fields=security_groups HTTP/1.1" 200 1280 0.049828 10.0.0.41 - - [2026-03-19 02:34:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.030921 10.0.0.27 - - [2026-03-19 02:34:05] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003123 10.0.0.27 - - [2026-03-19 02:34:05] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.27 - - [2026-03-19 02:34:05] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007213 10.0.0.27 - - [2026-03-19 02:34:05] "POST /id-to-fqname HTTP/1.1" 200 195 0.001030 10.0.0.27 - - [2026-03-19 02:34:05] "POST /fqname-to-id HTTP/1.1" 404 204 0.004413 10.0.0.27 - - [2026-03-19 02:34:05] "POST /security-groups HTTP/1.1" 200 596 0.042589 10.0.0.27 - - [2026-03-19 02:34:05] "POST /fqname-to-id HTTP/1.1" 404 239 0.003490 10.0.0.27 - - [2026-03-19 02:34:05] "POST /projects HTTP/1.1" 200 595 0.244500 10.0.0.27 - - [2026-03-19 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.316312 10.0.0.27 - - [2026-03-19 02:34:06] "POST /access-control-lists HTTP/1.1" 200 599 0.033192 10.0.0.41 - - [2026-03-19 02:34:06] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.463860 10.0.0.41 - - [2026-03-19 02:34:07] "GET / HTTP/1.1" 200 35931 0.001747 10.0.0.41 - - [2026-03-19 02:34:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.41 - - [2026-03-19 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.061026 10.0.0.27 - - [2026-03-19 02:34:08] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000907 10.0.0.41 - - [2026-03-19 02:34:08] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.043951 10.0.0.27 - - [2026-03-19 02:34:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008941 10.0.0.41 - - [2026-03-19 02:34:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.204252 10.0.0.41 - - [2026-03-19 02:34:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.001145 10.0.0.41 - - [2026-03-19 02:34:08] "GET /virtual-network/e61459de-7982-4a13-820a-5b736102cd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005346 10.0.0.41 - - [2026-03-19 02:34:08] "GET /virtual-network/e61459de-7982-4a13-820a-5b736102cd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005181 10.0.0.41 - - [2026-03-19 02:34:08] "POST /neutron/network HTTP/1.1" 200 902 0.006432 10.0.0.41 - - [2026-03-19 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2026-03-19 02:34:08] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000871 10.0.0.41 - - [2026-03-19 02:34:08] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.046445 10.0.0.27 - - [2026-03-19 02:34:08] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000864 10.0.0.41 - - [2026-03-19 02:34:09] "POST /neutron/network HTTP/1.1" 200 682 0.141997 10.0.0.27 - - [2026-03-19 02:34:09] "POST /route-targets HTTP/1.1" 200 327 0.015321 10.0.0.41 - - [2026-03-19 02:34:09] "POST /id-to-fqname HTTP/1.1" 200 261 0.002699 10.0.0.41 - - [2026-03-19 02:34:09] "GET /virtual-network/0c6d111c-3ffe-415c-9410-52475b68a9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.006404 10.0.0.41 - - [2026-03-19 02:34:09] "POST /neutron/network HTTP/1.1" 200 901 0.005372 10.0.0.41 - - [2026-03-19 02:34:09] "GET /virtual-network/0c6d111c-3ffe-415c-9410-52475b68a9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005075 10.0.0.41 - - [2026-03-19 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.27 - - [2026-03-19 02:34:09] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000814 10.0.0.41 - - [2026-03-19 02:34:09] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.047097 10.0.0.41 - - [2026-03-19 02:34:09] "POST /neutron/network HTTP/1.1" 200 117 0.013966 10.0.0.27 - - [2026-03-19 02:34:09] "POST /ref-update HTTP/1.1" 200 156 0.034051 10.0.0.41 - - [2026-03-19 02:34:10] "POST /neutron/network HTTP/1.1" 200 903 0.007660 10.0.0.41 - - [2026-03-19 02:34:10] "POST /id-to-fqname HTTP/1.1" 200 262 0.001086 10.0.0.41 - - [2026-03-19 02:34:10] "GET /virtual-network/fb601b16-be79-43e9-98d4-65a17dc91c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004668 10.0.0.41 - - [2026-03-19 02:34:10] "GET /virtual-network/fb601b16-be79-43e9-98d4-65a17dc91c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.014334 10.0.0.41 - - [2026-03-19 02:34:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.009174 10.0.0.41 - - [2026-03-19 02:34:10] "POST /id-to-fqname HTTP/1.1" 200 261 0.001007 10.0.0.27 - - [2026-03-19 02:34:11] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001011 10.0.0.41 - - [2026-03-19 02:34:11] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.068698 10.0.0.41 - - [2026-03-19 02:34:11] "POST /neutron/port HTTP/1.1" 200 117 0.006443 10.0.0.41 - - [2026-03-19 02:34:11] "POST /id-to-fqname HTTP/1.1" 200 262 0.001215 10.0.0.41 - - [2026-03-19 02:34:11] "POST /neutron/network HTTP/1.1" 200 913 0.007091 10.0.0.41 - - [2026-03-19 02:34:12] "POST /neutron/port HTTP/1.1" 200 1065 0.017345 10.0.0.41 - - [2026-03-19 02:34:12] "POST /neutron/port HTTP/1.1" 200 1129 0.019684 10.0.0.41 - - [2026-03-19 02:34:12] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.27 - - [2026-03-19 02:34:12] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001130 10.0.0.41 - - [2026-03-19 02:34:12] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.071547 10.0.0.41 - - [2026-03-19 02:34:12] "POST /neutron/port HTTP/1.1" 200 1129 0.021086 10.0.0.41 - - [2026-03-19 02:34:13] "POST /neutron/network HTTP/1.1" 200 913 0.006856 10.0.0.41 - - [2026-03-19 02:34:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.004205 10.0.0.41 - - [2026-03-19 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2026-03-19 02:34:13] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.41 - - [2026-03-19 02:34:13] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008127 10.0.0.41 - - [2026-03-19 02:34:13] "POST /neutron/port HTTP/1.1" 200 1065 0.017350 10.0.0.41 - - [2026-03-19 02:34:13] "POST /service-templates HTTP/1.1" 200 543 0.042279 10.0.0.41 - - [2026-03-19 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.41 - - [2026-03-19 02:34:13] "GET /service-template/c564ffd7-42de-4651-93ec-3c79284e77f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.005935 10.0.0.41 - - [2026-03-19 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.41 - - [2026-03-19 02:34:13] "GET /service-template/c564ffd7-42de-4651-93ec-3c79284e77f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004713 10.0.0.41 - - [2026-03-19 02:34:13] "POST /id-to-fqname HTTP/1.1" 200 261 0.001191 10.0.0.41 - - [2026-03-19 02:34:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003855 10.0.0.41 - - [2026-03-19 02:34:13] "POST /id-to-fqname HTTP/1.1" 200 261 0.001253 10.0.0.41 - - [2026-03-19 02:34:13] "POST /neutron/network HTTP/1.1" 200 903 0.007130 10.0.0.41 - - [2026-03-19 02:34:13] "POST /id-to-fqname HTTP/1.1" 200 262 0.001190 10.0.0.41 - - [2026-03-19 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.41 - - [2026-03-19 02:34:14] "DELETE /service-template/c564ffd7-42de-4651-93ec-3c79284e77f9 HTTP/1.1" 200 115 0.033230 10.0.0.41 - - [2026-03-19 02:34:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.004725 10.0.0.41 - - [2026-03-19 02:34:16] "POST /neutron/network HTTP/1.1" 200 901 0.006560 10.0.0.41 - - [2026-03-19 02:34:16] "POST /neutron/port HTTP/1.1" 200 1119 0.016791 10.0.0.41 - - [2026-03-19 02:34:16] "POST /neutron/port HTTP/1.1" 200 1119 0.012925 10.0.0.27 - - [2026-03-19 02:34:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002322 10.0.0.27 - - [2026-03-19 02:34:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002927 10.0.0.41 - - [2026-03-19 02:34:18] "POST /neutron/network HTTP/1.1" 200 151 0.130601 10.0.0.27 - - [2026-03-19 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.41 - - [2026-03-19 02:34:18] "POST /neutron/network HTTP/1.1" 200 902 0.011089 10.0.0.27 - - [2026-03-19 02:34:18] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000890 10.0.0.27 - - [2026-03-19 02:34:18] "DELETE /route-target/336af074-eadf-4f65-96d6-923f12c1d93a HTTP/1.1" 200 115 0.026828 10.0.0.41 - - [2026-03-19 02:34:19] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.050891 10.0.0.27 - - [2026-03-19 02:34:19] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002149 10.0.0.41 - - [2026-03-19 02:34:19] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?fields=virtual_networks HTTP/1.1" 200 1040 0.049228 10.0.0.27 - - [2026-03-19 02:34:19] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000940 10.0.0.41 - - [2026-03-19 02:34:19] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.050597 10.0.0.27 - - [2026-03-19 02:34:19] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001522 10.0.0.41 - - [2026-03-19 02:34:19] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?fields=security_groups HTTP/1.1" 200 1271 0.036258 10.0.0.41 - - [2026-03-19 02:34:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.031501 10.0.0.27 - - [2026-03-19 02:34:20] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003155 10.0.0.27 - - [2026-03-19 02:34:20] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.27 - - [2026-03-19 02:34:20] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006924 10.0.0.27 - - [2026-03-19 02:34:20] "POST /id-to-fqname HTTP/1.1" 200 199 0.001919 10.0.0.27 - - [2026-03-19 02:34:20] "POST /fqname-to-id HTTP/1.1" 404 208 0.014981 10.0.0.27 - - [2026-03-19 02:34:20] "POST /security-groups HTTP/1.1" 200 600 0.081257 10.0.0.27 - - [2026-03-19 02:34:20] "POST /projects HTTP/1.1" 200 603 0.305814 10.0.0.27 - - [2026-03-19 02:34:20] "POST /fqname-to-id HTTP/1.1" 404 242 0.015884 10.0.0.27 - - [2026-03-19 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.379903 10.0.0.41 - - [2026-03-19 02:34:20] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.520133 10.0.0.41 - - [2026-03-19 02:34:21] "GET / HTTP/1.1" 200 35931 0.001356 10.0.0.41 - - [2026-03-19 02:34:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.41 - - [2026-03-19 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.064305 10.0.0.27 - - [2026-03-19 02:34:22] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000897 10.0.0.41 - - [2026-03-19 02:34:22] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048744 10.0.0.27 - - [2026-03-19 02:34:22] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000881 10.0.0.41 - - [2026-03-19 02:34:22] "POST /neutron/network HTTP/1.1" 200 694 0.147426 10.0.0.27 - - [2026-03-19 02:34:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.003072 10.0.0.41 - - [2026-03-19 02:34:23] "POST /neutron/network HTTP/1.1" 200 1086 0.027627 10.0.0.41 - - [2026-03-19 02:34:23] "POST /id-to-fqname HTTP/1.1" 200 269 0.001586 10.0.0.27 - - [2026-03-19 02:34:23] "POST /ref-update HTTP/1.1" 200 156 0.034061 10.0.0.41 - - [2026-03-19 02:34:23] "GET /virtual-network/56583ff3-039c-4f70-8896-08b1199f6ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.010380 10.0.0.41 - - [2026-03-19 02:34:23] "GET /virtual-network/56583ff3-039c-4f70-8896-08b1199f6ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.005387 10.0.0.41 - - [2026-03-19 02:34:23] "POST /neutron/subnet HTTP/1.1" 200 823 0.011038 10.0.0.41 - - [2026-03-19 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.27 - - [2026-03-19 02:34:23] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000913 10.0.0.41 - - [2026-03-19 02:34:23] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049478 10.0.0.27 - - [2026-03-19 02:34:23] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001176 10.0.0.41 - - [2026-03-19 02:34:23] "POST /neutron/network HTTP/1.1" 200 694 0.130817 10.0.0.41 - - [2026-03-19 02:34:24] "POST /neutron/network HTTP/1.1" 200 1087 0.012303 10.0.0.41 - - [2026-03-19 02:34:24] "POST /id-to-fqname HTTP/1.1" 200 269 0.001062 10.0.0.41 - - [2026-03-19 02:34:24] "GET /virtual-network/9d8b019f-cbfe-472a-bfca-11dad0ff2577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.004882 10.0.0.41 - - [2026-03-19 02:34:24] "GET /virtual-network/9d8b019f-cbfe-472a-bfca-11dad0ff2577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005924 10.0.0.41 - - [2026-03-19 02:34:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.008349 10.0.0.41 - - [2026-03-19 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.27 - - [2026-03-19 02:34:24] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000854 10.0.0.41 - - [2026-03-19 02:34:24] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049953 10.0.0.27 - - [2026-03-19 02:34:24] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000921 10.0.0.41 - - [2026-03-19 02:34:24] "POST /neutron/network HTTP/1.1" 200 696 0.131876 10.0.0.27 - - [2026-03-19 02:34:24] "POST /route-targets HTTP/1.1" 200 327 0.012701 10.0.0.27 - - [2026-03-19 02:34:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.002888 10.0.0.41 - - [2026-03-19 02:34:25] "POST /neutron/network HTTP/1.1" 200 1086 0.011142 10.0.0.41 - - [2026-03-19 02:34:25] "POST /id-to-fqname HTTP/1.1" 200 270 0.000974 10.0.0.41 - - [2026-03-19 02:34:25] "GET /virtual-network/f8bd46e4-b0c4-4ad3-91dd-4a79204857f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.004869 10.0.0.41 - - [2026-03-19 02:34:25] "GET /virtual-network/f8bd46e4-b0c4-4ad3-91dd-4a79204857f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.015247 10.0.0.41 - - [2026-03-19 02:34:25] "POST /neutron/subnet HTTP/1.1" 200 818 0.014421 10.0.0.41 - - [2026-03-19 02:34:25] "POST /id-to-fqname HTTP/1.1" 200 269 0.001140 10.0.0.27 - - [2026-03-19 02:34:26] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000959 10.0.0.41 - - [2026-03-19 02:34:26] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.082139 10.0.0.41 - - [2026-03-19 02:34:26] "POST /neutron/network HTTP/1.1" 200 1087 0.017408 10.0.0.41 - - [2026-03-19 02:34:26] "POST /id-to-fqname HTTP/1.1" 200 270 0.001269 10.0.0.41 - - [2026-03-19 02:34:26] "POST /neutron/port HTTP/1.1" 200 117 0.006472 10.0.0.27 - - [2026-03-19 02:34:27] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001308 10.0.0.41 - - [2026-03-19 02:34:27] "POST /neutron/port HTTP/1.1" 200 1176 0.424752 10.0.0.41 - - [2026-03-19 02:34:27] "POST /neutron/port HTTP/1.1" 200 1230 0.151380 10.0.0.27 - - [2026-03-19 02:34:27] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001435 10.0.0.41 - - [2026-03-19 02:34:28] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.137501 10.0.0.41 - - [2026-03-19 02:34:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005001 10.0.0.41 - - [2026-03-19 02:34:28] "POST /neutron/port HTTP/1.1" 200 117 0.001510 10.0.0.41 - - [2026-03-19 02:34:28] "POST /neutron/port HTTP/1.1" 200 1240 0.057025 10.0.0.41 - - [2026-03-19 02:34:28] "POST /neutron/network HTTP/1.1" 200 1096 0.008749 10.0.0.41 - - [2026-03-19 02:34:29] "POST /neutron/port HTTP/1.1" 200 1173 0.024872 10.0.0.41 - - [2026-03-19 02:34:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005072 10.0.0.41 - - [2026-03-19 02:34:29] "POST /neutron/port HTTP/1.1" 200 117 0.001398 10.0.0.41 - - [2026-03-19 02:34:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.003460 10.0.0.41 - - [2026-03-19 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.27 - - [2026-03-19 02:34:29] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.41 - - [2026-03-19 02:34:29] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008366 10.0.0.41 - - [2026-03-19 02:34:29] "POST /service-templates HTTP/1.1" 200 543 0.033617 10.0.0.41 - - [2026-03-19 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.016378 10.0.0.41 - - [2026-03-19 02:34:29] "GET /service-template/c464e31b-b8cb-4418-97d8-b232bfd2b30d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.006141 10.0.0.41 - - [2026-03-19 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.41 - - [2026-03-19 02:34:30] "GET /service-template/c464e31b-b8cb-4418-97d8-b232bfd2b30d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.021255 10.0.0.41 - - [2026-03-19 02:34:30] "POST /id-to-fqname HTTP/1.1" 200 269 0.001292 10.0.0.41 - - [2026-03-19 02:34:30] "POST /id-to-fqname HTTP/1.1" 200 269 0.001155 10.0.0.41 - - [2026-03-19 02:34:30] "POST /id-to-fqname HTTP/1.1" 200 270 0.001155 10.0.0.41 - - [2026-03-19 02:34:30] "POST /neutron/port HTTP/1.1" 200 2323 0.023549 10.0.0.41 - - [2026-03-19 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.41 - - [2026-03-19 02:34:30] "DELETE /service-template/c464e31b-b8cb-4418-97d8-b232bfd2b30d HTTP/1.1" 200 115 0.033177 10.0.0.41 - - [2026-03-19 02:34:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003324 10.0.0.41 - - [2026-03-19 02:34:32] "POST /neutron/network HTTP/1.1" 400 204 0.013419 10.0.0.41 - - [2026-03-19 02:34:32] "POST /neutron/port HTTP/1.1" 200 1240 0.017829 10.0.0.41 - - [2026-03-19 02:34:32] "POST /neutron/port HTTP/1.1" 200 151 0.326039 10.0.0.27 - - [2026-03-19 02:34:34] "DELETE /route-target/73fb21c2-bff0-49b3-a735-438e25e54be3 HTTP/1.1" 200 115 0.026932 10.0.0.41 - - [2026-03-19 02:34:34] "POST /neutron/network HTTP/1.1" 200 1086 0.010367 10.0.0.27 - - [2026-03-19 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005180 10.0.0.27 - - [2026-03-19 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002964 10.0.0.27 - - [2026-03-19 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002621 10.0.0.27 - - [2026-03-19 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.27 - - [2026-03-19 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001905 10.0.0.41 - - [2026-03-19 02:34:34] "POST /neutron/network HTTP/1.1" 200 151 0.148736 10.0.0.27 - - [2026-03-19 02:34:34] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000928 10.0.0.41 - - [2026-03-19 02:34:34] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.094409 10.0.0.27 - - [2026-03-19 02:34:34] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001407 10.0.0.41 - - [2026-03-19 02:34:34] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?fields=virtual_networks HTTP/1.1" 200 1049 0.061280 10.0.0.27 - - [2026-03-19 02:34:34] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000928 10.0.0.41 - - [2026-03-19 02:34:34] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.045621 10.0.0.27 - - [2026-03-19 02:34:35] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000944 10.0.0.41 - - [2026-03-19 02:34:35] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?fields=security_groups HTTP/1.1" 200 1284 0.046512 10.0.0.41 - - [2026-03-19 02:34:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.031552 10.0.0.27 - - [2026-03-19 02:34:35] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003029 10.0.0.27 - - [2026-03-19 02:34:36] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.27 - - [2026-03-19 02:34:36] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006983 10.0.0.27 - - [2026-03-19 02:34:36] "POST /id-to-fqname HTTP/1.1" 200 202 0.006296 10.0.0.27 - - [2026-03-19 02:34:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.011068 10.0.0.27 - - [2026-03-19 02:34:36] "POST /security-groups HTTP/1.1" 200 603 0.073991 10.0.0.27 - - [2026-03-19 02:34:36] "POST /projects HTTP/1.1" 200 609 0.295549 10.0.0.27 - - [2026-03-19 02:34:36] "POST /access-control-lists HTTP/1.1" 200 608 0.026865 10.0.0.27 - - [2026-03-19 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.370828 10.0.0.41 - - [2026-03-19 02:34:36] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.515931 10.0.0.41 - - [2026-03-19 02:34:37] "GET / HTTP/1.1" 200 35931 0.001414 10.0.0.41 - - [2026-03-19 02:34:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.41 - - [2026-03-19 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.071656 10.0.0.27 - - [2026-03-19 02:34:39] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000863 10.0.0.41 - - [2026-03-19 02:34:39] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038481 10.0.0.27 - - [2026-03-19 02:34:39] "POST /route-targets HTTP/1.1" 200 327 0.013815 10.0.0.27 - - [2026-03-19 02:34:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007348 10.0.0.41 - - [2026-03-19 02:34:39] "POST /neutron/subnet HTTP/1.1" 200 719 0.255351 10.0.0.41 - - [2026-03-19 02:34:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001167 10.0.0.41 - - [2026-03-19 02:34:39] "GET /virtual-network/56dfc5d6-f60b-4783-80b4-de288478f87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004960 10.0.0.41 - - [2026-03-19 02:34:39] "GET /virtual-network/56dfc5d6-f60b-4783-80b4-de288478f87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004781 10.0.0.41 - - [2026-03-19 02:34:40] "POST /neutron/network HTTP/1.1" 200 837 0.006566 10.0.0.41 - - [2026-03-19 02:34:40] "GET /virtual-network/56dfc5d6-f60b-4783-80b4-de288478f87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005499 10.0.0.242 - - [2026-03-19 02:34:41] "GET /obj-perms HTTP/1.1" 200 5054 0.061700 10.0.0.41 - - [2026-03-19 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.27 - - [2026-03-19 02:34:41] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.41 - - [2026-03-19 02:34:42] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.054740 10.0.0.27 - - [2026-03-19 02:34:42] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.41 - - [2026-03-19 02:34:42] "POST /neutron/network HTTP/1.1" 200 619 0.126610 10.0.0.27 - - [2026-03-19 02:34:42] "POST /ref-update HTTP/1.1" 200 156 0.027041 10.0.0.41 - - [2026-03-19 02:34:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.003147 10.0.0.41 - - [2026-03-19 02:34:42] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005211 10.0.0.41 - - [2026-03-19 02:34:42] "POST /neutron/network HTTP/1.1" 200 836 0.007084 10.0.0.41 - - [2026-03-19 02:34:42] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004920 10.0.0.41 - - [2026-03-19 02:34:42] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005847 10.0.0.41 - - [2026-03-19 02:34:43] "GET /obj-perms HTTP/1.1" 200 5054 0.060788 10.0.0.41 - - [2026-03-19 02:34:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001184 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /project/274fd1cde638479d828c1fcdf6ffe618 HTTP/1.1" 404 173 0.015183 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /project/62b5ddfe1ac646b38958af92cf327628 HTTP/1.1" 404 173 0.018641 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /project/7f2c40903e044679a81bb3542b3a0e1b HTTP/1.1" 404 173 0.013070 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /project/10dd019636b24e02934e8bbe2ae320a0 HTTP/1.1" 404 173 0.012339 10.0.0.27 - - [2026-03-19 02:34:45] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000821 10.0.0.27 - - [2026-03-19 02:34:45] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000821 10.0.0.27 - - [2026-03-19 02:34:45] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.27 - - [2026-03-19 02:34:45] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001083 10.0.0.27 - - [2026-03-19 02:34:45] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.075108 10.0.0.27 - - [2026-03-19 02:34:45] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.082064 10.0.0.27 - - [2026-03-19 02:34:45] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000831 10.0.0.27 - - [2026-03-19 02:34:45] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000754 10.0.0.27 - - [2026-03-19 02:34:45] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.113415 10.0.0.27 - - [2026-03-19 02:34:45] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001281 10.0.0.27 - - [2026-03-19 02:34:45] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.139410 10.0.0.27 - - [2026-03-19 02:34:45] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000844 10.0.0.27 - - [2026-03-19 02:34:45] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?fields=security_groups HTTP/1.1" 200 1385 0.109291 10.0.0.27 - - [2026-03-19 02:34:45] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?fields=security_groups HTTP/1.1" 200 1389 0.125045 10.0.0.27 - - [2026-03-19 02:34:45] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?fields=security_groups HTTP/1.1" 200 1376 0.129367 10.0.0.27 - - [2026-03-19 02:34:45] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?fields=security_groups HTTP/1.1" 200 1377 0.185519 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /security-group/1dd6fdab-73ce-4deb-9471-4e10aaeccf91 HTTP/1.1" 200 115 0.098085 10.0.0.27 - - [2026-03-19 02:34:45] "GET /projects?obj_uuids=7f2c4090-3e04-4679-a81b-b3542b3a0e1b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001311 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /security-group/8e6d06b5-3c60-4433-a840-695cbb9523c6 HTTP/1.1" 200 115 0.195231 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /security-group/03ce676a-7b28-4f97-81bb-c570838a9dc8 HTTP/1.1" 200 115 0.140984 10.0.0.27 - - [2026-03-19 02:34:45] "GET /projects?obj_uuids=274fd1cd-e638-479d-828c-1fcdf6ffe618&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.27 - - [2026-03-19 02:34:45] "GET /projects?obj_uuids=62b5ddfe-1ac6-46b3-8958-af92cf327628&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000831 10.0.0.27 - - [2026-03-19 02:34:45] "GET /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b?fields=application_policy_sets HTTP/1.1" 200 1428 0.087609 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /security-group/b69fc2c4-948d-4eaa-9f62-653d701260fc HTTP/1.1" 200 115 0.162724 10.0.0.27 - - [2026-03-19 02:34:45] "GET /projects?obj_uuids=c2e56d15-8440-4296-855a-6ccd63704aa2&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002040 10.0.0.27 - - [2026-03-19 02:34:45] "GET /project/274fd1cd-e638-479d-828c-1fcdf6ffe618?fields=application_policy_sets HTTP/1.1" 200 1424 0.114044 10.0.0.27 - - [2026-03-19 02:34:45] "GET /project/62b5ddfe-1ac6-46b3-8958-af92cf327628?fields=application_policy_sets HTTP/1.1" 200 1415 0.120195 10.0.0.27 - - [2026-03-19 02:34:45] "GET /project/c2e56d15-8440-4296-855a-6ccd63704aa2?fields=application_policy_sets HTTP/1.1" 200 1416 0.109750 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /access-control-list/a92919b4-4421-4a3c-9354-7a9a341ac38b HTTP/1.1" 200 115 0.097895 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /project/274fd1cd-e638-479d-828c-1fcdf6ffe618 HTTP/1.1" 200 115 0.858109 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /project/7f2c4090-3e04-4679-a81b-b3542b3a0e1b HTTP/1.1" 200 115 0.877132 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /access-control-list/f781e713-4412-4c75-a380-6ade534b0799 HTTP/1.1" 200 115 0.096744 10.0.0.27 - - [2026-03-19 02:34:45] "DELETE /project/62b5ddfe-1ac6-46b3-8958-af92cf327628 HTTP/1.1" 200 115 0.945053 10.0.0.27 - - [2026-03-19 02:34:46] "DELETE /project/c2e56d15-8440-4296-855a-6ccd63704aa2 HTTP/1.1" 200 115 0.955393 10.0.0.27 - - [2026-03-19 02:34:57] "GET /obj-perms HTTP/1.1" 200 5056 0.054201 10.0.0.41 - - [2026-03-19 02:35:15] "POST /neutron/network HTTP/1.1" 200 846 0.006618 10.0.0.27 - - [2026-03-19 02:35:16] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.036421 10.0.0.41 - - [2026-03-19 02:35:16] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.113356 10.0.0.41 - - [2026-03-19 02:35:16] "POST /neutron/port HTTP/1.1" 200 117 0.012172 10.0.0.41 - - [2026-03-19 02:35:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001107 10.0.0.41 - - [2026-03-19 02:35:17] "POST /neutron/network HTTP/1.1" 200 846 0.006385 10.0.0.27 - - [2026-03-19 02:35:17] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001300 10.0.0.41 - - [2026-03-19 02:35:17] "POST /neutron/port HTTP/1.1" 200 1070 0.037153 10.0.0.41 - - [2026-03-19 02:35:17] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.113326 10.0.0.41 - - [2026-03-19 02:35:18] "POST /neutron/port HTTP/1.1" 200 1134 0.039852 10.0.0.41 - - [2026-03-19 02:35:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012866 10.0.0.41 - - [2026-03-19 02:35:18] "POST /neutron/port HTTP/1.1" 200 117 0.006657 10.0.0.41 - - [2026-03-19 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009810 10.0.0.27 - - [2026-03-19 02:35:18] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001272 10.0.0.41 - - [2026-03-19 02:35:18] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.072041 10.0.0.41 - - [2026-03-19 02:35:18] "GET /virtual-network/56dfc5d6-f60b-4783-80b4-de288478f87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.011916 10.0.0.41 - - [2026-03-19 02:35:18] "GET /floating-ip-pools?parent_id=56dfc5d6-f60b-4783-80b4-de288478f87c&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003239 10.0.0.41 - - [2026-03-19 02:35:18] "GET /virtual-network/56dfc5d6-f60b-4783-80b4-de288478f87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005514 10.0.0.41 - - [2026-03-19 02:35:18] "POST /floating-ip-pools HTTP/1.1" 200 609 0.075492 10.0.0.41 - - [2026-03-19 02:35:18] "POST /ref-update HTTP/1.1" 200 156 0.030324 10.0.0.41 - - [2026-03-19 02:35:18] "GET /virtual-network/56dfc5d6-f60b-4783-80b4-de288478f87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005383 10.0.0.27 - - [2026-03-19 02:35:18] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000987 10.0.0.41 - - [2026-03-19 02:35:19] "GET /virtual-network/56dfc5d6-f60b-4783-80b4-de288478f87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005883 10.0.0.41 - - [2026-03-19 02:35:19] "POST /neutron/port HTTP/1.1" 200 1071 0.656163 10.0.0.41 - - [2026-03-19 02:35:19] "POST /neutron/port HTTP/1.1" 200 1071 0.031146 10.0.0.41 - - [2026-03-19 02:35:20] "POST /neutron/port HTTP/1.1" 200 1135 0.035836 10.0.0.41 - - [2026-03-19 02:35:20] "POST /neutron/port HTTP/1.1" 200 117 0.003659 10.0.0.41 - - [2026-03-19 02:35:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017867 10.0.0.41 - - [2026-03-19 02:35:34] "POST /neutron/port HTTP/1.1" 200 1134 0.034997 10.0.0.41 - - [2026-03-19 02:35:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015175 10.0.0.41 - - [2026-03-19 02:35:50] "POST /neutron/port HTTP/1.1" 200 1134 0.019930 10.0.0.41 - - [2026-03-19 02:35:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009398 10.0.0.41 - - [2026-03-19 02:36:05] "POST /neutron/port HTTP/1.1" 200 1134 0.019063 10.0.0.41 - - [2026-03-19 02:36:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007196 10.0.0.41 - - [2026-03-19 02:36:20] "POST /neutron/port HTTP/1.1" 200 1134 0.015830 10.0.0.41 - - [2026-03-19 02:36:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007091 10.0.0.41 - - [2026-03-19 02:36:20] "GET /virtual-machine/69997429-6ed3-4c9c-9375-41ea09917b2a HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2026-03-19 02:36:21] "GET /virtual-machine/69997429-6ed3-4c9c-9375-41ea09917b2a HTTP/1.1" 200 1304 0.033126 10.0.0.41 - - [2026-03-19 02:36:21] "GET /virtual-machine-interface/a9be2dcb-0b7f-4f33-982a-e6248f81bb65 HTTP/1.1" 200 3004 0.004920 10.0.0.41 - - [2026-03-19 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.41 - - [2026-03-19 02:36:21] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003628 10.0.0.41 - - [2026-03-19 02:36:21] "GET /virtual-networks?parent_id=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002686 10.0.0.41 - - [2026-03-19 02:36:21] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005351 10.0.0.41 - - [2026-03-19 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.41 - - [2026-03-19 02:36:24] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005314 10.0.0.41 - - [2026-03-19 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.41 - - [2026-03-19 02:36:28] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.010418 10.0.0.41 - - [2026-03-19 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.41 - - [2026-03-19 02:36:32] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005986 10.0.0.41 - - [2026-03-19 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.41 - - [2026-03-19 02:36:36] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005306 10.0.0.41 - - [2026-03-19 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.41 - - [2026-03-19 02:36:40] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006950 10.0.0.41 - - [2026-03-19 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.41 - - [2026-03-19 02:36:44] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005512 10.0.0.41 - - [2026-03-19 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.41 - - [2026-03-19 02:36:48] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005593 10.0.0.41 - - [2026-03-19 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.41 - - [2026-03-19 02:36:52] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004998 10.0.0.41 - - [2026-03-19 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.41 - - [2026-03-19 02:36:56] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003762 10.0.0.41 - - [2026-03-19 02:36:56] "GET /virtual-networks?parent_id=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002872 10.0.0.41 - - [2026-03-19 02:36:56] "GET /virtual-network/53902998-30db-4bd6-afd7-be512597a174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006557 10.0.0.41 - - [2026-03-19 02:36:57] "POST /neutron/port HTTP/1.1" 200 1134 0.016038 10.0.0.242 - - [2026-03-19 02:36:59] "GET /obj-perms HTTP/1.1" 200 5056 0.063449 10.0.0.41 - - [2026-03-19 02:37:01] "POST /neutron/port HTTP/1.1" 200 1135 0.060380 10.0.0.41 - - [2026-03-19 02:37:01] "POST /neutron/subnet HTTP/1.1" 200 693 0.008577 10.0.0.41 - - [2026-03-19 02:37:02] "POST /neutron/port HTTP/1.1" 200 1134 0.018743 10.0.0.41 - - [2026-03-19 02:37:03] "POST /neutron/port HTTP/1.1" 200 1134 0.050556 10.0.0.41 - - [2026-03-19 02:37:03] "POST /neutron/subnet HTTP/1.1" 200 688 0.008245 10.0.0.41 - - [2026-03-19 02:37:04] "POST /neutron/port HTTP/1.1" 200 1134 0.051667 10.0.0.41 - - [2026-03-19 02:37:07] "POST /neutron/port HTTP/1.1" 200 1134 0.014824 10.0.0.41 - - [2026-03-19 02:37:12] "POST /neutron/port HTTP/1.1" 200 1134 0.015981 10.0.0.41 - - [2026-03-19 02:37:17] "POST /neutron/port HTTP/1.1" 200 1134 0.021734 10.0.0.41 - - [2026-03-19 02:37:17] "POST /neutron/port HTTP/1.1" 200 1135 0.015326 10.0.0.41 - - [2026-03-19 02:37:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007467 10.0.0.41 - - [2026-03-19 02:37:18] "GET /virtual-machine/a8abfe7e-ab8d-4df1-b4c5-b130ce449a2f HTTP/1.1" 200 1305 0.005715 10.0.0.41 - - [2026-03-19 02:37:18] "GET /virtual-machine-interface/f554d5f2-935c-4911-a65f-4e69c450f2db HTTP/1.1" 200 3004 0.005497 10.0.0.41 - - [2026-03-19 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.41 - - [2026-03-19 02:37:18] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003732 10.0.0.41 - - [2026-03-19 02:37:18] "GET /virtual-networks?parent_id=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002941 10.0.0.41 - - [2026-03-19 02:37:18] "GET /virtual-network/56dfc5d6-f60b-4783-80b4-de288478f87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005093 10.0.0.41 - - [2026-03-19 02:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005624 10.0.0.41 - - [2026-03-19 02:37:19] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004304 10.0.0.41 - - [2026-03-19 02:37:19] "GET /virtual-networks?parent_id=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003759 10.0.0.41 - - [2026-03-19 02:37:19] "GET /virtual-network/56dfc5d6-f60b-4783-80b4-de288478f87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007123 10.0.0.41 - - [2026-03-19 02:37:19] "POST /neutron/floatingip HTTP/1.1" 200 574 0.020811 10.0.0.41 - - [2026-03-19 02:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.41 - - [2026-03-19 02:37:19] "GET /routing-instance/df2ad1dc-26d0-49d1-b5b6-8063a6f36ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004527 10.0.0.41 - - [2026-03-19 02:37:19] "GET /route-target/06caf72e-8da6-45a4-91ff-165a5f2721a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004576 10.0.0.41 - - [2026-03-19 02:37:38] "POST /neutron/floatingip HTTP/1.1" 200 529 0.008291 10.0.0.41 - - [2026-03-19 02:37:38] "GET /floating-ip-pool/0560b8c5-7a68-4b01-a104-2e6a90d85f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1204 0.004148 10.0.0.41 - - [2026-03-19 02:37:38] "POST /ref-update HTTP/1.1" 200 156 0.013880 10.0.0.41 - - [2026-03-19 02:37:38] "DELETE /floating-ip-pool/0560b8c5-7a68-4b01-a104-2e6a90d85f18 HTTP/1.1" 200 115 0.047851 10.0.0.41 - - [2026-03-19 02:37:38] "POST /neutron/network HTTP/1.1" 400 204 0.014439 10.0.0.41 - - [2026-03-19 02:37:39] "POST /neutron/port HTTP/1.1" 200 151 0.268879 10.0.0.41 - - [2026-03-19 02:37:39] "POST /neutron/port HTTP/1.1" 200 151 0.291379 10.0.0.27 - - [2026-03-19 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.036706 10.0.0.41 - - [2026-03-19 02:37:41] "POST /neutron/network HTTP/1.1" 200 837 0.006186 10.0.0.27 - - [2026-03-19 02:37:41] "DELETE /route-target/06caf72e-8da6-45a4-91ff-165a5f2721a0 HTTP/1.1" 200 115 0.022267 10.0.0.27 - - [2026-03-19 02:37:42] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.41 - - [2026-03-19 02:37:42] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.070353 10.0.0.27 - - [2026-03-19 02:37:42] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000864 10.0.0.41 - - [2026-03-19 02:37:43] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?fields=virtual_networks HTTP/1.1" 200 1055 0.048910 10.0.0.27 - - [2026-03-19 02:37:43] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001251 10.0.0.41 - - [2026-03-19 02:37:43] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.053679 10.0.0.27 - - [2026-03-19 02:37:43] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.41 - - [2026-03-19 02:37:43] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?fields=security_groups HTTP/1.1" 200 1293 0.049794 10.0.0.41 - - [2026-03-19 02:37:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.032257 10.0.0.27 - - [2026-03-19 02:37:44] "GET /projects?obj_uuids=4e246e96-291b-42d8-ac6b-2baf14b2f231&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003863 10.0.0.27 - - [2026-03-19 02:37:44] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.27 - - [2026-03-19 02:37:44] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037209 10.0.0.27 - - [2026-03-19 02:37:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.001836 10.0.0.27 - - [2026-03-19 02:37:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.011352 10.0.0.27 - - [2026-03-19 02:37:44] "POST /security-groups HTTP/1.1" 200 591 0.032405 10.0.0.27 - - [2026-03-19 02:37:44] "POST /projects HTTP/1.1" 200 585 0.256885 10.0.0.27 - - [2026-03-19 02:37:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.006552 10.0.0.27 - - [2026-03-19 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.332339 10.0.0.41 - - [2026-03-19 02:37:44] "GET /project/4e246e96-291b-42d8-ac6b-2baf14b2f231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.508913 10.0.0.41 - - [2026-03-19 02:37:45] "GET / HTTP/1.1" 200 35931 0.003198 10.0.0.27 - - [2026-03-19 02:37:46] "DELETE /project/4e246e96291b42d8ac6b2baf14b2f231 HTTP/1.1" 404 173 0.006820 10.0.0.27 - - [2026-03-19 02:37:46] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000961 10.0.0.27 - - [2026-03-19 02:37:46] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.046949 10.0.0.27 - - [2026-03-19 02:37:46] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001242 10.0.0.27 - - [2026-03-19 02:37:46] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?fields=security_groups HTTP/1.1" 200 1398 0.048504 10.0.0.27 - - [2026-03-19 02:37:46] "DELETE /security-group/02d75fb8-10d4-46ef-9ddb-9212af089aae HTTP/1.1" 200 115 0.069520 10.0.0.27 - - [2026-03-19 02:37:46] "GET /projects?obj_uuids=10dd0196-36b2-4e02-934e-8bbe2ae320a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001576 10.0.0.27 - - [2026-03-19 02:37:46] "GET /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0?fields=application_policy_sets HTTP/1.1" 200 1437 0.082501 10.0.0.27 - - [2026-03-19 02:37:46] "DELETE /access-control-list/f31feb63-4ac0-4563-bd8f-74a62f08919e HTTP/1.1" 200 115 0.074014 10.0.0.27 - - [2026-03-19 02:37:46] "DELETE /project/10dd0196-36b2-4e02-934e-8bbe2ae320a0 HTTP/1.1" 200 115 0.478633 10.0.0.27 - - [2026-03-19 02:37:49] "GET /projects?obj_uuids=4e246e96-291b-42d8-ac6b-2baf14b2f231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.41 - - [2026-03-19 02:37:49] "GET /project/4e246e96-291b-42d8-ac6b-2baf14b2f231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.048146 10.0.0.27 - - [2026-03-19 02:37:49] "GET /projects?obj_uuids=4e246e96-291b-42d8-ac6b-2baf14b2f231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001079 10.0.0.41 - - [2026-03-19 02:37:49] "GET /project/4e246e96-291b-42d8-ac6b-2baf14b2f231?fields=virtual_networks HTTP/1.1" 200 1031 0.051806 10.0.0.27 - - [2026-03-19 02:37:49] "GET /projects?obj_uuids=4e246e96-291b-42d8-ac6b-2baf14b2f231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000870 10.0.0.41 - - [2026-03-19 02:37:49] "GET /project/4e246e96-291b-42d8-ac6b-2baf14b2f231?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.042323 10.0.0.27 - - [2026-03-19 02:37:49] "GET /projects?obj_uuids=4e246e96-291b-42d8-ac6b-2baf14b2f231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000872 10.0.0.41 - - [2026-03-19 02:37:49] "GET /project/4e246e96-291b-42d8-ac6b-2baf14b2f231?fields=security_groups HTTP/1.1" 200 1257 0.041891 10.0.0.41 - - [2026-03-19 02:37:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.028427 10.0.0.27 - - [2026-03-19 02:37:50] "GET /projects?obj_uuids=698b0040-cdce-48f3-a980-15ba4bc741a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003439 10.0.0.27 - - [2026-03-19 02:37:50] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.27 - - [2026-03-19 02:37:50] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007848 10.0.0.27 - - [2026-03-19 02:37:50] "POST /id-to-fqname HTTP/1.1" 200 185 0.003889 10.0.0.27 - - [2026-03-19 02:37:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.004255 10.0.0.27 - - [2026-03-19 02:37:50] "POST /security-groups HTTP/1.1" 200 586 0.033468 10.0.0.27 - - [2026-03-19 02:37:50] "POST /projects HTTP/1.1" 200 575 0.249325 10.0.0.27 - - [2026-03-19 02:37:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.014705 10.0.0.27 - - [2026-03-19 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.329648 10.0.0.41 - - [2026-03-19 02:37:50] "GET /project/698b0040-cdce-48f3-a980-15ba4bc741a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.494693 10.0.0.41 - - [2026-03-19 02:37:51] "GET / HTTP/1.1" 200 35931 0.001666 10.0.0.27 - - [2026-03-19 02:37:57] "GET /projects?obj_uuids=698b0040-cdce-48f3-a980-15ba4bc741a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000973 10.0.0.41 - - [2026-03-19 02:37:57] "GET /project/698b0040-cdce-48f3-a980-15ba4bc741a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.043342 10.0.0.27 - - [2026-03-19 02:37:57] "GET /projects?obj_uuids=698b0040-cdce-48f3-a980-15ba4bc741a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002946 10.0.0.41 - - [2026-03-19 02:37:57] "GET /project/698b0040-cdce-48f3-a980-15ba4bc741a7?fields=virtual_networks HTTP/1.1" 200 1021 0.061114 10.0.0.27 - - [2026-03-19 02:37:57] "GET /projects?obj_uuids=698b0040-cdce-48f3-a980-15ba4bc741a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000981 10.0.0.41 - - [2026-03-19 02:37:57] "GET /project/698b0040-cdce-48f3-a980-15ba4bc741a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.042081 10.0.0.27 - - [2026-03-19 02:37:57] "GET /projects?obj_uuids=698b0040-cdce-48f3-a980-15ba4bc741a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000859 10.0.0.41 - - [2026-03-19 02:37:57] "GET /project/698b0040-cdce-48f3-a980-15ba4bc741a7?fields=security_groups HTTP/1.1" 200 1242 0.045005 10.0.0.41 - - [2026-03-19 02:37:58] "POST /fqname-to-id HTTP/1.1" 404 187 0.025774 10.0.0.27 - - [2026-03-19 02:37:58] "GET /projects?obj_uuids=88c4dace-32b3-4dba-bdee-38c82b943699&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002981 10.0.0.27 - - [2026-03-19 02:37:58] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000834 10.0.0.27 - - [2026-03-19 02:37:58] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007465 10.0.0.27 - - [2026-03-19 02:37:59] "POST /id-to-fqname HTTP/1.1" 200 189 0.001179 10.0.0.27 - - [2026-03-19 02:37:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.007177 10.0.0.27 - - [2026-03-19 02:37:59] "POST /security-groups HTTP/1.1" 200 590 0.110480 10.0.0.27 - - [2026-03-19 02:37:59] "POST /projects HTTP/1.1" 200 583 0.323866 10.0.0.27 - - [2026-03-19 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.364157 10.0.0.27 - - [2026-03-19 02:37:59] "POST /access-control-lists HTTP/1.1" 200 595 0.034607 10.0.0.41 - - [2026-03-19 02:37:59] "GET /project/88c4dace-32b3-4dba-bdee-38c82b943699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.512690 10.0.0.41 - - [2026-03-19 02:38:00] "GET /obj-perms HTTP/1.1" 200 5056 0.111542 10.0.0.41 - - [2026-03-19 02:38:01] "GET / HTTP/1.1" 200 35931 0.001605 10.0.0.27 - - [2026-03-19 02:38:04] "GET /projects?obj_uuids=88c4dace-32b3-4dba-bdee-38c82b943699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000943 10.0.0.41 - - [2026-03-19 02:38:04] "GET /project/88c4dace-32b3-4dba-bdee-38c82b943699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047225 10.0.0.27 - - [2026-03-19 02:38:04] "GET /projects?obj_uuids=88c4dace-32b3-4dba-bdee-38c82b943699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001544 10.0.0.41 - - [2026-03-19 02:38:04] "GET /project/88c4dace-32b3-4dba-bdee-38c82b943699?fields=virtual_networks HTTP/1.1" 200 1029 0.071352 10.0.0.27 - - [2026-03-19 02:38:04] "GET /projects?obj_uuids=88c4dace-32b3-4dba-bdee-38c82b943699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001201 10.0.0.41 - - [2026-03-19 02:38:04] "GET /project/88c4dace-32b3-4dba-bdee-38c82b943699?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.049743 10.0.0.27 - - [2026-03-19 02:38:04] "GET /projects?obj_uuids=88c4dace-32b3-4dba-bdee-38c82b943699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000884 10.0.0.41 - - [2026-03-19 02:38:04] "GET /project/88c4dace-32b3-4dba-bdee-38c82b943699?fields=security_groups HTTP/1.1" 200 1254 0.044671 10.0.0.41 - - [2026-03-19 02:38:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.026127 10.0.0.27 - - [2026-03-19 02:38:05] "GET /projects?obj_uuids=d029183a-dac0-429a-a23f-042e0f221a14&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002977 10.0.0.27 - - [2026-03-19 02:38:05] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.27 - - [2026-03-19 02:38:05] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007033 10.0.0.27 - - [2026-03-19 02:38:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.003640 10.0.0.27 - - [2026-03-19 02:38:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.011105 10.0.0.27 - - [2026-03-19 02:38:06] "POST /security-groups HTTP/1.1" 200 591 0.031022 10.0.0.27 - - [2026-03-19 02:38:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.003351 10.0.0.27 - - [2026-03-19 02:38:06] "POST /projects HTTP/1.1" 200 585 0.277176 10.0.0.27 - - [2026-03-19 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.349518 10.0.0.27 - - [2026-03-19 02:38:06] "POST /access-control-lists HTTP/1.1" 200 594 0.026710 10.0.0.41 - - [2026-03-19 02:38:06] "GET /project/d029183a-dac0-429a-a23f-042e0f221a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.483016 10.0.0.41 - - [2026-03-19 02:38:07] "GET / HTTP/1.1" 200 35931 0.001642 10.0.0.27 - - [2026-03-19 02:38:10] "GET /projects?obj_uuids=d029183a-dac0-429a-a23f-042e0f221a14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.41 - - [2026-03-19 02:38:10] "GET /project/d029183a-dac0-429a-a23f-042e0f221a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042435 10.0.0.27 - - [2026-03-19 02:38:10] "GET /projects?obj_uuids=d029183a-dac0-429a-a23f-042e0f221a14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000834 10.0.0.41 - - [2026-03-19 02:38:10] "GET /project/d029183a-dac0-429a-a23f-042e0f221a14?fields=virtual_networks HTTP/1.1" 200 1032 0.054438 10.0.0.27 - - [2026-03-19 02:38:10] "GET /projects?obj_uuids=d029183a-dac0-429a-a23f-042e0f221a14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000874 10.0.0.41 - - [2026-03-19 02:38:10] "GET /project/d029183a-dac0-429a-a23f-042e0f221a14?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.040459 10.0.0.27 - - [2026-03-19 02:38:10] "GET /projects?obj_uuids=d029183a-dac0-429a-a23f-042e0f221a14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000840 10.0.0.41 - - [2026-03-19 02:38:10] "GET /project/d029183a-dac0-429a-a23f-042e0f221a14?fields=security_groups HTTP/1.1" 200 1258 0.038694 10.0.0.41 - - [2026-03-19 02:38:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.031255 10.0.0.27 - - [2026-03-19 02:38:11] "GET /projects?obj_uuids=006afb9a-520e-47fc-b3ad-cb8bb2e68dd9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003688 10.0.0.27 - - [2026-03-19 02:38:11] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.27 - - [2026-03-19 02:38:11] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008898 10.0.0.27 - - [2026-03-19 02:38:12] "POST /id-to-fqname HTTP/1.1" 200 194 0.003413 10.0.0.27 - - [2026-03-19 02:38:12] "POST /fqname-to-id HTTP/1.1" 404 203 0.008965 10.0.0.27 - - [2026-03-19 02:38:12] "POST /security-groups HTTP/1.1" 200 595 0.029757 10.0.0.27 - - [2026-03-19 02:38:12] "POST /projects HTTP/1.1" 200 593 0.248551 10.0.0.27 - - [2026-03-19 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.285761 10.0.0.27 - - [2026-03-19 02:38:12] "POST /fqname-to-id HTTP/1.1" 404 237 0.009558 10.0.0.41 - - [2026-03-19 02:38:12] "GET /project/006afb9a-520e-47fc-b3ad-cb8bb2e68dd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.432820 10.0.0.41 - - [2026-03-19 02:38:13] "GET / HTTP/1.1" 200 35931 0.001845 10.0.0.27 - - [2026-03-19 02:38:16] "GET /projects?obj_uuids=006afb9a-520e-47fc-b3ad-cb8bb2e68dd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000888 10.0.0.41 - - [2026-03-19 02:38:16] "GET /project/006afb9a-520e-47fc-b3ad-cb8bb2e68dd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.037003 10.0.0.27 - - [2026-03-19 02:38:16] "GET /projects?obj_uuids=006afb9a-520e-47fc-b3ad-cb8bb2e68dd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000936 10.0.0.41 - - [2026-03-19 02:38:16] "GET /project/006afb9a-520e-47fc-b3ad-cb8bb2e68dd9?fields=virtual_networks HTTP/1.1" 200 1037 0.045873 10.0.0.27 - - [2026-03-19 02:38:16] "GET /projects?obj_uuids=006afb9a-520e-47fc-b3ad-cb8bb2e68dd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001288 10.0.0.41 - - [2026-03-19 02:38:16] "GET /project/006afb9a-520e-47fc-b3ad-cb8bb2e68dd9?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.056193 10.0.0.27 - - [2026-03-19 02:38:16] "GET /projects?obj_uuids=006afb9a-520e-47fc-b3ad-cb8bb2e68dd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000936 10.0.0.41 - - [2026-03-19 02:38:16] "GET /project/006afb9a-520e-47fc-b3ad-cb8bb2e68dd9?fields=security_groups HTTP/1.1" 200 1267 0.040539 10.0.0.41 - - [2026-03-19 02:38:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.029426 10.0.0.27 - - [2026-03-19 02:38:17] "GET /projects?obj_uuids=f52d7d07-52c1-4e74-a90c-661adb905a99&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003703 10.0.0.27 - - [2026-03-19 02:38:17] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.27 - - [2026-03-19 02:38:17] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006427 10.0.0.27 - - [2026-03-19 02:38:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.005114 10.0.0.27 - - [2026-03-19 02:38:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.008037 10.0.0.27 - - [2026-03-19 02:38:18] "POST /security-groups HTTP/1.1" 200 586 0.069478 10.0.0.27 - - [2026-03-19 02:38:18] "POST /projects HTTP/1.1" 200 575 0.272693 10.0.0.27 - - [2026-03-19 02:38:18] "POST /access-control-lists HTTP/1.1" 200 591 0.033025 10.0.0.27 - - [2026-03-19 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.343561 10.0.0.41 - - [2026-03-19 02:38:18] "GET /project/f52d7d07-52c1-4e74-a90c-661adb905a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.473613 10.0.0.41 - - [2026-03-19 02:38:19] "GET / HTTP/1.1" 200 35931 0.001382 10.0.0.41 - - [2026-03-19 02:38:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.003829 10.0.0.27 - - [2026-03-19 02:38:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.003652 10.0.0.27 - - [2026-03-19 02:38:20] "POST /access-control-lists HTTP/1.1" 200 588 0.029705 10.0.0.27 - - [2026-03-19 02:38:20] "PUT /access-control-list/680974cd-7348-4c77-8365-1772b1302d58 HTTP/1.1" 200 272 0.021148 10.0.0.27 - - [2026-03-19 02:38:20] "GET /projects?obj_uuids=8b57894f-1778-4934-8afd-849df27c4fb7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001045 10.0.0.41 - - [2026-03-19 02:38:20] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.093729 10.0.0.41 - - [2026-03-19 02:38:20] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020210 10.0.0.41 - - [2026-03-19 02:38:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.004645 10.0.0.27 - - [2026-03-19 02:38:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.004049 10.0.0.27 - - [2026-03-19 02:38:21] "POST /access-control-lists HTTP/1.1" 200 588 0.040715 10.0.0.27 - - [2026-03-19 02:38:21] "PUT /access-control-list/ae021120-7656-41fb-8f02-9881888f1b45 HTTP/1.1" 200 272 0.021726 10.0.0.27 - - [2026-03-19 02:38:21] "GET /projects?obj_uuids=8b57894f-1778-4934-8afd-849df27c4fb7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000983 10.0.0.41 - - [2026-03-19 02:38:21] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.072078 10.0.0.41 - - [2026-03-19 02:38:21] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.033614 10.0.0.41 - - [2026-03-19 02:38:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2026-03-19 02:38:22] "POST /fqname-to-id HTTP/1.1" 404 210 0.036025 10.0.0.27 - - [2026-03-19 02:38:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.007745 10.0.0.27 - - [2026-03-19 02:38:22] "POST /access-control-lists HTTP/1.1" 200 605 0.038906 10.0.0.27 - - [2026-03-19 02:38:22] "PUT /access-control-list/f1e7fee2-3ee2-4968-bb8b-5d9f060e192b HTTP/1.1" 200 272 0.020471 10.0.0.27 - - [2026-03-19 02:38:22] "GET /projects?obj_uuids=f52d7d07-52c1-4e74-a90c-661adb905a99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000907 10.0.0.41 - - [2026-03-19 02:38:22] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.103954 10.0.0.41 - - [2026-03-19 02:38:22] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016708 10.0.0.41 - - [2026-03-19 02:38:23] "POST /fqname-to-id HTTP/1.1" 404 210 0.004250 10.0.0.27 - - [2026-03-19 02:38:23] "POST /fqname-to-id HTTP/1.1" 404 245 0.003004 10.0.0.27 - - [2026-03-19 02:38:23] "POST /access-control-lists HTTP/1.1" 200 605 0.027321 10.0.0.27 - - [2026-03-19 02:38:23] "GET /projects?obj_uuids=f52d7d07-52c1-4e74-a90c-661adb905a99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000861 10.0.0.27 - - [2026-03-19 02:38:23] "PUT /access-control-list/55e0e312-3763-49fa-82e9-f48351f54226 HTTP/1.1" 200 272 0.022804 10.0.0.41 - - [2026-03-19 02:38:23] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.076830 10.0.0.41 - - [2026-03-19 02:38:23] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.023727 10.0.0.41 - - [2026-03-19 02:38:25] "POST /neutron/router HTTP/1.1" 200 541 0.008080 10.0.0.27 - - [2026-03-19 02:38:25] "POST /route-targets HTTP/1.1" 200 327 0.016612 10.0.0.41 - - [2026-03-19 02:38:25] "POST /neutron/router HTTP/1.1" 200 541 0.015881 10.0.0.41 - - [2026-03-19 02:38:25] "POST /neutron/router HTTP/1.1" 200 541 0.004230 10.0.0.41 - - [2026-03-19 02:38:25] "POST /neutron/router HTTP/1.1" 200 541 0.004014 10.0.0.41 - - [2026-03-19 02:38:25] "POST /neutron/router HTTP/1.1" 200 541 0.006695 10.0.0.41 - - [2026-03-19 02:38:25] "POST /neutron/router HTTP/1.1" 200 541 0.004042 10.0.0.41 - - [2026-03-19 02:38:25] "POST /neutron/router HTTP/1.1" 200 541 0.004090 10.0.0.41 - - [2026-03-19 02:38:25] "POST /neutron/router HTTP/1.1" 200 541 0.003708 10.0.0.41 - - [2026-03-19 02:38:25] "POST /neutron/router HTTP/1.1" 200 541 0.005150 10.0.0.41 - - [2026-03-19 02:38:25] "POST /neutron/router HTTP/1.1" 200 541 0.003778 10.0.0.41 - - [2026-03-19 02:38:25] "POST /neutron/router HTTP/1.1" 200 541 0.004432 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 541 0.007326 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 151 0.106650 10.0.0.27 - - [2026-03-19 02:38:26] "DELETE /route-target/3837f4c4-9164-4f50-bef3-ad37edc77a41 HTTP/1.1" 200 115 0.043840 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 541 0.007652 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 541 0.007521 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 541 0.003469 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 541 0.004626 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 541 0.003685 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 541 0.003632 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 541 0.003967 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 541 0.004436 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 541 0.004596 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 541 0.004039 10.0.0.41 - - [2026-03-19 02:38:26] "POST /neutron/router HTTP/1.1" 200 541 0.003944 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 541 0.043391 10.0.0.27 - - [2026-03-19 02:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.27 - - [2026-03-19 02:38:27] "GET /projects?obj_uuids=f52d7d07-52c1-4e74-a90c-661adb905a99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.005528 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 559 0.135638 10.0.0.27 - - [2026-03-19 02:38:27] "PUT /logical-router/e5c90016-3550-4dc7-aa40-79532f8fd55a HTTP/1.1" 200 262 0.025715 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 559 0.016690 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 559 0.003940 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 559 0.010176 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 559 0.005678 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 559 0.003883 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 559 0.009215 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 559 0.004431 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 559 0.004142 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 559 0.004143 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 559 0.004420 10.0.0.41 - - [2026-03-19 02:38:27] "POST /neutron/router HTTP/1.1" 200 559 0.042769 10.0.0.41 - - [2026-03-19 02:38:28] "POST /neutron/router HTTP/1.1" 200 560 0.003840 10.0.0.27 - - [2026-03-19 02:38:28] "GET /logical-router/e5c90016-3550-4dc7-aa40-79532f8fd55a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003275 10.0.0.41 - - [2026-03-19 02:38:28] "POST /neutron/security_group HTTP/1.1" 200 151 0.073009 10.0.0.27 - - [2026-03-19 02:38:28] "DELETE /access-control-list/2a07d180-bca0-4110-8481-ec1f730d36b2 HTTP/1.1" 200 115 0.047949 10.0.0.41 - - [2026-03-19 02:38:28] "POST /neutron/security_group HTTP/1.1" 200 506 0.004468 10.0.0.27 - - [2026-03-19 02:38:28] "DELETE /access-control-list/f1e7fee2-3ee2-4968-bb8b-5d9f060e192b HTTP/1.1" 200 115 0.041456 10.0.0.41 - - [2026-03-19 02:38:28] "POST /neutron/security_group HTTP/1.1" 200 151 0.059565 10.0.0.27 - - [2026-03-19 02:38:28] "DELETE /access-control-list/1d4d63f9-7e71-4368-8d38-221d4f11a665 HTTP/1.1" 200 115 0.035640 10.0.0.27 - - [2026-03-19 02:38:29] "GET /projects?obj_uuids=f52d7d07-52c1-4e74-a90c-661adb905a99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000868 10.0.0.41 - - [2026-03-19 02:38:29] "GET /project/f52d7d07-52c1-4e74-a90c-661adb905a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.041167 10.0.0.27 - - [2026-03-19 02:38:29] "GET /projects?obj_uuids=f52d7d07-52c1-4e74-a90c-661adb905a99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.41 - - [2026-03-19 02:38:29] "GET /project/f52d7d07-52c1-4e74-a90c-661adb905a99?fields=virtual_networks HTTP/1.1" 200 1022 0.044947 10.0.0.27 - - [2026-03-19 02:38:29] "GET /projects?obj_uuids=f52d7d07-52c1-4e74-a90c-661adb905a99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000904 10.0.0.41 - - [2026-03-19 02:38:29] "GET /project/f52d7d07-52c1-4e74-a90c-661adb905a99?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.035157 10.0.0.27 - - [2026-03-19 02:38:29] "GET /projects?obj_uuids=f52d7d07-52c1-4e74-a90c-661adb905a99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.41 - - [2026-03-19 02:38:30] "GET /project/f52d7d07-52c1-4e74-a90c-661adb905a99?fields=security_groups HTTP/1.1" 200 1243 0.039234 10.0.0.41 - - [2026-03-19 02:38:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.028322 10.0.0.27 - - [2026-03-19 02:38:30] "GET /projects?obj_uuids=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002831 10.0.0.27 - - [2026-03-19 02:38:30] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000856 10.0.0.27 - - [2026-03-19 02:38:30] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007204 10.0.0.27 - - [2026-03-19 02:38:31] "POST /id-to-fqname HTTP/1.1" 200 186 0.005247 10.0.0.27 - - [2026-03-19 02:38:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.005559 10.0.0.27 - - [2026-03-19 02:38:31] "POST /security-groups HTTP/1.1" 200 587 0.031375 10.0.0.27 - - [2026-03-19 02:38:31] "POST /projects HTTP/1.1" 200 577 0.270266 10.0.0.27 - - [2026-03-19 02:38:31] "POST /access-control-lists HTTP/1.1" 200 592 0.027024 10.0.0.27 - - [2026-03-19 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.343305 10.0.0.41 - - [2026-03-19 02:38:31] "GET /project/6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.484262 10.0.0.41 - - [2026-03-19 02:38:32] "GET / HTTP/1.1" 200 35931 0.001405 10.0.0.41 - - [2026-03-19 02:38:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.41 - - [2026-03-19 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.063820 10.0.0.27 - - [2026-03-19 02:38:34] "GET /projects?obj_uuids=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000840 10.0.0.41 - - [2026-03-19 02:38:34] "GET /project/6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.046127 10.0.0.27 - - [2026-03-19 02:38:34] "POST /route-targets HTTP/1.1" 200 327 0.018203 10.0.0.27 - - [2026-03-19 02:38:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004793 10.0.0.41 - - [2026-03-19 02:38:35] "POST /neutron/subnet HTTP/1.1" 200 719 0.236741 10.0.0.41 - - [2026-03-19 02:38:35] "POST /id-to-fqname HTTP/1.1" 200 216 0.001245 10.0.0.41 - - [2026-03-19 02:38:35] "GET /virtual-network/309be990-0da4-4168-ab29-22ac51267009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005073 10.0.0.41 - - [2026-03-19 02:38:35] "GET /virtual-network/309be990-0da4-4168-ab29-22ac51267009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006140 10.0.0.41 - - [2026-03-19 02:38:35] "POST /neutron/network HTTP/1.1" 200 819 0.006576 10.0.0.41 - - [2026-03-19 02:38:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.003063 10.0.0.41 - - [2026-03-19 02:38:35] "GET /virtual-network/309be990-0da4-4168-ab29-22ac51267009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005148 10.0.0.41 - - [2026-03-19 02:38:35] "GET /virtual-machine-interface/3e77a8e2-682c-4805-a72c-a6ab8ec2561f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.007947 10.0.0.41 - - [2026-03-19 02:38:35] "GET /virtual-machine-interface/3e77a8e2-682c-4805-a72c-a6ab8ec2561f?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.015005 10.0.0.41 - - [2026-03-19 02:38:35] "GET /instance-ip/e00d79f2-1af2-483b-a188-8fd6859fb820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.004562 10.0.0.41 - - [2026-03-19 02:38:36] "POST /neutron/port HTTP/1.1" 200 1016 0.011588 10.0.0.27 - - [2026-03-19 02:38:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005408 10.0.0.27 - - [2026-03-19 02:38:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005159 10.0.0.41 - - [2026-03-19 02:38:36] "POST /neutron/network HTTP/1.1" 200 151 0.142229 10.0.0.27 - - [2026-03-19 02:38:36] "DELETE /route-target/dd4fa136-a73c-457c-a422-619bccf526ea HTTP/1.1" 200 115 0.022791 10.0.0.41 - - [2026-03-19 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.27 - - [2026-03-19 02:38:39] "GET /projects?obj_uuids=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001008 10.0.0.41 - - [2026-03-19 02:38:39] "GET /project/6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.037905 10.0.0.27 - - [2026-03-19 02:38:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006611 10.0.0.41 - - [2026-03-19 02:38:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.181903 10.0.0.41 - - [2026-03-19 02:38:39] "POST /id-to-fqname HTTP/1.1" 200 217 0.001333 10.0.0.41 - - [2026-03-19 02:38:39] "GET /virtual-network/9306e248-0b83-4b55-a415-b894a5449101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.007222 10.0.0.41 - - [2026-03-19 02:38:39] "POST /neutron/network HTTP/1.1" 200 978 0.009297 10.0.0.41 - - [2026-03-19 02:38:39] "GET /virtual-network/9306e248-0b83-4b55-a415-b894a5449101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005450 10.0.0.41 - - [2026-03-19 02:38:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.009368 10.0.0.41 - - [2026-03-19 02:38:40] "POST /id-to-fqname HTTP/1.1" 200 217 0.001573 10.0.0.41 - - [2026-03-19 02:38:40] "POST /neutron/port HTTP/1.1" 200 1018 0.017049 10.0.0.41 - - [2026-03-19 02:38:40] "POST /neutron/port HTTP/1.1" 200 1018 0.013598 10.0.0.41 - - [2026-03-19 02:38:41] "POST /id-to-fqname HTTP/1.1" 200 217 0.001266 10.0.0.41 - - [2026-03-19 02:38:41] "POST /neutron/port HTTP/1.1" 200 117 0.007700 10.0.0.41 - - [2026-03-19 02:38:41] "POST /neutron/network HTTP/1.1" 200 978 0.043206 10.0.0.41 - - [2026-03-19 02:38:41] "POST /neutron/port HTTP/1.1" 200 1018 0.015914 10.0.0.41 - - [2026-03-19 02:38:41] "POST /neutron/port HTTP/1.1" 200 117 0.006847 10.0.0.41 - - [2026-03-19 02:38:42] "POST /neutron/port HTTP/1.1" 200 1018 0.010557 10.0.0.41 - - [2026-03-19 02:38:42] "POST /neutron/port HTTP/1.1" 200 1018 0.012672 10.0.0.41 - - [2026-03-19 02:38:42] "POST /neutron/port HTTP/1.1" 200 1018 0.012743 10.0.0.41 - - [2026-03-19 02:38:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007305 10.0.0.41 - - [2026-03-19 02:38:42] "POST /neutron/network HTTP/1.1" 200 978 0.007951 10.0.0.41 - - [2026-03-19 02:38:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.010178 10.0.0.41 - - [2026-03-19 02:38:46] "POST /neutron/port HTTP/1.1" 200 1120 0.019359 10.0.0.27 - - [2026-03-19 02:38:46] "DELETE /project/f52d7d0752c14e74a90c661adb905a99 HTTP/1.1" 404 173 0.024693 10.0.0.27 - - [2026-03-19 02:38:46] "DELETE /project/698b0040cdce48f3a98015ba4bc741a7 HTTP/1.1" 404 173 0.035508 10.0.0.27 - - [2026-03-19 02:38:46] "DELETE /project/006afb9a520e47fcb3adcb8bb2e68dd9 HTTP/1.1" 404 173 0.029504 10.0.0.27 - - [2026-03-19 02:38:46] "DELETE /project/d029183adac0429aa23f042e0f221a14 HTTP/1.1" 404 173 0.019730 10.0.0.27 - - [2026-03-19 02:38:46] "GET /projects?obj_uuids=698b0040-cdce-48f3-a980-15ba4bc741a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001165 10.0.0.27 - - [2026-03-19 02:38:46] "GET /projects?obj_uuids=4e246e96-291b-42d8-ac6b-2baf14b2f231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.27 - - [2026-03-19 02:38:46] "GET /projects?obj_uuids=88c4dace-32b3-4dba-bdee-38c82b943699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001062 10.0.0.27 - - [2026-03-19 02:38:46] "GET /projects?obj_uuids=f52d7d07-52c1-4e74-a90c-661adb905a99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001054 10.0.0.27 - - [2026-03-19 02:38:46] "GET /projects?obj_uuids=d029183a-dac0-429a-a23f-042e0f221a14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001417 10.0.0.27 - - [2026-03-19 02:38:46] "GET /projects?obj_uuids=006afb9a-520e-47fc-b3ad-cb8bb2e68dd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001172 10.0.0.27 - - [2026-03-19 02:38:46] "DELETE /project/88c4dace32b34dbabdee38c82b943699 HTTP/1.1" 404 173 0.008578 10.0.0.27 - - [2026-03-19 02:38:46] "DELETE /project/6d1e929842504f8c82c4e9a3e5d00ea4 HTTP/1.1" 404 173 0.010290 10.0.0.41 - - [2026-03-19 02:38:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011074 10.0.0.27 - - [2026-03-19 02:38:46] "GET /project/d029183a-dac0-429a-a23f-042e0f221a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.109858 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/88c4dace-32b3-4dba-bdee-38c82b943699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.131661 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/698b0040-cdce-48f3-a980-15ba4bc741a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.160388 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/4e246e96-291b-42d8-ac6b-2baf14b2f231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.172322 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/f52d7d07-52c1-4e74-a90c-661adb905a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.171283 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/006afb9a-520e-47fc-b3ad-cb8bb2e68dd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.166358 10.0.0.27 - - [2026-03-19 02:38:47] "GET /projects?obj_uuids=d029183a-dac0-429a-a23f-042e0f221a14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003313 10.0.0.27 - - [2026-03-19 02:38:47] "GET /projects?obj_uuids=88c4dace-32b3-4dba-bdee-38c82b943699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002714 10.0.0.27 - - [2026-03-19 02:38:47] "GET /projects?obj_uuids=006afb9a-520e-47fc-b3ad-cb8bb2e68dd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002313 10.0.0.27 - - [2026-03-19 02:38:47] "GET /projects?obj_uuids=f52d7d07-52c1-4e74-a90c-661adb905a99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001346 10.0.0.27 - - [2026-03-19 02:38:47] "GET /projects?obj_uuids=4e246e96-291b-42d8-ac6b-2baf14b2f231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.27 - - [2026-03-19 02:38:47] "GET /projects?obj_uuids=698b0040-cdce-48f3-a980-15ba4bc741a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001802 10.0.0.41 - - [2026-03-19 02:38:47] "GET /virtual-machine/561ba32a-7193-4604-9011-c19c6b56320e HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/4e246e96-291b-42d8-ac6b-2baf14b2f231?fields=security_groups HTTP/1.1" 200 1362 0.130095 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/88c4dace-32b3-4dba-bdee-38c82b943699?fields=security_groups HTTP/1.1" 200 1359 0.155661 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/d029183a-dac0-429a-a23f-042e0f221a14?fields=security_groups HTTP/1.1" 200 1363 0.220676 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/f52d7d07-52c1-4e74-a90c-661adb905a99?fields=security_groups HTTP/1.1" 200 1348 0.156428 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/006afb9a-520e-47fc-b3ad-cb8bb2e68dd9?fields=security_groups HTTP/1.1" 200 1372 0.162861 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/698b0040-cdce-48f3-a980-15ba4bc741a7?fields=security_groups HTTP/1.1" 200 1347 0.183723 10.0.0.27 - - [2026-03-19 02:38:47] "DELETE /security-group/7d0a3e5f-1d81-4b3b-85a7-dcfd4c25f3af HTTP/1.1" 200 115 0.139419 10.0.0.27 - - [2026-03-19 02:38:47] "GET /projects?obj_uuids=4e246e96-291b-42d8-ac6b-2baf14b2f231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003717 10.0.0.27 - - [2026-03-19 02:38:47] "DELETE /security-group/34147ae9-5aa7-4cc8-a230-40f0b8bd5fa4 HTTP/1.1" 200 115 0.161558 10.0.0.27 - - [2026-03-19 02:38:47] "GET /projects?obj_uuids=698b0040-cdce-48f3-a980-15ba4bc741a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002937 10.0.0.27 - - [2026-03-19 02:38:47] "DELETE /security-group/d2d210b4-aa7f-49b9-bd43-358d137d1803 HTTP/1.1" 200 115 0.196791 10.0.0.27 - - [2026-03-19 02:38:47] "DELETE /security-group/0d030d9c-73dd-4b3c-a6ce-460d245d77a0 HTTP/1.1" 200 115 0.189575 10.0.0.27 - - [2026-03-19 02:38:47] "GET /projects?obj_uuids=88c4dace-32b3-4dba-bdee-38c82b943699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.007823 10.0.0.27 - - [2026-03-19 02:38:47] "DELETE /security-group/d7418ad7-f87c-4256-8d8a-cde3c49dd512 HTTP/1.1" 200 115 0.213396 10.0.0.27 - - [2026-03-19 02:38:47] "GET /projects?obj_uuids=d029183a-dac0-429a-a23f-042e0f221a14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011 10.0.0.27 - - [2026-03-19 02:38:47] "GET /projects?obj_uuids=f52d7d07-52c1-4e74-a90c-661adb905a99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003472 10.0.0.27 - - [2026-03-19 02:38:47] "DELETE /security-group/32caa0e2-57f6-40f6-af7b-712205ab412e HTTP/1.1" 200 115 0.233357 10.0.0.27 - - [2026-03-19 02:38:47] "DELETE /access-control-list/b88f7808-71a9-46c0-823d-c1e3c6447949 HTTP/1.1" 200 115 0.187769 10.0.0.27 - - [2026-03-19 02:38:47] "GET /projects?obj_uuids=006afb9a-520e-47fc-b3ad-cb8bb2e68dd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001302 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/4e246e96-291b-42d8-ac6b-2baf14b2f231?fields=application_policy_sets HTTP/1.1" 200 1401 0.162413 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/698b0040-cdce-48f3-a980-15ba4bc741a7?fields=application_policy_sets HTTP/1.1" 200 1386 0.216090 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/88c4dace-32b3-4dba-bdee-38c82b943699?fields=application_policy_sets HTTP/1.1" 200 1398 0.204292 10.0.0.41 - - [2026-03-19 02:38:47] "GET /virtual-machine/561ba32a-7193-4604-9011-c19c6b56320e HTTP/1.1" 200 1284 0.088249 10.0.0.41 - - [2026-03-19 02:38:47] "GET /virtual-machine-interface/5a709e35-efd3-40b1-a93b-14b865178306 HTTP/1.1" 200 2923 0.013904 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/f52d7d07-52c1-4e74-a90c-661adb905a99?fields=application_policy_sets HTTP/1.1" 200 1387 0.216728 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/006afb9a-520e-47fc-b3ad-cb8bb2e68dd9?fields=application_policy_sets HTTP/1.1" 200 1411 0.202903 10.0.0.27 - - [2026-03-19 02:38:47] "GET /project/d029183a-dac0-429a-a23f-042e0f221a14?fields=application_policy_sets HTTP/1.1" 200 1402 0.257838 10.0.0.41 - - [2026-03-19 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.010425 10.0.0.41 - - [2026-03-19 02:38:47] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006792 10.0.0.41 - - [2026-03-19 02:38:47] "GET /virtual-networks?parent_id=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.012757 10.0.0.27 - - [2026-03-19 02:38:47] "DELETE /access-control-list/2ff0a345-8b18-4370-afd4-ab4f87f523c3 HTTP/1.1" 200 115 0.144868 10.0.0.41 - - [2026-03-19 02:38:47] "GET /virtual-network/9306e248-0b83-4b55-a415-b894a5449101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.015576 10.0.0.27 - - [2026-03-19 02:38:48] "DELETE /access-control-list/f8ae20a0-5ecd-425d-a32d-e58d31401451 HTTP/1.1" 200 115 0.115636 10.0.0.27 - - [2026-03-19 02:38:48] "DELETE /project/4e246e96-291b-42d8-ac6b-2baf14b2f231 HTTP/1.1" 200 115 1.267454 10.0.0.27 - - [2026-03-19 02:38:48] "DELETE /project/698b0040-cdce-48f3-a980-15ba4bc741a7 HTTP/1.1" 200 115 1.325637 10.0.0.27 - - [2026-03-19 02:38:48] "DELETE /project/88c4dace-32b3-4dba-bdee-38c82b943699 HTTP/1.1" 200 115 1.351091 10.0.0.27 - - [2026-03-19 02:38:48] "DELETE /project/006afb9a-520e-47fc-b3ad-cb8bb2e68dd9 HTTP/1.1" 200 115 1.361680 10.0.0.27 - - [2026-03-19 02:38:48] "DELETE /project/d029183a-dac0-429a-a23f-042e0f221a14 HTTP/1.1" 200 115 1.399069 10.0.0.27 - - [2026-03-19 02:38:48] "DELETE /project/f52d7d07-52c1-4e74-a90c-661adb905a99 HTTP/1.1" 200 115 1.405072 10.0.0.27 - - [2026-03-19 02:38:48] "DELETE /access-control-list/4c9fe0ea-0c09-466d-85a2-21261b8f71e3 HTTP/1.1" 200 115 0.075504 10.0.0.41 - - [2026-03-19 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.41 - - [2026-03-19 02:38:50] "GET /virtual-network/9306e248-0b83-4b55-a415-b894a5449101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006309 10.0.0.41 - - [2026-03-19 02:38:51] "POST /neutron/port HTTP/1.1" 200 1120 0.016769 10.0.0.41 - - [2026-03-19 02:38:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006326 10.0.0.27 - - [2026-03-19 02:38:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-03-19 02:38:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2026-03-19 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.41 - - [2026-03-19 02:38:53] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004864 10.0.0.41 - - [2026-03-19 02:38:53] "GET /virtual-networks?parent_id=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003011 10.0.0.41 - - [2026-03-19 02:38:53] "GET /virtual-network/9306e248-0b83-4b55-a415-b894a5449101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005564 10.0.0.41 - - [2026-03-19 02:38:53] "POST /neutron/port HTTP/1.1" 200 1120 0.020980 10.0.0.41 - - [2026-03-19 02:38:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007072 10.0.0.41 - - [2026-03-19 02:38:53] "GET /virtual-machine/e5f75627-28d0-4468-aab5-9ebbab083e60 HTTP/1.1" 200 1285 0.005359 10.0.0.41 - - [2026-03-19 02:38:53] "GET /virtual-machine-interface/7a124c61-8ab7-467d-9564-58653c2e1ab1 HTTP/1.1" 200 2923 0.005246 10.0.0.41 - - [2026-03-19 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.41 - - [2026-03-19 02:38:53] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003364 10.0.0.41 - - [2026-03-19 02:38:53] "GET /virtual-networks?parent_id=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003342 10.0.0.41 - - [2026-03-19 02:38:53] "GET /virtual-network/9306e248-0b83-4b55-a415-b894a5449101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005676 10.0.0.242 - - [2026-03-19 02:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.242 - - [2026-03-19 02:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.27 - - [2026-03-19 02:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2026-03-19 02:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.242 - - [2026-03-19 02:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.242 - - [2026-03-19 02:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.41 - - [2026-03-19 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.41 - - [2026-03-19 02:38:54] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003616 10.0.0.41 - - [2026-03-19 02:38:54] "GET /virtual-networks?parent_id=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003236 10.0.0.41 - - [2026-03-19 02:38:54] "GET /virtual-network/9306e248-0b83-4b55-a415-b894a5449101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005235 10.0.0.41 - - [2026-03-19 02:38:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.41 - - [2026-03-19 02:38:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.41 - - [2026-03-19 02:38:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.41 - - [2026-03-19 02:38:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.41 - - [2026-03-19 02:38:58] "POST /neutron/port HTTP/1.1" 200 151 0.203529 10.0.0.41 - - [2026-03-19 02:38:58] "POST /neutron/port HTTP/1.1" 200 151 0.199201 10.0.0.27 - - [2026-03-19 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.27 - - [2026-03-19 02:39:00] "GET /projects?obj_uuids=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001100 10.0.0.41 - - [2026-03-19 02:39:00] "GET /project/6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.043815 10.0.0.27 - - [2026-03-19 02:39:00] "GET /projects?obj_uuids=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000907 10.0.0.41 - - [2026-03-19 02:39:00] "GET /project/6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4?fields=virtual_networks HTTP/1.1" 200 1022 0.041882 10.0.0.27 - - [2026-03-19 02:39:00] "GET /projects?obj_uuids=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001065 10.0.0.41 - - [2026-03-19 02:39:00] "GET /project/6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.045958 10.0.0.27 - - [2026-03-19 02:39:00] "GET /projects?obj_uuids=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000937 10.0.0.41 - - [2026-03-19 02:39:00] "GET /project/6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4?fields=security_groups HTTP/1.1" 200 1244 0.038131 10.0.0.27 - - [2026-03-19 02:39:01] "GET /obj-perms HTTP/1.1" 200 5056 0.199858 10.0.0.41 - - [2026-03-19 02:39:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.028961 10.0.0.27 - - [2026-03-19 02:39:02] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003100 10.0.0.27 - - [2026-03-19 02:39:02] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.27 - - [2026-03-19 02:39:02] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006850 10.0.0.27 - - [2026-03-19 02:39:02] "POST /id-to-fqname HTTP/1.1" 200 188 0.008254 10.0.0.27 - - [2026-03-19 02:39:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.005339 10.0.0.27 - - [2026-03-19 02:39:02] "POST /security-groups HTTP/1.1" 200 589 0.081765 10.0.0.27 - - [2026-03-19 02:39:02] "POST /projects HTTP/1.1" 200 581 0.293983 10.0.0.27 - - [2026-03-19 02:39:02] "POST /access-control-lists HTTP/1.1" 200 594 0.034658 10.0.0.27 - - [2026-03-19 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.383170 10.0.0.41 - - [2026-03-19 02:39:02] "GET /project/bdd440de-3eec-4579-b9db-303fae636db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.545851 10.0.0.41 - - [2026-03-19 02:39:03] "POST /neutron/port HTTP/1.1" 200 117 0.006416 10.0.0.41 - - [2026-03-19 02:39:03] "POST /neutron/port HTTP/1.1" 400 205 0.003249 10.0.0.41 - - [2026-03-19 02:39:03] "GET / HTTP/1.1" 200 35931 0.002029 10.0.0.41 - - [2026-03-19 02:39:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000415 10.0.0.41 - - [2026-03-19 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.071191 10.0.0.27 - - [2026-03-19 02:39:06] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.41 - - [2026-03-19 02:39:06] "GET /project/bdd440de-3eec-4579-b9db-303fae636db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044559 10.0.0.27 - - [2026-03-19 02:39:06] "POST /route-targets HTTP/1.1" 200 327 0.015093 10.0.0.27 - - [2026-03-19 02:39:06] "POST /useragent-kv HTTP/1.1" 200 115 0.007617 10.0.0.41 - - [2026-03-19 02:39:06] "POST /neutron/subnet HTTP/1.1" 200 730 0.223864 10.0.0.41 - - [2026-03-19 02:39:06] "POST /id-to-fqname HTTP/1.1" 200 219 0.001197 10.0.0.41 - - [2026-03-19 02:39:06] "GET /virtual-network/cbd9017d-14bf-4da2-923a-661e8891503e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006581 10.0.0.41 - - [2026-03-19 02:39:06] "GET /virtual-network/cbd9017d-14bf-4da2-923a-661e8891503e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005746 10.0.0.41 - - [2026-03-19 02:39:06] "POST /neutron/network HTTP/1.1" 200 825 0.006456 10.0.0.41 - - [2026-03-19 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.27 - - [2026-03-19 02:39:06] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.41 - - [2026-03-19 02:39:06] "GET /project/bdd440de-3eec-4579-b9db-303fae636db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047140 10.0.0.27 - - [2026-03-19 02:39:06] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.41 - - [2026-03-19 02:39:07] "POST /neutron/network HTTP/1.1" 200 605 0.158645 10.0.0.27 - - [2026-03-19 02:39:07] "POST /ref-update HTTP/1.1" 200 156 0.029736 10.0.0.41 - - [2026-03-19 02:39:07] "POST /id-to-fqname HTTP/1.1" 200 219 0.003484 10.0.0.41 - - [2026-03-19 02:39:07] "GET /virtual-network/5ba6283f-deef-497d-8318-f266e41055c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004935 10.0.0.41 - - [2026-03-19 02:39:07] "POST /neutron/network HTTP/1.1" 200 824 0.007014 10.0.0.41 - - [2026-03-19 02:39:07] "GET /virtual-network/5ba6283f-deef-497d-8318-f266e41055c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004847 10.0.0.41 - - [2026-03-19 02:39:07] "POST /id-to-fqname HTTP/1.1" 200 219 0.001273 10.0.0.41 - - [2026-03-19 02:39:07] "POST /neutron/network HTTP/1.1" 200 835 0.007010 10.0.0.27 - - [2026-03-19 02:39:08] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.41 - - [2026-03-19 02:39:08] "GET /project/bdd440de-3eec-4579-b9db-303fae636db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.074645 10.0.0.41 - - [2026-03-19 02:39:08] "POST /neutron/port HTTP/1.1" 200 117 0.005221 10.0.0.41 - - [2026-03-19 02:39:08] "POST /id-to-fqname HTTP/1.1" 200 219 0.001087 10.0.0.41 - - [2026-03-19 02:39:09] "POST /neutron/network HTTP/1.1" 200 835 0.009785 10.0.0.41 - - [2026-03-19 02:39:09] "POST /neutron/port HTTP/1.1" 200 1059 0.014472 10.0.0.41 - - [2026-03-19 02:39:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003465 10.0.0.27 - - [2026-03-19 02:39:09] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001414 10.0.0.41 - - [2026-03-19 02:39:09] "GET /project/bdd440de-3eec-4579-b9db-303fae636db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.081808 10.0.0.41 - - [2026-03-19 02:39:09] "POST /neutron/network HTTP/1.1" 200 825 0.006621 10.0.0.41 - - [2026-03-19 02:39:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007570 10.0.0.41 - - [2026-03-19 02:39:10] "POST /neutron/router HTTP/1.1" 200 580 0.005368 10.0.0.27 - - [2026-03-19 02:39:10] "POST /ref-update HTTP/1.1" 200 156 0.021280 10.0.0.41 - - [2026-03-19 02:39:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007653 10.0.0.41 - - [2026-03-19 02:39:11] "POST /neutron/port HTTP/1.1" 200 1058 0.017967 10.0.0.41 - - [2026-03-19 02:39:11] "POST /neutron/port HTTP/1.1" 200 1122 0.025928 10.0.0.41 - - [2026-03-19 02:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.41 - - [2026-03-19 02:39:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008134 10.0.0.41 - - [2026-03-19 02:39:16] "POST /neutron/port HTTP/1.1" 200 1123 0.019817 10.0.0.41 - - [2026-03-19 02:39:16] "GET /virtual-machine/b30d5fd8-4a69-4018-bdac-33d782f0e151 HTTP/1.1" 401 292 0.000505 10.0.0.41 - - [2026-03-19 02:39:16] "GET /virtual-machine/b30d5fd8-4a69-4018-bdac-33d782f0e151 HTTP/1.1" 200 1291 0.033141 10.0.0.41 - - [2026-03-19 02:39:16] "GET /virtual-machine-interface/6a7493cf-9c32-4b90-b1e9-dc7f0a110b5b HTTP/1.1" 200 2933 0.004804 10.0.0.41 - - [2026-03-19 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.41 - - [2026-03-19 02:39:16] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004793 10.0.0.41 - - [2026-03-19 02:39:16] "GET /virtual-networks?parent_id=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002734 10.0.0.41 - - [2026-03-19 02:39:16] "GET /virtual-network/cbd9017d-14bf-4da2-923a-661e8891503e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006467 10.0.0.41 - - [2026-03-19 02:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.41 - - [2026-03-19 02:39:19] "GET /virtual-network/cbd9017d-14bf-4da2-923a-661e8891503e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006588 10.0.0.41 - - [2026-03-19 02:39:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013886 10.0.0.41 - - [2026-03-19 02:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.41 - - [2026-03-19 02:39:21] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004032 10.0.0.41 - - [2026-03-19 02:39:21] "GET /virtual-networks?parent_id=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003040 10.0.0.41 - - [2026-03-19 02:39:21] "GET /virtual-network/cbd9017d-14bf-4da2-923a-661e8891503e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006159 10.0.0.41 - - [2026-03-19 02:39:22] "POST /neutron/port HTTP/1.1" 200 1122 0.015923 10.0.0.41 - - [2026-03-19 02:39:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006889 10.0.0.41 - - [2026-03-19 02:39:22] "GET /virtual-machine/a5a67af9-730a-4a5b-a20f-70df5597d318 HTTP/1.1" 200 1291 0.006307 10.0.0.41 - - [2026-03-19 02:39:22] "GET /virtual-machine-interface/504849f4-8a6f-4aef-9878-35f41f59885c HTTP/1.1" 200 2933 0.006224 10.0.0.41 - - [2026-03-19 02:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.41 - - [2026-03-19 02:39:22] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003922 10.0.0.41 - - [2026-03-19 02:39:22] "GET /virtual-networks?parent_id=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003133 10.0.0.41 - - [2026-03-19 02:39:22] "GET /virtual-network/5ba6283f-deef-497d-8318-f266e41055c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005778 10.0.0.41 - - [2026-03-19 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.41 - - [2026-03-19 02:39:25] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004861 10.0.0.41 - - [2026-03-19 02:39:25] "GET /virtual-networks?parent_id=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004524 10.0.0.41 - - [2026-03-19 02:39:25] "GET /virtual-network/5ba6283f-deef-497d-8318-f266e41055c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007254 10.0.0.41 - - [2026-03-19 02:39:29] "POST /neutron/router HTTP/1.1" 200 580 0.007637 10.0.0.41 - - [2026-03-19 02:39:36] "POST /neutron/router HTTP/1.1" 200 580 0.007749 10.0.0.27 - - [2026-03-19 02:39:39] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001256 10.0.0.41 - - [2026-03-19 02:39:40] "POST /neutron/router HTTP/1.1" 200 344 0.313894 10.0.0.27 - - [2026-03-19 02:39:40] "POST /ref-update HTTP/1.1" 200 156 0.016067 10.0.0.41 - - [2026-03-19 02:39:42] "POST /neutron/router HTTP/1.1" 200 580 0.007994 10.0.0.41 - - [2026-03-19 02:39:42] "POST /neutron/router HTTP/1.1" 200 151 0.070313 10.0.0.27 - - [2026-03-19 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008331 10.0.0.41 - - [2026-03-19 02:39:43] "POST /neutron/port HTTP/1.1" 200 1122 0.016294 10.0.0.41 - - [2026-03-19 02:39:43] "POST /neutron/port HTTP/1.1" 200 1123 0.014727 10.0.0.41 - - [2026-03-19 02:39:45] "POST /neutron/network HTTP/1.1" 200 824 0.006794 10.0.0.27 - - [2026-03-19 02:39:45] "DELETE /route-target/ee65b2be-246f-4874-a153-be65a8d2eff6 HTTP/1.1" 200 115 0.033653 10.0.0.27 - - [2026-03-19 02:39:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003233 10.0.0.27 - - [2026-03-19 02:39:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002361 10.0.0.41 - - [2026-03-19 02:39:45] "POST /neutron/network HTTP/1.1" 200 151 0.130351 10.0.0.27 - - [2026-03-19 02:39:46] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.41 - - [2026-03-19 02:39:46] "GET /project/bdd440de-3eec-4579-b9db-303fae636db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038187 10.0.0.27 - - [2026-03-19 02:39:46] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.41 - - [2026-03-19 02:39:46] "GET /project/bdd440de-3eec-4579-b9db-303fae636db4?fields=virtual_networks HTTP/1.1" 200 1028 0.045424 10.0.0.27 - - [2026-03-19 02:39:47] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.41 - - [2026-03-19 02:39:47] "GET /project/bdd440de-3eec-4579-b9db-303fae636db4?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.038615 10.0.0.27 - - [2026-03-19 02:39:47] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.41 - - [2026-03-19 02:39:47] "GET /project/bdd440de-3eec-4579-b9db-303fae636db4?fields=security_groups HTTP/1.1" 200 1252 0.043217 10.0.0.41 - - [2026-03-19 02:39:48] "POST /fqname-to-id HTTP/1.1" 404 191 0.029014 10.0.0.27 - - [2026-03-19 02:39:48] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002934 10.0.0.27 - - [2026-03-19 02:39:48] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001353 10.0.0.27 - - [2026-03-19 02:39:48] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007575 10.0.0.27 - - [2026-03-19 02:39:48] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000927 10.0.0.27 - - [2026-03-19 02:39:48] "GET /projects?obj_uuids=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000776 10.0.0.27 - - [2026-03-19 02:39:48] "DELETE /project/bdd440de3eec4579b9db303fae636db4 HTTP/1.1" 404 173 0.012221 10.0.0.27 - - [2026-03-19 02:39:48] "POST /id-to-fqname HTTP/1.1" 200 193 0.002489 10.0.0.27 - - [2026-03-19 02:39:48] "GET /project/bdd440de-3eec-4579-b9db-303fae636db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.067306 10.0.0.27 - - [2026-03-19 02:39:48] "GET /project/6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.077311 10.0.0.27 - - [2026-03-19 02:39:48] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001513 10.0.0.27 - - [2026-03-19 02:39:48] "GET /projects?obj_uuids=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000872 10.0.0.27 - - [2026-03-19 02:39:48] "POST /fqname-to-id HTTP/1.1" 404 202 0.010115 10.0.0.27 - - [2026-03-19 02:39:48] "GET /project/bdd440de-3eec-4579-b9db-303fae636db4?fields=security_groups HTTP/1.1" 200 1357 0.056454 10.0.0.27 - - [2026-03-19 02:39:48] "GET /project/6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4?fields=security_groups HTTP/1.1" 200 1349 0.062257 10.0.0.27 - - [2026-03-19 02:39:48] "POST /security-groups HTTP/1.1" 200 594 0.039809 10.0.0.27 - - [2026-03-19 02:39:48] "POST /fqname-to-id HTTP/1.1" 404 237 0.004550 10.0.0.27 - - [2026-03-19 02:39:48] "POST /projects HTTP/1.1" 200 591 0.352289 10.0.0.27 - - [2026-03-19 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.446874 10.0.0.27 - - [2026-03-19 02:39:48] "DELETE /security-group/7e6124da-a8c8-49a8-b690-6f3cb529855f HTTP/1.1" 200 115 0.119584 10.0.0.27 - - [2026-03-19 02:39:48] "DELETE /security-group/1a5f7bfe-093f-4ef0-9b53-742024f9108b HTTP/1.1" 200 115 0.105623 10.0.0.27 - - [2026-03-19 02:39:48] "GET /projects?obj_uuids=bdd440de-3eec-4579-b9db-303fae636db4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001282 10.0.0.27 - - [2026-03-19 02:39:48] "GET /projects?obj_uuids=6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000916 10.0.0.27 - - [2026-03-19 02:39:48] "POST /access-control-lists HTTP/1.1" 200 597 0.049319 10.0.0.27 - - [2026-03-19 02:39:48] "GET /project/6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4?fields=application_policy_sets HTTP/1.1" 200 1388 0.070571 10.0.0.41 - - [2026-03-19 02:39:48] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.663176 10.0.0.27 - - [2026-03-19 02:39:48] "GET /project/bdd440de-3eec-4579-b9db-303fae636db4?fields=application_policy_sets HTTP/1.1" 200 1396 0.184994 10.0.0.27 - - [2026-03-19 02:39:48] "DELETE /access-control-list/fb29cf63-a74c-4c3a-a3a6-4e562cadb028 HTTP/1.1" 200 115 0.071708 10.0.0.27 - - [2026-03-19 02:39:48] "DELETE /project/6d1e9298-4250-4f8c-82c4-e9a3e5d00ea4 HTTP/1.1" 200 115 0.648182 10.0.0.27 - - [2026-03-19 02:39:49] "DELETE /project/bdd440de-3eec-4579-b9db-303fae636db4 HTTP/1.1" 200 115 0.714587 10.0.0.41 - - [2026-03-19 02:39:50] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.41 - - [2026-03-19 02:39:52] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2026-03-19 02:39:52] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001004 10.0.0.41 - - [2026-03-19 02:39:52] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.070744 10.0.0.41 - - [2026-03-19 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.41 - - [2026-03-19 02:39:52] "GET /security-group/88d4c008-8539-4154-91a8-2009294fbf41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.006025 10.0.0.41 - - [2026-03-19 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.27 - - [2026-03-19 02:39:52] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000934 10.0.0.41 - - [2026-03-19 02:39:52] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.041236 10.0.0.41 - - [2026-03-19 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.41 - - [2026-03-19 02:39:52] "GET /security-group/88d4c008-8539-4154-91a8-2009294fbf41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004261 10.0.0.41 - - [2026-03-19 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.41 - - [2026-03-19 02:39:52] "PUT /security-group/88d4c008-8539-4154-91a8-2009294fbf41 HTTP/1.1" 200 262 0.019310 10.0.0.41 - - [2026-03-19 02:39:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.003791 10.0.0.27 - - [2026-03-19 02:39:53] "PUT /access-control-list/50e5d1c4-5ac4-4e4c-b0eb-66392c778ff8 HTTP/1.1" 200 272 0.016603 10.0.0.41 - - [2026-03-19 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.27 - - [2026-03-19 02:39:53] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001362 10.0.0.41 - - [2026-03-19 02:39:53] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.050494 10.0.0.27 - - [2026-03-19 02:39:53] "POST /useragent-kv HTTP/1.1" 200 115 0.011837 10.0.0.41 - - [2026-03-19 02:39:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.266847 10.0.0.41 - - [2026-03-19 02:39:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001865 10.0.0.41 - - [2026-03-19 02:39:53] "GET /virtual-network/b38382dc-3dbd-4e5a-8c67-0a273f4a42aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005862 10.0.0.41 - - [2026-03-19 02:39:53] "GET /virtual-network/b38382dc-3dbd-4e5a-8c67-0a273f4a42aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005564 10.0.0.41 - - [2026-03-19 02:39:53] "POST /neutron/network HTTP/1.1" 200 828 0.006259 10.0.0.41 - - [2026-03-19 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.27 - - [2026-03-19 02:39:53] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000983 10.0.0.41 - - [2026-03-19 02:39:53] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.052813 10.0.0.27 - - [2026-03-19 02:39:53] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000921 10.0.0.27 - - [2026-03-19 02:39:54] "POST /route-targets HTTP/1.1" 200 327 0.013553 10.0.0.41 - - [2026-03-19 02:39:54] "POST /neutron/network HTTP/1.1" 200 615 0.184422 10.0.0.41 - - [2026-03-19 02:39:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.003484 10.0.0.41 - - [2026-03-19 02:39:54] "GET /virtual-network/c91738b7-71dc-4233-a410-c347615523cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006636 10.0.0.41 - - [2026-03-19 02:39:54] "POST /neutron/network HTTP/1.1" 200 832 0.009285 10.0.0.41 - - [2026-03-19 02:39:54] "GET /virtual-network/c91738b7-71dc-4233-a410-c347615523cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005912 10.0.0.41 - - [2026-03-19 02:39:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001275 10.0.0.41 - - [2026-03-19 02:39:54] "POST /neutron/network HTTP/1.1" 200 838 0.005819 10.0.0.27 - - [2026-03-19 02:39:55] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000836 10.0.0.41 - - [2026-03-19 02:39:55] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.065362 10.0.0.41 - - [2026-03-19 02:39:55] "POST /neutron/port HTTP/1.1" 200 117 0.006097 10.0.0.41 - - [2026-03-19 02:39:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001125 10.0.0.41 - - [2026-03-19 02:39:56] "POST /neutron/network HTTP/1.1" 200 838 0.006645 10.0.0.41 - - [2026-03-19 02:39:56] "POST /neutron/port HTTP/1.1" 200 1064 0.017435 10.0.0.27 - - [2026-03-19 02:39:56] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001229 10.0.0.41 - - [2026-03-19 02:39:56] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.088429 10.0.0.41 - - [2026-03-19 02:39:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003859 10.0.0.41 - - [2026-03-19 02:39:56] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.41 - - [2026-03-19 02:39:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007048 10.0.0.41 - - [2026-03-19 02:39:57] "POST /neutron/router HTTP/1.1" 200 585 0.014449 10.0.0.27 - - [2026-03-19 02:39:57] "PUT /logical-router/db1947fe-5be2-4f4f-82bd-d2c7cd232416 HTTP/1.1" 200 262 0.034933 10.0.0.27 - - [2026-03-19 02:39:57] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000934 10.0.0.27 - - [2026-03-19 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.27 - - [2026-03-19 02:39:57] "POST /useragent-kv HTTP/1.1" 200 115 0.008006 10.0.0.27 - - [2026-03-19 02:39:57] "POST /virtual-networks HTTP/1.1" 200 694 0.199447 10.0.0.41 - - [2026-03-19 02:39:57] "POST /neutron/router HTTP/1.1" 200 344 0.417424 10.0.0.27 - - [2026-03-19 02:39:57] "POST /ref-update HTTP/1.1" 200 156 0.040410 10.0.0.27 - - [2026-03-19 02:39:58] "PUT /logical-router/db1947fe-5be2-4f4f-82bd-d2c7cd232416 HTTP/1.1" 200 262 0.042807 10.0.0.41 - - [2026-03-19 02:39:58] "POST /neutron/network HTTP/1.1" 200 842 0.006386 10.0.0.27 - - [2026-03-19 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.27 - - [2026-03-19 02:39:58] "POST /chown HTTP/1.1" 200 109 0.030096 10.0.0.27 - - [2026-03-19 02:39:58] "POST /chown HTTP/1.1" 200 109 0.019755 10.0.0.27 - - [2026-03-19 02:39:58] "POST /ref-update HTTP/1.1" 200 156 0.037991 10.0.0.41 - - [2026-03-19 02:39:58] "POST /neutron/port HTTP/1.1" 200 1061 0.026691 10.0.0.41 - - [2026-03-19 02:39:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007027 10.0.0.27 - - [2026-03-19 02:39:59] "POST /instance-ips HTTP/1.1" 200 549 0.084361 10.0.0.41 - - [2026-03-19 02:39:59] "POST /neutron/network HTTP/1.1" 200 832 0.007893 10.0.0.27 - - [2026-03-19 02:39:59] "PUT /virtual-machine-interface/23e5307c-422f-4a9b-a345-e356210e7b95 HTTP/1.1" 200 284 0.033428 10.0.0.27 - - [2026-03-19 02:39:59] "POST /ref-update HTTP/1.1" 200 156 0.038090 10.0.0.27 - - [2026-03-19 02:39:59] "POST /chown HTTP/1.1" 200 109 0.040713 10.0.0.27 - - [2026-03-19 02:39:59] "PUT /virtual-machine-interface/9af5f794-a2db-4ccd-887b-b42178300490 HTTP/1.1" 200 284 0.027679 10.0.0.27 - - [2026-03-19 02:39:59] "POST /ref-update HTTP/1.1" 200 156 0.042403 10.0.0.27 - - [2026-03-19 02:39:59] "POST /instance-ips HTTP/1.1" 400 316 0.044917 10.0.0.27 - - [2026-03-19 02:39:59] "PUT /instance-ip/74dc986c-5d0c-40b4-a402-4fa7cba7e912 HTTP/1.1" 200 256 0.035876 10.0.0.27 - - [2026-03-19 02:40:00] "POST /ref-update HTTP/1.1" 200 156 0.026026 10.0.0.41 - - [2026-03-19 02:40:03] "POST /neutron/port HTTP/1.1" 200 1128 0.038593 10.0.0.41 - - [2026-03-19 02:40:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004807 10.0.0.41 - - [2026-03-19 02:40:03] "POST /neutron/port HTTP/1.1" 200 1128 0.018183 10.0.0.41 - - [2026-03-19 02:40:03] "POST /neutron/port HTTP/1.1" 200 1128 0.019305 10.0.0.41 - - [2026-03-19 02:40:03] "GET /virtual-machine/adffa056-97d8-4eb7-81ca-362a62244e33 HTTP/1.1" 401 292 0.000375 10.0.0.41 - - [2026-03-19 02:40:03] "GET /virtual-machine/adffa056-97d8-4eb7-81ca-362a62244e33 HTTP/1.1" 200 1295 0.031375 10.0.0.41 - - [2026-03-19 02:40:03] "GET /virtual-machine-interface/50430a30-b5c2-4f6d-9b76-38a68e569cce HTTP/1.1" 200 2955 0.004946 10.0.0.41 - - [2026-03-19 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.41 - - [2026-03-19 02:40:03] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004109 10.0.0.41 - - [2026-03-19 02:40:03] "GET /virtual-networks?parent_id=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002674 10.0.0.41 - - [2026-03-19 02:40:03] "GET /virtual-network/b38382dc-3dbd-4e5a-8c67-0a273f4a42aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005547 10.0.0.41 - - [2026-03-19 02:40:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006459 10.0.0.41 - - [2026-03-19 02:40:06] "POST /neutron/network HTTP/1.1" 200 838 0.007567 10.0.0.41 - - [2026-03-19 02:40:06] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.41 - - [2026-03-19 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.41 - - [2026-03-19 02:40:06] "GET /virtual-network/b38382dc-3dbd-4e5a-8c67-0a273f4a42aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006331 10.0.0.41 - - [2026-03-19 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.41 - - [2026-03-19 02:40:09] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003647 10.0.0.41 - - [2026-03-19 02:40:09] "GET /virtual-networks?parent_id=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003142 10.0.0.41 - - [2026-03-19 02:40:09] "GET /virtual-network/b38382dc-3dbd-4e5a-8c67-0a273f4a42aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005331 10.0.0.41 - - [2026-03-19 02:40:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007431 10.0.0.41 - - [2026-03-19 02:40:09] "POST /neutron/port HTTP/1.1" 200 1125 0.018034 10.0.0.41 - - [2026-03-19 02:40:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007112 10.0.0.41 - - [2026-03-19 02:40:09] "GET /virtual-machine/195df430-ef92-4c64-ab61-d413b18b46e0 HTTP/1.1" 200 1295 0.006654 10.0.0.41 - - [2026-03-19 02:40:09] "GET /virtual-machine-interface/dd8ae32f-d5f5-4849-8fd5-e3fecf491886 HTTP/1.1" 200 2968 0.004932 10.0.0.41 - - [2026-03-19 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.41 - - [2026-03-19 02:40:09] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003827 10.0.0.41 - - [2026-03-19 02:40:09] "GET /virtual-networks?parent_id=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003116 10.0.0.41 - - [2026-03-19 02:40:09] "GET /virtual-network/c91738b7-71dc-4233-a410-c347615523cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005766 10.0.0.41 - - [2026-03-19 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.41 - - [2026-03-19 02:40:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004147 10.0.0.41 - - [2026-03-19 02:40:10] "GET /virtual-networks?parent_id=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003111 10.0.0.41 - - [2026-03-19 02:40:10] "GET /virtual-network/c91738b7-71dc-4233-a410-c347615523cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006807 10.0.0.27 - - [2026-03-19 02:40:14] "POST /ref-update HTTP/1.1" 200 156 0.014769 10.0.0.41 - - [2026-03-19 02:40:14] "POST /neutron/router HTTP/1.1" 200 656 0.007691 10.0.0.27 - - [2026-03-19 02:40:14] "PUT /logical-router/db1947fe-5be2-4f4f-82bd-d2c7cd232416 HTTP/1.1" 404 171 0.042163 10.0.0.27 - - [2026-03-19 02:40:14] "POST /ref-update HTTP/1.1" 200 156 0.023316 10.0.0.27 - - [2026-03-19 02:40:15] "GET /virtual-network/d37a61a0-a850-406a-921f-54da202c5bf5?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2299 0.021540 10.0.0.27 - - [2026-03-19 02:40:15] "GET /virtual-machine-interface/23e5307c-422f-4a9b-a345-e356210e7b95?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1649 0.019372 10.0.0.27 - - [2026-03-19 02:40:15] "DELETE /virtual-machine-interface/23e5307c-422f-4a9b-a345-e356210e7b95 HTTP/1.1" 200 115 0.087292 10.0.0.41 - - [2026-03-19 02:40:15] "POST /neutron/network HTTP/1.1" 400 204 0.095696 10.0.0.27 - - [2026-03-19 02:40:15] "GET /instance-ip/74dc986c-5d0c-40b4-a402-4fa7cba7e912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1759 0.012559 10.0.0.27 - - [2026-03-19 02:40:15] "DELETE /instance-ip/74dc986c-5d0c-40b4-a402-4fa7cba7e912 HTTP/1.1" 404 177 0.004035 10.0.0.27 - - [2026-03-19 02:40:15] "DELETE /route-target/1e6b3430-925f-4c16-ac53-b593dba3bdab HTTP/1.1" 200 115 0.036918 10.0.0.27 - - [2026-03-19 02:40:15] "GET /logical-router/db1947fe-5be2-4f4f-82bd-d2c7cd232416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008224 10.0.0.27 - - [2026-03-19 02:40:15] "POST /ref-update HTTP/1.1" 200 156 0.042202 10.0.0.41 - - [2026-03-19 02:40:15] "POST /neutron/port HTTP/1.1" 200 151 0.248238 10.0.0.27 - - [2026-03-19 02:40:16] "POST /ref-update HTTP/1.1" 200 156 0.038691 10.0.0.41 - - [2026-03-19 02:40:16] "POST /neutron/port HTTP/1.1" 200 151 0.263226 10.0.0.27 - - [2026-03-19 02:40:16] "POST /ref-update HTTP/1.1" 200 156 0.073158 10.0.0.27 - - [2026-03-19 02:40:16] "DELETE /virtual-machine-interface/9af5f794-a2db-4ccd-887b-b42178300490 HTTP/1.1" 200 115 0.064288 10.0.0.41 - - [2026-03-19 02:40:17] "POST /neutron/network HTTP/1.1" 200 828 0.010195 10.0.0.27 - - [2026-03-19 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.27 - - [2026-03-19 02:40:19] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.073338 10.0.0.41 - - [2026-03-19 02:40:19] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.109344 10.0.0.27 - - [2026-03-19 02:40:19] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001110 10.0.0.41 - - [2026-03-19 02:40:19] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?fields=virtual_networks HTTP/1.1" 200 1036 0.043066 10.0.0.27 - - [2026-03-19 02:40:19] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000912 10.0.0.41 - - [2026-03-19 02:40:19] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.038368 10.0.0.27 - - [2026-03-19 02:40:19] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001256 10.0.0.41 - - [2026-03-19 02:40:19] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?fields=security_groups HTTP/1.1" 200 1265 0.044612 10.0.0.41 - - [2026-03-19 02:40:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.027483 10.0.0.27 - - [2026-03-19 02:40:20] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003080 10.0.0.27 - - [2026-03-19 02:40:20] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.27 - - [2026-03-19 02:40:20] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006583 10.0.0.27 - - [2026-03-19 02:40:20] "POST /id-to-fqname HTTP/1.1" 200 198 0.001058 10.0.0.27 - - [2026-03-19 02:40:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.004110 10.0.0.27 - - [2026-03-19 02:40:20] "POST /security-groups HTTP/1.1" 200 599 0.030208 10.0.0.27 - - [2026-03-19 02:40:20] "POST /projects HTTP/1.1" 200 601 0.248422 10.0.0.27 - - [2026-03-19 02:40:20] "POST /access-control-lists HTTP/1.1" 200 604 0.027423 10.0.0.27 - - [2026-03-19 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.321368 10.0.0.41 - - [2026-03-19 02:40:20] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.467842 10.0.0.41 - - [2026-03-19 02:40:21] "GET / HTTP/1.1" 200 35931 0.001631 10.0.0.41 - - [2026-03-19 02:40:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2026-03-19 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.063530 10.0.0.27 - - [2026-03-19 02:40:24] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000849 10.0.0.41 - - [2026-03-19 02:40:24] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051157 10.0.0.27 - - [2026-03-19 02:40:24] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.41 - - [2026-03-19 02:40:24] "POST /neutron/network HTTP/1.1" 200 613 0.153039 10.0.0.27 - - [2026-03-19 02:40:24] "POST /route-targets HTTP/1.1" 200 327 0.013655 10.0.0.41 - - [2026-03-19 02:40:24] "POST /neutron/network HTTP/1.1" 200 1004 0.011938 10.0.0.41 - - [2026-03-19 02:40:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001372 10.0.0.41 - - [2026-03-19 02:40:24] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006206 10.0.0.41 - - [2026-03-19 02:40:25] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008372 10.0.0.41 - - [2026-03-19 02:40:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.014472 10.0.0.41 - - [2026-03-19 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.27 - - [2026-03-19 02:40:25] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.41 - - [2026-03-19 02:40:25] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037242 10.0.0.27 - - [2026-03-19 02:40:25] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.41 - - [2026-03-19 02:40:25] "POST /neutron/network HTTP/1.1" 200 613 0.150355 10.0.0.27 - - [2026-03-19 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.026817 10.0.0.27 - - [2026-03-19 02:40:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.034157 10.0.0.41 - - [2026-03-19 02:40:25] "POST /neutron/network HTTP/1.1" 200 1005 0.011298 10.0.0.41 - - [2026-03-19 02:40:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001018 10.0.0.41 - - [2026-03-19 02:40:25] "GET /virtual-network/4961434b-afba-4188-8333-3c1a1a2597c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007462 10.0.0.41 - - [2026-03-19 02:40:26] "GET /virtual-network/4961434b-afba-4188-8333-3c1a1a2597c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007435 10.0.0.41 - - [2026-03-19 02:40:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.010238 10.0.0.41 - - [2026-03-19 02:40:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.003353 10.0.0.41 - - [2026-03-19 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.27 - - [2026-03-19 02:40:26] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001764 10.0.0.41 - - [2026-03-19 02:40:26] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069559 10.0.0.41 - - [2026-03-19 02:40:26] "POST /network-policys HTTP/1.1" 200 577 0.074940 10.0.0.41 - - [2026-03-19 02:40:26] "GET /network-policy/1b5f2caa-6230-4864-b1e5-472e53e6387d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.006280 10.0.0.41 - - [2026-03-19 02:40:26] "POST /neutron/network HTTP/1.1" 200 1112 0.111607 10.0.0.41 - - [2026-03-19 02:40:26] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006764 10.0.0.41 - - [2026-03-19 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.41 - - [2026-03-19 02:40:26] "GET /network-policy/1b5f2caa-6230-4864-b1e5-472e53e6387d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004205 10.0.0.41 - - [2026-03-19 02:40:26] "POST /neutron/network HTTP/1.1" 200 1113 0.119738 10.0.0.27 - - [2026-03-19 02:40:26] "PUT /access-control-list/859a862d-5e24-4e63-9544-74a420288eae HTTP/1.1" 200 272 0.086756 10.0.0.41 - - [2026-03-19 02:40:26] "GET /virtual-network/4961434b-afba-4188-8333-3c1a1a2597c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.008256 10.0.0.41 - - [2026-03-19 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.41 - - [2026-03-19 02:40:26] "GET /network-policy/1b5f2caa-6230-4864-b1e5-472e53e6387d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003767 10.0.0.27 - - [2026-03-19 02:40:27] "POST /ref-update HTTP/1.1" 200 156 0.047222 10.0.0.41 - - [2026-03-19 02:40:27] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006282 10.0.0.242 - - [2026-03-19 02:40:28] "GET /obj-perms HTTP/1.1" 200 5046 0.066519 10.0.0.41 - - [2026-03-19 02:40:29] "GET /virtual-network/4961434b-afba-4188-8333-3c1a1a2597c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006012 10.0.0.41 - - [2026-03-19 02:40:29] "GET /obj-perms HTTP/1.1" 200 5046 0.071450 10.0.0.41 - - [2026-03-19 02:40:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001259 10.0.0.27 - - [2026-03-19 02:40:30] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.41 - - [2026-03-19 02:40:30] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077046 10.0.0.41 - - [2026-03-19 02:40:30] "POST /neutron/network HTTP/1.1" 200 1112 0.010280 10.0.0.41 - - [2026-03-19 02:40:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.002053 10.0.0.41 - - [2026-03-19 02:40:31] "POST /neutron/port HTTP/1.1" 200 117 0.006077 10.0.0.27 - - [2026-03-19 02:40:31] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.41 - - [2026-03-19 02:40:31] "POST /neutron/port HTTP/1.1" 200 1173 0.322779 10.0.0.41 - - [2026-03-19 02:40:32] "POST /neutron/port HTTP/1.1" 200 1227 0.128956 10.0.0.27 - - [2026-03-19 02:40:32] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.41 - - [2026-03-19 02:40:32] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.089447 10.0.0.41 - - [2026-03-19 02:40:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004255 10.0.0.41 - - [2026-03-19 02:40:32] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.41 - - [2026-03-19 02:40:32] "POST /neutron/port HTTP/1.1" 200 1237 0.021753 10.0.0.41 - - [2026-03-19 02:40:32] "POST /neutron/port HTTP/1.1" 200 1237 0.019247 10.0.0.27 - - [2026-03-19 02:40:32] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.41 - - [2026-03-19 02:40:33] "POST /neutron/port HTTP/1.1" 200 1174 0.373938 10.0.0.41 - - [2026-03-19 02:40:33] "POST /neutron/port HTTP/1.1" 200 1228 0.125214 10.0.0.41 - - [2026-03-19 02:40:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005135 10.0.0.41 - - [2026-03-19 02:40:33] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.41 - - [2026-03-19 02:40:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008132 10.0.0.41 - - [2026-03-19 02:40:37] "POST /neutron/port HTTP/1.1" 200 1237 0.017685 10.0.0.41 - - [2026-03-19 02:40:37] "GET /virtual-machine/b62c1c00-3a15-41ef-a827-f376712f85b5 HTTP/1.1" 401 292 0.000514 10.0.0.41 - - [2026-03-19 02:40:38] "GET /virtual-machine/b62c1c00-3a15-41ef-a827-f376712f85b5 HTTP/1.1" 200 1301 0.032758 10.0.0.41 - - [2026-03-19 02:40:38] "GET /virtual-machine-interface/c38698c3-3abb-4121-bad8-4f1ce1fb66b3 HTTP/1.1" 200 3175 0.006362 10.0.0.41 - - [2026-03-19 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.41 - - [2026-03-19 02:40:38] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004162 10.0.0.41 - - [2026-03-19 02:40:38] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002887 10.0.0.41 - - [2026-03-19 02:40:38] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005991 10.0.0.41 - - [2026-03-19 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.41 - - [2026-03-19 02:40:41] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005503 10.0.0.41 - - [2026-03-19 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.41 - - [2026-03-19 02:40:45] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005058 10.0.0.27 - - [2026-03-19 02:40:49] "DELETE /project/fd6b35e53c054db7a1f28961cea74169 HTTP/1.1" 404 173 0.005553 10.0.0.27 - - [2026-03-19 02:40:49] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000928 10.0.0.27 - - [2026-03-19 02:40:49] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.043841 10.0.0.27 - - [2026-03-19 02:40:49] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000822 10.0.0.27 - - [2026-03-19 02:40:49] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?fields=security_groups HTTP/1.1" 200 1370 0.041508 10.0.0.27 - - [2026-03-19 02:40:49] "DELETE /security-group/88d4c008-8539-4154-91a8-2009294fbf41 HTTP/1.1" 200 115 0.055377 10.0.0.27 - - [2026-03-19 02:40:49] "GET /projects?obj_uuids=2173d259-a7d0-4717-8741-4afd64679648&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000894 10.0.0.27 - - [2026-03-19 02:40:49] "GET /project/2173d259-a7d0-4717-8741-4afd64679648?fields=application_policy_sets HTTP/1.1" 200 1409 0.052768 10.0.0.27 - - [2026-03-19 02:40:49] "DELETE /access-control-list/50e5d1c4-5ac4-4e4c-b0eb-66392c778ff8 HTTP/1.1" 200 115 0.049562 10.0.0.27 - - [2026-03-19 02:40:49] "DELETE /project/2173d259-a7d0-4717-8741-4afd64679648 HTTP/1.1" 200 115 0.397058 10.0.0.41 - - [2026-03-19 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.41 - - [2026-03-19 02:40:49] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.004504 10.0.0.41 - - [2026-03-19 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.41 - - [2026-03-19 02:40:53] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005107 10.0.0.41 - - [2026-03-19 02:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.41 - - [2026-03-19 02:40:57] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005360 10.0.0.41 - - [2026-03-19 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.41 - - [2026-03-19 02:41:01] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005243 10.0.0.27 - - [2026-03-19 02:41:02] "GET /obj-perms HTTP/1.1" 200 5056 0.065116 10.0.0.41 - - [2026-03-19 02:41:04] "POST /neutron/port HTTP/1.1" 200 1238 0.017970 10.0.0.41 - - [2026-03-19 02:41:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003957 10.0.0.41 - - [2026-03-19 02:41:04] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.41 - - [2026-03-19 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.41 - - [2026-03-19 02:41:06] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005752 10.0.0.41 - - [2026-03-19 02:41:07] "POST /neutron/port HTTP/1.1" 200 1237 0.017407 10.0.0.41 - - [2026-03-19 02:41:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005131 10.0.0.41 - - [2026-03-19 02:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.41 - - [2026-03-19 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.41 - - [2026-03-19 02:41:10] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005277 10.0.0.41 - - [2026-03-19 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.41 - - [2026-03-19 02:41:12] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003729 10.0.0.41 - - [2026-03-19 02:41:12] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002782 10.0.0.41 - - [2026-03-19 02:41:12] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005607 10.0.0.41 - - [2026-03-19 02:41:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007168 10.0.0.41 - - [2026-03-19 02:41:20] "POST /neutron/port HTTP/1.1" 200 1237 0.016197 10.0.0.41 - - [2026-03-19 02:41:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006436 10.0.0.41 - - [2026-03-19 02:41:27] "POST /neutron/port HTTP/1.1" 200 1237 0.019824 10.0.0.41 - - [2026-03-19 02:41:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006508 10.0.0.41 - - [2026-03-19 02:41:33] "POST /neutron/port HTTP/1.1" 200 1238 0.022864 10.0.0.41 - - [2026-03-19 02:41:33] "GET /virtual-machine/93f27d84-20a9-4e23-a75d-008ada7f1f93 HTTP/1.1" 200 1301 0.006246 10.0.0.41 - - [2026-03-19 02:41:33] "GET /virtual-machine-interface/79cbc19a-3f6c-4d6c-af6d-22e8256adfc4 HTTP/1.1" 200 3174 0.004981 10.0.0.41 - - [2026-03-19 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.41 - - [2026-03-19 02:41:33] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003575 10.0.0.41 - - [2026-03-19 02:41:33] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002790 10.0.0.41 - - [2026-03-19 02:41:33] "GET /virtual-network/4961434b-afba-4188-8333-3c1a1a2597c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005927 10.0.0.41 - - [2026-03-19 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.41 - - [2026-03-19 02:41:34] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003033 10.0.0.41 - - [2026-03-19 02:41:34] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003233 10.0.0.41 - - [2026-03-19 02:41:34] "GET /virtual-network/4961434b-afba-4188-8333-3c1a1a2597c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005653 10.0.0.41 - - [2026-03-19 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.27 - - [2026-03-19 02:41:54] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.41 - - [2026-03-19 02:41:54] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041361 10.0.0.41 - - [2026-03-19 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.41 - - [2026-03-19 02:41:54] "PUT /network-policy/1b5f2caa-6230-4864-b1e5-472e53e6387d HTTP/1.1" 200 262 0.014420 10.0.0.41 - - [2026-03-19 02:41:58] "GET /virtual-network/4961434b-afba-4188-8333-3c1a1a2597c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007159 10.0.0.27 - - [2026-03-19 02:41:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.017932 10.0.0.41 - - [2026-03-19 02:41:58] "POST /neutron/network HTTP/1.1" 200 1005 0.110217 10.0.0.27 - - [2026-03-19 02:41:58] "DELETE /access-control-list/44e8e643-dc47-4a4a-ba42-2f8d42adfe53 HTTP/1.1" 200 115 0.075555 10.0.0.41 - - [2026-03-19 02:41:58] "GET /virtual-network/4961434b-afba-4188-8333-3c1a1a2597c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005666 10.0.0.41 - - [2026-03-19 02:41:58] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.020506 10.0.0.41 - - [2026-03-19 02:41:58] "POST /neutron/network HTTP/1.1" 200 1004 0.096986 10.0.0.27 - - [2026-03-19 02:41:58] "POST /ref-update HTTP/1.1" 200 156 0.029879 10.0.0.41 - - [2026-03-19 02:41:58] "GET /virtual-network/5bbf6151-6127-4ee9-a570-b703a0245a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.010216 10.0.0.41 - - [2026-03-19 02:41:58] "DELETE /network-policy/1b5f2caa-6230-4864-b1e5-472e53e6387d HTTP/1.1" 200 115 0.043566 10.0.0.41 - - [2026-03-19 02:41:58] "POST /neutron/port HTTP/1.1" 200 1237 0.025142 10.0.0.41 - - [2026-03-19 02:41:59] "POST /neutron/network HTTP/1.1" 400 204 0.024632 10.0.0.41 - - [2026-03-19 02:41:59] "POST /neutron/port HTTP/1.1" 200 151 0.296714 10.0.0.41 - - [2026-03-19 02:42:01] "POST /neutron/network HTTP/1.1" 200 1004 0.011130 10.0.0.27 - - [2026-03-19 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007423 10.0.0.27 - - [2026-03-19 02:42:06] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.41 - - [2026-03-19 02:42:06] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044268 10.0.0.41 - - [2026-03-19 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.27 - - [2026-03-19 02:42:06] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.41 - - [2026-03-19 02:42:06] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008420 10.0.0.41 - - [2026-03-19 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.27 - - [2026-03-19 02:42:06] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001301 10.0.0.41 - - [2026-03-19 02:42:06] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035049 10.0.0.41 - - [2026-03-19 02:42:07] "GET /domains HTTP/1.1" 200 280 0.003749 10.0.0.27 - - [2026-03-19 02:42:07] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.41 - - [2026-03-19 02:42:07] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76 HTTP/1.1" 200 2582 0.017118 10.0.0.27 - - [2026-03-19 02:42:07] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900 10.0.0.41 - - [2026-03-19 02:42:07] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169 HTTP/1.1" 200 1900 0.080879 10.0.0.41 - - [2026-03-19 02:42:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002912 10.0.0.41 - - [2026-03-19 02:42:07] "POST /network-ipams HTTP/1.1" 200 609 0.026295 10.0.0.41 - - [2026-03-19 02:42:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003042 10.0.0.41 - - [2026-03-19 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.41 - - [2026-03-19 02:42:07] "GET /network-ipam/bb6fc6a1-5477-4f87-934b-a406368ab1ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.005654 10.0.0.41 - - [2026-03-19 02:42:07] "PUT /network-ipam/bb6fc6a1-5477-4f87-934b-a406368ab1ad HTTP/1.1" 200 258 0.015954 10.0.0.41 - - [2026-03-19 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.27 - - [2026-03-19 02:42:07] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.41 - - [2026-03-19 02:42:07] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036647 10.0.0.27 - - [2026-03-19 02:42:07] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.41 - - [2026-03-19 02:42:07] "POST /neutron/network HTTP/1.1" 200 619 0.123179 10.0.0.27 - - [2026-03-19 02:42:08] "POST /ref-update HTTP/1.1" 200 156 0.028968 10.0.0.27 - - [2026-03-19 02:42:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007512 10.0.0.41 - - [2026-03-19 02:42:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.182229 10.0.0.41 - - [2026-03-19 02:42:08] "POST /id-to-fqname HTTP/1.1" 200 231 0.001241 10.0.0.41 - - [2026-03-19 02:42:08] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005581 10.0.0.41 - - [2026-03-19 02:42:08] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005190 10.0.0.41 - - [2026-03-19 02:42:08] "POST /neutron/network HTTP/1.1" 200 1308 0.011068 10.0.0.41 - - [2026-03-19 02:42:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.008158 10.0.0.41 - - [2026-03-19 02:42:09] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005150 10.0.0.242 - - [2026-03-19 02:42:09] "GET /obj-perms HTTP/1.1" 200 5046 0.003124 10.0.0.41 - - [2026-03-19 02:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.27 - - [2026-03-19 02:42:09] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000856 10.0.0.41 - - [2026-03-19 02:42:09] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035205 10.0.0.27 - - [2026-03-19 02:42:09] "POST /useragent-kv HTTP/1.1" 200 115 0.012515 10.0.0.41 - - [2026-03-19 02:42:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.242639 10.0.0.27 - - [2026-03-19 02:42:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.006368 10.0.0.41 - - [2026-03-19 02:42:10] "POST /neutron/network HTTP/1.1" 200 1309 0.012870 10.0.0.41 - - [2026-03-19 02:42:10] "POST /id-to-fqname HTTP/1.1" 200 231 0.001596 10.0.0.41 - - [2026-03-19 02:42:10] "GET /virtual-network/d8906808-39ff-4f67-b2f0-6e10cfec5a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005807 10.0.0.41 - - [2026-03-19 02:42:10] "GET /virtual-network/d8906808-39ff-4f67-b2f0-6e10cfec5a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007968 10.0.0.41 - - [2026-03-19 02:42:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.008364 10.0.0.41 - - [2026-03-19 02:42:10] "GET /virtual-network/d8906808-39ff-4f67-b2f0-6e10cfec5a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005575 10.0.0.41 - - [2026-03-19 02:42:10] "GET /obj-perms HTTP/1.1" 200 5046 0.003471 10.0.0.27 - - [2026-03-19 02:42:11] "GET /obj-perms HTTP/1.1" 200 5046 0.055854 10.0.0.41 - - [2026-03-19 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2026-03-19 02:42:11] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.41 - - [2026-03-19 02:42:11] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041081 10.0.0.41 - - [2026-03-19 02:42:11] "POST /neutron/network HTTP/1.1" 200 117 0.033879 10.0.0.27 - - [2026-03-19 02:42:11] "POST /ref-update HTTP/1.1" 200 156 0.017395 10.0.0.27 - - [2026-03-19 02:42:11] "POST /useragent-kv HTTP/1.1" 200 115 0.008841 10.0.0.41 - - [2026-03-19 02:42:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.224078 10.0.0.41 - - [2026-03-19 02:42:12] "POST /id-to-fqname HTTP/1.1" 200 231 0.001688 10.0.0.41 - - [2026-03-19 02:42:12] "GET /virtual-network/e4dc8938-89a2-46ba-97d8-259dff296720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007686 10.0.0.41 - - [2026-03-19 02:42:12] "POST /neutron/network HTTP/1.1" 200 1309 0.011482 10.0.0.41 - - [2026-03-19 02:42:12] "GET /virtual-network/e4dc8938-89a2-46ba-97d8-259dff296720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.004784 10.0.0.41 - - [2026-03-19 02:42:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.009175 10.0.0.41 - - [2026-03-19 02:42:12] "GET /virtual-network/e4dc8938-89a2-46ba-97d8-259dff296720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006530 10.0.0.41 - - [2026-03-19 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.27 - - [2026-03-19 02:42:12] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000853 10.0.0.41 - - [2026-03-19 02:42:13] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042193 10.0.0.27 - - [2026-03-19 02:42:13] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.41 - - [2026-03-19 02:42:13] "POST /neutron/network HTTP/1.1" 200 619 0.127062 10.0.0.27 - - [2026-03-19 02:42:13] "POST /useragent-kv HTTP/1.1" 200 115 0.007526 10.0.0.41 - - [2026-03-19 02:42:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.217070 10.0.0.41 - - [2026-03-19 02:42:13] "POST /id-to-fqname HTTP/1.1" 200 231 0.001424 10.0.0.41 - - [2026-03-19 02:42:13] "GET /virtual-network/24223a1f-ce84-4f97-be9a-9f9137dca31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005412 10.0.0.41 - - [2026-03-19 02:42:14] "GET /virtual-network/24223a1f-ce84-4f97-be9a-9f9137dca31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005979 10.0.0.41 - - [2026-03-19 02:42:14] "POST /neutron/network HTTP/1.1" 200 1309 0.010113 10.0.0.41 - - [2026-03-19 02:42:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.009039 10.0.0.41 - - [2026-03-19 02:42:14] "GET /virtual-network/24223a1f-ce84-4f97-be9a-9f9137dca31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005272 10.0.0.242 - - [2026-03-19 02:42:14] "GET /obj-perms HTTP/1.1" 200 5046 0.003671 10.0.0.41 - - [2026-03-19 02:42:14] "POST /fqname-to-id HTTP/1.1" 404 225 0.003785 10.0.0.41 - - [2026-03-19 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.27 - - [2026-03-19 02:42:14] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.41 - - [2026-03-19 02:42:14] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038399 10.0.0.41 - - [2026-03-19 02:42:14] "POST /network-policys HTTP/1.1" 200 559 0.034276 10.0.0.41 - - [2026-03-19 02:42:14] "GET /network-policy/547d3a64-6f03-4664-aa69-a45b32622253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.005668 10.0.0.41 - - [2026-03-19 02:42:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.003493 10.0.0.41 - - [2026-03-19 02:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.27 - - [2026-03-19 02:42:15] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001336 10.0.0.41 - - [2026-03-19 02:42:15] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.033060 10.0.0.41 - - [2026-03-19 02:42:15] "POST /network-policys HTTP/1.1" 200 559 0.033335 10.0.0.41 - - [2026-03-19 02:42:15] "GET /network-policy/0a099f4d-4b2f-4f64-9f3e-466dc909714a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.005538 10.0.0.41 - - [2026-03-19 02:42:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.003287 10.0.0.41 - - [2026-03-19 02:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.27 - - [2026-03-19 02:42:15] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.41 - - [2026-03-19 02:42:15] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042109 10.0.0.41 - - [2026-03-19 02:42:15] "POST /network-policys HTTP/1.1" 200 559 0.029520 10.0.0.41 - - [2026-03-19 02:42:15] "GET /network-policy/079a9b4c-0153-4882-a1c6-d20546a60986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.006074 10.0.0.41 - - [2026-03-19 02:42:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.004543 10.0.0.41 - - [2026-03-19 02:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.27 - - [2026-03-19 02:42:15] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.41 - - [2026-03-19 02:42:15] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035670 10.0.0.41 - - [2026-03-19 02:42:15] "POST /network-policys HTTP/1.1" 200 559 0.028477 10.0.0.41 - - [2026-03-19 02:42:15] "GET /network-policy/fa1eccf1-39b6-41bd-8abd-cb7f816164e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.006203 10.0.0.41 - - [2026-03-19 02:42:16] "POST /fqname-to-id HTTP/1.1" 404 225 0.003265 10.0.0.41 - - [2026-03-19 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.27 - - [2026-03-19 02:42:16] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002296 10.0.0.41 - - [2026-03-19 02:42:16] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037863 10.0.0.41 - - [2026-03-19 02:42:16] "POST /network-policys HTTP/1.1" 200 559 0.026409 10.0.0.41 - - [2026-03-19 02:42:16] "GET /network-policy/b0c2acf0-1dad-4852-a99d-a06a05b8f90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006150 10.0.0.41 - - [2026-03-19 02:42:16] "POST /fqname-to-id HTTP/1.1" 404 225 0.003239 10.0.0.41 - - [2026-03-19 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2026-03-19 02:42:16] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122 10.0.0.41 - - [2026-03-19 02:42:16] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050733 10.0.0.41 - - [2026-03-19 02:42:16] "POST /network-policys HTTP/1.1" 200 559 0.030587 10.0.0.41 - - [2026-03-19 02:42:16] "GET /network-policy/2f015d0c-227a-4b98-a9be-d3fae04bab17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006167 10.0.0.41 - - [2026-03-19 02:42:16] "POST /fqname-to-id HTTP/1.1" 404 225 0.003643 10.0.0.41 - - [2026-03-19 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.27 - - [2026-03-19 02:42:16] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.41 - - [2026-03-19 02:42:16] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043334 10.0.0.41 - - [2026-03-19 02:42:17] "POST /network-policys HTTP/1.1" 200 559 0.031540 10.0.0.41 - - [2026-03-19 02:42:17] "GET /network-policy/6d3034db-856e-4a94-97be-a6fcbd23ff88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.006131 10.0.0.41 - - [2026-03-19 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 225 0.003370 10.0.0.41 - - [2026-03-19 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.27 - - [2026-03-19 02:42:17] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001206 10.0.0.41 - - [2026-03-19 02:42:17] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040182 10.0.0.41 - - [2026-03-19 02:42:17] "POST /network-policys HTTP/1.1" 200 559 0.030257 10.0.0.41 - - [2026-03-19 02:42:17] "GET /network-policy/8321b200-0206-40e6-b9ae-db6d655a92f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006352 10.0.0.27 - - [2026-03-19 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 248 0.004926 10.0.0.27 - - [2026-03-19 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.003928 10.0.0.41 - - [2026-03-19 02:42:17] "POST /neutron/network HTTP/1.1" 200 1493 0.011103 10.0.0.41 - - [2026-03-19 02:42:17] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.004735 10.0.0.41 - - [2026-03-19 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.41 - - [2026-03-19 02:42:17] "GET /network-policy/0a099f4d-4b2f-4f64-9f3e-466dc909714a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.005887 10.0.0.41 - - [2026-03-19 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.41 - - [2026-03-19 02:42:17] "GET /network-policy/547d3a64-6f03-4664-aa69-a45b32622253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004084 10.0.0.41 - - [2026-03-19 02:42:18] "POST /neutron/network HTTP/1.1" 200 1494 0.016266 10.0.0.27 - - [2026-03-19 02:42:18] "POST /access-control-lists HTTP/1.1" 200 605 0.082749 10.0.0.41 - - [2026-03-19 02:42:18] "GET /virtual-network/d8906808-39ff-4f67-b2f0-6e10cfec5a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.032506 10.0.0.41 - - [2026-03-19 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.41 - - [2026-03-19 02:42:18] "GET /network-policy/079a9b4c-0153-4882-a1c6-d20546a60986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.003873 10.0.0.41 - - [2026-03-19 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.41 - - [2026-03-19 02:42:18] "GET /network-policy/fa1eccf1-39b6-41bd-8abd-cb7f816164e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.004165 10.0.0.41 - - [2026-03-19 02:42:18] "POST /neutron/network HTTP/1.1" 200 1494 0.015440 10.0.0.41 - - [2026-03-19 02:42:18] "GET /virtual-network/e4dc8938-89a2-46ba-97d8-259dff296720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.022212 10.0.0.27 - - [2026-03-19 02:42:18] "POST /access-control-lists HTTP/1.1" 200 605 0.087898 10.0.0.41 - - [2026-03-19 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.031375 10.0.0.41 - - [2026-03-19 02:42:18] "GET /network-policy/2f015d0c-227a-4b98-a9be-d3fae04bab17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.003630 10.0.0.41 - - [2026-03-19 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.41 - - [2026-03-19 02:42:18] "GET /network-policy/b0c2acf0-1dad-4852-a99d-a06a05b8f90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004156 10.0.0.27 - - [2026-03-19 02:42:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.002810 10.0.0.41 - - [2026-03-19 02:42:19] "POST /neutron/network HTTP/1.1" 200 1494 0.013240 10.0.0.41 - - [2026-03-19 02:42:19] "GET /virtual-network/24223a1f-ce84-4f97-be9a-9f9137dca31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005198 10.0.0.41 - - [2026-03-19 02:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.41 - - [2026-03-19 02:42:19] "GET /network-policy/6d3034db-856e-4a94-97be-a6fcbd23ff88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.008561 10.0.0.41 - - [2026-03-19 02:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.41 - - [2026-03-19 02:42:19] "GET /network-policy/8321b200-0206-40e6-b9ae-db6d655a92f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.003926 10.0.0.41 - - [2026-03-19 02:42:19] "POST /id-to-fqname HTTP/1.1" 200 231 0.001188 10.0.0.27 - - [2026-03-19 02:42:56] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.41 - - [2026-03-19 02:42:56] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077530 10.0.0.41 - - [2026-03-19 02:42:56] "POST /neutron/port HTTP/1.1" 200 117 0.005833 10.0.0.41 - - [2026-03-19 02:42:56] "POST /id-to-fqname HTTP/1.1" 200 231 0.001449 10.0.0.41 - - [2026-03-19 02:42:56] "POST /neutron/network HTTP/1.1" 200 1504 0.006631 10.0.0.27 - - [2026-03-19 02:42:57] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002746 10.0.0.41 - - [2026-03-19 02:42:57] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.119273 10.0.0.41 - - [2026-03-19 02:42:57] "POST /neutron/network HTTP/1.1" 200 1494 0.023447 10.0.0.27 - - [2026-03-19 02:42:57] "PUT /access-control-list/8ad2101a-2ba1-47e9-a0e7-d9c864e6e5a7 HTTP/1.1" 200 272 0.132350 10.0.0.41 - - [2026-03-19 02:42:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.021507 10.0.0.41 - - [2026-03-19 02:42:58] "POST /neutron/port HTTP/1.1" 200 1223 0.244094 10.0.0.41 - - [2026-03-19 02:42:58] "POST /neutron/port HTTP/1.1" 200 1233 0.042216 10.0.0.27 - - [2026-03-19 02:42:58] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001811 10.0.0.41 - - [2026-03-19 02:42:58] "POST /neutron/port HTTP/1.1" 200 117 0.004026 10.0.0.41 - - [2026-03-19 02:42:59] "POST /neutron/port HTTP/1.1" 200 1170 0.730281 10.0.0.41 - - [2026-03-19 02:42:59] "POST /neutron/port HTTP/1.1" 200 1170 0.063381 10.0.0.41 - - [2026-03-19 02:42:59] "POST /neutron/port HTTP/1.1" 200 1234 0.045319 10.0.0.41 - - [2026-03-19 02:42:59] "POST /neutron/subnet HTTP/1.1" 200 1361 0.037931 10.0.0.41 - - [2026-03-19 02:43:00] "POST /neutron/network HTTP/1.1" 200 1494 0.019060 10.0.0.41 - - [2026-03-19 02:43:04] "GET /obj-perms HTTP/1.1" 200 5056 0.076815 10.0.0.41 - - [2026-03-19 02:43:08] "POST /neutron/port HTTP/1.1" 200 1233 0.031798 10.0.0.41 - - [2026-03-19 02:43:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017274 10.0.0.41 - - [2026-03-19 02:43:23] "POST /neutron/port HTTP/1.1" 200 1233 0.016617 10.0.0.41 - - [2026-03-19 02:43:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006908 10.0.0.41 - - [2026-03-19 02:43:39] "POST /neutron/port HTTP/1.1" 200 1233 0.016540 10.0.0.41 - - [2026-03-19 02:43:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007224 10.0.0.27 - - [2026-03-19 02:43:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2026-03-19 02:43:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.242 - - [2026-03-19 02:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.242 - - [2026-03-19 02:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.41 - - [2026-03-19 02:43:54] "POST /neutron/port HTTP/1.1" 200 1233 0.021025 10.0.0.27 - - [2026-03-19 02:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2026-03-19 02:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.242 - - [2026-03-19 02:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.242 - - [2026-03-19 02:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.41 - - [2026-03-19 02:43:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.41 - - [2026-03-19 02:43:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.41 - - [2026-03-19 02:43:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.41 - - [2026-03-19 02:43:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.41 - - [2026-03-19 02:43:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006705 10.0.0.41 - - [2026-03-19 02:44:04] "POST /neutron/port HTTP/1.1" 200 1233 0.017860 10.0.0.41 - - [2026-03-19 02:44:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007319 10.0.0.41 - - [2026-03-19 02:44:04] "GET /virtual-machine/4905d325-fa1c-4e52-aef6-6eab4ab81c4b HTTP/1.1" 200 1300 0.007462 10.0.0.41 - - [2026-03-19 02:44:04] "GET /virtual-machine-interface/9615b5fc-ceef-4012-b5ac-904ec78044f3 HTTP/1.1" 200 3184 0.006954 10.0.0.41 - - [2026-03-19 02:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.41 - - [2026-03-19 02:44:04] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003637 10.0.0.41 - - [2026-03-19 02:44:04] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003273 10.0.0.41 - - [2026-03-19 02:44:04] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.007628 10.0.0.27 - - [2026-03-19 02:44:05] "GET /obj-perms HTTP/1.1" 200 5056 0.069741 10.0.0.41 - - [2026-03-19 02:44:06] "POST /neutron/network HTTP/1.1" 200 1504 0.006725 10.0.0.41 - - [2026-03-19 02:44:06] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017179 10.0.0.41 - - [2026-03-19 02:44:06] "POST /neutron/network HTTP/1.1" 200 1494 0.013500 10.0.0.41 - - [2026-03-19 02:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.41 - - [2026-03-19 02:44:08] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005877 10.0.0.41 - - [2026-03-19 02:44:09] "POST /neutron/network HTTP/1.1" 200 1503 0.008575 10.0.0.41 - - [2026-03-19 02:44:09] "POST /neutron/subnet HTTP/1.1" 200 1356 0.015329 10.0.0.41 - - [2026-03-19 02:44:09] "POST /neutron/network HTTP/1.1" 200 1493 0.012635 10.0.0.41 - - [2026-03-19 02:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.41 - - [2026-03-19 02:44:12] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.008199 10.0.0.41 - - [2026-03-19 02:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.41 - - [2026-03-19 02:44:16] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005841 10.0.0.41 - - [2026-03-19 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.41 - - [2026-03-19 02:44:20] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006209 10.0.0.41 - - [2026-03-19 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.41 - - [2026-03-19 02:44:24] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005736 10.0.0.41 - - [2026-03-19 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.41 - - [2026-03-19 02:44:28] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005088 10.0.0.41 - - [2026-03-19 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005463 10.0.0.41 - - [2026-03-19 02:44:32] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006176 10.0.0.41 - - [2026-03-19 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.41 - - [2026-03-19 02:44:36] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005551 10.0.0.41 - - [2026-03-19 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.41 - - [2026-03-19 02:44:38] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003218 10.0.0.41 - - [2026-03-19 02:44:38] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003685 10.0.0.41 - - [2026-03-19 02:44:38] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005535 10.0.0.41 - - [2026-03-19 02:44:44] "POST /neutron/port HTTP/1.1" 200 1233 0.019630 10.0.0.41 - - [2026-03-19 02:44:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.033401 10.0.0.41 - - [2026-03-19 02:44:50] "POST /neutron/port HTTP/1.1" 200 1234 0.017701 10.0.0.41 - - [2026-03-19 02:44:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007140 10.0.0.41 - - [2026-03-19 02:44:59] "POST /neutron/port HTTP/1.1" 200 1234 0.018548 10.0.0.41 - - [2026-03-19 02:44:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007683 10.0.0.41 - - [2026-03-19 02:45:00] "GET /virtual-machine/329ae69b-f8fe-4ee0-b5b5-b58f2d33d51b HTTP/1.1" 200 1300 0.006126 10.0.0.41 - - [2026-03-19 02:45:00] "GET /virtual-machine-interface/466e45f1-c6be-4d2c-8fc2-33cba13c70ab HTTP/1.1" 200 3183 0.012514 10.0.0.41 - - [2026-03-19 02:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.41 - - [2026-03-19 02:45:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004038 10.0.0.41 - - [2026-03-19 02:45:00] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003524 10.0.0.41 - - [2026-03-19 02:45:00] "GET /virtual-network/d8906808-39ff-4f67-b2f0-6e10cfec5a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006005 10.0.0.41 - - [2026-03-19 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.41 - - [2026-03-19 02:45:01] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006613 10.0.0.41 - - [2026-03-19 02:45:01] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003332 10.0.0.41 - - [2026-03-19 02:45:01] "GET /virtual-network/d8906808-39ff-4f67-b2f0-6e10cfec5a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005906 10.0.0.41 - - [2026-03-19 02:45:01] "POST /neutron/port HTTP/1.1" 200 1234 0.028320 10.0.0.41 - - [2026-03-19 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.41 - - [2026-03-19 02:45:01] "GET /network-policy/079a9b4c-0153-4882-a1c6-d20546a60986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.004520 10.0.0.41 - - [2026-03-19 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.41 - - [2026-03-19 02:45:02] "GET /network-policy/fa1eccf1-39b6-41bd-8abd-cb7f816164e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.004295 10.0.0.41 - - [2026-03-19 02:45:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008735 10.0.0.41 - - [2026-03-19 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.41 - - [2026-03-19 02:45:02] "GET /network-policy/547d3a64-6f03-4664-aa69-a45b32622253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.003972 10.0.0.41 - - [2026-03-19 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.41 - - [2026-03-19 02:45:02] "GET /network-policy/0a099f4d-4b2f-4f64-9f3e-466dc909714a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.006377 10.0.0.41 - - [2026-03-19 02:45:08] "POST /neutron/network HTTP/1.1" 200 1504 0.006736 10.0.0.41 - - [2026-03-19 02:45:08] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018507 10.0.0.41 - - [2026-03-19 02:45:08] "POST /neutron/network HTTP/1.1" 200 1494 0.011140 10.0.0.41 - - [2026-03-19 02:45:11] "POST /neutron/network HTTP/1.1" 200 1503 0.006453 10.0.0.41 - - [2026-03-19 02:45:11] "POST /neutron/subnet HTTP/1.1" 200 1356 0.016098 10.0.0.41 - - [2026-03-19 02:45:11] "POST /neutron/network HTTP/1.1" 200 1493 0.010847 10.0.0.41 - - [2026-03-19 02:45:23] "GET /virtual-machine/329ae69b-f8fe-4ee0-b5b5-b58f2d33d51b HTTP/1.1" 200 1300 0.003989 10.0.0.41 - - [2026-03-19 02:45:23] "POST /neutron/port HTTP/1.1" 200 151 0.234034 10.0.0.41 - - [2026-03-19 02:45:25] "GET /virtual-machine/329ae69b-f8fe-4ee0-b5b5-b58f2d33d51b HTTP/1.1" 404 171 0.004103 10.0.0.41 - - [2026-03-19 02:45:25] "GET /virtual-machine/329ae69b-f8fe-4ee0-b5b5-b58f2d33d51b HTTP/1.1" 404 171 0.002792 10.0.0.41 - - [2026-03-19 02:45:25] "GET /virtual-machine/329ae69b-f8fe-4ee0-b5b5-b58f2d33d51b HTTP/1.1" 404 171 0.003066 10.0.0.41 - - [2026-03-19 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.043111 10.0.0.41 - - [2026-03-19 02:45:25] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003043 10.0.0.41 - - [2026-03-19 02:45:25] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003662 10.0.0.41 - - [2026-03-19 02:45:25] "GET /virtual-network/d8906808-39ff-4f67-b2f0-6e10cfec5a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005636 10.0.0.41 - - [2026-03-19 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.41 - - [2026-03-19 02:45:25] "GET /routing-instance/393d1234-4f78-421e-9ef1-d481a93264cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005051 10.0.0.41 - - [2026-03-19 02:45:25] "GET /route-target/c81bea49-2837-496c-8873-8cc9e539bb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003625 10.0.0.41 - - [2026-03-19 02:45:25] "GET /virtual-machine/329ae69b-f8fe-4ee0-b5b5-b58f2d33d51b HTTP/1.1" 404 171 0.005514 10.0.0.41 - - [2026-03-19 02:45:26] "GET /virtual-machine/329ae69b-f8fe-4ee0-b5b5-b58f2d33d51b HTTP/1.1" 404 171 0.004381 10.0.0.41 - - [2026-03-19 02:45:27] "GET /virtual-machine/329ae69b-f8fe-4ee0-b5b5-b58f2d33d51b HTTP/1.1" 404 171 0.003099 10.0.0.41 - - [2026-03-19 02:45:28] "GET /virtual-machine/329ae69b-f8fe-4ee0-b5b5-b58f2d33d51b HTTP/1.1" 404 171 0.003148 10.0.0.41 - - [2026-03-19 02:45:29] "GET /virtual-machine/329ae69b-f8fe-4ee0-b5b5-b58f2d33d51b HTTP/1.1" 404 171 0.003262 10.0.0.41 - - [2026-03-19 02:45:30] "GET /virtual-machine/329ae69b-f8fe-4ee0-b5b5-b58f2d33d51b HTTP/1.1" 404 171 0.003388 10.0.0.41 - - [2026-03-19 02:45:33] "GET /obj-perms HTTP/1.1" 200 5046 0.057086 10.0.0.27 - - [2026-03-19 02:45:33] "GET /obj-perms HTTP/1.1" 200 5046 0.003638 10.0.0.41 - - [2026-03-19 02:45:43] "GET /obj-perms HTTP/1.1" 200 5046 0.013464 10.0.0.27 - - [2026-03-19 02:45:43] "GET /obj-perms HTTP/1.1" 200 5046 0.004282 10.0.0.242 - - [2026-03-19 02:45:43] "GET /obj-perms HTTP/1.1" 200 5046 0.059071 10.0.0.41 - - [2026-03-19 02:45:43] "GET /virtual-machine/4905d325-fa1c-4e52-aef6-6eab4ab81c4b HTTP/1.1" 200 1300 0.034805 10.0.0.41 - - [2026-03-19 02:45:44] "POST /neutron/port HTTP/1.1" 200 151 0.262232 10.0.0.41 - - [2026-03-19 02:45:45] "GET /virtual-machine/4905d325-fa1c-4e52-aef6-6eab4ab81c4b HTTP/1.1" 404 171 0.003149 10.0.0.41 - - [2026-03-19 02:45:45] "GET /virtual-machine/4905d325-fa1c-4e52-aef6-6eab4ab81c4b HTTP/1.1" 404 171 0.003120 10.0.0.41 - - [2026-03-19 02:45:45] "GET /virtual-machine/4905d325-fa1c-4e52-aef6-6eab4ab81c4b HTTP/1.1" 404 171 0.002603 10.0.0.41 - - [2026-03-19 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.41 - - [2026-03-19 02:45:45] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003897 10.0.0.41 - - [2026-03-19 02:45:45] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003020 10.0.0.41 - - [2026-03-19 02:45:45] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006115 10.0.0.41 - - [2026-03-19 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.41 - - [2026-03-19 02:45:45] "GET /routing-instance/7c6cd6de-87a9-445b-bd22-ab845de8128e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005944 10.0.0.41 - - [2026-03-19 02:45:45] "GET /route-target/09f93402-e955-4d25-ab21-b1162b7567d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004580 10.0.0.41 - - [2026-03-19 02:45:45] "GET /obj-perms HTTP/1.1" 200 5046 0.003588 10.0.0.27 - - [2026-03-19 02:45:48] "GET /obj-perms HTTP/1.1" 200 5046 0.003675 10.0.0.41 - - [2026-03-19 02:45:55] "GET /obj-perms HTTP/1.1" 200 5046 0.003855 10.0.0.27 - - [2026-03-19 02:45:58] "GET /obj-perms HTTP/1.1" 200 5046 0.003400 10.0.0.41 - - [2026-03-19 02:46:04] "GET /obj-perms HTTP/1.1" 200 5046 0.003926 10.0.0.27 - - [2026-03-19 02:46:07] "GET /obj-perms HTTP/1.1" 200 5046 0.003821 10.0.0.41 - - [2026-03-19 02:46:10] "GET /obj-perms HTTP/1.1" 200 5046 0.004141 10.0.0.41 - - [2026-03-19 02:46:13] "GET /obj-perms HTTP/1.1" 200 5046 0.003470 10.0.0.27 - - [2026-03-19 02:46:13] "GET /obj-perms HTTP/1.1" 200 5046 0.003532 10.0.0.41 - - [2026-03-19 02:46:13] "GET /virtual-network/24223a1f-ce84-4f97-be9a-9f9137dca31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005961 10.0.0.41 - - [2026-03-19 02:46:13] "POST /neutron/network HTTP/1.1" 200 1309 0.015984 10.0.0.41 - - [2026-03-19 02:46:13] "GET /virtual-network/24223a1f-ce84-4f97-be9a-9f9137dca31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005039 10.0.0.41 - - [2026-03-19 02:46:14] "GET /virtual-network/e4dc8938-89a2-46ba-97d8-259dff296720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005630 10.0.0.27 - - [2026-03-19 02:46:14] "DELETE /access-control-list/4d00b0d5-df76-4f7f-937e-44e1d51eec64 HTTP/1.1" 200 115 0.064467 10.0.0.41 - - [2026-03-19 02:46:14] "POST /neutron/network HTTP/1.1" 200 1309 0.021932 10.0.0.41 - - [2026-03-19 02:46:14] "GET /virtual-network/e4dc8938-89a2-46ba-97d8-259dff296720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.011732 10.0.0.41 - - [2026-03-19 02:46:14] "GET /virtual-network/d8906808-39ff-4f67-b2f0-6e10cfec5a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005326 10.0.0.27 - - [2026-03-19 02:46:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.060662 10.0.0.41 - - [2026-03-19 02:46:14] "POST /neutron/network HTTP/1.1" 200 1309 0.100523 10.0.0.41 - - [2026-03-19 02:46:14] "GET /virtual-network/d8906808-39ff-4f67-b2f0-6e10cfec5a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007940 10.0.0.41 - - [2026-03-19 02:46:14] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006001 10.0.0.27 - - [2026-03-19 02:46:14] "DELETE /access-control-list/8ad2101a-2ba1-47e9-a0e7-d9c864e6e5a7 HTTP/1.1" 200 115 0.061054 10.0.0.41 - - [2026-03-19 02:46:14] "POST /neutron/network HTTP/1.1" 200 1308 0.026869 10.0.0.41 - - [2026-03-19 02:46:14] "GET /virtual-network/4ff83264-779a-4b17-bca5-68b4e5c8b40d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.014318 10.0.0.41 - - [2026-03-19 02:46:15] "DELETE /network-policy/8321b200-0206-40e6-b9ae-db6d655a92f4 HTTP/1.1" 200 115 0.047242 10.0.0.41 - - [2026-03-19 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007357 10.0.0.27 - - [2026-03-19 02:46:15] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.034069 10.0.0.41 - - [2026-03-19 02:46:15] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076194 10.0.0.41 - - [2026-03-19 02:46:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65704096&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.004979 10.0.0.41 - - [2026-03-19 02:46:15] "DELETE /network-policy/6d3034db-856e-4a94-97be-a6fcbd23ff88 HTTP/1.1" 200 115 0.048835 10.0.0.41 - - [2026-03-19 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.27 - - [2026-03-19 02:46:15] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.41 - - [2026-03-19 02:46:15] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038613 10.0.0.41 - - [2026-03-19 02:46:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65704096&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005266 10.0.0.41 - - [2026-03-19 02:46:15] "DELETE /network-policy/2f015d0c-227a-4b98-a9be-d3fae04bab17 HTTP/1.1" 200 115 0.041122 10.0.0.41 - - [2026-03-19 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.27 - - [2026-03-19 02:46:15] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.41 - - [2026-03-19 02:46:15] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047260 10.0.0.41 - - [2026-03-19 02:46:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65704096&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005345 10.0.0.41 - - [2026-03-19 02:46:15] "DELETE /network-policy/b0c2acf0-1dad-4852-a99d-a06a05b8f90e HTTP/1.1" 200 115 0.051487 10.0.0.41 - - [2026-03-19 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.27 - - [2026-03-19 02:46:15] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.41 - - [2026-03-19 02:46:15] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038439 10.0.0.41 - - [2026-03-19 02:46:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65704096&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.010980 10.0.0.41 - - [2026-03-19 02:46:15] "DELETE /network-policy/fa1eccf1-39b6-41bd-8abd-cb7f816164e5 HTTP/1.1" 200 115 0.049816 10.0.0.41 - - [2026-03-19 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.27 - - [2026-03-19 02:46:16] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.41 - - [2026-03-19 02:46:16] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045514 10.0.0.41 - - [2026-03-19 02:46:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65704096&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.004793 10.0.0.41 - - [2026-03-19 02:46:16] "DELETE /network-policy/079a9b4c-0153-4882-a1c6-d20546a60986 HTTP/1.1" 200 115 0.045384 10.0.0.41 - - [2026-03-19 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005106 10.0.0.27 - - [2026-03-19 02:46:16] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001685 10.0.0.41 - - [2026-03-19 02:46:16] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058322 10.0.0.41 - - [2026-03-19 02:46:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65704096&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005871 10.0.0.41 - - [2026-03-19 02:46:16] "DELETE /network-policy/0a099f4d-4b2f-4f64-9f3e-466dc909714a HTTP/1.1" 200 115 0.047646 10.0.0.41 - - [2026-03-19 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.27 - - [2026-03-19 02:46:16] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.41 - - [2026-03-19 02:46:16] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049673 10.0.0.41 - - [2026-03-19 02:46:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65704096&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005250 10.0.0.41 - - [2026-03-19 02:46:16] "DELETE /network-policy/547d3a64-6f03-4664-aa69-a45b32622253 HTTP/1.1" 200 115 0.052823 10.0.0.41 - - [2026-03-19 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.27 - - [2026-03-19 02:46:16] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.41 - - [2026-03-19 02:46:16] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045775 10.0.0.41 - - [2026-03-19 02:46:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65704096&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005317 10.0.0.27 - - [2026-03-19 02:46:17] "DELETE /route-target/88623f6b-4a92-453b-8a52-7ade66b98519 HTTP/1.1" 200 115 0.021770 10.0.0.41 - - [2026-03-19 02:46:17] "POST /neutron/network HTTP/1.1" 200 1309 0.010197 10.0.0.27 - - [2026-03-19 02:46:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003504 10.0.0.27 - - [2026-03-19 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004991 10.0.0.27 - - [2026-03-19 02:46:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002308 10.0.0.27 - - [2026-03-19 02:46:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004336 10.0.0.27 - - [2026-03-19 02:46:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002805 10.0.0.27 - - [2026-03-19 02:46:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002098 10.0.0.27 - - [2026-03-19 02:46:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001908 10.0.0.41 - - [2026-03-19 02:46:17] "POST /neutron/network HTTP/1.1" 200 151 0.160718 10.0.0.27 - - [2026-03-19 02:46:18] "DELETE /route-target/09f93402-e955-4d25-ab21-b1162b7567d1 HTTP/1.1" 200 115 0.024046 10.0.0.41 - - [2026-03-19 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270 10.0.0.41 - - [2026-03-19 02:46:18] "DELETE /network-ipam/bb6fc6a1-5477-4f87-934b-a406368ab1ad HTTP/1.1" 200 115 0.036285 10.0.0.41 - - [2026-03-19 02:46:18] "POST /fqname-to-id HTTP/1.1" 404 252 0.005030 10.0.0.27 - - [2026-03-19 02:46:18] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000806 10.0.0.27 - - [2026-03-19 02:46:18] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.033520 10.0.0.27 - - [2026-03-19 02:46:18] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001487 10.0.0.27 - - [2026-03-19 02:46:18] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?fields=security_groups HTTP/1.1" 200 1387 0.047908 10.0.0.27 - - [2026-03-19 02:46:18] "DELETE /security-group/61da927e-c968-46b6-8b0d-181f1caf3ca0 HTTP/1.1" 200 115 0.047921 10.0.0.27 - - [2026-03-19 02:46:18] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001441 10.0.0.27 - - [2026-03-19 02:46:18] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?fields=application_policy_sets HTTP/1.1" 200 1426 0.072910 10.0.0.41 - - [2026-03-19 02:46:18] "DELETE /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169 HTTP/1.1" 200 115 0.439130 10.0.0.27 - - [2026-03-19 02:46:18] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.41 - - [2026-03-19 02:46:19] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?fields=projects HTTP/1.1" 200 1245 0.011515 10.0.0.41 - - [2026-03-19 02:46:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.003549 10.0.0.27 - - [2026-03-19 02:46:24] "POST /id-to-fqname HTTP/1.1" 200 198 0.003090 10.0.0.27 - - [2026-03-19 02:46:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.008976 10.0.0.27 - - [2026-03-19 02:46:24] "POST /security-groups HTTP/1.1" 200 599 0.073657 10.0.0.27 - - [2026-03-19 02:46:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.004181 10.0.0.27 - - [2026-03-19 02:46:24] "POST /projects HTTP/1.1" 200 601 0.285320 10.0.0.41 - - [2026-03-19 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.319169 10.0.0.27 - - [2026-03-19 02:46:24] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.27 - - [2026-03-19 02:46:24] "POST /access-control-lists HTTP/1.1" 200 602 0.030713 10.0.0.41 - - [2026-03-19 02:46:24] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046902 10.0.0.41 - - [2026-03-19 02:46:24] "POST /network-policys HTTP/1.1" 200 559 0.027157 10.0.0.41 - - [2026-03-19 02:46:24] "GET /network-policy/39c1c23e-90ae-405c-a81d-f15cbd0f048c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.006213 10.0.0.41 - - [2026-03-19 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.27 - - [2026-03-19 02:46:24] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001291 10.0.0.41 - - [2026-03-19 02:46:24] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039025 10.0.0.41 - - [2026-03-19 02:46:24] "POST /neutron/network HTTP/1.1" 200 117 0.010425 10.0.0.27 - - [2026-03-19 02:46:25] "POST /useragent-kv HTTP/1.1" 200 115 0.019418 10.0.0.41 - - [2026-03-19 02:46:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.191038 10.0.0.41 - - [2026-03-19 02:46:25] "POST /id-to-fqname HTTP/1.1" 200 229 0.001187 10.0.0.41 - - [2026-03-19 02:46:25] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007887 10.0.0.41 - - [2026-03-19 02:46:25] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005195 10.0.0.41 - - [2026-03-19 02:46:25] "POST /neutron/network HTTP/1.1" 200 1007 0.009679 10.0.0.41 - - [2026-03-19 02:46:25] "POST /neutron/network HTTP/1.1" 200 1007 0.014679 10.0.0.27 - - [2026-03-19 02:46:25] "POST /fqname-to-id HTTP/1.1" 404 244 0.006935 10.0.0.27 - - [2026-03-19 02:46:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.005107 10.0.0.41 - - [2026-03-19 02:46:25] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.027683 10.0.0.41 - - [2026-03-19 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.41 - - [2026-03-19 02:46:26] "GET /network-policy/39c1c23e-90ae-405c-a81d-f15cbd0f048c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.003903 10.0.0.41 - - [2026-03-19 02:46:26] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005172 10.0.0.242 - - [2026-03-19 02:46:26] "GET /obj-perms HTTP/1.1" 200 5046 0.003808 10.0.0.41 - - [2026-03-19 02:46:26] "POST /id-to-fqname HTTP/1.1" 200 229 0.001223 10.0.0.41 - - [2026-03-19 02:46:26] "POST /neutron/network HTTP/1.1" 200 1116 0.007793 10.0.0.27 - - [2026-03-19 02:46:27] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.41 - - [2026-03-19 02:46:27] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.079499 10.0.0.41 - - [2026-03-19 02:46:27] "POST /neutron/port HTTP/1.1" 200 117 0.008036 10.0.0.41 - - [2026-03-19 02:46:27] "POST /id-to-fqname HTTP/1.1" 200 229 0.001248 10.0.0.41 - - [2026-03-19 02:46:28] "POST /neutron/network HTTP/1.1" 200 1116 0.014835 10.0.0.41 - - [2026-03-19 02:46:28] "POST /neutron/port HTTP/1.1" 200 1174 0.022805 10.0.0.27 - - [2026-03-19 02:46:28] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.41 - - [2026-03-19 02:46:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006363 10.0.0.41 - - [2026-03-19 02:46:29] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.094827 10.0.0.41 - - [2026-03-19 02:46:29] "POST /neutron/subnet HTTP/1.1" 200 1381 0.014544 10.0.0.41 - - [2026-03-19 02:46:29] "POST /neutron/network HTTP/1.1" 200 1106 0.012359 10.0.0.41 - - [2026-03-19 02:46:29] "POST /neutron/port HTTP/1.1" 200 117 0.005745 10.0.0.41 - - [2026-03-19 02:46:29] "POST /neutron/network HTTP/1.1" 200 1116 0.006812 10.0.0.41 - - [2026-03-19 02:46:30] "POST /neutron/port HTTP/1.1" 200 1174 0.023029 10.0.0.41 - - [2026-03-19 02:46:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003865 10.0.0.41 - - [2026-03-19 02:46:30] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.41 - - [2026-03-19 02:46:34] "POST /neutron/port HTTP/1.1" 200 1238 0.021056 10.0.0.41 - - [2026-03-19 02:46:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007334 10.0.0.41 - - [2026-03-19 02:46:34] "GET /virtual-machine/5b04e01f-9331-4c1e-b54a-8ee102072ace HTTP/1.1" 200 1300 0.006261 10.0.0.41 - - [2026-03-19 02:46:34] "GET /virtual-machine-interface/2706836c-0dbe-4b5f-b157-70724571adcb HTTP/1.1" 200 3177 0.006397 10.0.0.41 - - [2026-03-19 02:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.41 - - [2026-03-19 02:46:34] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003596 10.0.0.41 - - [2026-03-19 02:46:34] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002785 10.0.0.41 - - [2026-03-19 02:46:34] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006175 10.0.0.41 - - [2026-03-19 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006342 10.0.0.41 - - [2026-03-19 02:46:37] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005256 10.0.0.41 - - [2026-03-19 02:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.41 - - [2026-03-19 02:46:42] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005931 10.0.0.41 - - [2026-03-19 02:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.073924 10.0.0.41 - - [2026-03-19 02:46:46] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005323 10.0.0.27 - - [2026-03-19 02:46:49] "DELETE /project/fd6b35e53c054db7a1f28961cea74169 HTTP/1.1" 404 173 0.028343 10.0.0.41 - - [2026-03-19 02:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.41 - - [2026-03-19 02:46:50] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005456 10.0.0.41 - - [2026-03-19 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.41 - - [2026-03-19 02:46:54] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005230 10.0.0.41 - - [2026-03-19 02:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.41 - - [2026-03-19 02:46:58] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.004832 10.0.0.41 - - [2026-03-19 02:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.41 - - [2026-03-19 02:47:02] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005583 10.0.0.41 - - [2026-03-19 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.41 - - [2026-03-19 02:47:06] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.004798 10.0.0.41 - - [2026-03-19 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.41 - - [2026-03-19 02:47:08] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003671 10.0.0.41 - - [2026-03-19 02:47:08] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002557 10.0.0.41 - - [2026-03-19 02:47:08] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005443 10.0.0.41 - - [2026-03-19 02:47:08] "POST /neutron/port HTTP/1.1" 200 1238 0.020706 10.0.0.41 - - [2026-03-19 02:47:12] "POST /neutron/port HTTP/1.1" 200 1238 0.017979 10.0.0.41 - - [2026-03-19 02:47:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003766 10.0.0.41 - - [2026-03-19 02:47:12] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.41 - - [2026-03-19 02:47:13] "POST /neutron/port HTTP/1.1" 200 1238 0.018804 10.0.0.41 - - [2026-03-19 02:47:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004071 10.0.0.41 - - [2026-03-19 02:47:14] "POST /neutron/port HTTP/1.1" 200 117 0.000989 10.0.0.41 - - [2026-03-19 02:47:14] "POST /neutron/network HTTP/1.1" 200 1106 0.009693 10.0.0.41 - - [2026-03-19 02:47:18] "POST /neutron/port HTTP/1.1" 200 1238 0.018299 10.0.0.41 - - [2026-03-19 02:47:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007288 10.0.0.41 - - [2026-03-19 02:47:29] "POST /neutron/port HTTP/1.1" 200 1238 0.017444 10.0.0.41 - - [2026-03-19 02:47:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008936 10.0.0.41 - - [2026-03-19 02:47:29] "GET /virtual-machine/45875811-7c9b-4b5c-95a4-684e2f906479 HTTP/1.1" 200 1300 0.006370 10.0.0.41 - - [2026-03-19 02:47:29] "GET /virtual-machine-interface/2a921288-6593-4ebe-8069-3198ec7c5415 HTTP/1.1" 200 3176 0.005023 10.0.0.41 - - [2026-03-19 02:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.41 - - [2026-03-19 02:47:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003328 10.0.0.41 - - [2026-03-19 02:47:29] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002941 10.0.0.41 - - [2026-03-19 02:47:30] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005802 10.0.0.41 - - [2026-03-19 02:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.41 - - [2026-03-19 02:47:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003676 10.0.0.41 - - [2026-03-19 02:47:31] "GET /virtual-networks?parent_id=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003476 10.0.0.41 - - [2026-03-19 02:47:31] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005308 10.0.0.41 - - [2026-03-19 02:47:56] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005553 10.0.0.41 - - [2026-03-19 02:47:56] "POST /neutron/network HTTP/1.1" 200 1106 0.008658 10.0.0.27 - - [2026-03-19 02:47:56] "DELETE /access-control-list/6fa0ed25-b1d5-4ea4-99c5-7465823289df HTTP/1.1" 200 115 0.043239 10.0.0.41 - - [2026-03-19 02:47:56] "GET /virtual-network/13f9ae35-8884-4d4f-94ca-d21c8077fe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007510 10.0.0.41 - - [2026-03-19 02:47:56] "POST /neutron/network HTTP/1.1" 200 1007 0.008441 10.0.0.41 - - [2026-03-19 02:47:56] "POST /neutron/port HTTP/1.1" 200 1228 0.019905 10.0.0.41 - - [2026-03-19 02:47:56] "POST /neutron/port HTTP/1.1" 200 1228 0.025807 10.0.0.27 - - [2026-03-19 02:47:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002790 10.0.0.27 - - [2026-03-19 02:47:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002813 10.0.0.27 - - [2026-03-19 02:47:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008057 10.0.0.27 - - [2026-03-19 02:47:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003934 10.0.0.41 - - [2026-03-19 02:47:58] "POST /neutron/network HTTP/1.1" 200 151 0.176720 10.0.0.41 - - [2026-03-19 02:47:58] "DELETE /network-policy/39c1c23e-90ae-405c-a81d-f15cbd0f048c HTTP/1.1" 200 115 0.041656 10.0.0.27 - - [2026-03-19 02:48:01] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.41 - - [2026-03-19 02:48:01] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084114 10.0.0.27 - - [2026-03-19 02:48:01] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.41 - - [2026-03-19 02:48:01] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?fields=virtual_networks HTTP/1.1" 200 1048 0.066631 10.0.0.27 - - [2026-03-19 02:48:01] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.41 - - [2026-03-19 02:48:01] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.045511 10.0.0.27 - - [2026-03-19 02:48:01] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.41 - - [2026-03-19 02:48:01] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?fields=security_groups HTTP/1.1" 200 1282 0.041515 10.0.0.41 - - [2026-03-19 02:48:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.028698 10.0.0.27 - - [2026-03-19 02:48:02] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002760 10.0.0.27 - - [2026-03-19 02:48:02] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.27 - - [2026-03-19 02:48:02] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007198 10.0.0.27 - - [2026-03-19 02:48:03] "POST /id-to-fqname HTTP/1.1" 200 204 0.005299 10.0.0.27 - - [2026-03-19 02:48:03] "POST /fqname-to-id HTTP/1.1" 404 213 0.004436 10.0.0.27 - - [2026-03-19 02:48:03] "POST /security-groups HTTP/1.1" 200 605 0.077779 10.0.0.27 - - [2026-03-19 02:48:03] "POST /projects HTTP/1.1" 200 613 0.275721 10.0.0.27 - - [2026-03-19 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.313651 10.0.0.27 - - [2026-03-19 02:48:03] "POST /fqname-to-id HTTP/1.1" 404 248 0.034343 10.0.0.41 - - [2026-03-19 02:48:03] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.476015 10.0.0.27 - - [2026-03-19 02:48:03] "POST /access-control-lists HTTP/1.1" 200 608 0.061508 10.0.0.41 - - [2026-03-19 02:48:04] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.41 - - [2026-03-19 02:48:08] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2026-03-19 02:48:08] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000957 10.0.0.41 - - [2026-03-19 02:48:08] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.361706 10.0.0.27 - - [2026-03-19 02:48:09] "GET /obj-perms HTTP/1.1" 200 5056 0.076331 10.0.0.41 - - [2026-03-19 02:48:09] "GET / HTTP/1.1" 200 35931 0.009534 10.0.0.41 - - [2026-03-19 02:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005174 10.0.0.27 - - [2026-03-19 02:48:09] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001528 10.0.0.41 - - [2026-03-19 02:48:09] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010548 10.0.0.41 - - [2026-03-19 02:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2026-03-19 02:48:10] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000965 10.0.0.41 - - [2026-03-19 02:48:10] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.052635 10.0.0.41 - - [2026-03-19 02:48:11] "GET /domains HTTP/1.1" 401 292 0.000413 10.0.0.41 - - [2026-03-19 02:48:11] "GET /domains HTTP/1.1" 200 280 0.038120 10.0.0.27 - - [2026-03-19 02:48:11] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.41 - - [2026-03-19 02:48:11] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76 HTTP/1.1" 200 2782 0.009572 10.0.0.27 - - [2026-03-19 02:48:11] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001363 10.0.0.41 - - [2026-03-19 02:48:11] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165 HTTP/1.1" 200 1935 0.087397 10.0.0.41 - - [2026-03-19 02:48:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003329 10.0.0.41 - - [2026-03-19 02:48:11] "POST /network-ipams HTTP/1.1" 200 627 0.026216 10.0.0.41 - - [2026-03-19 02:48:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003255 10.0.0.41 - - [2026-03-19 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.41 - - [2026-03-19 02:48:11] "GET /network-ipam/4dd7bf7f-4500-4dee-be67-4f0c9952348e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.005874 10.0.0.41 - - [2026-03-19 02:48:11] "PUT /network-ipam/4dd7bf7f-4500-4dee-be67-4f0c9952348e HTTP/1.1" 200 258 0.012638 10.0.0.41 - - [2026-03-19 02:48:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.41 - - [2026-03-19 02:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.029670 10.0.0.27 - - [2026-03-19 02:48:12] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000859 10.0.0.41 - - [2026-03-19 02:48:12] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.051906 10.0.0.27 - - [2026-03-19 02:48:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008046 10.0.0.41 - - [2026-03-19 02:48:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.233507 10.0.0.41 - - [2026-03-19 02:48:13] "POST /id-to-fqname HTTP/1.1" 200 237 0.001260 10.0.0.41 - - [2026-03-19 02:48:13] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.007017 10.0.0.41 - - [2026-03-19 02:48:13] "POST /neutron/network HTTP/1.1" 200 1142 0.010262 10.0.0.41 - - [2026-03-19 02:48:13] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005437 10.0.0.41 - - [2026-03-19 02:48:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.007873 10.0.0.41 - - [2026-03-19 02:48:13] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006457 10.0.0.41 - - [2026-03-19 02:48:14] "GET /obj-perms HTTP/1.1" 200 5021 0.051228 10.0.0.41 - - [2026-03-19 02:48:15] "POST /fqname-to-id HTTP/1.1" 404 231 0.003475 10.0.0.41 - - [2026-03-19 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.27 - - [2026-03-19 02:48:15] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000919 10.0.0.41 - - [2026-03-19 02:48:15] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.040171 10.0.0.41 - - [2026-03-19 02:48:15] "POST /network-policys HTTP/1.1" 200 565 0.028113 10.0.0.41 - - [2026-03-19 02:48:15] "GET /network-policy/a434e5f9-3745-4ae7-bcc6-68a97c59c050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.005658 10.0.0.41 - - [2026-03-19 02:48:15] "POST /fqname-to-id HTTP/1.1" 404 231 0.002942 10.0.0.41 - - [2026-03-19 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.27 - - [2026-03-19 02:48:15] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001196 10.0.0.41 - - [2026-03-19 02:48:15] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.045221 10.0.0.41 - - [2026-03-19 02:48:15] "POST /network-policys HTTP/1.1" 200 565 0.029094 10.0.0.41 - - [2026-03-19 02:48:15] "GET /network-policy/50e1a924-afd0-467f-9b17-69b5e839fdc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.007248 10.0.0.41 - - [2026-03-19 02:48:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.003068 10.0.0.41 - - [2026-03-19 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.27 - - [2026-03-19 02:48:16] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000997 10.0.0.41 - - [2026-03-19 02:48:16] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.038070 10.0.0.41 - - [2026-03-19 02:48:16] "POST /network-policys HTTP/1.1" 200 565 0.033732 10.0.0.41 - - [2026-03-19 02:48:16] "GET /network-policy/7ae778d9-17ef-4612-a7d6-a4ab8a5ae6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006637 10.0.0.27 - - [2026-03-19 02:48:16] "POST /fqname-to-id HTTP/1.1" 404 254 0.006082 10.0.0.27 - - [2026-03-19 02:48:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.002517 10.0.0.41 - - [2026-03-19 02:48:16] "POST /neutron/network HTTP/1.1" 200 1340 0.035424 10.0.0.41 - - [2026-03-19 02:48:16] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.011663 10.0.0.41 - - [2026-03-19 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.41 - - [2026-03-19 02:48:16] "GET /network-policy/50e1a924-afd0-467f-9b17-69b5e839fdc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.003829 10.0.0.41 - - [2026-03-19 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.41 - - [2026-03-19 02:48:16] "GET /network-policy/a434e5f9-3745-4ae7-bcc6-68a97c59c050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004332 10.0.0.41 - - [2026-03-19 02:48:16] "POST /id-to-fqname HTTP/1.1" 200 237 0.001586 10.0.0.27 - - [2026-03-19 02:48:17] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001243 10.0.0.41 - - [2026-03-19 02:48:17] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.063690 10.0.0.41 - - [2026-03-19 02:48:17] "POST /neutron/port HTTP/1.1" 200 117 0.005844 10.0.0.41 - - [2026-03-19 02:48:18] "POST /neutron/network HTTP/1.1" 200 1350 0.009109 10.0.0.41 - - [2026-03-19 02:48:19] "POST /neutron/port HTTP/1.1" 200 1181 0.048409 10.0.0.41 - - [2026-03-19 02:48:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003371 10.0.0.41 - - [2026-03-19 02:48:19] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.41 - - [2026-03-19 02:48:23] "POST /neutron/port HTTP/1.1" 200 1245 0.018599 10.0.0.41 - - [2026-03-19 02:48:23] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008666 10.0.0.41 - - [2026-03-19 02:48:23] "GET /virtual-machine/10b762ed-6121-418f-a07e-f3cdec5d74ce HTTP/1.1" 401 292 0.000374 10.0.0.41 - - [2026-03-19 02:48:23] "GET /virtual-machine/10b762ed-6121-418f-a07e-f3cdec5d74ce HTTP/1.1" 200 1306 0.034556 10.0.0.41 - - [2026-03-19 02:48:23] "GET /virtual-machine-interface/bab70f4f-04c7-46c4-a21b-39b9057c208e HTTP/1.1" 200 3177 0.006087 10.0.0.41 - - [2026-03-19 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.41 - - [2026-03-19 02:48:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004014 10.0.0.41 - - [2026-03-19 02:48:23] "GET /virtual-networks?parent_id=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002985 10.0.0.41 - - [2026-03-19 02:48:23] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005486 10.0.0.41 - - [2026-03-19 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.41 - - [2026-03-19 02:48:26] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005056 10.0.0.41 - - [2026-03-19 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.41 - - [2026-03-19 02:48:31] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006095 10.0.0.41 - - [2026-03-19 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.41 - - [2026-03-19 02:48:35] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006280 10.0.0.41 - - [2026-03-19 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.41 - - [2026-03-19 02:48:39] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006576 10.0.0.41 - - [2026-03-19 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.41 - - [2026-03-19 02:48:43] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004989 10.0.0.41 - - [2026-03-19 02:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.41 - - [2026-03-19 02:48:47] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004790 10.0.0.27 - - [2026-03-19 02:48:49] "DELETE /project/2d816e927e1840c396e3f381639f1165 HTTP/1.1" 404 173 0.005432 10.0.0.27 - - [2026-03-19 02:48:49] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.27 - - [2026-03-19 02:48:50] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.038190 10.0.0.27 - - [2026-03-19 02:48:50] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001579 10.0.0.27 - - [2026-03-19 02:48:50] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?fields=security_groups HTTP/1.1" 200 1387 0.046118 10.0.0.27 - - [2026-03-19 02:48:50] "DELETE /security-group/37607ad5-bb4e-4241-92e5-9707e5bb12db HTTP/1.1" 200 115 0.053220 10.0.0.27 - - [2026-03-19 02:48:50] "GET /projects?obj_uuids=fd6b35e5-3c05-4db7-a1f2-8961cea74169&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.27 - - [2026-03-19 02:48:50] "DELETE /access-control-list/a0431a1c-878e-4f67-b6f7-758f17991c59 HTTP/1.1" 200 115 0.041587 10.0.0.27 - - [2026-03-19 02:48:50] "GET /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169?fields=application_policy_sets HTTP/1.1" 200 1426 0.046367 10.0.0.27 - - [2026-03-19 02:48:50] "DELETE /project/fd6b35e5-3c05-4db7-a1f2-8961cea74169 HTTP/1.1" 200 115 0.393235 10.0.0.41 - - [2026-03-19 02:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.41 - - [2026-03-19 02:48:51] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005274 10.0.0.27 - - [2026-03-19 02:48:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2026-03-19 02:48:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.242 - - [2026-03-19 02:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.242 - - [2026-03-19 02:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2026-03-19 02:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.27 - - [2026-03-19 02:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.242 - - [2026-03-19 02:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.242 - - [2026-03-19 02:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.41 - - [2026-03-19 02:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.41 - - [2026-03-19 02:48:55] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005106 10.0.0.41 - - [2026-03-19 02:48:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.41 - - [2026-03-19 02:48:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.41 - - [2026-03-19 02:48:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.41 - - [2026-03-19 02:48:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.41 - - [2026-03-19 02:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.41 - - [2026-03-19 02:48:57] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003235 10.0.0.41 - - [2026-03-19 02:48:57] "GET /virtual-networks?parent_id=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004452 10.0.0.41 - - [2026-03-19 02:48:57] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005115 10.0.0.41 - - [2026-03-19 02:48:57] "POST /neutron/port HTTP/1.1" 200 1245 0.016462 10.0.0.41 - - [2026-03-19 02:49:03] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006732 10.0.0.41 - - [2026-03-19 02:49:08] "POST /neutron/port HTTP/1.1" 200 1245 0.018114 10.0.0.242 - - [2026-03-19 02:49:09] "GET /obj-perms HTTP/1.1" 200 5056 0.058913 10.0.0.41 - - [2026-03-19 02:49:13] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008163 10.0.0.41 - - [2026-03-19 02:49:15] "POST /neutron/network HTTP/1.1" 200 1350 0.006988 10.0.0.41 - - [2026-03-19 02:49:15] "POST /neutron/subnet HTTP/1.1" 200 1385 0.012822 10.0.0.41 - - [2026-03-19 02:49:15] "POST /neutron/network HTTP/1.1" 200 1340 0.008246 10.0.0.41 - - [2026-03-19 02:49:18] "POST /neutron/port HTTP/1.1" 200 1245 0.017612 10.0.0.41 - - [2026-03-19 02:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.41 - - [2026-03-19 02:49:18] "GET /network-policy/a434e5f9-3745-4ae7-bcc6-68a97c59c050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003880 10.0.0.41 - - [2026-03-19 02:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.41 - - [2026-03-19 02:49:18] "GET /network-policy/50e1a924-afd0-467f-9b17-69b5e839fdc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.003880 10.0.0.41 - - [2026-03-19 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2026-03-19 02:49:19] "GET /network-policy/7ae778d9-17ef-4612-a7d6-a4ab8a5ae6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004031 10.0.0.41 - - [2026-03-19 02:49:19] "POST /neutron/network HTTP/1.1" 200 1432 0.100195 10.0.0.41 - - [2026-03-19 02:49:19] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.005642 10.0.0.41 - - [2026-03-19 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.41 - - [2026-03-19 02:49:19] "GET /network-policy/50e1a924-afd0-467f-9b17-69b5e839fdc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.003766 10.0.0.41 - - [2026-03-19 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.41 - - [2026-03-19 02:49:19] "GET /network-policy/7ae778d9-17ef-4612-a7d6-a4ab8a5ae6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004267 10.0.0.41 - - [2026-03-19 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.41 - - [2026-03-19 02:49:19] "GET /network-policy/a434e5f9-3745-4ae7-bcc6-68a97c59c050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004256 10.0.0.41 - - [2026-03-19 02:49:24] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.006384 10.0.0.41 - - [2026-03-19 02:49:24] "POST /neutron/network HTTP/1.1" 200 1142 0.094596 10.0.0.27 - - [2026-03-19 02:49:24] "DELETE /access-control-list/e626308f-80c4-49e0-8f0b-939f23112730 HTTP/1.1" 200 115 0.055884 10.0.0.41 - - [2026-03-19 02:49:24] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005491 10.0.0.41 - - [2026-03-19 02:49:29] "GET /virtual-machine/10b762ed-6121-418f-a07e-f3cdec5d74ce HTTP/1.1" 200 1306 0.003951 10.0.0.41 - - [2026-03-19 02:49:30] "POST /neutron/port HTTP/1.1" 200 1235 0.014689 10.0.0.41 - - [2026-03-19 02:49:31] "GET /virtual-machine/10b762ed-6121-418f-a07e-f3cdec5d74ce HTTP/1.1" 404 171 0.003683 10.0.0.41 - - [2026-03-19 02:49:31] "GET /virtual-machine/10b762ed-6121-418f-a07e-f3cdec5d74ce HTTP/1.1" 404 171 0.002748 10.0.0.41 - - [2026-03-19 02:49:31] "GET /virtual-machine/10b762ed-6121-418f-a07e-f3cdec5d74ce HTTP/1.1" 404 171 0.002515 10.0.0.41 - - [2026-03-19 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.41 - - [2026-03-19 02:49:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003538 10.0.0.41 - - [2026-03-19 02:49:32] "GET /virtual-networks?parent_id=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002656 10.0.0.41 - - [2026-03-19 02:49:32] "GET /virtual-network/4b1eca0d-5060-458c-8e7f-54854101ab19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006025 10.0.0.41 - - [2026-03-19 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.41 - - [2026-03-19 02:49:32] "GET /routing-instance/2a63d837-a583-45e4-a7cd-40887e4f3bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.004272 10.0.0.41 - - [2026-03-19 02:49:32] "GET /route-target/605f47e9-0a35-487f-a616-034dc7142796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005118 10.0.0.41 - - [2026-03-19 02:49:35] "GET /obj-perms HTTP/1.1" 200 5021 0.003561 10.0.0.27 - - [2026-03-19 02:49:35] "GET /obj-perms HTTP/1.1" 200 5021 0.054727 10.0.0.41 - - [2026-03-19 02:49:41] "GET /obj-perms HTTP/1.1" 200 5021 0.005170 10.0.0.27 - - [2026-03-19 02:49:41] "GET /obj-perms HTTP/1.1" 200 5021 0.003588 10.0.0.41 - - [2026-03-19 02:49:42] "DELETE /network-policy/7ae778d9-17ef-4612-a7d6-a4ab8a5ae6f1 HTTP/1.1" 200 115 0.037982 10.0.0.41 - - [2026-03-19 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.27 - - [2026-03-19 02:49:42] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001052 10.0.0.41 - - [2026-03-19 02:49:42] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.047341 10.0.0.41 - - [2026-03-19 02:49:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-87091104&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.008523 10.0.0.41 - - [2026-03-19 02:49:42] "DELETE /network-policy/50e1a924-afd0-467f-9b17-69b5e839fdc1 HTTP/1.1" 200 115 0.036785 10.0.0.41 - - [2026-03-19 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2026-03-19 02:49:42] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000907 10.0.0.41 - - [2026-03-19 02:49:42] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.042469 10.0.0.41 - - [2026-03-19 02:49:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-87091104&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005786 10.0.0.41 - - [2026-03-19 02:49:42] "DELETE /network-policy/a434e5f9-3745-4ae7-bcc6-68a97c59c050 HTTP/1.1" 200 115 0.046692 10.0.0.41 - - [2026-03-19 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.27 - - [2026-03-19 02:49:42] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000992 10.0.0.41 - - [2026-03-19 02:49:42] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.038031 10.0.0.41 - - [2026-03-19 02:49:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-87091104&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005433 10.0.0.27 - - [2026-03-19 02:49:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002602 10.0.0.27 - - [2026-03-19 02:49:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002366 10.0.0.27 - - [2026-03-19 02:49:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002563 10.0.0.27 - - [2026-03-19 02:49:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002340 10.0.0.41 - - [2026-03-19 02:49:42] "POST /neutron/network HTTP/1.1" 200 151 0.151018 10.0.0.41 - - [2026-03-19 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.41 - - [2026-03-19 02:49:43] "DELETE /network-ipam/4dd7bf7f-4500-4dee-be67-4f0c9952348e HTTP/1.1" 200 115 0.031088 10.0.0.41 - - [2026-03-19 02:49:43] "POST /fqname-to-id HTTP/1.1" 404 264 0.004411 10.0.0.27 - - [2026-03-19 02:49:43] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001049 10.0.0.27 - - [2026-03-19 02:49:43] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.038461 10.0.0.27 - - [2026-03-19 02:49:43] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000934 10.0.0.27 - - [2026-03-19 02:49:43] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?fields=security_groups HTTP/1.1" 200 1404 0.035399 10.0.0.27 - - [2026-03-19 02:49:43] "DELETE /security-group/1d136e80-1beb-4e5f-88fd-8224471d56c0 HTTP/1.1" 200 115 0.061574 10.0.0.27 - - [2026-03-19 02:49:43] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000936 10.0.0.27 - - [2026-03-19 02:49:43] "DELETE /access-control-list/c8a4b06e-1e4c-4661-8631-fc5e0f3f30a7 HTTP/1.1" 200 115 0.043551 10.0.0.27 - - [2026-03-19 02:49:43] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?fields=application_policy_sets HTTP/1.1" 200 1443 0.048831 10.0.0.41 - - [2026-03-19 02:49:43] "DELETE /project/2d816e92-7e18-40c3-96e3-f381639f1165 HTTP/1.1" 200 115 0.379905 10.0.0.27 - - [2026-03-19 02:49:43] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.41 - - [2026-03-19 02:49:43] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?fields=projects HTTP/1.1" 200 1245 0.010640 10.0.0.27 - - [2026-03-19 02:49:46] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002605 10.0.0.27 - - [2026-03-19 02:49:46] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000804 10.0.0.27 - - [2026-03-19 02:49:46] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048747 10.0.0.27 - - [2026-03-19 02:49:46] "POST /id-to-fqname HTTP/1.1" 200 204 0.004202 10.0.0.27 - - [2026-03-19 02:49:46] "POST /fqname-to-id HTTP/1.1" 404 213 0.004137 10.0.0.27 - - [2026-03-19 02:49:46] "POST /security-groups HTTP/1.1" 200 605 0.029705 10.0.0.27 - - [2026-03-19 02:49:46] "POST /projects HTTP/1.1" 200 613 0.211377 10.0.0.27 - - [2026-03-19 02:49:46] "POST /access-control-lists HTTP/1.1" 200 610 0.027814 10.0.0.27 - - [2026-03-19 02:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.284374 10.0.0.41 - - [2026-03-19 02:49:46] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.458555 10.0.0.27 - - [2026-03-19 02:49:46] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001316 10.0.0.41 - - [2026-03-19 02:49:46] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?fields=virtual_networks HTTP/1.1" 200 1059 0.040248 10.0.0.27 - - [2026-03-19 02:49:46] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000901 10.0.0.41 - - [2026-03-19 02:49:46] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.039882 10.0.0.27 - - [2026-03-19 02:49:46] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000892 10.0.0.41 - - [2026-03-19 02:49:46] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?fields=security_groups HTTP/1.1" 200 1299 0.039774 10.0.0.41 - - [2026-03-19 02:49:47] "POST /fqname-to-id HTTP/1.1" 404 204 0.033344 10.0.0.27 - - [2026-03-19 02:49:47] "GET /projects?obj_uuids=8a9ba245-5934-4fe4-92cc-e0662ff2b7aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004083 10.0.0.27 - - [2026-03-19 02:49:47] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.27 - - [2026-03-19 02:49:47] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007968 10.0.0.27 - - [2026-03-19 02:49:48] "POST /id-to-fqname HTTP/1.1" 200 206 0.005028 10.0.0.27 - - [2026-03-19 02:49:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.006312 10.0.0.27 - - [2026-03-19 02:49:48] "POST /security-groups HTTP/1.1" 200 607 0.031029 10.0.0.27 - - [2026-03-19 02:49:48] "POST /fqname-to-id HTTP/1.1" 404 250 0.004776 10.0.0.27 - - [2026-03-19 02:49:48] "POST /projects HTTP/1.1" 200 617 0.251497 10.0.0.27 - - [2026-03-19 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.333499 10.0.0.27 - - [2026-03-19 02:49:48] "POST /access-control-lists HTTP/1.1" 200 610 0.032733 10.0.0.41 - - [2026-03-19 02:49:48] "GET /project/8a9ba245-5934-4fe4-92cc-e0662ff2b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.491486 10.0.0.41 - - [2026-03-19 02:49:49] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.27 - - [2026-03-19 02:49:50] "DELETE /project/8a9ba24559344fe492cce0662ff2b7aa HTTP/1.1" 404 173 0.005580 10.0.0.27 - - [2026-03-19 02:49:50] "DELETE /project/2d816e927e1840c396e3f381639f1165 HTTP/1.1" 404 173 0.007189 10.0.0.27 - - [2026-03-19 02:49:50] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000760 10.0.0.27 - - [2026-03-19 02:49:50] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.038876 10.0.0.27 - - [2026-03-19 02:49:50] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000976 10.0.0.27 - - [2026-03-19 02:49:50] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?fields=security_groups HTTP/1.1" 200 1404 0.055815 10.0.0.27 - - [2026-03-19 02:49:50] "DELETE /security-group/cc4eb63b-5c3d-498d-8597-5889abbca738 HTTP/1.1" 200 115 0.055490 10.0.0.27 - - [2026-03-19 02:49:50] "GET /projects?obj_uuids=2d816e92-7e18-40c3-96e3-f381639f1165&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000912 10.0.0.27 - - [2026-03-19 02:49:50] "GET /project/2d816e92-7e18-40c3-96e3-f381639f1165?fields=application_policy_sets HTTP/1.1" 200 1443 0.064003 10.0.0.27 - - [2026-03-19 02:49:50] "DELETE /project/2d816e92-7e18-40c3-96e3-f381639f1165 HTTP/1.1" 200 115 0.420869 10.0.0.41 - - [2026-03-19 02:49:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.41 - - [2026-03-19 02:49:52] "POST /fqname-to-id HTTP/1.1" 404 233 0.031766 10.0.0.41 - - [2026-03-19 02:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.27 - - [2026-03-19 02:49:52] "GET /projects?obj_uuids=8a9ba245-5934-4fe4-92cc-e0662ff2b7aa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000904 10.0.0.41 - - [2026-03-19 02:49:53] "GET /project/8a9ba245-5934-4fe4-92cc-e0662ff2b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.044367 10.0.0.41 - - [2026-03-19 02:49:53] "POST /network-policys HTTP/1.1" 200 567 0.074672 10.0.0.41 - - [2026-03-19 02:49:53] "GET /network-policy/ce00570b-022d-4280-824e-9cfe0708d9af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.006272 10.0.0.41 - - [2026-03-19 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.27 - - [2026-03-19 02:49:53] "GET /projects?obj_uuids=8a9ba245-5934-4fe4-92cc-e0662ff2b7aa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000909 10.0.0.41 - - [2026-03-19 02:49:53] "GET /project/8a9ba245-5934-4fe4-92cc-e0662ff2b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.050615 10.0.0.27 - - [2026-03-19 02:49:53] "POST /route-targets HTTP/1.1" 200 327 0.021713 10.0.0.27 - - [2026-03-19 02:49:53] "POST /useragent-kv HTTP/1.1" 200 115 0.009899 10.0.0.41 - - [2026-03-19 02:49:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.227993 10.0.0.27 - - [2026-03-19 02:49:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.006068 10.0.0.41 - - [2026-03-19 02:49:54] "POST /id-to-fqname HTTP/1.1" 200 237 0.001594 10.0.0.41 - - [2026-03-19 02:49:54] "GET /virtual-network/1e40f738-548f-4c2f-b8a8-84fb024764c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.007215 10.0.0.41 - - [2026-03-19 02:49:54] "POST /neutron/network HTTP/1.1" 200 1014 0.009123 10.0.0.41 - - [2026-03-19 02:49:54] "GET /virtual-network/1e40f738-548f-4c2f-b8a8-84fb024764c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.005320 10.0.0.41 - - [2026-03-19 02:49:54] "POST /neutron/subnet HTTP/1.1" 200 818 0.008722 10.0.0.27 - - [2026-03-19 02:49:54] "POST /access-control-lists HTTP/1.1" 200 607 0.050994 10.0.0.41 - - [2026-03-19 02:49:54] "POST /neutron/network HTTP/1.1" 200 1121 0.022784 10.0.0.41 - - [2026-03-19 02:49:54] "GET /virtual-network/1e40f738-548f-4c2f-b8a8-84fb024764c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.006658 10.0.0.41 - - [2026-03-19 02:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.41 - - [2026-03-19 02:49:54] "GET /network-policy/ce00570b-022d-4280-824e-9cfe0708d9af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.003734 10.0.0.41 - - [2026-03-19 02:49:54] "GET /virtual-network/1e40f738-548f-4c2f-b8a8-84fb024764c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.005017 10.0.0.41 - - [2026-03-19 02:49:56] "DELETE /network-policy/ce00570b-022d-4280-824e-9cfe0708d9af HTTP/1.1" 409 238 0.007081 10.0.0.27 - - [2026-03-19 02:49:56] "DELETE /route-target/f49c797e-0dcc-4277-9a50-5e6a671ac4d2 HTTP/1.1" 200 115 0.025302 10.0.0.41 - - [2026-03-19 02:49:56] "DELETE /network-policy/ce00570b-022d-4280-824e-9cfe0708d9af HTTP/1.1" 200 115 0.049102 10.0.0.41 - - [2026-03-19 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.27 - - [2026-03-19 02:49:56] "GET /projects?obj_uuids=8a9ba245-5934-4fe4-92cc-e0662ff2b7aa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000919 10.0.0.41 - - [2026-03-19 02:49:56] "GET /project/8a9ba245-5934-4fe4-92cc-e0662ff2b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.045365 10.0.0.41 - - [2026-03-19 02:49:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-75348799&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006391 10.0.0.27 - - [2026-03-19 02:49:59] "GET /projects?obj_uuids=8a9ba245-5934-4fe4-92cc-e0662ff2b7aa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000924 10.0.0.41 - - [2026-03-19 02:49:59] "GET /project/8a9ba245-5934-4fe4-92cc-e0662ff2b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.067146 10.0.0.27 - - [2026-03-19 02:49:59] "GET /projects?obj_uuids=8a9ba245-5934-4fe4-92cc-e0662ff2b7aa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001417 10.0.0.41 - - [2026-03-19 02:49:59] "GET /project/8a9ba245-5934-4fe4-92cc-e0662ff2b7aa?fields=virtual_networks HTTP/1.1" 200 1063 0.054701 10.0.0.27 - - [2026-03-19 02:49:59] "GET /projects?obj_uuids=8a9ba245-5934-4fe4-92cc-e0662ff2b7aa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001074 10.0.0.41 - - [2026-03-19 02:49:59] "GET /project/8a9ba245-5934-4fe4-92cc-e0662ff2b7aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.036140 10.0.0.27 - - [2026-03-19 02:49:59] "GET /projects?obj_uuids=8a9ba245-5934-4fe4-92cc-e0662ff2b7aa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000905 10.0.0.41 - - [2026-03-19 02:49:59] "GET /project/8a9ba245-5934-4fe4-92cc-e0662ff2b7aa?fields=security_groups HTTP/1.1" 200 1305 0.057010 10.0.0.41 - - [2026-03-19 02:50:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.045912 10.0.0.27 - - [2026-03-19 02:50:01] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003789 10.0.0.27 - - [2026-03-19 02:50:01] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.27 - - [2026-03-19 02:50:01] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007395 10.0.0.27 - - [2026-03-19 02:50:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.003692 10.0.0.27 - - [2026-03-19 02:50:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.007633 10.0.0.27 - - [2026-03-19 02:50:01] "POST /security-groups HTTP/1.1" 200 591 0.081643 10.0.0.27 - - [2026-03-19 02:50:01] "POST /projects HTTP/1.1" 200 585 0.318958 10.0.0.27 - - [2026-03-19 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.354804 10.0.0.27 - - [2026-03-19 02:50:01] "POST /fqname-to-id HTTP/1.1" 404 233 0.012113 10.0.0.41 - - [2026-03-19 02:50:01] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.525738 10.0.0.41 - - [2026-03-19 02:50:02] "GET / HTTP/1.1" 200 35931 0.001740 10.0.0.41 - - [2026-03-19 02:50:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000417 10.0.0.41 - - [2026-03-19 02:50:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.058845 10.0.0.41 - - [2026-03-19 02:50:04] "POST /network-ipams HTTP/1.1" 200 513 0.028489 10.0.0.41 - - [2026-03-19 02:50:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003419 10.0.0.41 - - [2026-03-19 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.41 - - [2026-03-19 02:50:05] "GET /network-ipam/60d65511-e369-4334-a529-abff0b87ea25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.006386 10.0.0.41 - - [2026-03-19 02:50:05] "PUT /network-ipam/60d65511-e369-4334-a529-abff0b87ea25 HTTP/1.1" 200 258 0.014858 10.0.0.41 - - [2026-03-19 02:50:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003204 10.0.0.41 - - [2026-03-19 02:50:05] "POST /network-ipams HTTP/1.1" 200 513 0.030288 10.0.0.41 - - [2026-03-19 02:50:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003276 10.0.0.41 - - [2026-03-19 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.41 - - [2026-03-19 02:50:05] "GET /network-ipam/2ca84596-7db9-4f7a-9c19-819eda6a3c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.006248 10.0.0.41 - - [2026-03-19 02:50:05] "PUT /network-ipam/2ca84596-7db9-4f7a-9c19-819eda6a3c8f HTTP/1.1" 200 258 0.012906 10.0.0.41 - - [2026-03-19 02:50:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003642 10.0.0.41 - - [2026-03-19 02:50:05] "POST /network-ipams HTTP/1.1" 200 513 0.031312 10.0.0.41 - - [2026-03-19 02:50:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003496 10.0.0.41 - - [2026-03-19 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.41 - - [2026-03-19 02:50:05] "GET /network-ipam/9cee40fa-c1f4-4e9c-8c94-c8f01cefac28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006050 10.0.0.41 - - [2026-03-19 02:50:05] "PUT /network-ipam/9cee40fa-c1f4-4e9c-8c94-c8f01cefac28 HTTP/1.1" 200 258 0.014344 10.0.0.41 - - [2026-03-19 02:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2026-03-19 02:50:06] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.41 - - [2026-03-19 02:50:06] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.049099 10.0.0.41 - - [2026-03-19 02:50:06] "POST /neutron/network HTTP/1.1" 200 117 0.040534 10.0.0.27 - - [2026-03-19 02:50:07] "POST /ref-update HTTP/1.1" 200 156 0.024607 10.0.0.41 - - [2026-03-19 02:50:07] "POST /neutron/network HTTP/1.1" 200 825 0.010391 10.0.0.41 - - [2026-03-19 02:50:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001429 10.0.0.41 - - [2026-03-19 02:50:07] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006923 10.0.0.41 - - [2026-03-19 02:50:07] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005447 10.0.0.41 - - [2026-03-19 02:50:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.010150 10.0.0.41 - - [2026-03-19 02:50:07] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006133 10.0.0.41 - - [2026-03-19 02:50:07] "GET /network-ipam/60d65511-e369-4334-a529-abff0b87ea25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.008450 10.0.0.41 - - [2026-03-19 02:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.27 - - [2026-03-19 02:50:07] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.41 - - [2026-03-19 02:50:07] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.040943 10.0.0.27 - - [2026-03-19 02:50:07] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.41 - - [2026-03-19 02:50:07] "POST /neutron/network HTTP/1.1" 200 607 0.111969 10.0.0.41 - - [2026-03-19 02:50:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.003356 10.0.0.41 - - [2026-03-19 02:50:08] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006340 10.0.0.41 - - [2026-03-19 02:50:08] "POST /neutron/network HTTP/1.1" 200 826 0.007761 10.0.0.41 - - [2026-03-19 02:50:08] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005240 10.0.0.41 - - [2026-03-19 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.27 - - [2026-03-19 02:50:08] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000807 10.0.0.41 - - [2026-03-19 02:50:08] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.035528 10.0.0.41 - - [2026-03-19 02:50:08] "POST /neutron/network HTTP/1.1" 200 117 0.013026 10.0.0.27 - - [2026-03-19 02:50:08] "POST /route-targets HTTP/1.1" 200 327 0.015046 10.0.0.41 - - [2026-03-19 02:50:08] "POST /neutron/network HTTP/1.1" 200 823 0.007743 10.0.0.41 - - [2026-03-19 02:50:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001073 10.0.0.41 - - [2026-03-19 02:50:08] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005293 10.0.0.41 - - [2026-03-19 02:50:08] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005272 10.0.0.41 - - [2026-03-19 02:50:09] "POST /neutron/subnet HTTP/1.1" 200 719 0.009091 10.0.0.41 - - [2026-03-19 02:50:09] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005907 10.0.0.41 - - [2026-03-19 02:50:09] "GET /obj-perms HTTP/1.1" 200 5030 0.062129 10.0.0.242 - - [2026-03-19 02:50:10] "GET /obj-perms HTTP/1.1" 200 5030 0.367453 10.0.0.27 - - [2026-03-19 02:50:11] "GET /obj-perms HTTP/1.1" 200 5030 0.380834 10.0.0.41 - - [2026-03-19 02:50:11] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005769 10.0.0.41 - - [2026-03-19 02:50:11] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006194 10.0.0.41 - - [2026-03-19 02:50:12] "GET /obj-perms HTTP/1.1" 200 5030 0.003758 10.0.0.41 - - [2026-03-19 02:50:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.003734 10.0.0.41 - - [2026-03-19 02:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.27 - - [2026-03-19 02:50:12] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.41 - - [2026-03-19 02:50:12] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.052534 10.0.0.41 - - [2026-03-19 02:50:12] "POST /network-policys HTTP/1.1" 200 553 0.029415 10.0.0.41 - - [2026-03-19 02:50:12] "GET /network-policy/942c3eee-50b8-4de4-a63c-5c4338435ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005862 10.0.0.41 - - [2026-03-19 02:50:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.002551 10.0.0.41 - - [2026-03-19 02:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008202 10.0.0.27 - - [2026-03-19 02:50:12] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.41 - - [2026-03-19 02:50:12] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.043999 10.0.0.41 - - [2026-03-19 02:50:12] "POST /network-policys HTTP/1.1" 200 553 0.033112 10.0.0.41 - - [2026-03-19 02:50:12] "GET /network-policy/18bd932a-3253-47d3-bcbe-8958d9bb463a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006468 10.0.0.41 - - [2026-03-19 02:50:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.003000 10.0.0.41 - - [2026-03-19 02:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005582 10.0.0.27 - - [2026-03-19 02:50:13] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.41 - - [2026-03-19 02:50:13] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.045398 10.0.0.41 - - [2026-03-19 02:50:13] "POST /network-policys HTTP/1.1" 200 553 0.029470 10.0.0.41 - - [2026-03-19 02:50:13] "GET /network-policy/450120e4-491a-4465-ac50-06828bcc6c83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006135 10.0.0.41 - - [2026-03-19 02:50:13] "POST /ref-update HTTP/1.1" 200 156 0.060081 10.0.0.27 - - [2026-03-19 02:50:13] "POST /access-control-lists HTTP/1.1" 200 591 0.043515 10.0.0.41 - - [2026-03-19 02:50:13] "POST /ref-update HTTP/1.1" 200 156 0.103302 10.0.0.27 - - [2026-03-19 02:50:13] "POST /access-control-lists HTTP/1.1" 200 591 0.052092 10.0.0.41 - - [2026-03-19 02:50:13] "POST /neutron/network HTTP/1.1" 200 918 0.028646 10.0.0.41 - - [2026-03-19 02:50:13] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006996 10.0.0.41 - - [2026-03-19 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.41 - - [2026-03-19 02:50:13] "GET /network-policy/18bd932a-3253-47d3-bcbe-8958d9bb463a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.004816 10.0.0.41 - - [2026-03-19 02:50:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001091 10.0.0.27 - - [2026-03-19 02:50:14] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.41 - - [2026-03-19 02:50:14] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.083567 10.0.0.41 - - [2026-03-19 02:50:15] "POST /neutron/port HTTP/1.1" 200 117 0.007543 10.0.0.41 - - [2026-03-19 02:50:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001305 10.0.0.41 - - [2026-03-19 02:50:15] "POST /neutron/network HTTP/1.1" 200 928 0.007474 10.0.0.41 - - [2026-03-19 02:50:16] "POST /neutron/port HTTP/1.1" 200 1061 0.018416 10.0.0.27 - - [2026-03-19 02:50:16] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001366 10.0.0.41 - - [2026-03-19 02:50:16] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.129720 10.0.0.41 - - [2026-03-19 02:50:16] "POST /neutron/port HTTP/1.1" 200 1125 0.019379 10.0.0.41 - - [2026-03-19 02:50:16] "POST /neutron/subnet HTTP/1.1" 200 704 0.009223 10.0.0.41 - - [2026-03-19 02:50:16] "POST /neutron/port HTTP/1.1" 200 1125 0.020531 10.0.0.41 - - [2026-03-19 02:50:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001212 10.0.0.41 - - [2026-03-19 02:50:16] "POST /neutron/port HTTP/1.1" 200 1125 0.020113 10.0.0.41 - - [2026-03-19 02:50:16] "POST /neutron/network HTTP/1.1" 200 928 0.005818 10.0.0.41 - - [2026-03-19 02:50:17] "POST /neutron/port HTTP/1.1" 200 1062 0.051876 10.0.0.27 - - [2026-03-19 02:50:17] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.41 - - [2026-03-19 02:50:17] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.088148 10.0.0.41 - - [2026-03-19 02:50:17] "POST /neutron/port HTTP/1.1" 200 1126 0.018132 10.0.0.41 - - [2026-03-19 02:50:17] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.41 - - [2026-03-19 02:50:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007106 10.0.0.41 - - [2026-03-19 02:50:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008866 10.0.0.41 - - [2026-03-19 02:50:18] "POST /neutron/port HTTP/1.1" 200 1125 0.019592 10.0.0.27 - - [2026-03-19 02:50:18] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.41 - - [2026-03-19 02:50:18] "GET /virtual-machine/a43f22dd-0760-4226-984e-0dda1501c420 HTTP/1.1" 401 292 0.000391 10.0.0.41 - - [2026-03-19 02:50:18] "POST /neutron/port HTTP/1.1" 200 1059 0.318608 10.0.0.41 - - [2026-03-19 02:50:18] "POST /neutron/port HTTP/1.1" 200 1059 0.012944 10.0.0.41 - - [2026-03-19 02:50:18] "POST /neutron/port HTTP/1.1" 200 1123 0.017271 10.0.0.41 - - [2026-03-19 02:50:19] "POST /neutron/port HTTP/1.1" 200 117 0.001383 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-machine/a43f22dd-0760-4226-984e-0dda1501c420 HTTP/1.1" 200 1293 0.042138 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-machine/a43f22dd-0760-4226-984e-0dda1501c420 HTTP/1.1" 200 1293 0.003573 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-machine-interface/b5575e58-72ba-4e4b-a59d-0871c3ba552e HTTP/1.1" 200 2944 0.004591 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-machine/a43f22dd-0760-4226-984e-0dda1501c420 HTTP/1.1" 200 1293 0.003158 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-machine-interface/b5575e58-72ba-4e4b-a59d-0871c3ba552e HTTP/1.1" 200 2944 0.007357 10.0.0.41 - - [2026-03-19 02:50:19] "GET /instance-ip/58577345-c27b-473d-90fe-65cc7f57a890 HTTP/1.1" 200 1622 0.005715 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-machine/a43f22dd-0760-4226-984e-0dda1501c420 HTTP/1.1" 200 1293 0.009571 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-machine-interface/b5575e58-72ba-4e4b-a59d-0871c3ba552e HTTP/1.1" 200 2944 0.004845 10.0.0.41 - - [2026-03-19 02:50:19] "GET /instance-ip/58577345-c27b-473d-90fe-65cc7f57a890 HTTP/1.1" 200 1622 0.004336 10.0.0.41 - - [2026-03-19 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.41 - - [2026-03-19 02:50:19] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003263 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002867 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006491 10.0.0.41 - - [2026-03-19 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.41 - - [2026-03-19 02:50:19] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003898 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002886 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005163 10.0.0.41 - - [2026-03-19 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.41 - - [2026-03-19 02:50:19] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004201 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002865 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006540 10.0.0.41 - - [2026-03-19 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.41 - - [2026-03-19 02:50:19] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004148 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003660 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005764 10.0.0.41 - - [2026-03-19 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.41 - - [2026-03-19 02:50:19] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004500 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003079 10.0.0.41 - - [2026-03-19 02:50:19] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006052 10.0.0.41 - - [2026-03-19 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.41 - - [2026-03-19 02:50:22] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005092 10.0.0.41 - - [2026-03-19 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006943 10.0.0.41 - - [2026-03-19 02:50:26] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005353 10.0.0.41 - - [2026-03-19 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.41 - - [2026-03-19 02:50:31] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004863 10.0.0.41 - - [2026-03-19 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.41 - - [2026-03-19 02:50:35] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004940 10.0.0.41 - - [2026-03-19 02:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.41 - - [2026-03-19 02:50:39] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007169 10.0.0.41 - - [2026-03-19 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.41 - - [2026-03-19 02:50:43] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006111 10.0.0.41 - - [2026-03-19 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.41 - - [2026-03-19 02:50:47] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005184 10.0.0.27 - - [2026-03-19 02:50:50] "DELETE /project/33d32817c0004f6c84a49be12ee8ab43 HTTP/1.1" 404 173 0.005495 10.0.0.27 - - [2026-03-19 02:50:50] "GET /projects?obj_uuids=8a9ba245-5934-4fe4-92cc-e0662ff2b7aa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000811 10.0.0.27 - - [2026-03-19 02:50:51] "GET /project/8a9ba245-5934-4fe4-92cc-e0662ff2b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.041209 10.0.0.27 - - [2026-03-19 02:50:51] "GET /projects?obj_uuids=8a9ba245-5934-4fe4-92cc-e0662ff2b7aa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001030 10.0.0.27 - - [2026-03-19 02:50:51] "GET /project/8a9ba245-5934-4fe4-92cc-e0662ff2b7aa?fields=security_groups HTTP/1.1" 200 1410 0.045182 10.0.0.27 - - [2026-03-19 02:50:51] "DELETE /security-group/fc3644fd-14bb-45f0-bfa6-62eccc46cc5a HTTP/1.1" 200 115 0.057677 10.0.0.27 - - [2026-03-19 02:50:51] "GET /projects?obj_uuids=8a9ba245-5934-4fe4-92cc-e0662ff2b7aa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001016 10.0.0.27 - - [2026-03-19 02:50:51] "DELETE /access-control-list/8b3104a1-1f49-4777-ac1a-a96c59206d45 HTTP/1.1" 200 115 0.049333 10.0.0.27 - - [2026-03-19 02:50:51] "GET /project/8a9ba245-5934-4fe4-92cc-e0662ff2b7aa?fields=application_policy_sets HTTP/1.1" 200 1449 0.062284 10.0.0.27 - - [2026-03-19 02:50:51] "DELETE /project/8a9ba245-5934-4fe4-92cc-e0662ff2b7aa HTTP/1.1" 200 115 0.436565 10.0.0.41 - - [2026-03-19 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.41 - - [2026-03-19 02:50:51] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005301 10.0.0.41 - - [2026-03-19 02:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.41 - - [2026-03-19 02:50:55] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005183 10.0.0.41 - - [2026-03-19 02:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.41 - - [2026-03-19 02:50:59] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004860 10.0.0.41 - - [2026-03-19 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.41 - - [2026-03-19 02:51:03] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004840 10.0.0.41 - - [2026-03-19 02:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.41 - - [2026-03-19 02:51:05] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003454 10.0.0.41 - - [2026-03-19 02:51:05] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003097 10.0.0.41 - - [2026-03-19 02:51:05] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005672 10.0.0.41 - - [2026-03-19 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.41 - - [2026-03-19 02:51:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003675 10.0.0.41 - - [2026-03-19 02:51:06] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002631 10.0.0.41 - - [2026-03-19 02:51:06] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007007 10.0.0.41 - - [2026-03-19 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.41 - - [2026-03-19 02:51:06] "GET /routing-instance/b8bf32f6-d25f-4832-8eb2-0950aaca88a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004793 10.0.0.41 - - [2026-03-19 02:51:06] "GET /route-target/ab490797-53af-4928-8de8-eb8ec0ab3682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004614 10.0.0.41 - - [2026-03-19 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.41 - - [2026-03-19 02:51:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003075 10.0.0.41 - - [2026-03-19 02:51:06] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002582 10.0.0.41 - - [2026-03-19 02:51:06] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005276 10.0.0.41 - - [2026-03-19 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.41 - - [2026-03-19 02:51:06] "GET /routing-instance/b8bf32f6-d25f-4832-8eb2-0950aaca88a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004529 10.0.0.41 - - [2026-03-19 02:51:06] "GET /route-target/ab490797-53af-4928-8de8-eb8ec0ab3682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003063 10.0.0.41 - - [2026-03-19 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.41 - - [2026-03-19 02:51:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003976 10.0.0.41 - - [2026-03-19 02:51:06] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003532 10.0.0.41 - - [2026-03-19 02:51:06] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005829 10.0.0.41 - - [2026-03-19 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.41 - - [2026-03-19 02:51:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004483 10.0.0.41 - - [2026-03-19 02:51:06] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003116 10.0.0.41 - - [2026-03-19 02:51:06] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006513 10.0.0.41 - - [2026-03-19 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.41 - - [2026-03-19 02:51:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004252 10.0.0.41 - - [2026-03-19 02:51:06] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003444 10.0.0.41 - - [2026-03-19 02:51:06] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005122 10.0.0.27 - - [2026-03-19 02:51:06] "GET /obj-perms HTTP/1.1" 200 5030 0.003326 10.0.0.41 - - [2026-03-19 02:51:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004112 10.0.0.27 - - [2026-03-19 02:51:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003851 10.0.0.41 - - [2026-03-19 02:51:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003967 10.0.0.242 - - [2026-03-19 02:51:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004397 10.0.0.41 - - [2026-03-19 02:51:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008689 10.0.0.41 - - [2026-03-19 02:51:07] "POST /neutron/port HTTP/1.1" 200 1126 0.020863 10.0.0.41 - - [2026-03-19 02:51:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010279 10.0.0.41 - - [2026-03-19 02:51:07] "GET /virtual-machine/a42bb7c7-dc68-47f5-b8f8-7d8e0cb76a20 HTTP/1.1" 200 1293 0.006351 10.0.0.41 - - [2026-03-19 02:51:07] "GET /virtual-machine/a42bb7c7-dc68-47f5-b8f8-7d8e0cb76a20 HTTP/1.1" 200 1293 0.006454 10.0.0.41 - - [2026-03-19 02:51:07] "GET /virtual-machine-interface/d7f980c1-3538-4a34-aef6-072a19468654 HTTP/1.1" 200 2944 0.004638 10.0.0.41 - - [2026-03-19 02:51:07] "GET /virtual-machine/a42bb7c7-dc68-47f5-b8f8-7d8e0cb76a20 HTTP/1.1" 200 1293 0.003334 10.0.0.41 - - [2026-03-19 02:51:07] "GET /virtual-machine-interface/d7f980c1-3538-4a34-aef6-072a19468654 HTTP/1.1" 200 2944 0.004966 10.0.0.41 - - [2026-03-19 02:51:07] "GET /instance-ip/0a5b0e9f-dde4-4963-96c0-0a004cc8e36e HTTP/1.1" 200 1622 0.006319 10.0.0.41 - - [2026-03-19 02:51:07] "GET /virtual-machine/a42bb7c7-dc68-47f5-b8f8-7d8e0cb76a20 HTTP/1.1" 200 1293 0.004919 10.0.0.41 - - [2026-03-19 02:51:07] "GET /virtual-machine-interface/d7f980c1-3538-4a34-aef6-072a19468654 HTTP/1.1" 200 2944 0.005809 10.0.0.41 - - [2026-03-19 02:51:07] "GET /instance-ip/0a5b0e9f-dde4-4963-96c0-0a004cc8e36e HTTP/1.1" 200 1622 0.004034 10.0.0.41 - - [2026-03-19 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.41 - - [2026-03-19 02:51:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004218 10.0.0.41 - - [2026-03-19 02:51:07] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003109 10.0.0.41 - - [2026-03-19 02:51:07] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007009 10.0.0.41 - - [2026-03-19 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.41 - - [2026-03-19 02:51:08] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005967 10.0.0.41 - - [2026-03-19 02:51:08] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003446 10.0.0.41 - - [2026-03-19 02:51:08] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007581 10.0.0.41 - - [2026-03-19 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.41 - - [2026-03-19 02:51:08] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003781 10.0.0.41 - - [2026-03-19 02:51:08] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004174 10.0.0.41 - - [2026-03-19 02:51:08] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.009327 10.0.0.41 - - [2026-03-19 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.41 - - [2026-03-19 02:51:08] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005242 10.0.0.41 - - [2026-03-19 02:51:08] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.006669 10.0.0.41 - - [2026-03-19 02:51:08] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005445 10.0.0.41 - - [2026-03-19 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.41 - - [2026-03-19 02:51:08] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003939 10.0.0.41 - - [2026-03-19 02:51:08] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003010 10.0.0.41 - - [2026-03-19 02:51:08] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005832 10.0.0.41 - - [2026-03-19 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.41 - - [2026-03-19 02:51:09] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003260 10.0.0.41 - - [2026-03-19 02:51:09] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002870 10.0.0.41 - - [2026-03-19 02:51:09] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006478 10.0.0.41 - - [2026-03-19 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.41 - - [2026-03-19 02:51:09] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003570 10.0.0.41 - - [2026-03-19 02:51:09] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002948 10.0.0.41 - - [2026-03-19 02:51:09] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005497 10.0.0.41 - - [2026-03-19 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.41 - - [2026-03-19 02:51:09] "GET /routing-instance/f2783530-971a-4e7f-b179-2b57de9e4fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.006096 10.0.0.41 - - [2026-03-19 02:51:09] "GET /route-target/adddead0-a9da-4179-bb15-63f568c7b174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003519 10.0.0.41 - - [2026-03-19 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.41 - - [2026-03-19 02:51:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004140 10.0.0.41 - - [2026-03-19 02:51:10] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003146 10.0.0.41 - - [2026-03-19 02:51:10] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005516 10.0.0.41 - - [2026-03-19 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.41 - - [2026-03-19 02:51:10] "GET /routing-instance/f2783530-971a-4e7f-b179-2b57de9e4fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004122 10.0.0.41 - - [2026-03-19 02:51:10] "GET /route-target/adddead0-a9da-4179-bb15-63f568c7b174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003283 10.0.0.41 - - [2026-03-19 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.41 - - [2026-03-19 02:51:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004007 10.0.0.41 - - [2026-03-19 02:51:10] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003124 10.0.0.41 - - [2026-03-19 02:51:10] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005689 10.0.0.41 - - [2026-03-19 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.41 - - [2026-03-19 02:51:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004523 10.0.0.41 - - [2026-03-19 02:51:10] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003876 10.0.0.41 - - [2026-03-19 02:51:10] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005402 10.0.0.41 - - [2026-03-19 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.41 - - [2026-03-19 02:51:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004188 10.0.0.41 - - [2026-03-19 02:51:10] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003103 10.0.0.41 - - [2026-03-19 02:51:10] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005422 10.0.0.27 - - [2026-03-19 02:51:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003788 10.0.0.41 - - [2026-03-19 02:51:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003752 10.0.0.41 - - [2026-03-19 02:51:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003404 10.0.0.27 - - [2026-03-19 02:51:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003571 10.0.0.41 - - [2026-03-19 02:51:10] "POST /neutron/port HTTP/1.1" 200 1123 0.018495 10.0.0.41 - - [2026-03-19 02:51:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008215 10.0.0.41 - - [2026-03-19 02:51:11] "POST /neutron/port HTTP/1.1" 200 1123 0.031162 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-machine/0b120d06-3a6f-4f49-84f7-e14273b10d67 HTTP/1.1" 200 1290 0.005619 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-machine/0b120d06-3a6f-4f49-84f7-e14273b10d67 HTTP/1.1" 200 1290 0.004817 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-machine-interface/b886f6a8-390e-4a48-b7bd-c37f38946d43 HTTP/1.1" 200 2944 0.006767 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-machine/0b120d06-3a6f-4f49-84f7-e14273b10d67 HTTP/1.1" 200 1290 0.006406 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-machine-interface/b886f6a8-390e-4a48-b7bd-c37f38946d43 HTTP/1.1" 200 2944 0.006824 10.0.0.41 - - [2026-03-19 02:51:11] "GET /instance-ip/34ed5f8f-c9c9-4cda-bfc8-dbff580bf193 HTTP/1.1" 200 1620 0.009913 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-machine/0b120d06-3a6f-4f49-84f7-e14273b10d67 HTTP/1.1" 200 1290 0.005310 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-machine-interface/b886f6a8-390e-4a48-b7bd-c37f38946d43 HTTP/1.1" 200 2944 0.006883 10.0.0.41 - - [2026-03-19 02:51:11] "GET /instance-ip/34ed5f8f-c9c9-4cda-bfc8-dbff580bf193 HTTP/1.1" 200 1620 0.005265 10.0.0.41 - - [2026-03-19 02:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.41 - - [2026-03-19 02:51:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003373 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002794 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006862 10.0.0.41 - - [2026-03-19 02:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.41 - - [2026-03-19 02:51:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003563 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003019 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005408 10.0.0.41 - - [2026-03-19 02:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.41 - - [2026-03-19 02:51:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004293 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003257 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005193 10.0.0.41 - - [2026-03-19 02:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.41 - - [2026-03-19 02:51:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004529 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003002 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006145 10.0.0.41 - - [2026-03-19 02:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.41 - - [2026-03-19 02:51:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003597 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003111 10.0.0.41 - - [2026-03-19 02:51:11] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005594 10.0.0.27 - - [2026-03-19 02:51:12] "GET /obj-perms HTTP/1.1" 200 5056 0.070371 10.0.0.41 - - [2026-03-19 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.41 - - [2026-03-19 02:51:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010510 10.0.0.41 - - [2026-03-19 02:51:13] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003255 10.0.0.41 - - [2026-03-19 02:51:13] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005903 10.0.0.41 - - [2026-03-19 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.41 - - [2026-03-19 02:51:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003640 10.0.0.41 - - [2026-03-19 02:51:13] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004593 10.0.0.41 - - [2026-03-19 02:51:13] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007102 10.0.0.41 - - [2026-03-19 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.41 - - [2026-03-19 02:51:13] "GET /routing-instance/fb2b8122-128b-452f-80eb-6ce9a1a4966f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.009297 10.0.0.41 - - [2026-03-19 02:51:13] "GET /route-target/61614e31-929b-4e50-8e82-62d70323c20d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005956 10.0.0.41 - - [2026-03-19 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.41 - - [2026-03-19 02:51:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003685 10.0.0.41 - - [2026-03-19 02:51:13] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002738 10.0.0.41 - - [2026-03-19 02:51:13] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005898 10.0.0.41 - - [2026-03-19 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.41 - - [2026-03-19 02:51:13] "GET /routing-instance/fb2b8122-128b-452f-80eb-6ce9a1a4966f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004365 10.0.0.41 - - [2026-03-19 02:51:13] "GET /route-target/61614e31-929b-4e50-8e82-62d70323c20d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004156 10.0.0.41 - - [2026-03-19 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.41 - - [2026-03-19 02:51:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005418 10.0.0.41 - - [2026-03-19 02:51:13] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003820 10.0.0.41 - - [2026-03-19 02:51:13] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006891 10.0.0.41 - - [2026-03-19 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.41 - - [2026-03-19 02:51:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004302 10.0.0.41 - - [2026-03-19 02:51:13] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003101 10.0.0.41 - - [2026-03-19 02:51:14] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005141 10.0.0.41 - - [2026-03-19 02:51:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004159 10.0.0.41 - - [2026-03-19 02:51:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003473 10.0.0.27 - - [2026-03-19 02:51:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003195 10.0.0.41 - - [2026-03-19 02:51:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003929 10.0.0.242 - - [2026-03-19 02:51:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003459 10.0.0.27 - - [2026-03-19 02:51:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003764 10.0.0.41 - - [2026-03-19 02:51:14] "GET /virtual-machine/a43f22dd-0760-4226-984e-0dda1501c420 HTTP/1.1" 200 1293 0.004778 10.0.0.41 - - [2026-03-19 02:51:14] "GET /virtual-machine-interface/b5575e58-72ba-4e4b-a59d-0871c3ba552e HTTP/1.1" 200 2944 0.005722 10.0.0.41 - - [2026-03-19 02:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.41 - - [2026-03-19 02:51:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003788 10.0.0.41 - - [2026-03-19 02:51:14] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003110 10.0.0.41 - - [2026-03-19 02:51:14] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005463 10.0.0.41 - - [2026-03-19 02:51:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.036060 10.0.0.41 - - [2026-03-19 02:51:15] "POST /neutron/network HTTP/1.1" 200 928 0.007514 10.0.0.41 - - [2026-03-19 02:51:15] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.41 - - [2026-03-19 02:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.41 - - [2026-03-19 02:51:15] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003283 10.0.0.41 - - [2026-03-19 02:51:15] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003325 10.0.0.41 - - [2026-03-19 02:51:15] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005933 10.0.0.41 - - [2026-03-19 02:51:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008278 10.0.0.41 - - [2026-03-19 02:51:16] "POST /neutron/port HTTP/1.1" 200 1125 0.017461 10.0.0.41 - - [2026-03-19 02:51:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005011 10.0.0.41 - - [2026-03-19 02:51:17] "POST /neutron/network HTTP/1.1" 200 996 0.007214 10.0.0.41 - - [2026-03-19 02:51:26] "POST /neutron/port HTTP/1.1" 200 1125 0.017502 10.0.0.41 - - [2026-03-19 02:51:31] "GET /virtual-machine/a42bb7c7-dc68-47f5-b8f8-7d8e0cb76a20 HTTP/1.1" 200 1293 0.006068 10.0.0.41 - - [2026-03-19 02:51:31] "GET /virtual-machine-interface/d7f980c1-3538-4a34-aef6-072a19468654 HTTP/1.1" 200 2944 0.006355 10.0.0.41 - - [2026-03-19 02:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.41 - - [2026-03-19 02:51:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004364 10.0.0.41 - - [2026-03-19 02:51:31] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003585 10.0.0.41 - - [2026-03-19 02:51:31] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005971 10.0.0.41 - - [2026-03-19 02:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.41 - - [2026-03-19 02:51:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004095 10.0.0.41 - - [2026-03-19 02:51:32] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002629 10.0.0.41 - - [2026-03-19 02:51:32] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005808 10.0.0.41 - - [2026-03-19 02:51:32] "GET /virtual-machine/0b120d06-3a6f-4f49-84f7-e14273b10d67 HTTP/1.1" 200 1290 0.004538 10.0.0.41 - - [2026-03-19 02:51:32] "GET /virtual-machine-interface/b886f6a8-390e-4a48-b7bd-c37f38946d43 HTTP/1.1" 200 2944 0.005471 10.0.0.41 - - [2026-03-19 02:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.41 - - [2026-03-19 02:51:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.012368 10.0.0.41 - - [2026-03-19 02:51:32] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002803 10.0.0.41 - - [2026-03-19 02:51:32] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006023 10.0.0.41 - - [2026-03-19 02:51:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.41 - - [2026-03-19 02:51:33] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003272 10.0.0.41 - - [2026-03-19 02:51:33] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003045 10.0.0.41 - - [2026-03-19 02:51:33] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005798 10.0.0.41 - - [2026-03-19 02:51:54] "GET /virtual-machine/0b120d06-3a6f-4f49-84f7-e14273b10d67 HTTP/1.1" 200 1290 0.004133 10.0.0.41 - - [2026-03-19 02:51:55] "POST /neutron/port HTTP/1.1" 200 1113 0.015897 10.0.0.41 - - [2026-03-19 02:51:56] "GET /virtual-machine/0b120d06-3a6f-4f49-84f7-e14273b10d67 HTTP/1.1" 404 171 0.002892 10.0.0.41 - - [2026-03-19 02:51:56] "GET /virtual-machine/0b120d06-3a6f-4f49-84f7-e14273b10d67 HTTP/1.1" 404 171 0.002370 10.0.0.41 - - [2026-03-19 02:51:56] "GET /virtual-machine/0b120d06-3a6f-4f49-84f7-e14273b10d67 HTTP/1.1" 404 171 0.002676 10.0.0.41 - - [2026-03-19 02:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.41 - - [2026-03-19 02:51:56] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003220 10.0.0.41 - - [2026-03-19 02:51:56] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002998 10.0.0.41 - - [2026-03-19 02:51:56] "GET /virtual-network/a8a9ce7d-453e-43f7-827d-be9fb84d1263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005563 10.0.0.41 - - [2026-03-19 02:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.41 - - [2026-03-19 02:51:56] "GET /routing-instance/fb2b8122-128b-452f-80eb-6ce9a1a4966f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004314 10.0.0.41 - - [2026-03-19 02:51:57] "GET /route-target/61614e31-929b-4e50-8e82-62d70323c20d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005031 10.0.0.41 - - [2026-03-19 02:52:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003498 10.0.0.27 - - [2026-03-19 02:52:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003817 10.0.0.41 - - [2026-03-19 02:52:12] "GET /obj-perms HTTP/1.1" 200 5030 0.003756 10.0.0.27 - - [2026-03-19 02:52:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004419 10.0.0.41 - - [2026-03-19 02:52:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004640 10.0.0.41 - - [2026-03-19 02:52:12] "GET /virtual-machine/a42bb7c7-dc68-47f5-b8f8-7d8e0cb76a20 HTTP/1.1" 200 1293 0.004014 10.0.0.41 - - [2026-03-19 02:52:13] "POST /neutron/port HTTP/1.1" 200 1116 0.012865 10.0.0.41 - - [2026-03-19 02:52:14] "GET /virtual-machine/a42bb7c7-dc68-47f5-b8f8-7d8e0cb76a20 HTTP/1.1" 404 171 0.003514 10.0.0.41 - - [2026-03-19 02:52:14] "GET /virtual-machine/a42bb7c7-dc68-47f5-b8f8-7d8e0cb76a20 HTTP/1.1" 404 171 0.002975 10.0.0.41 - - [2026-03-19 02:52:14] "GET /virtual-machine/a42bb7c7-dc68-47f5-b8f8-7d8e0cb76a20 HTTP/1.1" 404 171 0.002330 10.0.0.41 - - [2026-03-19 02:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.41 - - [2026-03-19 02:52:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003685 10.0.0.41 - - [2026-03-19 02:52:14] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002774 10.0.0.41 - - [2026-03-19 02:52:14] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006954 10.0.0.41 - - [2026-03-19 02:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.41 - - [2026-03-19 02:52:15] "GET /routing-instance/f2783530-971a-4e7f-b179-2b57de9e4fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004063 10.0.0.41 - - [2026-03-19 02:52:15] "GET /route-target/adddead0-a9da-4179-bb15-63f568c7b174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004142 10.0.0.27 - - [2026-03-19 02:52:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003781 10.0.0.41 - - [2026-03-19 02:52:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004470 10.0.0.27 - - [2026-03-19 02:52:27] "GET /obj-perms HTTP/1.1" 200 5030 0.004150 10.0.0.41 - - [2026-03-19 02:52:30] "GET /obj-perms HTTP/1.1" 200 5030 0.004925 10.0.0.27 - - [2026-03-19 02:52:36] "GET /obj-perms HTTP/1.1" 200 5030 0.003908 10.0.0.41 - - [2026-03-19 02:52:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003893 10.0.0.41 - - [2026-03-19 02:52:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003760 10.0.0.242 - - [2026-03-19 02:52:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003158 10.0.0.27 - - [2026-03-19 02:52:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003741 10.0.0.41 - - [2026-03-19 02:52:42] "GET /virtual-machine/a43f22dd-0760-4226-984e-0dda1501c420 HTTP/1.1" 200 1293 0.004311 10.0.0.41 - - [2026-03-19 02:52:43] "POST /neutron/port HTTP/1.1" 200 1115 0.012815 10.0.0.41 - - [2026-03-19 02:52:44] "GET /virtual-machine/a43f22dd-0760-4226-984e-0dda1501c420 HTTP/1.1" 404 171 0.003261 10.0.0.41 - - [2026-03-19 02:52:44] "GET /virtual-machine/a43f22dd-0760-4226-984e-0dda1501c420 HTTP/1.1" 404 171 0.002670 10.0.0.41 - - [2026-03-19 02:52:44] "GET /virtual-machine/a43f22dd-0760-4226-984e-0dda1501c420 HTTP/1.1" 404 171 0.002408 10.0.0.41 - - [2026-03-19 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.41 - - [2026-03-19 02:52:45] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003807 10.0.0.41 - - [2026-03-19 02:52:45] "GET /virtual-networks?parent_id=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002535 10.0.0.41 - - [2026-03-19 02:52:45] "GET /virtual-network/973228db-25e2-491e-adac-2dc9ec9a391e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005520 10.0.0.41 - - [2026-03-19 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.41 - - [2026-03-19 02:52:45] "GET /routing-instance/b8bf32f6-d25f-4832-8eb2-0950aaca88a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.003860 10.0.0.41 - - [2026-03-19 02:52:45] "GET /route-target/ab490797-53af-4928-8de8-eb8ec0ab3682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003685 10.0.0.41 - - [2026-03-19 02:52:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004216 10.0.0.27 - - [2026-03-19 02:52:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003490 10.0.0.41 - - [2026-03-19 02:53:00] "GET /obj-perms HTTP/1.1" 200 5030 0.005083 10.0.0.27 - - [2026-03-19 02:53:00] "GET /obj-perms HTTP/1.1" 200 5030 0.003946 10.0.0.41 - - [2026-03-19 02:53:09] "GET /obj-perms HTTP/1.1" 200 5030 0.003612 10.0.0.27 - - [2026-03-19 02:53:10] "GET /obj-perms HTTP/1.1" 200 5030 0.004014 10.0.0.41 - - [2026-03-19 02:53:13] "GET /obj-perms HTTP/1.1" 200 5030 0.004227 10.0.0.41 - - [2026-03-19 02:53:13] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006711 10.0.0.27 - - [2026-03-19 02:53:13] "GET /obj-perms HTTP/1.1" 200 5056 0.092815 10.0.0.41 - - [2026-03-19 02:53:13] "POST /neutron/network HTTP/1.1" 200 826 0.088114 10.0.0.41 - - [2026-03-19 02:53:13] "GET /virtual-network/f599b983-9d72-42d9-af6f-eb7a10eddafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005143 10.0.0.41 - - [2026-03-19 02:53:13] "POST /ref-update HTTP/1.1" 200 156 0.049628 10.0.0.41 - - [2026-03-19 02:53:13] "POST /ref-update HTTP/1.1" 200 156 0.053646 10.0.0.41 - - [2026-03-19 02:53:13] "DELETE /network-policy/450120e4-491a-4465-ac50-06828bcc6c83 HTTP/1.1" 200 115 0.052334 10.0.0.41 - - [2026-03-19 02:53:13] "DELETE /network-policy/18bd932a-3253-47d3-bcbe-8958d9bb463a HTTP/1.1" 200 115 0.037069 10.0.0.27 - - [2026-03-19 02:53:13] "POST /ref-update HTTP/1.1" 200 156 0.076297 10.0.0.41 - - [2026-03-19 02:53:13] "DELETE /network-policy/942c3eee-50b8-4de4-a63c-5c4338435ea0 HTTP/1.1" 200 115 0.058225 10.0.0.27 - - [2026-03-19 02:53:14] "POST /useragent-kv HTTP/1.1" 200 115 0.035058 10.0.0.27 - - [2026-03-19 02:53:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002210 10.0.0.41 - - [2026-03-19 02:53:14] "POST /neutron/network HTTP/1.1" 200 151 0.134603 10.0.0.27 - - [2026-03-19 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.27 - - [2026-03-19 02:53:14] "DELETE /route-target/adddead0-a9da-4179-bb15-63f568c7b174 HTTP/1.1" 200 115 0.054980 10.0.0.41 - - [2026-03-19 02:53:14] "POST /neutron/network HTTP/1.1" 200 825 0.008337 10.0.0.41 - - [2026-03-19 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.41 - - [2026-03-19 02:53:15] "DELETE /network-ipam/9cee40fa-c1f4-4e9c-8c94-c8f01cefac28 HTTP/1.1" 200 115 0.036361 10.0.0.41 - - [2026-03-19 02:53:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.003944 10.0.0.41 - - [2026-03-19 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.41 - - [2026-03-19 02:53:15] "DELETE /network-ipam/2ca84596-7db9-4f7a-9c19-819eda6a3c8f HTTP/1.1" 200 115 0.038805 10.0.0.41 - - [2026-03-19 02:53:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.002996 10.0.0.41 - - [2026-03-19 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.41 - - [2026-03-19 02:53:15] "DELETE /network-ipam/60d65511-e369-4334-a529-abff0b87ea25 HTTP/1.1" 200 115 0.036417 10.0.0.41 - - [2026-03-19 02:53:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.014487 10.0.0.27 - - [2026-03-19 02:53:16] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001275 10.0.0.41 - - [2026-03-19 02:53:16] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.076398 10.0.0.27 - - [2026-03-19 02:53:16] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.41 - - [2026-03-19 02:53:17] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?fields=virtual_networks HTTP/1.1" 200 1030 0.045513 10.0.0.27 - - [2026-03-19 02:53:17] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.41 - - [2026-03-19 02:53:17] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.043413 10.0.0.27 - - [2026-03-19 02:53:17] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.41 - - [2026-03-19 02:53:17] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?fields=security_groups HTTP/1.1" 200 1256 0.050247 10.0.0.41 - - [2026-03-19 02:53:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.026453 10.0.0.27 - - [2026-03-19 02:53:18] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002860 10.0.0.27 - - [2026-03-19 02:53:18] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.27 - - [2026-03-19 02:53:18] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037978 10.0.0.27 - - [2026-03-19 02:53:18] "POST /id-to-fqname HTTP/1.1" 200 196 0.006612 10.0.0.27 - - [2026-03-19 02:53:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.003138 10.0.0.27 - - [2026-03-19 02:53:18] "POST /security-groups HTTP/1.1" 200 597 0.074117 10.0.0.27 - - [2026-03-19 02:53:18] "POST /fqname-to-id HTTP/1.1" 404 240 0.004382 10.0.0.27 - - [2026-03-19 02:53:18] "POST /projects HTTP/1.1" 200 597 0.311618 10.0.0.27 - - [2026-03-19 02:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.382685 10.0.0.27 - - [2026-03-19 02:53:18] "POST /access-control-lists HTTP/1.1" 200 600 0.028815 10.0.0.41 - - [2026-03-19 02:53:18] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.550092 10.0.0.41 - - [2026-03-19 02:53:19] "GET / HTTP/1.1" 200 35931 0.003062 10.0.0.41 - - [2026-03-19 02:53:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000474 10.0.0.41 - - [2026-03-19 02:53:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.065489 10.0.0.41 - - [2026-03-19 02:53:23] "POST /network-ipams HTTP/1.1" 200 519 0.025584 10.0.0.41 - - [2026-03-19 02:53:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003431 10.0.0.41 - - [2026-03-19 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.41 - - [2026-03-19 02:53:23] "GET /network-ipam/aa79aacf-785d-418a-b210-3b55e91ca370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.005724 10.0.0.41 - - [2026-03-19 02:53:23] "PUT /network-ipam/aa79aacf-785d-418a-b210-3b55e91ca370 HTTP/1.1" 200 258 0.013430 10.0.0.41 - - [2026-03-19 02:53:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003000 10.0.0.41 - - [2026-03-19 02:53:23] "POST /network-ipams HTTP/1.1" 200 519 0.028890 10.0.0.41 - - [2026-03-19 02:53:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003301 10.0.0.41 - - [2026-03-19 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.41 - - [2026-03-19 02:53:23] "GET /network-ipam/5e84c370-0bec-432c-9d28-39c4352fa45d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.006108 10.0.0.41 - - [2026-03-19 02:53:23] "PUT /network-ipam/5e84c370-0bec-432c-9d28-39c4352fa45d HTTP/1.1" 200 258 0.013554 10.0.0.41 - - [2026-03-19 02:53:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003505 10.0.0.41 - - [2026-03-19 02:53:23] "POST /network-ipams HTTP/1.1" 200 519 0.029355 10.0.0.41 - - [2026-03-19 02:53:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003032 10.0.0.41 - - [2026-03-19 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.41 - - [2026-03-19 02:53:24] "GET /network-ipam/6bafb790-b091-4a63-b873-acadfc833ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.005595 10.0.0.41 - - [2026-03-19 02:53:24] "PUT /network-ipam/6bafb790-b091-4a63-b873-acadfc833ff7 HTTP/1.1" 200 258 0.013157 10.0.0.41 - - [2026-03-19 02:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.27 - - [2026-03-19 02:53:24] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000825 10.0.0.41 - - [2026-03-19 02:53:24] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.045126 10.0.0.27 - - [2026-03-19 02:53:25] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001359 10.0.0.41 - - [2026-03-19 02:53:25] "POST /neutron/network HTTP/1.1" 200 613 0.182933 10.0.0.41 - - [2026-03-19 02:53:25] "POST /neutron/network HTTP/1.1" 200 1013 0.011674 10.0.0.41 - - [2026-03-19 02:53:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001097 10.0.0.41 - - [2026-03-19 02:53:25] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005026 10.0.0.41 - - [2026-03-19 02:53:25] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005803 10.0.0.41 - - [2026-03-19 02:53:26] "POST /neutron/subnet HTTP/1.1" 200 730 0.013955 10.0.0.41 - - [2026-03-19 02:53:26] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005807 10.0.0.41 - - [2026-03-19 02:53:26] "GET /network-ipam/aa79aacf-785d-418a-b210-3b55e91ca370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.003986 10.0.0.41 - - [2026-03-19 02:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002 10.0.0.27 - - [2026-03-19 02:53:26] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000925 10.0.0.41 - - [2026-03-19 02:53:26] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038528 10.0.0.41 - - [2026-03-19 02:53:26] "POST /neutron/network HTTP/1.1" 200 117 0.014389 10.0.0.27 - - [2026-03-19 02:53:26] "POST /route-targets HTTP/1.1" 200 327 0.011312 10.0.0.27 - - [2026-03-19 02:53:26] "POST /useragent-kv HTTP/1.1" 200 115 0.010003 10.0.0.41 - - [2026-03-19 02:53:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.253958 10.0.0.27 - - [2026-03-19 02:53:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.078500 10.0.0.41 - - [2026-03-19 02:53:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001141 10.0.0.41 - - [2026-03-19 02:53:27] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006924 10.0.0.41 - - [2026-03-19 02:53:27] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005239 10.0.0.41 - - [2026-03-19 02:53:27] "POST /neutron/network HTTP/1.1" 200 1012 0.011480 10.0.0.41 - - [2026-03-19 02:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006498 10.0.0.27 - - [2026-03-19 02:53:27] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000925 10.0.0.41 - - [2026-03-19 02:53:27] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047873 10.0.0.41 - - [2026-03-19 02:53:27] "POST /neutron/network HTTP/1.1" 200 117 0.013007 10.0.0.27 - - [2026-03-19 02:53:27] "POST /ref-update HTTP/1.1" 200 156 0.024211 10.0.0.27 - - [2026-03-19 02:53:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010727 10.0.0.41 - - [2026-03-19 02:53:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.219158 10.0.0.41 - - [2026-03-19 02:53:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001132 10.0.0.41 - - [2026-03-19 02:53:28] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004958 10.0.0.41 - - [2026-03-19 02:53:28] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006799 10.0.0.41 - - [2026-03-19 02:53:28] "POST /neutron/network HTTP/1.1" 200 1011 0.008218 10.0.0.41 - - [2026-03-19 02:53:28] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006359 10.0.0.41 - - [2026-03-19 02:53:30] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.010294 10.0.0.41 - - [2026-03-19 02:53:30] "GET /obj-perms HTTP/1.1" 200 5042 0.055051 10.0.0.242 - - [2026-03-19 02:53:30] "GET /obj-perms HTTP/1.1" 200 5042 0.057905 10.0.0.41 - - [2026-03-19 02:53:30] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005168 10.0.0.27 - - [2026-03-19 02:53:31] "GET /obj-perms HTTP/1.1" 200 5042 0.057825 10.0.0.41 - - [2026-03-19 02:53:31] "POST /fqname-to-id HTTP/1.1" 404 224 0.003758 10.0.0.41 - - [2026-03-19 02:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.27 - - [2026-03-19 02:53:31] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001201 10.0.0.41 - - [2026-03-19 02:53:31] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043848 10.0.0.41 - - [2026-03-19 02:53:31] "POST /network-policys HTTP/1.1" 200 559 0.028286 10.0.0.41 - - [2026-03-19 02:53:31] "GET /network-policy/5e843139-e368-4b03-b319-e4c9ee23e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.007521 10.0.0.41 - - [2026-03-19 02:53:31] "POST /fqname-to-id HTTP/1.1" 404 224 0.002441 10.0.0.41 - - [2026-03-19 02:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.27 - - [2026-03-19 02:53:31] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000890 10.0.0.41 - - [2026-03-19 02:53:31] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048154 10.0.0.41 - - [2026-03-19 02:53:31] "POST /network-policys HTTP/1.1" 200 559 0.027772 10.0.0.41 - - [2026-03-19 02:53:31] "GET /network-policy/787e04f5-e013-4a81-a93a-109148d4f38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.005733 10.0.0.41 - - [2026-03-19 02:53:31] "POST /fqname-to-id HTTP/1.1" 404 224 0.002887 10.0.0.41 - - [2026-03-19 02:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.27 - - [2026-03-19 02:53:31] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000889 10.0.0.41 - - [2026-03-19 02:53:31] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043168 10.0.0.41 - - [2026-03-19 02:53:31] "POST /network-policys HTTP/1.1" 200 559 0.026709 10.0.0.41 - - [2026-03-19 02:53:31] "GET /network-policy/072453b9-780e-4e3a-b212-3b6eab372b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3094 0.005497 10.0.0.41 - - [2026-03-19 02:53:32] "POST /neutron/network HTTP/1.1" 200 1013 0.008448 10.0.0.41 - - [2026-03-19 02:53:32] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007293 10.0.0.41 - - [2026-03-19 02:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.020159 10.0.0.41 - - [2026-03-19 02:53:32] "GET /network-policy/5e843139-e368-4b03-b319-e4c9ee23e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.004071 10.0.0.41 - - [2026-03-19 02:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.41 - - [2026-03-19 02:53:32] "GET /network-policy/787e04f5-e013-4a81-a93a-109148d4f38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.003755 10.0.0.41 - - [2026-03-19 02:53:32] "POST /neutron/network HTTP/1.1" 200 1012 0.008440 10.0.0.27 - - [2026-03-19 02:53:32] "POST /fqname-to-id HTTP/1.1" 404 242 0.002733 10.0.0.27 - - [2026-03-19 02:53:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.011777 10.0.0.41 - - [2026-03-19 02:53:32] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.010968 10.0.0.41 - - [2026-03-19 02:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007336 10.0.0.41 - - [2026-03-19 02:53:32] "GET /network-policy/072453b9-780e-4e3a-b212-3b6eab372b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3094 0.004385 10.0.0.41 - - [2026-03-19 02:53:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001020 10.0.0.41 - - [2026-03-19 02:53:32] "POST /neutron/network HTTP/1.1" 200 1207 0.007037 10.0.0.27 - - [2026-03-19 02:53:33] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001019 10.0.0.41 - - [2026-03-19 02:53:33] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.064244 10.0.0.41 - - [2026-03-19 02:53:33] "POST /neutron/port HTTP/1.1" 200 117 0.009579 10.0.0.41 - - [2026-03-19 02:53:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001825 10.0.0.41 - - [2026-03-19 02:53:34] "POST /neutron/network HTTP/1.1" 200 1207 0.007233 10.0.0.27 - - [2026-03-19 02:53:34] "PUT /access-control-list/ea985acc-7f3d-4051-bd5d-b1ed0ef5635a HTTP/1.1" 200 272 0.016169 10.0.0.27 - - [2026-03-19 02:53:34] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000929 10.0.0.41 - - [2026-03-19 02:53:34] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.067242 10.0.0.41 - - [2026-03-19 02:53:35] "POST /neutron/network HTTP/1.1" 200 1110 0.032886 10.0.0.41 - - [2026-03-19 02:53:35] "POST /neutron/port HTTP/1.1" 200 1236 0.034115 10.0.0.41 - - [2026-03-19 02:53:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.052010 10.0.0.41 - - [2026-03-19 02:53:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001383 10.0.0.41 - - [2026-03-19 02:53:35] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013021 10.0.0.41 - - [2026-03-19 02:53:35] "POST /neutron/port HTTP/1.1" 200 1236 0.018268 10.0.0.41 - - [2026-03-19 02:53:35] "POST /neutron/network HTTP/1.1" 200 1021 0.006871 10.0.0.41 - - [2026-03-19 02:53:36] "POST /neutron/port HTTP/1.1" 200 1171 0.024186 10.0.0.41 - - [2026-03-19 02:53:36] "POST /neutron/port HTTP/1.1" 200 1235 0.020766 10.0.0.41 - - [2026-03-19 02:53:36] "POST /neutron/subnet HTTP/1.1" 200 1375 0.024102 10.0.0.41 - - [2026-03-19 02:53:36] "POST /neutron/network HTTP/1.1" 200 1110 0.008342 10.0.0.27 - - [2026-03-19 02:53:36] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000935 10.0.0.41 - - [2026-03-19 02:53:36] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.081316 10.0.0.41 - - [2026-03-19 02:53:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.018049 10.0.0.41 - - [2026-03-19 02:53:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007594 10.0.0.41 - - [2026-03-19 02:53:37] "POST /neutron/port HTTP/1.1" 200 1236 0.015779 10.0.0.41 - - [2026-03-19 02:53:37] "POST /neutron/port HTTP/1.1" 200 1236 0.016932 10.0.0.41 - - [2026-03-19 02:53:37] "GET /virtual-machine/f221d993-4d8f-46cb-a085-a676562f573a HTTP/1.1" 401 292 0.000401 10.0.0.41 - - [2026-03-19 02:53:37] "POST /neutron/port HTTP/1.1" 200 1170 0.019500 10.0.0.41 - - [2026-03-19 02:53:37] "GET /virtual-machine/f221d993-4d8f-46cb-a085-a676562f573a HTTP/1.1" 200 1299 0.068132 10.0.0.41 - - [2026-03-19 02:53:37] "GET /virtual-machine/f221d993-4d8f-46cb-a085-a676562f573a HTTP/1.1" 200 1299 0.003719 10.0.0.41 - - [2026-03-19 02:53:37] "GET /virtual-machine-interface/e6c394b8-0464-4f09-b31c-20b02bef006e HTTP/1.1" 200 3168 0.004498 10.0.0.41 - - [2026-03-19 02:53:37] "GET /virtual-machine/f221d993-4d8f-46cb-a085-a676562f573a HTTP/1.1" 200 1299 0.003202 10.0.0.41 - - [2026-03-19 02:53:37] "GET /virtual-machine-interface/e6c394b8-0464-4f09-b31c-20b02bef006e HTTP/1.1" 200 3168 0.004754 10.0.0.41 - - [2026-03-19 02:53:37] "GET /instance-ip/28a4b206-b87f-4bdf-9c33-4e40d62d32d0 HTTP/1.1" 200 1634 0.005362 10.0.0.41 - - [2026-03-19 02:53:37] "GET /instance-ip/55f19138-f4e6-43a5-96bb-67893305ac54 HTTP/1.1" 200 1651 0.005836 10.0.0.41 - - [2026-03-19 02:53:37] "GET /virtual-machine/f221d993-4d8f-46cb-a085-a676562f573a HTTP/1.1" 200 1299 0.003203 10.0.0.41 - - [2026-03-19 02:53:37] "POST /neutron/port HTTP/1.1" 200 1234 0.020231 10.0.0.41 - - [2026-03-19 02:53:37] "GET /virtual-machine-interface/e6c394b8-0464-4f09-b31c-20b02bef006e HTTP/1.1" 200 3168 0.004918 10.0.0.41 - - [2026-03-19 02:53:37] "GET /instance-ip/28a4b206-b87f-4bdf-9c33-4e40d62d32d0 HTTP/1.1" 200 1634 0.003885 10.0.0.41 - - [2026-03-19 02:53:37] "GET /instance-ip/55f19138-f4e6-43a5-96bb-67893305ac54 HTTP/1.1" 200 1651 0.003973 10.0.0.41 - - [2026-03-19 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.41 - - [2026-03-19 02:53:38] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012705 10.0.0.41 - - [2026-03-19 02:53:38] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002861 10.0.0.41 - - [2026-03-19 02:53:38] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002491 10.0.0.41 - - [2026-03-19 02:53:38] "POST /neutron/network HTTP/1.1" 200 1011 0.012474 10.0.0.41 - - [2026-03-19 02:53:38] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.014905 10.0.0.41 - - [2026-03-19 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.41 - - [2026-03-19 02:53:38] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003201 10.0.0.41 - - [2026-03-19 02:53:38] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003077 10.0.0.41 - - [2026-03-19 02:53:38] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005320 10.0.0.41 - - [2026-03-19 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.41 - - [2026-03-19 02:53:38] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003847 10.0.0.41 - - [2026-03-19 02:53:38] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003274 10.0.0.41 - - [2026-03-19 02:53:38] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005094 10.0.0.41 - - [2026-03-19 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.41 - - [2026-03-19 02:53:38] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003326 10.0.0.41 - - [2026-03-19 02:53:38] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002252 10.0.0.41 - - [2026-03-19 02:53:38] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.008107 10.0.0.41 - - [2026-03-19 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.41 - - [2026-03-19 02:53:38] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003724 10.0.0.41 - - [2026-03-19 02:53:38] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003084 10.0.0.41 - - [2026-03-19 02:53:38] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006000 10.0.0.41 - - [2026-03-19 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.41 - - [2026-03-19 02:53:41] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005069 10.0.0.41 - - [2026-03-19 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.41 - - [2026-03-19 02:53:45] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006506 10.0.0.41 - - [2026-03-19 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.41 - - [2026-03-19 02:53:49] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005185 10.0.0.27 - - [2026-03-19 02:53:51] "DELETE /project/f85afc110d07402e82b161d8721cafe5 HTTP/1.1" 404 173 0.004026 10.0.0.27 - - [2026-03-19 02:53:51] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.27 - - [2026-03-19 02:53:51] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.039300 10.0.0.27 - - [2026-03-19 02:53:51] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000864 10.0.0.27 - - [2026-03-19 02:53:51] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?fields=security_groups HTTP/1.1" 200 1361 0.040614 10.0.0.27 - - [2026-03-19 02:53:51] "DELETE /security-group/04e0b803-e904-4be7-99b3-db64e5796e1b HTTP/1.1" 200 115 0.052409 10.0.0.27 - - [2026-03-19 02:53:51] "GET /projects?obj_uuids=33d32817-c000-4f6c-84a4-9be12ee8ab43&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.27 - - [2026-03-19 02:53:51] "GET /project/33d32817-c000-4f6c-84a4-9be12ee8ab43?fields=application_policy_sets HTTP/1.1" 200 1400 0.056009 10.0.0.27 - - [2026-03-19 02:53:51] "DELETE /access-control-list/60a5c740-cf26-493d-9e75-cf09c25737bd HTTP/1.1" 200 115 0.057690 10.0.0.27 - - [2026-03-19 02:53:51] "DELETE /project/33d32817-c000-4f6c-84a4-9be12ee8ab43 HTTP/1.1" 200 115 0.398324 10.0.0.27 - - [2026-03-19 02:53:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.27 - - [2026-03-19 02:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.41 - - [2026-03-19 02:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.41 - - [2026-03-19 02:53:54] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005129 10.0.0.242 - - [2026-03-19 02:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.242 - - [2026-03-19 02:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2026-03-19 02:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2026-03-19 02:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.242 - - [2026-03-19 02:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.242 - - [2026-03-19 02:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.41 - - [2026-03-19 02:53:55] "GET /global-system-configs HTTP/1.1" 401 292 0.002079 10.0.0.41 - - [2026-03-19 02:53:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2026-03-19 02:53:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.41 - - [2026-03-19 02:53:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.41 - - [2026-03-19 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.41 - - [2026-03-19 02:53:58] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005609 10.0.0.41 - - [2026-03-19 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.41 - - [2026-03-19 02:54:02] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.004659 10.0.0.41 - - [2026-03-19 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.41 - - [2026-03-19 02:54:06] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005532 10.0.0.41 - - [2026-03-19 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.41 - - [2026-03-19 02:54:10] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005696 10.0.0.41 - - [2026-03-19 02:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.41 - - [2026-03-19 02:54:14] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005183 10.0.0.41 - - [2026-03-19 02:54:18] "POST /neutron/network HTTP/1.1" 200 1207 0.007504 10.0.0.41 - - [2026-03-19 02:54:18] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014499 10.0.0.41 - - [2026-03-19 02:54:18] "POST /neutron/network HTTP/1.1" 200 1197 0.009709 10.0.0.41 - - [2026-03-19 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.41 - - [2026-03-19 02:54:18] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007787 10.0.0.41 - - [2026-03-19 02:54:20] "POST /neutron/network HTTP/1.1" 200 1120 0.007927 10.0.0.41 - - [2026-03-19 02:54:20] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013480 10.0.0.41 - - [2026-03-19 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.41 - - [2026-03-19 02:54:20] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003486 10.0.0.41 - - [2026-03-19 02:54:20] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003116 10.0.0.41 - - [2026-03-19 02:54:20] "POST /neutron/network HTTP/1.1" 200 1110 0.010012 10.0.0.41 - - [2026-03-19 02:54:20] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006867 10.0.0.41 - - [2026-03-19 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.41 - - [2026-03-19 02:54:21] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004308 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004170 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005863 10.0.0.41 - - [2026-03-19 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.41 - - [2026-03-19 02:54:21] "GET /routing-instance/484f4e12-36bb-45a2-9ca6-dfe5b56c32e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.006064 10.0.0.41 - - [2026-03-19 02:54:21] "GET /route-target/85e1ad07-315f-4b0a-9852-40b220b71fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003878 10.0.0.41 - - [2026-03-19 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.41 - - [2026-03-19 02:54:21] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003468 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003288 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005837 10.0.0.41 - - [2026-03-19 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.41 - - [2026-03-19 02:54:21] "GET /routing-instance/484f4e12-36bb-45a2-9ca6-dfe5b56c32e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004524 10.0.0.41 - - [2026-03-19 02:54:21] "GET /route-target/85e1ad07-315f-4b0a-9852-40b220b71fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003673 10.0.0.41 - - [2026-03-19 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.41 - - [2026-03-19 02:54:21] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004578 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003050 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006756 10.0.0.41 - - [2026-03-19 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.41 - - [2026-03-19 02:54:21] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003894 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003324 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006409 10.0.0.41 - - [2026-03-19 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.41 - - [2026-03-19 02:54:21] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003702 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003721 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005688 10.0.0.41 - - [2026-03-19 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.41 - - [2026-03-19 02:54:21] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003918 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003323 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005127 10.0.0.41 - - [2026-03-19 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.41 - - [2026-03-19 02:54:21] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003932 10.0.0.41 - - [2026-03-19 02:54:21] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002674 10.0.0.41 - - [2026-03-19 02:54:22] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005755 10.0.0.41 - - [2026-03-19 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.41 - - [2026-03-19 02:54:22] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003963 10.0.0.41 - - [2026-03-19 02:54:22] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003197 10.0.0.41 - - [2026-03-19 02:54:22] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005337 10.0.0.41 - - [2026-03-19 02:54:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003710 10.0.0.27 - - [2026-03-19 02:54:22] "GET /obj-perms HTTP/1.1" 200 5042 0.004366 10.0.0.41 - - [2026-03-19 02:54:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003516 10.0.0.27 - - [2026-03-19 02:54:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003342 10.0.0.41 - - [2026-03-19 02:54:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003557 10.0.0.242 - - [2026-03-19 02:54:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003498 10.0.0.41 - - [2026-03-19 02:54:22] "POST /neutron/port HTTP/1.1" 200 1235 0.017104 10.0.0.41 - - [2026-03-19 02:54:22] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007786 10.0.0.41 - - [2026-03-19 02:54:22] "GET /virtual-machine/7861cf14-783b-485a-ab1a-5e29eca8e815 HTTP/1.1" 200 1298 0.006221 10.0.0.41 - - [2026-03-19 02:54:22] "GET /virtual-machine/7861cf14-783b-485a-ab1a-5e29eca8e815 HTTP/1.1" 200 1298 0.003131 10.0.0.41 - - [2026-03-19 02:54:22] "GET /virtual-machine-interface/ee1826b4-6b55-46df-9f7f-dc3d41e7e542 HTTP/1.1" 200 3168 0.004887 10.0.0.41 - - [2026-03-19 02:54:22] "GET /virtual-machine/7861cf14-783b-485a-ab1a-5e29eca8e815 HTTP/1.1" 200 1298 0.003721 10.0.0.41 - - [2026-03-19 02:54:22] "GET /virtual-machine-interface/ee1826b4-6b55-46df-9f7f-dc3d41e7e542 HTTP/1.1" 200 3168 0.009434 10.0.0.41 - - [2026-03-19 02:54:22] "GET /instance-ip/1b131dc6-eca4-48d2-bedd-0dd51ed28154 HTTP/1.1" 200 1653 0.006253 10.0.0.41 - - [2026-03-19 02:54:22] "GET /instance-ip/8b154c54-3ad6-4cc8-a710-c37baec13909 HTTP/1.1" 200 1632 0.005549 10.0.0.41 - - [2026-03-19 02:54:22] "GET /virtual-machine/7861cf14-783b-485a-ab1a-5e29eca8e815 HTTP/1.1" 200 1298 0.003588 10.0.0.41 - - [2026-03-19 02:54:22] "GET /virtual-machine-interface/ee1826b4-6b55-46df-9f7f-dc3d41e7e542 HTTP/1.1" 200 3168 0.005623 10.0.0.41 - - [2026-03-19 02:54:22] "GET /instance-ip/1b131dc6-eca4-48d2-bedd-0dd51ed28154 HTTP/1.1" 200 1653 0.004370 10.0.0.41 - - [2026-03-19 02:54:22] "GET /instance-ip/8b154c54-3ad6-4cc8-a710-c37baec13909 HTTP/1.1" 200 1632 0.004133 10.0.0.41 - - [2026-03-19 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.41 - - [2026-03-19 02:54:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004217 10.0.0.41 - - [2026-03-19 02:54:23] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003101 10.0.0.41 - - [2026-03-19 02:54:23] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006566 10.0.0.41 - - [2026-03-19 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.41 - - [2026-03-19 02:54:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004995 10.0.0.41 - - [2026-03-19 02:54:23] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002946 10.0.0.41 - - [2026-03-19 02:54:23] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005887 10.0.0.41 - - [2026-03-19 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.41 - - [2026-03-19 02:54:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003625 10.0.0.41 - - [2026-03-19 02:54:23] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003354 10.0.0.41 - - [2026-03-19 02:54:23] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005722 10.0.0.41 - - [2026-03-19 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.41 - - [2026-03-19 02:54:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003902 10.0.0.41 - - [2026-03-19 02:54:23] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002789 10.0.0.41 - - [2026-03-19 02:54:23] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005142 10.0.0.41 - - [2026-03-19 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.41 - - [2026-03-19 02:54:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003854 10.0.0.41 - - [2026-03-19 02:54:23] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002718 10.0.0.41 - - [2026-03-19 02:54:23] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005652 10.0.0.41 - - [2026-03-19 02:54:24] "POST /neutron/port HTTP/1.1" 200 1235 0.017269 10.0.0.41 - - [2026-03-19 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.41 - - [2026-03-19 02:54:24] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004565 10.0.0.41 - - [2026-03-19 02:54:24] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002568 10.0.0.41 - - [2026-03-19 02:54:24] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.007046 10.0.0.41 - - [2026-03-19 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.41 - - [2026-03-19 02:54:25] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004376 10.0.0.41 - - [2026-03-19 02:54:25] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003719 10.0.0.41 - - [2026-03-19 02:54:25] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005330 10.0.0.41 - - [2026-03-19 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.41 - - [2026-03-19 02:54:25] "GET /routing-instance/2a2067a0-4204-4612-8e10-ce2032e218e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004962 10.0.0.41 - - [2026-03-19 02:54:25] "GET /route-target/573a7bd5-9d46-4528-828d-f2da2d48d07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003399 10.0.0.41 - - [2026-03-19 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.41 - - [2026-03-19 02:54:25] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003304 10.0.0.41 - - [2026-03-19 02:54:25] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002516 10.0.0.41 - - [2026-03-19 02:54:25] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.012944 10.0.0.41 - - [2026-03-19 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.014737 10.0.0.41 - - [2026-03-19 02:54:25] "GET /routing-instance/2a2067a0-4204-4612-8e10-ce2032e218e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004767 10.0.0.41 - - [2026-03-19 02:54:25] "GET /route-target/573a7bd5-9d46-4528-828d-f2da2d48d07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003891 10.0.0.41 - - [2026-03-19 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.41 - - [2026-03-19 02:54:25] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.017740 10.0.0.41 - - [2026-03-19 02:54:25] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003299 10.0.0.41 - - [2026-03-19 02:54:25] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.007586 10.0.0.41 - - [2026-03-19 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.41 - - [2026-03-19 02:54:25] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004146 10.0.0.41 - - [2026-03-19 02:54:25] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003159 10.0.0.41 - - [2026-03-19 02:54:25] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005441 10.0.0.41 - - [2026-03-19 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.41 - - [2026-03-19 02:54:25] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005227 10.0.0.41 - - [2026-03-19 02:54:25] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002922 10.0.0.41 - - [2026-03-19 02:54:25] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005167 10.0.0.41 - - [2026-03-19 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.41 - - [2026-03-19 02:54:25] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003903 10.0.0.41 - - [2026-03-19 02:54:25] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003073 10.0.0.41 - - [2026-03-19 02:54:25] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005860 10.0.0.41 - - [2026-03-19 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.41 - - [2026-03-19 02:54:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004015 10.0.0.41 - - [2026-03-19 02:54:26] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003939 10.0.0.41 - - [2026-03-19 02:54:26] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005262 10.0.0.41 - - [2026-03-19 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.41 - - [2026-03-19 02:54:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004081 10.0.0.41 - - [2026-03-19 02:54:26] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003131 10.0.0.41 - - [2026-03-19 02:54:26] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005594 10.0.0.41 - - [2026-03-19 02:54:26] "GET /obj-perms HTTP/1.1" 200 5042 0.003483 10.0.0.27 - - [2026-03-19 02:54:26] "GET /obj-perms HTTP/1.1" 200 5042 0.003646 10.0.0.41 - - [2026-03-19 02:54:26] "GET /obj-perms HTTP/1.1" 200 5042 0.003565 10.0.0.27 - - [2026-03-19 02:54:26] "GET /obj-perms HTTP/1.1" 200 5042 0.003675 10.0.0.41 - - [2026-03-19 02:54:26] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009402 10.0.0.41 - - [2026-03-19 02:54:26] "POST /neutron/port HTTP/1.1" 200 1234 0.017973 10.0.0.41 - - [2026-03-19 02:54:27] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008259 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-machine/37055a2b-3885-4249-9de7-1888a6fb3d35 HTTP/1.1" 200 1298 0.007637 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-machine/37055a2b-3885-4249-9de7-1888a6fb3d35 HTTP/1.1" 200 1298 0.004219 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-machine-interface/757b996b-61d6-411a-a4f6-4a297d517966 HTTP/1.1" 200 3167 0.004954 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-machine/37055a2b-3885-4249-9de7-1888a6fb3d35 HTTP/1.1" 200 1298 0.003026 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-machine-interface/757b996b-61d6-411a-a4f6-4a297d517966 HTTP/1.1" 200 3167 0.005045 10.0.0.41 - - [2026-03-19 02:54:27] "GET /instance-ip/1920465c-d419-402d-9c6e-be01de72b072 HTTP/1.1" 200 1653 0.008282 10.0.0.41 - - [2026-03-19 02:54:27] "GET /instance-ip/8301b7fb-c6a1-4496-b11f-61d611f2f9bd HTTP/1.1" 200 1630 0.005926 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-machine/37055a2b-3885-4249-9de7-1888a6fb3d35 HTTP/1.1" 200 1298 0.003544 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-machine-interface/757b996b-61d6-411a-a4f6-4a297d517966 HTTP/1.1" 200 3167 0.005440 10.0.0.41 - - [2026-03-19 02:54:27] "GET /instance-ip/1920465c-d419-402d-9c6e-be01de72b072 HTTP/1.1" 200 1653 0.003904 10.0.0.41 - - [2026-03-19 02:54:27] "GET /instance-ip/8301b7fb-c6a1-4496-b11f-61d611f2f9bd HTTP/1.1" 200 1630 0.004402 10.0.0.41 - - [2026-03-19 02:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.41 - - [2026-03-19 02:54:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003363 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002663 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006885 10.0.0.41 - - [2026-03-19 02:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.41 - - [2026-03-19 02:54:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003361 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003654 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005521 10.0.0.41 - - [2026-03-19 02:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.41 - - [2026-03-19 02:54:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010841 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006436 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005248 10.0.0.41 - - [2026-03-19 02:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.41 - - [2026-03-19 02:54:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004041 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003068 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007644 10.0.0.41 - - [2026-03-19 02:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007164 10.0.0.41 - - [2026-03-19 02:54:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.011376 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003281 10.0.0.41 - - [2026-03-19 02:54:27] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005807 10.0.0.41 - - [2026-03-19 02:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.41 - - [2026-03-19 02:54:28] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003767 10.0.0.41 - - [2026-03-19 02:54:28] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003533 10.0.0.41 - - [2026-03-19 02:54:28] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005329 10.0.0.41 - - [2026-03-19 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.41 - - [2026-03-19 02:54:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004238 10.0.0.41 - - [2026-03-19 02:54:29] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003667 10.0.0.41 - - [2026-03-19 02:54:29] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005690 10.0.0.41 - - [2026-03-19 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.41 - - [2026-03-19 02:54:29] "GET /routing-instance/b5ac54a3-62b6-45dd-a1fc-135b1667eeea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004654 10.0.0.41 - - [2026-03-19 02:54:29] "GET /route-target/240db27e-ebda-4235-8c22-16d956bd76bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004166 10.0.0.41 - - [2026-03-19 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.41 - - [2026-03-19 02:54:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006166 10.0.0.41 - - [2026-03-19 02:54:29] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003146 10.0.0.41 - - [2026-03-19 02:54:29] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005892 10.0.0.41 - - [2026-03-19 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.41 - - [2026-03-19 02:54:29] "GET /routing-instance/b5ac54a3-62b6-45dd-a1fc-135b1667eeea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004107 10.0.0.41 - - [2026-03-19 02:54:29] "GET /route-target/240db27e-ebda-4235-8c22-16d956bd76bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003938 10.0.0.41 - - [2026-03-19 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.41 - - [2026-03-19 02:54:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004922 10.0.0.41 - - [2026-03-19 02:54:29] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004238 10.0.0.41 - - [2026-03-19 02:54:29] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006428 10.0.0.41 - - [2026-03-19 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.41 - - [2026-03-19 02:54:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004753 10.0.0.41 - - [2026-03-19 02:54:29] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002949 10.0.0.41 - - [2026-03-19 02:54:29] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005481 10.0.0.41 - - [2026-03-19 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.41 - - [2026-03-19 02:54:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004547 10.0.0.41 - - [2026-03-19 02:54:29] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004543 10.0.0.41 - - [2026-03-19 02:54:29] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005980 10.0.0.41 - - [2026-03-19 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.41 - - [2026-03-19 02:54:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004576 10.0.0.41 - - [2026-03-19 02:54:29] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003170 10.0.0.41 - - [2026-03-19 02:54:30] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005579 10.0.0.41 - - [2026-03-19 02:54:30] "GET /obj-perms HTTP/1.1" 200 5042 0.004586 10.0.0.27 - - [2026-03-19 02:54:30] "GET /obj-perms HTTP/1.1" 200 5042 0.003906 10.0.0.41 - - [2026-03-19 02:54:30] "GET /obj-perms HTTP/1.1" 200 5042 0.004261 10.0.0.41 - - [2026-03-19 02:54:30] "GET /obj-perms HTTP/1.1" 200 5042 0.004281 10.0.0.27 - - [2026-03-19 02:54:30] "GET /obj-perms HTTP/1.1" 200 5042 0.003688 10.0.0.41 - - [2026-03-19 02:54:30] "GET /virtual-machine/f221d993-4d8f-46cb-a085-a676562f573a HTTP/1.1" 200 1299 0.003471 10.0.0.41 - - [2026-03-19 02:54:30] "GET /virtual-machine-interface/e6c394b8-0464-4f09-b31c-20b02bef006e HTTP/1.1" 200 3168 0.005466 10.0.0.41 - - [2026-03-19 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.41 - - [2026-03-19 02:54:30] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002973 10.0.0.41 - - [2026-03-19 02:54:30] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003819 10.0.0.41 - - [2026-03-19 02:54:30] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006048 10.0.0.41 - - [2026-03-19 02:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.41 - - [2026-03-19 02:54:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003789 10.0.0.41 - - [2026-03-19 02:54:31] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002781 10.0.0.41 - - [2026-03-19 02:54:31] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.008701 10.0.0.41 - - [2026-03-19 02:54:32] "POST /neutron/port HTTP/1.1" 200 1236 0.021914 10.0.0.41 - - [2026-03-19 02:54:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007002 10.0.0.41 - - [2026-03-19 02:54:42] "POST /neutron/port HTTP/1.1" 200 1236 0.016216 10.0.0.41 - - [2026-03-19 02:54:47] "GET /virtual-machine/7861cf14-783b-485a-ab1a-5e29eca8e815 HTTP/1.1" 200 1298 0.004458 10.0.0.41 - - [2026-03-19 02:54:47] "GET /virtual-machine-interface/ee1826b4-6b55-46df-9f7f-dc3d41e7e542 HTTP/1.1" 200 3168 0.005228 10.0.0.41 - - [2026-03-19 02:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.41 - - [2026-03-19 02:54:47] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004037 10.0.0.41 - - [2026-03-19 02:54:47] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003357 10.0.0.41 - - [2026-03-19 02:54:47] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005289 10.0.0.41 - - [2026-03-19 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.41 - - [2026-03-19 02:54:48] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003643 10.0.0.41 - - [2026-03-19 02:54:48] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002949 10.0.0.41 - - [2026-03-19 02:54:48] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006747 10.0.0.41 - - [2026-03-19 02:54:48] "GET /virtual-machine/37055a2b-3885-4249-9de7-1888a6fb3d35 HTTP/1.1" 200 1298 0.004263 10.0.0.41 - - [2026-03-19 02:54:48] "GET /virtual-machine-interface/757b996b-61d6-411a-a4f6-4a297d517966 HTTP/1.1" 200 3167 0.006651 10.0.0.41 - - [2026-03-19 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.41 - - [2026-03-19 02:54:48] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003466 10.0.0.41 - - [2026-03-19 02:54:48] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002331 10.0.0.41 - - [2026-03-19 02:54:48] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006997 10.0.0.41 - - [2026-03-19 02:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.41 - - [2026-03-19 02:54:49] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003328 10.0.0.41 - - [2026-03-19 02:54:49] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003559 10.0.0.41 - - [2026-03-19 02:54:49] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005764 10.0.0.41 - - [2026-03-19 02:55:12] "GET /virtual-machine/37055a2b-3885-4249-9de7-1888a6fb3d35 HTTP/1.1" 200 1298 0.004176 10.0.0.41 - - [2026-03-19 02:55:13] "POST /neutron/port HTTP/1.1" 200 1224 0.015506 10.0.0.41 - - [2026-03-19 02:55:14] "GET /virtual-machine/37055a2b-3885-4249-9de7-1888a6fb3d35 HTTP/1.1" 404 171 0.004378 10.0.0.41 - - [2026-03-19 02:55:14] "GET /virtual-machine/37055a2b-3885-4249-9de7-1888a6fb3d35 HTTP/1.1" 404 171 0.003566 10.0.0.41 - - [2026-03-19 02:55:14] "GET /virtual-machine/37055a2b-3885-4249-9de7-1888a6fb3d35 HTTP/1.1" 404 171 0.002740 10.0.0.41 - - [2026-03-19 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.41 - - [2026-03-19 02:55:15] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003439 10.0.0.41 - - [2026-03-19 02:55:15] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002720 10.0.0.41 - - [2026-03-19 02:55:15] "GET /virtual-network/1e3914b2-4190-41fd-89f7-213b2a6aecb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006743 10.0.0.41 - - [2026-03-19 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.41 - - [2026-03-19 02:55:15] "GET /routing-instance/b5ac54a3-62b6-45dd-a1fc-135b1667eeea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004115 10.0.0.41 - - [2026-03-19 02:55:15] "GET /route-target/240db27e-ebda-4235-8c22-16d956bd76bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004378 10.0.0.41 - - [2026-03-19 02:55:15] "GET /obj-perms HTTP/1.1" 200 5042 0.004009 10.0.0.242 - - [2026-03-19 02:55:15] "GET /obj-perms HTTP/1.1" 200 5056 0.060473 10.0.0.27 - - [2026-03-19 02:55:18] "GET /obj-perms HTTP/1.1" 200 5042 0.003868 10.0.0.41 - - [2026-03-19 02:55:22] "POST /neutron/port HTTP/1.1" 200 1235 0.040804 10.0.0.41 - - [2026-03-19 02:55:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003716 10.0.0.41 - - [2026-03-19 02:55:22] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.41 - - [2026-03-19 02:55:24] "GET /obj-perms HTTP/1.1" 200 5042 0.003898 10.0.0.27 - - [2026-03-19 02:55:27] "GET /obj-perms HTTP/1.1" 200 5042 0.004500 10.0.0.41 - - [2026-03-19 02:55:33] "GET /obj-perms HTTP/1.1" 200 5042 0.004983 10.0.0.27 - - [2026-03-19 02:55:36] "GET /obj-perms HTTP/1.1" 200 5042 0.003763 10.0.0.41 - - [2026-03-19 02:55:42] "GET /obj-perms HTTP/1.1" 200 5042 0.003547 10.0.0.27 - - [2026-03-19 02:55:42] "GET /obj-perms HTTP/1.1" 200 5042 0.003747 10.0.0.41 - - [2026-03-19 02:55:43] "GET /virtual-machine/7861cf14-783b-485a-ab1a-5e29eca8e815 HTTP/1.1" 200 1298 0.003967 10.0.0.41 - - [2026-03-19 02:55:43] "POST /neutron/port HTTP/1.1" 200 1225 0.017853 10.0.0.41 - - [2026-03-19 02:55:45] "GET /virtual-machine/7861cf14-783b-485a-ab1a-5e29eca8e815 HTTP/1.1" 404 171 0.003013 10.0.0.41 - - [2026-03-19 02:55:45] "GET /virtual-machine/7861cf14-783b-485a-ab1a-5e29eca8e815 HTTP/1.1" 404 171 0.003123 10.0.0.41 - - [2026-03-19 02:55:45] "GET /virtual-machine/7861cf14-783b-485a-ab1a-5e29eca8e815 HTTP/1.1" 404 171 0.002526 10.0.0.41 - - [2026-03-19 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.41 - - [2026-03-19 02:55:45] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004088 10.0.0.41 - - [2026-03-19 02:55:45] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003029 10.0.0.41 - - [2026-03-19 02:55:45] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005839 10.0.0.41 - - [2026-03-19 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.41 - - [2026-03-19 02:55:45] "GET /routing-instance/2a2067a0-4204-4612-8e10-ce2032e218e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004206 10.0.0.41 - - [2026-03-19 02:55:45] "GET /route-target/573a7bd5-9d46-4528-828d-f2da2d48d07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.002988 10.0.0.41 - - [2026-03-19 02:55:45] "GET /obj-perms HTTP/1.1" 200 5042 0.004469 10.0.0.27 - - [2026-03-19 02:55:51] "GET /obj-perms HTTP/1.1" 200 5042 0.003790 10.0.0.41 - - [2026-03-19 02:55:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003788 10.0.0.27 - - [2026-03-19 02:56:00] "GET /obj-perms HTTP/1.1" 200 5042 0.004493 10.0.0.41 - - [2026-03-19 02:56:03] "GET /obj-perms HTTP/1.1" 200 5042 0.003798 10.0.0.27 - - [2026-03-19 02:56:10] "GET /obj-perms HTTP/1.1" 200 5042 0.003394 10.0.0.41 - - [2026-03-19 02:56:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003850 10.0.0.41 - - [2026-03-19 02:56:13] "GET /virtual-machine/f221d993-4d8f-46cb-a085-a676562f573a HTTP/1.1" 200 1299 0.005074 10.0.0.41 - - [2026-03-19 02:56:13] "POST /neutron/port HTTP/1.1" 200 1226 0.016392 10.0.0.41 - - [2026-03-19 02:56:15] "GET /virtual-machine/f221d993-4d8f-46cb-a085-a676562f573a HTTP/1.1" 404 171 0.003068 10.0.0.41 - - [2026-03-19 02:56:15] "GET /virtual-machine/f221d993-4d8f-46cb-a085-a676562f573a HTTP/1.1" 404 171 0.003040 10.0.0.41 - - [2026-03-19 02:56:15] "GET /virtual-machine/f221d993-4d8f-46cb-a085-a676562f573a HTTP/1.1" 404 171 0.003524 10.0.0.41 - - [2026-03-19 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2026-03-19 02:56:15] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003549 10.0.0.41 - - [2026-03-19 02:56:15] "GET /virtual-networks?parent_id=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003111 10.0.0.41 - - [2026-03-19 02:56:15] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005255 10.0.0.41 - - [2026-03-19 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.41 - - [2026-03-19 02:56:15] "GET /routing-instance/484f4e12-36bb-45a2-9ca6-dfe5b56c32e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004040 10.0.0.41 - - [2026-03-19 02:56:15] "GET /route-target/85e1ad07-315f-4b0a-9852-40b220b71fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004233 10.0.0.41 - - [2026-03-19 02:56:15] "GET /obj-perms HTTP/1.1" 200 5042 0.004545 10.0.0.27 - - [2026-03-19 02:56:15] "GET /obj-perms HTTP/1.1" 200 5056 0.056180 10.0.0.41 - - [2026-03-19 02:56:21] "GET /obj-perms HTTP/1.1" 200 5042 0.003833 10.0.0.27 - - [2026-03-19 02:56:21] "GET /obj-perms HTTP/1.1" 200 5042 0.005598 10.0.0.41 - - [2026-03-19 02:56:31] "GET /obj-perms HTTP/1.1" 200 5042 0.003861 10.0.0.27 - - [2026-03-19 02:56:31] "GET /obj-perms HTTP/1.1" 200 5042 0.003757 10.0.0.41 - - [2026-03-19 02:56:40] "GET /obj-perms HTTP/1.1" 200 5042 0.004875 10.0.0.27 - - [2026-03-19 02:56:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003673 10.0.0.41 - - [2026-03-19 02:56:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003289 10.0.0.242 - - [2026-03-19 02:56:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003672 10.0.0.41 - - [2026-03-19 02:56:43] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005739 10.0.0.41 - - [2026-03-19 02:56:43] "POST /neutron/network HTTP/1.1" 200 1012 0.076425 10.0.0.41 - - [2026-03-19 02:56:43] "GET /virtual-network/b4954ea2-66fc-4cfa-80ab-246605e699e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007303 10.0.0.41 - - [2026-03-19 02:56:44] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005274 10.0.0.41 - - [2026-03-19 02:56:44] "POST /neutron/network HTTP/1.1" 200 1013 0.072427 10.0.0.27 - - [2026-03-19 02:56:44] "DELETE /access-control-list/ea985acc-7f3d-4051-bd5d-b1ed0ef5635a HTTP/1.1" 200 115 0.033002 10.0.0.41 - - [2026-03-19 02:56:44] "GET /virtual-network/219c8dca-1a3a-4e9a-99e0-fcead6864389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.013449 10.0.0.41 - - [2026-03-19 02:56:44] "DELETE /network-policy/072453b9-780e-4e3a-b212-3b6eab372b50 HTTP/1.1" 200 115 0.070615 10.0.0.41 - - [2026-03-19 02:56:44] "DELETE /network-policy/787e04f5-e013-4a81-a93a-109148d4f38d HTTP/1.1" 200 115 0.042093 10.0.0.41 - - [2026-03-19 02:56:44] "DELETE /network-policy/5e843139-e368-4b03-b319-e4c9ee23e8d5 HTTP/1.1" 200 115 0.042732 10.0.0.27 - - [2026-03-19 02:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005805 10.0.0.27 - - [2026-03-19 02:56:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004112 10.0.0.27 - - [2026-03-19 02:56:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003302 10.0.0.27 - - [2026-03-19 02:56:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002210 10.0.0.27 - - [2026-03-19 02:56:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002279 10.0.0.41 - - [2026-03-19 02:56:44] "POST /neutron/network HTTP/1.1" 200 151 0.150640 10.0.0.27 - - [2026-03-19 02:56:44] "DELETE /route-target/573a7bd5-9d46-4528-828d-f2da2d48d07d HTTP/1.1" 200 115 0.021063 10.0.0.41 - - [2026-03-19 02:56:45] "POST /neutron/network HTTP/1.1" 200 1013 0.008751 10.0.0.41 - - [2026-03-19 02:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.41 - - [2026-03-19 02:56:45] "DELETE /network-ipam/6bafb790-b091-4a63-b873-acadfc833ff7 HTTP/1.1" 200 115 0.048468 10.0.0.41 - - [2026-03-19 02:56:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.003806 10.0.0.41 - - [2026-03-19 02:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.41 - - [2026-03-19 02:56:45] "DELETE /network-ipam/5e84c370-0bec-432c-9d28-39c4352fa45d HTTP/1.1" 200 115 0.037838 10.0.0.41 - - [2026-03-19 02:56:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.003816 10.0.0.41 - - [2026-03-19 02:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.41 - - [2026-03-19 02:56:45] "DELETE /network-ipam/aa79aacf-785d-418a-b210-3b55e91ca370 HTTP/1.1" 200 115 0.038011 10.0.0.41 - - [2026-03-19 02:56:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.003833 10.0.0.27 - - [2026-03-19 02:56:48] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000944 10.0.0.41 - - [2026-03-19 02:56:48] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044019 10.0.0.27 - - [2026-03-19 02:56:48] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000913 10.0.0.41 - - [2026-03-19 02:56:48] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?fields=virtual_networks HTTP/1.1" 200 1043 0.050939 10.0.0.27 - - [2026-03-19 02:56:48] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001122 10.0.0.41 - - [2026-03-19 02:56:48] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.040837 10.0.0.27 - - [2026-03-19 02:56:48] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001251 10.0.0.41 - - [2026-03-19 02:56:48] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?fields=security_groups HTTP/1.1" 200 1275 0.047039 10.0.0.41 - - [2026-03-19 02:56:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.036192 10.0.0.27 - - [2026-03-19 02:56:49] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002903 10.0.0.27 - - [2026-03-19 02:56:49] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.27 - - [2026-03-19 02:56:49] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006564 10.0.0.27 - - [2026-03-19 02:56:49] "POST /id-to-fqname HTTP/1.1" 200 192 0.004970 10.0.0.27 - - [2026-03-19 02:56:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.004377 10.0.0.27 - - [2026-03-19 02:56:50] "POST /security-groups HTTP/1.1" 200 593 0.028082 10.0.0.27 - - [2026-03-19 02:56:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.003897 10.0.0.27 - - [2026-03-19 02:56:50] "POST /projects HTTP/1.1" 200 589 0.225540 10.0.0.27 - - [2026-03-19 02:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.264564 10.0.0.27 - - [2026-03-19 02:56:50] "POST /access-control-lists HTTP/1.1" 200 596 0.050445 10.0.0.41 - - [2026-03-19 02:56:50] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.431675 10.0.0.41 - - [2026-03-19 02:56:51] "GET / HTTP/1.1" 200 35931 0.001736 10.0.0.27 - - [2026-03-19 02:56:52] "DELETE /project/35f9f4baffb347f3b4ac544af863f2ef HTTP/1.1" 404 173 0.005430 10.0.0.27 - - [2026-03-19 02:56:52] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000796 10.0.0.27 - - [2026-03-19 02:56:52] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.048355 10.0.0.27 - - [2026-03-19 02:56:52] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001158 10.0.0.27 - - [2026-03-19 02:56:52] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?fields=security_groups HTTP/1.1" 200 1380 0.051166 10.0.0.27 - - [2026-03-19 02:56:52] "DELETE /security-group/f087829f-9c91-49ab-902e-e52ed8f27b5a HTTP/1.1" 200 115 0.063297 10.0.0.27 - - [2026-03-19 02:56:52] "GET /projects?obj_uuids=f85afc11-0d07-402e-82b1-61d8721cafe5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001384 10.0.0.27 - - [2026-03-19 02:56:52] "GET /project/f85afc11-0d07-402e-82b1-61d8721cafe5?fields=application_policy_sets HTTP/1.1" 200 1419 0.065459 10.0.0.27 - - [2026-03-19 02:56:52] "DELETE /project/f85afc11-0d07-402e-82b1-61d8721cafe5 HTTP/1.1" 200 115 0.437707 10.0.0.41 - - [2026-03-19 02:56:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.41 - - [2026-03-19 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.032260 10.0.0.27 - - [2026-03-19 02:56:53] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000877 10.0.0.41 - - [2026-03-19 02:56:53] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.039329 10.0.0.27 - - [2026-03-19 02:56:53] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000992 10.0.0.41 - - [2026-03-19 02:56:53] "POST /neutron/network HTTP/1.1" 200 607 0.185367 10.0.0.27 - - [2026-03-19 02:56:53] "POST /route-targets HTTP/1.1" 200 327 0.015243 10.0.0.41 - - [2026-03-19 02:56:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.003501 10.0.0.41 - - [2026-03-19 02:56:54] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005961 10.0.0.41 - - [2026-03-19 02:56:54] "POST /neutron/network HTTP/1.1" 200 828 0.006528 10.0.0.41 - - [2026-03-19 02:56:54] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005193 10.0.0.41 - - [2026-03-19 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.27 - - [2026-03-19 02:56:54] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000836 10.0.0.41 - - [2026-03-19 02:56:54] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.036304 10.0.0.41 - - [2026-03-19 02:56:54] "POST /neutron/network HTTP/1.1" 200 117 0.012339 10.0.0.27 - - [2026-03-19 02:56:54] "POST /ref-update HTTP/1.1" 200 156 0.024985 10.0.0.41 - - [2026-03-19 02:56:54] "POST /neutron/network HTTP/1.1" 200 825 0.008700 10.0.0.41 - - [2026-03-19 02:56:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001166 10.0.0.41 - - [2026-03-19 02:56:54] "GET /virtual-network/84a82234-6dad-4c9d-bac4-9e10163ebb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005463 10.0.0.41 - - [2026-03-19 02:56:54] "GET /virtual-network/84a82234-6dad-4c9d-bac4-9e10163ebb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006536 10.0.0.41 - - [2026-03-19 02:56:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.009720 10.0.0.41 - - [2026-03-19 02:56:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.003233 10.0.0.41 - - [2026-03-19 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.27 - - [2026-03-19 02:56:54] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000985 10.0.0.41 - - [2026-03-19 02:56:54] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046168 10.0.0.41 - - [2026-03-19 02:56:55] "POST /network-policys HTTP/1.1" 200 571 0.029247 10.0.0.41 - - [2026-03-19 02:56:55] "GET /network-policy/a0043e49-2224-4688-b9d9-44d29a77bb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005502 10.0.0.41 - - [2026-03-19 02:56:55] "POST /neutron/network HTTP/1.1" 200 930 0.012195 10.0.0.41 - - [2026-03-19 02:56:55] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005175 10.0.0.41 - - [2026-03-19 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.41 - - [2026-03-19 02:56:55] "GET /network-policy/a0043e49-2224-4688-b9d9-44d29a77bb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005386 10.0.0.27 - - [2026-03-19 02:56:55] "PUT /access-control-list/7bc60de4-3577-42ae-a826-2861ac143790 HTTP/1.1" 200 272 0.030955 10.0.0.41 - - [2026-03-19 02:56:55] "POST /neutron/network HTTP/1.1" 200 927 0.009191 10.0.0.41 - - [2026-03-19 02:56:55] "GET /virtual-network/84a82234-6dad-4c9d-bac4-9e10163ebb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005480 10.0.0.41 - - [2026-03-19 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.015457 10.0.0.27 - - [2026-03-19 02:56:55] "POST /ref-update HTTP/1.1" 200 156 0.028031 10.0.0.41 - - [2026-03-19 02:56:55] "GET /network-policy/a0043e49-2224-4688-b9d9-44d29a77bb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.007790 10.0.0.41 - - [2026-03-19 02:56:56] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007735 10.0.0.27 - - [2026-03-19 02:56:57] "GET /obj-perms HTTP/1.1" 200 5034 0.065890 10.0.0.41 - - [2026-03-19 02:56:57] "GET /virtual-network/84a82234-6dad-4c9d-bac4-9e10163ebb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005419 10.0.0.41 - - [2026-03-19 02:56:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001780 10.0.0.27 - - [2026-03-19 02:56:59] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000945 10.0.0.41 - - [2026-03-19 02:56:59] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.096248 10.0.0.41 - - [2026-03-19 02:56:59] "POST /neutron/port HTTP/1.1" 200 117 0.006847 10.0.0.41 - - [2026-03-19 02:56:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001148 10.0.0.41 - - [2026-03-19 02:56:59] "POST /neutron/network HTTP/1.1" 200 937 0.008034 10.0.0.41 - - [2026-03-19 02:57:00] "POST /neutron/port HTTP/1.1" 200 1064 0.022137 10.0.0.41 - - [2026-03-19 02:57:00] "POST /neutron/port HTTP/1.1" 200 1128 0.021826 10.0.0.27 - - [2026-03-19 02:57:00] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001123 10.0.0.41 - - [2026-03-19 02:57:00] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.101019 10.0.0.41 - - [2026-03-19 02:57:00] "POST /neutron/network HTTP/1.1" 200 927 0.006929 10.0.0.41 - - [2026-03-19 02:57:00] "POST /neutron/port HTTP/1.1" 200 1128 0.030495 10.0.0.41 - - [2026-03-19 02:57:01] "POST /neutron/port HTTP/1.1" 200 1128 0.021358 10.0.0.27 - - [2026-03-19 02:57:01] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001003 10.0.0.41 - - [2026-03-19 02:57:01] "POST /neutron/port HTTP/1.1" 200 1061 0.336454 10.0.0.41 - - [2026-03-19 02:57:02] "POST /neutron/port HTTP/1.1" 200 1115 0.126859 10.0.0.41 - - [2026-03-19 02:57:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.010969 10.0.0.41 - - [2026-03-19 02:57:06] "POST /neutron/port HTTP/1.1" 200 1128 0.016379 10.0.0.41 - - [2026-03-19 02:57:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009802 10.0.0.41 - - [2026-03-19 02:57:06] "GET /virtual-machine/3147b6c0-a75d-42b5-a139-d31d34c8b9ea HTTP/1.1" 401 292 0.000437 10.0.0.41 - - [2026-03-19 02:57:06] "GET /virtual-machine/3147b6c0-a75d-42b5-a139-d31d34c8b9ea HTTP/1.1" 200 1294 0.038297 10.0.0.41 - - [2026-03-19 02:57:06] "GET /virtual-machine-interface/243485fe-7923-47d0-9730-cab8211f24bf HTTP/1.1" 200 2950 0.006341 10.0.0.41 - - [2026-03-19 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.41 - - [2026-03-19 02:57:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003638 10.0.0.41 - - [2026-03-19 02:57:06] "GET /virtual-networks?parent_id=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003521 10.0.0.41 - - [2026-03-19 02:57:06] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.008082 10.0.0.41 - - [2026-03-19 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.41 - - [2026-03-19 02:57:10] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005486 10.0.0.41 - - [2026-03-19 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.41 - - [2026-03-19 02:57:14] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004811 10.0.0.242 - - [2026-03-19 02:57:16] "GET /obj-perms HTTP/1.1" 200 5056 0.055917 10.0.0.41 - - [2026-03-19 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.41 - - [2026-03-19 02:57:18] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005379 10.0.0.41 - - [2026-03-19 02:57:18] "POST /neutron/port HTTP/1.1" 200 1128 0.017935 10.0.0.41 - - [2026-03-19 02:57:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003974 10.0.0.41 - - [2026-03-19 02:57:19] "POST /neutron/network HTTP/1.1" 200 930 0.006807 10.0.0.41 - - [2026-03-19 02:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.41 - - [2026-03-19 02:57:22] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005081 10.0.0.41 - - [2026-03-19 02:57:25] "POST /neutron/network HTTP/1.1" 200 937 0.007020 10.0.0.41 - - [2026-03-19 02:57:25] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.41 - - [2026-03-19 02:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.41 - - [2026-03-19 02:57:26] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007200 10.0.0.41 - - [2026-03-19 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.41 - - [2026-03-19 02:57:30] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005250 10.0.0.41 - - [2026-03-19 02:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.41 - - [2026-03-19 02:57:34] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005207 10.0.0.41 - - [2026-03-19 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.41 - - [2026-03-19 02:57:38] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006811 10.0.0.41 - - [2026-03-19 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.41 - - [2026-03-19 02:57:40] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002967 10.0.0.41 - - [2026-03-19 02:57:40] "GET /virtual-networks?parent_id=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003063 10.0.0.41 - - [2026-03-19 02:57:40] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006016 10.0.0.41 - - [2026-03-19 02:57:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007740 10.0.0.41 - - [2026-03-19 02:57:48] "POST /neutron/port HTTP/1.1" 200 1128 0.048606 10.0.0.41 - - [2026-03-19 02:57:51] "POST /neutron/port HTTP/1.1" 200 1128 0.014157 10.0.0.41 - - [2026-03-19 02:57:56] "POST /neutron/port HTTP/1.1" 200 1128 0.018573 10.0.0.41 - - [2026-03-19 02:58:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008828 10.0.0.41 - - [2026-03-19 02:58:01] "POST /neutron/port HTTP/1.1" 200 1125 0.025946 10.0.0.41 - - [2026-03-19 02:58:01] "GET /virtual-machine/4d2c60ff-29a5-4491-a152-a8af7c0750de HTTP/1.1" 200 1294 0.007439 10.0.0.41 - - [2026-03-19 02:58:01] "GET /virtual-machine-interface/5b10aa25-a142-40c3-be6c-d76155c29fc7 HTTP/1.1" 200 2950 0.006130 10.0.0.41 - - [2026-03-19 02:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.41 - - [2026-03-19 02:58:01] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004257 10.0.0.41 - - [2026-03-19 02:58:01] "GET /virtual-networks?parent_id=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003947 10.0.0.41 - - [2026-03-19 02:58:02] "GET /virtual-network/84a82234-6dad-4c9d-bac4-9e10163ebb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006688 10.0.0.41 - - [2026-03-19 02:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.41 - - [2026-03-19 02:58:03] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003843 10.0.0.41 - - [2026-03-19 02:58:03] "GET /virtual-networks?parent_id=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003374 10.0.0.41 - - [2026-03-19 02:58:03] "GET /virtual-network/84a82234-6dad-4c9d-bac4-9e10163ebb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005322 10.0.0.41 - - [2026-03-19 02:58:17] "GET /obj-perms HTTP/1.1" 200 5056 0.072878 10.0.0.41 - - [2026-03-19 02:58:19] "POST /neutron/port HTTP/1.1" 200 1128 0.019235 10.0.0.41 - - [2026-03-19 02:58:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.008263 10.0.0.41 - - [2026-03-19 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2026-03-19 02:58:21] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.029248 10.0.0.41 - - [2026-03-19 02:58:21] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.063734 10.0.0.41 - - [2026-03-19 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.41 - - [2026-03-19 02:58:22] "PUT /network-policy/a0043e49-2224-4688-b9d9-44d29a77bb90 HTTP/1.1" 200 262 0.014861 10.0.0.27 - - [2026-03-19 02:58:22] "POST /ref-update HTTP/1.1" 200 156 0.052469 10.0.0.41 - - [2026-03-19 02:58:25] "GET /virtual-network/84a82234-6dad-4c9d-bac4-9e10163ebb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005850 10.0.0.41 - - [2026-03-19 02:58:25] "POST /neutron/network HTTP/1.1" 200 927 0.006535 10.0.0.27 - - [2026-03-19 02:58:25] "DELETE /access-control-list/947fd40b-2311-48fb-beed-f64183595d74 HTTP/1.1" 200 115 0.083909 10.0.0.41 - - [2026-03-19 02:58:25] "GET /virtual-network/84a82234-6dad-4c9d-bac4-9e10163ebb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.015621 10.0.0.41 - - [2026-03-19 02:58:25] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007928 10.0.0.41 - - [2026-03-19 02:58:25] "POST /neutron/network HTTP/1.1" 200 930 0.010419 10.0.0.41 - - [2026-03-19 02:58:26] "GET /virtual-network/8d52c81c-0bc5-4dba-82c2-07ccdd9c05b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.018615 10.0.0.41 - - [2026-03-19 02:58:26] "DELETE /network-policy/a0043e49-2224-4688-b9d9-44d29a77bb90 HTTP/1.1" 200 115 0.071926 10.0.0.41 - - [2026-03-19 02:58:26] "POST /neutron/port HTTP/1.1" 200 1125 0.025125 10.0.0.41 - - [2026-03-19 02:58:26] "POST /neutron/port HTTP/1.1" 200 1128 0.021435 10.0.0.41 - - [2026-03-19 02:58:26] "POST /neutron/port HTTP/1.1" 200 1118 0.014871 10.0.0.27 - - [2026-03-19 02:58:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003394 10.0.0.27 - - [2026-03-19 02:58:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002529 10.0.0.41 - - [2026-03-19 02:58:28] "POST /neutron/network HTTP/1.1" 200 151 0.147184 10.0.0.27 - - [2026-03-19 02:58:28] "DELETE /route-target/431553f2-51af-436c-b766-c39cfb696d7d HTTP/1.1" 200 115 0.026492 10.0.0.27 - - [2026-03-19 02:58:30] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001408 10.0.0.41 - - [2026-03-19 02:58:30] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.076443 10.0.0.27 - - [2026-03-19 02:58:30] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002743 10.0.0.41 - - [2026-03-19 02:58:30] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?fields=virtual_networks HTTP/1.1" 200 1035 0.039567 10.0.0.27 - - [2026-03-19 02:58:30] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.41 - - [2026-03-19 02:58:30] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.043401 10.0.0.27 - - [2026-03-19 02:58:30] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000950 10.0.0.41 - - [2026-03-19 02:58:30] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?fields=security_groups HTTP/1.1" 200 1263 0.041843 10.0.0.41 - - [2026-03-19 02:58:31] "POST /fqname-to-id HTTP/1.1" 404 200 0.029736 10.0.0.27 - - [2026-03-19 02:58:31] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002976 10.0.0.27 - - [2026-03-19 02:58:31] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002114 10.0.0.27 - - [2026-03-19 02:58:31] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036392 10.0.0.27 - - [2026-03-19 02:58:31] "POST /id-to-fqname HTTP/1.1" 200 202 0.005766 10.0.0.27 - - [2026-03-19 02:58:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.010194 10.0.0.27 - - [2026-03-19 02:58:31] "POST /security-groups HTTP/1.1" 200 603 0.030742 10.0.0.27 - - [2026-03-19 02:58:31] "POST /fqname-to-id HTTP/1.1" 404 246 0.005816 10.0.0.27 - - [2026-03-19 02:58:31] "POST /projects HTTP/1.1" 200 609 0.251872 10.0.0.27 - - [2026-03-19 02:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.291885 10.0.0.41 - - [2026-03-19 02:58:31] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.474528 10.0.0.27 - - [2026-03-19 02:58:31] "POST /access-control-lists HTTP/1.1" 200 606 0.066585 10.0.0.41 - - [2026-03-19 02:58:33] "GET / HTTP/1.1" 200 35931 0.002130 10.0.0.41 - - [2026-03-19 02:58:36] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000561 10.0.0.27 - - [2026-03-19 02:58:37] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.41 - - [2026-03-19 02:58:37] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072575 10.0.0.41 - - [2026-03-19 02:58:37] "GET / HTTP/1.1" 200 35931 0.001663 10.0.0.41 - - [2026-03-19 02:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.27 - - [2026-03-19 02:58:38] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.41 - - [2026-03-19 02:58:38] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006734 10.0.0.41 - - [2026-03-19 02:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.27 - - [2026-03-19 02:58:38] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.41 - - [2026-03-19 02:58:38] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039190 10.0.0.41 - - [2026-03-19 02:58:39] "GET /domains HTTP/1.1" 401 292 0.000350 10.0.0.41 - - [2026-03-19 02:58:39] "GET /domains HTTP/1.1" 200 280 0.038108 10.0.0.27 - - [2026-03-19 02:58:39] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.41 - - [2026-03-19 02:58:39] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76 HTTP/1.1" 200 2774 0.008589 10.0.0.27 - - [2026-03-19 02:58:39] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000804 10.0.0.41 - - [2026-03-19 02:58:39] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82 HTTP/1.1" 200 1924 0.086576 10.0.0.41 - - [2026-03-19 02:58:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003480 10.0.0.41 - - [2026-03-19 02:58:39] "POST /network-ipams HTTP/1.1" 200 621 0.025080 10.0.0.41 - - [2026-03-19 02:58:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003409 10.0.0.41 - - [2026-03-19 02:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.41 - - [2026-03-19 02:58:39] "GET /network-ipam/82ac7010-3441-4602-a8b6-945434625194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.005999 10.0.0.41 - - [2026-03-19 02:58:39] "PUT /network-ipam/82ac7010-3441-4602-a8b6-945434625194 HTTP/1.1" 200 258 0.014975 10.0.0.41 - - [2026-03-19 02:58:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.41 - - [2026-03-19 02:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.033741 10.0.0.27 - - [2026-03-19 02:58:40] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001196 10.0.0.41 - - [2026-03-19 02:58:40] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043003 10.0.0.41 - - [2026-03-19 02:58:40] "POST /neutron/network HTTP/1.1" 200 117 0.032985 10.0.0.27 - - [2026-03-19 02:58:41] "POST /useragent-kv HTTP/1.1" 200 115 0.014166 10.0.0.41 - - [2026-03-19 02:58:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.234967 10.0.0.27 - - [2026-03-19 02:58:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.047042 10.0.0.41 - - [2026-03-19 02:58:41] "POST /id-to-fqname HTTP/1.1" 200 235 0.001347 10.0.0.41 - - [2026-03-19 02:58:41] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007415 10.0.0.41 - - [2026-03-19 02:58:41] "POST /neutron/network HTTP/1.1" 200 1337 0.010939 10.0.0.41 - - [2026-03-19 02:58:41] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004857 10.0.0.41 - - [2026-03-19 02:58:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.021637 10.0.0.41 - - [2026-03-19 02:58:42] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005001 10.0.0.27 - - [2026-03-19 02:58:43] "GET /obj-perms HTTP/1.1" 200 5019 0.060444 10.0.0.41 - - [2026-03-19 02:58:43] "POST /fqname-to-id HTTP/1.1" 404 229 0.003275 10.0.0.41 - - [2026-03-19 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.27 - - [2026-03-19 02:58:43] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.41 - - [2026-03-19 02:58:43] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037962 10.0.0.41 - - [2026-03-19 02:58:43] "POST /network-policys HTTP/1.1" 200 563 0.028892 10.0.0.41 - - [2026-03-19 02:58:43] "GET /network-policy/51ac5462-c6b1-4ac2-af2e-50500199149d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006245 10.0.0.41 - - [2026-03-19 02:58:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.003330 10.0.0.41 - - [2026-03-19 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.27 - - [2026-03-19 02:58:44] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000911 10.0.0.41 - - [2026-03-19 02:58:44] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053164 10.0.0.41 - - [2026-03-19 02:58:44] "POST /network-policys HTTP/1.1" 200 563 0.034743 10.0.0.41 - - [2026-03-19 02:58:44] "GET /network-policy/1cb60570-630f-4949-8b86-012ee18d670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.006713 10.0.0.41 - - [2026-03-19 02:58:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.003550 10.0.0.41 - - [2026-03-19 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.27 - - [2026-03-19 02:58:44] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.41 - - [2026-03-19 02:58:44] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034924 10.0.0.41 - - [2026-03-19 02:58:44] "POST /network-policys HTTP/1.1" 200 563 0.037692 10.0.0.41 - - [2026-03-19 02:58:44] "GET /network-policy/aee367e3-2b97-4de6-a434-e2c5dae22d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005544 10.0.0.41 - - [2026-03-19 02:58:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.003260 10.0.0.41 - - [2026-03-19 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.27 - - [2026-03-19 02:58:44] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001299 10.0.0.41 - - [2026-03-19 02:58:44] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042826 10.0.0.41 - - [2026-03-19 02:58:44] "POST /network-policys HTTP/1.1" 200 563 0.030174 10.0.0.41 - - [2026-03-19 02:58:45] "GET /network-policy/890b8119-a6e7-4cff-9771-645979be5e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006222 10.0.0.41 - - [2026-03-19 02:58:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.005453 10.0.0.41 - - [2026-03-19 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.27 - - [2026-03-19 02:58:45] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000863 10.0.0.41 - - [2026-03-19 02:58:45] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046761 10.0.0.41 - - [2026-03-19 02:58:45] "POST /network-policys HTTP/1.1" 200 563 0.042303 10.0.0.41 - - [2026-03-19 02:58:45] "GET /network-policy/4a018267-ccf7-408f-b343-ab57a8fd4b0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006094 10.0.0.41 - - [2026-03-19 02:58:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.002993 10.0.0.41 - - [2026-03-19 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.27 - - [2026-03-19 02:58:45] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000960 10.0.0.41 - - [2026-03-19 02:58:45] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039153 10.0.0.41 - - [2026-03-19 02:58:45] "POST /network-policys HTTP/1.1" 200 563 0.030569 10.0.0.41 - - [2026-03-19 02:58:45] "GET /network-policy/5e054270-acc1-4a94-93aa-72f831ac2f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006571 10.0.0.41 - - [2026-03-19 02:58:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.003245 10.0.0.41 - - [2026-03-19 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.27 - - [2026-03-19 02:58:45] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.41 - - [2026-03-19 02:58:46] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041598 10.0.0.41 - - [2026-03-19 02:58:46] "POST /network-policys HTTP/1.1" 200 563 0.027465 10.0.0.41 - - [2026-03-19 02:58:46] "GET /network-policy/b0b670c6-610c-4fe1-baca-9c8952db8b42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005655 10.0.0.41 - - [2026-03-19 02:58:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.003119 10.0.0.41 - - [2026-03-19 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.27 - - [2026-03-19 02:58:46] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000845 10.0.0.41 - - [2026-03-19 02:58:46] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037595 10.0.0.41 - - [2026-03-19 02:58:46] "POST /network-policys HTTP/1.1" 200 563 0.031139 10.0.0.41 - - [2026-03-19 02:58:46] "GET /network-policy/8ace1518-2647-48c3-8eed-3ef8d265c491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005806 10.0.0.41 - - [2026-03-19 02:58:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.003443 10.0.0.41 - - [2026-03-19 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2026-03-19 02:58:46] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000841 10.0.0.41 - - [2026-03-19 02:58:46] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035681 10.0.0.41 - - [2026-03-19 02:58:46] "POST /network-policys HTTP/1.1" 200 563 0.027159 10.0.0.41 - - [2026-03-19 02:58:46] "GET /network-policy/8a08e4d3-2dea-47c9-88dd-b50472120982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.006087 10.0.0.41 - - [2026-03-19 02:58:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.003148 10.0.0.41 - - [2026-03-19 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.27 - - [2026-03-19 02:58:47] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.41 - - [2026-03-19 02:58:47] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045370 10.0.0.41 - - [2026-03-19 02:58:47] "POST /network-policys HTTP/1.1" 200 563 0.043262 10.0.0.41 - - [2026-03-19 02:58:47] "GET /network-policy/915b1504-2154-4b2d-a434-e0256ff7b6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006466 10.0.0.27 - - [2026-03-19 02:58:47] "POST /fqname-to-id HTTP/1.1" 404 252 0.003156 10.0.0.41 - - [2026-03-19 02:58:47] "POST /neutron/network HTTP/1.1" 200 2250 0.175863 10.0.0.41 - - [2026-03-19 02:58:47] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005994 10.0.0.41 - - [2026-03-19 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.41 - - [2026-03-19 02:58:47] "GET /network-policy/1cb60570-630f-4949-8b86-012ee18d670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.059572 10.0.0.41 - - [2026-03-19 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005861 10.0.0.41 - - [2026-03-19 02:58:47] "GET /network-policy/4a018267-ccf7-408f-b343-ab57a8fd4b0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004040 10.0.0.41 - - [2026-03-19 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.41 - - [2026-03-19 02:58:47] "GET /network-policy/51ac5462-c6b1-4ac2-af2e-50500199149d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004422 10.0.0.41 - - [2026-03-19 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.41 - - [2026-03-19 02:58:48] "GET /network-policy/5e054270-acc1-4a94-93aa-72f831ac2f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004842 10.0.0.41 - - [2026-03-19 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.41 - - [2026-03-19 02:58:48] "GET /network-policy/890b8119-a6e7-4cff-9771-645979be5e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003877 10.0.0.41 - - [2026-03-19 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.41 - - [2026-03-19 02:58:48] "GET /network-policy/8a08e4d3-2dea-47c9-88dd-b50472120982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004611 10.0.0.41 - - [2026-03-19 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.41 - - [2026-03-19 02:58:48] "GET /network-policy/8ace1518-2647-48c3-8eed-3ef8d265c491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004072 10.0.0.41 - - [2026-03-19 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.41 - - [2026-03-19 02:58:48] "GET /network-policy/915b1504-2154-4b2d-a434-e0256ff7b6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004588 10.0.0.41 - - [2026-03-19 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.41 - - [2026-03-19 02:58:48] "GET /network-policy/aee367e3-2b97-4de6-a434-e2c5dae22d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004563 10.0.0.41 - - [2026-03-19 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.41 - - [2026-03-19 02:58:48] "GET /network-policy/b0b670c6-610c-4fe1-baca-9c8952db8b42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004275 10.0.0.41 - - [2026-03-19 02:58:48] "POST /id-to-fqname HTTP/1.1" 200 235 0.001260 10.0.0.27 - - [2026-03-19 02:58:49] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.41 - - [2026-03-19 02:58:49] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066149 10.0.0.41 - - [2026-03-19 02:58:49] "POST /neutron/network HTTP/1.1" 200 2250 0.034155 10.0.0.41 - - [2026-03-19 02:58:49] "POST /neutron/port HTTP/1.1" 200 117 0.006792 10.0.0.41 - - [2026-03-19 02:58:50] "POST /neutron/port HTTP/1.1" 200 1174 0.045827 10.0.0.41 - - [2026-03-19 02:58:51] "POST /neutron/port HTTP/1.1" 200 1238 0.019010 10.0.0.41 - - [2026-03-19 02:58:51] "POST /neutron/subnet HTTP/1.1" 200 1361 0.013931 10.0.0.41 - - [2026-03-19 02:58:51] "POST /neutron/network HTTP/1.1" 200 2250 0.011253 10.0.0.27 - - [2026-03-19 02:58:52] "DELETE /project/fd104c1926fc4874a86f8e173a602b82 HTTP/1.1" 404 173 0.005548 10.0.0.27 - - [2026-03-19 02:58:52] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000812 10.0.0.27 - - [2026-03-19 02:58:52] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.043342 10.0.0.27 - - [2026-03-19 02:58:52] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000918 10.0.0.27 - - [2026-03-19 02:58:52] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?fields=security_groups HTTP/1.1" 200 1368 0.038044 10.0.0.27 - - [2026-03-19 02:58:52] "DELETE /security-group/046559de-e55f-4254-8c56-b6783e8b2d30 HTTP/1.1" 200 115 0.055310 10.0.0.27 - - [2026-03-19 02:58:52] "GET /projects?obj_uuids=35f9f4ba-ffb3-47f3-b4ac-544af863f2ef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000814 10.0.0.27 - - [2026-03-19 02:58:52] "DELETE /access-control-list/1d4128d7-d850-48de-9bd0-2d0371daa542 HTTP/1.1" 200 115 0.036085 10.0.0.27 - - [2026-03-19 02:58:52] "GET /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef?fields=application_policy_sets HTTP/1.1" 200 1407 0.054129 10.0.0.27 - - [2026-03-19 02:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.27 - - [2026-03-19 02:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.27 - - [2026-03-19 02:58:53] "DELETE /project/35f9f4ba-ffb3-47f3-b4ac-544af863f2ef HTTP/1.1" 200 115 0.446027 10.0.0.242 - - [2026-03-19 02:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.242 - - [2026-03-19 02:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.27 - - [2026-03-19 02:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2026-03-19 02:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.242 - - [2026-03-19 02:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.242 - - [2026-03-19 02:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.41 - - [2026-03-19 02:58:54] "POST /neutron/port HTTP/1.1" 200 1238 0.019228 10.0.0.41 - - [2026-03-19 02:58:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007401 10.0.0.41 - - [2026-03-19 02:58:55] "GET /virtual-machine/2c551917-f445-46ec-99a9-be09c5c2ca77 HTTP/1.1" 401 292 0.000394 10.0.0.41 - - [2026-03-19 02:58:55] "GET /virtual-machine/2c551917-f445-46ec-99a9-be09c5c2ca77 HTTP/1.1" 200 1304 0.034189 10.0.0.41 - - [2026-03-19 02:58:55] "GET /virtual-machine-interface/4b2b6a7c-0bac-40cc-837f-0dfde1a0531e HTTP/1.1" 200 3167 0.005240 10.0.0.41 - - [2026-03-19 02:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.41 - - [2026-03-19 02:58:55] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004240 10.0.0.41 - - [2026-03-19 02:58:55] "GET /virtual-networks?parent_id=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002815 10.0.0.41 - - [2026-03-19 02:58:55] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006378 10.0.0.41 - - [2026-03-19 02:58:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.41 - - [2026-03-19 02:58:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.41 - - [2026-03-19 02:58:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.41 - - [2026-03-19 02:58:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.41 - - [2026-03-19 02:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.41 - - [2026-03-19 02:58:58] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005367 10.0.0.41 - - [2026-03-19 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.41 - - [2026-03-19 02:59:02] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005892 10.0.0.41 - - [2026-03-19 02:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.41 - - [2026-03-19 02:59:06] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005095 10.0.0.41 - - [2026-03-19 02:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.41 - - [2026-03-19 02:59:11] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007616 10.0.0.41 - - [2026-03-19 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.41 - - [2026-03-19 02:59:15] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005631 10.0.0.41 - - [2026-03-19 02:59:19] "POST /neutron/network HTTP/1.1" 200 2260 0.008384 10.0.0.41 - - [2026-03-19 02:59:19] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016903 10.0.0.41 - - [2026-03-19 02:59:19] "POST /neutron/network HTTP/1.1" 200 2250 0.012818 10.0.0.41 - - [2026-03-19 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.41 - - [2026-03-19 02:59:19] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005624 10.0.0.41 - - [2026-03-19 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.41 - - [2026-03-19 02:59:23] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005569 10.0.0.41 - - [2026-03-19 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.41 - - [2026-03-19 02:59:27] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005827 10.0.0.41 - - [2026-03-19 02:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.41 - - [2026-03-19 02:59:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003114 10.0.0.41 - - [2026-03-19 02:59:29] "GET /virtual-networks?parent_id=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002629 10.0.0.41 - - [2026-03-19 02:59:29] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005607 10.0.0.41 - - [2026-03-19 02:59:34] "POST /neutron/port HTTP/1.1" 200 1238 0.019119 10.0.0.41 - - [2026-03-19 02:59:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006663 10.0.0.41 - - [2026-03-19 02:59:45] "POST /neutron/port HTTP/1.1" 200 1238 0.018450 10.0.0.41 - - [2026-03-19 02:59:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006945 10.0.0.41 - - [2026-03-19 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.41 - - [2026-03-19 02:59:50] "GET /network-policy/51ac5462-c6b1-4ac2-af2e-50500199149d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005078 10.0.0.41 - - [2026-03-19 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.41 - - [2026-03-19 02:59:50] "GET /network-policy/1cb60570-630f-4949-8b86-012ee18d670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.005475 10.0.0.41 - - [2026-03-19 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.41 - - [2026-03-19 02:59:50] "GET /network-policy/aee367e3-2b97-4de6-a434-e2c5dae22d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005081 10.0.0.41 - - [2026-03-19 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.41 - - [2026-03-19 02:59:50] "GET /network-policy/890b8119-a6e7-4cff-9771-645979be5e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004755 10.0.0.41 - - [2026-03-19 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.41 - - [2026-03-19 02:59:51] "GET /network-policy/4a018267-ccf7-408f-b343-ab57a8fd4b0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004545 10.0.0.41 - - [2026-03-19 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.41 - - [2026-03-19 02:59:51] "GET /network-policy/5e054270-acc1-4a94-93aa-72f831ac2f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.008963 10.0.0.41 - - [2026-03-19 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005031 10.0.0.41 - - [2026-03-19 02:59:51] "GET /network-policy/b0b670c6-610c-4fe1-baca-9c8952db8b42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004313 10.0.0.41 - - [2026-03-19 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.41 - - [2026-03-19 02:59:51] "GET /network-policy/8ace1518-2647-48c3-8eed-3ef8d265c491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004462 10.0.0.41 - - [2026-03-19 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.41 - - [2026-03-19 02:59:51] "GET /network-policy/8a08e4d3-2dea-47c9-88dd-b50472120982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004008 10.0.0.41 - - [2026-03-19 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.41 - - [2026-03-19 02:59:51] "GET /network-policy/915b1504-2154-4b2d-a434-e0256ff7b6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004448 10.0.0.41 - - [2026-03-19 02:59:51] "POST /neutron/network HTTP/1.1" 200 2250 0.011153 10.0.0.41 - - [2026-03-19 02:59:51] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009184 10.0.0.41 - - [2026-03-19 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.41 - - [2026-03-19 02:59:51] "GET /network-policy/51ac5462-c6b1-4ac2-af2e-50500199149d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004394 10.0.0.41 - - [2026-03-19 02:59:56] "POST /neutron/network HTTP/1.1" 200 1440 0.011706 10.0.0.27 - - [2026-03-19 02:59:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.005273 10.0.0.27 - - [2026-03-19 02:59:56] "PUT /access-control-list/f8df90dd-67f6-4f86-888d-2a0e472b5c9b HTTP/1.1" 200 272 0.083379 10.0.0.41 - - [2026-03-19 02:59:56] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008144 10.0.0.41 - - [2026-03-19 02:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.41 - - [2026-03-19 02:59:56] "GET /network-policy/1cb60570-630f-4949-8b86-012ee18d670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004959 10.0.0.41 - - [2026-03-19 03:00:02] "POST /neutron/network HTTP/1.1" 200 1440 0.011793 10.0.0.41 - - [2026-03-19 03:00:02] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008360 10.0.0.41 - - [2026-03-19 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.41 - - [2026-03-19 03:00:02] "GET /network-policy/aee367e3-2b97-4de6-a434-e2c5dae22d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003935 10.0.0.41 - - [2026-03-19 03:00:07] "POST /neutron/network HTTP/1.1" 200 1440 0.017698 10.0.0.41 - - [2026-03-19 03:00:07] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007433 10.0.0.41 - - [2026-03-19 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.41 - - [2026-03-19 03:00:07] "GET /network-policy/890b8119-a6e7-4cff-9771-645979be5e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004250 10.0.0.41 - - [2026-03-19 03:00:12] "POST /neutron/network HTTP/1.1" 200 1440 0.011146 10.0.0.27 - - [2026-03-19 03:00:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.004607 10.0.0.27 - - [2026-03-19 03:00:12] "PUT /access-control-list/f8df90dd-67f6-4f86-888d-2a0e472b5c9b HTTP/1.1" 200 272 0.063777 10.0.0.41 - - [2026-03-19 03:00:12] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.014643 10.0.0.41 - - [2026-03-19 03:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.41 - - [2026-03-19 03:00:12] "GET /network-policy/4a018267-ccf7-408f-b343-ab57a8fd4b0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005429 10.0.0.41 - - [2026-03-19 03:00:17] "POST /neutron/network HTTP/1.1" 200 1440 0.011702 10.0.0.41 - - [2026-03-19 03:00:18] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009356 10.0.0.41 - - [2026-03-19 03:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.41 - - [2026-03-19 03:00:18] "GET /network-policy/5e054270-acc1-4a94-93aa-72f831ac2f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005072 10.0.0.242 - - [2026-03-19 03:00:18] "GET /obj-perms HTTP/1.1" 200 5056 0.057356 10.0.0.41 - - [2026-03-19 03:00:19] "POST /neutron/port HTTP/1.1" 200 1238 0.017226 10.0.0.41 - - [2026-03-19 03:00:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004284 10.0.0.41 - - [2026-03-19 03:00:20] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.41 - - [2026-03-19 03:00:23] "POST /neutron/network HTTP/1.1" 200 1440 0.010882 10.0.0.41 - - [2026-03-19 03:00:23] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008434 10.0.0.41 - - [2026-03-19 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.41 - - [2026-03-19 03:00:23] "GET /network-policy/b0b670c6-610c-4fe1-baca-9c8952db8b42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.009151 10.0.0.41 - - [2026-03-19 03:00:28] "POST /neutron/network HTTP/1.1" 200 1440 0.020358 10.0.0.27 - - [2026-03-19 03:00:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.005552 10.0.0.27 - - [2026-03-19 03:00:28] "PUT /access-control-list/f8df90dd-67f6-4f86-888d-2a0e472b5c9b HTTP/1.1" 200 272 0.028353 10.0.0.41 - - [2026-03-19 03:00:28] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007954 10.0.0.41 - - [2026-03-19 03:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.41 - - [2026-03-19 03:00:28] "GET /network-policy/8ace1518-2647-48c3-8eed-3ef8d265c491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004516 10.0.0.41 - - [2026-03-19 03:00:33] "POST /neutron/network HTTP/1.1" 200 1440 0.011670 10.0.0.41 - - [2026-03-19 03:00:33] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008620 10.0.0.41 - - [2026-03-19 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.41 - - [2026-03-19 03:00:33] "GET /network-policy/8a08e4d3-2dea-47c9-88dd-b50472120982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.005210 10.0.0.41 - - [2026-03-19 03:00:39] "POST /neutron/network HTTP/1.1" 200 1440 0.013539 10.0.0.41 - - [2026-03-19 03:00:39] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.013662 10.0.0.41 - - [2026-03-19 03:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.41 - - [2026-03-19 03:00:39] "GET /network-policy/915b1504-2154-4b2d-a434-e0256ff7b6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005507 10.0.0.41 - - [2026-03-19 03:00:44] "GET /virtual-machine/2c551917-f445-46ec-99a9-be09c5c2ca77 HTTP/1.1" 200 1304 0.005351 10.0.0.41 - - [2026-03-19 03:00:44] "POST /neutron/port HTTP/1.1" 200 1238 0.016153 10.0.0.41 - - [2026-03-19 03:00:46] "GET /virtual-machine/2c551917-f445-46ec-99a9-be09c5c2ca77 HTTP/1.1" 404 171 0.003430 10.0.0.41 - - [2026-03-19 03:00:46] "GET /virtual-machine/2c551917-f445-46ec-99a9-be09c5c2ca77 HTTP/1.1" 404 171 0.003166 10.0.0.41 - - [2026-03-19 03:00:46] "GET /virtual-machine/2c551917-f445-46ec-99a9-be09c5c2ca77 HTTP/1.1" 404 171 0.002612 10.0.0.41 - - [2026-03-19 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.41 - - [2026-03-19 03:00:46] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003866 10.0.0.41 - - [2026-03-19 03:00:46] "GET /virtual-networks?parent_id=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003139 10.0.0.41 - - [2026-03-19 03:00:46] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006006 10.0.0.41 - - [2026-03-19 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.41 - - [2026-03-19 03:00:46] "GET /routing-instance/e7f495ad-223c-42e2-b938-8894db6f6edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004193 10.0.0.41 - - [2026-03-19 03:00:46] "GET /route-target/1d8bd2bf-3741-4487-829f-f81749e6c007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004339 10.0.0.41 - - [2026-03-19 03:00:46] "GET /obj-perms HTTP/1.1" 200 5019 0.065161 10.0.0.27 - - [2026-03-19 03:00:46] "GET /obj-perms HTTP/1.1" 200 5019 0.003545 10.0.0.41 - - [2026-03-19 03:00:56] "GET /obj-perms HTTP/1.1" 200 5019 0.005612 10.0.0.27 - - [2026-03-19 03:00:56] "GET /obj-perms HTTP/1.1" 200 5019 0.003780 10.0.0.41 - - [2026-03-19 03:01:05] "GET /obj-perms HTTP/1.1" 200 5019 0.003949 10.0.0.27 - - [2026-03-19 03:01:05] "GET /obj-perms HTTP/1.1" 200 5019 0.003961 10.0.0.41 - - [2026-03-19 03:01:11] "GET /obj-perms HTTP/1.1" 200 5019 0.004448 10.0.0.27 - - [2026-03-19 03:01:11] "GET /obj-perms HTTP/1.1" 200 5019 0.003500 10.0.0.41 - - [2026-03-19 03:01:12] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005511 10.0.0.41 - - [2026-03-19 03:01:12] "POST /neutron/network HTTP/1.1" 200 1440 0.019914 10.0.0.27 - - [2026-03-19 03:01:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.007533 10.0.0.27 - - [2026-03-19 03:01:12] "DELETE /access-control-list/f8df90dd-67f6-4f86-888d-2a0e472b5c9b HTTP/1.1" 200 115 0.065708 10.0.0.41 - - [2026-03-19 03:01:12] "GET /virtual-network/a5e5408d-40e4-49fe-ac99-7953f7be82e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007864 10.0.0.41 - - [2026-03-19 03:01:12] "DELETE /network-policy/915b1504-2154-4b2d-a434-e0256ff7b6d8 HTTP/1.1" 200 115 0.034207 10.0.0.41 - - [2026-03-19 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.27 - - [2026-03-19 03:01:12] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.41 - - [2026-03-19 03:01:12] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035961 10.0.0.41 - - [2026-03-19 03:01:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97838775&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005075 10.0.0.41 - - [2026-03-19 03:01:12] "DELETE /network-policy/8a08e4d3-2dea-47c9-88dd-b50472120982 HTTP/1.1" 200 115 0.035736 10.0.0.41 - - [2026-03-19 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.27 - - [2026-03-19 03:01:12] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.41 - - [2026-03-19 03:01:12] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058064 10.0.0.41 - - [2026-03-19 03:01:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97838775&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005271 10.0.0.41 - - [2026-03-19 03:01:12] "DELETE /network-policy/8ace1518-2647-48c3-8eed-3ef8d265c491 HTTP/1.1" 200 115 0.044676 10.0.0.41 - - [2026-03-19 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.27 - - [2026-03-19 03:01:12] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000974 10.0.0.41 - - [2026-03-19 03:01:12] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039620 10.0.0.41 - - [2026-03-19 03:01:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97838775&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005578 10.0.0.41 - - [2026-03-19 03:01:12] "DELETE /network-policy/b0b670c6-610c-4fe1-baca-9c8952db8b42 HTTP/1.1" 200 115 0.037511 10.0.0.41 - - [2026-03-19 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.27 - - [2026-03-19 03:01:12] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.41 - - [2026-03-19 03:01:12] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046549 10.0.0.41 - - [2026-03-19 03:01:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97838775&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005417 10.0.0.41 - - [2026-03-19 03:01:13] "DELETE /network-policy/5e054270-acc1-4a94-93aa-72f831ac2f80 HTTP/1.1" 200 115 0.042694 10.0.0.41 - - [2026-03-19 03:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.27 - - [2026-03-19 03:01:13] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.41 - - [2026-03-19 03:01:13] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038162 10.0.0.41 - - [2026-03-19 03:01:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97838775&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005681 10.0.0.41 - - [2026-03-19 03:01:13] "DELETE /network-policy/4a018267-ccf7-408f-b343-ab57a8fd4b0a HTTP/1.1" 200 115 0.044883 10.0.0.41 - - [2026-03-19 03:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2026-03-19 03:01:13] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001039 10.0.0.41 - - [2026-03-19 03:01:13] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041502 10.0.0.41 - - [2026-03-19 03:01:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97838775&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.006192 10.0.0.41 - - [2026-03-19 03:01:13] "DELETE /network-policy/890b8119-a6e7-4cff-9771-645979be5e5a HTTP/1.1" 200 115 0.044828 10.0.0.41 - - [2026-03-19 03:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.27 - - [2026-03-19 03:01:13] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000900 10.0.0.41 - - [2026-03-19 03:01:13] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053710 10.0.0.41 - - [2026-03-19 03:01:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97838775&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005299 10.0.0.41 - - [2026-03-19 03:01:13] "DELETE /network-policy/aee367e3-2b97-4de6-a434-e2c5dae22d13 HTTP/1.1" 200 115 0.036477 10.0.0.41 - - [2026-03-19 03:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.27 - - [2026-03-19 03:01:13] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001262 10.0.0.41 - - [2026-03-19 03:01:13] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042084 10.0.0.41 - - [2026-03-19 03:01:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97838775&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005496 10.0.0.41 - - [2026-03-19 03:01:13] "DELETE /network-policy/1cb60570-630f-4949-8b86-012ee18d670a HTTP/1.1" 200 115 0.045316 10.0.0.41 - - [2026-03-19 03:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.27 - - [2026-03-19 03:01:14] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.41 - - [2026-03-19 03:01:14] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045774 10.0.0.41 - - [2026-03-19 03:01:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97838775&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004949 10.0.0.41 - - [2026-03-19 03:01:14] "DELETE /network-policy/51ac5462-c6b1-4ac2-af2e-50500199149d HTTP/1.1" 200 115 0.041312 10.0.0.41 - - [2026-03-19 03:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.27 - - [2026-03-19 03:01:14] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.41 - - [2026-03-19 03:01:14] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044046 10.0.0.41 - - [2026-03-19 03:01:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97838775&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006240 10.0.0.41 - - [2026-03-19 03:01:14] "POST /neutron/network HTTP/1.1" 200 1337 0.011387 10.0.0.41 - - [2026-03-19 03:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.41 - - [2026-03-19 03:01:14] "DELETE /network-ipam/82ac7010-3441-4602-a8b6-945434625194 HTTP/1.1" 200 115 0.039650 10.0.0.41 - - [2026-03-19 03:01:14] "POST /fqname-to-id HTTP/1.1" 404 260 0.008242 10.0.0.27 - - [2026-03-19 03:01:15] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.27 - - [2026-03-19 03:01:15] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.044646 10.0.0.27 - - [2026-03-19 03:01:15] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.27 - - [2026-03-19 03:01:15] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?fields=security_groups HTTP/1.1" 200 1399 0.039437 10.0.0.27 - - [2026-03-19 03:01:15] "DELETE /security-group/009a4d13-a5d0-443b-941e-bc4ed74ae167 HTTP/1.1" 200 115 0.066426 10.0.0.27 - - [2026-03-19 03:01:15] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001319 10.0.0.27 - - [2026-03-19 03:01:15] "DELETE /access-control-list/5518c362-91fc-4359-8dc2-5e1ff62d1e84 HTTP/1.1" 200 115 0.043565 10.0.0.27 - - [2026-03-19 03:01:15] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?fields=application_policy_sets HTTP/1.1" 200 1438 0.057158 10.0.0.41 - - [2026-03-19 03:01:15] "DELETE /project/fd104c19-26fc-4874-a86f-8e173a602b82 HTTP/1.1" 200 115 0.417130 10.0.0.27 - - [2026-03-19 03:01:15] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001374 10.0.0.41 - - [2026-03-19 03:01:15] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?fields=projects HTTP/1.1" 200 1245 0.011404 10.0.0.27 - - [2026-03-19 03:01:18] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004094 10.0.0.27 - - [2026-03-19 03:01:18] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.27 - - [2026-03-19 03:01:18] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006163 10.0.0.27 - - [2026-03-19 03:01:18] "POST /id-to-fqname HTTP/1.1" 200 202 0.002203 10.0.0.27 - - [2026-03-19 03:01:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.007025 10.0.0.27 - - [2026-03-19 03:01:18] "POST /security-groups HTTP/1.1" 200 603 0.071443 10.0.0.27 - - [2026-03-19 03:01:18] "POST /projects HTTP/1.1" 200 609 0.277715 10.0.0.27 - - [2026-03-19 03:01:18] "POST /access-control-lists HTTP/1.1" 200 608 0.025459 10.0.0.27 - - [2026-03-19 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.357674 10.0.0.41 - - [2026-03-19 03:01:18] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.855617 10.0.0.27 - - [2026-03-19 03:01:18] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000835 10.0.0.41 - - [2026-03-19 03:01:18] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?fields=virtual_networks HTTP/1.1" 200 1056 0.054208 10.0.0.27 - - [2026-03-19 03:01:18] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001180 10.0.0.41 - - [2026-03-19 03:01:19] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.041683 10.0.0.27 - - [2026-03-19 03:01:19] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001204 10.0.0.41 - - [2026-03-19 03:01:19] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?fields=security_groups HTTP/1.1" 200 1294 0.038894 10.0.0.41 - - [2026-03-19 03:01:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.038301 10.0.0.27 - - [2026-03-19 03:01:20] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004663 10.0.0.27 - - [2026-03-19 03:01:20] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.27 - - [2026-03-19 03:01:20] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006962 10.0.0.27 - - [2026-03-19 03:01:20] "POST /id-to-fqname HTTP/1.1" 200 196 0.005504 10.0.0.27 - - [2026-03-19 03:01:20] "POST /fqname-to-id HTTP/1.1" 404 205 0.002995 10.0.0.27 - - [2026-03-19 03:01:21] "POST /security-groups HTTP/1.1" 200 597 0.074169 10.0.0.27 - - [2026-03-19 03:01:21] "POST /fqname-to-id HTTP/1.1" 404 240 0.003939 10.0.0.27 - - [2026-03-19 03:01:21] "POST /projects HTTP/1.1" 200 597 0.277859 10.0.0.27 - - [2026-03-19 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.356491 10.0.0.27 - - [2026-03-19 03:01:21] "POST /access-control-lists HTTP/1.1" 200 600 0.031272 10.0.0.41 - - [2026-03-19 03:01:21] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.501833 10.0.0.41 - - [2026-03-19 03:01:22] "GET / HTTP/1.1" 200 35931 0.002226 10.0.0.41 - - [2026-03-19 03:01:24] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2026-03-19 03:01:25] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001248 10.0.0.41 - - [2026-03-19 03:01:25] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.090312 10.0.0.41 - - [2026-03-19 03:01:25] "GET / HTTP/1.1" 200 35931 0.001538 10.0.0.41 - - [2026-03-19 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.27 - - [2026-03-19 03:01:26] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.41 - - [2026-03-19 03:01:26] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007336 10.0.0.41 - - [2026-03-19 03:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2026-03-19 03:01:26] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001098 10.0.0.41 - - [2026-03-19 03:01:26] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.054683 10.0.0.41 - - [2026-03-19 03:01:27] "GET /domains HTTP/1.1" 401 292 0.000423 10.0.0.41 - - [2026-03-19 03:01:27] "GET /domains HTTP/1.1" 200 280 0.032601 10.0.0.27 - - [2026-03-19 03:01:27] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.41 - - [2026-03-19 03:01:27] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76 HTTP/1.1" 200 2778 0.011238 10.0.0.27 - - [2026-03-19 03:01:27] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000897 10.0.0.41 - - [2026-03-19 03:01:27] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f HTTP/1.1" 200 1887 0.092156 10.0.0.41 - - [2026-03-19 03:01:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003194 10.0.0.41 - - [2026-03-19 03:01:27] "POST /network-ipams HTTP/1.1" 200 603 0.029459 10.0.0.41 - - [2026-03-19 03:01:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003163 10.0.0.41 - - [2026-03-19 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.41 - - [2026-03-19 03:01:27] "GET /network-ipam/daef3cff-d08b-4f4d-8a9a-d016eac31409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.005972 10.0.0.41 - - [2026-03-19 03:01:27] "PUT /network-ipam/daef3cff-d08b-4f4d-8a9a-d016eac31409 HTTP/1.1" 200 258 0.015687 10.0.0.41 - - [2026-03-19 03:01:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.41 - - [2026-03-19 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.041475 10.0.0.27 - - [2026-03-19 03:01:28] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000918 10.0.0.41 - - [2026-03-19 03:01:28] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041469 10.0.0.27 - - [2026-03-19 03:01:28] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001155 10.0.0.41 - - [2026-03-19 03:01:28] "POST /neutron/network HTTP/1.1" 200 617 0.145846 10.0.0.41 - - [2026-03-19 03:01:29] "POST /neutron/network HTTP/1.1" 200 1074 0.011150 10.0.0.41 - - [2026-03-19 03:01:29] "POST /id-to-fqname HTTP/1.1" 200 229 0.001208 10.0.0.41 - - [2026-03-19 03:01:29] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005882 10.0.0.41 - - [2026-03-19 03:01:29] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005198 10.0.0.41 - - [2026-03-19 03:01:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.008707 10.0.0.41 - - [2026-03-19 03:01:30] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005586 10.0.0.41 - - [2026-03-19 03:01:30] "GET /obj-perms HTTP/1.1" 200 5013 0.067044 10.0.0.242 - - [2026-03-19 03:01:31] "GET /obj-perms HTTP/1.1" 200 5013 0.062015 10.0.0.41 - - [2026-03-19 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.27 - - [2026-03-19 03:01:31] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001061 10.0.0.41 - - [2026-03-19 03:01:31] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.042319 10.0.0.27 - - [2026-03-19 03:01:31] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000969 10.0.0.41 - - [2026-03-19 03:01:31] "POST /neutron/network HTTP/1.1" 200 617 0.131388 10.0.0.27 - - [2026-03-19 03:01:31] "POST /route-targets HTTP/1.1" 200 327 0.013895 10.0.0.41 - - [2026-03-19 03:01:32] "POST /neutron/network HTTP/1.1" 200 1074 0.012190 10.0.0.41 - - [2026-03-19 03:01:32] "POST /id-to-fqname HTTP/1.1" 200 229 0.001052 10.0.0.41 - - [2026-03-19 03:01:32] "GET /virtual-network/7948cc00-736a-42da-b96d-6fdbf9e7db71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005402 10.0.0.41 - - [2026-03-19 03:01:32] "GET /virtual-network/7948cc00-736a-42da-b96d-6fdbf9e7db71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005310 10.0.0.41 - - [2026-03-19 03:01:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.012272 10.0.0.41 - - [2026-03-19 03:01:32] "GET /virtual-network/7948cc00-736a-42da-b96d-6fdbf9e7db71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005190 10.0.0.41 - - [2026-03-19 03:01:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.003133 10.0.0.41 - - [2026-03-19 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.27 - - [2026-03-19 03:01:33] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000989 10.0.0.41 - - [2026-03-19 03:01:33] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039304 10.0.0.41 - - [2026-03-19 03:01:33] "POST /network-policys HTTP/1.1" 200 527 0.028261 10.0.0.41 - - [2026-03-19 03:01:33] "GET /network-policy/9bacb136-91df-4d32-9dac-53974156357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006760 10.0.0.41 - - [2026-03-19 03:01:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.004795 10.0.0.41 - - [2026-03-19 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.27 - - [2026-03-19 03:01:33] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000947 10.0.0.41 - - [2026-03-19 03:01:33] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.056031 10.0.0.41 - - [2026-03-19 03:01:33] "POST /network-policys HTTP/1.1" 200 527 0.042042 10.0.0.41 - - [2026-03-19 03:01:33] "GET /network-policy/52b88c3f-d434-40ed-8a33-f80cc5ed60bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.005586 10.0.0.41 - - [2026-03-19 03:01:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.002753 10.0.0.41 - - [2026-03-19 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.27 - - [2026-03-19 03:01:33] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000953 10.0.0.41 - - [2026-03-19 03:01:33] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043666 10.0.0.41 - - [2026-03-19 03:01:34] "POST /network-policys HTTP/1.1" 200 527 0.030243 10.0.0.41 - - [2026-03-19 03:01:34] "GET /network-policy/27bd696d-eac4-4aae-83fb-1674bf2c6d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.006158 10.0.0.41 - - [2026-03-19 03:01:34] "POST /fqname-to-id HTTP/1.1" 404 205 0.002966 10.0.0.41 - - [2026-03-19 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.27 - - [2026-03-19 03:01:34] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000979 10.0.0.41 - - [2026-03-19 03:01:34] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.036028 10.0.0.41 - - [2026-03-19 03:01:34] "POST /network-policys HTTP/1.1" 200 527 0.030005 10.0.0.41 - - [2026-03-19 03:01:34] "GET /network-policy/0453ba3a-afde-4622-968a-00309f89e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.007600 10.0.0.41 - - [2026-03-19 03:01:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.002897 10.0.0.41 - - [2026-03-19 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2026-03-19 03:01:34] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000907 10.0.0.41 - - [2026-03-19 03:01:34] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050950 10.0.0.41 - - [2026-03-19 03:01:34] "POST /network-policys HTTP/1.1" 200 531 0.028904 10.0.0.41 - - [2026-03-19 03:01:34] "GET /network-policy/513f4529-c326-4384-a1c3-6aa43e38b31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.006339 10.0.0.41 - - [2026-03-19 03:01:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.003031 10.0.0.41 - - [2026-03-19 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.27 - - [2026-03-19 03:01:34] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001273 10.0.0.41 - - [2026-03-19 03:01:35] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.052472 10.0.0.41 - - [2026-03-19 03:01:35] "POST /network-policys HTTP/1.1" 200 529 0.026253 10.0.0.41 - - [2026-03-19 03:01:35] "GET /network-policy/6a26e778-6275-41f2-bebb-9273e65a01ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006909 10.0.0.41 - - [2026-03-19 03:01:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.003175 10.0.0.41 - - [2026-03-19 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.27 - - [2026-03-19 03:01:35] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000977 10.0.0.41 - - [2026-03-19 03:01:35] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.045459 10.0.0.41 - - [2026-03-19 03:01:35] "POST /network-policys HTTP/1.1" 200 529 0.028223 10.0.0.41 - - [2026-03-19 03:01:35] "GET /network-policy/4c9b401e-56df-473d-9af5-7447d0c5a188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006727 10.0.0.41 - - [2026-03-19 03:01:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.002897 10.0.0.41 - - [2026-03-19 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2026-03-19 03:01:35] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000920 10.0.0.41 - - [2026-03-19 03:01:35] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.042663 10.0.0.41 - - [2026-03-19 03:01:35] "POST /network-policys HTTP/1.1" 200 529 0.027632 10.0.0.41 - - [2026-03-19 03:01:35] "GET /network-policy/9f519ce2-bdc4-4a32-bcae-a843fd7ce7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006200 10.0.0.41 - - [2026-03-19 03:01:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.003050 10.0.0.41 - - [2026-03-19 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.27 - - [2026-03-19 03:01:36] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000883 10.0.0.41 - - [2026-03-19 03:01:36] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041395 10.0.0.41 - - [2026-03-19 03:01:36] "POST /network-policys HTTP/1.1" 200 529 0.029253 10.0.0.41 - - [2026-03-19 03:01:36] "GET /network-policy/8725f8c2-a4ad-4670-85ae-cf6a3a3bd4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007041 10.0.0.41 - - [2026-03-19 03:01:36] "POST /fqname-to-id HTTP/1.1" 404 208 0.005332 10.0.0.41 - - [2026-03-19 03:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.27 - - [2026-03-19 03:01:36] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001039 10.0.0.41 - - [2026-03-19 03:01:36] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.040664 10.0.0.41 - - [2026-03-19 03:01:36] "POST /network-policys HTTP/1.1" 200 533 0.025967 10.0.0.41 - - [2026-03-19 03:01:36] "GET /network-policy/735cc928-746e-4cf9-ba72-25b2890cc2de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1126 0.006179 10.0.0.41 - - [2026-03-19 03:01:36] "POST /neutron/network HTTP/1.1" 200 1157 0.076660 10.0.0.27 - - [2026-03-19 03:01:36] "POST /access-control-lists HTTP/1.1" 200 603 0.053918 10.0.0.41 - - [2026-03-19 03:01:37] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.009717 10.0.0.41 - - [2026-03-19 03:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.41 - - [2026-03-19 03:01:37] "GET /network-policy/9bacb136-91df-4d32-9dac-53974156357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003853 10.0.0.41 - - [2026-03-19 03:01:37] "POST /neutron/network HTTP/1.1" 200 1159 0.077356 10.0.0.27 - - [2026-03-19 03:01:37] "POST /ref-update HTTP/1.1" 200 156 0.025445 10.0.0.41 - - [2026-03-19 03:01:37] "GET /virtual-network/7948cc00-736a-42da-b96d-6fdbf9e7db71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005854 10.0.0.41 - - [2026-03-19 03:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.011102 10.0.0.41 - - [2026-03-19 03:01:37] "GET /network-policy/513f4529-c326-4384-a1c3-6aa43e38b31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.003789 10.0.0.41 - - [2026-03-19 03:01:37] "POST /id-to-fqname HTTP/1.1" 200 229 0.001201 10.0.0.27 - - [2026-03-19 03:01:38] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001088 10.0.0.41 - - [2026-03-19 03:01:38] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.064446 10.0.0.41 - - [2026-03-19 03:01:38] "POST /neutron/network HTTP/1.1" 200 1157 0.009886 10.0.0.41 - - [2026-03-19 03:01:38] "POST /id-to-fqname HTTP/1.1" 200 229 0.001380 10.0.0.41 - - [2026-03-19 03:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.005980 10.0.0.27 - - [2026-03-19 03:01:39] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001276 10.0.0.41 - - [2026-03-19 03:01:39] "POST /neutron/port HTTP/1.1" 200 1061 0.301881 10.0.0.41 - - [2026-03-19 03:01:39] "POST /neutron/port HTTP/1.1" 200 1115 0.107226 10.0.0.27 - - [2026-03-19 03:01:39] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000883 10.0.0.41 - - [2026-03-19 03:01:39] "POST /neutron/subnet HTTP/1.1" 200 675 0.010820 10.0.0.41 - - [2026-03-19 03:01:39] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.067441 10.0.0.41 - - [2026-03-19 03:01:39] "POST /neutron/network HTTP/1.1" 200 1159 0.008365 10.0.0.41 - - [2026-03-19 03:01:39] "POST /neutron/port HTTP/1.1" 200 117 0.009494 10.0.0.41 - - [2026-03-19 03:01:40] "POST /neutron/network HTTP/1.1" 200 1169 0.006616 10.0.0.41 - - [2026-03-19 03:01:40] "POST /neutron/port HTTP/1.1" 200 1061 0.038714 10.0.0.41 - - [2026-03-19 03:01:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003816 10.0.0.41 - - [2026-03-19 03:01:41] "POST /neutron/network HTTP/1.1" 200 1159 0.008159 10.0.0.41 - - [2026-03-19 03:01:45] "POST /neutron/port HTTP/1.1" 200 1125 0.016298 10.0.0.41 - - [2026-03-19 03:01:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007728 10.0.0.41 - - [2026-03-19 03:01:45] "GET /virtual-machine/33071656-14b5-41f5-ab31-792c11c68bbe HTTP/1.1" 401 292 0.000406 10.0.0.41 - - [2026-03-19 03:01:45] "GET /virtual-machine/33071656-14b5-41f5-ab31-792c11c68bbe HTTP/1.1" 200 1298 0.031507 10.0.0.41 - - [2026-03-19 03:01:45] "GET /virtual-machine-interface/b28bd40d-3927-4c2e-87c4-f4604d482a68 HTTP/1.1" 200 2950 0.004941 10.0.0.41 - - [2026-03-19 03:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.41 - - [2026-03-19 03:01:45] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004428 10.0.0.41 - - [2026-03-19 03:01:45] "GET /virtual-networks?parent_id=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002504 10.0.0.41 - - [2026-03-19 03:01:45] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006652 10.0.0.41 - - [2026-03-19 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.41 - - [2026-03-19 03:01:48] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005051 10.0.0.41 - - [2026-03-19 03:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.41 - - [2026-03-19 03:01:53] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005628 10.0.0.27 - - [2026-03-19 03:01:53] "DELETE /project/7df75086a7ed4e9ba2a4316146c3b43f HTTP/1.1" 404 173 0.007487 10.0.0.27 - - [2026-03-19 03:01:53] "DELETE /project/fd104c1926fc4874a86f8e173a602b82 HTTP/1.1" 404 173 0.006324 10.0.0.27 - - [2026-03-19 03:01:53] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001085 10.0.0.27 - - [2026-03-19 03:01:53] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.048402 10.0.0.27 - - [2026-03-19 03:01:53] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.27 - - [2026-03-19 03:01:53] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?fields=security_groups HTTP/1.1" 200 1399 0.041274 10.0.0.27 - - [2026-03-19 03:01:53] "DELETE /security-group/f89b6cfc-d4f1-4378-89de-42b5551816e3 HTTP/1.1" 200 115 0.055822 10.0.0.27 - - [2026-03-19 03:01:53] "GET /projects?obj_uuids=fd104c19-26fc-4874-a86f-8e173a602b82&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.27 - - [2026-03-19 03:01:53] "DELETE /access-control-list/89779f0b-37ef-4465-a452-23262e590b0a HTTP/1.1" 200 115 0.042627 10.0.0.27 - - [2026-03-19 03:01:53] "GET /project/fd104c19-26fc-4874-a86f-8e173a602b82?fields=application_policy_sets HTTP/1.1" 200 1438 0.045828 10.0.0.27 - - [2026-03-19 03:01:53] "DELETE /project/fd104c19-26fc-4874-a86f-8e173a602b82 HTTP/1.1" 200 115 0.416457 10.0.0.41 - - [2026-03-19 03:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.41 - - [2026-03-19 03:01:57] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005134 10.0.0.41 - - [2026-03-19 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.41 - - [2026-03-19 03:02:01] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006207 10.0.0.41 - - [2026-03-19 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.41 - - [2026-03-19 03:02:05] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008498 10.0.0.41 - - [2026-03-19 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.41 - - [2026-03-19 03:02:09] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005407 10.0.0.41 - - [2026-03-19 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.41 - - [2026-03-19 03:02:13] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004980 10.0.0.41 - - [2026-03-19 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.41 - - [2026-03-19 03:02:17] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005450 10.0.0.41 - - [2026-03-19 03:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.41 - - [2026-03-19 03:02:19] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003523 10.0.0.41 - - [2026-03-19 03:02:19] "GET /virtual-networks?parent_id=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003050 10.0.0.41 - - [2026-03-19 03:02:19] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005924 10.0.0.27 - - [2026-03-19 03:02:20] "GET /obj-perms HTTP/1.1" 200 5056 0.051469 10.0.0.41 - - [2026-03-19 03:02:22] "POST /neutron/port HTTP/1.1" 200 1125 0.017115 10.0.0.41 - - [2026-03-19 03:02:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003700 10.0.0.41 - - [2026-03-19 03:02:23] "POST /neutron/network HTTP/1.1" 200 1157 0.008554 10.0.0.41 - - [2026-03-19 03:02:29] "POST /neutron/port HTTP/1.1" 200 1125 0.017440 10.0.0.41 - - [2026-03-19 03:02:30] "POST /neutron/port HTTP/1.1" 200 1125 0.019365 10.0.0.41 - - [2026-03-19 03:02:30] "POST /neutron/subnet HTTP/1.1" 200 675 0.010732 10.0.0.41 - - [2026-03-19 03:02:30] "POST /neutron/port HTTP/1.1" 200 1125 0.015755 10.0.0.41 - - [2026-03-19 03:02:35] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007754 10.0.0.41 - - [2026-03-19 03:02:40] "POST /neutron/port HTTP/1.1" 200 1125 0.016081 10.0.0.41 - - [2026-03-19 03:02:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006846 10.0.0.41 - - [2026-03-19 03:02:40] "GET /virtual-machine/52e8deca-6019-4e83-b7a7-0f0029058c5d HTTP/1.1" 200 1298 0.005473 10.0.0.41 - - [2026-03-19 03:02:40] "GET /virtual-machine-interface/3d50b8f1-456c-48bd-a64a-7e7c0432813f HTTP/1.1" 200 2950 0.005034 10.0.0.41 - - [2026-03-19 03:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.41 - - [2026-03-19 03:02:40] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003452 10.0.0.41 - - [2026-03-19 03:02:40] "GET /virtual-networks?parent_id=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002875 10.0.0.41 - - [2026-03-19 03:02:41] "GET /virtual-network/7948cc00-736a-42da-b96d-6fdbf9e7db71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005135 10.0.0.41 - - [2026-03-19 03:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.41 - - [2026-03-19 03:02:42] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004445 10.0.0.41 - - [2026-03-19 03:02:42] "GET /virtual-networks?parent_id=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002942 10.0.0.41 - - [2026-03-19 03:02:42] "GET /virtual-network/7948cc00-736a-42da-b96d-6fdbf9e7db71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006274 10.0.0.41 - - [2026-03-19 03:02:42] "POST /neutron/port HTTP/1.1" 200 1125 0.016498 10.0.0.41 - - [2026-03-19 03:02:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007184 10.0.0.41 - - [2026-03-19 03:02:52] "POST /neutron/port HTTP/1.1" 200 1125 0.018509 10.0.0.41 - - [2026-03-19 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.41 - - [2026-03-19 03:02:53] "GET /network-policy/513f4529-c326-4384-a1c3-6aa43e38b31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.003480 10.0.0.41 - - [2026-03-19 03:02:53] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008113 10.0.0.41 - - [2026-03-19 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.41 - - [2026-03-19 03:02:53] "GET /network-policy/9bacb136-91df-4d32-9dac-53974156357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003434 10.0.0.41 - - [2026-03-19 03:02:53] "POST /neutron/network HTTP/1.1" 200 1157 0.010236 10.0.0.41 - - [2026-03-19 03:02:53] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004905 10.0.0.41 - - [2026-03-19 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.41 - - [2026-03-19 03:02:53] "GET /network-policy/52b88c3f-d434-40ed-8a33-f80cc5ed60bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.004468 10.0.0.41 - - [2026-03-19 03:03:24] "POST /neutron/network HTTP/1.1" 200 1167 0.006417 10.0.0.41 - - [2026-03-19 03:03:24] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.41 - - [2026-03-19 03:03:30] "POST /neutron/port HTTP/1.1" 200 1125 0.018190 10.0.0.41 - - [2026-03-19 03:03:30] "POST /neutron/subnet HTTP/1.1" 200 675 0.010164 10.0.0.41 - - [2026-03-19 03:03:51] "POST /neutron/network HTTP/1.1" 200 1157 0.009685 10.0.0.27 - - [2026-03-19 03:03:51] "PUT /access-control-list/23f5f365-b935-4b6d-9266-e2a8f9564305 HTTP/1.1" 200 272 0.075790 10.0.0.41 - - [2026-03-19 03:03:51] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.015601 10.0.0.41 - - [2026-03-19 03:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006931 10.0.0.41 - - [2026-03-19 03:03:51] "GET /network-policy/735cc928-746e-4cf9-ba72-25b2890cc2de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1126 0.021067 10.0.0.27 - - [2026-03-19 03:03:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.27 - - [2026-03-19 03:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.242 - - [2026-03-19 03:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.242 - - [2026-03-19 03:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2026-03-19 03:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2026-03-19 03:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.242 - - [2026-03-19 03:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.242 - - [2026-03-19 03:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000880 10.0.0.41 - - [2026-03-19 03:03:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000822 10.0.0.41 - - [2026-03-19 03:03:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.41 - - [2026-03-19 03:03:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.41 - - [2026-03-19 03:03:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.41 - - [2026-03-19 03:03:59] "POST /neutron/network HTTP/1.1" 200 1160 0.008714 10.0.0.41 - - [2026-03-19 03:04:00] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006742 10.0.0.41 - - [2026-03-19 03:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2026-03-19 03:04:00] "POST /ref-update HTTP/1.1" 200 156 0.029251 10.0.0.41 - - [2026-03-19 03:04:00] "GET /network-policy/27bd696d-eac4-4aae-83fb-1674bf2c6d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.004720 10.0.0.41 - - [2026-03-19 03:04:08] "POST /neutron/network HTTP/1.1" 200 1157 0.010476 10.0.0.41 - - [2026-03-19 03:04:08] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007303 10.0.0.41 - - [2026-03-19 03:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006201 10.0.0.41 - - [2026-03-19 03:04:08] "GET /network-policy/0453ba3a-afde-4622-968a-00309f89e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.003850 10.0.0.41 - - [2026-03-19 03:04:16] "POST /neutron/network HTTP/1.1" 200 1157 0.012207 10.0.0.41 - - [2026-03-19 03:04:16] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006916 10.0.0.27 - - [2026-03-19 03:04:16] "POST /ref-update HTTP/1.1" 200 156 0.035999 10.0.0.41 - - [2026-03-19 03:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.016451 10.0.0.41 - - [2026-03-19 03:04:16] "GET /network-policy/6a26e778-6275-41f2-bebb-9273e65a01ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.003925 10.0.0.41 - - [2026-03-19 03:04:22] "GET /obj-perms HTTP/1.1" 200 5056 0.056251 10.0.0.242 - - [2026-03-19 03:04:22] "GET /obj-perms HTTP/1.1" 200 5056 0.053551 10.0.0.41 - - [2026-03-19 03:04:25] "POST /neutron/network HTTP/1.1" 200 1158 0.073299 10.0.0.41 - - [2026-03-19 03:04:25] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.012513 10.0.0.41 - - [2026-03-19 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.013057 10.0.0.41 - - [2026-03-19 03:04:25] "GET /network-policy/4c9b401e-56df-473d-9af5-7447d0c5a188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004350 10.0.0.41 - - [2026-03-19 03:04:26] "POST /neutron/port HTTP/1.1" 200 1125 0.050802 10.0.0.41 - - [2026-03-19 03:04:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003533 10.0.0.41 - - [2026-03-19 03:04:26] "POST /neutron/network HTTP/1.1" 200 1158 0.007946 10.0.0.41 - - [2026-03-19 03:04:31] "POST /neutron/network HTTP/1.1" 200 1169 0.008939 10.0.0.41 - - [2026-03-19 03:04:31] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.27 - - [2026-03-19 03:04:33] "PUT /access-control-list/23f5f365-b935-4b6d-9266-e2a8f9564305 HTTP/1.1" 200 272 0.026662 10.0.0.41 - - [2026-03-19 03:04:33] "POST /neutron/network HTTP/1.1" 200 1158 0.110542 10.0.0.41 - - [2026-03-19 03:04:33] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005585 10.0.0.41 - - [2026-03-19 03:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.41 - - [2026-03-19 03:04:33] "GET /network-policy/9f519ce2-bdc4-4a32-bcae-a843fd7ce7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003996 10.0.0.41 - - [2026-03-19 03:04:41] "POST /neutron/network HTTP/1.1" 200 1158 0.093787 10.0.0.41 - - [2026-03-19 03:04:41] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005276 10.0.0.41 - - [2026-03-19 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.41 - - [2026-03-19 03:04:41] "GET /network-policy/8725f8c2-a4ad-4670-85ae-cf6a3a3bd4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004349 10.0.0.41 - - [2026-03-19 03:04:49] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005607 10.0.0.41 - - [2026-03-19 03:04:49] "POST /neutron/network HTTP/1.1" 200 1074 0.068272 10.0.0.41 - - [2026-03-19 03:04:49] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.019624 10.0.0.27 - - [2026-03-19 03:04:49] "POST /ref-update HTTP/1.1" 200 156 0.035134 10.0.0.41 - - [2026-03-19 03:04:49] "GET /virtual-machine/52e8deca-6019-4e83-b7a7-0f0029058c5d HTTP/1.1" 200 1298 0.003678 10.0.0.41 - - [2026-03-19 03:04:50] "POST /neutron/port HTTP/1.1" 200 1115 0.014001 10.0.0.41 - - [2026-03-19 03:04:51] "GET /virtual-machine/52e8deca-6019-4e83-b7a7-0f0029058c5d HTTP/1.1" 404 171 0.004576 10.0.0.41 - - [2026-03-19 03:04:51] "GET /virtual-machine/52e8deca-6019-4e83-b7a7-0f0029058c5d HTTP/1.1" 404 171 0.002826 10.0.0.41 - - [2026-03-19 03:04:51] "GET /virtual-machine/52e8deca-6019-4e83-b7a7-0f0029058c5d HTTP/1.1" 404 171 0.003231 10.0.0.41 - - [2026-03-19 03:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.41 - - [2026-03-19 03:04:51] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003395 10.0.0.41 - - [2026-03-19 03:04:51] "GET /virtual-networks?parent_id=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003120 10.0.0.41 - - [2026-03-19 03:04:51] "GET /virtual-network/7948cc00-736a-42da-b96d-6fdbf9e7db71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006212 10.0.0.41 - - [2026-03-19 03:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.41 - - [2026-03-19 03:04:51] "GET /routing-instance/5aa9db90-6cb3-49e1-93d2-9ecda97a2235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004723 10.0.0.41 - - [2026-03-19 03:04:52] "GET /route-target/54188cda-bc91-4815-ad53-b51ca4ac591f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003941 10.0.0.27 - - [2026-03-19 03:04:55] "GET /obj-perms HTTP/1.1" 200 5013 0.069438 10.0.0.41 - - [2026-03-19 03:04:58] "GET /obj-perms HTTP/1.1" 200 5013 0.003714 10.0.0.27 - - [2026-03-19 03:05:04] "GET /obj-perms HTTP/1.1" 200 5013 0.003940 10.0.0.41 - - [2026-03-19 03:05:07] "GET /obj-perms HTTP/1.1" 200 5013 0.003556 10.0.0.27 - - [2026-03-19 03:05:13] "GET /obj-perms HTTP/1.1" 200 5013 0.003694 10.0.0.41 - - [2026-03-19 03:05:13] "GET /obj-perms HTTP/1.1" 200 5013 0.003437 10.0.0.41 - - [2026-03-19 03:05:13] "GET /virtual-machine/33071656-14b5-41f5-ab31-792c11c68bbe HTTP/1.1" 200 1298 0.003792 10.0.0.41 - - [2026-03-19 03:05:14] "POST /neutron/port HTTP/1.1" 200 1115 0.013197 10.0.0.41 - - [2026-03-19 03:05:15] "GET /virtual-machine/33071656-14b5-41f5-ab31-792c11c68bbe HTTP/1.1" 404 171 0.003440 10.0.0.41 - - [2026-03-19 03:05:15] "GET /virtual-machine/33071656-14b5-41f5-ab31-792c11c68bbe HTTP/1.1" 404 171 0.002693 10.0.0.41 - - [2026-03-19 03:05:15] "GET /virtual-machine/33071656-14b5-41f5-ab31-792c11c68bbe HTTP/1.1" 404 171 0.003240 10.0.0.41 - - [2026-03-19 03:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.41 - - [2026-03-19 03:05:16] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003773 10.0.0.41 - - [2026-03-19 03:05:16] "GET /virtual-networks?parent_id=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003231 10.0.0.41 - - [2026-03-19 03:05:16] "GET /virtual-network/cdab101d-b92e-4c88-a5c2-8f7a0d67684d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005948 10.0.0.41 - - [2026-03-19 03:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.41 - - [2026-03-19 03:05:16] "GET /routing-instance/c437cdf1-423e-4b8d-8163-4c38d8c8e268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004788 10.0.0.41 - - [2026-03-19 03:05:16] "GET /route-target/e9286aa8-3fdc-4b95-8430-d5b09810c55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004034 10.0.0.41 - - [2026-03-19 03:05:19] "GET /obj-perms HTTP/1.1" 200 5013 0.003381 10.0.0.27 - - [2026-03-19 03:05:19] "GET /obj-perms HTTP/1.1" 200 5013 0.003873 10.0.0.41 - - [2026-03-19 03:05:25] "GET /obj-perms HTTP/1.1" 200 5013 0.003759 10.0.0.27 - - [2026-03-19 03:05:25] "GET /obj-perms HTTP/1.1" 200 5013 0.003502 10.0.0.41 - - [2026-03-19 03:05:34] "GET /obj-perms HTTP/1.1" 200 5013 0.003633 10.0.0.27 - - [2026-03-19 03:05:34] "GET /obj-perms HTTP/1.1" 200 5013 0.003442 10.0.0.41 - - [2026-03-19 03:05:43] "GET /obj-perms HTTP/1.1" 200 5013 0.004359 10.0.0.27 - - [2026-03-19 03:05:43] "GET /obj-perms HTTP/1.1" 200 5013 0.004812 10.0.0.41 - - [2026-03-19 03:05:44] "GET /virtual-network/7948cc00-736a-42da-b96d-6fdbf9e7db71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005083 10.0.0.41 - - [2026-03-19 03:05:44] "POST /neutron/network HTTP/1.1" 200 1074 0.072331 10.0.0.41 - - [2026-03-19 03:05:44] "GET /virtual-network/7948cc00-736a-42da-b96d-6fdbf9e7db71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.010313 10.0.0.41 - - [2026-03-19 03:05:44] "DELETE /network-policy/735cc928-746e-4cf9-ba72-25b2890cc2de HTTP/1.1" 200 115 0.030959 10.0.0.41 - - [2026-03-19 03:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.27 - - [2026-03-19 03:05:44] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.037085 10.0.0.41 - - [2026-03-19 03:05:44] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.072744 10.0.0.41 - - [2026-03-19 03:05:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-08204495&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005478 10.0.0.41 - - [2026-03-19 03:05:44] "DELETE /network-policy/8725f8c2-a4ad-4670-85ae-cf6a3a3bd4eb HTTP/1.1" 200 115 0.037216 10.0.0.41 - - [2026-03-19 03:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005222 10.0.0.27 - - [2026-03-19 03:05:44] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001195 10.0.0.41 - - [2026-03-19 03:05:44] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.042228 10.0.0.41 - - [2026-03-19 03:05:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-08204495&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006487 10.0.0.41 - - [2026-03-19 03:05:44] "DELETE /network-policy/9f519ce2-bdc4-4a32-bcae-a843fd7ce7d1 HTTP/1.1" 200 115 0.036016 10.0.0.41 - - [2026-03-19 03:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.27 - - [2026-03-19 03:05:45] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001221 10.0.0.41 - - [2026-03-19 03:05:45] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038618 10.0.0.41 - - [2026-03-19 03:05:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-08204495&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.006194 10.0.0.41 - - [2026-03-19 03:05:45] "DELETE /network-policy/4c9b401e-56df-473d-9af5-7447d0c5a188 HTTP/1.1" 200 115 0.037949 10.0.0.41 - - [2026-03-19 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.27 - - [2026-03-19 03:05:45] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001278 10.0.0.41 - - [2026-03-19 03:05:45] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.040954 10.0.0.41 - - [2026-03-19 03:05:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-08204495&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005253 10.0.0.41 - - [2026-03-19 03:05:45] "DELETE /network-policy/6a26e778-6275-41f2-bebb-9273e65a01ac HTTP/1.1" 200 115 0.039660 10.0.0.41 - - [2026-03-19 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.27 - - [2026-03-19 03:05:45] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001232 10.0.0.41 - - [2026-03-19 03:05:45] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039149 10.0.0.41 - - [2026-03-19 03:05:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-08204495&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005591 10.0.0.41 - - [2026-03-19 03:05:45] "DELETE /network-policy/513f4529-c326-4384-a1c3-6aa43e38b31c HTTP/1.1" 200 115 0.034246 10.0.0.41 - - [2026-03-19 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.27 - - [2026-03-19 03:05:45] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001298 10.0.0.41 - - [2026-03-19 03:05:45] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.042093 10.0.0.41 - - [2026-03-19 03:05:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-08204495&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.004873 10.0.0.41 - - [2026-03-19 03:05:45] "DELETE /network-policy/0453ba3a-afde-4622-968a-00309f89e687 HTTP/1.1" 200 115 0.040367 10.0.0.41 - - [2026-03-19 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.27 - - [2026-03-19 03:05:45] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001198 10.0.0.41 - - [2026-03-19 03:05:45] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044402 10.0.0.41 - - [2026-03-19 03:05:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-08204495&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.004946 10.0.0.41 - - [2026-03-19 03:05:46] "DELETE /network-policy/27bd696d-eac4-4aae-83fb-1674bf2c6d11 HTTP/1.1" 200 115 0.035025 10.0.0.41 - - [2026-03-19 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.27 - - [2026-03-19 03:05:46] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001229 10.0.0.41 - - [2026-03-19 03:05:46] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043189 10.0.0.41 - - [2026-03-19 03:05:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-08204495&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005500 10.0.0.41 - - [2026-03-19 03:05:46] "DELETE /network-policy/52b88c3f-d434-40ed-8a33-f80cc5ed60bf HTTP/1.1" 200 115 0.038034 10.0.0.41 - - [2026-03-19 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.27 - - [2026-03-19 03:05:46] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001226 10.0.0.41 - - [2026-03-19 03:05:46] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.037719 10.0.0.41 - - [2026-03-19 03:05:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-08204495&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005083 10.0.0.41 - - [2026-03-19 03:05:46] "DELETE /network-policy/9bacb136-91df-4d32-9dac-53974156357c HTTP/1.1" 200 115 0.041940 10.0.0.41 - - [2026-03-19 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.27 - - [2026-03-19 03:05:46] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001169 10.0.0.41 - - [2026-03-19 03:05:46] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038644 10.0.0.41 - - [2026-03-19 03:05:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-08204495&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004861 10.0.0.27 - - [2026-03-19 03:05:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003847 10.0.0.27 - - [2026-03-19 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007066 10.0.0.27 - - [2026-03-19 03:05:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002843 10.0.0.27 - - [2026-03-19 03:05:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001848 10.0.0.27 - - [2026-03-19 03:05:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002112 10.0.0.41 - - [2026-03-19 03:05:46] "POST /neutron/network HTTP/1.1" 200 151 0.141196 10.0.0.27 - - [2026-03-19 03:05:47] "DELETE /route-target/e9286aa8-3fdc-4b95-8430-d5b09810c55f HTTP/1.1" 200 115 0.034745 10.0.0.41 - - [2026-03-19 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.41 - - [2026-03-19 03:05:47] "DELETE /network-ipam/daef3cff-d08b-4f4d-8a9a-d016eac31409 HTTP/1.1" 200 115 0.033810 10.0.0.41 - - [2026-03-19 03:05:47] "POST /fqname-to-id HTTP/1.1" 404 248 0.004091 10.0.0.27 - - [2026-03-19 03:05:47] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000856 10.0.0.27 - - [2026-03-19 03:05:47] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.033794 10.0.0.27 - - [2026-03-19 03:05:47] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001021 10.0.0.27 - - [2026-03-19 03:05:47] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?fields=security_groups HTTP/1.1" 200 1380 0.050389 10.0.0.27 - - [2026-03-19 03:05:47] "DELETE /security-group/6c2dcf9c-8164-4c32-b96b-75d0ed40744c HTTP/1.1" 200 115 0.051129 10.0.0.27 - - [2026-03-19 03:05:47] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001191 10.0.0.27 - - [2026-03-19 03:05:47] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?fields=application_policy_sets HTTP/1.1" 200 1419 0.063356 10.0.0.41 - - [2026-03-19 03:05:47] "DELETE /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f HTTP/1.1" 200 115 0.396433 10.0.0.27 - - [2026-03-19 03:05:47] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002348 10.0.0.41 - - [2026-03-19 03:05:47] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?fields=projects HTTP/1.1" 200 1245 0.012783 10.0.0.27 - - [2026-03-19 03:05:49] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002943 10.0.0.27 - - [2026-03-19 03:05:49] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.27 - - [2026-03-19 03:05:49] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041702 10.0.0.27 - - [2026-03-19 03:05:49] "POST /id-to-fqname HTTP/1.1" 200 196 0.003044 10.0.0.27 - - [2026-03-19 03:05:49] "POST /fqname-to-id HTTP/1.1" 404 205 0.007459 10.0.0.27 - - [2026-03-19 03:05:49] "POST /security-groups HTTP/1.1" 200 597 0.031451 10.0.0.27 - - [2026-03-19 03:05:49] "POST /fqname-to-id HTTP/1.1" 404 240 0.003402 10.0.0.27 - - [2026-03-19 03:05:49] "POST /projects HTTP/1.1" 200 597 0.237440 10.0.0.27 - - [2026-03-19 03:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.318659 10.0.0.27 - - [2026-03-19 03:05:49] "POST /access-control-lists HTTP/1.1" 200 600 0.026785 10.0.0.41 - - [2026-03-19 03:05:49] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.489418 10.0.0.27 - - [2026-03-19 03:05:49] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001865 10.0.0.41 - - [2026-03-19 03:05:49] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?fields=virtual_networks HTTP/1.1" 200 1043 0.058567 10.0.0.27 - - [2026-03-19 03:05:49] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000954 10.0.0.41 - - [2026-03-19 03:05:49] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.036532 10.0.0.27 - - [2026-03-19 03:05:49] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001160 10.0.0.41 - - [2026-03-19 03:05:49] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?fields=security_groups HTTP/1.1" 200 1275 0.034753 10.0.0.41 - - [2026-03-19 03:05:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.031729 10.0.0.27 - - [2026-03-19 03:05:50] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003300 10.0.0.27 - - [2026-03-19 03:05:50] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.27 - - [2026-03-19 03:05:50] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007089 10.0.0.27 - - [2026-03-19 03:05:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.003209 10.0.0.27 - - [2026-03-19 03:05:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.003238 10.0.0.27 - - [2026-03-19 03:05:51] "POST /security-groups HTTP/1.1" 200 603 0.029875 10.0.0.27 - - [2026-03-19 03:05:51] "POST /projects HTTP/1.1" 200 609 0.227900 10.0.0.27 - - [2026-03-19 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.262631 10.0.0.27 - - [2026-03-19 03:05:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.010981 10.0.0.41 - - [2026-03-19 03:05:51] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.395568 10.0.0.41 - - [2026-03-19 03:05:52] "GET / HTTP/1.1" 200 35931 0.003484 10.0.0.27 - - [2026-03-19 03:05:53] "DELETE /project/6cee9c062d1642169cc39196ad36e1a7 HTTP/1.1" 404 173 0.003398 10.0.0.27 - - [2026-03-19 03:05:53] "DELETE /project/7df75086a7ed4e9ba2a4316146c3b43f HTTP/1.1" 404 173 0.006545 10.0.0.27 - - [2026-03-19 03:05:53] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000841 10.0.0.27 - - [2026-03-19 03:05:54] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.040995 10.0.0.27 - - [2026-03-19 03:05:54] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000842 10.0.0.27 - - [2026-03-19 03:05:54] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?fields=security_groups HTTP/1.1" 200 1380 0.040534 10.0.0.27 - - [2026-03-19 03:05:54] "DELETE /security-group/537900e0-da33-4222-81b8-11c33649122d HTTP/1.1" 200 115 0.052684 10.0.0.27 - - [2026-03-19 03:05:54] "GET /projects?obj_uuids=7df75086-a7ed-4e9b-a2a4-316146c3b43f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000927 10.0.0.27 - - [2026-03-19 03:05:54] "GET /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f?fields=application_policy_sets HTTP/1.1" 200 1419 0.040019 10.0.0.27 - - [2026-03-19 03:05:54] "DELETE /access-control-list/5a04105b-a436-44fc-8b88-e23f0c82167a HTTP/1.1" 200 115 0.052465 10.0.0.27 - - [2026-03-19 03:05:54] "DELETE /project/7df75086-a7ed-4e9b-a2a4-316146c3b43f HTTP/1.1" 200 115 0.394884 10.0.0.41 - - [2026-03-19 03:05:54] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-03-19 03:05:55] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.41 - - [2026-03-19 03:05:55] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.063462 10.0.0.41 - - [2026-03-19 03:05:55] "GET / HTTP/1.1" 200 35931 0.001855 10.0.0.41 - - [2026-03-19 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.27 - - [2026-03-19 03:05:56] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.41 - - [2026-03-19 03:05:56] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006377 10.0.0.41 - - [2026-03-19 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2026-03-19 03:05:56] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.41 - - [2026-03-19 03:05:56] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038899 10.0.0.41 - - [2026-03-19 03:05:57] "GET /domains HTTP/1.1" 401 292 0.000336 10.0.0.41 - - [2026-03-19 03:05:57] "GET /domains HTTP/1.1" 200 280 0.034261 10.0.0.27 - - [2026-03-19 03:05:57] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000813 10.0.0.41 - - [2026-03-19 03:05:57] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76 HTTP/1.1" 200 2586 0.010633 10.0.0.27 - - [2026-03-19 03:05:57] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000809 10.0.0.41 - - [2026-03-19 03:05:57] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7 HTTP/1.1" 200 1923 0.085269 10.0.0.41 - - [2026-03-19 03:05:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003506 10.0.0.41 - - [2026-03-19 03:05:57] "POST /network-ipams HTTP/1.1" 200 621 0.031352 10.0.0.41 - - [2026-03-19 03:05:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003561 10.0.0.41 - - [2026-03-19 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.41 - - [2026-03-19 03:05:57] "GET /network-ipam/2fd16249-c0cb-4318-9876-50ef2c521d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.005755 10.0.0.41 - - [2026-03-19 03:05:57] "PUT /network-ipam/2fd16249-c0cb-4318-9876-50ef2c521d3e HTTP/1.1" 200 258 0.013205 10.0.0.41 - - [2026-03-19 03:05:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554 10.0.0.41 - - [2026-03-19 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.029150 10.0.0.27 - - [2026-03-19 03:05:58] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001260 10.0.0.41 - - [2026-03-19 03:05:58] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.057289 10.0.0.41 - - [2026-03-19 03:05:58] "POST /neutron/network HTTP/1.1" 200 117 0.039468 10.0.0.27 - - [2026-03-19 03:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.009595 10.0.0.41 - - [2026-03-19 03:05:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.254023 10.0.0.41 - - [2026-03-19 03:05:59] "POST /id-to-fqname HTTP/1.1" 200 235 0.001285 10.0.0.41 - - [2026-03-19 03:05:59] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006666 10.0.0.41 - - [2026-03-19 03:05:59] "POST /neutron/network HTTP/1.1" 200 1337 0.018803 10.0.0.41 - - [2026-03-19 03:05:59] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.004958 10.0.0.41 - - [2026-03-19 03:05:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.009811 10.0.0.41 - - [2026-03-19 03:06:00] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005973 10.0.0.41 - - [2026-03-19 03:06:01] "GET /obj-perms HTTP/1.1" 200 5019 0.092942 10.0.0.242 - - [2026-03-19 03:06:01] "GET /obj-perms HTTP/1.1" 200 5019 0.078111 10.0.0.41 - - [2026-03-19 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.27 - - [2026-03-19 03:06:02] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001200 10.0.0.41 - - [2026-03-19 03:06:02] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047781 10.0.0.27 - - [2026-03-19 03:06:02] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000864 10.0.0.41 - - [2026-03-19 03:06:02] "POST /neutron/network HTTP/1.1" 200 623 0.114474 10.0.0.27 - - [2026-03-19 03:06:02] "POST /route-targets HTTP/1.1" 200 327 0.012043 10.0.0.27 - - [2026-03-19 03:06:02] "POST /useragent-kv HTTP/1.1" 200 115 0.009634 10.0.0.41 - - [2026-03-19 03:06:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.201065 10.0.0.41 - - [2026-03-19 03:06:02] "POST /id-to-fqname HTTP/1.1" 200 235 0.001199 10.0.0.41 - - [2026-03-19 03:06:02] "GET /virtual-network/d900cc79-e36f-4689-ba2b-f4df65c90a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005893 10.0.0.41 - - [2026-03-19 03:06:02] "GET /virtual-network/d900cc79-e36f-4689-ba2b-f4df65c90a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006647 10.0.0.41 - - [2026-03-19 03:06:03] "POST /neutron/network HTTP/1.1" 200 1337 0.012694 10.0.0.41 - - [2026-03-19 03:06:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.009707 10.0.0.41 - - [2026-03-19 03:06:03] "GET /virtual-network/d900cc79-e36f-4689-ba2b-f4df65c90a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007459 10.0.0.27 - - [2026-03-19 03:06:03] "GET /obj-perms HTTP/1.1" 200 5019 0.056973 10.0.0.41 - - [2026-03-19 03:06:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.003259 10.0.0.41 - - [2026-03-19 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.27 - - [2026-03-19 03:06:03] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000882 10.0.0.41 - - [2026-03-19 03:06:03] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049834 10.0.0.41 - - [2026-03-19 03:06:03] "POST /network-policys HTTP/1.1" 200 533 0.029540 10.0.0.41 - - [2026-03-19 03:06:03] "GET /network-policy/534cedfe-b1ff-408e-adb1-b27247f3fd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.007046 10.0.0.41 - - [2026-03-19 03:06:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.006007 10.0.0.41 - - [2026-03-19 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.27 - - [2026-03-19 03:06:04] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001411 10.0.0.41 - - [2026-03-19 03:06:04] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.055078 10.0.0.41 - - [2026-03-19 03:06:04] "POST /network-policys HTTP/1.1" 200 533 0.029055 10.0.0.41 - - [2026-03-19 03:06:04] "GET /network-policy/c61315fd-0156-4957-adfb-f326679d2866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006438 10.0.0.41 - - [2026-03-19 03:06:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.003364 10.0.0.41 - - [2026-03-19 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.27 - - [2026-03-19 03:06:04] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000966 10.0.0.41 - - [2026-03-19 03:06:04] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.040938 10.0.0.41 - - [2026-03-19 03:06:04] "POST /network-policys HTTP/1.1" 200 533 0.028793 10.0.0.41 - - [2026-03-19 03:06:04] "GET /network-policy/861d2d5e-22c2-40fa-9f49-2a9995d29b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.006408 10.0.0.41 - - [2026-03-19 03:06:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.003857 10.0.0.41 - - [2026-03-19 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2026-03-19 03:06:04] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.41 - - [2026-03-19 03:06:04] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038442 10.0.0.41 - - [2026-03-19 03:06:05] "POST /network-policys HTTP/1.1" 200 533 0.030776 10.0.0.41 - - [2026-03-19 03:06:05] "GET /network-policy/b4937d0f-b2d4-4935-a7a8-642deb32ecc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005956 10.0.0.41 - - [2026-03-19 03:06:05] "POST /fqname-to-id HTTP/1.1" 404 213 0.003649 10.0.0.41 - - [2026-03-19 03:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.27 - - [2026-03-19 03:06:05] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000974 10.0.0.41 - - [2026-03-19 03:06:05] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041975 10.0.0.41 - - [2026-03-19 03:06:05] "POST /network-policys HTTP/1.1" 200 537 0.036398 10.0.0.41 - - [2026-03-19 03:06:05] "GET /network-policy/22af08c1-f740-4c6d-9d73-5a9356a6750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.006404 10.0.0.41 - - [2026-03-19 03:06:05] "POST /fqname-to-id HTTP/1.1" 404 212 0.003726 10.0.0.41 - - [2026-03-19 03:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2026-03-19 03:06:05] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000898 10.0.0.41 - - [2026-03-19 03:06:05] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041027 10.0.0.41 - - [2026-03-19 03:06:05] "POST /network-policys HTTP/1.1" 200 535 0.030698 10.0.0.41 - - [2026-03-19 03:06:05] "GET /network-policy/30c0e904-78c0-4123-8de2-b43f6ca97afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007136 10.0.0.41 - - [2026-03-19 03:06:06] "POST /fqname-to-id HTTP/1.1" 404 212 0.003355 10.0.0.41 - - [2026-03-19 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.27 - - [2026-03-19 03:06:06] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.41 - - [2026-03-19 03:06:06] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.040737 10.0.0.41 - - [2026-03-19 03:06:06] "POST /network-policys HTTP/1.1" 200 535 0.029385 10.0.0.41 - - [2026-03-19 03:06:06] "GET /network-policy/5e6290c5-afac-4ede-bd44-74d45cf989b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007061 10.0.0.41 - - [2026-03-19 03:06:06] "POST /fqname-to-id HTTP/1.1" 404 212 0.003285 10.0.0.41 - - [2026-03-19 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.27 - - [2026-03-19 03:06:06] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000930 10.0.0.41 - - [2026-03-19 03:06:06] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037852 10.0.0.41 - - [2026-03-19 03:06:06] "POST /network-policys HTTP/1.1" 200 535 0.038863 10.0.0.41 - - [2026-03-19 03:06:06] "GET /network-policy/de7e0556-25c4-4196-986f-6eb06bda3102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006219 10.0.0.41 - - [2026-03-19 03:06:06] "POST /fqname-to-id HTTP/1.1" 404 212 0.003297 10.0.0.41 - - [2026-03-19 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.27 - - [2026-03-19 03:06:06] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001183 10.0.0.41 - - [2026-03-19 03:06:06] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042512 10.0.0.41 - - [2026-03-19 03:06:06] "POST /network-policys HTTP/1.1" 200 535 0.029133 10.0.0.41 - - [2026-03-19 03:06:06] "GET /network-policy/8e13b3bf-97c5-41fe-818c-6860cd5078ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007084 10.0.0.41 - - [2026-03-19 03:06:07] "POST /fqname-to-id HTTP/1.1" 404 214 0.004517 10.0.0.41 - - [2026-03-19 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.27 - - [2026-03-19 03:06:07] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001288 10.0.0.41 - - [2026-03-19 03:06:07] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041420 10.0.0.41 - - [2026-03-19 03:06:07] "POST /network-policys HTTP/1.1" 200 539 0.026475 10.0.0.41 - - [2026-03-19 03:06:07] "GET /network-policy/39a1f19d-15c0-4a90-9afe-c27674423ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005888 10.0.0.27 - - [2026-03-19 03:06:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.044584 10.0.0.27 - - [2026-03-19 03:06:07] "POST /access-control-lists HTTP/1.1" 200 609 0.047939 10.0.0.41 - - [2026-03-19 03:06:07] "POST /neutron/network HTTP/1.1" 200 1425 0.035612 10.0.0.41 - - [2026-03-19 03:06:07] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006085 10.0.0.41 - - [2026-03-19 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.41 - - [2026-03-19 03:06:07] "GET /network-policy/534cedfe-b1ff-408e-adb1-b27247f3fd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.005291 10.0.0.41 - - [2026-03-19 03:06:08] "POST /neutron/network HTTP/1.1" 200 1427 0.029335 10.0.0.41 - - [2026-03-19 03:06:08] "GET /virtual-network/d900cc79-e36f-4689-ba2b-f4df65c90a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.009686 10.0.0.27 - - [2026-03-19 03:06:08] "POST /ref-update HTTP/1.1" 200 156 0.050153 10.0.0.41 - - [2026-03-19 03:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.018416 10.0.0.41 - - [2026-03-19 03:06:08] "GET /network-policy/22af08c1-f740-4c6d-9d73-5a9356a6750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.003699 10.0.0.41 - - [2026-03-19 03:06:08] "POST /id-to-fqname HTTP/1.1" 200 235 0.001240 10.0.0.27 - - [2026-03-19 03:06:09] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.41 - - [2026-03-19 03:06:09] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.071276 10.0.0.41 - - [2026-03-19 03:06:09] "POST /neutron/port HTTP/1.1" 200 117 0.005912 10.0.0.41 - - [2026-03-19 03:06:09] "POST /id-to-fqname HTTP/1.1" 200 235 0.001766 10.0.0.41 - - [2026-03-19 03:06:09] "POST /neutron/network HTTP/1.1" 200 1437 0.007033 10.0.0.41 - - [2026-03-19 03:06:10] "POST /neutron/port HTTP/1.1" 200 1174 0.022545 10.0.0.27 - - [2026-03-19 03:06:10] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.41 - - [2026-03-19 03:06:10] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.089859 10.0.0.41 - - [2026-03-19 03:06:10] "POST /neutron/network HTTP/1.1" 200 1427 0.055392 10.0.0.41 - - [2026-03-19 03:06:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003906 10.0.0.41 - - [2026-03-19 03:06:11] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.41 - - [2026-03-19 03:06:11] "POST /neutron/network HTTP/1.1" 200 1425 0.013892 10.0.0.41 - - [2026-03-19 03:06:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009530 10.0.0.41 - - [2026-03-19 03:06:11] "POST /neutron/port HTTP/1.1" 200 1174 0.024007 10.0.0.41 - - [2026-03-19 03:06:12] "POST /neutron/port HTTP/1.1" 200 1238 0.021394 10.0.0.41 - - [2026-03-19 03:06:12] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018151 10.0.0.41 - - [2026-03-19 03:06:12] "POST /neutron/network HTTP/1.1" 200 1427 0.013519 10.0.0.41 - - [2026-03-19 03:06:16] "POST /neutron/port HTTP/1.1" 200 1238 0.018843 10.0.0.41 - - [2026-03-19 03:06:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006687 10.0.0.41 - - [2026-03-19 03:06:16] "GET /virtual-machine/484494a0-42f0-48e5-b950-8e9d84c0ea31 HTTP/1.1" 401 292 0.000390 10.0.0.41 - - [2026-03-19 03:06:16] "GET /virtual-machine/484494a0-42f0-48e5-b950-8e9d84c0ea31 HTTP/1.1" 200 1304 0.035720 10.0.0.41 - - [2026-03-19 03:06:16] "GET /virtual-machine-interface/bef47e6d-ecef-4d9b-82ea-dce7dc36b97c HTTP/1.1" 200 3168 0.005025 10.0.0.41 - - [2026-03-19 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.41 - - [2026-03-19 03:06:16] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003945 10.0.0.41 - - [2026-03-19 03:06:16] "GET /virtual-networks?parent_id=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002661 10.0.0.41 - - [2026-03-19 03:06:16] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005983 10.0.0.41 - - [2026-03-19 03:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.41 - - [2026-03-19 03:06:20] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005645 10.0.0.41 - - [2026-03-19 03:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.41 - - [2026-03-19 03:06:24] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005634 10.0.0.41 - - [2026-03-19 03:06:28] "POST /neutron/network HTTP/1.1" 200 1435 0.007605 10.0.0.41 - - [2026-03-19 03:06:28] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017323 10.0.0.41 - - [2026-03-19 03:06:28] "POST /neutron/network HTTP/1.1" 200 1425 0.011309 10.0.0.41 - - [2026-03-19 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.41 - - [2026-03-19 03:06:28] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005579 10.0.0.41 - - [2026-03-19 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.41 - - [2026-03-19 03:06:32] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005341 10.0.0.41 - - [2026-03-19 03:06:33] "POST /neutron/network HTTP/1.1" 200 1437 0.008923 10.0.0.41 - - [2026-03-19 03:06:33] "POST /neutron/subnet HTTP/1.1" 200 1361 0.013692 10.0.0.41 - - [2026-03-19 03:06:33] "POST /neutron/network HTTP/1.1" 200 1427 0.011060 10.0.0.41 - - [2026-03-19 03:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.41 - - [2026-03-19 03:06:36] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006352 10.0.0.41 - - [2026-03-19 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.41 - - [2026-03-19 03:06:40] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006845 10.0.0.41 - - [2026-03-19 03:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.41 - - [2026-03-19 03:06:44] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005270 10.0.0.41 - - [2026-03-19 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.41 - - [2026-03-19 03:06:48] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005598 10.0.0.41 - - [2026-03-19 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.41 - - [2026-03-19 03:06:50] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003492 10.0.0.41 - - [2026-03-19 03:06:50] "GET /virtual-networks?parent_id=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002919 10.0.0.41 - - [2026-03-19 03:06:50] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005385 10.0.0.41 - - [2026-03-19 03:06:56] "POST /neutron/port HTTP/1.1" 200 1238 0.017441 10.0.0.41 - - [2026-03-19 03:07:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.034657 10.0.0.41 - - [2026-03-19 03:07:01] "POST /neutron/port HTTP/1.1" 200 1238 0.029629 10.0.0.41 - - [2026-03-19 03:07:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007462 10.0.0.41 - - [2026-03-19 03:07:11] "POST /neutron/port HTTP/1.1" 200 1238 0.016999 10.0.0.41 - - [2026-03-19 03:07:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006799 10.0.0.41 - - [2026-03-19 03:07:11] "GET /virtual-machine/a95eedd6-99d6-4497-87d6-14b784186004 HTTP/1.1" 200 1304 0.005510 10.0.0.41 - - [2026-03-19 03:07:11] "GET /virtual-machine-interface/605dca8d-d192-4474-8b35-4d00f8c8fae6 HTTP/1.1" 200 3168 0.004814 10.0.0.41 - - [2026-03-19 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.41 - - [2026-03-19 03:07:12] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003763 10.0.0.41 - - [2026-03-19 03:07:12] "GET /virtual-networks?parent_id=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002756 10.0.0.41 - - [2026-03-19 03:07:12] "GET /virtual-network/d900cc79-e36f-4689-ba2b-f4df65c90a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005531 10.0.0.41 - - [2026-03-19 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.41 - - [2026-03-19 03:07:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003376 10.0.0.41 - - [2026-03-19 03:07:13] "GET /virtual-networks?parent_id=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003058 10.0.0.41 - - [2026-03-19 03:07:13] "GET /virtual-network/d900cc79-e36f-4689-ba2b-f4df65c90a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005602 10.0.0.41 - - [2026-03-19 03:07:13] "POST /neutron/port HTTP/1.1" 200 1238 0.017862 10.0.0.41 - - [2026-03-19 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.41 - - [2026-03-19 03:07:13] "GET /network-policy/22af08c1-f740-4c6d-9d73-5a9356a6750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.003515 10.0.0.41 - - [2026-03-19 03:07:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007148 10.0.0.41 - - [2026-03-19 03:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.41 - - [2026-03-19 03:07:14] "GET /network-policy/534cedfe-b1ff-408e-adb1-b27247f3fd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004063 10.0.0.27 - - [2026-03-19 03:07:14] "PUT /access-control-list/bce17410-c6de-4df8-8a4e-9019de9726c5 HTTP/1.1" 200 272 0.023719 10.0.0.41 - - [2026-03-19 03:07:14] "POST /neutron/network HTTP/1.1" 200 1425 0.019693 10.0.0.41 - - [2026-03-19 03:07:14] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.007134 10.0.0.41 - - [2026-03-19 03:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.41 - - [2026-03-19 03:07:14] "GET /network-policy/c61315fd-0156-4957-adfb-f326679d2866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004340 10.0.0.242 - - [2026-03-19 03:07:25] "GET /obj-perms HTTP/1.1" 200 5056 0.055831 10.0.0.41 - - [2026-03-19 03:07:28] "POST /neutron/network HTTP/1.1" 200 1435 0.011658 10.0.0.41 - - [2026-03-19 03:07:28] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018596 10.0.0.41 - - [2026-03-19 03:07:28] "POST /neutron/network HTTP/1.1" 200 1425 0.010376 10.0.0.41 - - [2026-03-19 03:07:35] "POST /neutron/network HTTP/1.1" 200 1437 0.031630 10.0.0.41 - - [2026-03-19 03:07:35] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015307 10.0.0.41 - - [2026-03-19 03:07:35] "POST /neutron/network HTTP/1.1" 200 1427 0.011813 10.0.0.27 - - [2026-03-19 03:07:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.006302 10.0.0.41 - - [2026-03-19 03:07:37] "POST /neutron/network HTTP/1.1" 200 1428 0.019583 10.0.0.41 - - [2026-03-19 03:07:37] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.016790 10.0.0.41 - - [2026-03-19 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.41 - - [2026-03-19 03:07:37] "GET /network-policy/39a1f19d-15c0-4a90-9afe-c27674423ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003898 10.0.0.27 - - [2026-03-19 03:07:49] "PUT /access-control-list/bce17410-c6de-4df8-8a4e-9019de9726c5 HTTP/1.1" 200 272 0.015010 10.0.0.41 - - [2026-03-19 03:07:50] "POST /neutron/network HTTP/1.1" 200 1425 0.023910 10.0.0.41 - - [2026-03-19 03:07:50] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.008465 10.0.0.41 - - [2026-03-19 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.41 - - [2026-03-19 03:07:50] "GET /network-policy/861d2d5e-22c2-40fa-9f49-2a9995d29b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004653 10.0.0.41 - - [2026-03-19 03:08:02] "POST /neutron/network HTTP/1.1" 200 1425 0.018195 10.0.0.41 - - [2026-03-19 03:08:02] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.004781 10.0.0.41 - - [2026-03-19 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.41 - - [2026-03-19 03:08:02] "GET /network-policy/b4937d0f-b2d4-4935-a7a8-642deb32ecc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004980 10.0.0.27 - - [2026-03-19 03:08:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.007276 10.0.0.27 - - [2026-03-19 03:08:12] "PUT /access-control-list/bce17410-c6de-4df8-8a4e-9019de9726c5 HTTP/1.1" 200 272 0.014556 10.0.0.41 - - [2026-03-19 03:08:12] "POST /neutron/network HTTP/1.1" 200 1426 0.020055 10.0.0.41 - - [2026-03-19 03:08:12] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008468 10.0.0.41 - - [2026-03-19 03:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.41 - - [2026-03-19 03:08:12] "GET /network-policy/30c0e904-78c0-4123-8de2-b43f6ca97afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004193 10.0.0.41 - - [2026-03-19 03:08:25] "POST /neutron/network HTTP/1.1" 200 1426 0.035674 10.0.0.41 - - [2026-03-19 03:08:25] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.013917 10.0.0.27 - - [2026-03-19 03:08:25] "POST /ref-update HTTP/1.1" 200 156 0.060152 10.0.0.41 - - [2026-03-19 03:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.41 - - [2026-03-19 03:08:25] "GET /network-policy/5e6290c5-afac-4ede-bd44-74d45cf989b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004175 10.0.0.41 - - [2026-03-19 03:08:26] "GET /obj-perms HTTP/1.1" 200 5056 0.053212 10.0.0.41 - - [2026-03-19 03:08:29] "POST /neutron/network HTTP/1.1" 200 1436 0.007311 10.0.0.41 - - [2026-03-19 03:08:29] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015052 10.0.0.41 - - [2026-03-19 03:08:29] "POST /neutron/network HTTP/1.1" 200 1426 0.012252 10.0.0.41 - - [2026-03-19 03:08:35] "POST /neutron/network HTTP/1.1" 200 1437 0.008693 10.0.0.41 - - [2026-03-19 03:08:35] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015448 10.0.0.41 - - [2026-03-19 03:08:35] "POST /neutron/network HTTP/1.1" 200 1427 0.010745 10.0.0.41 - - [2026-03-19 03:08:35] "POST /neutron/network HTTP/1.1" 200 1426 0.014251 10.0.0.41 - - [2026-03-19 03:08:35] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005447 10.0.0.41 - - [2026-03-19 03:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.41 - - [2026-03-19 03:08:35] "GET /network-policy/de7e0556-25c4-4196-986f-6eb06bda3102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004522 10.0.0.27 - - [2026-03-19 03:08:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.003731 10.0.0.41 - - [2026-03-19 03:08:47] "POST /neutron/network HTTP/1.1" 200 1426 0.011876 10.0.0.41 - - [2026-03-19 03:08:47] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.021441 10.0.0.41 - - [2026-03-19 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.41 - - [2026-03-19 03:08:47] "GET /network-policy/8e13b3bf-97c5-41fe-818c-6860cd5078ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004064 10.0.0.27 - - [2026-03-19 03:08:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2026-03-19 03:08:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.242 - - [2026-03-19 03:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.242 - - [2026-03-19 03:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.27 - - [2026-03-19 03:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2026-03-19 03:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.242 - - [2026-03-19 03:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.242 - - [2026-03-19 03:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.41 - - [2026-03-19 03:08:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.41 - - [2026-03-19 03:08:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.41 - - [2026-03-19 03:08:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.41 - - [2026-03-19 03:08:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.41 - - [2026-03-19 03:08:57] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006200 10.0.0.41 - - [2026-03-19 03:08:58] "POST /neutron/network HTTP/1.1" 200 1337 0.021470 10.0.0.27 - - [2026-03-19 03:08:58] "DELETE /access-control-list/bce17410-c6de-4df8-8a4e-9019de9726c5 HTTP/1.1" 200 115 0.105080 10.0.0.41 - - [2026-03-19 03:08:58] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.032909 10.0.0.41 - - [2026-03-19 03:08:58] "GET /virtual-machine/a95eedd6-99d6-4497-87d6-14b784186004 HTTP/1.1" 200 1304 0.004750 10.0.0.41 - - [2026-03-19 03:08:59] "POST /neutron/port HTTP/1.1" 200 151 0.249578 10.0.0.41 - - [2026-03-19 03:09:00] "GET /virtual-machine/a95eedd6-99d6-4497-87d6-14b784186004 HTTP/1.1" 404 171 0.003375 10.0.0.41 - - [2026-03-19 03:09:00] "GET /virtual-machine/a95eedd6-99d6-4497-87d6-14b784186004 HTTP/1.1" 404 171 0.003697 10.0.0.41 - - [2026-03-19 03:09:00] "GET /virtual-machine/a95eedd6-99d6-4497-87d6-14b784186004 HTTP/1.1" 404 171 0.002962 10.0.0.41 - - [2026-03-19 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.41 - - [2026-03-19 03:09:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003759 10.0.0.41 - - [2026-03-19 03:09:00] "GET /virtual-networks?parent_id=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003177 10.0.0.41 - - [2026-03-19 03:09:00] "GET /virtual-network/d900cc79-e36f-4689-ba2b-f4df65c90a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005390 10.0.0.41 - - [2026-03-19 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.41 - - [2026-03-19 03:09:00] "GET /routing-instance/e5e77555-ca15-4ac9-9275-ce0f249fd64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.006120 10.0.0.41 - - [2026-03-19 03:09:00] "GET /route-target/f8122140-58e8-4707-a8c6-742ddc6d79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005767 10.0.0.27 - - [2026-03-19 03:09:00] "GET /obj-perms HTTP/1.1" 200 5019 0.004034 10.0.0.41 - - [2026-03-19 03:09:07] "GET /obj-perms HTTP/1.1" 200 5019 0.003901 10.0.0.27 - - [2026-03-19 03:09:10] "GET /obj-perms HTTP/1.1" 200 5019 0.003627 10.0.0.41 - - [2026-03-19 03:09:13] "GET /obj-perms HTTP/1.1" 200 5019 0.004872 10.0.0.41 - - [2026-03-19 03:09:13] "GET /virtual-machine/484494a0-42f0-48e5-b950-8e9d84c0ea31 HTTP/1.1" 200 1304 0.004215 10.0.0.41 - - [2026-03-19 03:09:14] "POST /neutron/port HTTP/1.1" 200 151 0.225547 10.0.0.41 - - [2026-03-19 03:09:15] "GET /virtual-machine/484494a0-42f0-48e5-b950-8e9d84c0ea31 HTTP/1.1" 404 171 0.003710 10.0.0.41 - - [2026-03-19 03:09:15] "GET /virtual-machine/484494a0-42f0-48e5-b950-8e9d84c0ea31 HTTP/1.1" 404 171 0.002749 10.0.0.41 - - [2026-03-19 03:09:15] "GET /virtual-machine/484494a0-42f0-48e5-b950-8e9d84c0ea31 HTTP/1.1" 404 171 0.002347 10.0.0.41 - - [2026-03-19 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.41 - - [2026-03-19 03:09:15] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003909 10.0.0.41 - - [2026-03-19 03:09:15] "GET /virtual-networks?parent_id=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002877 10.0.0.41 - - [2026-03-19 03:09:15] "GET /virtual-network/470ac3e0-9d93-4516-aede-fe4850e18049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005589 10.0.0.41 - - [2026-03-19 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.41 - - [2026-03-19 03:09:15] "GET /routing-instance/c9277cc7-12e1-4417-950d-8b6e76b4edfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004660 10.0.0.41 - - [2026-03-19 03:09:15] "GET /route-target/c78ce449-660d-499b-98a7-193d030c2114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004513 10.0.0.27 - - [2026-03-19 03:09:15] "GET /obj-perms HTTP/1.1" 200 5019 0.003515 10.0.0.41 - - [2026-03-19 03:09:18] "GET /obj-perms HTTP/1.1" 200 5019 0.003492 10.0.0.27 - - [2026-03-19 03:09:25] "GET /obj-perms HTTP/1.1" 200 5019 0.004497 10.0.0.41 - - [2026-03-19 03:09:28] "GET /obj-perms HTTP/1.1" 200 5019 0.005781 10.0.0.27 - - [2026-03-19 03:09:31] "GET /obj-perms HTTP/1.1" 200 5019 0.003825 10.0.0.41 - - [2026-03-19 03:09:37] "GET /obj-perms HTTP/1.1" 200 5019 0.004151 10.0.0.27 - - [2026-03-19 03:09:40] "GET /obj-perms HTTP/1.1" 200 5019 0.003942 10.0.0.41 - - [2026-03-19 03:09:43] "GET /obj-perms HTTP/1.1" 200 5019 0.003494 10.0.0.242 - - [2026-03-19 03:09:43] "GET /obj-perms HTTP/1.1" 200 5019 0.003448 10.0.0.41 - - [2026-03-19 03:09:43] "GET /virtual-network/d900cc79-e36f-4689-ba2b-f4df65c90a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005895 10.0.0.41 - - [2026-03-19 03:09:43] "POST /neutron/network HTTP/1.1" 200 1337 0.011173 10.0.0.41 - - [2026-03-19 03:09:43] "GET /virtual-network/d900cc79-e36f-4689-ba2b-f4df65c90a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.017140 10.0.0.27 - - [2026-03-19 03:09:43] "POST /ref-update HTTP/1.1" 200 156 0.020161 10.0.0.41 - - [2026-03-19 03:09:44] "DELETE /network-policy/39a1f19d-15c0-4a90-9afe-c27674423ee8 HTTP/1.1" 200 115 0.032892 10.0.0.41 - - [2026-03-19 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.27 - - [2026-03-19 03:09:44] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000953 10.0.0.41 - - [2026-03-19 03:09:44] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.036594 10.0.0.41 - - [2026-03-19 03:09:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84416332&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005155 10.0.0.41 - - [2026-03-19 03:09:44] "DELETE /network-policy/8e13b3bf-97c5-41fe-818c-6860cd5078ef HTTP/1.1" 200 115 0.036434 10.0.0.41 - - [2026-03-19 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.27 - - [2026-03-19 03:09:44] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001232 10.0.0.41 - - [2026-03-19 03:09:44] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039227 10.0.0.41 - - [2026-03-19 03:09:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84416332&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005132 10.0.0.41 - - [2026-03-19 03:09:44] "DELETE /network-policy/de7e0556-25c4-4196-986f-6eb06bda3102 HTTP/1.1" 200 115 0.033309 10.0.0.41 - - [2026-03-19 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.27 - - [2026-03-19 03:09:44] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.41 - - [2026-03-19 03:09:44] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.059490 10.0.0.41 - - [2026-03-19 03:09:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84416332&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005533 10.0.0.41 - - [2026-03-19 03:09:44] "DELETE /network-policy/5e6290c5-afac-4ede-bd44-74d45cf989b5 HTTP/1.1" 200 115 0.041984 10.0.0.41 - - [2026-03-19 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.27 - - [2026-03-19 03:09:44] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.41 - - [2026-03-19 03:09:44] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037025 10.0.0.41 - - [2026-03-19 03:09:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84416332&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005772 10.0.0.41 - - [2026-03-19 03:09:44] "DELETE /network-policy/30c0e904-78c0-4123-8de2-b43f6ca97afc HTTP/1.1" 200 115 0.040342 10.0.0.41 - - [2026-03-19 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.27 - - [2026-03-19 03:09:44] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.41 - - [2026-03-19 03:09:44] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044878 10.0.0.41 - - [2026-03-19 03:09:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84416332&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005900 10.0.0.41 - - [2026-03-19 03:09:45] "DELETE /network-policy/22af08c1-f740-4c6d-9d73-5a9356a6750f HTTP/1.1" 200 115 0.050754 10.0.0.41 - - [2026-03-19 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2026-03-19 03:09:45] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.41 - - [2026-03-19 03:09:45] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038924 10.0.0.41 - - [2026-03-19 03:09:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84416332&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.004836 10.0.0.41 - - [2026-03-19 03:09:45] "DELETE /network-policy/b4937d0f-b2d4-4935-a7a8-642deb32ecc8 HTTP/1.1" 200 115 0.045374 10.0.0.41 - - [2026-03-19 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.27 - - [2026-03-19 03:09:45] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.41 - - [2026-03-19 03:09:45] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037521 10.0.0.41 - - [2026-03-19 03:09:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84416332&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.004823 10.0.0.41 - - [2026-03-19 03:09:45] "DELETE /network-policy/861d2d5e-22c2-40fa-9f49-2a9995d29b0c HTTP/1.1" 200 115 0.038583 10.0.0.41 - - [2026-03-19 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.27 - - [2026-03-19 03:09:45] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001321 10.0.0.41 - - [2026-03-19 03:09:45] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.034196 10.0.0.41 - - [2026-03-19 03:09:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84416332&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.004788 10.0.0.41 - - [2026-03-19 03:09:45] "DELETE /network-policy/c61315fd-0156-4957-adfb-f326679d2866 HTTP/1.1" 200 115 0.037980 10.0.0.41 - - [2026-03-19 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.27 - - [2026-03-19 03:09:45] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000991 10.0.0.41 - - [2026-03-19 03:09:45] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049656 10.0.0.41 - - [2026-03-19 03:09:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84416332&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005496 10.0.0.41 - - [2026-03-19 03:09:46] "DELETE /network-policy/534cedfe-b1ff-408e-adb1-b27247f3fd63 HTTP/1.1" 200 115 0.043461 10.0.0.41 - - [2026-03-19 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.27 - - [2026-03-19 03:09:46] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.41 - - [2026-03-19 03:09:46] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042830 10.0.0.41 - - [2026-03-19 03:09:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84416332&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005512 10.0.0.41 - - [2026-03-19 03:09:46] "POST /neutron/network HTTP/1.1" 200 1337 0.011611 10.0.0.27 - - [2026-03-19 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.41 - - [2026-03-19 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008724 10.0.0.41 - - [2026-03-19 03:09:47] "DELETE /network-ipam/2fd16249-c0cb-4318-9876-50ef2c521d3e HTTP/1.1" 200 115 0.060472 10.0.0.41 - - [2026-03-19 03:09:47] "POST /fqname-to-id HTTP/1.1" 404 260 0.003963 10.0.0.27 - - [2026-03-19 03:09:47] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000811 10.0.0.27 - - [2026-03-19 03:09:47] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.049254 10.0.0.27 - - [2026-03-19 03:09:47] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.27 - - [2026-03-19 03:09:47] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?fields=security_groups HTTP/1.1" 200 1398 0.040864 10.0.0.27 - - [2026-03-19 03:09:47] "DELETE /security-group/326e17b2-9601-4ae5-914b-b577797dc69b HTTP/1.1" 200 115 0.057957 10.0.0.27 - - [2026-03-19 03:09:47] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.27 - - [2026-03-19 03:09:47] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?fields=application_policy_sets HTTP/1.1" 200 1437 0.069996 10.0.0.27 - - [2026-03-19 03:09:47] "DELETE /access-control-list/499426d6-67e5-42cf-b363-a382413ed9e7 HTTP/1.1" 200 115 0.065762 10.0.0.41 - - [2026-03-19 03:09:47] "DELETE /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7 HTTP/1.1" 200 115 0.434611 10.0.0.27 - - [2026-03-19 03:09:47] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001693 10.0.0.41 - - [2026-03-19 03:09:47] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?fields=projects HTTP/1.1" 200 1245 0.009581 10.0.0.27 - - [2026-03-19 03:09:48] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003251 10.0.0.27 - - [2026-03-19 03:09:48] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.27 - - [2026-03-19 03:09:49] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050757 10.0.0.27 - - [2026-03-19 03:09:49] "POST /id-to-fqname HTTP/1.1" 200 202 0.006536 10.0.0.27 - - [2026-03-19 03:09:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.009575 10.0.0.27 - - [2026-03-19 03:09:49] "POST /security-groups HTTP/1.1" 200 603 0.032340 10.0.0.27 - - [2026-03-19 03:09:49] "POST /projects HTTP/1.1" 200 609 0.273616 10.0.0.27 - - [2026-03-19 03:09:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.005656 10.0.0.27 - - [2026-03-19 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.349539 10.0.0.41 - - [2026-03-19 03:09:49] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.500488 10.0.0.27 - - [2026-03-19 03:09:49] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000893 10.0.0.41 - - [2026-03-19 03:09:49] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?fields=virtual_networks HTTP/1.1" 200 1055 0.043230 10.0.0.27 - - [2026-03-19 03:09:49] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.41 - - [2026-03-19 03:09:49] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.035560 10.0.0.27 - - [2026-03-19 03:09:49] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001467 10.0.0.41 - - [2026-03-19 03:09:49] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?fields=security_groups HTTP/1.1" 200 1293 0.037590 10.0.0.41 - - [2026-03-19 03:09:50] "POST /fqname-to-id HTTP/1.1" 404 182 0.031406 10.0.0.27 - - [2026-03-19 03:09:50] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002670 10.0.0.27 - - [2026-03-19 03:09:50] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.27 - - [2026-03-19 03:09:50] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006725 10.0.0.27 - - [2026-03-19 03:09:50] "POST /id-to-fqname HTTP/1.1" 200 184 0.002936 10.0.0.27 - - [2026-03-19 03:09:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.005363 10.0.0.27 - - [2026-03-19 03:09:50] "POST /security-groups HTTP/1.1" 200 585 0.030535 10.0.0.27 - - [2026-03-19 03:09:50] "POST /projects HTTP/1.1" 200 573 0.228592 10.0.0.27 - - [2026-03-19 03:09:50] "POST /access-control-lists HTTP/1.1" 200 590 0.024918 10.0.0.27 - - [2026-03-19 03:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.302554 10.0.0.41 - - [2026-03-19 03:09:51] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.447669 10.0.0.41 - - [2026-03-19 03:09:52] "GET / HTTP/1.1" 200 35931 0.002175 10.0.0.41 - - [2026-03-19 03:09:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.41 - - [2026-03-19 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.071607 10.0.0.27 - - [2026-03-19 03:09:53] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000923 10.0.0.41 - - [2026-03-19 03:09:53] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.038445 10.0.0.27 - - [2026-03-19 03:09:53] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000928 10.0.0.41 - - [2026-03-19 03:09:53] "POST /neutron/network HTTP/1.1" 200 599 0.168310 10.0.0.27 - - [2026-03-19 03:09:53] "POST /route-targets HTTP/1.1" 200 327 0.012622 10.0.0.27 - - [2026-03-19 03:09:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.005731 10.0.0.41 - - [2026-03-19 03:09:54] "POST /neutron/network HTTP/1.1" 200 991 0.010834 10.0.0.41 - - [2026-03-19 03:09:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001005 10.0.0.41 - - [2026-03-19 03:09:54] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005229 10.0.0.41 - - [2026-03-19 03:09:54] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005142 10.0.0.41 - - [2026-03-19 03:09:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.009141 10.0.0.41 - - [2026-03-19 03:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.27 - - [2026-03-19 03:09:54] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000859 10.0.0.41 - - [2026-03-19 03:09:54] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.034746 10.0.0.27 - - [2026-03-19 03:09:54] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001209 10.0.0.27 - - [2026-03-19 03:09:54] "DELETE /project/a9ea13e5e1bc4c45b6cac9a6706f8918 HTTP/1.1" 404 173 0.004860 10.0.0.27 - - [2026-03-19 03:09:54] "DELETE /project/6cee9c062d1642169cc39196ad36e1a7 HTTP/1.1" 404 173 0.004217 10.0.0.27 - - [2026-03-19 03:09:54] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000754 10.0.0.27 - - [2026-03-19 03:09:54] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.058063 10.0.0.27 - - [2026-03-19 03:09:54] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.27 - - [2026-03-19 03:09:54] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?fields=security_groups HTTP/1.1" 200 1398 0.064973 10.0.0.41 - - [2026-03-19 03:09:54] "POST /neutron/network HTTP/1.1" 200 599 0.195124 10.0.0.27 - - [2026-03-19 03:09:54] "POST /ref-update HTTP/1.1" 200 156 0.026166 10.0.0.27 - - [2026-03-19 03:09:54] "DELETE /security-group/0b44cb43-d64f-49f6-b6fc-d03fdc31fe76 HTTP/1.1" 200 115 0.080485 10.0.0.27 - - [2026-03-19 03:09:54] "GET /projects?obj_uuids=6cee9c06-2d16-4216-9cc3-9196ad36e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002876 10.0.0.27 - - [2026-03-19 03:09:54] "GET /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7?fields=application_policy_sets HTTP/1.1" 200 1437 0.074956 10.0.0.27 - - [2026-03-19 03:09:55] "DELETE /project/6cee9c06-2d16-4216-9cc3-9196ad36e1a7 HTTP/1.1" 200 115 0.538069 10.0.0.41 - - [2026-03-19 03:09:55] "POST /neutron/network HTTP/1.1" 200 992 0.017692 10.0.0.41 - - [2026-03-19 03:09:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001162 10.0.0.41 - - [2026-03-19 03:09:55] "GET /virtual-network/50031e58-5817-42d4-b499-20b74437addc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006052 10.0.0.41 - - [2026-03-19 03:09:55] "GET /virtual-network/50031e58-5817-42d4-b499-20b74437addc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005560 10.0.0.41 - - [2026-03-19 03:09:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.008894 10.0.0.41 - - [2026-03-19 03:09:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001390 10.0.0.27 - - [2026-03-19 03:09:56] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001070 10.0.0.41 - - [2026-03-19 03:09:56] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.059409 10.0.0.41 - - [2026-03-19 03:09:56] "POST /neutron/network HTTP/1.1" 200 991 0.008110 10.0.0.41 - - [2026-03-19 03:09:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001276 10.0.0.41 - - [2026-03-19 03:09:56] "POST /neutron/port HTTP/1.1" 200 117 0.006434 10.0.0.27 - - [2026-03-19 03:09:57] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001249 10.0.0.41 - - [2026-03-19 03:09:57] "POST /neutron/port HTTP/1.1" 200 1160 0.424311 10.0.0.27 - - [2026-03-19 03:09:57] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001218 10.0.0.41 - - [2026-03-19 03:09:57] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.089573 10.0.0.41 - - [2026-03-19 03:09:57] "POST /neutron/port HTTP/1.1" 200 1214 0.157486 10.0.0.41 - - [2026-03-19 03:09:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004362 10.0.0.41 - - [2026-03-19 03:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.41 - - [2026-03-19 03:09:58] "POST /neutron/port HTTP/1.1" 200 1224 0.025297 10.0.0.41 - - [2026-03-19 03:09:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.001271 10.0.0.41 - - [2026-03-19 03:09:58] "POST /neutron/port HTTP/1.1" 200 1224 0.020454 10.0.0.41 - - [2026-03-19 03:09:58] "POST /neutron/network HTTP/1.1" 200 1001 0.006468 10.0.0.41 - - [2026-03-19 03:09:59] "POST /neutron/port HTTP/1.1" 200 1160 0.086132 10.0.0.27 - - [2026-03-19 03:09:59] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000896 10.0.0.41 - - [2026-03-19 03:09:59] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.135114 10.0.0.41 - - [2026-03-19 03:09:59] "POST /neutron/port HTTP/1.1" 200 1224 0.020999 10.0.0.41 - - [2026-03-19 03:09:59] "POST /neutron/subnet HTTP/1.1" 200 1380 0.029679 10.0.0.41 - - [2026-03-19 03:09:59] "POST /neutron/port HTTP/1.1" 200 117 0.001470 10.0.0.41 - - [2026-03-19 03:09:59] "POST /neutron/port HTTP/1.1" 200 117 0.006133 10.0.0.41 - - [2026-03-19 03:10:00] "POST /neutron/port HTTP/1.1" 200 1224 0.023691 10.0.0.41 - - [2026-03-19 03:10:00] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009138 10.0.0.41 - - [2026-03-19 03:10:00] "GET /virtual-machine/706706d2-b5d9-4744-b3c1-fef2034f26bf HTTP/1.1" 401 292 0.000406 10.0.0.41 - - [2026-03-19 03:10:00] "POST /neutron/port HTTP/1.1" 200 1161 0.028215 10.0.0.41 - - [2026-03-19 03:10:00] "GET /virtual-machine/706706d2-b5d9-4744-b3c1-fef2034f26bf HTTP/1.1" 200 1286 0.069017 10.0.0.41 - - [2026-03-19 03:10:01] "GET /virtual-machine-interface/753e9e98-b502-45de-bb03-d5d2f16dd322 HTTP/1.1" 200 3104 0.006158 10.0.0.41 - - [2026-03-19 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.41 - - [2026-03-19 03:10:01] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007765 10.0.0.41 - - [2026-03-19 03:10:01] "GET /virtual-networks?parent_id=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002966 10.0.0.41 - - [2026-03-19 03:10:01] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005491 10.0.0.41 - - [2026-03-19 03:10:01] "POST /neutron/port HTTP/1.1" 200 1225 0.055550 10.0.0.41 - - [2026-03-19 03:10:01] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015572 10.0.0.41 - - [2026-03-19 03:10:01] "POST /neutron/network HTTP/1.1" 200 992 0.011780 10.0.0.41 - - [2026-03-19 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.41 - - [2026-03-19 03:10:04] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.008463 10.0.0.41 - - [2026-03-19 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.41 - - [2026-03-19 03:10:08] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.007250 10.0.0.41 - - [2026-03-19 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.41 - - [2026-03-19 03:10:12] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.004985 10.0.0.41 - - [2026-03-19 03:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.41 - - [2026-03-19 03:10:16] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.004956 10.0.0.41 - - [2026-03-19 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.41 - - [2026-03-19 03:10:20] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.006629 10.0.0.41 - - [2026-03-19 03:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.41 - - [2026-03-19 03:10:24] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005425 10.0.0.41 - - [2026-03-19 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.41 - - [2026-03-19 03:10:28] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005482 10.0.0.41 - - [2026-03-19 03:10:32] "POST /neutron/network HTTP/1.1" 200 1001 0.006294 10.0.0.41 - - [2026-03-19 03:10:32] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013457 10.0.0.41 - - [2026-03-19 03:10:32] "POST /neutron/network HTTP/1.1" 200 991 0.009018 10.0.0.41 - - [2026-03-19 03:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005474 10.0.0.41 - - [2026-03-19 03:10:32] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005540 10.0.0.41 - - [2026-03-19 03:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.41 - - [2026-03-19 03:10:36] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.006046 10.0.0.41 - - [2026-03-19 03:10:37] "POST /neutron/network HTTP/1.1" 200 1001 0.007912 10.0.0.41 - - [2026-03-19 03:10:37] "POST /neutron/subnet HTTP/1.1" 200 1380 0.021128 10.0.0.41 - - [2026-03-19 03:10:37] "POST /neutron/network HTTP/1.1" 200 991 0.008789 10.0.0.41 - - [2026-03-19 03:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.41 - - [2026-03-19 03:10:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003437 10.0.0.41 - - [2026-03-19 03:10:39] "GET /virtual-networks?parent_id=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002871 10.0.0.41 - - [2026-03-19 03:10:39] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005578 10.0.0.41 - - [2026-03-19 03:10:44] "POST /neutron/port HTTP/1.1" 200 1224 0.018758 10.0.0.41 - - [2026-03-19 03:10:49] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006852 10.0.0.41 - - [2026-03-19 03:10:54] "POST /neutron/port HTTP/1.1" 200 1224 0.016806 10.0.0.41 - - [2026-03-19 03:10:58] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007792 10.0.0.41 - - [2026-03-19 03:11:00] "POST /neutron/port HTTP/1.1" 200 1224 0.018291 10.0.0.41 - - [2026-03-19 03:11:00] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007724 10.0.0.41 - - [2026-03-19 03:11:00] "GET /virtual-machine/3a97b58e-f907-4a7c-ad54-d9174ffafa1c HTTP/1.1" 200 1286 0.005940 10.0.0.41 - - [2026-03-19 03:11:00] "GET /virtual-machine-interface/55689e8c-ebfa-4106-ad3d-8d26da0741a0 HTTP/1.1" 200 3104 0.005791 10.0.0.41 - - [2026-03-19 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.41 - - [2026-03-19 03:11:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004577 10.0.0.41 - - [2026-03-19 03:11:00] "GET /virtual-networks?parent_id=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004902 10.0.0.41 - - [2026-03-19 03:11:00] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005325 10.0.0.41 - - [2026-03-19 03:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.41 - - [2026-03-19 03:11:01] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004407 10.0.0.41 - - [2026-03-19 03:11:01] "GET /virtual-networks?parent_id=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003077 10.0.0.41 - - [2026-03-19 03:11:01] "GET /virtual-network/36f6a69a-d24d-4208-8029-c5afe05c0830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.006464 10.0.0.41 - - [2026-03-19 03:11:01] "POST /neutron/port HTTP/1.1" 200 1224 0.017773 10.0.0.41 - - [2026-03-19 03:11:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007235 10.0.0.41 - - [2026-03-19 03:11:12] "POST /neutron/port HTTP/1.1" 200 1225 0.017643 10.0.0.41 - - [2026-03-19 03:11:12] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008196 10.0.0.41 - - [2026-03-19 03:11:12] "GET /virtual-machine/ff19fcc7-17a8-47e1-aff7-c2e09899fd91 HTTP/1.1" 200 1287 0.006421 10.0.0.41 - - [2026-03-19 03:11:12] "GET /virtual-machine-interface/245d2b77-a297-4492-91a0-4aa62993050a HTTP/1.1" 200 3104 0.005035 10.0.0.41 - - [2026-03-19 03:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.41 - - [2026-03-19 03:11:12] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004728 10.0.0.41 - - [2026-03-19 03:11:12] "GET /virtual-networks?parent_id=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003084 10.0.0.41 - - [2026-03-19 03:11:12] "GET /virtual-network/50031e58-5817-42d4-b499-20b74437addc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.008997 10.0.0.41 - - [2026-03-19 03:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.41 - - [2026-03-19 03:11:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003892 10.0.0.41 - - [2026-03-19 03:11:13] "GET /virtual-networks?parent_id=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003439 10.0.0.41 - - [2026-03-19 03:11:13] "GET /virtual-network/50031e58-5817-42d4-b499-20b74437addc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006117 10.0.0.41 - - [2026-03-19 03:11:15] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002805 10.0.0.41 - - [2026-03-19 03:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.41 - - [2026-03-19 03:11:15] "GET /global-qos-config/a00d304f-3d92-40f1-a7bc-fef57b93f50f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004857 10.0.0.41 - - [2026-03-19 03:11:15] "POST /fqname-to-id HTTP/1.1" 404 222 0.002968 10.0.0.41 - - [2026-03-19 03:11:15] "POST /forwarding-classs HTTP/1.1" 200 576 0.029825 10.0.0.41 - - [2026-03-19 03:11:15] "POST /id-to-fqname HTTP/1.1" 200 232 0.003484 10.0.0.41 - - [2026-03-19 03:11:15] "GET /forwarding-class/7d4c522e-32b3-44a0-8fda-2ec5d66a7a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.003637 10.0.0.27 - - [2026-03-19 03:11:15] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.039476 10.0.0.41 - - [2026-03-19 03:11:15] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.085424 10.0.0.41 - - [2026-03-19 03:11:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.002937 10.0.0.41 - - [2026-03-19 03:11:15] "POST /qos-configs HTTP/1.1" 200 543 0.040677 10.0.0.41 - - [2026-03-19 03:11:15] "POST /id-to-fqname HTTP/1.1" 200 217 0.003412 10.0.0.41 - - [2026-03-19 03:11:15] "GET /qos-config/9ac137bb-2e84-4252-b22b-3353c1fca3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.003973 10.0.0.41 - - [2026-03-19 03:11:15] "GET /virtual-machine-interface/753e9e98-b502-45de-bb03-d5d2f16dd322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006832 10.0.0.41 - - [2026-03-19 03:11:15] "POST /ref-update HTTP/1.1" 200 156 0.014956 10.0.0.41 - - [2026-03-19 03:11:15] "POST /neutron/port HTTP/1.1" 200 1224 0.019003 10.0.0.41 - - [2026-03-19 03:11:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007797 10.0.0.41 - - [2026-03-19 03:11:16] "POST /neutron/network HTTP/1.1" 200 965 0.016609 10.0.0.41 - - [2026-03-19 03:11:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.001219 10.0.0.41 - - [2026-03-19 03:11:16] "GET /virtual-machine/706706d2-b5d9-4744-b3c1-fef2034f26bf HTTP/1.1" 200 1286 0.005919 10.0.0.41 - - [2026-03-19 03:11:16] "GET /virtual-machine-interface/753e9e98-b502-45de-bb03-d5d2f16dd322 HTTP/1.1" 200 3351 0.005540 10.0.0.41 - - [2026-03-19 03:11:16] "GET /instance-ip/22ceefd4-7e8e-46f8-8d12-b7a0f85e1e04 HTTP/1.1" 200 1628 0.006647 10.0.0.41 - - [2026-03-19 03:11:16] "GET /instance-ip/a2529e83-3207-4407-8219-ea38176a0ab9 HTTP/1.1" 200 1607 0.006429 10.0.0.41 - - [2026-03-19 03:11:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008874 10.0.0.41 - - [2026-03-19 03:11:16] "POST /neutron/port HTTP/1.1" 200 1224 0.019102 10.0.0.41 - - [2026-03-19 03:11:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006922 10.0.0.41 - - [2026-03-19 03:11:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.001564 10.0.0.41 - - [2026-03-19 03:11:16] "GET /virtual-machine/3a97b58e-f907-4a7c-ad54-d9174ffafa1c HTTP/1.1" 200 1286 0.003759 10.0.0.41 - - [2026-03-19 03:11:16] "GET /virtual-machine-interface/55689e8c-ebfa-4106-ad3d-8d26da0741a0 HTTP/1.1" 200 3104 0.005136 10.0.0.41 - - [2026-03-19 03:11:16] "GET /instance-ip/46b6fcad-fb48-4c45-b5df-83760c93d3ea HTTP/1.1" 200 1628 0.005644 10.0.0.41 - - [2026-03-19 03:11:16] "GET /instance-ip/91549ffc-1786-42f1-a129-ed218cac65ea HTTP/1.1" 200 1608 0.005027 10.0.0.27 - - [2026-03-19 03:11:28] "GET /obj-perms HTTP/1.1" 200 5056 0.058383 10.0.0.41 - - [2026-03-19 03:11:28] "GET /obj-perms HTTP/1.1" 200 5056 0.064154 10.0.0.41 - - [2026-03-19 03:11:31] "POST /neutron/port HTTP/1.1" 200 1225 0.017615 10.0.0.41 - - [2026-03-19 03:11:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003637 10.0.0.41 - - [2026-03-19 03:11:32] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.41 - - [2026-03-19 03:11:37] "POST /neutron/port HTTP/1.1" 200 1224 0.019006 10.0.0.41 - - [2026-03-19 03:11:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003623 10.0.0.41 - - [2026-03-19 03:11:37] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.41 - - [2026-03-19 03:11:41] "GET /virtual-machine-interface/753e9e98-b502-45de-bb03-d5d2f16dd322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005723 10.0.0.41 - - [2026-03-19 03:11:41] "POST /ref-update HTTP/1.1" 200 156 0.018524 10.0.0.41 - - [2026-03-19 03:11:41] "DELETE /qos-config/9ac137bb-2e84-4252-b22b-3353c1fca3f3 HTTP/1.1" 200 115 0.043485 10.0.0.41 - - [2026-03-19 03:11:41] "POST /id-to-fqname HTTP/1.1" 200 232 0.002105 10.0.0.41 - - [2026-03-19 03:11:41] "DELETE /forwarding-class/7d4c522e-32b3-44a0-8fda-2ec5d66a7a64 HTTP/1.1" 200 115 0.027008 10.0.0.41 - - [2026-03-19 03:11:43] "POST /neutron/network HTTP/1.1" 200 992 0.008749 10.0.0.41 - - [2026-03-19 03:11:43] "POST /neutron/port HTTP/1.1" 200 1224 0.017916 10.0.0.41 - - [2026-03-19 03:11:43] "POST /neutron/port HTTP/1.1" 200 1214 0.016353 10.0.0.41 - - [2026-03-19 03:11:43] "POST /neutron/port HTTP/1.1" 200 1214 0.046330 10.0.0.27 - - [2026-03-19 03:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002983 10.0.0.27 - - [2026-03-19 03:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007574 10.0.0.27 - - [2026-03-19 03:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003272 10.0.0.27 - - [2026-03-19 03:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003628 10.0.0.27 - - [2026-03-19 03:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003585 10.0.0.41 - - [2026-03-19 03:11:45] "POST /neutron/network HTTP/1.1" 200 151 0.160566 10.0.0.27 - - [2026-03-19 03:11:45] "DELETE /route-target/1f523524-24e1-48f3-a73b-3013bf724df3 HTTP/1.1" 200 115 0.020406 10.0.0.27 - - [2026-03-19 03:11:45] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000899 10.0.0.41 - - [2026-03-19 03:11:45] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.066808 10.0.0.27 - - [2026-03-19 03:11:45] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001363 10.0.0.41 - - [2026-03-19 03:11:45] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?fields=virtual_networks HTTP/1.1" 200 1020 0.077283 10.0.0.27 - - [2026-03-19 03:11:45] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000933 10.0.0.41 - - [2026-03-19 03:11:46] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.042164 10.0.0.27 - - [2026-03-19 03:11:46] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000957 10.0.0.41 - - [2026-03-19 03:11:46] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?fields=security_groups HTTP/1.1" 200 1240 0.040867 10.0.0.41 - - [2026-03-19 03:11:46] "POST /fqname-to-id HTTP/1.1" 404 181 0.035310 10.0.0.27 - - [2026-03-19 03:11:47] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002869 10.0.0.27 - - [2026-03-19 03:11:47] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.27 - - [2026-03-19 03:11:47] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041547 10.0.0.27 - - [2026-03-19 03:11:47] "POST /id-to-fqname HTTP/1.1" 200 183 0.005129 10.0.0.27 - - [2026-03-19 03:11:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.005576 10.0.0.27 - - [2026-03-19 03:11:47] "POST /security-groups HTTP/1.1" 200 584 0.071775 10.0.0.27 - - [2026-03-19 03:11:47] "POST /projects HTTP/1.1" 200 571 0.287346 10.0.0.27 - - [2026-03-19 03:11:47] "POST /fqname-to-id HTTP/1.1" 404 226 0.007440 10.0.0.27 - - [2026-03-19 03:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.367954 10.0.0.41 - - [2026-03-19 03:11:47] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.538144 10.0.0.41 - - [2026-03-19 03:11:48] "GET / HTTP/1.1" 200 35931 0.002032 10.0.0.41 - - [2026-03-19 03:11:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.41 - - [2026-03-19 03:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.059569 10.0.0.27 - - [2026-03-19 03:11:50] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000973 10.0.0.41 - - [2026-03-19 03:11:50] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.036488 10.0.0.41 - - [2026-03-19 03:11:51] "POST /neutron/network HTTP/1.1" 200 117 0.044276 10.0.0.27 - - [2026-03-19 03:11:51] "POST /ref-update HTTP/1.1" 200 156 0.021240 10.0.0.41 - - [2026-03-19 03:11:51] "POST /neutron/network HTTP/1.1" 200 831 0.007646 10.0.0.41 - - [2026-03-19 03:11:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001074 10.0.0.41 - - [2026-03-19 03:11:51] "GET /virtual-network/0fabadaf-c54e-435d-aaf4-88aa83bc855c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004965 10.0.0.41 - - [2026-03-19 03:11:51] "GET /virtual-network/0fabadaf-c54e-435d-aaf4-88aa83bc855c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005563 10.0.0.41 - - [2026-03-19 03:11:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.007963 10.0.0.41 - - [2026-03-19 03:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.41 - - [2026-03-19 03:11:51] "GET /virtual-network/0fabadaf-c54e-435d-aaf4-88aa83bc855c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004547 10.0.0.41 - - [2026-03-19 03:11:51] "PUT /virtual-network/0fabadaf-c54e-435d-aaf4-88aa83bc855c HTTP/1.1" 200 264 0.041886 10.0.0.41 - - [2026-03-19 03:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006493 10.0.0.27 - - [2026-03-19 03:11:51] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000894 10.0.0.41 - - [2026-03-19 03:11:51] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.043147 10.0.0.27 - - [2026-03-19 03:11:52] "POST /route-targets HTTP/1.1" 200 327 0.017324 10.0.0.27 - - [2026-03-19 03:11:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007150 10.0.0.41 - - [2026-03-19 03:11:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.245178 10.0.0.41 - - [2026-03-19 03:11:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001152 10.0.0.41 - - [2026-03-19 03:11:52] "GET /virtual-network/9caecf34-9bc3-49e0-adfb-092f6e86883b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004815 10.0.0.41 - - [2026-03-19 03:11:52] "GET /virtual-network/9caecf34-9bc3-49e0-adfb-092f6e86883b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005281 10.0.0.41 - - [2026-03-19 03:11:52] "POST /neutron/network HTTP/1.1" 200 833 0.005941 10.0.0.41 - - [2026-03-19 03:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.41 - - [2026-03-19 03:11:52] "GET /virtual-network/9caecf34-9bc3-49e0-adfb-092f6e86883b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005440 10.0.0.41 - - [2026-03-19 03:11:52] "PUT /virtual-network/9caecf34-9bc3-49e0-adfb-092f6e86883b HTTP/1.1" 200 264 0.046995 10.0.0.41 - - [2026-03-19 03:11:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.002450 10.0.0.27 - - [2026-03-19 03:11:53] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000874 10.0.0.41 - - [2026-03-19 03:11:53] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.061414 10.0.0.41 - - [2026-03-19 03:11:53] "POST /neutron/network HTTP/1.1" 200 831 0.031506 10.0.0.41 - - [2026-03-19 03:11:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001144 10.0.0.41 - - [2026-03-19 03:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.005709 10.0.0.27 - - [2026-03-19 03:11:54] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000904 10.0.0.41 - - [2026-03-19 03:11:54] "POST /neutron/port HTTP/1.1" 200 1053 0.277754 10.0.0.27 - - [2026-03-19 03:11:54] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000977 10.0.0.41 - - [2026-03-19 03:11:54] "POST /neutron/port HTTP/1.1" 200 1107 0.109285 10.0.0.41 - - [2026-03-19 03:11:54] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.104877 10.0.0.41 - - [2026-03-19 03:11:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004758 10.0.0.41 - - [2026-03-19 03:11:54] "POST /neutron/network HTTP/1.1" 200 831 0.007828 10.0.0.41 - - [2026-03-19 03:11:55] "POST /neutron/port HTTP/1.1" 200 117 0.006037 10.0.0.27 - - [2026-03-19 03:11:55] "DELETE /project/5f6584cc2667422c9e9ff26ba9496fce HTTP/1.1" 404 173 0.005478 10.0.0.27 - - [2026-03-19 03:11:55] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000774 10.0.0.27 - - [2026-03-19 03:11:55] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.067763 10.0.0.27 - - [2026-03-19 03:11:55] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000833 10.0.0.27 - - [2026-03-19 03:11:55] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?fields=security_groups HTTP/1.1" 200 1345 0.044309 10.0.0.27 - - [2026-03-19 03:11:55] "DELETE /security-group/b6737a9c-1131-4cf3-9b16-85132884d644 HTTP/1.1" 200 115 0.068299 10.0.0.27 - - [2026-03-19 03:11:55] "GET /projects?obj_uuids=a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.004655 10.0.0.27 - - [2026-03-19 03:11:55] "DELETE /access-control-list/b2712628-a451-4787-a598-6b1aa8fe08a8 HTTP/1.1" 200 115 0.056057 10.0.0.27 - - [2026-03-19 03:11:55] "GET /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918?fields=application_policy_sets HTTP/1.1" 200 1384 0.082242 10.0.0.41 - - [2026-03-19 03:11:55] "POST /neutron/network HTTP/1.1" 200 843 0.022280 10.0.0.27 - - [2026-03-19 03:11:55] "DELETE /project/a9ea13e5-e1bc-4c45-b6ca-c9a6706f8918 HTTP/1.1" 200 115 0.506238 10.0.0.41 - - [2026-03-19 03:11:56] "POST /neutron/port HTTP/1.1" 200 1055 0.018501 10.0.0.41 - - [2026-03-19 03:11:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003583 10.0.0.41 - - [2026-03-19 03:11:56] "POST /neutron/network HTTP/1.1" 200 833 0.006717 10.0.0.41 - - [2026-03-19 03:12:00] "POST /neutron/port HTTP/1.1" 200 1117 0.019538 10.0.0.41 - - [2026-03-19 03:12:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007796 10.0.0.41 - - [2026-03-19 03:12:00] "GET /virtual-machine/fe5cc017-8806-49d1-b119-d8c89ea1008f HTTP/1.1" 401 292 0.000433 10.0.0.41 - - [2026-03-19 03:12:00] "GET /virtual-machine/fe5cc017-8806-49d1-b119-d8c89ea1008f HTTP/1.1" 200 1286 0.048224 10.0.0.41 - - [2026-03-19 03:12:00] "GET /virtual-machine-interface/d8ae723e-1f39-4242-a6b6-6a13ef68650f HTTP/1.1" 200 2927 0.007131 10.0.0.41 - - [2026-03-19 03:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.41 - - [2026-03-19 03:12:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004231 10.0.0.41 - - [2026-03-19 03:12:00] "GET /virtual-networks?parent_id=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003588 10.0.0.41 - - [2026-03-19 03:12:01] "GET /virtual-network/0fabadaf-c54e-435d-aaf4-88aa83bc855c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.007240 10.0.0.41 - - [2026-03-19 03:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.41 - - [2026-03-19 03:12:04] "GET /virtual-network/0fabadaf-c54e-435d-aaf4-88aa83bc855c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006687 10.0.0.41 - - [2026-03-19 03:12:05] "POST /neutron/port HTTP/1.1" 200 1119 0.056180 10.0.0.41 - - [2026-03-19 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.41 - - [2026-03-19 03:12:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003345 10.0.0.41 - - [2026-03-19 03:12:06] "GET /virtual-networks?parent_id=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003317 10.0.0.41 - - [2026-03-19 03:12:06] "GET /virtual-network/0fabadaf-c54e-435d-aaf4-88aa83bc855c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005550 10.0.0.41 - - [2026-03-19 03:12:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007449 10.0.0.41 - - [2026-03-19 03:12:06] "POST /neutron/port HTTP/1.1" 200 1119 0.016586 10.0.0.41 - - [2026-03-19 03:12:06] "GET /virtual-machine/474827a5-d82a-40bb-a260-a6b0f52cff6b HTTP/1.1" 200 1285 0.006277 10.0.0.41 - - [2026-03-19 03:12:06] "GET /virtual-machine-interface/5bccd5b1-6b2f-4bd9-b7f5-8e65b679cea9 HTTP/1.1" 200 2926 0.006038 10.0.0.41 - - [2026-03-19 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.41 - - [2026-03-19 03:12:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003744 10.0.0.41 - - [2026-03-19 03:12:06] "GET /virtual-networks?parent_id=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003301 10.0.0.41 - - [2026-03-19 03:12:06] "GET /virtual-network/9caecf34-9bc3-49e0-adfb-092f6e86883b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005426 10.0.0.41 - - [2026-03-19 03:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.41 - - [2026-03-19 03:12:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004651 10.0.0.41 - - [2026-03-19 03:12:07] "GET /virtual-networks?parent_id=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003043 10.0.0.41 - - [2026-03-19 03:12:08] "GET /virtual-network/9caecf34-9bc3-49e0-adfb-092f6e86883b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005800 10.0.0.41 - - [2026-03-19 03:12:08] "POST /routing-policys HTTP/1.1" 200 534 0.028517 10.0.0.41 - - [2026-03-19 03:12:08] "GET /virtual-network/0fabadaf-c54e-435d-aaf4-88aa83bc855c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.008313 10.0.0.41 - - [2026-03-19 03:12:08] "PUT /virtual-network/0fabadaf-c54e-435d-aaf4-88aa83bc855c HTTP/1.1" 200 264 0.069616 10.0.0.41 - - [2026-03-19 03:12:12] "POST /ref-update HTTP/1.1" 200 156 0.059150 10.0.0.27 - - [2026-03-19 03:12:12] "POST /ref-update HTTP/1.1" 200 156 0.046830 10.0.0.41 - - [2026-03-19 03:12:12] "DELETE /routing-policy/19bf4c7b-9f8f-41eb-9daf-3a8223d1e370 HTTP/1.1" 200 115 0.059750 10.0.0.41 - - [2026-03-19 03:12:12] "POST /neutron/network HTTP/1.1" 400 204 0.014054 10.0.0.41 - - [2026-03-19 03:12:13] "POST /neutron/port HTTP/1.1" 200 151 0.208456 10.0.0.41 - - [2026-03-19 03:12:13] "POST /neutron/port HTTP/1.1" 200 151 0.227093 10.0.0.27 - - [2026-03-19 03:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006175 10.0.0.41 - - [2026-03-19 03:12:14] "POST /neutron/network HTTP/1.1" 200 831 0.010870 10.0.0.27 - - [2026-03-19 03:12:14] "DELETE /route-target/352f0a6c-16b0-45ec-aa88-06a50467468f HTTP/1.1" 200 115 0.022644 10.0.0.41 - - [2026-03-19 03:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.27 - - [2026-03-19 03:12:17] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000873 10.0.0.41 - - [2026-03-19 03:12:17] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.037287 10.0.0.27 - - [2026-03-19 03:12:17] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000874 10.0.0.41 - - [2026-03-19 03:12:17] "POST /neutron/network HTTP/1.1" 200 612 0.126593 10.0.0.27 - - [2026-03-19 03:12:17] "POST /route-targets HTTP/1.1" 200 327 0.014024 10.0.0.41 - - [2026-03-19 03:12:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.002822 10.0.0.41 - - [2026-03-19 03:12:17] "GET /virtual-network/c351e8d3-70f7-4fc7-b06d-59bf3934cf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005344 10.0.0.41 - - [2026-03-19 03:12:17] "POST /neutron/network HTTP/1.1" 200 832 0.006521 10.0.0.41 - - [2026-03-19 03:12:17] "GET /virtual-network/c351e8d3-70f7-4fc7-b06d-59bf3934cf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006381 10.0.0.41 - - [2026-03-19 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006369 10.0.0.41 - - [2026-03-19 03:12:18] "GET /virtual-network/c351e8d3-70f7-4fc7-b06d-59bf3934cf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005613 10.0.0.41 - - [2026-03-19 03:12:18] "PUT /virtual-network/c351e8d3-70f7-4fc7-b06d-59bf3934cf48 HTTP/1.1" 200 264 0.067114 10.0.0.27 - - [2026-03-19 03:12:18] "POST /ref-update HTTP/1.1" 200 156 0.030879 10.0.0.41 - - [2026-03-19 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.013177 10.0.0.27 - - [2026-03-19 03:12:18] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001275 10.0.0.41 - - [2026-03-19 03:12:18] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.044381 10.0.0.41 - - [2026-03-19 03:12:18] "POST /neutron/network HTTP/1.1" 200 117 0.013992 10.0.0.41 - - [2026-03-19 03:12:18] "POST /neutron/network HTTP/1.1" 200 831 0.010511 10.0.0.41 - - [2026-03-19 03:12:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001052 10.0.0.41 - - [2026-03-19 03:12:18] "GET /virtual-network/e50663d1-3705-4ede-9536-969fa9b747c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005935 10.0.0.41 - - [2026-03-19 03:12:18] "GET /virtual-network/e50663d1-3705-4ede-9536-969fa9b747c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007052 10.0.0.41 - - [2026-03-19 03:12:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.008611 10.0.0.41 - - [2026-03-19 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.41 - - [2026-03-19 03:12:18] "GET /virtual-network/e50663d1-3705-4ede-9536-969fa9b747c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005648 10.0.0.41 - - [2026-03-19 03:12:18] "PUT /virtual-network/e50663d1-3705-4ede-9536-969fa9b747c3 HTTP/1.1" 200 264 0.055595 10.0.0.27 - - [2026-03-19 03:12:18] "POST /ref-update HTTP/1.1" 200 156 0.015533 10.0.0.41 - - [2026-03-19 03:12:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001206 10.0.0.27 - - [2026-03-19 03:12:19] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001008 10.0.0.41 - - [2026-03-19 03:12:19] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.068842 10.0.0.41 - - [2026-03-19 03:12:20] "POST /neutron/port HTTP/1.1" 200 117 0.007108 10.0.0.41 - - [2026-03-19 03:12:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001172 10.0.0.41 - - [2026-03-19 03:12:20] "POST /neutron/network HTTP/1.1" 200 841 0.009109 10.0.0.41 - - [2026-03-19 03:12:20] "POST /neutron/port HTTP/1.1" 200 1054 0.016727 10.0.0.27 - - [2026-03-19 03:12:21] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000869 10.0.0.41 - - [2026-03-19 03:12:21] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.099016 10.0.0.41 - - [2026-03-19 03:12:21] "POST /neutron/port HTTP/1.1" 200 1118 0.019451 10.0.0.41 - - [2026-03-19 03:12:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.008403 10.0.0.41 - - [2026-03-19 03:12:21] "POST /neutron/port HTTP/1.1" 200 1118 0.019280 10.0.0.41 - - [2026-03-19 03:12:21] "POST /neutron/port HTTP/1.1" 200 1118 0.020543 10.0.0.27 - - [2026-03-19 03:12:21] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000989 10.0.0.41 - - [2026-03-19 03:12:22] "POST /neutron/port HTTP/1.1" 200 1053 0.278075 10.0.0.41 - - [2026-03-19 03:12:22] "POST /neutron/port HTTP/1.1" 200 1107 0.119167 10.0.0.41 - - [2026-03-19 03:12:22] "POST /neutron/subnet HTTP/1.1" 200 698 0.008903 10.0.0.41 - - [2026-03-19 03:12:26] "POST /neutron/port HTTP/1.1" 200 1118 0.022656 10.0.0.41 - - [2026-03-19 03:12:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009253 10.0.0.41 - - [2026-03-19 03:12:26] "GET /virtual-machine/d612c562-de98-454a-8a10-33a399794374 HTTP/1.1" 200 1285 0.007041 10.0.0.41 - - [2026-03-19 03:12:26] "GET /virtual-machine-interface/91c676c9-c9d5-45ba-9b6a-ee1010e0d6d2 HTTP/1.1" 200 2927 0.004696 10.0.0.41 - - [2026-03-19 03:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.41 - - [2026-03-19 03:12:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003699 10.0.0.41 - - [2026-03-19 03:12:26] "GET /virtual-networks?parent_id=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002743 10.0.0.41 - - [2026-03-19 03:12:26] "GET /virtual-network/c351e8d3-70f7-4fc7-b06d-59bf3934cf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.008211 10.0.0.41 - - [2026-03-19 03:12:29] "POST /neutron/port HTTP/1.1" 200 1118 0.017352 10.0.0.41 - - [2026-03-19 03:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.41 - - [2026-03-19 03:12:30] "GET /virtual-network/c351e8d3-70f7-4fc7-b06d-59bf3934cf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005751 10.0.0.41 - - [2026-03-19 03:12:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006346 10.0.0.41 - - [2026-03-19 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.41 - - [2026-03-19 03:12:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003889 10.0.0.41 - - [2026-03-19 03:12:32] "GET /virtual-networks?parent_id=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004113 10.0.0.41 - - [2026-03-19 03:12:32] "GET /virtual-network/c351e8d3-70f7-4fc7-b06d-59bf3934cf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005879 10.0.0.41 - - [2026-03-19 03:12:32] "POST /neutron/port HTTP/1.1" 200 1117 0.016849 10.0.0.41 - - [2026-03-19 03:12:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007007 10.0.0.41 - - [2026-03-19 03:12:32] "GET /virtual-machine/f062cdbd-f28e-4891-ac21-4a6fd0ea8627 HTTP/1.1" 200 1286 0.005789 10.0.0.41 - - [2026-03-19 03:12:32] "GET /virtual-machine-interface/3f8fe17e-cf58-48a3-b6b7-c062ae70279b HTTP/1.1" 200 2926 0.005705 10.0.0.41 - - [2026-03-19 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.41 - - [2026-03-19 03:12:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002963 10.0.0.41 - - [2026-03-19 03:12:32] "GET /virtual-networks?parent_id=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002664 10.0.0.41 - - [2026-03-19 03:12:32] "GET /virtual-network/e50663d1-3705-4ede-9536-969fa9b747c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005453 10.0.0.41 - - [2026-03-19 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.41 - - [2026-03-19 03:12:33] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005219 10.0.0.41 - - [2026-03-19 03:12:33] "GET /virtual-networks?parent_id=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003169 10.0.0.41 - - [2026-03-19 03:12:33] "GET /virtual-network/e50663d1-3705-4ede-9536-969fa9b747c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005848 10.0.0.41 - - [2026-03-19 03:12:34] "POST /neutron/network HTTP/1.1" 200 842 0.006758 10.0.0.41 - - [2026-03-19 03:12:34] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.41 - - [2026-03-19 03:12:34] "POST /routing-policys HTTP/1.1" 200 534 0.032466 10.0.0.41 - - [2026-03-19 03:12:34] "GET /virtual-network/c351e8d3-70f7-4fc7-b06d-59bf3934cf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.009362 10.0.0.41 - - [2026-03-19 03:12:34] "PUT /virtual-network/c351e8d3-70f7-4fc7-b06d-59bf3934cf48 HTTP/1.1" 200 264 0.057558 10.0.0.41 - - [2026-03-19 03:12:38] "POST /routing-policys HTTP/1.1" 200 534 0.025729 10.0.0.41 - - [2026-03-19 03:12:38] "GET /virtual-network/c351e8d3-70f7-4fc7-b06d-59bf3934cf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.011365 10.0.0.41 - - [2026-03-19 03:12:38] "PUT /virtual-network/c351e8d3-70f7-4fc7-b06d-59bf3934cf48 HTTP/1.1" 200 264 0.055465 10.0.0.27 - - [2026-03-19 03:12:38] "POST /ref-update HTTP/1.1" 200 156 0.024626 10.0.0.41 - - [2026-03-19 03:12:38] "POST /ref-update HTTP/1.1" 200 156 0.043535 10.0.0.41 - - [2026-03-19 03:12:38] "DELETE /routing-policy/47dbabfd-72f2-4aa0-8134-cfe06899f1fa HTTP/1.1" 200 115 0.032457 10.0.0.41 - - [2026-03-19 03:12:38] "POST /ref-update HTTP/1.1" 200 156 0.060645 10.0.0.41 - - [2026-03-19 03:12:38] "DELETE /routing-policy/71fd36a8-f980-47ab-bc2d-03c3cf913cb6 HTTP/1.1" 200 115 0.035469 10.0.0.41 - - [2026-03-19 03:12:38] "POST /neutron/network HTTP/1.1" 400 204 0.013986 10.0.0.41 - - [2026-03-19 03:12:39] "POST /neutron/port HTTP/1.1" 200 151 0.179666 10.0.0.41 - - [2026-03-19 03:12:39] "POST /neutron/port HTTP/1.1" 200 151 0.210142 10.0.0.27 - - [2026-03-19 03:12:41] "DELETE /route-target/a5d40ca2-8b1c-4a27-a2c7-02bbd3fb6684 HTTP/1.1" 200 115 0.019533 10.0.0.41 - - [2026-03-19 03:12:41] "POST /neutron/network HTTP/1.1" 200 832 0.010295 10.0.0.27 - - [2026-03-19 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.017463 10.0.0.27 - - [2026-03-19 03:12:41] "DELETE /route-target/fc655104-2358-430b-84b9-19af27431406 HTTP/1.1" 200 115 0.023063 10.0.0.41 - - [2026-03-19 03:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.27 - - [2026-03-19 03:12:43] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001400 10.0.0.41 - - [2026-03-19 03:12:43] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.037907 10.0.0.27 - - [2026-03-19 03:12:43] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000943 10.0.0.41 - - [2026-03-19 03:12:44] "POST /neutron/network HTTP/1.1" 200 612 0.119356 10.0.0.41 - - [2026-03-19 03:12:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.006837 10.0.0.41 - - [2026-03-19 03:12:44] "GET /virtual-network/cb8d0b48-d22e-4ba9-a803-728f62071a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005417 10.0.0.41 - - [2026-03-19 03:12:44] "POST /neutron/network HTTP/1.1" 200 833 0.006237 10.0.0.41 - - [2026-03-19 03:12:44] "GET /virtual-network/cb8d0b48-d22e-4ba9-a803-728f62071a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004809 10.0.0.41 - - [2026-03-19 03:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.41 - - [2026-03-19 03:12:44] "GET /virtual-network/cb8d0b48-d22e-4ba9-a803-728f62071a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005292 10.0.0.27 - - [2026-03-19 03:12:44] "POST /route-targets HTTP/1.1" 200 323 0.014687 10.0.0.41 - - [2026-03-19 03:12:44] "PUT /virtual-network/cb8d0b48-d22e-4ba9-a803-728f62071a48 HTTP/1.1" 200 264 0.054987 10.0.0.41 - - [2026-03-19 03:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006158 10.0.0.27 - - [2026-03-19 03:12:44] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000970 10.0.0.41 - - [2026-03-19 03:12:44] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.034461 10.0.0.41 - - [2026-03-19 03:12:44] "POST /neutron/network HTTP/1.1" 200 117 0.013773 10.0.0.41 - - [2026-03-19 03:12:45] "POST /neutron/network HTTP/1.1" 200 831 0.008314 10.0.0.41 - - [2026-03-19 03:12:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001202 10.0.0.41 - - [2026-03-19 03:12:45] "GET /virtual-network/415c64fa-6824-48d0-a95c-1946b35cc5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006319 10.0.0.27 - - [2026-03-19 03:12:45] "POST /ref-update HTTP/1.1" 200 156 0.024606 10.0.0.41 - - [2026-03-19 03:12:45] "GET /virtual-network/415c64fa-6824-48d0-a95c-1946b35cc5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005511 10.0.0.41 - - [2026-03-19 03:12:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.008482 10.0.0.41 - - [2026-03-19 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.41 - - [2026-03-19 03:12:45] "GET /virtual-network/415c64fa-6824-48d0-a95c-1946b35cc5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004951 10.0.0.41 - - [2026-03-19 03:12:45] "PUT /virtual-network/415c64fa-6824-48d0-a95c-1946b35cc5fc HTTP/1.1" 200 264 0.064553 10.0.0.41 - - [2026-03-19 03:12:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001197 10.0.0.27 - - [2026-03-19 03:12:46] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001211 10.0.0.41 - - [2026-03-19 03:12:46] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.064351 10.0.0.41 - - [2026-03-19 03:12:46] "POST /neutron/port HTTP/1.1" 200 117 0.006183 10.0.0.41 - - [2026-03-19 03:12:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001184 10.0.0.41 - - [2026-03-19 03:12:46] "POST /neutron/network HTTP/1.1" 200 841 0.006862 10.0.0.41 - - [2026-03-19 03:12:47] "POST /neutron/port HTTP/1.1" 200 1055 0.027181 10.0.0.27 - - [2026-03-19 03:12:47] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000899 10.0.0.41 - - [2026-03-19 03:12:47] "POST /neutron/port HTTP/1.1" 200 1119 0.023030 10.0.0.41 - - [2026-03-19 03:12:47] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.077766 10.0.0.41 - - [2026-03-19 03:12:47] "POST /neutron/subnet HTTP/1.1" 200 708 0.008171 10.0.0.41 - - [2026-03-19 03:12:47] "POST /neutron/port HTTP/1.1" 200 1119 0.023816 10.0.0.41 - - [2026-03-19 03:12:48] "POST /neutron/port HTTP/1.1" 200 1119 0.016576 10.0.0.27 - - [2026-03-19 03:12:48] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000940 10.0.0.41 - - [2026-03-19 03:12:48] "POST /neutron/port HTTP/1.1" 200 1053 0.310443 10.0.0.41 - - [2026-03-19 03:12:48] "POST /neutron/port HTTP/1.1" 200 1107 0.137631 10.0.0.41 - - [2026-03-19 03:12:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.009838 10.0.0.41 - - [2026-03-19 03:12:53] "POST /neutron/port HTTP/1.1" 200 1119 0.017081 10.0.0.41 - - [2026-03-19 03:12:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007438 10.0.0.41 - - [2026-03-19 03:12:53] "GET /virtual-machine/9c7ad83b-26a5-4024-b075-afd56346b85b HTTP/1.1" 200 1286 0.005714 10.0.0.41 - - [2026-03-19 03:12:53] "GET /virtual-machine-interface/5f6c5e88-38bd-446c-b116-abdcdb5140af HTTP/1.1" 200 2926 0.004750 10.0.0.41 - - [2026-03-19 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.41 - - [2026-03-19 03:12:53] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003627 10.0.0.41 - - [2026-03-19 03:12:53] "GET /virtual-networks?parent_id=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002588 10.0.0.41 - - [2026-03-19 03:12:53] "GET /virtual-network/cb8d0b48-d22e-4ba9-a803-728f62071a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005900 10.0.0.41 - - [2026-03-19 03:12:56] "POST /neutron/port HTTP/1.1" 200 1119 0.017803 10.0.0.41 - - [2026-03-19 03:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.41 - - [2026-03-19 03:12:56] "GET /virtual-network/cb8d0b48-d22e-4ba9-a803-728f62071a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005762 10.0.0.41 - - [2026-03-19 03:12:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006269 10.0.0.41 - - [2026-03-19 03:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.41 - - [2026-03-19 03:12:58] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003573 10.0.0.41 - - [2026-03-19 03:12:58] "GET /virtual-networks?parent_id=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002879 10.0.0.41 - - [2026-03-19 03:12:58] "GET /virtual-network/cb8d0b48-d22e-4ba9-a803-728f62071a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005894 10.0.0.41 - - [2026-03-19 03:12:59] "POST /neutron/port HTTP/1.1" 200 1117 0.020354 10.0.0.41 - - [2026-03-19 03:12:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009745 10.0.0.41 - - [2026-03-19 03:12:59] "GET /virtual-machine/0e85b14e-9e94-45dc-bbc2-93348a138d98 HTTP/1.1" 200 1285 0.006132 10.0.0.41 - - [2026-03-19 03:12:59] "GET /virtual-machine-interface/a1934e5f-f9ba-4e30-bec2-658d82cf79f4 HTTP/1.1" 200 2927 0.005412 10.0.0.41 - - [2026-03-19 03:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.41 - - [2026-03-19 03:12:59] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003719 10.0.0.41 - - [2026-03-19 03:12:59] "GET /virtual-networks?parent_id=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003417 10.0.0.41 - - [2026-03-19 03:12:59] "GET /virtual-network/415c64fa-6824-48d0-a95c-1946b35cc5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005617 10.0.0.41 - - [2026-03-19 03:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.41 - - [2026-03-19 03:13:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004190 10.0.0.41 - - [2026-03-19 03:13:00] "GET /virtual-networks?parent_id=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006052 10.0.0.41 - - [2026-03-19 03:13:00] "GET /virtual-network/415c64fa-6824-48d0-a95c-1946b35cc5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005290 10.0.0.41 - - [2026-03-19 03:13:00] "POST /interface-route-tables HTTP/1.1" 200 574 0.028374 10.0.0.41 - - [2026-03-19 03:13:00] "GET /interface-route-table/a4c32308-f6fc-4ede-b25c-ec502a14263f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.015404 10.0.0.41 - - [2026-03-19 03:13:00] "GET /virtual-machine-interface/5f6c5e88-38bd-446c-b116-abdcdb5140af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2705 0.005465 10.0.0.41 - - [2026-03-19 03:13:00] "POST /ref-update HTTP/1.1" 200 156 0.015128 10.0.0.41 - - [2026-03-19 03:13:00] "POST /routing-policys HTTP/1.1" 200 534 0.025760 10.0.0.41 - - [2026-03-19 03:13:00] "GET /virtual-network/cb8d0b48-d22e-4ba9-a803-728f62071a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005667 10.0.0.41 - - [2026-03-19 03:13:00] "PUT /virtual-network/cb8d0b48-d22e-4ba9-a803-728f62071a48 HTTP/1.1" 200 264 0.054994 10.0.0.41 - - [2026-03-19 03:13:04] "POST /ref-update HTTP/1.1" 200 156 0.048571 10.0.0.27 - - [2026-03-19 03:13:04] "POST /ref-update HTTP/1.1" 200 156 0.030772 10.0.0.41 - - [2026-03-19 03:13:04] "DELETE /routing-policy/22b8be1b-63f6-4ae5-a031-32d2b93969b3 HTTP/1.1" 200 115 0.050645 10.0.0.41 - - [2026-03-19 03:13:05] "POST /neutron/port HTTP/1.1" 200 1117 0.020393 10.0.0.41 - - [2026-03-19 03:13:05] "POST /neutron/port HTTP/1.1" 200 1119 0.034160 10.0.0.41 - - [2026-03-19 03:13:07] "POST /neutron/network HTTP/1.1" 200 831 0.007028 10.0.0.27 - - [2026-03-19 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.27 - - [2026-03-19 03:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005055 10.0.0.27 - - [2026-03-19 03:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001863 10.0.0.41 - - [2026-03-19 03:13:07] "POST /neutron/network HTTP/1.1" 200 151 0.132940 10.0.0.27 - - [2026-03-19 03:13:07] "DELETE /route-target/afade413-5309-4e11-aaec-cdcdfc9f8597 HTTP/1.1" 200 115 0.025312 10.0.0.27 - - [2026-03-19 03:13:08] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000986 10.0.0.41 - - [2026-03-19 03:13:08] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.049293 10.0.0.27 - - [2026-03-19 03:13:08] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000968 10.0.0.41 - - [2026-03-19 03:13:08] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?fields=virtual_networks HTTP/1.1" 200 1017 0.038676 10.0.0.27 - - [2026-03-19 03:13:08] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000958 10.0.0.41 - - [2026-03-19 03:13:08] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.037798 10.0.0.27 - - [2026-03-19 03:13:08] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001208 10.0.0.41 - - [2026-03-19 03:13:08] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?fields=security_groups HTTP/1.1" 200 1236 0.062078 10.0.0.41 - - [2026-03-19 03:13:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.036358 10.0.0.27 - - [2026-03-19 03:13:09] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003679 10.0.0.27 - - [2026-03-19 03:13:09] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.27 - - [2026-03-19 03:13:09] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007138 10.0.0.27 - - [2026-03-19 03:13:10] "POST /id-to-fqname HTTP/1.1" 200 194 0.003842 10.0.0.27 - - [2026-03-19 03:13:10] "POST /fqname-to-id HTTP/1.1" 404 203 0.010125 10.0.0.27 - - [2026-03-19 03:13:10] "POST /security-groups HTTP/1.1" 200 595 0.077496 10.0.0.27 - - [2026-03-19 03:13:10] "POST /fqname-to-id HTTP/1.1" 404 238 0.004163 10.0.0.27 - - [2026-03-19 03:13:10] "POST /projects HTTP/1.1" 200 593 0.275174 10.0.0.27 - - [2026-03-19 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.348918 10.0.0.27 - - [2026-03-19 03:13:10] "POST /access-control-lists HTTP/1.1" 200 598 0.043319 10.0.0.41 - - [2026-03-19 03:13:10] "GET /project/bbfdba8e-a271-4919-a8cd-a452e24933da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.496533 10.0.0.41 - - [2026-03-19 03:13:11] "GET / HTTP/1.1" 200 35931 0.001498 10.0.0.41 - - [2026-03-19 03:13:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.41 - - [2026-03-19 03:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.102659 10.0.0.27 - - [2026-03-19 03:13:13] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001322 10.0.0.41 - - [2026-03-19 03:13:13] "GET /project/bbfdba8e-a271-4919-a8cd-a452e24933da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.059654 10.0.0.27 - - [2026-03-19 03:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008402 10.0.0.41 - - [2026-03-19 03:13:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.283085 10.0.0.41 - - [2026-03-19 03:13:14] "POST /id-to-fqname HTTP/1.1" 200 226 0.001603 10.0.0.41 - - [2026-03-19 03:13:14] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005306 10.0.0.41 - - [2026-03-19 03:13:14] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005485 10.0.0.41 - - [2026-03-19 03:13:14] "POST /neutron/network HTTP/1.1" 200 833 0.006681 10.0.0.41 - - [2026-03-19 03:13:15] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005546 10.0.0.242 - - [2026-03-19 03:13:16] "GET /obj-perms HTTP/1.1" 200 5038 0.072149 10.0.0.41 - - [2026-03-19 03:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.41 - - [2026-03-19 03:13:16] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005578 10.0.0.27 - - [2026-03-19 03:13:16] "POST /route-targets HTTP/1.1" 200 327 0.020536 10.0.0.41 - - [2026-03-19 03:13:16] "PUT /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01 HTTP/1.1" 200 264 0.065222 10.0.0.41 - - [2026-03-19 03:13:21] "POST /id-to-fqname HTTP/1.1" 200 226 0.001249 10.0.0.27 - - [2026-03-19 03:13:22] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000881 10.0.0.41 - - [2026-03-19 03:13:22] "GET /project/bbfdba8e-a271-4919-a8cd-a452e24933da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.057024 10.0.0.41 - - [2026-03-19 03:13:22] "POST /neutron/network HTTP/1.1" 200 833 0.006650 10.0.0.41 - - [2026-03-19 03:13:22] "POST /neutron/port HTTP/1.1" 200 117 0.005894 10.0.0.41 - - [2026-03-19 03:13:23] "POST /neutron/port HTTP/1.1" 200 1065 0.024923 10.0.0.41 - - [2026-03-19 03:13:23] "POST /neutron/port HTTP/1.1" 200 1129 0.021389 10.0.0.41 - - [2026-03-19 03:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.000990 10.0.0.41 - - [2026-03-19 03:13:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007810 10.0.0.41 - - [2026-03-19 03:13:28] "POST /neutron/port HTTP/1.1" 200 1129 0.020997 10.0.0.41 - - [2026-03-19 03:13:28] "GET /virtual-machine/ba98c386-e0ce-4fa0-9fe0-2dae4d9fd6bb HTTP/1.1" 401 292 0.000530 10.0.0.41 - - [2026-03-19 03:13:28] "GET /virtual-machine/ba98c386-e0ce-4fa0-9fe0-2dae4d9fd6bb HTTP/1.1" 200 1297 0.041105 10.0.0.41 - - [2026-03-19 03:13:28] "GET /virtual-machine-interface/61f2f134-f78f-4103-8cea-f5d8f14dc270 HTTP/1.1" 200 2966 0.006149 10.0.0.41 - - [2026-03-19 03:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.41 - - [2026-03-19 03:13:28] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007420 10.0.0.41 - - [2026-03-19 03:13:28] "GET /virtual-networks?parent_id=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003819 10.0.0.41 - - [2026-03-19 03:13:28] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007025 10.0.0.41 - - [2026-03-19 03:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005284 10.0.0.41 - - [2026-03-19 03:13:32] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005156 10.0.0.41 - - [2026-03-19 03:13:35] "POST /neutron/port HTTP/1.1" 200 1129 0.021764 10.0.0.41 - - [2026-03-19 03:13:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.010642 10.0.0.41 - - [2026-03-19 03:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.41 - - [2026-03-19 03:13:36] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.004855 10.0.0.41 - - [2026-03-19 03:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.41 - - [2026-03-19 03:13:40] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.004984 10.0.0.41 - - [2026-03-19 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.41 - - [2026-03-19 03:13:44] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005716 10.0.0.41 - - [2026-03-19 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.41 - - [2026-03-19 03:13:48] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008953 10.0.0.41 - - [2026-03-19 03:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.41 - - [2026-03-19 03:13:52] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005126 10.0.0.27 - - [2026-03-19 03:13:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2026-03-19 03:13:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.242 - - [2026-03-19 03:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.242 - - [2026-03-19 03:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2026-03-19 03:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2026-03-19 03:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.242 - - [2026-03-19 03:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.242 - - [2026-03-19 03:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.41 - - [2026-03-19 03:13:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.41 - - [2026-03-19 03:13:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.27 - - [2026-03-19 03:13:55] "DELETE /project/bbfdba8ea2714919a8cda452e24933da HTTP/1.1" 404 173 0.005669 10.0.0.27 - - [2026-03-19 03:13:55] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000862 10.0.0.27 - - [2026-03-19 03:13:55] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.038649 10.0.0.27 - - [2026-03-19 03:13:55] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000906 10.0.0.27 - - [2026-03-19 03:13:55] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?fields=security_groups HTTP/1.1" 200 1341 0.041009 10.0.0.27 - - [2026-03-19 03:13:56] "DELETE /security-group/a325d784-8d94-4e43-b2bd-73483e38d859 HTTP/1.1" 200 115 0.053413 10.0.0.27 - - [2026-03-19 03:13:56] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000883 10.0.0.27 - - [2026-03-19 03:13:56] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?fields=application_policy_sets HTTP/1.1" 200 1380 0.049418 10.0.0.27 - - [2026-03-19 03:13:56] "DELETE /access-control-list/6d489c14-5450-40a7-b449-9c182c57a90d HTTP/1.1" 200 115 0.069342 10.0.0.27 - - [2026-03-19 03:13:56] "DELETE /project/5f6584cc-2667-422c-9e9f-f26ba9496fce HTTP/1.1" 409 278 0.292559 10.0.0.41 - - [2026-03-19 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.41 - - [2026-03-19 03:13:56] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005580 10.0.0.41 - - [2026-03-19 03:13:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.41 - - [2026-03-19 03:13:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2026-03-19 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.41 - - [2026-03-19 03:14:00] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005160 10.0.0.41 - - [2026-03-19 03:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.41 - - [2026-03-19 03:14:02] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003487 10.0.0.41 - - [2026-03-19 03:14:02] "GET /virtual-networks?parent_id=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003236 10.0.0.41 - - [2026-03-19 03:14:02] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005703 10.0.0.41 - - [2026-03-19 03:14:02] "POST /neutron/port HTTP/1.1" 200 1129 0.017382 10.0.0.41 - - [2026-03-19 03:14:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007329 10.0.0.41 - - [2026-03-19 03:14:13] "POST /neutron/port HTTP/1.1" 200 1129 0.017381 10.0.0.41 - - [2026-03-19 03:14:18] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007153 10.0.0.41 - - [2026-03-19 03:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.41 - - [2026-03-19 03:14:23] "GET /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005465 10.0.0.41 - - [2026-03-19 03:14:23] "PUT /virtual-network/1d8e1d2e-d406-4989-b143-16b5d50a3b01 HTTP/1.1" 200 264 0.050355 10.0.0.27 - - [2026-03-19 03:14:23] "DELETE /route-target/66b69b8e-ec59-491a-bb4f-80827f0903ef HTTP/1.1" 200 115 0.064532 10.0.0.41 - - [2026-03-19 03:14:29] "POST /neutron/port HTTP/1.1" 200 1129 0.017499 10.0.0.27 - - [2026-03-19 03:14:30] "GET /obj-perms HTTP/1.1" 200 5056 0.050235 10.0.0.41 - - [2026-03-19 03:14:30] "GET /obj-perms HTTP/1.1" 200 5056 0.060264 10.0.0.41 - - [2026-03-19 03:14:31] "POST /neutron/network HTTP/1.1" 200 833 0.007148 10.0.0.41 - - [2026-03-19 03:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.27 - - [2026-03-19 03:14:33] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000879 10.0.0.41 - - [2026-03-19 03:14:34] "GET /project/bbfdba8e-a271-4919-a8cd-a452e24933da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043905 10.0.0.27 - - [2026-03-19 03:14:34] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000878 10.0.0.41 - - [2026-03-19 03:14:34] "POST /neutron/network HTTP/1.1" 200 613 0.123157 10.0.0.27 - - [2026-03-19 03:14:34] "POST /route-targets HTTP/1.1" 200 327 0.012821 10.0.0.41 - - [2026-03-19 03:14:34] "POST /id-to-fqname HTTP/1.1" 200 226 0.003138 10.0.0.41 - - [2026-03-19 03:14:34] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006346 10.0.0.41 - - [2026-03-19 03:14:34] "POST /neutron/network HTTP/1.1" 200 832 0.006185 10.0.0.41 - - [2026-03-19 03:14:34] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006044 10.0.0.41 - - [2026-03-19 03:14:34] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005150 10.0.0.41 - - [2026-03-19 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.41 - - [2026-03-19 03:14:35] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004563 10.0.0.41 - - [2026-03-19 03:14:35] "PUT /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2 HTTP/1.1" 200 264 0.050283 10.0.0.27 - - [2026-03-19 03:14:35] "POST /ref-update HTTP/1.1" 200 156 0.020318 10.0.0.41 - - [2026-03-19 03:14:40] "POST /id-to-fqname HTTP/1.1" 200 226 0.001274 10.0.0.41 - - [2026-03-19 03:14:40] "POST /neutron/network HTTP/1.1" 200 842 0.007474 10.0.0.27 - - [2026-03-19 03:14:41] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001425 10.0.0.41 - - [2026-03-19 03:14:41] "GET /project/bbfdba8e-a271-4919-a8cd-a452e24933da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.075562 10.0.0.41 - - [2026-03-19 03:14:41] "POST /neutron/port HTTP/1.1" 200 117 0.006447 10.0.0.27 - - [2026-03-19 03:14:41] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000977 10.0.0.41 - - [2026-03-19 03:14:42] "POST /neutron/port HTTP/1.1" 200 1064 0.284812 10.0.0.41 - - [2026-03-19 03:14:42] "POST /neutron/port HTTP/1.1" 200 1118 0.114805 10.0.0.41 - - [2026-03-19 03:14:42] "POST /neutron/subnet HTTP/1.1" 200 698 0.009097 10.0.0.41 - - [2026-03-19 03:14:46] "POST /neutron/port HTTP/1.1" 200 1128 0.015531 10.0.0.41 - - [2026-03-19 03:14:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007298 10.0.0.41 - - [2026-03-19 03:14:46] "GET /virtual-machine/a2945ff1-12ae-4fb2-81b8-5588d593c7e3 HTTP/1.1" 200 1296 0.005808 10.0.0.41 - - [2026-03-19 03:14:46] "GET /virtual-machine-interface/673f93df-caa0-4a41-b4e7-6f1c8676460b HTTP/1.1" 200 2966 0.004777 10.0.0.41 - - [2026-03-19 03:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.41 - - [2026-03-19 03:14:46] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003496 10.0.0.41 - - [2026-03-19 03:14:46] "GET /virtual-networks?parent_id=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005504 10.0.0.41 - - [2026-03-19 03:14:46] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005450 10.0.0.41 - - [2026-03-19 03:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.41 - - [2026-03-19 03:14:49] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004853 10.0.0.41 - - [2026-03-19 03:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.41 - - [2026-03-19 03:14:54] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007089 10.0.0.41 - - [2026-03-19 03:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.41 - - [2026-03-19 03:14:58] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005879 10.0.0.41 - - [2026-03-19 03:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.41 - - [2026-03-19 03:15:02] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005150 10.0.0.41 - - [2026-03-19 03:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.41 - - [2026-03-19 03:15:06] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005299 10.0.0.41 - - [2026-03-19 03:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.41 - - [2026-03-19 03:15:10] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005529 10.0.0.41 - - [2026-03-19 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.41 - - [2026-03-19 03:15:14] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005282 10.0.0.41 - - [2026-03-19 03:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.41 - - [2026-03-19 03:15:18] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005504 10.0.0.41 - - [2026-03-19 03:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.41 - - [2026-03-19 03:15:22] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004106 10.0.0.41 - - [2026-03-19 03:15:22] "GET /virtual-networks?parent_id=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002994 10.0.0.41 - - [2026-03-19 03:15:22] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005139 10.0.0.41 - - [2026-03-19 03:15:22] "POST /neutron/port HTTP/1.1" 200 1128 0.016393 10.0.0.41 - - [2026-03-19 03:15:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006964 10.0.0.242 - - [2026-03-19 03:15:31] "GET /obj-perms HTTP/1.1" 200 5056 0.066442 10.0.0.41 - - [2026-03-19 03:15:33] "POST /neutron/port HTTP/1.1" 200 1128 0.017206 10.0.0.41 - - [2026-03-19 03:15:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008767 10.0.0.41 - - [2026-03-19 03:15:43] "POST /neutron/network HTTP/1.1" 200 842 0.006539 10.0.0.41 - - [2026-03-19 03:15:43] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.41 - - [2026-03-19 03:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.41 - - [2026-03-19 03:15:43] "GET /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005362 10.0.0.41 - - [2026-03-19 03:15:43] "PUT /virtual-network/9a569577-e5eb-44dd-9a2b-28c99d34d3d2 HTTP/1.1" 200 264 0.051570 10.0.0.27 - - [2026-03-19 03:15:43] "DELETE /route-target/9ce3bb7f-1c09-429b-9a8c-983982af83e2 HTTP/1.1" 200 115 0.021486 10.0.0.41 - - [2026-03-19 03:15:48] "POST /neutron/network HTTP/1.1" 400 204 0.012980 10.0.0.41 - - [2026-03-19 03:15:49] "POST /neutron/port HTTP/1.1" 200 151 0.159891 10.0.0.27 - - [2026-03-19 03:15:52] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000932 10.0.0.41 - - [2026-03-19 03:15:52] "GET /project/bbfdba8e-a271-4919-a8cd-a452e24933da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.038963 10.0.0.27 - - [2026-03-19 03:15:52] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001397 10.0.0.41 - - [2026-03-19 03:15:52] "GET /project/bbfdba8e-a271-4919-a8cd-a452e24933da?fields=virtual_networks HTTP/1.1" 200 1040 0.040282 10.0.0.27 - - [2026-03-19 03:15:52] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001038 10.0.0.41 - - [2026-03-19 03:15:52] "GET /project/bbfdba8e-a271-4919-a8cd-a452e24933da?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.034056 10.0.0.27 - - [2026-03-19 03:15:52] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000868 10.0.0.41 - - [2026-03-19 03:15:52] "GET /project/bbfdba8e-a271-4919-a8cd-a452e24933da?fields=security_groups HTTP/1.1" 200 1270 0.037389 10.0.0.41 - - [2026-03-19 03:15:53] "POST /fqname-to-id HTTP/1.1" 404 213 0.028314 10.0.0.27 - - [2026-03-19 03:15:53] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002583 10.0.0.27 - - [2026-03-19 03:15:53] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001315 10.0.0.27 - - [2026-03-19 03:15:53] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007469 10.0.0.27 - - [2026-03-19 03:15:54] "POST /id-to-fqname HTTP/1.1" 200 216 0.002203 10.0.0.27 - - [2026-03-19 03:15:54] "POST /fqname-to-id HTTP/1.1" 404 227 0.004401 10.0.0.27 - - [2026-03-19 03:15:54] "POST /security-groups HTTP/1.1" 200 616 0.029523 10.0.0.27 - - [2026-03-19 03:15:54] "POST /fqname-to-id HTTP/1.1" 404 259 0.003294 10.0.0.27 - - [2026-03-19 03:15:54] "POST /projects HTTP/1.1" 200 635 0.237809 10.0.0.27 - - [2026-03-19 03:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.314132 10.0.0.27 - - [2026-03-19 03:15:54] "POST /access-control-lists HTTP/1.1" 200 619 0.026624 10.0.0.41 - - [2026-03-19 03:15:54] "GET /project/e032a403-66fa-4dad-96e7-8f80352acaf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.468299 10.0.0.41 - - [2026-03-19 03:15:55] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.27 - - [2026-03-19 03:15:56] "DELETE /project/e032a40366fa4dad96e78f80352acaf2 HTTP/1.1" 404 173 0.005749 10.0.0.27 - - [2026-03-19 03:15:56] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000796 10.0.0.27 - - [2026-03-19 03:15:56] "GET /project/bbfdba8e-a271-4919-a8cd-a452e24933da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.040749 10.0.0.27 - - [2026-03-19 03:15:56] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000889 10.0.0.27 - - [2026-03-19 03:15:56] "GET /project/bbfdba8e-a271-4919-a8cd-a452e24933da?fields=security_groups HTTP/1.1" 200 1375 0.042367 10.0.0.27 - - [2026-03-19 03:15:56] "DELETE /security-group/9d236c1d-abac-4ef8-af0e-078aa789c486 HTTP/1.1" 200 115 0.053669 10.0.0.27 - - [2026-03-19 03:15:56] "GET /projects?obj_uuids=bbfdba8e-a271-4919-a8cd-a452e24933da&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000913 10.0.0.27 - - [2026-03-19 03:15:56] "GET /project/bbfdba8e-a271-4919-a8cd-a452e24933da?fields=application_policy_sets HTTP/1.1" 200 1414 0.060615 10.0.0.27 - - [2026-03-19 03:15:56] "DELETE /project/bbfdba8e-a271-4919-a8cd-a452e24933da HTTP/1.1" 200 115 0.384420 10.0.0.41 - - [2026-03-19 03:15:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.41 - - [2026-03-19 03:15:57] "POST /fqname-to-id HTTP/1.1" 404 249 0.041213 10.0.0.27 - - [2026-03-19 03:15:57] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000927 10.0.0.27 - - [2026-03-19 03:15:57] "POST /fqname-to-id HTTP/1.1" 404 281 0.003701 10.0.0.27 - - [2026-03-19 03:15:57] "POST /access-control-lists HTTP/1.1" 200 641 0.043294 10.0.0.41 - - [2026-03-19 03:15:58] "POST /neutron/security_group HTTP/1.1" 200 1427 0.418563 10.0.0.27 - - [2026-03-19 03:15:58] "PUT /access-control-list/ee8a6bf1-2bc8-450e-b61d-db99204487c1 HTTP/1.1" 200 272 0.013402 10.0.0.41 - - [2026-03-19 03:15:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.163020 10.0.0.41 - - [2026-03-19 03:15:58] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.186795 10.0.0.41 - - [2026-03-19 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.41 - - [2026-03-19 03:15:58] "GET /security-group/e4449ead-5ac2-4453-b57a-46df34f057a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004059 10.0.0.27 - - [2026-03-19 03:15:58] "PUT /access-control-list/ee8a6bf1-2bc8-450e-b61d-db99204487c1 HTTP/1.1" 200 272 0.039238 10.0.0.41 - - [2026-03-19 03:15:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.003071 10.0.0.41 - - [2026-03-19 03:15:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.003794 10.0.0.27 - - [2026-03-19 03:15:59] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001131 10.0.0.27 - - [2026-03-19 03:16:00] "POST /fqname-to-id HTTP/1.1" 404 281 0.009925 10.0.0.27 - - [2026-03-19 03:16:00] "POST /access-control-lists HTTP/1.1" 200 641 0.033758 10.0.0.41 - - [2026-03-19 03:16:00] "POST /neutron/security_group HTTP/1.1" 200 1427 0.492301 10.0.0.27 - - [2026-03-19 03:16:00] "PUT /access-control-list/886ab13e-e842-4702-89ec-94297115ad5b HTTP/1.1" 200 272 0.016897 10.0.0.41 - - [2026-03-19 03:16:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.184606 10.0.0.41 - - [2026-03-19 03:16:01] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.167525 10.0.0.41 - - [2026-03-19 03:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.41 - - [2026-03-19 03:16:01] "GET /security-group/2fa4b310-e190-4655-ba4a-657f54aae4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.003391 10.0.0.27 - - [2026-03-19 03:16:01] "PUT /access-control-list/886ab13e-e842-4702-89ec-94297115ad5b HTTP/1.1" 200 272 0.019363 10.0.0.41 - - [2026-03-19 03:16:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.136331 10.0.0.41 - - [2026-03-19 03:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.27 - - [2026-03-19 03:16:02] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001019 10.0.0.27 - - [2026-03-19 03:16:02] "PUT /access-control-list/2b5151fe-1542-4468-86d7-b69874fc4d05 HTTP/1.1" 200 272 0.022689 10.0.0.41 - - [2026-03-19 03:16:02] "GET /project/e032a403-66fa-4dad-96e7-8f80352acaf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.052570 10.0.0.41 - - [2026-03-19 03:16:02] "POST /neutron/network HTTP/1.1" 200 117 0.029478 10.0.0.27 - - [2026-03-19 03:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.010299 10.0.0.41 - - [2026-03-19 03:16:02] "POST /neutron/subnet HTTP/1.1" 200 719 0.180012 10.0.0.27 - - [2026-03-19 03:16:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.062348 10.0.0.41 - - [2026-03-19 03:16:02] "POST /id-to-fqname HTTP/1.1" 200 290 0.001180 10.0.0.41 - - [2026-03-19 03:16:02] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005612 10.0.0.41 - - [2026-03-19 03:16:02] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.008159 10.0.0.41 - - [2026-03-19 03:16:02] "POST /neutron/network HTTP/1.1" 200 1112 0.008655 10.0.0.41 - - [2026-03-19 03:16:03] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.008713 10.0.0.27 - - [2026-03-19 03:16:04] "GET /obj-perms HTTP/1.1" 200 5080 0.068899 10.0.0.41 - - [2026-03-19 03:16:04] "POST /id-to-fqname HTTP/1.1" 200 290 0.001272 10.0.0.41 - - [2026-03-19 03:16:04] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007301 10.0.0.27 - - [2026-03-19 03:16:05] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001067 10.0.0.41 - - [2026-03-19 03:16:05] "GET /project/e032a403-66fa-4dad-96e7-8f80352acaf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.083226 10.0.0.41 - - [2026-03-19 03:16:05] "POST /neutron/port HTTP/1.1" 200 117 0.006969 10.0.0.41 - - [2026-03-19 03:16:05] "POST /id-to-fqname HTTP/1.1" 200 290 0.001189 10.0.0.41 - - [2026-03-19 03:16:06] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008053 10.0.0.27 - - [2026-03-19 03:16:06] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001271 10.0.0.41 - - [2026-03-19 03:16:06] "POST /neutron/security_group HTTP/1.1" 200 3458 0.061737 10.0.0.27 - - [2026-03-19 03:16:06] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000901 10.0.0.41 - - [2026-03-19 03:16:06] "GET /project/e032a403-66fa-4dad-96e7-8f80352acaf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.085291 10.0.0.41 - - [2026-03-19 03:16:07] "POST /neutron/port HTTP/1.1" 200 1191 0.047034 10.0.0.41 - - [2026-03-19 03:16:07] "POST /neutron/port HTTP/1.1" 200 1201 0.024903 10.0.0.41 - - [2026-03-19 03:16:07] "POST /neutron/port HTTP/1.1" 200 1255 0.020558 10.0.0.41 - - [2026-03-19 03:16:07] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015118 10.0.0.41 - - [2026-03-19 03:16:07] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008229 10.0.0.41 - - [2026-03-19 03:16:07] "POST /neutron/network HTTP/1.1" 200 1122 0.006963 10.0.0.41 - - [2026-03-19 03:16:08] "POST /neutron/port HTTP/1.1" 200 1191 0.020904 10.0.0.41 - - [2026-03-19 03:16:08] "POST /neutron/port HTTP/1.1" 200 1255 0.018151 10.0.0.41 - - [2026-03-19 03:16:08] "POST /neutron/subnet HTTP/1.1" 200 1379 0.011991 10.0.0.41 - - [2026-03-19 03:16:08] "POST /neutron/network HTTP/1.1" 200 1112 0.009481 10.0.0.41 - - [2026-03-19 03:16:12] "POST /neutron/port HTTP/1.1" 200 1255 0.019684 10.0.0.41 - - [2026-03-19 03:16:12] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006965 10.0.0.41 - - [2026-03-19 03:16:12] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 401 292 0.000408 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 200 1317 0.039357 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 200 1317 0.003654 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-machine-interface/19700be5-78f8-438b-8515-f37c9fd2d538 HTTP/1.1" 200 3415 0.005336 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 200 1317 0.004098 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-machine-interface/19700be5-78f8-438b-8515-f37c9fd2d538 HTTP/1.1" 200 3415 0.005117 10.0.0.41 - - [2026-03-19 03:16:13] "GET /instance-ip/5e07669e-d71f-42a1-b281-dff797b9e3bb HTTP/1.1" 200 1714 0.005374 10.0.0.41 - - [2026-03-19 03:16:13] "GET /instance-ip/fa7ee286-2814-4611-a9f9-c080a229bd62 HTTP/1.1" 200 1736 0.006069 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 200 1317 0.004162 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-machine-interface/19700be5-78f8-438b-8515-f37c9fd2d538 HTTP/1.1" 200 3415 0.005191 10.0.0.41 - - [2026-03-19 03:16:13] "GET /instance-ip/5e07669e-d71f-42a1-b281-dff797b9e3bb HTTP/1.1" 200 1714 0.003842 10.0.0.41 - - [2026-03-19 03:16:13] "GET /instance-ip/fa7ee286-2814-4611-a9f9-c080a229bd62 HTTP/1.1" 200 1736 0.004244 10.0.0.41 - - [2026-03-19 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.41 - - [2026-03-19 03:16:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003493 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003324 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006481 10.0.0.41 - - [2026-03-19 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.41 - - [2026-03-19 03:16:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004865 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002845 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005196 10.0.0.41 - - [2026-03-19 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.41 - - [2026-03-19 03:16:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004019 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003239 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005621 10.0.0.41 - - [2026-03-19 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.41 - - [2026-03-19 03:16:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003669 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003478 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005448 10.0.0.41 - - [2026-03-19 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.41 - - [2026-03-19 03:16:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003907 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002766 10.0.0.41 - - [2026-03-19 03:16:13] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005524 10.0.0.41 - - [2026-03-19 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.41 - - [2026-03-19 03:16:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004703 10.0.0.41 - - [2026-03-19 03:16:14] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003163 10.0.0.41 - - [2026-03-19 03:16:14] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.008226 10.0.0.41 - - [2026-03-19 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.41 - - [2026-03-19 03:16:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005149 10.0.0.41 - - [2026-03-19 03:16:14] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004261 10.0.0.41 - - [2026-03-19 03:16:14] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005800 10.0.0.41 - - [2026-03-19 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.41 - - [2026-03-19 03:16:17] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005749 10.0.0.41 - - [2026-03-19 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.41 - - [2026-03-19 03:16:21] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.004745 10.0.0.41 - - [2026-03-19 03:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.41 - - [2026-03-19 03:16:25] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007747 10.0.0.41 - - [2026-03-19 03:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.41 - - [2026-03-19 03:16:29] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006339 10.0.0.41 - - [2026-03-19 03:16:32] "GET /obj-perms HTTP/1.1" 200 5056 0.051241 10.0.0.41 - - [2026-03-19 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.41 - - [2026-03-19 03:16:33] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007299 10.0.0.41 - - [2026-03-19 03:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.41 - - [2026-03-19 03:16:37] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006474 10.0.0.41 - - [2026-03-19 03:16:39] "POST /neutron/port HTTP/1.1" 200 1255 0.017582 10.0.0.41 - - [2026-03-19 03:16:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004346 10.0.0.41 - - [2026-03-19 03:16:40] "POST /neutron/port HTTP/1.1" 200 117 0.001508 10.0.0.41 - - [2026-03-19 03:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.41 - - [2026-03-19 03:16:41] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005731 10.0.0.41 - - [2026-03-19 03:16:44] "POST /neutron/port HTTP/1.1" 200 1255 0.016355 10.0.0.41 - - [2026-03-19 03:16:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003681 10.0.0.41 - - [2026-03-19 03:16:44] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.41 - - [2026-03-19 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.41 - - [2026-03-19 03:16:46] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006415 10.0.0.41 - - [2026-03-19 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.41 - - [2026-03-19 03:16:48] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003878 10.0.0.41 - - [2026-03-19 03:16:48] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003185 10.0.0.41 - - [2026-03-19 03:16:48] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005585 10.0.0.41 - - [2026-03-19 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.41 - - [2026-03-19 03:16:48] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004340 10.0.0.41 - - [2026-03-19 03:16:48] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003247 10.0.0.41 - - [2026-03-19 03:16:48] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006928 10.0.0.41 - - [2026-03-19 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.41 - - [2026-03-19 03:16:48] "GET /routing-instance/87073a80-a6e0-49ac-92e6-ca2c84d284af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005851 10.0.0.41 - - [2026-03-19 03:16:48] "GET /route-target/d669c328-a106-41ca-9a9d-7701a1ab16da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004397 10.0.0.41 - - [2026-03-19 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.41 - - [2026-03-19 03:16:48] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004471 10.0.0.41 - - [2026-03-19 03:16:48] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004122 10.0.0.41 - - [2026-03-19 03:16:48] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006421 10.0.0.41 - - [2026-03-19 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.41 - - [2026-03-19 03:16:48] "GET /routing-instance/87073a80-a6e0-49ac-92e6-ca2c84d284af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.003833 10.0.0.41 - - [2026-03-19 03:16:48] "GET /route-target/d669c328-a106-41ca-9a9d-7701a1ab16da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005167 10.0.0.41 - - [2026-03-19 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.41 - - [2026-03-19 03:16:48] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004111 10.0.0.41 - - [2026-03-19 03:16:48] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003590 10.0.0.41 - - [2026-03-19 03:16:48] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005929 10.0.0.41 - - [2026-03-19 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.41 - - [2026-03-19 03:16:48] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004463 10.0.0.41 - - [2026-03-19 03:16:48] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003472 10.0.0.41 - - [2026-03-19 03:16:48] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007352 10.0.0.41 - - [2026-03-19 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.41 - - [2026-03-19 03:16:48] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003897 10.0.0.41 - - [2026-03-19 03:16:48] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002630 10.0.0.41 - - [2026-03-19 03:16:48] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005937 10.0.0.41 - - [2026-03-19 03:16:49] "GET /obj-perms HTTP/1.1" 200 5080 0.057024 10.0.0.27 - - [2026-03-19 03:16:49] "GET /obj-perms HTTP/1.1" 200 5080 0.003294 10.0.0.41 - - [2026-03-19 03:16:49] "GET /obj-perms HTTP/1.1" 200 5080 0.003450 10.0.0.242 - - [2026-03-19 03:16:49] "GET /obj-perms HTTP/1.1" 200 5080 0.055993 10.0.0.27 - - [2026-03-19 03:16:49] "GET /obj-perms HTTP/1.1" 200 5080 0.003485 10.0.0.41 - - [2026-03-19 03:16:49] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 200 1317 0.004103 10.0.0.41 - - [2026-03-19 03:16:49] "GET /virtual-machine-interface/19700be5-78f8-438b-8515-f37c9fd2d538 HTTP/1.1" 200 3415 0.005420 10.0.0.41 - - [2026-03-19 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.41 - - [2026-03-19 03:16:49] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003864 10.0.0.41 - - [2026-03-19 03:16:49] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002861 10.0.0.41 - - [2026-03-19 03:16:49] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005480 10.0.0.41 - - [2026-03-19 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.41 - - [2026-03-19 03:16:50] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003893 10.0.0.41 - - [2026-03-19 03:16:50] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002829 10.0.0.41 - - [2026-03-19 03:16:50] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006417 10.0.0.41 - - [2026-03-19 03:16:50] "POST /neutron/port HTTP/1.1" 200 1255 0.018939 10.0.0.41 - - [2026-03-19 03:16:56] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008610 10.0.0.41 - - [2026-03-19 03:17:01] "POST /neutron/port HTTP/1.1" 200 1255 0.020384 10.0.0.41 - - [2026-03-19 03:17:02] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007367 10.0.0.41 - - [2026-03-19 03:17:06] "POST /neutron/port HTTP/1.1" 200 1255 0.018621 10.0.0.41 - - [2026-03-19 03:17:06] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007510 10.0.0.41 - - [2026-03-19 03:17:06] "GET /virtual-machine/1b5aae8c-5e60-452a-b29a-5c03dd8119b8 HTTP/1.1" 200 1317 0.005635 10.0.0.41 - - [2026-03-19 03:17:06] "GET /virtual-machine/1b5aae8c-5e60-452a-b29a-5c03dd8119b8 HTTP/1.1" 200 1317 0.004887 10.0.0.41 - - [2026-03-19 03:17:06] "GET /virtual-machine-interface/a126a50d-ede4-4f2e-add3-59595064ae84 HTTP/1.1" 200 3417 0.005701 10.0.0.41 - - [2026-03-19 03:17:06] "GET /virtual-machine/1b5aae8c-5e60-452a-b29a-5c03dd8119b8 HTTP/1.1" 200 1317 0.003390 10.0.0.41 - - [2026-03-19 03:17:06] "GET /virtual-machine-interface/a126a50d-ede4-4f2e-add3-59595064ae84 HTTP/1.1" 200 3417 0.005522 10.0.0.41 - - [2026-03-19 03:17:06] "GET /instance-ip/27a4e0fe-a5a2-4de3-92a2-e33c30731d83 HTTP/1.1" 200 1714 0.005975 10.0.0.41 - - [2026-03-19 03:17:06] "GET /instance-ip/b33e1921-a91a-47ea-81ab-27a0c60b4379 HTTP/1.1" 200 1735 0.005811 10.0.0.41 - - [2026-03-19 03:17:06] "GET /virtual-machine/1b5aae8c-5e60-452a-b29a-5c03dd8119b8 HTTP/1.1" 200 1317 0.002932 10.0.0.41 - - [2026-03-19 03:17:06] "GET /virtual-machine-interface/a126a50d-ede4-4f2e-add3-59595064ae84 HTTP/1.1" 200 3417 0.005146 10.0.0.41 - - [2026-03-19 03:17:06] "GET /instance-ip/27a4e0fe-a5a2-4de3-92a2-e33c30731d83 HTTP/1.1" 200 1714 0.003617 10.0.0.41 - - [2026-03-19 03:17:06] "GET /instance-ip/b33e1921-a91a-47ea-81ab-27a0c60b4379 HTTP/1.1" 200 1735 0.003941 10.0.0.41 - - [2026-03-19 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.41 - - [2026-03-19 03:17:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003615 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002691 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006009 10.0.0.41 - - [2026-03-19 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.41 - - [2026-03-19 03:17:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003595 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003181 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005455 10.0.0.41 - - [2026-03-19 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.41 - - [2026-03-19 03:17:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004099 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002907 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005288 10.0.0.41 - - [2026-03-19 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.41 - - [2026-03-19 03:17:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004095 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002640 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006094 10.0.0.41 - - [2026-03-19 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.41 - - [2026-03-19 03:17:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003660 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003644 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005665 10.0.0.41 - - [2026-03-19 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.41 - - [2026-03-19 03:17:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004379 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002789 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005417 10.0.0.41 - - [2026-03-19 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.41 - - [2026-03-19 03:17:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004021 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002858 10.0.0.41 - - [2026-03-19 03:17:07] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005741 10.0.0.41 - - [2026-03-19 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.41 - - [2026-03-19 03:17:08] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003415 10.0.0.41 - - [2026-03-19 03:17:08] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003464 10.0.0.41 - - [2026-03-19 03:17:08] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006630 10.0.0.41 - - [2026-03-19 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.41 - - [2026-03-19 03:17:09] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004155 10.0.0.41 - - [2026-03-19 03:17:09] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002919 10.0.0.41 - - [2026-03-19 03:17:09] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005392 10.0.0.41 - - [2026-03-19 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.41 - - [2026-03-19 03:17:09] "GET /routing-instance/87073a80-a6e0-49ac-92e6-ca2c84d284af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004590 10.0.0.41 - - [2026-03-19 03:17:09] "GET /route-target/d669c328-a106-41ca-9a9d-7701a1ab16da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003332 10.0.0.41 - - [2026-03-19 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.41 - - [2026-03-19 03:17:09] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003199 10.0.0.41 - - [2026-03-19 03:17:09] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002286 10.0.0.41 - - [2026-03-19 03:17:09] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005780 10.0.0.41 - - [2026-03-19 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.41 - - [2026-03-19 03:17:09] "GET /routing-instance/87073a80-a6e0-49ac-92e6-ca2c84d284af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.003734 10.0.0.41 - - [2026-03-19 03:17:09] "GET /route-target/d669c328-a106-41ca-9a9d-7701a1ab16da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003664 10.0.0.41 - - [2026-03-19 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.41 - - [2026-03-19 03:17:09] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003596 10.0.0.41 - - [2026-03-19 03:17:09] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003733 10.0.0.41 - - [2026-03-19 03:17:09] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005645 10.0.0.41 - - [2026-03-19 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.41 - - [2026-03-19 03:17:09] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004030 10.0.0.41 - - [2026-03-19 03:17:09] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003112 10.0.0.41 - - [2026-03-19 03:17:09] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005415 10.0.0.41 - - [2026-03-19 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.41 - - [2026-03-19 03:17:09] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005190 10.0.0.41 - - [2026-03-19 03:17:09] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003165 10.0.0.41 - - [2026-03-19 03:17:09] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006827 10.0.0.41 - - [2026-03-19 03:17:09] "GET /obj-perms HTTP/1.1" 200 5080 0.003399 10.0.0.27 - - [2026-03-19 03:17:09] "GET /obj-perms HTTP/1.1" 200 5080 0.003384 10.0.0.41 - - [2026-03-19 03:17:09] "GET /obj-perms HTTP/1.1" 200 5080 0.003827 10.0.0.27 - - [2026-03-19 03:17:10] "GET /obj-perms HTTP/1.1" 200 5080 0.003309 10.0.0.41 - - [2026-03-19 03:17:10] "GET /virtual-machine/1b5aae8c-5e60-452a-b29a-5c03dd8119b8 HTTP/1.1" 200 1317 0.003511 10.0.0.41 - - [2026-03-19 03:17:10] "GET /virtual-machine-interface/a126a50d-ede4-4f2e-add3-59595064ae84 HTTP/1.1" 200 3417 0.005398 10.0.0.41 - - [2026-03-19 03:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.41 - - [2026-03-19 03:17:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003391 10.0.0.41 - - [2026-03-19 03:17:10] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003280 10.0.0.41 - - [2026-03-19 03:17:10] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005335 10.0.0.41 - - [2026-03-19 03:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.41 - - [2026-03-19 03:17:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003536 10.0.0.41 - - [2026-03-19 03:17:11] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002594 10.0.0.41 - - [2026-03-19 03:17:11] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006107 10.0.0.41 - - [2026-03-19 03:17:11] "POST /neutron/port HTTP/1.1" 200 1255 0.018438 10.0.0.41 - - [2026-03-19 03:17:16] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 200 1317 0.004038 10.0.0.41 - - [2026-03-19 03:17:16] "GET /virtual-machine-interface/19700be5-78f8-438b-8515-f37c9fd2d538 HTTP/1.1" 200 3415 0.005610 10.0.0.41 - - [2026-03-19 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.41 - - [2026-03-19 03:17:16] "GET /security-group/2fa4b310-e190-4655-ba4a-657f54aae4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.003320 10.0.0.41 - - [2026-03-19 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.41 - - [2026-03-19 03:17:16] "GET /security-group/2fa4b310-e190-4655-ba4a-657f54aae4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004271 10.0.0.41 - - [2026-03-19 03:17:16] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007109 10.0.0.41 - - [2026-03-19 03:17:16] "POST /neutron/port HTTP/1.1" 200 1245 0.013418 10.0.0.41 - - [2026-03-19 03:17:17] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 200 1317 0.006489 10.0.0.41 - - [2026-03-19 03:17:17] "GET /virtual-machine-interface/19700be5-78f8-438b-8515-f37c9fd2d538 HTTP/1.1" 200 3359 0.011833 10.0.0.41 - - [2026-03-19 03:17:17] "POST /neutron/port HTTP/1.1" 200 1217 0.020557 10.0.0.41 - - [2026-03-19 03:17:17] "POST /neutron/port HTTP/1.1" 200 1245 0.064237 10.0.0.41 - - [2026-03-19 03:17:17] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 200 1317 0.003906 10.0.0.41 - - [2026-03-19 03:17:17] "GET /virtual-machine-interface/19700be5-78f8-438b-8515-f37c9fd2d538 HTTP/1.1" 200 3415 0.004674 10.0.0.41 - - [2026-03-19 03:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.41 - - [2026-03-19 03:17:17] "GET /security-group/2fa4b310-e190-4655-ba4a-657f54aae4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.003555 10.0.0.41 - - [2026-03-19 03:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.41 - - [2026-03-19 03:17:17] "GET /security-group/2fa4b310-e190-4655-ba4a-657f54aae4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004503 10.0.0.41 - - [2026-03-19 03:17:17] "POST /neutron/security_group HTTP/1.1" 400 206 0.010336 10.0.0.41 - - [2026-03-19 03:17:33] "GET /obj-perms HTTP/1.1" 200 5056 0.052574 10.0.0.41 - - [2026-03-19 03:17:42] "POST /neutron/network HTTP/1.1" 200 1122 0.007838 10.0.0.41 - - [2026-03-19 03:17:42] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013184 10.0.0.41 - - [2026-03-19 03:17:42] "POST /neutron/network HTTP/1.1" 200 1112 0.009230 10.0.0.41 - - [2026-03-19 03:17:44] "POST /neutron/network HTTP/1.1" 200 1122 0.009373 10.0.0.41 - - [2026-03-19 03:17:44] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012876 10.0.0.41 - - [2026-03-19 03:17:44] "POST /neutron/network HTTP/1.1" 200 1112 0.009572 10.0.0.41 - - [2026-03-19 03:18:19] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139241 10.0.0.27 - - [2026-03-19 03:18:19] "PUT /access-control-list/886ab13e-e842-4702-89ec-94297115ad5b HTTP/1.1" 200 272 0.015692 10.0.0.41 - - [2026-03-19 03:18:19] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.143178 10.0.0.41 - - [2026-03-19 03:18:22] "POST /neutron/port HTTP/1.1" 200 1255 0.019679 10.0.0.41 - - [2026-03-19 03:18:22] "POST /neutron/port HTTP/1.1" 200 1207 0.084306 10.0.0.41 - - [2026-03-19 03:18:22] "GET /virtual-machine/1b5aae8c-5e60-452a-b29a-5c03dd8119b8 HTTP/1.1" 200 1317 0.004097 10.0.0.41 - - [2026-03-19 03:18:23] "POST /neutron/port HTTP/1.1" 200 151 0.234031 10.0.0.41 - - [2026-03-19 03:18:24] "GET /virtual-machine/1b5aae8c-5e60-452a-b29a-5c03dd8119b8 HTTP/1.1" 404 171 0.003296 10.0.0.41 - - [2026-03-19 03:18:24] "GET /virtual-machine/1b5aae8c-5e60-452a-b29a-5c03dd8119b8 HTTP/1.1" 404 171 0.002876 10.0.0.41 - - [2026-03-19 03:18:24] "GET /virtual-machine/1b5aae8c-5e60-452a-b29a-5c03dd8119b8 HTTP/1.1" 404 171 0.002365 10.0.0.41 - - [2026-03-19 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.41 - - [2026-03-19 03:18:24] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004128 10.0.0.41 - - [2026-03-19 03:18:24] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002549 10.0.0.41 - - [2026-03-19 03:18:24] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005669 10.0.0.41 - - [2026-03-19 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007804 10.0.0.41 - - [2026-03-19 03:18:24] "GET /routing-instance/87073a80-a6e0-49ac-92e6-ca2c84d284af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.003866 10.0.0.41 - - [2026-03-19 03:18:24] "GET /route-target/d669c328-a106-41ca-9a9d-7701a1ab16da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004783 10.0.0.27 - - [2026-03-19 03:18:27] "GET /obj-perms HTTP/1.1" 200 5080 0.003835 10.0.0.41 - - [2026-03-19 03:18:30] "GET /obj-perms HTTP/1.1" 200 5080 0.003615 10.0.0.27 - - [2026-03-19 03:18:34] "GET /obj-perms HTTP/1.1" 200 5080 0.003687 10.0.0.41 - - [2026-03-19 03:18:40] "GET /obj-perms HTTP/1.1" 200 5080 0.004454 10.0.0.27 - - [2026-03-19 03:18:43] "GET /obj-perms HTTP/1.1" 200 5080 0.004645 10.0.0.41 - - [2026-03-19 03:18:43] "GET /obj-perms HTTP/1.1" 200 5080 0.003648 10.0.0.242 - - [2026-03-19 03:18:43] "GET /obj-perms HTTP/1.1" 200 5080 0.003302 10.0.0.41 - - [2026-03-19 03:18:43] "POST /neutron/port HTTP/1.1" 200 1245 0.015830 10.0.0.41 - - [2026-03-19 03:18:43] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 200 1317 0.004460 10.0.0.41 - - [2026-03-19 03:18:44] "POST /neutron/port HTTP/1.1" 200 1217 0.018430 10.0.0.41 - - [2026-03-19 03:18:45] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 404 171 0.003312 10.0.0.41 - - [2026-03-19 03:18:45] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 404 171 0.002614 10.0.0.41 - - [2026-03-19 03:18:45] "GET /virtual-machine/60cd8e17-e6af-495c-a976-684b5abc8779 HTTP/1.1" 404 171 0.003061 10.0.0.41 - - [2026-03-19 03:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.41 - - [2026-03-19 03:18:45] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004292 10.0.0.41 - - [2026-03-19 03:18:45] "GET /virtual-networks?parent_id=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003638 10.0.0.41 - - [2026-03-19 03:18:45] "GET /virtual-network/74c9cbf1-926a-4e32-ac29-0221622fca44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005547 10.0.0.41 - - [2026-03-19 03:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.41 - - [2026-03-19 03:18:46] "GET /routing-instance/87073a80-a6e0-49ac-92e6-ca2c84d284af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005710 10.0.0.41 - - [2026-03-19 03:18:46] "GET /route-target/d669c328-a106-41ca-9a9d-7701a1ab16da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004454 10.0.0.27 - - [2026-03-19 03:18:49] "GET /obj-perms HTTP/1.1" 200 5080 0.003899 10.0.0.41 - - [2026-03-19 03:18:52] "GET /obj-perms HTTP/1.1" 200 5080 0.003783 10.0.0.27 - - [2026-03-19 03:18:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2026-03-19 03:18:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.242 - - [2026-03-19 03:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.242 - - [2026-03-19 03:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.27 - - [2026-03-19 03:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2026-03-19 03:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.242 - - [2026-03-19 03:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.242 - - [2026-03-19 03:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.41 - - [2026-03-19 03:18:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2026-03-19 03:18:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.41 - - [2026-03-19 03:18:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.41 - - [2026-03-19 03:18:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.27 - - [2026-03-19 03:18:58] "GET /obj-perms HTTP/1.1" 200 5080 0.003434 10.0.0.41 - - [2026-03-19 03:19:01] "GET /obj-perms HTTP/1.1" 200 5080 0.004471 10.0.0.27 - - [2026-03-19 03:19:07] "GET /obj-perms HTTP/1.1" 200 5080 0.004364 10.0.0.41 - - [2026-03-19 03:19:10] "GET /obj-perms HTTP/1.1" 200 5080 0.004354 10.0.0.41 - - [2026-03-19 03:19:13] "GET /obj-perms HTTP/1.1" 200 5080 0.003336 10.0.0.27 - - [2026-03-19 03:19:13] "GET /obj-perms HTTP/1.1" 200 5080 0.003603 10.0.0.41 - - [2026-03-19 03:19:13] "POST /neutron/network HTTP/1.1" 200 1112 0.008689 10.0.0.27 - - [2026-03-19 03:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.41 - - [2026-03-19 03:19:14] "POST /neutron/security_group HTTP/1.1" 200 151 0.058061 10.0.0.41 - - [2026-03-19 03:19:14] "POST /fqname-to-id HTTP/1.1" 404 249 0.003598 10.0.0.27 - - [2026-03-19 03:19:14] "DELETE /access-control-list/886ab13e-e842-4702-89ec-94297115ad5b HTTP/1.1" 200 115 0.034045 10.0.0.27 - - [2026-03-19 03:19:15] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.025561 10.0.0.41 - - [2026-03-19 03:19:16] "GET /project/e032a403-66fa-4dad-96e7-8f80352acaf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.104425 10.0.0.27 - - [2026-03-19 03:19:16] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001125 10.0.0.41 - - [2026-03-19 03:19:16] "GET /project/e032a403-66fa-4dad-96e7-8f80352acaf2?fields=virtual_networks HTTP/1.1" 200 1082 0.036457 10.0.0.27 - - [2026-03-19 03:19:16] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000863 10.0.0.41 - - [2026-03-19 03:19:16] "GET /project/e032a403-66fa-4dad-96e7-8f80352acaf2?fields=virtual_machine_interfaces HTTP/1.1" 200 1082 0.060209 10.0.0.27 - - [2026-03-19 03:19:16] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001118 10.0.0.41 - - [2026-03-19 03:19:16] "GET /project/e032a403-66fa-4dad-96e7-8f80352acaf2?fields=security_groups HTTP/1.1" 200 1333 0.038188 10.0.0.41 - - [2026-03-19 03:19:17] "POST /fqname-to-id HTTP/1.1" 404 218 0.034744 10.0.0.27 - - [2026-03-19 03:19:17] "GET /projects?obj_uuids=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003001 10.0.0.27 - - [2026-03-19 03:19:17] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.27 - - [2026-03-19 03:19:17] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039612 10.0.0.27 - - [2026-03-19 03:19:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.007707 10.0.0.27 - - [2026-03-19 03:19:17] "POST /fqname-to-id HTTP/1.1" 404 232 0.007254 10.0.0.27 - - [2026-03-19 03:19:17] "POST /security-groups HTTP/1.1" 200 621 0.028280 10.0.0.27 - - [2026-03-19 03:19:17] "POST /projects HTTP/1.1" 200 645 0.245731 10.0.0.27 - - [2026-03-19 03:19:17] "POST /fqname-to-id HTTP/1.1" 404 263 0.007187 10.0.0.27 - - [2026-03-19 03:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.322638 10.0.0.41 - - [2026-03-19 03:19:17] "GET /project/819d898a-a4f5-4e45-98d3-1eace8b4980b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.516370 10.0.0.41 - - [2026-03-19 03:19:18] "GET / HTTP/1.1" 200 35931 0.001482 10.0.0.41 - - [2026-03-19 03:19:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2026-03-19 03:19:21] "POST /fqname-to-id HTTP/1.1" 404 254 0.063668 10.0.0.41 - - [2026-03-19 03:19:21] "POST /security-groups HTTP/1.1" 200 595 0.031769 10.0.0.41 - - [2026-03-19 03:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.27 - - [2026-03-19 03:19:21] "POST /access-control-lists HTTP/1.1" 200 648 0.029145 10.0.0.41 - - [2026-03-19 03:19:21] "GET /security-group/052ecb61-8a64-4b48-91f1-f05efe04cb16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.006089 10.0.0.41 - - [2026-03-19 03:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002293 10.0.0.41 - - [2026-03-19 03:19:21] "GET /security-group/052ecb61-8a64-4b48-91f1-f05efe04cb16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.004459 10.0.0.41 - - [2026-03-19 03:19:22] "DELETE /security-group/052ecb61-8a64-4b48-91f1-f05efe04cb16 HTTP/1.1" 200 115 0.048122 10.0.0.41 - - [2026-03-19 03:19:22] "POST /fqname-to-id HTTP/1.1" 404 254 0.002411 10.0.0.27 - - [2026-03-19 03:19:22] "DELETE /access-control-list/820d61bb-b0a0-471f-ab14-d9768c61d27e HTTP/1.1" 200 115 0.029123 10.0.0.41 - - [2026-03-19 03:19:22] "POST /fqname-to-id HTTP/1.1" 404 254 0.003342 10.0.0.41 - - [2026-03-19 03:19:22] "POST /security-groups HTTP/1.1" 200 595 0.040009 10.0.0.41 - - [2026-03-19 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.27 - - [2026-03-19 03:19:22] "POST /access-control-lists HTTP/1.1" 200 648 0.034040 10.0.0.41 - - [2026-03-19 03:19:22] "GET /security-group/acf8826b-4db6-4915-a414-5ad5ddc46f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.005409 10.0.0.41 - - [2026-03-19 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007243 10.0.0.41 - - [2026-03-19 03:19:22] "GET /security-group/acf8826b-4db6-4915-a414-5ad5ddc46f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004710 10.0.0.41 - - [2026-03-19 03:19:22] "GET /security-group/acf8826b-4db6-4915-a414-5ad5ddc46f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004173 10.0.0.41 - - [2026-03-19 03:19:22] "PUT /security-group/acf8826b-4db6-4915-a414-5ad5ddc46f49 HTTP/1.1" 200 262 0.021252 10.0.0.27 - - [2026-03-19 03:19:22] "PUT /access-control-list/e5c4dca2-afa5-4b81-84cd-40c65722f545 HTTP/1.1" 200 272 0.015113 10.0.0.41 - - [2026-03-19 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.009523 10.0.0.27 - - [2026-03-19 03:19:22] "GET /projects?obj_uuids=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000979 10.0.0.41 - - [2026-03-19 03:19:23] "GET /project/819d898a-a4f5-4e45-98d3-1eace8b4980b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.050608 10.0.0.27 - - [2026-03-19 03:19:23] "POST /ref-update HTTP/1.1" 200 156 0.056540 10.0.0.27 - - [2026-03-19 03:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.009311 10.0.0.41 - - [2026-03-19 03:19:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.301239 10.0.0.41 - - [2026-03-19 03:19:23] "POST /id-to-fqname HTTP/1.1" 200 300 0.001221 10.0.0.41 - - [2026-03-19 03:19:23] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005790 10.0.0.41 - - [2026-03-19 03:19:23] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005249 10.0.0.41 - - [2026-03-19 03:19:23] "POST /neutron/network HTTP/1.1" 200 954 0.007426 10.0.0.41 - - [2026-03-19 03:19:23] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005412 10.0.0.41 - - [2026-03-19 03:19:25] "POST /id-to-fqname HTTP/1.1" 200 300 0.001200 10.0.0.41 - - [2026-03-19 03:19:25] "POST /neutron/network HTTP/1.1" 200 964 0.005808 10.0.0.27 - - [2026-03-19 03:19:26] "GET /projects?obj_uuids=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000932 10.0.0.41 - - [2026-03-19 03:19:26] "GET /project/819d898a-a4f5-4e45-98d3-1eace8b4980b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.084399 10.0.0.41 - - [2026-03-19 03:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.008083 10.0.0.41 - - [2026-03-19 03:19:26] "POST /id-to-fqname HTTP/1.1" 200 300 0.001170 10.0.0.41 - - [2026-03-19 03:19:27] "POST /neutron/network HTTP/1.1" 200 964 0.023510 10.0.0.27 - - [2026-03-19 03:19:27] "GET /projects?obj_uuids=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000912 10.0.0.41 - - [2026-03-19 03:19:27] "POST /neutron/port HTTP/1.1" 200 1090 0.320167 10.0.0.41 - - [2026-03-19 03:19:28] "POST /neutron/port HTTP/1.1" 200 1144 0.152309 10.0.0.27 - - [2026-03-19 03:19:28] "GET /projects?obj_uuids=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000898 10.0.0.41 - - [2026-03-19 03:19:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.010084 10.0.0.41 - - [2026-03-19 03:19:28] "GET /project/819d898a-a4f5-4e45-98d3-1eace8b4980b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.097640 10.0.0.41 - - [2026-03-19 03:19:28] "POST /neutron/network HTTP/1.1" 200 954 0.008675 10.0.0.41 - - [2026-03-19 03:19:28] "POST /neutron/port HTTP/1.1" 200 117 0.015116 10.0.0.41 - - [2026-03-19 03:19:29] "POST /neutron/network HTTP/1.1" 200 964 0.006111 10.0.0.41 - - [2026-03-19 03:19:29] "POST /neutron/port HTTP/1.1" 200 1090 0.046264 10.0.0.41 - - [2026-03-19 03:19:29] "POST /neutron/port HTTP/1.1" 200 1155 0.031648 10.0.0.41 - - [2026-03-19 03:19:29] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.41 - - [2026-03-19 03:19:33] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007124 10.0.0.41 - - [2026-03-19 03:19:33] "POST /neutron/port HTTP/1.1" 200 1155 0.017467 10.0.0.41 - - [2026-03-19 03:19:34] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007251 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 401 292 0.000484 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 200 1322 0.043454 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 200 1322 0.003863 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-machine-interface/076409be-1122-4187-a5c2-fa85cf75eb1e HTTP/1.1" 200 3261 0.004851 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 200 1322 0.003775 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-machine-interface/076409be-1122-4187-a5c2-fa85cf75eb1e HTTP/1.1" 200 3261 0.005821 10.0.0.41 - - [2026-03-19 03:19:34] "GET /instance-ip/ba60562f-a3ef-4cb1-8a28-7fbb968d867e HTTP/1.1" 200 1730 0.006014 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 200 1322 0.003928 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-machine-interface/076409be-1122-4187-a5c2-fa85cf75eb1e HTTP/1.1" 200 3261 0.005061 10.0.0.41 - - [2026-03-19 03:19:34] "GET /instance-ip/ba60562f-a3ef-4cb1-8a28-7fbb968d867e HTTP/1.1" 200 1730 0.004047 10.0.0.41 - - [2026-03-19 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.41 - - [2026-03-19 03:19:34] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003035 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002864 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005287 10.0.0.41 - - [2026-03-19 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.41 - - [2026-03-19 03:19:34] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004291 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002918 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005149 10.0.0.41 - - [2026-03-19 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.41 - - [2026-03-19 03:19:34] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003857 10.0.0.41 - - [2026-03-19 03:19:34] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005008 10.0.0.242 - - [2026-03-19 03:19:35] "GET /obj-perms HTTP/1.1" 200 5056 0.063175 10.0.0.41 - - [2026-03-19 03:19:35] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005437 10.0.0.41 - - [2026-03-19 03:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.41 - - [2026-03-19 03:19:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008131 10.0.0.41 - - [2026-03-19 03:19:35] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002916 10.0.0.41 - - [2026-03-19 03:19:35] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005622 10.0.0.41 - - [2026-03-19 03:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.41 - - [2026-03-19 03:19:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004726 10.0.0.41 - - [2026-03-19 03:19:35] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002874 10.0.0.41 - - [2026-03-19 03:19:35] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006775 10.0.0.41 - - [2026-03-19 03:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.41 - - [2026-03-19 03:19:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004073 10.0.0.41 - - [2026-03-19 03:19:35] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002979 10.0.0.41 - - [2026-03-19 03:19:35] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005346 10.0.0.41 - - [2026-03-19 03:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.41 - - [2026-03-19 03:19:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004191 10.0.0.41 - - [2026-03-19 03:19:35] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003690 10.0.0.41 - - [2026-03-19 03:19:35] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005202 10.0.0.41 - - [2026-03-19 03:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.41 - - [2026-03-19 03:19:38] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006104 10.0.0.41 - - [2026-03-19 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.41 - - [2026-03-19 03:19:42] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005291 10.0.0.41 - - [2026-03-19 03:19:46] "POST /neutron/network HTTP/1.1" 200 964 0.006164 10.0.0.41 - - [2026-03-19 03:19:46] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.41 - - [2026-03-19 03:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.41 - - [2026-03-19 03:19:46] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005809 10.0.0.41 - - [2026-03-19 03:19:47] "POST /neutron/port HTTP/1.1" 200 1155 0.015572 10.0.0.41 - - [2026-03-19 03:19:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.009492 10.0.0.41 - - [2026-03-19 03:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.41 - - [2026-03-19 03:19:50] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006418 10.0.0.41 - - [2026-03-19 03:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.41 - - [2026-03-19 03:19:55] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005480 10.0.0.27 - - [2026-03-19 03:19:56] "DELETE /project/819d898aa4f54e4598d31eace8b4980b HTTP/1.1" 404 173 0.003808 10.0.0.27 - - [2026-03-19 03:19:56] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000856 10.0.0.27 - - [2026-03-19 03:19:56] "GET /project/e032a403-66fa-4dad-96e7-8f80352acaf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1568 0.045887 10.0.0.27 - - [2026-03-19 03:19:57] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000899 10.0.0.27 - - [2026-03-19 03:19:57] "GET /project/e032a403-66fa-4dad-96e7-8f80352acaf2?fields=security_groups HTTP/1.1" 200 1438 0.039250 10.0.0.27 - - [2026-03-19 03:19:57] "DELETE /security-group/10bf3b92-fe4d-49af-96f1-236a8b312b02 HTTP/1.1" 200 115 0.046303 10.0.0.27 - - [2026-03-19 03:19:57] "GET /projects?obj_uuids=e032a403-66fa-4dad-96e7-8f80352acaf2&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000873 10.0.0.27 - - [2026-03-19 03:19:57] "GET /project/e032a403-66fa-4dad-96e7-8f80352acaf2?fields=application_policy_sets HTTP/1.1" 200 1477 0.043169 10.0.0.27 - - [2026-03-19 03:19:57] "DELETE /project/e032a403-66fa-4dad-96e7-8f80352acaf2 HTTP/1.1" 200 115 0.421999 10.0.0.41 - - [2026-03-19 03:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.41 - - [2026-03-19 03:19:59] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005127 10.0.0.41 - - [2026-03-19 03:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.41 - - [2026-03-19 03:20:03] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005583 10.0.0.41 - - [2026-03-19 03:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.41 - - [2026-03-19 03:20:07] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006919 10.0.0.41 - - [2026-03-19 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.41 - - [2026-03-19 03:20:09] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003515 10.0.0.41 - - [2026-03-19 03:20:09] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002709 10.0.0.41 - - [2026-03-19 03:20:09] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006198 10.0.0.41 - - [2026-03-19 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.41 - - [2026-03-19 03:20:09] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004625 10.0.0.41 - - [2026-03-19 03:20:09] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002962 10.0.0.41 - - [2026-03-19 03:20:09] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005998 10.0.0.41 - - [2026-03-19 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.41 - - [2026-03-19 03:20:09] "GET /routing-instance/50cbdef2-0b87-4aa1-995a-fb7d6d69bb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005841 10.0.0.41 - - [2026-03-19 03:20:09] "GET /route-target/a38ab5c0-ca37-49e3-b7ce-286ce7d8244a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004252 10.0.0.41 - - [2026-03-19 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.41 - - [2026-03-19 03:20:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003423 10.0.0.41 - - [2026-03-19 03:20:10] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002889 10.0.0.41 - - [2026-03-19 03:20:10] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006637 10.0.0.41 - - [2026-03-19 03:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.41 - - [2026-03-19 03:20:10] "GET /routing-instance/50cbdef2-0b87-4aa1-995a-fb7d6d69bb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004879 10.0.0.41 - - [2026-03-19 03:20:10] "GET /route-target/a38ab5c0-ca37-49e3-b7ce-286ce7d8244a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003500 10.0.0.41 - - [2026-03-19 03:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.41 - - [2026-03-19 03:20:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004495 10.0.0.41 - - [2026-03-19 03:20:10] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002873 10.0.0.41 - - [2026-03-19 03:20:10] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005425 10.0.0.41 - - [2026-03-19 03:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.41 - - [2026-03-19 03:20:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004313 10.0.0.41 - - [2026-03-19 03:20:10] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002996 10.0.0.41 - - [2026-03-19 03:20:10] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005843 10.0.0.41 - - [2026-03-19 03:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.41 - - [2026-03-19 03:20:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004483 10.0.0.41 - - [2026-03-19 03:20:10] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003728 10.0.0.41 - - [2026-03-19 03:20:10] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005239 10.0.0.41 - - [2026-03-19 03:20:10] "GET /obj-perms HTTP/1.1" 200 5090 0.057009 10.0.0.27 - - [2026-03-19 03:20:10] "GET /obj-perms HTTP/1.1" 200 5090 0.060672 10.0.0.41 - - [2026-03-19 03:20:10] "GET /obj-perms HTTP/1.1" 200 5090 0.003401 10.0.0.27 - - [2026-03-19 03:20:11] "GET /obj-perms HTTP/1.1" 200 5090 0.004025 10.0.0.41 - - [2026-03-19 03:20:11] "GET /obj-perms HTTP/1.1" 200 5090 0.003751 10.0.0.41 - - [2026-03-19 03:20:11] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 200 1322 0.003785 10.0.0.41 - - [2026-03-19 03:20:11] "GET /virtual-machine-interface/076409be-1122-4187-a5c2-fa85cf75eb1e HTTP/1.1" 200 3261 0.005839 10.0.0.41 - - [2026-03-19 03:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.41 - - [2026-03-19 03:20:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003189 10.0.0.41 - - [2026-03-19 03:20:11] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003263 10.0.0.41 - - [2026-03-19 03:20:11] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006020 10.0.0.41 - - [2026-03-19 03:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.41 - - [2026-03-19 03:20:12] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004855 10.0.0.41 - - [2026-03-19 03:20:12] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003159 10.0.0.41 - - [2026-03-19 03:20:12] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006396 10.0.0.41 - - [2026-03-19 03:20:12] "POST /neutron/port HTTP/1.1" 200 1155 0.025417 10.0.0.41 - - [2026-03-19 03:20:16] "POST /neutron/security_group HTTP/1.1" 200 1292 0.043378 10.0.0.41 - - [2026-03-19 03:20:22] "POST /neutron/port HTTP/1.1" 200 1155 0.017877 10.0.0.41 - - [2026-03-19 03:20:22] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007973 10.0.0.41 - - [2026-03-19 03:20:28] "POST /neutron/port HTTP/1.1" 200 1155 0.017472 10.0.0.41 - - [2026-03-19 03:20:28] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006296 10.0.0.41 - - [2026-03-19 03:20:28] "GET /virtual-machine/05956826-0b9e-44f2-b1be-cf0f97807a44 HTTP/1.1" 200 1321 0.019205 10.0.0.41 - - [2026-03-19 03:20:28] "GET /virtual-machine/05956826-0b9e-44f2-b1be-cf0f97807a44 HTTP/1.1" 200 1321 0.003535 10.0.0.41 - - [2026-03-19 03:20:28] "GET /virtual-machine-interface/899027c4-08d3-485e-8d8a-23b2be6b7339 HTTP/1.1" 200 3262 0.004995 10.0.0.41 - - [2026-03-19 03:20:28] "GET /virtual-machine/05956826-0b9e-44f2-b1be-cf0f97807a44 HTTP/1.1" 200 1321 0.003454 10.0.0.41 - - [2026-03-19 03:20:28] "GET /virtual-machine-interface/899027c4-08d3-485e-8d8a-23b2be6b7339 HTTP/1.1" 200 3262 0.005083 10.0.0.41 - - [2026-03-19 03:20:28] "GET /instance-ip/18491ea8-b42d-4926-8dab-bad37948fd13 HTTP/1.1" 200 1730 0.007792 10.0.0.41 - - [2026-03-19 03:20:28] "GET /virtual-machine/05956826-0b9e-44f2-b1be-cf0f97807a44 HTTP/1.1" 200 1321 0.003316 10.0.0.41 - - [2026-03-19 03:20:28] "GET /virtual-machine-interface/899027c4-08d3-485e-8d8a-23b2be6b7339 HTTP/1.1" 200 3262 0.005174 10.0.0.41 - - [2026-03-19 03:20:28] "GET /instance-ip/18491ea8-b42d-4926-8dab-bad37948fd13 HTTP/1.1" 200 1730 0.006379 10.0.0.41 - - [2026-03-19 03:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.41 - - [2026-03-19 03:20:28] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003310 10.0.0.41 - - [2026-03-19 03:20:28] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002502 10.0.0.41 - - [2026-03-19 03:20:28] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005556 10.0.0.41 - - [2026-03-19 03:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.41 - - [2026-03-19 03:20:28] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004792 10.0.0.41 - - [2026-03-19 03:20:28] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003030 10.0.0.41 - - [2026-03-19 03:20:28] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.007432 10.0.0.41 - - [2026-03-19 03:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.41 - - [2026-03-19 03:20:28] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004693 10.0.0.41 - - [2026-03-19 03:20:28] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003730 10.0.0.41 - - [2026-03-19 03:20:29] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005740 10.0.0.41 - - [2026-03-19 03:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.41 - - [2026-03-19 03:20:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004059 10.0.0.41 - - [2026-03-19 03:20:29] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006604 10.0.0.41 - - [2026-03-19 03:20:29] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005272 10.0.0.41 - - [2026-03-19 03:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.41 - - [2026-03-19 03:20:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.012525 10.0.0.41 - - [2026-03-19 03:20:29] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003353 10.0.0.41 - - [2026-03-19 03:20:29] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005436 10.0.0.41 - - [2026-03-19 03:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.41 - - [2026-03-19 03:20:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003789 10.0.0.41 - - [2026-03-19 03:20:29] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003657 10.0.0.41 - - [2026-03-19 03:20:29] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005894 10.0.0.41 - - [2026-03-19 03:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.41 - - [2026-03-19 03:20:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004308 10.0.0.41 - - [2026-03-19 03:20:29] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003461 10.0.0.41 - - [2026-03-19 03:20:29] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006318 10.0.0.41 - - [2026-03-19 03:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.41 - - [2026-03-19 03:20:30] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003998 10.0.0.41 - - [2026-03-19 03:20:30] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003082 10.0.0.41 - - [2026-03-19 03:20:30] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006153 10.0.0.41 - - [2026-03-19 03:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.41 - - [2026-03-19 03:20:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003272 10.0.0.41 - - [2026-03-19 03:20:31] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003263 10.0.0.41 - - [2026-03-19 03:20:31] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005765 10.0.0.41 - - [2026-03-19 03:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.41 - - [2026-03-19 03:20:31] "GET /routing-instance/50cbdef2-0b87-4aa1-995a-fb7d6d69bb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004528 10.0.0.41 - - [2026-03-19 03:20:31] "GET /route-target/a38ab5c0-ca37-49e3-b7ce-286ce7d8244a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003689 10.0.0.41 - - [2026-03-19 03:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.41 - - [2026-03-19 03:20:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003562 10.0.0.41 - - [2026-03-19 03:20:31] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003676 10.0.0.41 - - [2026-03-19 03:20:31] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005469 10.0.0.41 - - [2026-03-19 03:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.41 - - [2026-03-19 03:20:31] "GET /routing-instance/50cbdef2-0b87-4aa1-995a-fb7d6d69bb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004486 10.0.0.41 - - [2026-03-19 03:20:31] "GET /route-target/a38ab5c0-ca37-49e3-b7ce-286ce7d8244a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003237 10.0.0.41 - - [2026-03-19 03:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.41 - - [2026-03-19 03:20:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003947 10.0.0.41 - - [2026-03-19 03:20:31] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002818 10.0.0.41 - - [2026-03-19 03:20:31] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005810 10.0.0.41 - - [2026-03-19 03:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.41 - - [2026-03-19 03:20:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003870 10.0.0.41 - - [2026-03-19 03:20:31] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003267 10.0.0.41 - - [2026-03-19 03:20:31] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.007545 10.0.0.41 - - [2026-03-19 03:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.41 - - [2026-03-19 03:20:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004584 10.0.0.41 - - [2026-03-19 03:20:31] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004104 10.0.0.41 - - [2026-03-19 03:20:31] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.007303 10.0.0.27 - - [2026-03-19 03:20:31] "GET /obj-perms HTTP/1.1" 200 5090 0.004680 10.0.0.41 - - [2026-03-19 03:20:31] "GET /obj-perms HTTP/1.1" 200 5090 0.003627 10.0.0.41 - - [2026-03-19 03:20:32] "GET /obj-perms HTTP/1.1" 200 5090 0.003862 10.0.0.27 - - [2026-03-19 03:20:32] "GET /obj-perms HTTP/1.1" 200 5090 0.005007 10.0.0.41 - - [2026-03-19 03:20:32] "GET /virtual-machine/05956826-0b9e-44f2-b1be-cf0f97807a44 HTTP/1.1" 200 1321 0.005170 10.0.0.41 - - [2026-03-19 03:20:32] "GET /virtual-machine-interface/899027c4-08d3-485e-8d8a-23b2be6b7339 HTTP/1.1" 200 3262 0.005682 10.0.0.41 - - [2026-03-19 03:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.41 - - [2026-03-19 03:20:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003975 10.0.0.41 - - [2026-03-19 03:20:32] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003428 10.0.0.41 - - [2026-03-19 03:20:32] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.006706 10.0.0.41 - - [2026-03-19 03:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.41 - - [2026-03-19 03:20:33] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003579 10.0.0.41 - - [2026-03-19 03:20:33] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003414 10.0.0.41 - - [2026-03-19 03:20:33] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005677 10.0.0.41 - - [2026-03-19 03:20:33] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 200 1322 0.004158 10.0.0.41 - - [2026-03-19 03:20:33] "GET /virtual-machine-interface/076409be-1122-4187-a5c2-fa85cf75eb1e HTTP/1.1" 200 3261 0.005478 10.0.0.41 - - [2026-03-19 03:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.41 - - [2026-03-19 03:20:33] "GET /security-group/acf8826b-4db6-4915-a414-5ad5ddc46f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.003246 10.0.0.41 - - [2026-03-19 03:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.41 - - [2026-03-19 03:20:33] "GET /security-group/acf8826b-4db6-4915-a414-5ad5ddc46f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004216 10.0.0.41 - - [2026-03-19 03:20:33] "POST /neutron/security_group HTTP/1.1" 200 1318 0.003716 10.0.0.41 - - [2026-03-19 03:20:33] "POST /neutron/port HTTP/1.1" 200 1144 0.014632 10.0.0.41 - - [2026-03-19 03:20:33] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 200 1322 0.004372 10.0.0.41 - - [2026-03-19 03:20:33] "GET /virtual-machine-interface/076409be-1122-4187-a5c2-fa85cf75eb1e HTTP/1.1" 200 3200 0.007303 10.0.0.41 - - [2026-03-19 03:20:34] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008707 10.0.0.41 - - [2026-03-19 03:20:34] "POST /neutron/port HTTP/1.1" 200 1106 0.012253 10.0.0.41 - - [2026-03-19 03:20:34] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 200 1322 0.005250 10.0.0.41 - - [2026-03-19 03:20:34] "GET /virtual-machine-interface/076409be-1122-4187-a5c2-fa85cf75eb1e HTTP/1.1" 200 3261 0.007374 10.0.0.41 - - [2026-03-19 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.41 - - [2026-03-19 03:20:34] "GET /security-group/acf8826b-4db6-4915-a414-5ad5ddc46f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004063 10.0.0.41 - - [2026-03-19 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.41 - - [2026-03-19 03:20:34] "GET /security-group/acf8826b-4db6-4915-a414-5ad5ddc46f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.003785 10.0.0.41 - - [2026-03-19 03:20:34] "DELETE /security-group/acf8826b-4db6-4915-a414-5ad5ddc46f49 HTTP/1.1" 409 336 0.008717 10.0.0.41 - - [2026-03-19 03:20:46] "POST /neutron/port HTTP/1.1" 200 1155 0.017461 10.0.0.41 - - [2026-03-19 03:20:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003780 10.0.0.41 - - [2026-03-19 03:20:47] "POST /neutron/network HTTP/1.1" 200 954 0.006768 10.0.0.41 - - [2026-03-19 03:20:48] "POST /neutron/network HTTP/1.1" 200 964 0.008179 10.0.0.41 - - [2026-03-19 03:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.001402 10.0.0.41 - - [2026-03-19 03:21:34] "GET /security-group/acf8826b-4db6-4915-a414-5ad5ddc46f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004668 10.0.0.41 - - [2026-03-19 03:21:34] "PUT /security-group/acf8826b-4db6-4915-a414-5ad5ddc46f49 HTTP/1.1" 200 262 0.014390 10.0.0.27 - - [2026-03-19 03:21:34] "PUT /access-control-list/e5c4dca2-afa5-4b81-84cd-40c65722f545 HTTP/1.1" 200 272 0.014474 10.0.0.242 - - [2026-03-19 03:21:36] "GET /obj-perms HTTP/1.1" 200 5056 0.061659 10.0.0.27 - - [2026-03-19 03:21:36] "GET /obj-perms HTTP/1.1" 200 5056 0.058943 10.0.0.41 - - [2026-03-19 03:21:36] "POST /neutron/port HTTP/1.1" 200 1155 0.019015 10.0.0.41 - - [2026-03-19 03:21:37] "POST /neutron/port HTTP/1.1" 200 1106 0.077365 10.0.0.41 - - [2026-03-19 03:21:37] "GET /virtual-machine/05956826-0b9e-44f2-b1be-cf0f97807a44 HTTP/1.1" 200 1321 0.003829 10.0.0.41 - - [2026-03-19 03:21:37] "POST /neutron/port HTTP/1.1" 200 151 0.168831 10.0.0.41 - - [2026-03-19 03:21:39] "GET /virtual-machine/05956826-0b9e-44f2-b1be-cf0f97807a44 HTTP/1.1" 404 171 0.003058 10.0.0.41 - - [2026-03-19 03:21:39] "GET /virtual-machine/05956826-0b9e-44f2-b1be-cf0f97807a44 HTTP/1.1" 404 171 0.002690 10.0.0.41 - - [2026-03-19 03:21:39] "GET /virtual-machine/05956826-0b9e-44f2-b1be-cf0f97807a44 HTTP/1.1" 404 171 0.002506 10.0.0.41 - - [2026-03-19 03:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.41 - - [2026-03-19 03:21:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003971 10.0.0.41 - - [2026-03-19 03:21:39] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002822 10.0.0.41 - - [2026-03-19 03:21:39] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005557 10.0.0.41 - - [2026-03-19 03:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.41 - - [2026-03-19 03:21:39] "GET /routing-instance/50cbdef2-0b87-4aa1-995a-fb7d6d69bb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004090 10.0.0.41 - - [2026-03-19 03:21:39] "GET /route-target/a38ab5c0-ca37-49e3-b7ce-286ce7d8244a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002959 10.0.0.41 - - [2026-03-19 03:21:39] "GET /obj-perms HTTP/1.1" 200 5090 0.004050 10.0.0.41 - - [2026-03-19 03:21:42] "GET /obj-perms HTTP/1.1" 200 5090 0.004639 10.0.0.27 - - [2026-03-19 03:21:42] "GET /obj-perms HTTP/1.1" 200 5090 0.003232 10.0.0.41 - - [2026-03-19 03:21:43] "POST /neutron/port HTTP/1.1" 200 1144 0.013337 10.0.0.41 - - [2026-03-19 03:21:43] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 200 1322 0.004327 10.0.0.41 - - [2026-03-19 03:21:43] "POST /neutron/port HTTP/1.1" 200 1116 0.020988 10.0.0.41 - - [2026-03-19 03:21:45] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 404 171 0.002885 10.0.0.41 - - [2026-03-19 03:21:45] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 404 171 0.002780 10.0.0.41 - - [2026-03-19 03:21:45] "GET /virtual-machine/36552bc5-a326-43ca-bd91-8e1868ed00ec HTTP/1.1" 404 171 0.002373 10.0.0.41 - - [2026-03-19 03:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.41 - - [2026-03-19 03:21:45] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004583 10.0.0.41 - - [2026-03-19 03:21:45] "GET /virtual-networks?parent_id=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003435 10.0.0.41 - - [2026-03-19 03:21:45] "GET /virtual-network/8700d653-ae5b-47bb-b5b5-c16c17506d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.005500 10.0.0.41 - - [2026-03-19 03:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.41 - - [2026-03-19 03:21:45] "GET /routing-instance/50cbdef2-0b87-4aa1-995a-fb7d6d69bb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004271 10.0.0.41 - - [2026-03-19 03:21:45] "GET /route-target/a38ab5c0-ca37-49e3-b7ce-286ce7d8244a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003295 10.0.0.41 - - [2026-03-19 03:21:51] "GET /obj-perms HTTP/1.1" 200 5090 0.004360 10.0.0.27 - - [2026-03-19 03:21:51] "GET /obj-perms HTTP/1.1" 200 5090 0.003711 10.0.0.41 - - [2026-03-19 03:22:01] "GET /obj-perms HTTP/1.1" 200 5090 0.003812 10.0.0.27 - - [2026-03-19 03:22:01] "GET /obj-perms HTTP/1.1" 200 5090 0.004582 10.0.0.41 - - [2026-03-19 03:22:10] "GET /obj-perms HTTP/1.1" 200 5090 0.005134 10.0.0.27 - - [2026-03-19 03:22:10] "GET /obj-perms HTTP/1.1" 200 5090 0.004375 10.0.0.41 - - [2026-03-19 03:22:13] "GET /obj-perms HTTP/1.1" 200 5090 0.003994 10.0.0.41 - - [2026-03-19 03:22:13] "POST /neutron/network HTTP/1.1" 200 954 0.006253 10.0.0.27 - - [2026-03-19 03:22:13] "DELETE /route-target/a38ab5c0-ca37-49e3-b7ce-286ce7d8244a HTTP/1.1" 200 115 0.022396 10.0.0.41 - - [2026-03-19 03:22:14] "DELETE /security-group/acf8826b-4db6-4915-a414-5ad5ddc46f49 HTTP/1.1" 200 115 0.045236 10.0.0.41 - - [2026-03-19 03:22:14] "POST /fqname-to-id HTTP/1.1" 404 254 0.003587 10.0.0.27 - - [2026-03-19 03:22:15] "GET /projects?obj_uuids=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000992 10.0.0.41 - - [2026-03-19 03:22:15] "GET /project/819d898a-a4f5-4e45-98d3-1eace8b4980b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.039042 10.0.0.27 - - [2026-03-19 03:22:15] "GET /projects?obj_uuids=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000863 10.0.0.41 - - [2026-03-19 03:22:15] "GET /project/819d898a-a4f5-4e45-98d3-1eace8b4980b?fields=virtual_networks HTTP/1.1" 200 1091 0.046646 10.0.0.27 - - [2026-03-19 03:22:15] "GET /projects?obj_uuids=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000972 10.0.0.41 - - [2026-03-19 03:22:15] "GET /project/819d898a-a4f5-4e45-98d3-1eace8b4980b?fields=virtual_machine_interfaces HTTP/1.1" 200 1091 0.046381 10.0.0.27 - - [2026-03-19 03:22:15] "GET /projects?obj_uuids=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001235 10.0.0.41 - - [2026-03-19 03:22:15] "GET /project/819d898a-a4f5-4e45-98d3-1eace8b4980b?fields=security_groups HTTP/1.1" 200 1347 0.041206 10.0.0.41 - - [2026-03-19 03:22:16] "POST /fqname-to-id HTTP/1.1" 404 209 0.030830 10.0.0.27 - - [2026-03-19 03:22:16] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003300 10.0.0.27 - - [2026-03-19 03:22:17] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.27 - - [2026-03-19 03:22:17] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007012 10.0.0.27 - - [2026-03-19 03:22:17] "POST /id-to-fqname HTTP/1.1" 200 212 0.006584 10.0.0.27 - - [2026-03-19 03:22:17] "POST /fqname-to-id HTTP/1.1" 404 222 0.006805 10.0.0.27 - - [2026-03-19 03:22:17] "POST /security-groups HTTP/1.1" 200 612 0.075375 10.0.0.27 - - [2026-03-19 03:22:17] "POST /fqname-to-id HTTP/1.1" 404 255 0.003923 10.0.0.27 - - [2026-03-19 03:22:17] "POST /projects HTTP/1.1" 200 627 0.286001 10.0.0.27 - - [2026-03-19 03:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.331277 10.0.0.27 - - [2026-03-19 03:22:17] "POST /access-control-lists HTTP/1.1" 200 615 0.040241 10.0.0.41 - - [2026-03-19 03:22:17] "GET /project/64c21cea-b615-4537-a9b8-99d0196d9c23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.499328 10.0.0.41 - - [2026-03-19 03:22:18] "GET / HTTP/1.1" 200 35931 0.001930 10.0.0.41 - - [2026-03-19 03:22:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.41 - - [2026-03-19 03:22:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.066586 10.0.0.27 - - [2026-03-19 03:22:20] "POST /fqname-to-id HTTP/1.1" 404 276 0.007950 10.0.0.27 - - [2026-03-19 03:22:21] "PUT /access-control-list/331457f4-297e-4e24-996e-70297fe189ba HTTP/1.1" 200 272 0.027304 10.0.0.27 - - [2026-03-19 03:22:21] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001135 10.0.0.41 - - [2026-03-19 03:22:21] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.113870 10.0.0.41 - - [2026-03-19 03:22:21] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.022806 10.0.0.27 - - [2026-03-19 03:22:21] "PUT /access-control-list/331457f4-297e-4e24-996e-70297fe189ba HTTP/1.1" 200 272 0.015177 10.0.0.41 - - [2026-03-19 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.41 - - [2026-03-19 03:22:21] "GET /security-group/b47b27b1-dc3f-4fcc-810c-6e99e3901873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.011688 10.0.0.41 - - [2026-03-19 03:22:22] "POST /neutron/security_group HTTP/1.1" 200 1002 0.004302 10.0.0.41 - - [2026-03-19 03:22:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.002846 10.0.0.27 - - [2026-03-19 03:22:22] "DELETE /access-control-list/331457f4-297e-4e24-996e-70297fe189ba HTTP/1.1" 200 115 0.116286 10.0.0.41 - - [2026-03-19 03:22:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.003473 10.0.0.27 - - [2026-03-19 03:22:23] "POST /fqname-to-id HTTP/1.1" 404 276 0.005197 10.0.0.27 - - [2026-03-19 03:22:23] "PUT /access-control-list/76f2bf52-dc53-47ae-b8b5-39ad12f05e38 HTTP/1.1" 200 272 0.018719 10.0.0.27 - - [2026-03-19 03:22:23] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000889 10.0.0.41 - - [2026-03-19 03:22:23] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.052244 10.0.0.41 - - [2026-03-19 03:22:23] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011302 10.0.0.27 - - [2026-03-19 03:22:23] "PUT /access-control-list/76f2bf52-dc53-47ae-b8b5-39ad12f05e38 HTTP/1.1" 200 272 0.023027 10.0.0.41 - - [2026-03-19 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.41 - - [2026-03-19 03:22:24] "GET /security-group/55ae3b69-f658-473a-a371-55730c34c106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.009022 10.0.0.27 - - [2026-03-19 03:22:24] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001253 10.0.0.41 - - [2026-03-19 03:22:24] "POST /neutron/security_group_rule HTTP/1.1" 200 2188 0.043103 10.0.0.41 - - [2026-03-19 03:22:24] "POST /neutron/security_group_rule HTTP/1.1" 200 581 0.123752 10.0.0.27 - - [2026-03-19 03:22:24] "PUT /access-control-list/76f2bf52-dc53-47ae-b8b5-39ad12f05e38 HTTP/1.1" 200 272 0.017510 10.0.0.41 - - [2026-03-19 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.27 - - [2026-03-19 03:22:24] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000896 10.0.0.41 - - [2026-03-19 03:22:24] "GET /project/64c21cea-b615-4537-a9b8-99d0196d9c23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.060762 10.0.0.27 - - [2026-03-19 03:22:24] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000896 10.0.0.41 - - [2026-03-19 03:22:25] "POST /neutron/network HTTP/1.1" 200 708 0.125059 10.0.0.27 - - [2026-03-19 03:22:25] "POST /ref-update HTTP/1.1" 200 156 0.025658 10.0.0.41 - - [2026-03-19 03:22:25] "POST /id-to-fqname HTTP/1.1" 200 282 0.003920 10.0.0.41 - - [2026-03-19 03:22:25] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005651 10.0.0.41 - - [2026-03-19 03:22:25] "POST /neutron/network HTTP/1.1" 200 926 0.006827 10.0.0.41 - - [2026-03-19 03:22:25] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005582 10.0.0.41 - - [2026-03-19 03:22:25] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005720 10.0.0.242 - - [2026-03-19 03:22:26] "GET /obj-perms HTTP/1.1" 200 5072 0.063211 10.0.0.27 - - [2026-03-19 03:22:27] "GET /obj-perms HTTP/1.1" 200 5072 0.061986 10.0.0.41 - - [2026-03-19 03:22:27] "POST /id-to-fqname HTTP/1.1" 200 282 0.001348 10.0.0.41 - - [2026-03-19 03:22:27] "POST /neutron/security_group HTTP/1.1" 200 1415 0.018613 10.0.0.27 - - [2026-03-19 03:22:28] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001029 10.0.0.41 - - [2026-03-19 03:22:28] "GET /project/64c21cea-b615-4537-a9b8-99d0196d9c23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.089291 10.0.0.41 - - [2026-03-19 03:22:28] "POST /neutron/port HTTP/1.1" 200 117 0.006520 10.0.0.41 - - [2026-03-19 03:22:28] "POST /id-to-fqname HTTP/1.1" 200 282 0.001260 10.0.0.41 - - [2026-03-19 03:22:28] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009371 10.0.0.27 - - [2026-03-19 03:22:28] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001250 10.0.0.41 - - [2026-03-19 03:22:28] "POST /neutron/security_group HTTP/1.1" 200 3412 0.061351 10.0.0.41 - - [2026-03-19 03:22:29] "POST /neutron/port HTTP/1.1" 200 1080 0.075597 10.0.0.27 - - [2026-03-19 03:22:29] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001022 10.0.0.41 - - [2026-03-19 03:22:29] "GET /project/64c21cea-b615-4537-a9b8-99d0196d9c23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.074106 10.0.0.41 - - [2026-03-19 03:22:29] "POST /neutron/port HTTP/1.1" 200 1144 0.024221 10.0.0.41 - - [2026-03-19 03:22:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.012693 10.0.0.41 - - [2026-03-19 03:22:29] "POST /neutron/network HTTP/1.1" 200 926 0.007607 10.0.0.41 - - [2026-03-19 03:22:30] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007271 10.0.0.27 - - [2026-03-19 03:22:30] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001092 10.0.0.41 - - [2026-03-19 03:22:30] "POST /neutron/port HTTP/1.1" 200 1080 0.270978 10.0.0.41 - - [2026-03-19 03:22:30] "POST /neutron/port HTTP/1.1" 200 1134 0.135210 10.0.0.41 - - [2026-03-19 03:22:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.010746 10.0.0.41 - - [2026-03-19 03:22:35] "POST /neutron/port HTTP/1.1" 200 1144 0.016599 10.0.0.41 - - [2026-03-19 03:22:35] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008555 10.0.0.41 - - [2026-03-19 03:22:35] "POST /neutron/port HTTP/1.1" 200 1144 0.018054 10.0.0.41 - - [2026-03-19 03:22:35] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2026-03-19 03:22:35] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 200 1314 0.034919 10.0.0.41 - - [2026-03-19 03:22:35] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 200 1314 0.003603 10.0.0.41 - - [2026-03-19 03:22:35] "GET /virtual-machine-interface/b7b5d838-4c64-4f55-b817-5c7b0bbeb37b HTTP/1.1" 200 3191 0.005193 10.0.0.41 - - [2026-03-19 03:22:35] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 200 1314 0.003561 10.0.0.41 - - [2026-03-19 03:22:35] "GET /virtual-machine-interface/b7b5d838-4c64-4f55-b817-5c7b0bbeb37b HTTP/1.1" 200 3191 0.005193 10.0.0.41 - - [2026-03-19 03:22:35] "GET /instance-ip/83f309a1-50dd-4a9e-b582-0b1776978199 HTTP/1.1" 200 1702 0.006339 10.0.0.41 - - [2026-03-19 03:22:35] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 200 1314 0.004199 10.0.0.41 - - [2026-03-19 03:22:35] "GET /virtual-machine-interface/b7b5d838-4c64-4f55-b817-5c7b0bbeb37b HTTP/1.1" 200 3191 0.005306 10.0.0.41 - - [2026-03-19 03:22:35] "GET /instance-ip/83f309a1-50dd-4a9e-b582-0b1776978199 HTTP/1.1" 200 1702 0.004161 10.0.0.41 - - [2026-03-19 03:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.41 - - [2026-03-19 03:22:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004122 10.0.0.41 - - [2026-03-19 03:22:35] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003360 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005451 10.0.0.41 - - [2026-03-19 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.41 - - [2026-03-19 03:22:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004205 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003387 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005870 10.0.0.41 - - [2026-03-19 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.41 - - [2026-03-19 03:22:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003850 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003497 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005644 10.0.0.41 - - [2026-03-19 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.41 - - [2026-03-19 03:22:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004408 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003211 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005401 10.0.0.41 - - [2026-03-19 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.41 - - [2026-03-19 03:22:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004972 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003201 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005723 10.0.0.41 - - [2026-03-19 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.41 - - [2026-03-19 03:22:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003768 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003526 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006181 10.0.0.41 - - [2026-03-19 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.41 - - [2026-03-19 03:22:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004952 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003266 10.0.0.41 - - [2026-03-19 03:22:36] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005563 10.0.0.41 - - [2026-03-19 03:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.41 - - [2026-03-19 03:22:39] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.004936 10.0.0.41 - - [2026-03-19 03:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.41 - - [2026-03-19 03:22:44] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006808 10.0.0.41 - - [2026-03-19 03:22:48] "POST /neutron/port HTTP/1.1" 200 1144 0.016928 10.0.0.41 - - [2026-03-19 03:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.41 - - [2026-03-19 03:22:48] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.004791 10.0.0.41 - - [2026-03-19 03:22:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.008811 10.0.0.41 - - [2026-03-19 03:22:50] "POST /neutron/port HTTP/1.1" 200 1144 0.017264 10.0.0.41 - - [2026-03-19 03:22:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003652 10.0.0.41 - - [2026-03-19 03:22:51] "POST /neutron/network HTTP/1.1" 200 926 0.007534 10.0.0.41 - - [2026-03-19 03:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.41 - - [2026-03-19 03:22:52] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005732 10.0.0.41 - - [2026-03-19 03:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.41 - - [2026-03-19 03:22:56] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005014 10.0.0.27 - - [2026-03-19 03:22:57] "DELETE /project/64c21ceab6154537a9b899d0196d9c23 HTTP/1.1" 404 173 0.005934 10.0.0.27 - - [2026-03-19 03:22:57] "GET /projects?obj_uuids=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000871 10.0.0.27 - - [2026-03-19 03:22:57] "GET /project/819d898a-a4f5-4e45-98d3-1eace8b4980b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1587 0.047649 10.0.0.27 - - [2026-03-19 03:22:57] "GET /projects?obj_uuids=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001547 10.0.0.27 - - [2026-03-19 03:22:57] "GET /project/819d898a-a4f5-4e45-98d3-1eace8b4980b?fields=security_groups HTTP/1.1" 200 1452 0.070378 10.0.0.27 - - [2026-03-19 03:22:57] "DELETE /security-group/bde15b33-dd23-41f7-bb3d-7e773ab90296 HTTP/1.1" 200 115 0.070843 10.0.0.27 - - [2026-03-19 03:22:57] "GET /projects?obj_uuids=819d898a-a4f5-4e45-98d3-1eace8b4980b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001125 10.0.0.27 - - [2026-03-19 03:22:57] "GET /project/819d898a-a4f5-4e45-98d3-1eace8b4980b?fields=application_policy_sets HTTP/1.1" 200 1491 0.064538 10.0.0.27 - - [2026-03-19 03:22:58] "DELETE /project/819d898a-a4f5-4e45-98d3-1eace8b4980b HTTP/1.1" 200 115 0.469496 10.0.0.41 - - [2026-03-19 03:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.41 - - [2026-03-19 03:23:00] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005354 10.0.0.41 - - [2026-03-19 03:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.41 - - [2026-03-19 03:23:04] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005062 10.0.0.41 - - [2026-03-19 03:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.41 - - [2026-03-19 03:23:08] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005302 10.0.0.41 - - [2026-03-19 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.41 - - [2026-03-19 03:23:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003820 10.0.0.41 - - [2026-03-19 03:23:10] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003328 10.0.0.41 - - [2026-03-19 03:23:10] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005594 10.0.0.41 - - [2026-03-19 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.41 - - [2026-03-19 03:23:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003743 10.0.0.41 - - [2026-03-19 03:23:11] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002895 10.0.0.41 - - [2026-03-19 03:23:11] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006142 10.0.0.41 - - [2026-03-19 03:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005892 10.0.0.41 - - [2026-03-19 03:23:11] "GET /routing-instance/74e0ed81-5c35-4af0-916c-def01146e512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005790 10.0.0.41 - - [2026-03-19 03:23:11] "GET /route-target/42555983-bf99-4825-833c-492216d1ef49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004682 10.0.0.41 - - [2026-03-19 03:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.41 - - [2026-03-19 03:23:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005038 10.0.0.41 - - [2026-03-19 03:23:11] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003384 10.0.0.41 - - [2026-03-19 03:23:11] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005385 10.0.0.41 - - [2026-03-19 03:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.41 - - [2026-03-19 03:23:11] "GET /routing-instance/74e0ed81-5c35-4af0-916c-def01146e512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004807 10.0.0.41 - - [2026-03-19 03:23:11] "GET /route-target/42555983-bf99-4825-833c-492216d1ef49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003911 10.0.0.41 - - [2026-03-19 03:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.41 - - [2026-03-19 03:23:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004354 10.0.0.41 - - [2026-03-19 03:23:11] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004616 10.0.0.41 - - [2026-03-19 03:23:11] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006111 10.0.0.41 - - [2026-03-19 03:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.020788 10.0.0.41 - - [2026-03-19 03:23:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003659 10.0.0.41 - - [2026-03-19 03:23:11] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002831 10.0.0.41 - - [2026-03-19 03:23:11] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006409 10.0.0.41 - - [2026-03-19 03:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.41 - - [2026-03-19 03:23:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003870 10.0.0.41 - - [2026-03-19 03:23:11] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003226 10.0.0.41 - - [2026-03-19 03:23:11] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005547 10.0.0.41 - - [2026-03-19 03:23:11] "GET /obj-perms HTTP/1.1" 200 5072 0.060226 10.0.0.41 - - [2026-03-19 03:23:12] "GET /obj-perms HTTP/1.1" 200 5072 0.004081 10.0.0.27 - - [2026-03-19 03:23:12] "GET /obj-perms HTTP/1.1" 200 5072 0.004009 10.0.0.41 - - [2026-03-19 03:23:12] "GET /obj-perms HTTP/1.1" 200 5072 0.004324 10.0.0.27 - - [2026-03-19 03:23:12] "GET /obj-perms HTTP/1.1" 200 5072 0.003964 10.0.0.41 - - [2026-03-19 03:23:12] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 200 1314 0.005128 10.0.0.41 - - [2026-03-19 03:23:12] "GET /virtual-machine-interface/b7b5d838-4c64-4f55-b817-5c7b0bbeb37b HTTP/1.1" 200 3191 0.005557 10.0.0.41 - - [2026-03-19 03:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.41 - - [2026-03-19 03:23:12] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003395 10.0.0.41 - - [2026-03-19 03:23:12] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002695 10.0.0.41 - - [2026-03-19 03:23:12] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006471 10.0.0.41 - - [2026-03-19 03:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005386 10.0.0.41 - - [2026-03-19 03:23:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005175 10.0.0.41 - - [2026-03-19 03:23:13] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003813 10.0.0.41 - - [2026-03-19 03:23:13] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007232 10.0.0.41 - - [2026-03-19 03:23:18] "POST /neutron/port HTTP/1.1" 200 1144 0.021970 10.0.0.41 - - [2026-03-19 03:23:19] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008413 10.0.0.41 - - [2026-03-19 03:23:24] "POST /neutron/port HTTP/1.1" 200 1144 0.017377 10.0.0.41 - - [2026-03-19 03:23:29] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009063 10.0.0.41 - - [2026-03-19 03:23:29] "POST /neutron/port HTTP/1.1" 200 1144 0.019159 10.0.0.41 - - [2026-03-19 03:23:29] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007977 10.0.0.41 - - [2026-03-19 03:23:29] "GET /virtual-machine/fe8b76c4-09d8-4763-8c0e-218d63cd1b95 HTTP/1.1" 200 1314 0.006826 10.0.0.41 - - [2026-03-19 03:23:29] "GET /virtual-machine/fe8b76c4-09d8-4763-8c0e-218d63cd1b95 HTTP/1.1" 200 1314 0.004353 10.0.0.41 - - [2026-03-19 03:23:29] "GET /virtual-machine-interface/d6c374ab-1ab0-4ccd-930e-e9a183eb77da HTTP/1.1" 200 3191 0.006085 10.0.0.41 - - [2026-03-19 03:23:29] "GET /virtual-machine/fe8b76c4-09d8-4763-8c0e-218d63cd1b95 HTTP/1.1" 200 1314 0.004466 10.0.0.41 - - [2026-03-19 03:23:29] "GET /virtual-machine-interface/d6c374ab-1ab0-4ccd-930e-e9a183eb77da HTTP/1.1" 200 3191 0.005672 10.0.0.41 - - [2026-03-19 03:23:29] "GET /instance-ip/c1dfc691-8520-4708-97a3-86b153804e76 HTTP/1.1" 200 1703 0.006775 10.0.0.41 - - [2026-03-19 03:23:29] "GET /virtual-machine/fe8b76c4-09d8-4763-8c0e-218d63cd1b95 HTTP/1.1" 200 1314 0.004062 10.0.0.41 - - [2026-03-19 03:23:29] "GET /virtual-machine-interface/d6c374ab-1ab0-4ccd-930e-e9a183eb77da HTTP/1.1" 200 3191 0.005836 10.0.0.41 - - [2026-03-19 03:23:29] "GET /instance-ip/c1dfc691-8520-4708-97a3-86b153804e76 HTTP/1.1" 200 1703 0.003811 10.0.0.41 - - [2026-03-19 03:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.41 - - [2026-03-19 03:23:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003872 10.0.0.41 - - [2026-03-19 03:23:29] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003490 10.0.0.41 - - [2026-03-19 03:23:29] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006505 10.0.0.41 - - [2026-03-19 03:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.41 - - [2026-03-19 03:23:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004458 10.0.0.41 - - [2026-03-19 03:23:29] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003072 10.0.0.41 - - [2026-03-19 03:23:30] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006572 10.0.0.41 - - [2026-03-19 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.41 - - [2026-03-19 03:23:30] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005286 10.0.0.41 - - [2026-03-19 03:23:30] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003800 10.0.0.41 - - [2026-03-19 03:23:30] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007180 10.0.0.41 - - [2026-03-19 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.41 - - [2026-03-19 03:23:30] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005288 10.0.0.41 - - [2026-03-19 03:23:30] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004806 10.0.0.41 - - [2026-03-19 03:23:30] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007557 10.0.0.41 - - [2026-03-19 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.41 - - [2026-03-19 03:23:30] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005296 10.0.0.41 - - [2026-03-19 03:23:30] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003716 10.0.0.41 - - [2026-03-19 03:23:30] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006533 10.0.0.41 - - [2026-03-19 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.41 - - [2026-03-19 03:23:30] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004062 10.0.0.41 - - [2026-03-19 03:23:30] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003374 10.0.0.41 - - [2026-03-19 03:23:30] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.010950 10.0.0.41 - - [2026-03-19 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.41 - - [2026-03-19 03:23:30] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003770 10.0.0.41 - - [2026-03-19 03:23:30] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004515 10.0.0.41 - - [2026-03-19 03:23:30] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007404 10.0.0.41 - - [2026-03-19 03:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.41 - - [2026-03-19 03:23:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004313 10.0.0.41 - - [2026-03-19 03:23:31] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002984 10.0.0.41 - - [2026-03-19 03:23:31] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005243 10.0.0.41 - - [2026-03-19 03:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.41 - - [2026-03-19 03:23:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003501 10.0.0.41 - - [2026-03-19 03:23:32] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002895 10.0.0.41 - - [2026-03-19 03:23:32] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005877 10.0.0.41 - - [2026-03-19 03:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.41 - - [2026-03-19 03:23:32] "GET /routing-instance/74e0ed81-5c35-4af0-916c-def01146e512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004218 10.0.0.41 - - [2026-03-19 03:23:32] "GET /route-target/42555983-bf99-4825-833c-492216d1ef49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004118 10.0.0.41 - - [2026-03-19 03:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.41 - - [2026-03-19 03:23:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003410 10.0.0.41 - - [2026-03-19 03:23:32] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003617 10.0.0.41 - - [2026-03-19 03:23:32] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007014 10.0.0.41 - - [2026-03-19 03:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.41 - - [2026-03-19 03:23:32] "GET /routing-instance/74e0ed81-5c35-4af0-916c-def01146e512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004361 10.0.0.41 - - [2026-03-19 03:23:32] "GET /route-target/42555983-bf99-4825-833c-492216d1ef49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003090 10.0.0.41 - - [2026-03-19 03:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.41 - - [2026-03-19 03:23:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004512 10.0.0.41 - - [2026-03-19 03:23:32] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003956 10.0.0.41 - - [2026-03-19 03:23:32] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005286 10.0.0.41 - - [2026-03-19 03:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.41 - - [2026-03-19 03:23:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004281 10.0.0.41 - - [2026-03-19 03:23:32] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002847 10.0.0.41 - - [2026-03-19 03:23:32] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006159 10.0.0.41 - - [2026-03-19 03:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.41 - - [2026-03-19 03:23:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003640 10.0.0.41 - - [2026-03-19 03:23:32] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003300 10.0.0.41 - - [2026-03-19 03:23:32] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005505 10.0.0.41 - - [2026-03-19 03:23:33] "GET /obj-perms HTTP/1.1" 200 5072 0.017640 10.0.0.27 - - [2026-03-19 03:23:33] "GET /obj-perms HTTP/1.1" 200 5072 0.003743 10.0.0.41 - - [2026-03-19 03:23:33] "GET /obj-perms HTTP/1.1" 200 5072 0.003711 10.0.0.242 - - [2026-03-19 03:23:33] "GET /obj-perms HTTP/1.1" 200 5072 0.003371 10.0.0.27 - - [2026-03-19 03:23:33] "GET /obj-perms HTTP/1.1" 200 5072 0.004149 10.0.0.41 - - [2026-03-19 03:23:33] "GET /virtual-machine/fe8b76c4-09d8-4763-8c0e-218d63cd1b95 HTTP/1.1" 200 1314 0.004248 10.0.0.41 - - [2026-03-19 03:23:33] "GET /virtual-machine-interface/d6c374ab-1ab0-4ccd-930e-e9a183eb77da HTTP/1.1" 200 3191 0.005159 10.0.0.41 - - [2026-03-19 03:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.41 - - [2026-03-19 03:23:33] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003511 10.0.0.41 - - [2026-03-19 03:23:33] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002837 10.0.0.41 - - [2026-03-19 03:23:33] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005819 10.0.0.41 - - [2026-03-19 03:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.41 - - [2026-03-19 03:23:34] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003329 10.0.0.41 - - [2026-03-19 03:23:34] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003094 10.0.0.41 - - [2026-03-19 03:23:34] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007697 10.0.0.41 - - [2026-03-19 03:23:34] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 200 1314 0.003715 10.0.0.41 - - [2026-03-19 03:23:34] "GET /virtual-machine-interface/b7b5d838-4c64-4f55-b817-5c7b0bbeb37b HTTP/1.1" 200 3191 0.004979 10.0.0.41 - - [2026-03-19 03:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.41 - - [2026-03-19 03:23:34] "GET /security-group/55ae3b69-f658-473a-a371-55730c34c106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003655 10.0.0.41 - - [2026-03-19 03:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.41 - - [2026-03-19 03:23:34] "GET /security-group/55ae3b69-f658-473a-a371-55730c34c106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004384 10.0.0.41 - - [2026-03-19 03:23:34] "POST /neutron/port HTTP/1.1" 200 1144 0.019434 10.0.0.41 - - [2026-03-19 03:23:35] "POST /neutron/port HTTP/1.1" 200 1096 0.072816 10.0.0.41 - - [2026-03-19 03:23:35] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 200 1314 0.005303 10.0.0.41 - - [2026-03-19 03:23:35] "GET /virtual-machine-interface/b7b5d838-4c64-4f55-b817-5c7b0bbeb37b HTTP/1.1" 200 3139 0.005926 10.0.0.41 - - [2026-03-19 03:23:35] "POST /neutron/port HTTP/1.1" 200 1096 0.013705 10.0.0.41 - - [2026-03-19 03:23:35] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 200 1314 0.004378 10.0.0.41 - - [2026-03-19 03:23:35] "GET /virtual-machine-interface/b7b5d838-4c64-4f55-b817-5c7b0bbeb37b HTTP/1.1" 200 3191 0.010026 10.0.0.41 - - [2026-03-19 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.41 - - [2026-03-19 03:23:35] "GET /security-group/55ae3b69-f658-473a-a371-55730c34c106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003854 10.0.0.41 - - [2026-03-19 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.41 - - [2026-03-19 03:23:35] "GET /security-group/55ae3b69-f658-473a-a371-55730c34c106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004231 10.0.0.41 - - [2026-03-19 03:23:35] "POST /neutron/security_group HTTP/1.1" 200 1441 0.004208 10.0.0.41 - - [2026-03-19 03:23:50] "POST /neutron/port HTTP/1.1" 200 1144 0.017129 10.0.0.41 - - [2026-03-19 03:23:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003598 10.0.0.41 - - [2026-03-19 03:23:50] "POST /neutron/network HTTP/1.1" 200 926 0.006572 10.0.0.27 - - [2026-03-19 03:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.41 - - [2026-03-19 03:23:53] "POST /neutron/network HTTP/1.1" 200 936 0.007971 10.0.0.27 - - [2026-03-19 03:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.41 - - [2026-03-19 03:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.001368 10.0.0.242 - - [2026-03-19 03:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.242 - - [2026-03-19 03:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2026-03-19 03:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.27 - - [2026-03-19 03:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.242 - - [2026-03-19 03:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.242 - - [2026-03-19 03:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.41 - - [2026-03-19 03:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000901 10.0.0.41 - - [2026-03-19 03:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.41 - - [2026-03-19 03:23:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.41 - - [2026-03-19 03:23:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.41 - - [2026-03-19 03:24:34] "POST /neutron/security_group_rule HTTP/1.1" 200 545 0.009690 10.0.0.27 - - [2026-03-19 03:24:34] "PUT /access-control-list/76f2bf52-dc53-47ae-b8b5-39ad12f05e38 HTTP/1.1" 200 272 0.079145 10.0.0.41 - - [2026-03-19 03:24:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.185925 10.0.0.27 - - [2026-03-19 03:24:35] "PUT /access-control-list/5420cc93-3481-417e-bf19-cd03f12834f6 HTTP/1.1" 200 272 0.018802 10.0.0.41 - - [2026-03-19 03:24:37] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008410 10.0.0.41 - - [2026-03-19 03:24:37] "POST /neutron/port HTTP/1.1" 200 1134 0.016469 10.0.0.41 - - [2026-03-19 03:24:37] "GET /virtual-machine/fe8b76c4-09d8-4763-8c0e-218d63cd1b95 HTTP/1.1" 200 1314 0.004332 10.0.0.41 - - [2026-03-19 03:24:38] "POST /neutron/port HTTP/1.1" 200 1096 0.015300 10.0.0.41 - - [2026-03-19 03:24:39] "GET /virtual-machine/fe8b76c4-09d8-4763-8c0e-218d63cd1b95 HTTP/1.1" 404 171 0.004850 10.0.0.41 - - [2026-03-19 03:24:39] "GET /virtual-machine/fe8b76c4-09d8-4763-8c0e-218d63cd1b95 HTTP/1.1" 404 171 0.002548 10.0.0.41 - - [2026-03-19 03:24:39] "GET /virtual-machine/fe8b76c4-09d8-4763-8c0e-218d63cd1b95 HTTP/1.1" 404 171 0.002620 10.0.0.41 - - [2026-03-19 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.41 - - [2026-03-19 03:24:40] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003362 10.0.0.41 - - [2026-03-19 03:24:40] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003091 10.0.0.41 - - [2026-03-19 03:24:40] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005707 10.0.0.41 - - [2026-03-19 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.41 - - [2026-03-19 03:24:40] "GET /routing-instance/74e0ed81-5c35-4af0-916c-def01146e512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004190 10.0.0.41 - - [2026-03-19 03:24:40] "GET /route-target/42555983-bf99-4825-833c-492216d1ef49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006611 10.0.0.41 - - [2026-03-19 03:24:40] "GET /obj-perms HTTP/1.1" 200 5072 0.004064 10.0.0.27 - - [2026-03-19 03:24:40] "GET /obj-perms HTTP/1.1" 200 5072 0.004341 10.0.0.41 - - [2026-03-19 03:24:43] "GET /obj-perms HTTP/1.1" 200 5072 0.003699 10.0.0.41 - - [2026-03-19 03:24:43] "POST /neutron/port HTTP/1.1" 200 1144 0.014781 10.0.0.41 - - [2026-03-19 03:24:43] "POST /neutron/port HTTP/1.1" 200 1096 0.066377 10.0.0.41 - - [2026-03-19 03:24:44] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 200 1314 0.004456 10.0.0.41 - - [2026-03-19 03:24:44] "POST /neutron/port HTTP/1.1" 200 151 0.157965 10.0.0.41 - - [2026-03-19 03:24:46] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 404 171 0.003427 10.0.0.41 - - [2026-03-19 03:24:46] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 404 171 0.003151 10.0.0.41 - - [2026-03-19 03:24:46] "GET /virtual-machine/c3e192e0-0742-459a-ad7f-e156670fa8ea HTTP/1.1" 404 171 0.003151 10.0.0.41 - - [2026-03-19 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.41 - - [2026-03-19 03:24:46] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003728 10.0.0.41 - - [2026-03-19 03:24:46] "GET /virtual-networks?parent_id=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002788 10.0.0.41 - - [2026-03-19 03:24:46] "GET /virtual-network/a43e50fe-b4b7-42fc-a664-0cdcb9d5d0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006273 10.0.0.41 - - [2026-03-19 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.41 - - [2026-03-19 03:24:46] "GET /routing-instance/74e0ed81-5c35-4af0-916c-def01146e512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004708 10.0.0.41 - - [2026-03-19 03:24:46] "GET /route-target/42555983-bf99-4825-833c-492216d1ef49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004059 10.0.0.27 - - [2026-03-19 03:24:46] "GET /obj-perms HTTP/1.1" 200 5072 0.004237 10.0.0.41 - - [2026-03-19 03:24:52] "GET /obj-perms HTTP/1.1" 200 5072 0.003664 10.0.0.27 - - [2026-03-19 03:24:55] "GET /obj-perms HTTP/1.1" 200 5072 0.004120 10.0.0.41 - - [2026-03-19 03:25:01] "GET /obj-perms HTTP/1.1" 200 5072 0.003674 10.0.0.27 - - [2026-03-19 03:25:04] "GET /obj-perms HTTP/1.1" 200 5072 0.006424 10.0.0.41 - - [2026-03-19 03:25:11] "GET /obj-perms HTTP/1.1" 200 5072 0.004472 10.0.0.27 - - [2026-03-19 03:25:14] "GET /obj-perms HTTP/1.1" 200 5072 0.003682 10.0.0.41 - - [2026-03-19 03:25:14] "GET /obj-perms HTTP/1.1" 200 5072 0.004061 10.0.0.242 - - [2026-03-19 03:25:14] "GET /obj-perms HTTP/1.1" 200 5072 0.004014 10.0.0.41 - - [2026-03-19 03:25:14] "POST /neutron/security_group HTTP/1.1" 200 1441 0.005039 10.0.0.41 - - [2026-03-19 03:25:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.002745 10.0.0.27 - - [2026-03-19 03:25:14] "DELETE /access-control-list/5420cc93-3481-417e-bf19-cd03f12834f6 HTTP/1.1" 200 115 0.048481 10.0.0.27 - - [2026-03-19 03:25:16] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.029077 10.0.0.41 - - [2026-03-19 03:25:16] "GET /project/64c21cea-b615-4537-a9b8-99d0196d9c23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.094443 10.0.0.27 - - [2026-03-19 03:25:16] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000972 10.0.0.41 - - [2026-03-19 03:25:16] "GET /project/64c21cea-b615-4537-a9b8-99d0196d9c23?fields=virtual_networks HTTP/1.1" 200 1073 0.044611 10.0.0.27 - - [2026-03-19 03:25:16] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001109 10.0.0.41 - - [2026-03-19 03:25:16] "GET /project/64c21cea-b615-4537-a9b8-99d0196d9c23?fields=virtual_machine_interfaces HTTP/1.1" 200 1073 0.043039 10.0.0.27 - - [2026-03-19 03:25:16] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000907 10.0.0.41 - - [2026-03-19 03:25:16] "GET /project/64c21cea-b615-4537-a9b8-99d0196d9c23?fields=security_groups HTTP/1.1" 200 1320 0.044103 10.0.0.41 - - [2026-03-19 03:25:17] "POST /fqname-to-id HTTP/1.1" 404 186 0.030197 10.0.0.27 - - [2026-03-19 03:25:17] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002894 10.0.0.27 - - [2026-03-19 03:25:17] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.27 - - [2026-03-19 03:25:17] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037632 10.0.0.27 - - [2026-03-19 03:25:17] "POST /id-to-fqname HTTP/1.1" 200 188 0.002284 10.0.0.27 - - [2026-03-19 03:25:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.005186 10.0.0.27 - - [2026-03-19 03:25:17] "POST /security-groups HTTP/1.1" 200 589 0.030361 10.0.0.27 - - [2026-03-19 03:25:17] "POST /projects HTTP/1.1" 200 581 0.243937 10.0.0.27 - - [2026-03-19 03:25:17] "POST /access-control-lists HTTP/1.1" 200 594 0.026990 10.0.0.27 - - [2026-03-19 03:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.327801 10.0.0.41 - - [2026-03-19 03:25:17] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.518132 10.0.0.41 - - [2026-03-19 03:25:19] "GET / HTTP/1.1" 200 35931 0.001436 10.0.0.41 - - [2026-03-19 03:25:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.41 - - [2026-03-19 03:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.060571 10.0.0.27 - - [2026-03-19 03:25:21] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000912 10.0.0.41 - - [2026-03-19 03:25:21] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045483 10.0.0.27 - - [2026-03-19 03:25:21] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.41 - - [2026-03-19 03:25:21] "POST /neutron/network HTTP/1.1" 200 615 0.136357 10.0.0.27 - - [2026-03-19 03:25:21] "POST /route-targets HTTP/1.1" 200 327 0.013483 10.0.0.41 - - [2026-03-19 03:25:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.003527 10.0.0.41 - - [2026-03-19 03:25:22] "GET /virtual-network/28072b89-c854-42ab-be2c-b09b7bf4d34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011093 10.0.0.41 - - [2026-03-19 03:25:22] "POST /neutron/network HTTP/1.1" 200 833 0.007190 10.0.0.41 - - [2026-03-19 03:25:22] "GET /virtual-network/28072b89-c854-42ab-be2c-b09b7bf4d34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006057 10.0.0.41 - - [2026-03-19 03:25:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.001130 10.0.0.41 - - [2026-03-19 03:25:22] "POST /neutron/network HTTP/1.1" 200 843 0.006227 10.0.0.27 - - [2026-03-19 03:25:23] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.41 - - [2026-03-19 03:25:23] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071905 10.0.0.41 - - [2026-03-19 03:25:23] "POST /neutron/port HTTP/1.1" 200 117 0.008096 10.0.0.27 - - [2026-03-19 03:25:23] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.41 - - [2026-03-19 03:25:24] "POST /neutron/port HTTP/1.1" 200 1057 0.273292 10.0.0.41 - - [2026-03-19 03:25:24] "POST /neutron/port HTTP/1.1" 200 1111 0.115999 10.0.0.41 - - [2026-03-19 03:25:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.018992 10.0.0.41 - - [2026-03-19 03:25:28] "POST /neutron/port HTTP/1.1" 200 1121 0.025680 10.0.0.41 - - [2026-03-19 03:25:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007186 10.0.0.41 - - [2026-03-19 03:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.27 - - [2026-03-19 03:25:28] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001222 10.0.0.41 - - [2026-03-19 03:25:28] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043440 10.0.0.27 - - [2026-03-19 03:25:29] "POST /ref-update HTTP/1.1" 200 156 0.034012 10.0.0.27 - - [2026-03-19 03:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.008038 10.0.0.41 - - [2026-03-19 03:25:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.188093 10.0.0.41 - - [2026-03-19 03:25:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001226 10.0.0.41 - - [2026-03-19 03:25:29] "GET /virtual-network/0802e028-da1f-4a9d-94e5-f5fe18c77f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005740 10.0.0.41 - - [2026-03-19 03:25:29] "GET /virtual-network/0802e028-da1f-4a9d-94e5-f5fe18c77f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005861 10.0.0.41 - - [2026-03-19 03:25:29] "POST /neutron/network HTTP/1.1" 200 833 0.014058 10.0.0.41 - - [2026-03-19 03:25:29] "GET /virtual-network/0802e028-da1f-4a9d-94e5-f5fe18c77f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006294 10.0.0.41 - - [2026-03-19 03:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.27 - - [2026-03-19 03:25:31] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.41 - - [2026-03-19 03:25:31] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036503 10.0.0.27 - - [2026-03-19 03:25:31] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002092 10.0.0.41 - - [2026-03-19 03:25:31] "POST /neutron/network HTTP/1.1" 200 613 0.126681 10.0.0.41 - - [2026-03-19 03:25:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.003962 10.0.0.41 - - [2026-03-19 03:25:31] "GET /virtual-network/b262e56c-8cdf-4085-8c15-43b546a6826e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011303 10.0.0.41 - - [2026-03-19 03:25:31] "POST /neutron/network HTTP/1.1" 200 832 0.007337 10.0.0.41 - - [2026-03-19 03:25:31] "GET /virtual-network/b262e56c-8cdf-4085-8c15-43b546a6826e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005590 10.0.0.41 - - [2026-03-19 03:25:32] "GET /virtual-network/b262e56c-8cdf-4085-8c15-43b546a6826e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005193 10.0.0.27 - - [2026-03-19 03:25:32] "GET /obj-perms HTTP/1.1" 200 5026 0.061643 10.0.0.41 - - [2026-03-19 03:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.27 - - [2026-03-19 03:25:32] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.41 - - [2026-03-19 03:25:32] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.048114 10.0.0.41 - - [2026-03-19 03:25:32] "POST /neutron/network HTTP/1.1" 200 117 0.014624 10.0.0.27 - - [2026-03-19 03:25:32] "POST /route-targets HTTP/1.1" 200 327 0.014683 10.0.0.41 - - [2026-03-19 03:25:33] "POST /neutron/network HTTP/1.1" 200 833 0.013084 10.0.0.41 - - [2026-03-19 03:25:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001087 10.0.0.41 - - [2026-03-19 03:25:33] "GET /virtual-network/911cfcf3-38b3-4e61-98b5-aef5d8ae3e9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004894 10.0.0.41 - - [2026-03-19 03:25:33] "GET /virtual-network/911cfcf3-38b3-4e61-98b5-aef5d8ae3e9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005316 10.0.0.41 - - [2026-03-19 03:25:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.008882 10.0.0.41 - - [2026-03-19 03:25:33] "GET /virtual-network/911cfcf3-38b3-4e61-98b5-aef5d8ae3e9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005716 10.0.0.41 - - [2026-03-19 03:25:33] "GET /obj-perms HTTP/1.1" 200 5026 0.056353 10.0.0.242 - - [2026-03-19 03:25:33] "GET /obj-perms HTTP/1.1" 200 5026 0.073657 10.0.0.41 - - [2026-03-19 03:25:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001212 10.0.0.41 - - [2026-03-19 03:25:34] "POST /neutron/network HTTP/1.1" 200 842 0.006841 10.0.0.27 - - [2026-03-19 03:25:34] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.41 - - [2026-03-19 03:25:34] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.065411 10.0.0.41 - - [2026-03-19 03:25:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007538 10.0.0.41 - - [2026-03-19 03:25:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001224 10.0.0.41 - - [2026-03-19 03:25:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006892 10.0.0.27 - - [2026-03-19 03:25:35] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.41 - - [2026-03-19 03:25:35] "POST /neutron/port HTTP/1.1" 200 1058 0.312257 10.0.0.41 - - [2026-03-19 03:25:36] "POST /neutron/port HTTP/1.1" 200 1112 0.132263 10.0.0.41 - - [2026-03-19 03:25:36] "POST /neutron/subnet HTTP/1.1" 200 698 0.010012 10.0.0.27 - - [2026-03-19 03:25:36] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.41 - - [2026-03-19 03:25:36] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.086333 10.0.0.41 - - [2026-03-19 03:25:36] "POST /neutron/network HTTP/1.1" 200 833 0.040809 10.0.0.41 - - [2026-03-19 03:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.006002 10.0.0.41 - - [2026-03-19 03:25:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.004445 10.0.0.41 - - [2026-03-19 03:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.27 - - [2026-03-19 03:25:36] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.41 - - [2026-03-19 03:25:36] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008850 10.0.0.41 - - [2026-03-19 03:25:36] "POST /service-templates HTTP/1.1" 200 543 0.025821 10.0.0.41 - - [2026-03-19 03:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.41 - - [2026-03-19 03:25:36] "GET /service-template/a3116b46-4f16-4cd6-8e6e-0df9003e35d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006722 10.0.0.41 - - [2026-03-19 03:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.41 - - [2026-03-19 03:25:36] "GET /service-template/a3116b46-4f16-4cd6-8e6e-0df9003e35d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003987 10.0.0.41 - - [2026-03-19 03:25:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001190 10.0.0.41 - - [2026-03-19 03:25:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.000934 10.0.0.41 - - [2026-03-19 03:25:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001220 10.0.0.41 - - [2026-03-19 03:25:37] "POST /neutron/port HTTP/1.1" 200 3005 0.061499 10.0.0.41 - - [2026-03-19 03:25:37] "POST /neutron/port HTTP/1.1" 200 1057 0.012849 10.0.0.41 - - [2026-03-19 03:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.41 - - [2026-03-19 03:25:37] "DELETE /service-template/a3116b46-4f16-4cd6-8e6e-0df9003e35d7 HTTP/1.1" 200 115 0.039598 10.0.0.41 - - [2026-03-19 03:25:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.005516 10.0.0.41 - - [2026-03-19 03:25:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003844 10.0.0.41 - - [2026-03-19 03:25:37] "POST /neutron/network HTTP/1.1" 200 833 0.008163 10.0.0.41 - - [2026-03-19 03:25:38] "POST /neutron/port HTTP/1.1" 200 1122 0.016303 10.0.0.41 - - [2026-03-19 03:25:39] "POST /neutron/port HTTP/1.1" 200 1121 0.018794 10.0.0.41 - - [2026-03-19 03:25:39] "POST /neutron/port HTTP/1.1" 200 117 0.007028 10.0.0.41 - - [2026-03-19 03:25:39] "POST /neutron/network HTTP/1.1" 200 833 0.006835 10.0.0.27 - - [2026-03-19 03:25:40] "DELETE /route-target/f333c6e2-639f-46bb-9233-74dfa0724eb9 HTTP/1.1" 200 115 0.030143 10.0.0.41 - - [2026-03-19 03:25:40] "POST /neutron/network HTTP/1.1" 200 832 0.008649 10.0.0.27 - - [2026-03-19 03:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004820 10.0.0.27 - - [2026-03-19 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.27 - - [2026-03-19 03:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004010 10.0.0.41 - - [2026-03-19 03:25:40] "POST /neutron/network HTTP/1.1" 200 151 0.117614 10.0.0.41 - - [2026-03-19 03:25:41] "POST /neutron/port HTTP/1.1" 200 1121 0.014905 10.0.0.41 - - [2026-03-19 03:25:43] "POST /neutron/network HTTP/1.1" 200 833 0.008237 10.0.0.27 - - [2026-03-19 03:25:43] "DELETE /route-target/9b44ee42-ef7c-46ea-8a94-5fc9e1cb26e1 HTTP/1.1" 200 115 0.036636 10.0.0.41 - - [2026-03-19 03:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.27 - - [2026-03-19 03:25:46] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.41 - - [2026-03-19 03:25:46] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038959 10.0.0.27 - - [2026-03-19 03:25:46] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.41 - - [2026-03-19 03:25:46] "POST /neutron/network HTTP/1.1" 200 613 0.116838 10.0.0.41 - - [2026-03-19 03:25:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.003240 10.0.0.41 - - [2026-03-19 03:25:46] "GET /virtual-network/b0ac3793-6c29-42b7-b328-ed563dfd07cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005192 10.0.0.41 - - [2026-03-19 03:25:46] "POST /neutron/network HTTP/1.1" 200 832 0.006198 10.0.0.41 - - [2026-03-19 03:25:46] "GET /virtual-network/b0ac3793-6c29-42b7-b328-ed563dfd07cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005328 10.0.0.41 - - [2026-03-19 03:25:46] "GET /virtual-network/b0ac3793-6c29-42b7-b328-ed563dfd07cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005853 10.0.0.41 - - [2026-03-19 03:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.27 - - [2026-03-19 03:25:47] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001358 10.0.0.41 - - [2026-03-19 03:25:47] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046730 10.0.0.41 - - [2026-03-19 03:25:47] "POST /neutron/network HTTP/1.1" 200 117 0.031840 10.0.0.27 - - [2026-03-19 03:25:47] "POST /route-targets HTTP/1.1" 200 327 0.014961 10.0.0.41 - - [2026-03-19 03:25:47] "POST /neutron/network HTTP/1.1" 200 833 0.007980 10.0.0.41 - - [2026-03-19 03:25:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001071 10.0.0.41 - - [2026-03-19 03:25:47] "GET /virtual-network/6348fd62-2fa5-4cd2-b61a-c4cf00ee1f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005221 10.0.0.41 - - [2026-03-19 03:25:47] "GET /virtual-network/6348fd62-2fa5-4cd2-b61a-c4cf00ee1f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005623 10.0.0.41 - - [2026-03-19 03:25:47] "POST /neutron/subnet HTTP/1.1" 200 730 0.009225 10.0.0.41 - - [2026-03-19 03:25:48] "GET /virtual-network/6348fd62-2fa5-4cd2-b61a-c4cf00ee1f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006184 10.0.0.41 - - [2026-03-19 03:25:48] "GET /obj-perms HTTP/1.1" 200 5026 0.004203 10.0.0.242 - - [2026-03-19 03:25:48] "GET /obj-perms HTTP/1.1" 200 5026 0.003687 10.0.0.27 - - [2026-03-19 03:25:48] "GET /obj-perms HTTP/1.1" 200 5026 0.003586 10.0.0.41 - - [2026-03-19 03:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.27 - - [2026-03-19 03:25:48] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001133 10.0.0.41 - - [2026-03-19 03:25:48] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046650 10.0.0.27 - - [2026-03-19 03:25:48] "POST /ref-update HTTP/1.1" 200 156 0.023090 10.0.0.27 - - [2026-03-19 03:25:48] "POST /useragent-kv HTTP/1.1" 200 115 0.008479 10.0.0.41 - - [2026-03-19 03:25:48] "POST /neutron/subnet HTTP/1.1" 200 724 0.193778 10.0.0.41 - - [2026-03-19 03:25:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001161 10.0.0.41 - - [2026-03-19 03:25:48] "GET /virtual-network/719c4d37-4c51-4fee-8c8d-4b1f17293f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005422 10.0.0.41 - - [2026-03-19 03:25:48] "GET /virtual-network/719c4d37-4c51-4fee-8c8d-4b1f17293f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005732 10.0.0.41 - - [2026-03-19 03:25:48] "POST /neutron/network HTTP/1.1" 200 834 0.006510 10.0.0.41 - - [2026-03-19 03:25:49] "GET /virtual-network/719c4d37-4c51-4fee-8c8d-4b1f17293f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005173 10.0.0.41 - - [2026-03-19 03:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2026-03-19 03:25:49] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000809 10.0.0.41 - - [2026-03-19 03:25:49] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039219 10.0.0.27 - - [2026-03-19 03:25:49] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.41 - - [2026-03-19 03:25:49] "POST /neutron/network HTTP/1.1" 200 625 0.118039 10.0.0.41 - - [2026-03-19 03:25:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.003090 10.0.0.41 - - [2026-03-19 03:25:49] "GET /virtual-network/5e0a8fe8-a46e-47a1-9036-d33d3ab6555f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004913 10.0.0.41 - - [2026-03-19 03:25:49] "POST /neutron/network HTTP/1.1" 200 845 0.011329 10.0.0.41 - - [2026-03-19 03:25:50] "GET /virtual-network/5e0a8fe8-a46e-47a1-9036-d33d3ab6555f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005102 10.0.0.41 - - [2026-03-19 03:25:50] "GET /virtual-network/5e0a8fe8-a46e-47a1-9036-d33d3ab6555f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004920 10.0.0.41 - - [2026-03-19 03:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.27 - - [2026-03-19 03:25:50] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000800 10.0.0.41 - - [2026-03-19 03:25:50] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043302 10.0.0.41 - - [2026-03-19 03:25:50] "POST /neutron/network HTTP/1.1" 200 117 0.016429 10.0.0.27 - - [2026-03-19 03:25:50] "POST /route-targets HTTP/1.1" 200 327 0.011277 10.0.0.41 - - [2026-03-19 03:25:51] "POST /neutron/network HTTP/1.1" 200 848 0.007937 10.0.0.41 - - [2026-03-19 03:25:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001062 10.0.0.41 - - [2026-03-19 03:25:51] "GET /virtual-network/706f785b-f153-4193-9705-d04e0810b9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004697 10.0.0.41 - - [2026-03-19 03:25:51] "GET /virtual-network/706f785b-f153-4193-9705-d04e0810b9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005709 10.0.0.41 - - [2026-03-19 03:25:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.008187 10.0.0.41 - - [2026-03-19 03:25:51] "GET /virtual-network/706f785b-f153-4193-9705-d04e0810b9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005392 10.0.0.41 - - [2026-03-19 03:25:51] "GET /obj-perms HTTP/1.1" 200 5026 0.003379 10.0.0.242 - - [2026-03-19 03:25:51] "GET /obj-perms HTTP/1.1" 200 5026 0.003472 10.0.0.27 - - [2026-03-19 03:25:51] "GET /obj-perms HTTP/1.1" 200 5026 0.003829 10.0.0.41 - - [2026-03-19 03:25:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001380 10.0.0.27 - - [2026-03-19 03:25:52] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.41 - - [2026-03-19 03:25:52] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.091062 10.0.0.41 - - [2026-03-19 03:25:52] "POST /neutron/port HTTP/1.1" 200 117 0.006068 10.0.0.41 - - [2026-03-19 03:25:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001502 10.0.0.41 - - [2026-03-19 03:25:53] "POST /neutron/network HTTP/1.1" 200 844 0.006690 10.0.0.41 - - [2026-03-19 03:25:53] "POST /neutron/port HTTP/1.1" 200 1059 0.016223 10.0.0.41 - - [2026-03-19 03:25:53] "POST /neutron/port HTTP/1.1" 200 1123 0.016314 10.0.0.27 - - [2026-03-19 03:25:53] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.41 - - [2026-03-19 03:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.000890 10.0.0.41 - - [2026-03-19 03:25:53] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.067047 10.0.0.41 - - [2026-03-19 03:25:54] "POST /neutron/port HTTP/1.1" 200 1123 0.018677 10.0.0.41 - - [2026-03-19 03:25:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.003085 10.0.0.41 - - [2026-03-19 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.27 - - [2026-03-19 03:25:54] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.41 - - [2026-03-19 03:25:54] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006501 10.0.0.41 - - [2026-03-19 03:25:54] "POST /service-templates HTTP/1.1" 200 543 0.034928 10.0.0.41 - - [2026-03-19 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.41 - - [2026-03-19 03:25:54] "GET /service-template/072dc680-fad6-42a8-bb0e-3b64fb05826f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006161 10.0.0.41 - - [2026-03-19 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.41 - - [2026-03-19 03:25:54] "GET /service-template/072dc680-fad6-42a8-bb0e-3b64fb05826f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003912 10.0.0.41 - - [2026-03-19 03:25:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.000929 10.0.0.41 - - [2026-03-19 03:25:54] "POST /id-to-fqname HTTP/1.1" 200 229 0.001173 10.0.0.41 - - [2026-03-19 03:25:54] "POST /neutron/network HTTP/1.1" 200 844 0.006031 10.0.0.41 - - [2026-03-19 03:25:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001304 10.0.0.41 - - [2026-03-19 03:25:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006027 10.0.0.41 - - [2026-03-19 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.41 - - [2026-03-19 03:25:54] "DELETE /service-template/072dc680-fad6-42a8-bb0e-3b64fb05826f HTTP/1.1" 200 115 0.035098 10.0.0.41 - - [2026-03-19 03:25:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.013379 10.0.0.41 - - [2026-03-19 03:25:55] "POST /neutron/port HTTP/1.1" 200 1112 0.117043 10.0.0.41 - - [2026-03-19 03:25:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.010290 10.0.0.27 - - [2026-03-19 03:25:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002769 10.0.0.27 - - [2026-03-19 03:25:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002827 10.0.0.41 - - [2026-03-19 03:25:55] "POST /neutron/network HTTP/1.1" 200 151 0.141031 10.0.0.27 - - [2026-03-19 03:25:55] "DELETE /route-target/e9ac041e-893c-430d-a831-61e96206a924 HTTP/1.1" 200 115 0.030164 10.0.0.27 - - [2026-03-19 03:25:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004447 10.0.0.27 - - [2026-03-19 03:25:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002701 10.0.0.41 - - [2026-03-19 03:25:55] "POST /neutron/network HTTP/1.1" 200 151 0.115956 10.0.0.41 - - [2026-03-19 03:25:56] "POST /neutron/port HTTP/1.1" 200 151 0.188141 10.0.0.41 - - [2026-03-19 03:25:56] "POST /neutron/port HTTP/1.1" 200 1122 0.017032 10.0.0.41 - - [2026-03-19 03:25:57] "POST /neutron/port HTTP/1.1" 200 117 0.006037 10.0.0.41 - - [2026-03-19 03:25:57] "POST /neutron/port HTTP/1.1" 200 117 0.017687 10.0.0.27 - - [2026-03-19 03:25:58] "DELETE /project/e10640a3d29b41b297fc629ff0d52ae9 HTTP/1.1" 404 173 0.006151 10.0.0.27 - - [2026-03-19 03:25:58] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000754 10.0.0.27 - - [2026-03-19 03:25:58] "GET /project/64c21cea-b615-4537-a9b8-99d0196d9c23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1551 0.044715 10.0.0.27 - - [2026-03-19 03:25:58] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001391 10.0.0.27 - - [2026-03-19 03:25:58] "GET /project/64c21cea-b615-4537-a9b8-99d0196d9c23?fields=security_groups HTTP/1.1" 200 1425 0.076858 10.0.0.27 - - [2026-03-19 03:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.27 - - [2026-03-19 03:25:58] "DELETE /security-group/2d2739fe-d73a-4d71-a867-a353a580d330 HTTP/1.1" 200 115 0.065429 10.0.0.27 - - [2026-03-19 03:25:58] "GET /projects?obj_uuids=64c21cea-b615-4537-a9b8-99d0196d9c23&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001400 10.0.0.27 - - [2026-03-19 03:25:58] "GET /project/64c21cea-b615-4537-a9b8-99d0196d9c23?fields=application_policy_sets HTTP/1.1" 200 1464 0.052931 10.0.0.27 - - [2026-03-19 03:25:58] "DELETE /access-control-list/8aef02cc-8b19-4d63-9676-04e49178f53d HTTP/1.1" 200 115 0.047375 10.0.0.41 - - [2026-03-19 03:25:58] "POST /neutron/network HTTP/1.1" 200 833 0.005973 10.0.0.27 - - [2026-03-19 03:25:58] "DELETE /project/64c21cea-b615-4537-a9b8-99d0196d9c23 HTTP/1.1" 200 115 0.491588 10.0.0.27 - - [2026-03-19 03:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008317 10.0.0.27 - - [2026-03-19 03:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005593 10.0.0.27 - - [2026-03-19 03:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002861 10.0.0.41 - - [2026-03-19 03:25:59] "POST /neutron/network HTTP/1.1" 200 151 0.135683 10.0.0.27 - - [2026-03-19 03:26:00] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.41 - - [2026-03-19 03:26:00] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054151 10.0.0.27 - - [2026-03-19 03:26:00] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.41 - - [2026-03-19 03:26:00] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?fields=virtual_networks HTTP/1.1" 200 1028 0.049094 10.0.0.27 - - [2026-03-19 03:26:00] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.41 - - [2026-03-19 03:26:00] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.046596 10.0.0.27 - - [2026-03-19 03:26:00] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.41 - - [2026-03-19 03:26:01] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?fields=security_groups HTTP/1.1" 200 1252 0.042322 10.0.0.41 - - [2026-03-19 03:26:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.035945 10.0.0.27 - - [2026-03-19 03:26:02] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002788 10.0.0.27 - - [2026-03-19 03:26:02] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.27 - - [2026-03-19 03:26:02] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007236 10.0.0.27 - - [2026-03-19 03:26:02] "POST /id-to-fqname HTTP/1.1" 200 188 0.001245 10.0.0.27 - - [2026-03-19 03:26:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.012387 10.0.0.27 - - [2026-03-19 03:26:02] "POST /security-groups HTTP/1.1" 200 589 0.033824 10.0.0.27 - - [2026-03-19 03:26:02] "POST /projects HTTP/1.1" 200 581 0.243042 10.0.0.27 - - [2026-03-19 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.283356 10.0.0.27 - - [2026-03-19 03:26:02] "POST /access-control-lists HTTP/1.1" 200 594 0.034924 10.0.0.41 - - [2026-03-19 03:26:02] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.452446 10.0.0.41 - - [2026-03-19 03:26:03] "GET / HTTP/1.1" 200 35931 0.001355 10.0.0.41 - - [2026-03-19 03:26:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.41 - - [2026-03-19 03:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.068034 10.0.0.27 - - [2026-03-19 03:26:06] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.41 - - [2026-03-19 03:26:06] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.042269 10.0.0.27 - - [2026-03-19 03:26:06] "POST /route-targets HTTP/1.1" 200 327 0.015418 10.0.0.27 - - [2026-03-19 03:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.006565 10.0.0.41 - - [2026-03-19 03:26:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.281362 10.0.0.41 - - [2026-03-19 03:26:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001306 10.0.0.41 - - [2026-03-19 03:26:06] "GET /virtual-network/4c365e0f-5d54-4173-a3d8-018c49ab6dee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005308 10.0.0.41 - - [2026-03-19 03:26:06] "GET /virtual-network/4c365e0f-5d54-4173-a3d8-018c49ab6dee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005487 10.0.0.41 - - [2026-03-19 03:26:06] "POST /neutron/network HTTP/1.1" 200 831 0.006486 10.0.0.41 - - [2026-03-19 03:26:07] "GET /virtual-network/4c365e0f-5d54-4173-a3d8-018c49ab6dee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006228 10.0.0.41 - - [2026-03-19 03:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.27 - - [2026-03-19 03:26:08] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.41 - - [2026-03-19 03:26:08] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.033498 10.0.0.27 - - [2026-03-19 03:26:08] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.41 - - [2026-03-19 03:26:08] "POST /neutron/network HTTP/1.1" 200 617 0.119735 10.0.0.27 - - [2026-03-19 03:26:09] "POST /ref-update HTTP/1.1" 200 156 0.025200 10.0.0.41 - - [2026-03-19 03:26:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.003346 10.0.0.41 - - [2026-03-19 03:26:09] "GET /virtual-network/cda142be-47a5-49c1-b7ef-3bd2c65b7d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005499 10.0.0.41 - - [2026-03-19 03:26:09] "POST /neutron/network HTTP/1.1" 200 838 0.007061 10.0.0.41 - - [2026-03-19 03:26:09] "GET /virtual-network/cda142be-47a5-49c1-b7ef-3bd2c65b7d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007262 10.0.0.41 - - [2026-03-19 03:26:09] "GET /virtual-network/cda142be-47a5-49c1-b7ef-3bd2c65b7d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006763 10.0.0.41 - - [2026-03-19 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.27 - - [2026-03-19 03:26:10] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000828 10.0.0.41 - - [2026-03-19 03:26:10] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055135 10.0.0.41 - - [2026-03-19 03:26:10] "POST /neutron/network HTTP/1.1" 200 117 0.015196 10.0.0.41 - - [2026-03-19 03:26:10] "POST /neutron/network HTTP/1.1" 200 837 0.011142 10.0.0.41 - - [2026-03-19 03:26:10] "POST /id-to-fqname HTTP/1.1" 200 226 0.001286 10.0.0.41 - - [2026-03-19 03:26:10] "GET /virtual-network/77c60b77-97f3-465c-ba3b-9aec3837dc37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006173 10.0.0.41 - - [2026-03-19 03:26:10] "GET /virtual-network/77c60b77-97f3-465c-ba3b-9aec3837dc37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.013276 10.0.0.41 - - [2026-03-19 03:26:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.008187 10.0.0.41 - - [2026-03-19 03:26:10] "GET /virtual-network/77c60b77-97f3-465c-ba3b-9aec3837dc37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005308 10.0.0.41 - - [2026-03-19 03:26:11] "GET /obj-perms HTTP/1.1" 200 5026 0.072656 10.0.0.242 - - [2026-03-19 03:26:11] "GET /obj-perms HTTP/1.1" 200 5026 0.063762 10.0.0.27 - - [2026-03-19 03:26:11] "GET /obj-perms HTTP/1.1" 200 5026 0.082872 10.0.0.41 - - [2026-03-19 03:26:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.001293 10.0.0.27 - - [2026-03-19 03:26:12] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.41 - - [2026-03-19 03:26:12] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.081735 10.0.0.41 - - [2026-03-19 03:26:12] "POST /neutron/port HTTP/1.1" 200 117 0.005902 10.0.0.41 - - [2026-03-19 03:26:12] "POST /id-to-fqname HTTP/1.1" 200 226 0.001318 10.0.0.41 - - [2026-03-19 03:26:12] "POST /neutron/network HTTP/1.1" 200 847 0.007136 10.0.0.41 - - [2026-03-19 03:26:13] "POST /neutron/port HTTP/1.1" 200 1060 0.021491 10.0.0.27 - - [2026-03-19 03:26:13] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.41 - - [2026-03-19 03:26:13] "POST /neutron/port HTTP/1.1" 200 1124 0.021169 10.0.0.41 - - [2026-03-19 03:26:13] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.105537 10.0.0.41 - - [2026-03-19 03:26:13] "POST /neutron/network HTTP/1.1" 200 837 0.005902 10.0.0.41 - - [2026-03-19 03:26:13] "POST /neutron/port HTTP/1.1" 200 1124 0.021223 10.0.0.41 - - [2026-03-19 03:26:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.002709 10.0.0.41 - - [2026-03-19 03:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.27 - - [2026-03-19 03:26:14] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.41 - - [2026-03-19 03:26:14] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007036 10.0.0.41 - - [2026-03-19 03:26:14] "POST /service-templates HTTP/1.1" 200 543 0.022929 10.0.0.41 - - [2026-03-19 03:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.41 - - [2026-03-19 03:26:14] "GET /service-template/f38f6a4f-3826-4e0d-97a5-4ddb4965bb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005638 10.0.0.41 - - [2026-03-19 03:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.41 - - [2026-03-19 03:26:14] "GET /service-template/f38f6a4f-3826-4e0d-97a5-4ddb4965bb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003782 10.0.0.41 - - [2026-03-19 03:26:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001244 10.0.0.41 - - [2026-03-19 03:26:14] "POST /neutron/network HTTP/1.1" 200 847 0.006868 10.0.0.41 - - [2026-03-19 03:26:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001215 10.0.0.41 - - [2026-03-19 03:26:14] "POST /id-to-fqname HTTP/1.1" 200 226 0.001160 10.0.0.41 - - [2026-03-19 03:26:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011654 10.0.0.41 - - [2026-03-19 03:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.41 - - [2026-03-19 03:26:14] "DELETE /service-template/f38f6a4f-3826-4e0d-97a5-4ddb4965bb8c HTTP/1.1" 200 115 0.033052 10.0.0.41 - - [2026-03-19 03:26:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.005068 10.0.0.41 - - [2026-03-19 03:26:15] "POST /neutron/port HTTP/1.1" 200 1111 0.126519 10.0.0.41 - - [2026-03-19 03:26:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.011107 10.0.0.41 - - [2026-03-19 03:26:15] "POST /neutron/network HTTP/1.1" 400 204 0.012317 10.0.0.41 - - [2026-03-19 03:26:15] "POST /neutron/port HTTP/1.1" 200 1114 0.019638 10.0.0.41 - - [2026-03-19 03:26:16] "POST /neutron/port HTTP/1.1" 200 1111 0.015121 10.0.0.41 - - [2026-03-19 03:26:17] "POST /neutron/network HTTP/1.1" 200 2195 0.010125 10.0.0.27 - - [2026-03-19 03:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002833 10.0.0.27 - - [2026-03-19 03:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2026-03-19 03:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002296 10.0.0.41 - - [2026-03-19 03:26:17] "POST /neutron/network HTTP/1.1" 200 151 0.126014 10.0.0.27 - - [2026-03-19 03:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003509 10.0.0.27 - - [2026-03-19 03:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002806 10.0.0.41 - - [2026-03-19 03:26:17] "POST /neutron/network HTTP/1.1" 200 151 0.158768 10.0.0.27 - - [2026-03-19 03:26:17] "DELETE /route-target/54da4a78-932a-4a93-bb07-aac5bd636f49 HTTP/1.1" 200 115 0.035332 10.0.0.41 - - [2026-03-19 03:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.27 - - [2026-03-19 03:26:21] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.41 - - [2026-03-19 03:26:21] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.053975 10.0.0.41 - - [2026-03-19 03:26:21] "POST /neutron/network HTTP/1.1" 200 117 0.014843 10.0.0.27 - - [2026-03-19 03:26:21] "POST /route-targets HTTP/1.1" 200 327 0.014155 10.0.0.41 - - [2026-03-19 03:26:21] "POST /neutron/network HTTP/1.1" 200 833 0.008962 10.0.0.41 - - [2026-03-19 03:26:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001109 10.0.0.41 - - [2026-03-19 03:26:21] "GET /virtual-network/1e32e5b6-a7aa-4f64-908a-818713079fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005367 10.0.0.41 - - [2026-03-19 03:26:21] "GET /virtual-network/1e32e5b6-a7aa-4f64-908a-818713079fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005914 10.0.0.41 - - [2026-03-19 03:26:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.010722 10.0.0.41 - - [2026-03-19 03:26:21] "GET /virtual-network/1e32e5b6-a7aa-4f64-908a-818713079fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005904 10.0.0.41 - - [2026-03-19 03:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2026-03-19 03:26:22] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.41 - - [2026-03-19 03:26:22] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.037343 10.0.0.27 - - [2026-03-19 03:26:22] "POST /ref-update HTTP/1.1" 200 156 0.027074 10.0.0.27 - - [2026-03-19 03:26:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008676 10.0.0.41 - - [2026-03-19 03:26:22] "POST /neutron/subnet HTTP/1.1" 200 719 0.232194 10.0.0.41 - - [2026-03-19 03:26:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001188 10.0.0.41 - - [2026-03-19 03:26:22] "GET /virtual-network/eb1df059-729b-4887-865c-69a7e7d897ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005228 10.0.0.41 - - [2026-03-19 03:26:22] "GET /virtual-network/eb1df059-729b-4887-865c-69a7e7d897ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005471 10.0.0.41 - - [2026-03-19 03:26:22] "POST /neutron/network HTTP/1.1" 200 831 0.006712 10.0.0.41 - - [2026-03-19 03:26:23] "GET /virtual-network/eb1df059-729b-4887-865c-69a7e7d897ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006246 10.0.0.41 - - [2026-03-19 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.27 - - [2026-03-19 03:26:23] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.41 - - [2026-03-19 03:26:23] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047500 10.0.0.27 - - [2026-03-19 03:26:23] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.41 - - [2026-03-19 03:26:23] "POST /neutron/network HTTP/1.1" 200 615 0.131957 10.0.0.41 - - [2026-03-19 03:26:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.003891 10.0.0.41 - - [2026-03-19 03:26:23] "GET /virtual-network/bb180e82-0053-4e54-8ff2-7c4608f31b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005457 10.0.0.41 - - [2026-03-19 03:26:23] "POST /neutron/network HTTP/1.1" 200 833 0.007041 10.0.0.41 - - [2026-03-19 03:26:23] "GET /virtual-network/bb180e82-0053-4e54-8ff2-7c4608f31b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004773 10.0.0.41 - - [2026-03-19 03:26:24] "GET /virtual-network/bb180e82-0053-4e54-8ff2-7c4608f31b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005450 10.0.0.41 - - [2026-03-19 03:26:24] "GET /obj-perms HTTP/1.1" 200 5026 0.004208 10.0.0.242 - - [2026-03-19 03:26:24] "GET /obj-perms HTTP/1.1" 200 5026 0.003728 10.0.0.27 - - [2026-03-19 03:26:24] "GET /obj-perms HTTP/1.1" 200 5026 0.003826 10.0.0.41 - - [2026-03-19 03:26:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001196 10.0.0.41 - - [2026-03-19 03:26:24] "POST /neutron/network HTTP/1.1" 200 841 0.007068 10.0.0.27 - - [2026-03-19 03:26:25] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001646 10.0.0.41 - - [2026-03-19 03:26:25] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.067775 10.0.0.41 - - [2026-03-19 03:26:25] "POST /neutron/port HTTP/1.1" 200 117 0.006497 10.0.0.41 - - [2026-03-19 03:26:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001194 10.0.0.41 - - [2026-03-19 03:26:25] "POST /neutron/network HTTP/1.1" 200 841 0.006310 10.0.0.41 - - [2026-03-19 03:26:26] "POST /neutron/port HTTP/1.1" 200 1057 0.015824 10.0.0.27 - - [2026-03-19 03:26:26] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.41 - - [2026-03-19 03:26:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003115 10.0.0.41 - - [2026-03-19 03:26:26] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.100029 10.0.0.41 - - [2026-03-19 03:26:26] "POST /neutron/network HTTP/1.1" 200 833 0.006485 10.0.0.41 - - [2026-03-19 03:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007170 10.0.0.41 - - [2026-03-19 03:26:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.004030 10.0.0.41 - - [2026-03-19 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005226 10.0.0.27 - - [2026-03-19 03:26:27] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.41 - - [2026-03-19 03:26:27] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007752 10.0.0.41 - - [2026-03-19 03:26:27] "POST /service-templates HTTP/1.1" 200 543 0.041317 10.0.0.41 - - [2026-03-19 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.41 - - [2026-03-19 03:26:27] "GET /service-template/a009461a-f16e-4f0d-8609-5a95beacafab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.011852 10.0.0.41 - - [2026-03-19 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.41 - - [2026-03-19 03:26:27] "GET /service-template/a009461a-f16e-4f0d-8609-5a95beacafab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004357 10.0.0.41 - - [2026-03-19 03:26:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001232 10.0.0.41 - - [2026-03-19 03:26:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001368 10.0.0.41 - - [2026-03-19 03:26:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001490 10.0.0.27 - - [2026-03-19 03:26:27] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002562 10.0.0.41 - - [2026-03-19 03:26:27] "POST /neutron/port HTTP/1.1" 200 1057 0.322683 10.0.0.41 - - [2026-03-19 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.41 - - [2026-03-19 03:26:27] "POST /neutron/port HTTP/1.1" 200 1057 0.015732 10.0.0.41 - - [2026-03-19 03:26:27] "DELETE /service-template/a009461a-f16e-4f0d-8609-5a95beacafab HTTP/1.1" 200 115 0.043778 10.0.0.41 - - [2026-03-19 03:26:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.005018 10.0.0.41 - - [2026-03-19 03:26:28] "POST /neutron/port HTTP/1.1" 200 1121 0.021035 10.0.0.41 - - [2026-03-19 03:26:28] "POST /neutron/network HTTP/1.1" 200 833 0.012021 10.0.0.41 - - [2026-03-19 03:26:28] "POST /neutron/network HTTP/1.1" 200 833 0.009158 10.0.0.41 - - [2026-03-19 03:26:29] "POST /neutron/port HTTP/1.1" 200 151 0.205216 10.0.0.41 - - [2026-03-19 03:26:29] "POST /neutron/port HTTP/1.1" 200 151 0.174264 10.0.0.41 - - [2026-03-19 03:26:30] "POST /neutron/network HTTP/1.1" 200 117 0.008951 10.0.0.27 - - [2026-03-19 03:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.41 - - [2026-03-19 03:26:30] "POST /neutron/port HTTP/1.1" 200 117 0.005380 10.0.0.27 - - [2026-03-19 03:26:30] "DELETE /route-target/7c22cddb-fbcb-46ec-826d-d4182cbc2ba2 HTTP/1.1" 200 115 0.027702 10.0.0.41 - - [2026-03-19 03:26:31] "POST /neutron/network HTTP/1.1" 200 833 0.007058 10.0.0.27 - - [2026-03-19 03:26:32] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.41 - - [2026-03-19 03:26:32] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.038191 10.0.0.27 - - [2026-03-19 03:26:32] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.41 - - [2026-03-19 03:26:32] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?fields=virtual_networks HTTP/1.1" 200 1027 0.043188 10.0.0.27 - - [2026-03-19 03:26:32] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001276 10.0.0.41 - - [2026-03-19 03:26:32] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.040698 10.0.0.27 - - [2026-03-19 03:26:32] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.41 - - [2026-03-19 03:26:33] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?fields=security_groups HTTP/1.1" 200 1251 0.038610 10.0.0.41 - - [2026-03-19 03:26:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.032372 10.0.0.27 - - [2026-03-19 03:26:33] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003286 10.0.0.27 - - [2026-03-19 03:26:33] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.27 - - [2026-03-19 03:26:33] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006876 10.0.0.27 - - [2026-03-19 03:26:34] "POST /id-to-fqname HTTP/1.1" 200 186 0.004887 10.0.0.27 - - [2026-03-19 03:26:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.003476 10.0.0.27 - - [2026-03-19 03:26:34] "POST /security-groups HTTP/1.1" 200 587 0.033755 10.0.0.27 - - [2026-03-19 03:26:34] "POST /fqname-to-id HTTP/1.1" 404 230 0.003229 10.0.0.27 - - [2026-03-19 03:26:34] "POST /projects HTTP/1.1" 200 577 0.245624 10.0.0.27 - - [2026-03-19 03:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.326440 10.0.0.27 - - [2026-03-19 03:26:34] "POST /access-control-lists HTTP/1.1" 200 590 0.029926 10.0.0.41 - - [2026-03-19 03:26:34] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.464673 10.0.0.41 - - [2026-03-19 03:26:35] "GET / HTTP/1.1" 200 35931 0.001843 10.0.0.41 - - [2026-03-19 03:26:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.41 - - [2026-03-19 03:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.068549 10.0.0.27 - - [2026-03-19 03:26:37] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000921 10.0.0.41 - - [2026-03-19 03:26:37] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.040164 10.0.0.27 - - [2026-03-19 03:26:37] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002022 10.0.0.41 - - [2026-03-19 03:26:38] "POST /neutron/network HTTP/1.1" 200 611 0.160597 10.0.0.41 - - [2026-03-19 03:26:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.003185 10.0.0.41 - - [2026-03-19 03:26:38] "GET /virtual-network/cafdb100-aef3-41b4-9efb-11bf9431b9b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005369 10.0.0.41 - - [2026-03-19 03:26:38] "POST /neutron/network HTTP/1.1" 200 829 0.007240 10.0.0.41 - - [2026-03-19 03:26:38] "GET /virtual-network/cafdb100-aef3-41b4-9efb-11bf9431b9b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006089 10.0.0.41 - - [2026-03-19 03:26:39] "GET /virtual-network/cafdb100-aef3-41b4-9efb-11bf9431b9b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006304 10.0.0.41 - - [2026-03-19 03:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.27 - - [2026-03-19 03:26:41] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000808 10.0.0.41 - - [2026-03-19 03:26:41] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.045361 10.0.0.41 - - [2026-03-19 03:26:41] "POST /neutron/network HTTP/1.1" 200 117 0.013338 10.0.0.27 - - [2026-03-19 03:26:41] "POST /route-targets HTTP/1.1" 200 327 0.014564 10.0.0.41 - - [2026-03-19 03:26:41] "POST /neutron/network HTTP/1.1" 200 828 0.008448 10.0.0.41 - - [2026-03-19 03:26:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.000980 10.0.0.41 - - [2026-03-19 03:26:41] "GET /virtual-network/9a5bd63b-c0e2-45bb-858b-fa6280a739be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004736 10.0.0.41 - - [2026-03-19 03:26:42] "GET /virtual-network/9a5bd63b-c0e2-45bb-858b-fa6280a739be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005627 10.0.0.41 - - [2026-03-19 03:26:42] "POST /neutron/subnet HTTP/1.1" 200 715 0.009124 10.0.0.41 - - [2026-03-19 03:26:42] "GET /virtual-network/9a5bd63b-c0e2-45bb-858b-fa6280a739be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005649 10.0.0.41 - - [2026-03-19 03:26:42] "GET /obj-perms HTTP/1.1" 200 5022 0.104656 10.0.0.27 - - [2026-03-19 03:26:42] "GET /obj-perms HTTP/1.1" 200 5022 0.074545 10.0.0.41 - - [2026-03-19 03:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.27 - - [2026-03-19 03:26:42] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002898 10.0.0.41 - - [2026-03-19 03:26:42] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.043477 10.0.0.27 - - [2026-03-19 03:26:43] "POST /ref-update HTTP/1.1" 200 156 0.023512 10.0.0.27 - - [2026-03-19 03:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.009986 10.0.0.41 - - [2026-03-19 03:26:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.194241 10.0.0.41 - - [2026-03-19 03:26:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001182 10.0.0.41 - - [2026-03-19 03:26:43] "GET /virtual-network/8a38275d-0f61-4b30-904a-d1f092dc5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005399 10.0.0.41 - - [2026-03-19 03:26:43] "GET /virtual-network/8a38275d-0f61-4b30-904a-d1f092dc5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005023 10.0.0.41 - - [2026-03-19 03:26:43] "POST /neutron/network HTTP/1.1" 200 831 0.007573 10.0.0.41 - - [2026-03-19 03:26:43] "GET /virtual-network/8a38275d-0f61-4b30-904a-d1f092dc5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005759 10.0.0.242 - - [2026-03-19 03:26:43] "GET /obj-perms HTTP/1.1" 200 5022 0.069946 10.0.0.41 - - [2026-03-19 03:26:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001173 10.0.0.27 - - [2026-03-19 03:26:44] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001333 10.0.0.41 - - [2026-03-19 03:26:45] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.065846 10.0.0.41 - - [2026-03-19 03:26:45] "POST /neutron/network HTTP/1.1" 200 828 0.006488 10.0.0.41 - - [2026-03-19 03:26:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001273 10.0.0.41 - - [2026-03-19 03:26:45] "POST /neutron/port HTTP/1.1" 200 117 0.005745 10.0.0.27 - - [2026-03-19 03:26:45] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001217 10.0.0.41 - - [2026-03-19 03:26:46] "POST /neutron/port HTTP/1.1" 200 1054 0.273107 10.0.0.27 - - [2026-03-19 03:26:46] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001247 10.0.0.41 - - [2026-03-19 03:26:46] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.083256 10.0.0.41 - - [2026-03-19 03:26:46] "POST /neutron/port HTTP/1.1" 200 1108 0.137933 10.0.0.41 - - [2026-03-19 03:26:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003850 10.0.0.41 - - [2026-03-19 03:26:46] "POST /neutron/port HTTP/1.1" 200 1118 0.021012 10.0.0.41 - - [2026-03-19 03:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.005738 10.0.0.41 - - [2026-03-19 03:26:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.002971 10.0.0.41 - - [2026-03-19 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.27 - - [2026-03-19 03:26:46] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.41 - - [2026-03-19 03:26:46] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008296 10.0.0.41 - - [2026-03-19 03:26:46] "POST /service-templates HTTP/1.1" 200 543 0.023706 10.0.0.41 - - [2026-03-19 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.41 - - [2026-03-19 03:26:46] "GET /service-template/7c29c756-e2c1-4735-9e5c-bae02cad0c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006885 10.0.0.41 - - [2026-03-19 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.41 - - [2026-03-19 03:26:46] "GET /service-template/7c29c756-e2c1-4735-9e5c-bae02cad0c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003674 10.0.0.41 - - [2026-03-19 03:26:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001131 10.0.0.41 - - [2026-03-19 03:26:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001107 10.0.0.41 - - [2026-03-19 03:26:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001293 10.0.0.41 - - [2026-03-19 03:26:47] "POST /neutron/port HTTP/1.1" 200 2031 0.043571 10.0.0.41 - - [2026-03-19 03:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.41 - - [2026-03-19 03:26:47] "POST /neutron/port HTTP/1.1" 200 1055 0.021172 10.0.0.41 - - [2026-03-19 03:26:47] "DELETE /service-template/7c29c756-e2c1-4735-9e5c-bae02cad0c47 HTTP/1.1" 200 115 0.065303 10.0.0.41 - - [2026-03-19 03:26:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003752 10.0.0.41 - - [2026-03-19 03:26:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004748 10.0.0.41 - - [2026-03-19 03:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.001571 10.0.0.41 - - [2026-03-19 03:26:48] "POST /neutron/port HTTP/1.1" 200 1118 0.017124 10.0.0.41 - - [2026-03-19 03:26:49] "POST /neutron/port HTTP/1.1" 200 1119 0.019030 10.0.0.41 - - [2026-03-19 03:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.006632 10.0.0.41 - - [2026-03-19 03:26:49] "POST /neutron/network HTTP/1.1" 200 831 0.007246 10.0.0.41 - - [2026-03-19 03:26:50] "POST /neutron/network HTTP/1.1" 200 828 0.006846 10.0.0.27 - - [2026-03-19 03:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.27 - - [2026-03-19 03:26:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003967 10.0.0.27 - - [2026-03-19 03:26:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002687 10.0.0.41 - - [2026-03-19 03:26:50] "POST /neutron/network HTTP/1.1" 200 151 0.122275 10.0.0.27 - - [2026-03-19 03:26:50] "DELETE /route-target/20bab274-0ee0-4354-b59c-32634577288f HTTP/1.1" 200 115 0.034833 10.0.0.41 - - [2026-03-19 03:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.27 - - [2026-03-19 03:26:53] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000863 10.0.0.41 - - [2026-03-19 03:26:53] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.043516 10.0.0.27 - - [2026-03-19 03:26:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007065 10.0.0.41 - - [2026-03-19 03:26:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.183251 10.0.0.41 - - [2026-03-19 03:26:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001272 10.0.0.41 - - [2026-03-19 03:26:53] "GET /virtual-network/a481dba2-4e93-407f-bc87-fd4726af97fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007352 10.0.0.41 - - [2026-03-19 03:26:53] "GET /virtual-network/a481dba2-4e93-407f-bc87-fd4726af97fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005635 10.0.0.41 - - [2026-03-19 03:26:54] "POST /neutron/network HTTP/1.1" 200 827 0.006436 10.0.0.41 - - [2026-03-19 03:26:54] "GET /virtual-network/a481dba2-4e93-407f-bc87-fd4726af97fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006034 10.0.0.41 - - [2026-03-19 03:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2026-03-19 03:26:54] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001222 10.0.0.41 - - [2026-03-19 03:26:54] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.043776 10.0.0.27 - - [2026-03-19 03:26:54] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000947 10.0.0.41 - - [2026-03-19 03:26:54] "POST /neutron/network HTTP/1.1" 200 611 0.125968 10.0.0.27 - - [2026-03-19 03:26:54] "POST /route-targets HTTP/1.1" 200 327 0.016973 10.0.0.41 - - [2026-03-19 03:26:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.003450 10.0.0.41 - - [2026-03-19 03:26:55] "GET /virtual-network/f4aafdbb-1e18-417c-9d28-8a0471109986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005538 10.0.0.41 - - [2026-03-19 03:26:55] "POST /neutron/network HTTP/1.1" 200 828 0.006019 10.0.0.41 - - [2026-03-19 03:26:55] "GET /virtual-network/f4aafdbb-1e18-417c-9d28-8a0471109986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005882 10.0.0.41 - - [2026-03-19 03:26:55] "GET /virtual-network/f4aafdbb-1e18-417c-9d28-8a0471109986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007245 10.0.0.41 - - [2026-03-19 03:26:55] "GET /obj-perms HTTP/1.1" 200 5022 0.004215 10.0.0.27 - - [2026-03-19 03:26:55] "GET /obj-perms HTTP/1.1" 200 5022 0.003941 10.0.0.41 - - [2026-03-19 03:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2026-03-19 03:26:55] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001186 10.0.0.41 - - [2026-03-19 03:26:55] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.042093 10.0.0.41 - - [2026-03-19 03:26:55] "POST /neutron/network HTTP/1.1" 200 117 0.015276 10.0.0.27 - - [2026-03-19 03:26:56] "POST /ref-update HTTP/1.1" 200 156 0.020318 10.0.0.41 - - [2026-03-19 03:26:56] "POST /neutron/network HTTP/1.1" 200 833 0.012424 10.0.0.41 - - [2026-03-19 03:26:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001178 10.0.0.41 - - [2026-03-19 03:26:56] "GET /virtual-network/9b9d2959-18ea-4a89-8591-63b2322bcd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005846 10.0.0.41 - - [2026-03-19 03:26:56] "GET /virtual-network/9b9d2959-18ea-4a89-8591-63b2322bcd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006374 10.0.0.41 - - [2026-03-19 03:26:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.008020 10.0.0.41 - - [2026-03-19 03:26:56] "GET /virtual-network/9b9d2959-18ea-4a89-8591-63b2322bcd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005417 10.0.0.242 - - [2026-03-19 03:26:56] "GET /obj-perms HTTP/1.1" 200 5022 0.004515 10.0.0.41 - - [2026-03-19 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.27 - - [2026-03-19 03:26:56] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000882 10.0.0.41 - - [2026-03-19 03:26:56] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.051262 10.0.0.27 - - [2026-03-19 03:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.011483 10.0.0.41 - - [2026-03-19 03:26:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.205918 10.0.0.41 - - [2026-03-19 03:26:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001316 10.0.0.41 - - [2026-03-19 03:26:57] "GET /virtual-network/325b35c3-c87c-437d-8de3-d54161df057b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006216 10.0.0.41 - - [2026-03-19 03:26:57] "GET /virtual-network/325b35c3-c87c-437d-8de3-d54161df057b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005275 10.0.0.41 - - [2026-03-19 03:26:57] "POST /neutron/network HTTP/1.1" 200 840 0.005924 10.0.0.41 - - [2026-03-19 03:26:57] "GET /virtual-network/325b35c3-c87c-437d-8de3-d54161df057b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005496 10.0.0.41 - - [2026-03-19 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.27 - - [2026-03-19 03:26:58] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001327 10.0.0.41 - - [2026-03-19 03:26:58] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.054107 10.0.0.27 - - [2026-03-19 03:26:58] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001122 10.0.0.41 - - [2026-03-19 03:26:58] "POST /neutron/network HTTP/1.1" 200 625 0.144545 10.0.0.27 - - [2026-03-19 03:26:58] "POST /route-targets HTTP/1.1" 200 327 0.013762 10.0.0.41 - - [2026-03-19 03:26:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.003083 10.0.0.41 - - [2026-03-19 03:26:58] "GET /virtual-network/d6562746-8923-4f71-92ad-d092aa51a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005752 10.0.0.41 - - [2026-03-19 03:26:58] "POST /neutron/network HTTP/1.1" 200 845 0.006201 10.0.0.41 - - [2026-03-19 03:26:58] "GET /virtual-network/d6562746-8923-4f71-92ad-d092aa51a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.012029 10.0.0.27 - - [2026-03-19 03:26:58] "DELETE /project/4cbda1fe728a41e6a215b7d1565728d9 HTTP/1.1" 404 173 0.005446 10.0.0.27 - - [2026-03-19 03:26:58] "DELETE /project/ede4e3bd53314368bf3e01f00b47290e HTTP/1.1" 404 173 0.010196 10.0.0.27 - - [2026-03-19 03:26:58] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000819 10.0.0.27 - - [2026-03-19 03:26:58] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000704 10.0.0.27 - - [2026-03-19 03:26:58] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.073385 10.0.0.27 - - [2026-03-19 03:26:58] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.087595 10.0.0.27 - - [2026-03-19 03:26:58] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.27 - - [2026-03-19 03:26:58] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000758 10.0.0.27 - - [2026-03-19 03:26:58] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?fields=security_groups HTTP/1.1" 200 1357 0.065683 10.0.0.27 - - [2026-03-19 03:26:58] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?fields=security_groups HTTP/1.1" 200 1356 0.082737 10.0.0.41 - - [2026-03-19 03:26:58] "GET /virtual-network/d6562746-8923-4f71-92ad-d092aa51a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.028836 10.0.0.27 - - [2026-03-19 03:26:59] "DELETE /security-group/6250dbc5-0042-4589-b35c-c13d0e314852 HTTP/1.1" 200 115 0.123795 10.0.0.27 - - [2026-03-19 03:26:59] "GET /projects?obj_uuids=e10640a3-d29b-41b2-97fc-629ff0d52ae9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.27 - - [2026-03-19 03:26:59] "DELETE /security-group/3bd4367d-20e2-4a32-aa1f-1d23dfd86996 HTTP/1.1" 200 115 0.116527 10.0.0.27 - - [2026-03-19 03:26:59] "GET /projects?obj_uuids=4cbda1fe-728a-41e6-a215-b7d1565728d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004837 10.0.0.27 - - [2026-03-19 03:26:59] "GET /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9?fields=application_policy_sets HTTP/1.1" 200 1396 0.063405 10.0.0.27 - - [2026-03-19 03:26:59] "DELETE /access-control-list/83a816d6-f4da-4810-8fb3-c3b07f1a0da7 HTTP/1.1" 200 115 0.099756 10.0.0.27 - - [2026-03-19 03:26:59] "GET /project/4cbda1fe-728a-41e6-a215-b7d1565728d9?fields=application_policy_sets HTTP/1.1" 200 1395 0.177261 10.0.0.41 - - [2026-03-19 03:26:59] "GET /obj-perms HTTP/1.1" 200 5022 0.022779 10.0.0.27 - - [2026-03-19 03:26:59] "GET /obj-perms HTTP/1.1" 200 5022 0.007111 10.0.0.27 - - [2026-03-19 03:26:59] "DELETE /project/e10640a3-d29b-41b2-97fc-629ff0d52ae9 HTTP/1.1" 200 115 0.731646 10.0.0.41 - - [2026-03-19 03:26:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001597 10.0.0.27 - - [2026-03-19 03:26:59] "DELETE /project/4cbda1fe-728a-41e6-a215-b7d1565728d9 HTTP/1.1" 200 115 0.772448 10.0.0.41 - - [2026-03-19 03:26:59] "POST /neutron/network HTTP/1.1" 200 838 0.006720 10.0.0.27 - - [2026-03-19 03:27:00] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000978 10.0.0.41 - - [2026-03-19 03:27:00] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.105708 10.0.0.41 - - [2026-03-19 03:27:00] "POST /neutron/port HTTP/1.1" 200 117 0.007002 10.0.0.41 - - [2026-03-19 03:27:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001493 10.0.0.41 - - [2026-03-19 03:27:01] "POST /neutron/network HTTP/1.1" 200 838 0.007551 10.0.0.41 - - [2026-03-19 03:27:01] "POST /neutron/port HTTP/1.1" 200 1054 0.018390 10.0.0.41 - - [2026-03-19 03:27:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004153 10.0.0.41 - - [2026-03-19 03:27:01] "POST /neutron/network HTTP/1.1" 200 828 0.006993 10.0.0.27 - - [2026-03-19 03:27:02] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001605 10.0.0.41 - - [2026-03-19 03:27:02] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.079023 10.0.0.41 - - [2026-03-19 03:27:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009622 10.0.0.41 - - [2026-03-19 03:27:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004089 10.0.0.41 - - [2026-03-19 03:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.27 - - [2026-03-19 03:27:02] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.41 - - [2026-03-19 03:27:02] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007970 10.0.0.41 - - [2026-03-19 03:27:02] "POST /service-templates HTTP/1.1" 200 543 0.032054 10.0.0.41 - - [2026-03-19 03:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.41 - - [2026-03-19 03:27:02] "GET /service-template/90210e12-4661-490a-81fb-54f2da91c6c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.007886 10.0.0.41 - - [2026-03-19 03:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.41 - - [2026-03-19 03:27:02] "GET /service-template/90210e12-4661-490a-81fb-54f2da91c6c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.004643 10.0.0.41 - - [2026-03-19 03:27:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001092 10.0.0.41 - - [2026-03-19 03:27:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001138 10.0.0.41 - - [2026-03-19 03:27:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001178 10.0.0.27 - - [2026-03-19 03:27:02] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001211 10.0.0.41 - - [2026-03-19 03:27:03] "POST /neutron/port HTTP/1.1" 200 1057 0.349023 10.0.0.41 - - [2026-03-19 03:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.41 - - [2026-03-19 03:27:03] "POST /neutron/port HTTP/1.1" 200 1057 0.012682 10.0.0.41 - - [2026-03-19 03:27:03] "DELETE /service-template/90210e12-4661-490a-81fb-54f2da91c6c8 HTTP/1.1" 200 115 0.031622 10.0.0.41 - - [2026-03-19 03:27:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.003598 10.0.0.41 - - [2026-03-19 03:27:03] "POST /neutron/port HTTP/1.1" 200 1121 0.020267 10.0.0.41 - - [2026-03-19 03:27:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.007745 10.0.0.41 - - [2026-03-19 03:27:03] "POST /neutron/network HTTP/1.1" 200 833 0.006121 10.0.0.27 - - [2026-03-19 03:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.27 - - [2026-03-19 03:27:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004110 10.0.0.27 - - [2026-03-19 03:27:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003114 10.0.0.41 - - [2026-03-19 03:27:04] "POST /neutron/network HTTP/1.1" 200 151 0.112524 10.0.0.27 - - [2026-03-19 03:27:04] "DELETE /route-target/c8f6c05b-d660-4058-966d-7d77a1d4daa7 HTTP/1.1" 200 115 0.022879 10.0.0.41 - - [2026-03-19 03:27:04] "POST /neutron/network HTTP/1.1" 200 833 0.008299 10.0.0.41 - - [2026-03-19 03:27:05] "POST /neutron/port HTTP/1.1" 200 1111 0.014865 10.0.0.41 - - [2026-03-19 03:27:05] "POST /neutron/network HTTP/1.1" 200 2177 0.008812 10.0.0.41 - - [2026-03-19 03:27:06] "POST /neutron/network HTTP/1.1" 200 833 0.007012 10.0.0.27 - - [2026-03-19 03:27:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007769 10.0.0.27 - - [2026-03-19 03:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.27 - - [2026-03-19 03:27:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003730 10.0.0.41 - - [2026-03-19 03:27:07] "POST /neutron/network HTTP/1.1" 200 151 0.156946 10.0.0.27 - - [2026-03-19 03:27:07] "DELETE /route-target/106b3852-81cf-416a-807f-446c5a5aab07 HTTP/1.1" 200 115 0.026904 10.0.0.27 - - [2026-03-19 03:27:08] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000940 10.0.0.41 - - [2026-03-19 03:27:08] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.041372 10.0.0.27 - - [2026-03-19 03:27:08] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001335 10.0.0.41 - - [2026-03-19 03:27:08] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?fields=virtual_networks HTTP/1.1" 200 1024 0.049271 10.0.0.27 - - [2026-03-19 03:27:08] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000933 10.0.0.41 - - [2026-03-19 03:27:09] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.046076 10.0.0.27 - - [2026-03-19 03:27:09] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000911 10.0.0.41 - - [2026-03-19 03:27:09] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?fields=security_groups HTTP/1.1" 200 1246 0.048333 10.0.0.41 - - [2026-03-19 03:27:10] "POST /fqname-to-id HTTP/1.1" 404 190 0.036341 10.0.0.27 - - [2026-03-19 03:27:10] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003000 10.0.0.27 - - [2026-03-19 03:27:10] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.27 - - [2026-03-19 03:27:10] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007138 10.0.0.27 - - [2026-03-19 03:27:10] "POST /id-to-fqname HTTP/1.1" 200 192 0.008830 10.0.0.27 - - [2026-03-19 03:27:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.005658 10.0.0.27 - - [2026-03-19 03:27:10] "POST /security-groups HTTP/1.1" 200 593 0.074111 10.0.0.27 - - [2026-03-19 03:27:10] "POST /projects HTTP/1.1" 200 589 0.293218 10.0.0.27 - - [2026-03-19 03:27:10] "POST /fqname-to-id HTTP/1.1" 404 235 0.011503 10.0.0.27 - - [2026-03-19 03:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.367695 10.0.0.41 - - [2026-03-19 03:27:10] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.509723 10.0.0.41 - - [2026-03-19 03:27:11] "GET / HTTP/1.1" 200 35931 0.001484 10.0.0.41 - - [2026-03-19 03:27:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.41 - - [2026-03-19 03:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.068962 10.0.0.27 - - [2026-03-19 03:27:13] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001120 10.0.0.41 - - [2026-03-19 03:27:14] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046469 10.0.0.41 - - [2026-03-19 03:27:14] "POST /neutron/network HTTP/1.1" 200 117 0.040456 10.0.0.27 - - [2026-03-19 03:27:14] "POST /ref-update HTTP/1.1" 200 156 0.025319 10.0.0.41 - - [2026-03-19 03:27:14] "POST /neutron/network HTTP/1.1" 200 828 0.008143 10.0.0.41 - - [2026-03-19 03:27:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001125 10.0.0.41 - - [2026-03-19 03:27:14] "GET /virtual-network/9245b7d9-2b3d-4e41-a38b-d57912669ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004774 10.0.0.41 - - [2026-03-19 03:27:14] "GET /virtual-network/9245b7d9-2b3d-4e41-a38b-d57912669ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005611 10.0.0.41 - - [2026-03-19 03:27:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.009105 10.0.0.41 - - [2026-03-19 03:27:15] "GET /virtual-network/9245b7d9-2b3d-4e41-a38b-d57912669ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005368 10.0.0.242 - - [2026-03-19 03:27:16] "GET /obj-perms HTTP/1.1" 200 5034 0.068934 10.0.0.41 - - [2026-03-19 03:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.27 - - [2026-03-19 03:27:16] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001212 10.0.0.41 - - [2026-03-19 03:27:16] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045081 10.0.0.27 - - [2026-03-19 03:27:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007785 10.0.0.41 - - [2026-03-19 03:27:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.212582 10.0.0.41 - - [2026-03-19 03:27:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001244 10.0.0.41 - - [2026-03-19 03:27:17] "GET /virtual-network/90d6b5ec-41a7-4d5e-a9e4-e49371d5b7f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005329 10.0.0.41 - - [2026-03-19 03:27:17] "GET /virtual-network/90d6b5ec-41a7-4d5e-a9e4-e49371d5b7f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004894 10.0.0.41 - - [2026-03-19 03:27:17] "POST /neutron/network HTTP/1.1" 200 830 0.006146 10.0.0.41 - - [2026-03-19 03:27:17] "GET /virtual-network/90d6b5ec-41a7-4d5e-a9e4-e49371d5b7f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005489 10.0.0.41 - - [2026-03-19 03:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2026-03-19 03:27:17] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001292 10.0.0.41 - - [2026-03-19 03:27:17] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046686 10.0.0.27 - - [2026-03-19 03:27:18] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000989 10.0.0.41 - - [2026-03-19 03:27:18] "POST /neutron/network HTTP/1.1" 200 617 0.129927 10.0.0.27 - - [2026-03-19 03:27:18] "POST /route-targets HTTP/1.1" 200 327 0.013143 10.0.0.41 - - [2026-03-19 03:27:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.002970 10.0.0.41 - - [2026-03-19 03:27:18] "GET /virtual-network/20fd6c2b-df74-460a-9015-462f35b272be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004998 10.0.0.41 - - [2026-03-19 03:27:18] "POST /neutron/network HTTP/1.1" 200 834 0.006321 10.0.0.41 - - [2026-03-19 03:27:18] "GET /virtual-network/20fd6c2b-df74-460a-9015-462f35b272be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004827 10.0.0.41 - - [2026-03-19 03:27:18] "GET /virtual-network/20fd6c2b-df74-460a-9015-462f35b272be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005215 10.0.0.41 - - [2026-03-19 03:27:19] "GET /obj-perms HTTP/1.1" 200 5034 0.055454 10.0.0.27 - - [2026-03-19 03:27:19] "GET /obj-perms HTTP/1.1" 200 5034 0.052354 10.0.0.41 - - [2026-03-19 03:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.27 - - [2026-03-19 03:27:19] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000946 10.0.0.41 - - [2026-03-19 03:27:19] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.042242 10.0.0.41 - - [2026-03-19 03:27:19] "POST /neutron/network HTTP/1.1" 200 117 0.016343 10.0.0.27 - - [2026-03-19 03:27:19] "POST /ref-update HTTP/1.1" 200 156 0.024324 10.0.0.41 - - [2026-03-19 03:27:19] "POST /neutron/network HTTP/1.1" 200 848 0.010423 10.0.0.41 - - [2026-03-19 03:27:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001600 10.0.0.41 - - [2026-03-19 03:27:19] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005601 10.0.0.41 - - [2026-03-19 03:27:19] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005670 10.0.0.41 - - [2026-03-19 03:27:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.015708 10.0.0.41 - - [2026-03-19 03:27:20] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.009057 10.0.0.242 - - [2026-03-19 03:27:20] "GET /obj-perms HTTP/1.1" 200 5034 0.003678 10.0.0.41 - - [2026-03-19 03:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.27 - - [2026-03-19 03:27:20] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.41 - - [2026-03-19 03:27:20] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049020 10.0.0.27 - - [2026-03-19 03:27:20] "POST /useragent-kv HTTP/1.1" 200 115 0.009975 10.0.0.41 - - [2026-03-19 03:27:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.199575 10.0.0.41 - - [2026-03-19 03:27:20] "POST /id-to-fqname HTTP/1.1" 200 234 0.001317 10.0.0.41 - - [2026-03-19 03:27:20] "GET /virtual-network/d9d3b843-744d-42e3-8bb1-bf4d8466cc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005310 10.0.0.41 - - [2026-03-19 03:27:20] "GET /virtual-network/d9d3b843-744d-42e3-8bb1-bf4d8466cc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005293 10.0.0.41 - - [2026-03-19 03:27:20] "POST /neutron/network HTTP/1.1" 200 851 0.006502 10.0.0.41 - - [2026-03-19 03:27:21] "GET /virtual-network/d9d3b843-744d-42e3-8bb1-bf4d8466cc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005394 10.0.0.41 - - [2026-03-19 03:27:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001215 10.0.0.27 - - [2026-03-19 03:27:22] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000938 10.0.0.41 - - [2026-03-19 03:27:22] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.074319 10.0.0.41 - - [2026-03-19 03:27:22] "POST /neutron/network HTTP/1.1" 200 828 0.006366 10.0.0.41 - - [2026-03-19 03:27:22] "POST /id-to-fqname HTTP/1.1" 200 225 0.001299 10.0.0.41 - - [2026-03-19 03:27:22] "POST /neutron/port HTTP/1.1" 200 117 0.006251 10.0.0.27 - - [2026-03-19 03:27:23] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000921 10.0.0.41 - - [2026-03-19 03:27:23] "POST /neutron/port HTTP/1.1" 200 1060 0.316912 10.0.0.41 - - [2026-03-19 03:27:23] "POST /neutron/port HTTP/1.1" 200 1114 0.126663 10.0.0.27 - - [2026-03-19 03:27:23] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000954 10.0.0.41 - - [2026-03-19 03:27:23] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.113462 10.0.0.41 - - [2026-03-19 03:27:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003740 10.0.0.41 - - [2026-03-19 03:27:23] "POST /neutron/network HTTP/1.1" 200 828 0.007053 10.0.0.41 - - [2026-03-19 03:27:23] "POST /neutron/port HTTP/1.1" 200 117 0.006391 10.0.0.41 - - [2026-03-19 03:27:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003021 10.0.0.41 - - [2026-03-19 03:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.27 - - [2026-03-19 03:27:24] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.41 - - [2026-03-19 03:27:24] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006923 10.0.0.41 - - [2026-03-19 03:27:24] "POST /service-templates HTTP/1.1" 200 543 0.030202 10.0.0.41 - - [2026-03-19 03:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.41 - - [2026-03-19 03:27:24] "GET /service-template/4f9343fd-cadd-4729-a75f-7ab199fca73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.006625 10.0.0.41 - - [2026-03-19 03:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.41 - - [2026-03-19 03:27:24] "GET /service-template/4f9343fd-cadd-4729-a75f-7ab199fca73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.003894 10.0.0.41 - - [2026-03-19 03:27:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001342 10.0.0.41 - - [2026-03-19 03:27:24] "POST /neutron/port HTTP/1.1" 200 1124 0.017223 10.0.0.41 - - [2026-03-19 03:27:24] "POST /neutron/network HTTP/1.1" 200 858 0.007165 10.0.0.41 - - [2026-03-19 03:27:25] "POST /neutron/port HTTP/1.1" 200 1124 0.029691 10.0.0.41 - - [2026-03-19 03:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.27 - - [2026-03-19 03:27:25] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000966 10.0.0.41 - - [2026-03-19 03:27:25] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.082586 10.0.0.41 - - [2026-03-19 03:27:25] "POST /neutron/port HTTP/1.1" 200 2096 0.036089 10.0.0.41 - - [2026-03-19 03:27:25] "GET /virtual-machine/330b9a91-6b2d-44c6-91c2-ddb8607e0ab8 HTTP/1.1" 401 292 0.000506 10.0.0.41 - - [2026-03-19 03:27:26] "POST /neutron/network HTTP/1.1" 200 858 0.006745 10.0.0.41 - - [2026-03-19 03:27:26] "GET /virtual-machine/330b9a91-6b2d-44c6-91c2-ddb8607e0ab8 HTTP/1.1" 404 171 0.039636 10.0.0.41 - - [2026-03-19 03:27:26] "POST /neutron/port HTTP/1.1" 200 1062 0.017963 10.0.0.41 - - [2026-03-19 03:27:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004299 10.0.0.41 - - [2026-03-19 03:27:27] "POST /neutron/network HTTP/1.1" 200 848 0.009387 10.0.0.41 - - [2026-03-19 03:27:28] "GET /virtual-machine/330b9a91-6b2d-44c6-91c2-ddb8607e0ab8 HTTP/1.1" 200 1294 0.006761 10.0.0.41 - - [2026-03-19 03:27:28] "GET /virtual-machine-interface/44da3b1d-fa28-4fdf-8f97-cbc844e39694 HTTP/1.1" 200 2983 0.008132 10.0.0.41 - - [2026-03-19 03:27:28] "GET /virtual-machine-interface/44da3b1d-fa28-4fdf-8f97-cbc844e39694?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005681 10.0.0.41 - - [2026-03-19 03:27:28] "PUT /virtual-machine-interface/44da3b1d-fa28-4fdf-8f97-cbc844e39694 HTTP/1.1" 200 284 0.022290 10.0.0.41 - - [2026-03-19 03:27:33] "POST /neutron/port HTTP/1.1" 200 1126 0.023622 10.0.0.41 - - [2026-03-19 03:27:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010521 10.0.0.41 - - [2026-03-19 03:27:33] "GET /virtual-machine/330b9a91-6b2d-44c6-91c2-ddb8607e0ab8 HTTP/1.1" 200 1294 0.003885 10.0.0.41 - - [2026-03-19 03:27:33] "GET /virtual-machine-interface/44da3b1d-fa28-4fdf-8f97-cbc844e39694 HTTP/1.1" 200 3033 0.005154 10.0.0.41 - - [2026-03-19 03:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.41 - - [2026-03-19 03:27:33] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003141 10.0.0.41 - - [2026-03-19 03:27:33] "GET /virtual-networks?parent_id=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002979 10.0.0.41 - - [2026-03-19 03:27:33] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005748 10.0.0.41 - - [2026-03-19 03:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.41 - - [2026-03-19 03:27:37] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006393 10.0.0.41 - - [2026-03-19 03:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.41 - - [2026-03-19 03:27:41] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005075 10.0.0.27 - - [2026-03-19 03:27:42] "GET /obj-perms HTTP/1.1" 200 5056 0.059448 10.0.0.41 - - [2026-03-19 03:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.41 - - [2026-03-19 03:27:45] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005252 10.0.0.41 - - [2026-03-19 03:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.41 - - [2026-03-19 03:27:49] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005534 10.0.0.41 - - [2026-03-19 03:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.41 - - [2026-03-19 03:27:53] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005857 10.0.0.41 - - [2026-03-19 03:27:54] "POST /neutron/port HTTP/1.1" 200 1124 0.018000 10.0.0.41 - - [2026-03-19 03:27:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003590 10.0.0.41 - - [2026-03-19 03:27:54] "POST /neutron/network HTTP/1.1" 200 830 0.006336 10.0.0.41 - - [2026-03-19 03:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.41 - - [2026-03-19 03:27:57] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006845 10.0.0.41 - - [2026-03-19 03:27:58] "POST /neutron/network HTTP/1.1" 200 838 0.033816 10.0.0.41 - - [2026-03-19 03:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.27 - - [2026-03-19 03:27:59] "DELETE /project/c86ad2cc6f714dbe80d2933d50753886 HTTP/1.1" 404 173 0.008693 10.0.0.27 - - [2026-03-19 03:27:59] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002153 10.0.0.27 - - [2026-03-19 03:27:59] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.049335 10.0.0.27 - - [2026-03-19 03:27:59] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001029 10.0.0.27 - - [2026-03-19 03:27:59] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?fields=security_groups HTTP/1.1" 200 1351 0.038656 10.0.0.27 - - [2026-03-19 03:27:59] "DELETE /security-group/1aef99dc-731f-4675-8d47-962381de24a6 HTTP/1.1" 200 115 0.052925 10.0.0.27 - - [2026-03-19 03:27:59] "GET /projects?obj_uuids=ede4e3bd-5331-4368-bf3e-01f00b47290e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001096 10.0.0.27 - - [2026-03-19 03:27:59] "DELETE /access-control-list/16d39e09-b8f8-44af-b697-26efce8c3a3e HTTP/1.1" 200 115 0.045171 10.0.0.27 - - [2026-03-19 03:27:59] "GET /project/ede4e3bd-5331-4368-bf3e-01f00b47290e?fields=application_policy_sets HTTP/1.1" 200 1390 0.051756 10.0.0.27 - - [2026-03-19 03:28:00] "DELETE /project/ede4e3bd-5331-4368-bf3e-01f00b47290e HTTP/1.1" 200 115 0.443097 10.0.0.41 - - [2026-03-19 03:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.41 - - [2026-03-19 03:28:01] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005180 10.0.0.41 - - [2026-03-19 03:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.41 - - [2026-03-19 03:28:05] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005312 10.0.0.41 - - [2026-03-19 03:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.41 - - [2026-03-19 03:28:09] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005830 10.0.0.41 - - [2026-03-19 03:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.41 - - [2026-03-19 03:28:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003327 10.0.0.41 - - [2026-03-19 03:28:11] "GET /virtual-networks?parent_id=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003520 10.0.0.41 - - [2026-03-19 03:28:11] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005901 10.0.0.41 - - [2026-03-19 03:28:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006789 10.0.0.41 - - [2026-03-19 03:28:17] "POST /neutron/port HTTP/1.1" 200 1124 0.044812 10.0.0.41 - - [2026-03-19 03:28:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007530 10.0.0.41 - - [2026-03-19 03:28:22] "POST /neutron/port HTTP/1.1" 200 1126 0.018917 10.0.0.41 - - [2026-03-19 03:28:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006923 10.0.0.41 - - [2026-03-19 03:28:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.003539 10.0.0.41 - - [2026-03-19 03:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.27 - - [2026-03-19 03:28:32] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000873 10.0.0.41 - - [2026-03-19 03:28:32] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044245 10.0.0.41 - - [2026-03-19 03:28:33] "POST /service-instances HTTP/1.1" 200 547 0.030851 10.0.0.41 - - [2026-03-19 03:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.41 - - [2026-03-19 03:28:33] "GET /service-instance/1d2609b6-e847-4f0e-b231-8587fa5886b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006581 10.0.0.41 - - [2026-03-19 03:28:33] "POST /port-tuples HTTP/1.1" 200 590 0.043182 10.0.0.41 - - [2026-03-19 03:28:33] "GET /virtual-machine-interface/44da3b1d-fa28-4fdf-8f97-cbc844e39694?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005403 10.0.0.41 - - [2026-03-19 03:28:33] "PUT /virtual-machine-interface/44da3b1d-fa28-4fdf-8f97-cbc844e39694 HTTP/1.1" 200 284 0.012931 10.0.0.41 - - [2026-03-19 03:28:33] "POST /ref-update HTTP/1.1" 200 156 0.015143 10.0.0.27 - - [2026-03-19 03:28:33] "POST /instance-ips HTTP/1.1" 200 373 0.039235 10.0.0.27 - - [2026-03-19 03:28:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004631 10.0.0.41 - - [2026-03-19 03:28:33] "POST /neutron/port HTTP/1.1" 200 1124 0.021250 10.0.0.27 - - [2026-03-19 03:28:33] "POST /ref-update HTTP/1.1" 200 156 0.016891 10.0.0.41 - - [2026-03-19 03:28:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006671 10.0.0.41 - - [2026-03-19 03:28:33] "GET /virtual-machine/64ab7b5a-b7f3-4ded-8958-0a094c1987cf HTTP/1.1" 200 1293 0.005552 10.0.0.41 - - [2026-03-19 03:28:33] "GET /virtual-machine-interface/4170d17d-2600-4d0b-b682-81a40850c087 HTTP/1.1" 200 2956 0.004717 10.0.0.41 - - [2026-03-19 03:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.41 - - [2026-03-19 03:28:33] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003079 10.0.0.41 - - [2026-03-19 03:28:33] "GET /virtual-networks?parent_id=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002759 10.0.0.41 - - [2026-03-19 03:28:33] "GET /virtual-network/9245b7d9-2b3d-4e41-a38b-d57912669ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005367 10.0.0.41 - - [2026-03-19 03:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.41 - - [2026-03-19 03:28:34] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003813 10.0.0.41 - - [2026-03-19 03:28:34] "GET /virtual-networks?parent_id=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003174 10.0.0.41 - - [2026-03-19 03:28:34] "GET /virtual-network/9245b7d9-2b3d-4e41-a38b-d57912669ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006391 10.0.0.41 - - [2026-03-19 03:28:35] "POST /neutron/port HTTP/1.1" 200 1124 0.017139 10.0.0.41 - - [2026-03-19 03:28:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007475 10.0.0.41 - - [2026-03-19 03:28:35] "GET /virtual-machine/f9172638-c591-4b4e-a068-9120cfaaece9 HTTP/1.1" 200 1295 0.006331 10.0.0.41 - - [2026-03-19 03:28:35] "GET /virtual-machine-interface/e94db5e6-359e-4ef5-909d-ef1e4f712a4b HTTP/1.1" 200 2960 0.005075 10.0.0.41 - - [2026-03-19 03:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.41 - - [2026-03-19 03:28:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003377 10.0.0.41 - - [2026-03-19 03:28:35] "GET /virtual-networks?parent_id=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002910 10.0.0.41 - - [2026-03-19 03:28:35] "GET /virtual-network/90d6b5ec-41a7-4d5e-a9e4-e49371d5b7f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006299 10.0.0.41 - - [2026-03-19 03:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005080 10.0.0.41 - - [2026-03-19 03:28:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003276 10.0.0.41 - - [2026-03-19 03:28:36] "GET /virtual-networks?parent_id=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002913 10.0.0.41 - - [2026-03-19 03:28:36] "GET /virtual-network/90d6b5ec-41a7-4d5e-a9e4-e49371d5b7f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005969 10.0.0.41 - - [2026-03-19 03:28:36] "POST /fqname-to-id HTTP/1.1" 404 215 0.003323 10.0.0.41 - - [2026-03-19 03:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.27 - - [2026-03-19 03:28:36] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001186 10.0.0.41 - - [2026-03-19 03:28:36] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.037791 10.0.0.41 - - [2026-03-19 03:28:36] "POST /network-policys HTTP/1.1" 200 551 0.026278 10.0.0.41 - - [2026-03-19 03:28:36] "GET /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006126 10.0.0.41 - - [2026-03-19 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.41 - - [2026-03-19 03:28:37] "GET /virtual-network/9245b7d9-2b3d-4e41-a38b-d57912669ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006089 10.0.0.41 - - [2026-03-19 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.41 - - [2026-03-19 03:28:37] "GET /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004366 10.0.0.41 - - [2026-03-19 03:28:37] "POST /ref-update HTTP/1.1" 200 156 0.060897 10.0.0.27 - - [2026-03-19 03:28:37] "POST /access-control-lists HTTP/1.1" 200 596 0.041572 10.0.0.41 - - [2026-03-19 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006587 10.0.0.41 - - [2026-03-19 03:28:37] "GET /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006006 10.0.0.41 - - [2026-03-19 03:28:37] "GET /virtual-network/9245b7d9-2b3d-4e41-a38b-d57912669ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.009290 10.0.0.41 - - [2026-03-19 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.013110 10.0.0.41 - - [2026-03-19 03:28:37] "GET /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004793 10.0.0.41 - - [2026-03-19 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.41 - - [2026-03-19 03:28:37] "GET /virtual-network/90d6b5ec-41a7-4d5e-a9e4-e49371d5b7f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006215 10.0.0.41 - - [2026-03-19 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.41 - - [2026-03-19 03:28:37] "GET /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003676 10.0.0.41 - - [2026-03-19 03:28:37] "POST /ref-update HTTP/1.1" 200 156 0.063364 10.0.0.27 - - [2026-03-19 03:28:37] "POST /fqname-to-id HTTP/1.1" 404 242 0.018963 10.0.0.41 - - [2026-03-19 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.41 - - [2026-03-19 03:28:37] "GET /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003668 10.0.0.41 - - [2026-03-19 03:28:37] "GET /virtual-network/90d6b5ec-41a7-4d5e-a9e4-e49371d5b7f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.010037 10.0.0.27 - - [2026-03-19 03:28:37] "POST /ref-update HTTP/1.1" 200 156 0.057467 10.0.0.41 - - [2026-03-19 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006041 10.0.0.41 - - [2026-03-19 03:28:37] "GET /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004473 10.0.0.41 - - [2026-03-19 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.41 - - [2026-03-19 03:28:37] "GET /service-template/4f9343fd-cadd-4729-a75f-7ab199fca73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.003606 10.0.0.41 - - [2026-03-19 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.27 - - [2026-03-19 03:28:37] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000966 10.0.0.41 - - [2026-03-19 03:28:37] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.038423 10.0.0.41 - - [2026-03-19 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.41 - - [2026-03-19 03:28:38] "GET /service-instance/1d2609b6-e847-4f0e-b231-8587fa5886b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2542 0.006763 10.0.0.41 - - [2026-03-19 03:28:38] "POST /neutron/port HTTP/1.1" 200 1384 0.033406 10.0.0.41 - - [2026-03-19 03:28:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007446 10.0.0.41 - - [2026-03-19 03:28:38] "POST /neutron/port HTTP/1.1" 200 1384 0.023971 10.0.0.41 - - [2026-03-19 03:28:38] "POST /neutron/network HTTP/1.1" 200 848 0.006835 10.0.0.41 - - [2026-03-19 03:28:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001097 10.0.0.41 - - [2026-03-19 03:28:38] "GET /virtual-machine/330b9a91-6b2d-44c6-91c2-ddb8607e0ab8 HTTP/1.1" 200 1294 0.003846 10.0.0.41 - - [2026-03-19 03:28:38] "GET /virtual-machine-interface/44da3b1d-fa28-4fdf-8f97-cbc844e39694 HTTP/1.1" 200 3889 0.004969 10.0.0.41 - - [2026-03-19 03:28:38] "GET /instance-ip/a422f87e-94db-49c1-8f3e-eba600a4b351 HTTP/1.1" 200 1963 0.003747 10.0.0.41 - - [2026-03-19 03:28:38] "GET /instance-ip/a61ad0ea-17ff-48ba-9f1e-31692faaf312 HTTP/1.1" 200 1636 0.006005 10.0.0.41 - - [2026-03-19 03:28:38] "GET /instance-ip/b270679c-2b39-4c5a-a9d2-106a5a7294a1 HTTP/1.1" 200 1965 0.003786 10.0.0.41 - - [2026-03-19 03:28:38] "POST /neutron/port HTTP/1.1" 200 1384 0.023177 10.0.0.41 - - [2026-03-19 03:28:39] "GET /virtual-machine/330b9a91-6b2d-44c6-91c2-ddb8607e0ab8 HTTP/1.1" 200 1294 0.003786 10.0.0.41 - - [2026-03-19 03:28:39] "GET /virtual-machine-interface/44da3b1d-fa28-4fdf-8f97-cbc844e39694 HTTP/1.1" 200 3889 0.005129 10.0.0.41 - - [2026-03-19 03:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.41 - - [2026-03-19 03:28:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003583 10.0.0.41 - - [2026-03-19 03:28:39] "GET /virtual-networks?parent_id=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002720 10.0.0.41 - - [2026-03-19 03:28:39] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005668 10.0.0.41 - - [2026-03-19 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.41 - - [2026-03-19 03:28:40] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003240 10.0.0.41 - - [2026-03-19 03:28:40] "GET /virtual-networks?parent_id=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003421 10.0.0.41 - - [2026-03-19 03:28:40] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005534 10.0.0.41 - - [2026-03-19 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.41 - - [2026-03-19 03:28:40] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004672 10.0.0.41 - - [2026-03-19 03:28:40] "GET /virtual-networks?parent_id=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003448 10.0.0.41 - - [2026-03-19 03:28:40] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007383 10.0.0.41 - - [2026-03-19 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.41 - - [2026-03-19 03:28:40] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003731 10.0.0.41 - - [2026-03-19 03:28:40] "GET /virtual-networks?parent_id=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003141 10.0.0.41 - - [2026-03-19 03:28:40] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006202 10.0.0.41 - - [2026-03-19 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.41 - - [2026-03-19 03:28:40] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003681 10.0.0.41 - - [2026-03-19 03:28:40] "GET /virtual-networks?parent_id=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003855 10.0.0.41 - - [2026-03-19 03:28:40] "GET /virtual-network/1e5936f8-5f69-4d20-ba1b-e7c40a816ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005156 10.0.0.41 - - [2026-03-19 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.41 - - [2026-03-19 03:28:40] "GET /routing-instance/66efd1c3-089c-499b-8d76-eec11bc323af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003457 10.0.0.41 - - [2026-03-19 03:28:40] "GET /routing-instance/66efd1c3-089c-499b-8d76-eec11bc323af?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.005413 10.0.0.41 - - [2026-03-19 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.41 - - [2026-03-19 03:28:40] "GET /routing-instance/4fae589e-9318-4208-8d5b-4df8b6e07d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.022877 10.0.0.41 - - [2026-03-19 03:28:40] "GET /routing-instance/4fae589e-9318-4208-8d5b-4df8b6e07d4e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.008010 10.0.0.41 - - [2026-03-19 03:28:42] "GET /obj-perms HTTP/1.1" 200 5056 0.062933 10.0.0.242 - - [2026-03-19 03:28:42] "GET /obj-perms HTTP/1.1" 200 5056 0.056421 10.0.0.27 - - [2026-03-19 03:28:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.27 - - [2026-03-19 03:28:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.242 - - [2026-03-19 03:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.242 - - [2026-03-19 03:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2026-03-19 03:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2026-03-19 03:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.242 - - [2026-03-19 03:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.242 - - [2026-03-19 03:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000876 10.0.0.41 - - [2026-03-19 03:28:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.41 - - [2026-03-19 03:28:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.41 - - [2026-03-19 03:28:56] "POST /neutron/port HTTP/1.1" 200 1124 0.016428 10.0.0.41 - - [2026-03-19 03:28:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.008348 10.0.0.41 - - [2026-03-19 03:28:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.41 - - [2026-03-19 03:28:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2026-03-19 03:28:59] "POST /neutron/port HTTP/1.1" 200 1384 0.029800 10.0.0.41 - - [2026-03-19 03:28:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003443 10.0.0.41 - - [2026-03-19 03:28:59] "POST /neutron/network HTTP/1.1" 200 848 0.008107 10.0.0.41 - - [2026-03-19 03:29:25] "GET /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004405 10.0.0.41 - - [2026-03-19 03:29:25] "PUT /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47 HTTP/1.1" 200 262 0.020005 10.0.0.41 - - [2026-03-19 03:29:25] "GET /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.007452 10.0.0.41 - - [2026-03-19 03:29:48] "POST /neutron/port HTTP/1.1" 200 1384 0.021590 10.0.0.41 - - [2026-03-19 03:29:54] "POST /ref-update HTTP/1.1" 200 156 0.050879 10.0.0.41 - - [2026-03-19 03:29:54] "GET /virtual-network/90d6b5ec-41a7-4d5e-a9e4-e49371d5b7f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006947 10.0.0.41 - - [2026-03-19 03:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.41 - - [2026-03-19 03:29:54] "GET /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004038 10.0.0.41 - - [2026-03-19 03:29:54] "POST /ref-update HTTP/1.1" 200 156 0.049853 10.0.0.41 - - [2026-03-19 03:29:54] "POST /neutron/network HTTP/1.1" 200 828 0.008815 10.0.0.41 - - [2026-03-19 03:29:54] "GET /virtual-network/9245b7d9-2b3d-4e41-a38b-d57912669ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004863 10.0.0.41 - - [2026-03-19 03:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.41 - - [2026-03-19 03:29:54] "GET /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.006401 10.0.0.41 - - [2026-03-19 03:29:54] "DELETE /network-policy/ffa2982c-5498-4ad3-985b-12299881eb47 HTTP/1.1" 200 115 0.037381 10.0.0.41 - - [2026-03-19 03:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.41 - - [2026-03-19 03:29:54] "DELETE /service-instance/1d2609b6-e847-4f0e-b231-8587fa5886b0 HTTP/1.1" 200 115 0.048904 10.0.0.41 - - [2026-03-19 03:29:54] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.015265 10.0.0.41 - - [2026-03-19 03:29:54] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002896 10.0.0.27 - - [2026-03-19 03:29:54] "DELETE /instance-ip/a422f87e-94db-49c1-8f3e-eba600a4b351 HTTP/1.1" 200 115 0.113867 10.0.0.27 - - [2026-03-19 03:29:54] "POST /ref-update HTTP/1.1" 200 156 0.119962 10.0.0.27 - - [2026-03-19 03:29:54] "POST /ref-update HTTP/1.1" 200 156 0.036573 10.0.0.41 - - [2026-03-19 03:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.41 - - [2026-03-19 03:29:55] "DELETE /service-template/4f9343fd-cadd-4729-a75f-7ab199fca73a HTTP/1.1" 200 115 0.059916 10.0.0.41 - - [2026-03-19 03:29:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.005753 10.0.0.27 - - [2026-03-19 03:29:55] "POST /ref-update HTTP/1.1" 200 156 0.044980 10.0.0.41 - - [2026-03-19 03:29:55] "POST /neutron/port HTTP/1.1" 200 1126 0.027724 10.0.0.27 - - [2026-03-19 03:29:55] "DELETE /route-target/c578b383-93f3-40fb-b1e3-928f2822070e HTTP/1.1" 200 115 0.032590 10.0.0.41 - - [2026-03-19 03:29:55] "POST /neutron/port HTTP/1.1" 200 1124 0.021742 10.0.0.41 - - [2026-03-19 03:29:55] "POST /neutron/port HTTP/1.1" 200 1114 0.013812 10.0.0.41 - - [2026-03-19 03:29:55] "POST /neutron/port HTTP/1.1" 200 1114 0.022781 10.0.0.27 - - [2026-03-19 03:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009054 10.0.0.27 - - [2026-03-19 03:29:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003882 10.0.0.27 - - [2026-03-19 03:29:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002744 10.0.0.41 - - [2026-03-19 03:29:56] "POST /neutron/network HTTP/1.1" 200 151 0.194963 10.0.0.27 - - [2026-03-19 03:29:56] "DELETE /route-target/a930435b-b8f1-4cbc-8add-3b3e0c3265f5 HTTP/1.1" 200 115 0.024972 10.0.0.41 - - [2026-03-19 03:29:57] "POST /neutron/network HTTP/1.1" 200 828 0.006855 10.0.0.27 - - [2026-03-19 03:29:58] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000963 10.0.0.41 - - [2026-03-19 03:29:58] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046371 10.0.0.27 - - [2026-03-19 03:29:58] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000980 10.0.0.41 - - [2026-03-19 03:29:58] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?fields=virtual_networks HTTP/1.1" 200 1035 0.045285 10.0.0.27 - - [2026-03-19 03:29:58] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000952 10.0.0.41 - - [2026-03-19 03:29:59] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.048670 10.0.0.27 - - [2026-03-19 03:29:59] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.41 - - [2026-03-19 03:29:59] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?fields=security_groups HTTP/1.1" 200 1263 0.038102 10.0.0.41 - - [2026-03-19 03:30:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.037586 10.0.0.27 - - [2026-03-19 03:30:00] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000835 10.0.0.27 - - [2026-03-19 03:30:00] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.039330 10.0.0.27 - - [2026-03-19 03:30:00] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000853 10.0.0.27 - - [2026-03-19 03:30:00] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?fields=security_groups HTTP/1.1" 200 1368 0.048936 10.0.0.27 - - [2026-03-19 03:30:00] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010070 10.0.0.27 - - [2026-03-19 03:30:00] "DELETE /security-group/f8cc8957-46ef-41ce-98c4-cf6bcf07b258 HTTP/1.1" 200 115 0.066117 10.0.0.27 - - [2026-03-19 03:30:00] "GET /projects?obj_uuids=c86ad2cc-6f71-4dbe-80d2-933d50753886&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001152 10.0.0.27 - - [2026-03-19 03:30:00] "DELETE /access-control-list/6ca1ad79-ce6f-4041-bb8c-42ebf6d3e7b0 HTTP/1.1" 200 115 0.032682 10.0.0.27 - - [2026-03-19 03:30:00] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.27 - - [2026-03-19 03:30:00] "GET /project/c86ad2cc-6f71-4dbe-80d2-933d50753886?fields=application_policy_sets HTTP/1.1" 200 1407 0.043529 10.0.0.27 - - [2026-03-19 03:30:00] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.054095 10.0.0.27 - - [2026-03-19 03:30:00] "DELETE /project/c86ad2cc-6f71-4dbe-80d2-933d50753886 HTTP/1.1" 200 115 0.488640 10.0.0.27 - - [2026-03-19 03:30:00] "POST /id-to-fqname HTTP/1.1" 200 191 0.001415 10.0.0.27 - - [2026-03-19 03:30:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.007317 10.0.0.27 - - [2026-03-19 03:30:00] "POST /security-groups HTTP/1.1" 200 592 0.088147 10.0.0.27 - - [2026-03-19 03:30:00] "POST /projects HTTP/1.1" 200 587 0.359757 10.0.0.27 - - [2026-03-19 03:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.413603 10.0.0.27 - - [2026-03-19 03:30:00] "POST /access-control-lists HTTP/1.1" 200 597 0.040512 10.0.0.41 - - [2026-03-19 03:30:00] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.719624 10.0.0.41 - - [2026-03-19 03:30:02] "GET / HTTP/1.1" 200 35931 0.001890 10.0.0.41 - - [2026-03-19 03:30:04] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000427 10.0.0.27 - - [2026-03-19 03:30:05] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001535 10.0.0.41 - - [2026-03-19 03:30:05] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.096218 10.0.0.41 - - [2026-03-19 03:30:05] "POST /fqname-to-id HTTP/1.1" 404 180 0.003138 10.0.0.41 - - [2026-03-19 03:30:05] "POST /virtual-DNSs HTTP/1.1" 200 507 0.036897 10.0.0.41 - - [2026-03-19 03:30:05] "GET /virtual-DNS/10f8b35b-bf7a-44f5-a132-35116090c9b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.007870 10.0.0.41 - - [2026-03-19 03:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.41 - - [2026-03-19 03:30:05] "GET /virtual-DNS/10f8b35b-bf7a-44f5-a132-35116090c9b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003677 10.0.0.41 - - [2026-03-19 03:30:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003634 10.0.0.41 - - [2026-03-19 03:30:05] "POST /network-ipams HTTP/1.1" 200 514 0.032613 10.0.0.41 - - [2026-03-19 03:30:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.005027 10.0.0.41 - - [2026-03-19 03:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005250 10.0.0.41 - - [2026-03-19 03:30:06] "GET /network-ipam/37a1c713-f1c4-4b55-a331-5b5086467b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.006286 10.0.0.41 - - [2026-03-19 03:30:06] "PUT /network-ipam/37a1c713-f1c4-4b55-a331-5b5086467b36 HTTP/1.1" 200 258 0.018927 10.0.0.41 - - [2026-03-19 03:30:06] "POST /ref-update HTTP/1.1" 200 156 0.014850 10.0.0.41 - - [2026-03-19 03:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.27 - - [2026-03-19 03:30:06] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001257 10.0.0.41 - - [2026-03-19 03:30:06] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.058061 10.0.0.27 - - [2026-03-19 03:30:06] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.41 - - [2026-03-19 03:30:06] "POST /neutron/network HTTP/1.1" 200 618 0.166184 10.0.0.27 - - [2026-03-19 03:30:06] "POST /route-targets HTTP/1.1" 200 327 0.013922 10.0.0.41 - - [2026-03-19 03:30:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.005376 10.0.0.41 - - [2026-03-19 03:30:06] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005684 10.0.0.41 - - [2026-03-19 03:30:06] "POST /neutron/network HTTP/1.1" 200 833 0.008949 10.0.0.41 - - [2026-03-19 03:30:07] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005509 10.0.0.41 - - [2026-03-19 03:30:07] "POST /neutron/network HTTP/1.1" 200 807 0.024060 10.0.0.41 - - [2026-03-19 03:30:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001208 10.0.0.27 - - [2026-03-19 03:30:08] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.41 - - [2026-03-19 03:30:08] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077024 10.0.0.41 - - [2026-03-19 03:30:08] "POST /neutron/network HTTP/1.1" 200 833 0.007062 10.0.0.41 - - [2026-03-19 03:30:08] "POST /neutron/port HTTP/1.1" 200 117 0.006488 10.0.0.41 - - [2026-03-19 03:30:09] "POST /neutron/port HTTP/1.1" 200 1058 0.019742 10.0.0.41 - - [2026-03-19 03:30:09] "POST /neutron/port HTTP/1.1" 200 1122 0.018234 10.0.0.41 - - [2026-03-19 03:30:09] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.41 - - [2026-03-19 03:30:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008317 10.0.0.41 - - [2026-03-19 03:30:13] "POST /neutron/port HTTP/1.1" 200 1122 0.016569 10.0.0.41 - - [2026-03-19 03:30:13] "GET /virtual-machine/ccd5ce02-ea1a-40df-b808-b0052541539d HTTP/1.1" 401 292 0.000392 10.0.0.41 - - [2026-03-19 03:30:14] "GET /virtual-machine/ccd5ce02-ea1a-40df-b808-b0052541539d HTTP/1.1" 200 1294 0.030943 10.0.0.41 - - [2026-03-19 03:30:14] "GET /virtual-machine-interface/fa88b962-44f1-4dcd-bcfa-461a4394a5b6 HTTP/1.1" 200 2964 0.005810 10.0.0.41 - - [2026-03-19 03:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.41 - - [2026-03-19 03:30:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003396 10.0.0.41 - - [2026-03-19 03:30:14] "GET /virtual-networks?parent_id=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003298 10.0.0.41 - - [2026-03-19 03:30:14] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007416 10.0.0.41 - - [2026-03-19 03:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.41 - - [2026-03-19 03:30:17] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005836 10.0.0.41 - - [2026-03-19 03:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.41 - - [2026-03-19 03:30:21] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004703 10.0.0.41 - - [2026-03-19 03:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.41 - - [2026-03-19 03:30:25] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009858 10.0.0.41 - - [2026-03-19 03:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.41 - - [2026-03-19 03:30:29] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005460 10.0.0.41 - - [2026-03-19 03:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.41 - - [2026-03-19 03:30:33] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005406 10.0.0.41 - - [2026-03-19 03:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.41 - - [2026-03-19 03:30:37] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006524 10.0.0.41 - - [2026-03-19 03:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.41 - - [2026-03-19 03:30:41] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006636 10.0.0.41 - - [2026-03-19 03:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.41 - - [2026-03-19 03:30:46] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005052 10.0.0.41 - - [2026-03-19 03:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.41 - - [2026-03-19 03:30:50] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003533 10.0.0.41 - - [2026-03-19 03:30:50] "GET /virtual-networks?parent_id=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003038 10.0.0.41 - - [2026-03-19 03:30:50] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005597 10.0.0.41 - - [2026-03-19 03:30:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007320 10.0.0.41 - - [2026-03-19 03:30:58] "POST /neutron/port HTTP/1.1" 200 1122 0.016796 10.0.0.41 - - [2026-03-19 03:31:00] "POST /neutron/port HTTP/1.1" 200 1122 0.018888 10.0.0.41 - - [2026-03-19 03:31:00] "POST /neutron/subnet HTTP/1.1" 200 685 0.014887 10.0.0.41 - - [2026-03-19 03:31:00] "POST /neutron/network HTTP/1.1" 200 833 0.010340 10.0.0.27 - - [2026-03-19 03:31:00] "DELETE /project/f157d190d13e4668aff183b899822deb HTTP/1.1" 404 173 0.047452 10.0.0.41 - - [2026-03-19 03:31:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007687 10.0.0.41 - - [2026-03-19 03:31:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001276 10.0.0.41 - - [2026-03-19 03:31:34] "POST /neutron/port HTTP/1.1" 200 1122 0.026497 10.0.0.27 - - [2026-03-19 03:31:35] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.035076 10.0.0.41 - - [2026-03-19 03:31:35] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.118581 10.0.0.41 - - [2026-03-19 03:31:35] "POST /neutron/network HTTP/1.1" 200 833 0.030744 10.0.0.41 - - [2026-03-19 03:31:35] "POST /neutron/port HTTP/1.1" 200 117 0.006704 10.0.0.27 - - [2026-03-19 03:31:35] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001129 10.0.0.41 - - [2026-03-19 03:31:36] "POST /neutron/port HTTP/1.1" 200 1058 0.287907 10.0.0.41 - - [2026-03-19 03:31:36] "POST /neutron/port HTTP/1.1" 200 1112 0.132854 10.0.0.41 - - [2026-03-19 03:31:36] "POST /neutron/subnet HTTP/1.1" 200 685 0.008915 10.0.0.41 - - [2026-03-19 03:31:40] "POST /neutron/port HTTP/1.1" 200 1122 0.016017 10.0.0.41 - - [2026-03-19 03:31:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007419 10.0.0.41 - - [2026-03-19 03:31:40] "GET /virtual-machine/b0714a33-e317-4901-9d45-1629ad00010f HTTP/1.1" 200 1294 0.005889 10.0.0.41 - - [2026-03-19 03:31:40] "GET /virtual-machine-interface/3d094d98-6ec1-43ab-8151-5cf4b4d8baf8 HTTP/1.1" 200 2962 0.005105 10.0.0.41 - - [2026-03-19 03:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.41 - - [2026-03-19 03:31:40] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003978 10.0.0.41 - - [2026-03-19 03:31:40] "GET /virtual-networks?parent_id=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003065 10.0.0.41 - - [2026-03-19 03:31:40] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005406 10.0.0.41 - - [2026-03-19 03:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.41 - - [2026-03-19 03:31:44] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005408 10.0.0.41 - - [2026-03-19 03:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.41 - - [2026-03-19 03:31:48] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006166 10.0.0.41 - - [2026-03-19 03:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.41 - - [2026-03-19 03:31:52] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005397 10.0.0.41 - - [2026-03-19 03:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.41 - - [2026-03-19 03:31:56] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005341 10.0.0.41 - - [2026-03-19 03:31:59] "POST /neutron/port HTTP/1.1" 200 1122 0.017396 10.0.0.41 - - [2026-03-19 03:31:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006408 10.0.0.41 - - [2026-03-19 03:31:59] "POST /neutron/network HTTP/1.1" 200 833 0.006409 10.0.0.41 - - [2026-03-19 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.41 - - [2026-03-19 03:32:00] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006539 10.0.0.41 - - [2026-03-19 03:32:01] "POST /neutron/network HTTP/1.1" 200 843 0.007869 10.0.0.41 - - [2026-03-19 03:32:01] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.41 - - [2026-03-19 03:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.41 - - [2026-03-19 03:32:04] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004935 10.0.0.41 - - [2026-03-19 03:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.41 - - [2026-03-19 03:32:08] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005176 10.0.0.41 - - [2026-03-19 03:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.41 - - [2026-03-19 03:32:12] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005305 10.0.0.41 - - [2026-03-19 03:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.41 - - [2026-03-19 03:32:16] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006320 10.0.0.41 - - [2026-03-19 03:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.41 - - [2026-03-19 03:32:20] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003387 10.0.0.41 - - [2026-03-19 03:32:20] "GET /virtual-networks?parent_id=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002613 10.0.0.41 - - [2026-03-19 03:32:20] "GET /virtual-network/58d28a54-27cf-4ccc-ba37-08284a2cb42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005862 10.0.0.41 - - [2026-03-19 03:32:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007539 10.0.0.41 - - [2026-03-19 03:32:30] "POST /neutron/port HTTP/1.1" 200 1122 0.016666 10.0.0.41 - - [2026-03-19 03:32:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007218 10.0.0.27 - - [2026-03-19 03:32:45] "GET /obj-perms HTTP/1.1" 200 5056 0.055228 10.0.0.41 - - [2026-03-19 03:32:45] "GET /obj-perms HTTP/1.1" 200 5056 0.051589 10.0.0.41 - - [2026-03-19 03:32:59] "POST /neutron/port HTTP/1.1" 200 1122 0.025669 10.0.0.41 - - [2026-03-19 03:32:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003656 10.0.0.41 - - [2026-03-19 03:32:59] "POST /neutron/network HTTP/1.1" 200 833 0.008357 10.0.0.41 - - [2026-03-19 03:33:02] "POST /neutron/network HTTP/1.1" 200 843 0.037643 10.0.0.41 - - [2026-03-19 03:33:02] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.41 - - [2026-03-19 03:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.41 - - [2026-03-19 03:33:11] "DELETE /virtual-DNS/10f8b35b-bf7a-44f5-a132-35116090c9b3 HTTP/1.1" 409 235 0.010371 10.0.0.41 - - [2026-03-19 03:33:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.003752 10.0.0.41 - - [2026-03-19 03:33:11] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.029246 10.0.0.41 - - [2026-03-19 03:33:11] "GET /virtual-DNS-record/663da6b1-4638-4fbc-b234-bd30522e1f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005678 10.0.0.41 - - [2026-03-19 03:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.41 - - [2026-03-19 03:33:11] "GET /virtual-DNS-record/663da6b1-4638-4fbc-b234-bd30522e1f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004003 10.0.0.41 - - [2026-03-19 03:33:22] "DELETE /virtual-DNS-record/663da6b1-4638-4fbc-b234-bd30522e1f44 HTTP/1.1" 200 115 0.032655 10.0.0.41 - - [2026-03-19 03:33:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.005925 10.0.0.41 - - [2026-03-19 03:33:23] "POST /neutron/network HTTP/1.1" 400 204 0.015416 10.0.0.41 - - [2026-03-19 03:33:23] "POST /neutron/port HTTP/1.1" 200 151 0.205167 10.0.0.41 - - [2026-03-19 03:33:23] "POST /neutron/port HTTP/1.1" 200 151 0.222516 10.0.0.41 - - [2026-03-19 03:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.41 - - [2026-03-19 03:33:25] "DELETE /network-ipam/37a1c713-f1c4-4b55-a331-5b5086467b36 HTTP/1.1" 200 115 0.046800 10.0.0.27 - - [2026-03-19 03:33:25] "DELETE /route-target/de8222af-7f44-41eb-bfb5-64b55d325d18 HTTP/1.1" 200 115 0.038773 10.0.0.41 - - [2026-03-19 03:33:25] "DELETE /virtual-DNS/10f8b35b-bf7a-44f5-a132-35116090c9b3 HTTP/1.1" 200 115 0.056802 10.0.0.41 - - [2026-03-19 03:33:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.015039 10.0.0.27 - - [2026-03-19 03:33:26] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001288 10.0.0.41 - - [2026-03-19 03:33:26] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.090876 10.0.0.27 - - [2026-03-19 03:33:26] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.41 - - [2026-03-19 03:33:26] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?fields=virtual_networks HTTP/1.1" 200 1034 0.066269 10.0.0.27 - - [2026-03-19 03:33:27] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.41 - - [2026-03-19 03:33:27] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.047115 10.0.0.27 - - [2026-03-19 03:33:27] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001217 10.0.0.41 - - [2026-03-19 03:33:27] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?fields=security_groups HTTP/1.1" 200 1261 0.063421 10.0.0.41 - - [2026-03-19 03:33:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.029047 10.0.0.27 - - [2026-03-19 03:33:28] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003271 10.0.0.27 - - [2026-03-19 03:33:28] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.27 - - [2026-03-19 03:33:28] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006863 10.0.0.27 - - [2026-03-19 03:33:28] "POST /id-to-fqname HTTP/1.1" 200 191 0.001487 10.0.0.27 - - [2026-03-19 03:33:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.008277 10.0.0.27 - - [2026-03-19 03:33:28] "POST /security-groups HTTP/1.1" 200 592 0.077654 10.0.0.27 - - [2026-03-19 03:33:28] "POST /projects HTTP/1.1" 200 587 0.312519 10.0.0.27 - - [2026-03-19 03:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.387339 10.0.0.27 - - [2026-03-19 03:33:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.012419 10.0.0.41 - - [2026-03-19 03:33:28] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.560036 10.0.0.41 - - [2026-03-19 03:33:30] "GET / HTTP/1.1" 200 35931 0.001492 10.0.0.41 - - [2026-03-19 03:33:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.41 - - [2026-03-19 03:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.068542 10.0.0.27 - - [2026-03-19 03:33:32] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.41 - - [2026-03-19 03:33:32] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.034774 10.0.0.41 - - [2026-03-19 03:33:32] "POST /neutron/network HTTP/1.1" 200 117 0.035003 10.0.0.27 - - [2026-03-19 03:33:32] "POST /ref-update HTTP/1.1" 200 156 0.027965 10.0.0.41 - - [2026-03-19 03:33:32] "POST /neutron/network HTTP/1.1" 200 825 0.007914 10.0.0.41 - - [2026-03-19 03:33:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001112 10.0.0.41 - - [2026-03-19 03:33:32] "GET /virtual-network/889aae6b-5f67-4020-a030-5fa369da6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005518 10.0.0.41 - - [2026-03-19 03:33:32] "GET /virtual-network/889aae6b-5f67-4020-a030-5fa369da6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005543 10.0.0.41 - - [2026-03-19 03:33:32] "POST /neutron/subnet HTTP/1.1" 200 715 0.009065 10.0.0.41 - - [2026-03-19 03:33:33] "GET /virtual-network/889aae6b-5f67-4020-a030-5fa369da6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005375 10.0.0.242 - - [2026-03-19 03:33:34] "GET /obj-perms HTTP/1.1" 200 5032 0.064759 10.0.0.41 - - [2026-03-19 03:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.27 - - [2026-03-19 03:33:34] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.41 - - [2026-03-19 03:33:35] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052176 10.0.0.27 - - [2026-03-19 03:33:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002260 10.0.0.41 - - [2026-03-19 03:33:35] "POST /neutron/subnet HTTP/1.1" 200 719 0.227598 10.0.0.41 - - [2026-03-19 03:33:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001178 10.0.0.41 - - [2026-03-19 03:33:35] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005141 10.0.0.41 - - [2026-03-19 03:33:35] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005366 10.0.0.41 - - [2026-03-19 03:33:35] "POST /neutron/network HTTP/1.1" 200 826 0.005858 10.0.0.41 - - [2026-03-19 03:33:35] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005678 10.0.0.41 - - [2026-03-19 03:33:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001247 10.0.0.27 - - [2026-03-19 03:33:46] "GET /obj-perms HTTP/1.1" 200 5056 0.065346 10.0.0.27 - - [2026-03-19 03:33:52] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001327 10.0.0.41 - - [2026-03-19 03:33:52] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.065574 10.0.0.41 - - [2026-03-19 03:33:52] "POST /neutron/network HTTP/1.1" 200 826 0.012601 10.0.0.27 - - [2026-03-19 03:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.27 - - [2026-03-19 03:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.41 - - [2026-03-19 03:33:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001375 10.0.0.41 - - [2026-03-19 03:33:53] "POST /neutron/port HTTP/1.1" 200 117 0.006111 10.0.0.27 - - [2026-03-19 03:33:53] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000997 10.0.0.41 - - [2026-03-19 03:33:53] "POST /neutron/port HTTP/1.1" 200 1060 0.324528 10.0.0.41 - - [2026-03-19 03:33:54] "POST /neutron/port HTTP/1.1" 200 1114 0.173748 10.0.0.242 - - [2026-03-19 03:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.242 - - [2026-03-19 03:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2026-03-19 03:33:54] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000955 10.0.0.41 - - [2026-03-19 03:33:54] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.167533 10.0.0.41 - - [2026-03-19 03:33:54] "POST /neutron/subnet HTTP/1.1" 200 693 0.025819 10.0.0.27 - - [2026-03-19 03:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2026-03-19 03:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.41 - - [2026-03-19 03:33:54] "POST /neutron/network HTTP/1.1" 200 826 0.012329 10.0.0.242 - - [2026-03-19 03:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.242 - - [2026-03-19 03:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.41 - - [2026-03-19 03:33:54] "POST /neutron/port HTTP/1.1" 200 117 0.012470 10.0.0.41 - - [2026-03-19 03:33:55] "POST /neutron/network HTTP/1.1" 200 835 0.006492 10.0.0.41 - - [2026-03-19 03:33:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.41 - - [2026-03-19 03:33:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.41 - - [2026-03-19 03:33:56] "POST /neutron/port HTTP/1.1" 200 1059 0.037865 10.0.0.41 - - [2026-03-19 03:33:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006239 10.0.0.41 - - [2026-03-19 03:33:56] "POST /neutron/network HTTP/1.1" 200 825 0.016728 10.0.0.41 - - [2026-03-19 03:33:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000624 10.0.0.41 - - [2026-03-19 03:33:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.27 - - [2026-03-19 03:34:01] "DELETE /project/737f56bdcf3b442ab4930fe27bb132b8 HTTP/1.1" 404 173 0.006185 10.0.0.27 - - [2026-03-19 03:34:01] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000954 10.0.0.27 - - [2026-03-19 03:34:01] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.084643 10.0.0.27 - - [2026-03-19 03:34:01] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.27 - - [2026-03-19 03:34:01] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?fields=security_groups HTTP/1.1" 200 1366 0.075442 10.0.0.27 - - [2026-03-19 03:34:01] "DELETE /security-group/b6a87dc0-573d-424d-9463-9187ad36a655 HTTP/1.1" 200 115 0.141191 10.0.0.27 - - [2026-03-19 03:34:01] "GET /projects?obj_uuids=f157d190-d13e-4668-aff1-83b899822deb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000934 10.0.0.27 - - [2026-03-19 03:34:01] "DELETE /access-control-list/7e96d74a-b2ee-4941-b3ea-722b878dc5eb HTTP/1.1" 200 115 0.085329 10.0.0.27 - - [2026-03-19 03:34:01] "GET /project/f157d190-d13e-4668-aff1-83b899822deb?fields=application_policy_sets HTTP/1.1" 200 1405 0.099444 10.0.0.27 - - [2026-03-19 03:34:01] "DELETE /project/f157d190-d13e-4668-aff1-83b899822deb HTTP/1.1" 200 115 0.719343 10.0.0.41 - - [2026-03-19 03:34:05] "POST /neutron/port HTTP/1.1" 200 1124 0.033261 10.0.0.41 - - [2026-03-19 03:34:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007435 10.0.0.41 - - [2026-03-19 03:34:20] "POST /neutron/port HTTP/1.1" 200 1124 0.016778 10.0.0.41 - - [2026-03-19 03:34:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007277 10.0.0.41 - - [2026-03-19 03:34:30] "POST /neutron/port HTTP/1.1" 200 1124 0.018745 10.0.0.41 - - [2026-03-19 03:34:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007775 10.0.0.41 - - [2026-03-19 03:34:31] "GET /virtual-machine/6d7c3091-163c-4514-8340-43cff755e207 HTTP/1.1" 401 292 0.000375 10.0.0.41 - - [2026-03-19 03:34:31] "GET /virtual-machine/6d7c3091-163c-4514-8340-43cff755e207 HTTP/1.1" 200 1292 0.037127 10.0.0.41 - - [2026-03-19 03:34:31] "GET /virtual-machine-interface/c764ec23-21bd-4945-b6e2-73e39c61ca25 HTTP/1.1" 200 2949 0.005348 10.0.0.41 - - [2026-03-19 03:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.41 - - [2026-03-19 03:34:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003802 10.0.0.41 - - [2026-03-19 03:34:31] "GET /virtual-networks?parent_id=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003148 10.0.0.41 - - [2026-03-19 03:34:31] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006052 10.0.0.41 - - [2026-03-19 03:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.41 - - [2026-03-19 03:34:34] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005337 10.0.0.41 - - [2026-03-19 03:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.41 - - [2026-03-19 03:34:38] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005727 10.0.0.41 - - [2026-03-19 03:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.41 - - [2026-03-19 03:34:42] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006397 10.0.0.41 - - [2026-03-19 03:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.41 - - [2026-03-19 03:34:46] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005145 10.0.0.41 - - [2026-03-19 03:34:47] "GET /obj-perms HTTP/1.1" 200 5056 0.052921 10.0.0.242 - - [2026-03-19 03:34:47] "GET /obj-perms HTTP/1.1" 200 5056 0.058513 10.0.0.41 - - [2026-03-19 03:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.41 - - [2026-03-19 03:34:50] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005400 10.0.0.41 - - [2026-03-19 03:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.41 - - [2026-03-19 03:34:55] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005127 10.0.0.41 - - [2026-03-19 03:34:59] "POST /neutron/network HTTP/1.1" 200 835 0.008424 10.0.0.41 - - [2026-03-19 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.41 - - [2026-03-19 03:34:59] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005761 10.0.0.41 - - [2026-03-19 03:34:59] "POST /neutron/port HTTP/1.1" 200 117 0.000990 10.0.0.41 - - [2026-03-19 03:35:02] "POST /neutron/port HTTP/1.1" 200 1124 0.021932 10.0.0.41 - - [2026-03-19 03:35:03] "POST /neutron/subnet HTTP/1.1" 200 693 0.009312 10.0.0.41 - - [2026-03-19 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.41 - - [2026-03-19 03:35:03] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005759 10.0.0.41 - - [2026-03-19 03:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.41 - - [2026-03-19 03:35:07] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005692 10.0.0.41 - - [2026-03-19 03:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.41 - - [2026-03-19 03:35:11] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005732 10.0.0.41 - - [2026-03-19 03:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.41 - - [2026-03-19 03:35:15] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006197 10.0.0.41 - - [2026-03-19 03:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.41 - - [2026-03-19 03:35:19] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005368 10.0.0.41 - - [2026-03-19 03:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.41 - - [2026-03-19 03:35:21] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003916 10.0.0.41 - - [2026-03-19 03:35:21] "GET /virtual-networks?parent_id=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002937 10.0.0.41 - - [2026-03-19 03:35:21] "GET /virtual-network/fb573d9c-ff9d-4110-a82a-973af93fe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006335 10.0.0.41 - - [2026-03-19 03:35:21] "POST /neutron/port HTTP/1.1" 200 1124 0.016691 10.0.0.41 - - [2026-03-19 03:35:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012970 10.0.0.41 - - [2026-03-19 03:35:37] "POST /neutron/port HTTP/1.1" 200 1124 0.017358 10.0.0.41 - - [2026-03-19 03:35:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.033717 10.0.0.41 - - [2026-03-19 03:35:42] "POST /neutron/port HTTP/1.1" 200 1124 0.018100 10.0.0.41 - - [2026-03-19 03:35:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008109 10.0.0.41 - - [2026-03-19 03:35:58] "POST /neutron/port HTTP/1.1" 200 1124 0.017231 10.0.0.41 - - [2026-03-19 03:36:01] "POST /neutron/port HTTP/1.1" 200 1123 0.022552 10.0.0.41 - - [2026-03-19 03:36:01] "POST /neutron/subnet HTTP/1.1" 200 689 0.009701 10.0.0.41 - - [2026-03-19 03:36:02] "POST /neutron/port HTTP/1.1" 200 1124 0.019010 10.0.0.41 - - [2026-03-19 03:36:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005903 10.0.0.41 - - [2026-03-19 03:36:03] "POST /neutron/network HTTP/1.1" 200 826 0.007075 10.0.0.41 - - [2026-03-19 03:36:08] "POST /neutron/port HTTP/1.1" 200 1124 0.019014 10.0.0.41 - - [2026-03-19 03:36:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007616 10.0.0.41 - - [2026-03-19 03:36:18] "POST /neutron/port HTTP/1.1" 200 1123 0.019823 10.0.0.41 - - [2026-03-19 03:36:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007328 10.0.0.41 - - [2026-03-19 03:36:18] "GET /virtual-machine/9d517b54-03c3-4f29-a0a7-4cdf5d4a60dc HTTP/1.1" 200 1294 0.005855 10.0.0.41 - - [2026-03-19 03:36:19] "GET /virtual-machine-interface/6255dbe3-b60e-4357-ba5f-10b5a19ebe43 HTTP/1.1" 200 2948 0.007389 10.0.0.41 - - [2026-03-19 03:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.41 - - [2026-03-19 03:36:19] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003887 10.0.0.41 - - [2026-03-19 03:36:19] "GET /virtual-networks?parent_id=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002712 10.0.0.41 - - [2026-03-19 03:36:19] "GET /virtual-network/889aae6b-5f67-4020-a030-5fa369da6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006884 10.0.0.41 - - [2026-03-19 03:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.41 - - [2026-03-19 03:36:20] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004316 10.0.0.41 - - [2026-03-19 03:36:20] "GET /virtual-networks?parent_id=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002695 10.0.0.41 - - [2026-03-19 03:36:20] "GET /virtual-network/889aae6b-5f67-4020-a030-5fa369da6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005892 10.0.0.41 - - [2026-03-19 03:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.27 - - [2026-03-19 03:36:20] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000914 10.0.0.41 - - [2026-03-19 03:36:20] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042136 10.0.0.41 - - [2026-03-19 03:36:20] "GET /virtual-network/889aae6b-5f67-4020-a030-5fa369da6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008669 10.0.0.41 - - [2026-03-19 03:36:20] "GET /floating-ip-pools?parent_id=889aae6b-5f67-4020-a030-5fa369da6b82&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003805 10.0.0.41 - - [2026-03-19 03:36:20] "GET /virtual-network/889aae6b-5f67-4020-a030-5fa369da6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006548 10.0.0.41 - - [2026-03-19 03:36:20] "POST /floating-ip-pools HTTP/1.1" 200 598 0.030004 10.0.0.41 - - [2026-03-19 03:36:20] "POST /ref-update HTTP/1.1" 200 156 0.013817 10.0.0.41 - - [2026-03-19 03:36:20] "GET /virtual-network/889aae6b-5f67-4020-a030-5fa369da6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008943 10.0.0.41 - - [2026-03-19 03:36:20] "GET /virtual-network/889aae6b-5f67-4020-a030-5fa369da6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005157 10.0.0.41 - - [2026-03-19 03:36:21] "POST /neutron/floatingip HTTP/1.1" 200 528 0.009259 10.0.0.41 - - [2026-03-19 03:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.41 - - [2026-03-19 03:36:21] "GET /routing-instance/7cba86fb-18bf-408e-9267-e3090f6a27b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004628 10.0.0.41 - - [2026-03-19 03:36:21] "GET /route-target/6deec152-1e5d-4e4b-8f42-ae3357afd9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005280 10.0.0.41 - - [2026-03-19 03:36:49] "POST /neutron/floatingip HTTP/1.1" 200 574 0.018556 10.0.0.41 - - [2026-03-19 03:36:49] "POST /neutron/floatingip HTTP/1.1" 200 115 0.055562 10.0.0.41 - - [2026-03-19 03:36:49] "GET /floating-ip-pool/84345d75-ab3d-4ccf-a104-1f5fb1cd9d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1183 0.004286 10.0.0.41 - - [2026-03-19 03:36:49] "POST /ref-update HTTP/1.1" 200 156 0.017924 10.0.0.41 - - [2026-03-19 03:36:49] "DELETE /floating-ip-pool/84345d75-ab3d-4ccf-a104-1f5fb1cd9d2f HTTP/1.1" 200 115 0.030225 10.0.0.41 - - [2026-03-19 03:36:50] "POST /neutron/port HTTP/1.1" 200 1123 0.017864 10.0.0.41 - - [2026-03-19 03:36:50] "POST /neutron/port HTTP/1.1" 200 1114 0.017143 10.0.0.41 - - [2026-03-19 03:36:51] "POST /neutron/network HTTP/1.1" 200 826 0.008255 10.0.0.27 - - [2026-03-19 03:36:51] "DELETE /route-target/075322ad-7425-4318-863f-c5eb1cb4cebe HTTP/1.1" 200 115 0.083845 10.0.0.27 - - [2026-03-19 03:36:52] "POST /useragent-kv HTTP/1.1" 200 115 0.060731 10.0.0.27 - - [2026-03-19 03:36:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002744 10.0.0.41 - - [2026-03-19 03:36:52] "POST /neutron/network HTTP/1.1" 200 151 0.183187 10.0.0.27 - - [2026-03-19 03:36:53] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000900 10.0.0.41 - - [2026-03-19 03:36:53] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.043474 10.0.0.27 - - [2026-03-19 03:36:53] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000863 10.0.0.41 - - [2026-03-19 03:36:53] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?fields=virtual_networks HTTP/1.1" 200 1033 0.038969 10.0.0.27 - - [2026-03-19 03:36:53] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.41 - - [2026-03-19 03:36:53] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.038281 10.0.0.27 - - [2026-03-19 03:36:54] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000870 10.0.0.41 - - [2026-03-19 03:36:54] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?fields=security_groups HTTP/1.1" 200 1260 0.038125 10.0.0.41 - - [2026-03-19 03:36:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.034416 10.0.0.27 - - [2026-03-19 03:36:55] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002740 10.0.0.27 - - [2026-03-19 03:36:55] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.27 - - [2026-03-19 03:36:55] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035754 10.0.0.27 - - [2026-03-19 03:36:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.003042 10.0.0.27 - - [2026-03-19 03:36:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.003912 10.0.0.27 - - [2026-03-19 03:36:55] "POST /security-groups HTTP/1.1" 200 591 0.077260 10.0.0.27 - - [2026-03-19 03:36:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.003973 10.0.0.27 - - [2026-03-19 03:36:55] "POST /projects HTTP/1.1" 200 585 0.291566 10.0.0.27 - - [2026-03-19 03:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.368168 10.0.0.27 - - [2026-03-19 03:36:55] "POST /access-control-lists HTTP/1.1" 200 594 0.027889 10.0.0.41 - - [2026-03-19 03:36:55] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.549613 10.0.0.41 - - [2026-03-19 03:36:56] "GET / HTTP/1.1" 200 35931 0.001456 10.0.0.41 - - [2026-03-19 03:36:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.41 - - [2026-03-19 03:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.061550 10.0.0.27 - - [2026-03-19 03:36:58] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000851 10.0.0.41 - - [2026-03-19 03:36:58] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.045527 10.0.0.27 - - [2026-03-19 03:36:59] "POST /useragent-kv HTTP/1.1" 200 115 0.010862 10.0.0.41 - - [2026-03-19 03:36:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.231120 10.0.0.41 - - [2026-03-19 03:36:59] "POST /id-to-fqname HTTP/1.1" 200 230 0.001128 10.0.0.41 - - [2026-03-19 03:36:59] "GET /virtual-network/3f0d496c-f15f-45a5-81dc-55e8503d0418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009277 10.0.0.41 - - [2026-03-19 03:36:59] "GET /virtual-network/3f0d496c-f15f-45a5-81dc-55e8503d0418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005515 10.0.0.41 - - [2026-03-19 03:36:59] "POST /neutron/network HTTP/1.1" 200 839 0.008913 10.0.0.41 - - [2026-03-19 03:36:59] "POST /id-to-fqname HTTP/1.1" 200 230 0.001218 10.0.0.41 - - [2026-03-19 03:36:59] "POST /neutron/network HTTP/1.1" 200 849 0.006224 10.0.0.27 - - [2026-03-19 03:37:00] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.41 - - [2026-03-19 03:37:00] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.085477 10.0.0.41 - - [2026-03-19 03:37:01] "POST /neutron/port HTTP/1.1" 200 117 0.008848 10.0.0.41 - - [2026-03-19 03:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.41 - - [2026-03-19 03:37:01] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005040 10.0.0.41 - - [2026-03-19 03:37:01] "PUT /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475 HTTP/1.1" 200 276 0.013480 10.0.0.27 - - [2026-03-19 03:37:01] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001407 10.0.0.27 - - [2026-03-19 03:37:02] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003244 10.0.0.27 - - [2026-03-19 03:37:02] "DELETE /project/8570a79677c1431bab7d386656cb948e HTTP/1.1" 404 173 0.016623 10.0.0.27 - - [2026-03-19 03:37:02] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.063649 10.0.0.27 - - [2026-03-19 03:37:02] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003793 10.0.0.27 - - [2026-03-19 03:37:02] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?fields=security_groups HTTP/1.1" 200 1365 0.067489 10.0.0.41 - - [2026-03-19 03:37:02] "POST /neutron/port HTTP/1.1" 200 1055 0.394346 10.0.0.27 - - [2026-03-19 03:37:02] "DELETE /security-group/02965d2c-e72e-4d66-a33f-97124692a5fc HTTP/1.1" 200 115 0.073333 10.0.0.27 - - [2026-03-19 03:37:02] "GET /projects?obj_uuids=737f56bd-cf3b-442a-b493-0fe27bb132b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001300 10.0.0.27 - - [2026-03-19 03:37:02] "DELETE /access-control-list/07b2df20-d50b-47d3-bcd4-d2a326ce975c HTTP/1.1" 200 115 0.043098 10.0.0.27 - - [2026-03-19 03:37:02] "GET /project/737f56bd-cf3b-442a-b493-0fe27bb132b8?fields=application_policy_sets HTTP/1.1" 200 1404 0.046885 10.0.0.41 - - [2026-03-19 03:37:02] "POST /neutron/port HTTP/1.1" 200 1109 0.143097 10.0.0.27 - - [2026-03-19 03:37:02] "DELETE /project/737f56bd-cf3b-442a-b493-0fe27bb132b8 HTTP/1.1" 200 115 0.528445 10.0.0.41 - - [2026-03-19 03:37:02] "POST /neutron/subnet HTTP/1.1" 200 675 0.008171 10.0.0.41 - - [2026-03-19 03:37:06] "POST /neutron/port HTTP/1.1" 200 1119 0.016815 10.0.0.41 - - [2026-03-19 03:37:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008896 10.0.0.41 - - [2026-03-19 03:37:06] "GET /virtual-machine/254d0a4a-fb3e-4a1c-b19e-62b8c6ce535d HTTP/1.1" 401 292 0.000418 10.0.0.41 - - [2026-03-19 03:37:07] "GET /virtual-machine/254d0a4a-fb3e-4a1c-b19e-62b8c6ce535d HTTP/1.1" 200 1292 0.043555 10.0.0.41 - - [2026-03-19 03:37:07] "GET /virtual-machine-interface/2e9a518b-c81c-4188-b533-b7cb335be5d8 HTTP/1.1" 200 2970 0.005475 10.0.0.41 - - [2026-03-19 03:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.41 - - [2026-03-19 03:37:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003937 10.0.0.41 - - [2026-03-19 03:37:07] "GET /virtual-networks?parent_id=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.013825 10.0.0.41 - - [2026-03-19 03:37:07] "GET /virtual-network/3f0d496c-f15f-45a5-81dc-55e8503d0418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006724 10.0.0.41 - - [2026-03-19 03:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.41 - - [2026-03-19 03:37:10] "GET /virtual-network/3f0d496c-f15f-45a5-81dc-55e8503d0418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005501 10.0.0.41 - - [2026-03-19 03:37:11] "POST /neutron/port HTTP/1.1" 200 1119 0.019439 10.0.0.41 - - [2026-03-19 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.41 - - [2026-03-19 03:37:12] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003807 10.0.0.41 - - [2026-03-19 03:37:12] "GET /virtual-networks?parent_id=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002609 10.0.0.41 - - [2026-03-19 03:37:12] "GET /virtual-network/3f0d496c-f15f-45a5-81dc-55e8503d0418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005688 10.0.0.41 - - [2026-03-19 03:37:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007230 10.0.0.41 - - [2026-03-19 03:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.41 - - [2026-03-19 03:37:19] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003466 10.0.0.41 - - [2026-03-19 03:37:19] "PUT /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475 HTTP/1.1" 200 276 0.011228 10.0.0.41 - - [2026-03-19 03:37:20] "POST /neutron/port HTTP/1.1" 200 1119 0.016723 10.0.0.41 - - [2026-03-19 03:37:21] "POST /neutron/network HTTP/1.1" 200 839 0.007478 10.0.0.27 - - [2026-03-19 03:37:21] "DELETE /route-target/7703ef71-372f-47e3-b1e7-425cbae9487b HTTP/1.1" 200 115 0.025447 10.0.0.41 - - [2026-03-19 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.27 - - [2026-03-19 03:37:24] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000818 10.0.0.41 - - [2026-03-19 03:37:24] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.045789 10.0.0.27 - - [2026-03-19 03:37:24] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000883 10.0.0.41 - - [2026-03-19 03:37:25] "POST /neutron/network HTTP/1.1" 200 605 0.137344 10.0.0.41 - - [2026-03-19 03:37:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.004218 10.0.0.41 - - [2026-03-19 03:37:25] "GET /virtual-network/3ed37d9a-0a0d-4849-822e-a73a80f32f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.013119 10.0.0.41 - - [2026-03-19 03:37:25] "POST /neutron/network HTTP/1.1" 200 822 0.009771 10.0.0.41 - - [2026-03-19 03:37:25] "GET /virtual-network/3ed37d9a-0a0d-4849-822e-a73a80f32f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.009593 10.0.0.41 - - [2026-03-19 03:37:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001277 10.0.0.41 - - [2026-03-19 03:37:25] "POST /neutron/network HTTP/1.1" 200 832 0.012071 10.0.0.27 - - [2026-03-19 03:37:26] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.41 - - [2026-03-19 03:37:26] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.115702 10.0.0.41 - - [2026-03-19 03:37:26] "POST /neutron/port HTTP/1.1" 200 117 0.005808 10.0.0.27 - - [2026-03-19 03:37:27] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001240 10.0.0.41 - - [2026-03-19 03:37:27] "POST /neutron/port HTTP/1.1" 200 1058 0.324757 10.0.0.41 - - [2026-03-19 03:37:27] "POST /neutron/port HTTP/1.1" 200 1112 0.165679 10.0.0.41 - - [2026-03-19 03:37:27] "POST /neutron/subnet HTTP/1.1" 200 689 0.008499 10.0.0.41 - - [2026-03-19 03:37:31] "POST /neutron/port HTTP/1.1" 200 1122 0.018406 10.0.0.41 - - [2026-03-19 03:37:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007223 10.0.0.41 - - [2026-03-19 03:37:32] "GET /virtual-machine/b626e592-4db9-4738-af2e-82fb83f670c2 HTTP/1.1" 200 1293 0.005515 10.0.0.41 - - [2026-03-19 03:37:32] "GET /virtual-machine-interface/5f05e673-443c-45fe-927b-8efc44442ffb HTTP/1.1" 200 2940 0.005271 10.0.0.41 - - [2026-03-19 03:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.41 - - [2026-03-19 03:37:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003942 10.0.0.41 - - [2026-03-19 03:37:32] "GET /virtual-networks?parent_id=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002938 10.0.0.41 - - [2026-03-19 03:37:32] "GET /virtual-network/3ed37d9a-0a0d-4849-822e-a73a80f32f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005615 10.0.0.41 - - [2026-03-19 03:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.41 - - [2026-03-19 03:37:35] "GET /virtual-network/3ed37d9a-0a0d-4849-822e-a73a80f32f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005705 10.0.0.41 - - [2026-03-19 03:37:36] "POST /neutron/port HTTP/1.1" 200 1122 0.017618 10.0.0.41 - - [2026-03-19 03:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.41 - - [2026-03-19 03:37:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003637 10.0.0.41 - - [2026-03-19 03:37:39] "GET /virtual-networks?parent_id=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005246 10.0.0.41 - - [2026-03-19 03:37:39] "GET /virtual-network/3ed37d9a-0a0d-4849-822e-a73a80f32f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005314 10.0.0.41 - - [2026-03-19 03:37:41] "POST /neutron/network HTTP/1.1" 400 204 0.014730 10.0.0.41 - - [2026-03-19 03:37:42] "POST /neutron/port HTTP/1.1" 200 151 0.176906 10.0.0.27 - - [2026-03-19 03:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.41 - - [2026-03-19 03:37:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003526 10.0.0.41 - - [2026-03-19 03:37:46] "POST /network-ipams HTTP/1.1" 200 541 0.028951 10.0.0.41 - - [2026-03-19 03:37:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004066 10.0.0.41 - - [2026-03-19 03:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.41 - - [2026-03-19 03:37:46] "GET /network-ipam/efd8d3a4-94ab-446a-86d9-24e48436595c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.006522 10.0.0.41 - - [2026-03-19 03:37:46] "PUT /network-ipam/efd8d3a4-94ab-446a-86d9-24e48436595c HTTP/1.1" 200 258 0.012865 10.0.0.41 - - [2026-03-19 03:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.27 - - [2026-03-19 03:37:46] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001347 10.0.0.41 - - [2026-03-19 03:37:46] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.049534 10.0.0.41 - - [2026-03-19 03:37:46] "POST /neutron/network HTTP/1.1" 200 117 0.012131 10.0.0.27 - - [2026-03-19 03:37:46] "POST /ref-update HTTP/1.1" 200 156 0.032539 10.0.0.27 - - [2026-03-19 03:37:47] "POST /useragent-kv HTTP/1.1" 200 115 0.014530 10.0.0.41 - - [2026-03-19 03:37:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.230224 10.0.0.41 - - [2026-03-19 03:37:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001271 10.0.0.41 - - [2026-03-19 03:37:47] "GET /virtual-network/632f1c4e-2144-4879-b4b6-32383dbdc342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008622 10.0.0.41 - - [2026-03-19 03:37:47] "GET /virtual-network/632f1c4e-2144-4879-b4b6-32383dbdc342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006219 10.0.0.41 - - [2026-03-19 03:37:47] "POST /neutron/network HTTP/1.1" 200 994 0.010043 10.0.0.41 - - [2026-03-19 03:37:47] "POST /neutron/network HTTP/1.1" 200 994 0.008749 10.0.0.27 - - [2026-03-19 03:37:47] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001231 10.0.0.41 - - [2026-03-19 03:37:47] "POST /neutron/port HTTP/1.1" 200 1017 0.230091 10.0.0.41 - - [2026-03-19 03:37:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001282 10.0.0.41 - - [2026-03-19 03:37:48] "POST /neutron/port HTTP/1.1" 200 1017 0.049591 10.0.0.41 - - [2026-03-19 03:37:48] "POST /neutron/port HTTP/1.1" 200 117 0.006783 10.0.0.41 - - [2026-03-19 03:37:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001331 10.0.0.41 - - [2026-03-19 03:37:48] "POST /neutron/port HTTP/1.1" 200 117 0.006746 10.0.0.41 - - [2026-03-19 03:37:48] "POST /neutron/network HTTP/1.1" 200 994 0.009847 10.0.0.41 - - [2026-03-19 03:37:49] "POST /neutron/port HTTP/1.1" 200 1017 0.011984 10.0.0.41 - - [2026-03-19 03:37:49] "POST /neutron/port HTTP/1.1" 200 1017 0.013606 10.0.0.41 - - [2026-03-19 03:37:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001898 10.0.0.41 - - [2026-03-19 03:37:49] "POST /neutron/port HTTP/1.1" 200 1109 0.170109 10.0.0.41 - - [2026-03-19 03:37:49] "POST /neutron/port HTTP/1.1" 200 1119 0.020825 10.0.0.41 - - [2026-03-19 03:37:49] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.41 - - [2026-03-19 03:37:49] "POST /neutron/port HTTP/1.1" 200 1017 0.017534 10.0.0.41 - - [2026-03-19 03:37:49] "POST /neutron/port HTTP/1.1" 200 1017 0.017486 10.0.0.41 - - [2026-03-19 03:37:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004166 10.0.0.41 - - [2026-03-19 03:37:50] "POST /neutron/network HTTP/1.1" 200 994 0.008684 10.0.0.27 - - [2026-03-19 03:37:50] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.41 - - [2026-03-19 03:37:50] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.123830 10.0.0.41 - - [2026-03-19 03:37:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007304 10.0.0.41 - - [2026-03-19 03:37:51] "GET /virtual-network/632f1c4e-2144-4879-b4b6-32383dbdc342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005592 10.0.0.27 - - [2026-03-19 03:37:51] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.41 - - [2026-03-19 03:37:51] "POST /neutron/port HTTP/1.1" 200 1055 0.361467 10.0.0.41 - - [2026-03-19 03:37:52] "POST /neutron/port HTTP/1.1" 200 1109 0.132858 10.0.0.41 - - [2026-03-19 03:37:52] "GET /obj-perms HTTP/1.1" 200 5030 0.083313 10.0.0.41 - - [2026-03-19 03:37:52] "POST /neutron/subnet HTTP/1.1" 200 673 0.013293 10.0.0.242 - - [2026-03-19 03:37:52] "GET /obj-perms HTTP/1.1" 200 5030 0.061023 10.0.0.27 - - [2026-03-19 03:37:52] "GET /obj-perms HTTP/1.1" 200 5030 0.080164 10.0.0.41 - - [2026-03-19 03:37:53] "POST /neutron/port HTTP/1.1" 200 1119 0.019833 10.0.0.41 - - [2026-03-19 03:37:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006975 10.0.0.41 - - [2026-03-19 03:37:53] "GET /virtual-machine/5bd56420-d240-40e5-a492-19f1d2906180 HTTP/1.1" 200 1288 0.006192 10.0.0.41 - - [2026-03-19 03:37:53] "GET /virtual-machine-interface/78e8de82-aaee-4d61-b845-f5307b99c6d6 HTTP/1.1" 200 2940 0.005163 10.0.0.41 - - [2026-03-19 03:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.41 - - [2026-03-19 03:37:53] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003490 10.0.0.41 - - [2026-03-19 03:37:53] "GET /virtual-networks?parent_id=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003125 10.0.0.41 - - [2026-03-19 03:37:53] "GET /virtual-network/632f1c4e-2144-4879-b4b6-32383dbdc342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007377 10.0.0.41 - - [2026-03-19 03:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.41 - - [2026-03-19 03:37:56] "GET /virtual-network/632f1c4e-2144-4879-b4b6-32383dbdc342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006165 10.0.0.41 - - [2026-03-19 03:37:59] "POST /neutron/port HTTP/1.1" 200 1119 0.021827 10.0.0.41 - - [2026-03-19 03:38:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007411 10.0.0.41 - - [2026-03-19 03:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.41 - - [2026-03-19 03:38:00] "GET /virtual-network/632f1c4e-2144-4879-b4b6-32383dbdc342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006523 10.0.0.41 - - [2026-03-19 03:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.41 - - [2026-03-19 03:38:02] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004370 10.0.0.41 - - [2026-03-19 03:38:02] "GET /virtual-networks?parent_id=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003278 10.0.0.41 - - [2026-03-19 03:38:02] "GET /virtual-network/632f1c4e-2144-4879-b4b6-32383dbdc342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006647 10.0.0.41 - - [2026-03-19 03:38:03] "POST /neutron/port HTTP/1.1" 200 1119 0.054826 10.0.0.41 - - [2026-03-19 03:38:03] "POST /neutron/port HTTP/1.1" 200 1119 0.025635 10.0.0.41 - - [2026-03-19 03:38:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007916 10.0.0.41 - - [2026-03-19 03:38:03] "POST /neutron/subnet HTTP/1.1" 200 673 0.014569 10.0.0.41 - - [2026-03-19 03:38:03] "GET /virtual-machine/5f07b63a-acb7-4f88-92d4-30ccb06cde60 HTTP/1.1" 200 1288 0.004532 10.0.0.41 - - [2026-03-19 03:38:03] "GET /virtual-machine-interface/50111ea3-b5a4-4c7d-a1bb-b2ae3adb821d HTTP/1.1" 200 2940 0.009407 10.0.0.41 - - [2026-03-19 03:38:03] "POST /neutron/network HTTP/1.1" 200 994 0.009427 10.0.0.41 - - [2026-03-19 03:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.41 - - [2026-03-19 03:38:03] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003763 10.0.0.41 - - [2026-03-19 03:38:03] "GET /virtual-networks?parent_id=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003263 10.0.0.41 - - [2026-03-19 03:38:03] "GET /virtual-network/632f1c4e-2144-4879-b4b6-32383dbdc342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006907 10.0.0.41 - - [2026-03-19 03:38:04] "POST /neutron/network HTTP/1.1" 200 1004 0.006703 10.0.0.41 - - [2026-03-19 03:38:04] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.41 - - [2026-03-19 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.41 - - [2026-03-19 03:38:04] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003341 10.0.0.41 - - [2026-03-19 03:38:04] "GET /virtual-networks?parent_id=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002718 10.0.0.41 - - [2026-03-19 03:38:04] "GET /virtual-network/632f1c4e-2144-4879-b4b6-32383dbdc342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006162 10.0.0.41 - - [2026-03-19 03:38:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008278 10.0.0.41 - - [2026-03-19 03:38:04] "POST /neutron/port HTTP/1.1" 200 1119 0.018042 10.0.0.41 - - [2026-03-19 03:38:04] "GET /virtual-machine/1f5db1f7-61d6-46c9-8b98-d2d81e0acfce HTTP/1.1" 200 1292 0.006272 10.0.0.41 - - [2026-03-19 03:38:04] "GET /virtual-machine-interface/af2cefb7-0b3a-461a-9c63-6f27ba147cc2 HTTP/1.1" 200 2941 0.005918 10.0.0.41 - - [2026-03-19 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.41 - - [2026-03-19 03:38:04] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003434 10.0.0.41 - - [2026-03-19 03:38:05] "GET /virtual-networks?parent_id=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003261 10.0.0.41 - - [2026-03-19 03:38:05] "GET /virtual-network/632f1c4e-2144-4879-b4b6-32383dbdc342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006192 10.0.0.41 - - [2026-03-19 03:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.41 - - [2026-03-19 03:38:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003629 10.0.0.41 - - [2026-03-19 03:38:06] "GET /virtual-networks?parent_id=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003498 10.0.0.41 - - [2026-03-19 03:38:06] "GET /virtual-network/632f1c4e-2144-4879-b4b6-32383dbdc342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005909 10.0.0.41 - - [2026-03-19 03:38:22] "POST /neutron/port HTTP/1.1" 200 1109 0.014907 10.0.0.41 - - [2026-03-19 03:38:22] "POST /neutron/port HTTP/1.1" 200 1119 0.020350 10.0.0.41 - - [2026-03-19 03:38:22] "POST /neutron/port HTTP/1.1" 200 1109 0.013982 10.0.0.27 - - [2026-03-19 03:38:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004952 10.0.0.27 - - [2026-03-19 03:38:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004959 10.0.0.27 - - [2026-03-19 03:38:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003140 10.0.0.27 - - [2026-03-19 03:38:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006575 10.0.0.41 - - [2026-03-19 03:38:23] "POST /neutron/network HTTP/1.1" 200 151 0.181623 10.0.0.41 - - [2026-03-19 03:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.41 - - [2026-03-19 03:38:23] "DELETE /network-ipam/efd8d3a4-94ab-446a-86d9-24e48436595c HTTP/1.1" 200 115 0.039635 10.0.0.41 - - [2026-03-19 03:38:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.003984 10.0.0.27 - - [2026-03-19 03:38:24] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.41 - - [2026-03-19 03:38:24] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.044500 10.0.0.27 - - [2026-03-19 03:38:24] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.41 - - [2026-03-19 03:38:24] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?fields=virtual_networks HTTP/1.1" 200 1031 0.062251 10.0.0.27 - - [2026-03-19 03:38:25] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201 10.0.0.41 - - [2026-03-19 03:38:25] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.039694 10.0.0.27 - - [2026-03-19 03:38:25] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.41 - - [2026-03-19 03:38:25] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?fields=security_groups HTTP/1.1" 200 1257 0.044439 10.0.0.41 - - [2026-03-19 03:38:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.063289 10.0.0.27 - - [2026-03-19 03:38:26] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003021 10.0.0.27 - - [2026-03-19 03:38:26] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.27 - - [2026-03-19 03:38:26] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006308 10.0.0.27 - - [2026-03-19 03:38:26] "POST /id-to-fqname HTTP/1.1" 200 198 0.005496 10.0.0.27 - - [2026-03-19 03:38:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.009235 10.0.0.27 - - [2026-03-19 03:38:26] "POST /security-groups HTTP/1.1" 200 599 0.044306 10.0.0.27 - - [2026-03-19 03:38:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.003025 10.0.0.27 - - [2026-03-19 03:38:26] "POST /projects HTTP/1.1" 200 601 0.286657 10.0.0.27 - - [2026-03-19 03:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.362553 10.0.0.41 - - [2026-03-19 03:38:26] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.499515 10.0.0.27 - - [2026-03-19 03:38:26] "POST /access-control-lists HTTP/1.1" 200 602 0.047662 10.0.0.41 - - [2026-03-19 03:38:27] "POST /neutron/port HTTP/1.1" 200 117 0.010733 10.0.0.41 - - [2026-03-19 03:38:28] "GET / HTTP/1.1" 200 35931 0.002000 10.0.0.41 - - [2026-03-19 03:38:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000673 10.0.0.41 - - [2026-03-19 03:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.075011 10.0.0.27 - - [2026-03-19 03:38:30] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.41 - - [2026-03-19 03:38:30] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045312 10.0.0.27 - - [2026-03-19 03:38:30] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.41 - - [2026-03-19 03:38:30] "POST /neutron/network HTTP/1.1" 200 613 0.156718 10.0.0.41 - - [2026-03-19 03:38:31] "POST /neutron/network HTTP/1.1" 200 1006 0.009646 10.0.0.41 - - [2026-03-19 03:38:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.001028 10.0.0.41 - - [2026-03-19 03:38:31] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005700 10.0.0.41 - - [2026-03-19 03:38:31] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008267 10.0.0.41 - - [2026-03-19 03:38:31] "POST /neutron/subnet HTTP/1.1" 200 828 0.008900 10.0.0.41 - - [2026-03-19 03:38:31] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007133 10.0.0.41 - - [2026-03-19 03:38:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.001232 10.0.0.27 - - [2026-03-19 03:38:34] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.41 - - [2026-03-19 03:38:34] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.070248 10.0.0.41 - - [2026-03-19 03:38:34] "POST /neutron/network HTTP/1.1" 200 1006 0.015618 10.0.0.41 - - [2026-03-19 03:38:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001184 10.0.0.41 - - [2026-03-19 03:38:34] "POST /neutron/port HTTP/1.1" 200 117 0.006391 10.0.0.27 - - [2026-03-19 03:38:34] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.41 - - [2026-03-19 03:38:35] "POST /neutron/port HTTP/1.1" 200 1175 0.351374 10.0.0.27 - - [2026-03-19 03:38:35] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.41 - - [2026-03-19 03:38:35] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.107463 10.0.0.41 - - [2026-03-19 03:38:35] "POST /neutron/port HTTP/1.1" 200 1229 0.148301 10.0.0.41 - - [2026-03-19 03:38:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004268 10.0.0.41 - - [2026-03-19 03:38:35] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.41 - - [2026-03-19 03:38:35] "POST /neutron/network HTTP/1.1" 200 1006 0.008417 10.0.0.41 - - [2026-03-19 03:38:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001328 10.0.0.41 - - [2026-03-19 03:38:35] "POST /neutron/port HTTP/1.1" 200 1239 0.018944 10.0.0.41 - - [2026-03-19 03:38:36] "POST /neutron/network HTTP/1.1" 200 1016 0.007165 10.0.0.41 - - [2026-03-19 03:38:36] "POST /neutron/port HTTP/1.1" 200 1175 0.022259 10.0.0.41 - - [2026-03-19 03:38:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004244 10.0.0.41 - - [2026-03-19 03:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.27 - - [2026-03-19 03:38:37] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001313 10.0.0.41 - - [2026-03-19 03:38:37] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.071845 10.0.0.41 - - [2026-03-19 03:38:37] "POST /neutron/network HTTP/1.1" 200 1006 0.013685 10.0.0.41 - - [2026-03-19 03:38:37] "POST /neutron/port HTTP/1.1" 200 117 0.007131 10.0.0.41 - - [2026-03-19 03:38:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001211 10.0.0.41 - - [2026-03-19 03:38:37] "POST /neutron/network HTTP/1.1" 200 1016 0.007746 10.0.0.41 - - [2026-03-19 03:38:38] "POST /neutron/port HTTP/1.1" 200 1175 0.025496 10.0.0.41 - - [2026-03-19 03:38:38] "POST /neutron/port HTTP/1.1" 200 1239 0.016868 10.0.0.41 - - [2026-03-19 03:38:38] "POST /neutron/subnet HTTP/1.1" 200 1385 0.025917 10.0.0.41 - - [2026-03-19 03:38:38] "POST /neutron/network HTTP/1.1" 200 1006 0.012262 10.0.0.27 - - [2026-03-19 03:38:38] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.41 - - [2026-03-19 03:38:38] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.106653 10.0.0.41 - - [2026-03-19 03:38:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009083 10.0.0.41 - - [2026-03-19 03:38:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007246 10.0.0.41 - - [2026-03-19 03:38:39] "POST /neutron/port HTTP/1.1" 200 1239 0.017351 10.0.0.41 - - [2026-03-19 03:38:39] "GET /virtual-machine/e42a3c24-70af-4afc-b90e-1c56dda60a70 HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-03-19 03:38:39] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.41 - - [2026-03-19 03:38:39] "POST /neutron/port HTTP/1.1" 200 1175 0.296181 10.0.0.41 - - [2026-03-19 03:38:39] "GET /virtual-machine/e42a3c24-70af-4afc-b90e-1c56dda60a70 HTTP/1.1" 200 1301 0.042254 10.0.0.41 - - [2026-03-19 03:38:39] "GET /virtual-machine-interface/4ad07f14-ebb6-4751-8284-adbf7bebe10b HTTP/1.1" 200 3173 0.005011 10.0.0.41 - - [2026-03-19 03:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.41 - - [2026-03-19 03:38:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002733 10.0.0.41 - - [2026-03-19 03:38:39] "GET /virtual-networks?parent_id=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002211 10.0.0.41 - - [2026-03-19 03:38:39] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007812 10.0.0.41 - - [2026-03-19 03:38:39] "POST /neutron/port HTTP/1.1" 200 1229 0.109614 10.0.0.41 - - [2026-03-19 03:38:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003955 10.0.0.41 - - [2026-03-19 03:38:40] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.41 - - [2026-03-19 03:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.41 - - [2026-03-19 03:38:43] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005594 10.0.0.41 - - [2026-03-19 03:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.41 - - [2026-03-19 03:38:47] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005508 10.0.0.41 - - [2026-03-19 03:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005070 10.0.0.41 - - [2026-03-19 03:38:51] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005404 10.0.0.27 - - [2026-03-19 03:38:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2026-03-19 03:38:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.242 - - [2026-03-19 03:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000817 10.0.0.242 - - [2026-03-19 03:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2026-03-19 03:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2026-03-19 03:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.242 - - [2026-03-19 03:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.242 - - [2026-03-19 03:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.41 - - [2026-03-19 03:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.41 - - [2026-03-19 03:38:55] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005312 10.0.0.41 - - [2026-03-19 03:38:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.41 - - [2026-03-19 03:38:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2026-03-19 03:38:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.41 - - [2026-03-19 03:38:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.41 - - [2026-03-19 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.41 - - [2026-03-19 03:38:59] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005270 10.0.0.27 - - [2026-03-19 03:39:02] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000844 10.0.0.27 - - [2026-03-19 03:39:02] "DELETE /project/ef8f000ce17a4acb86fa510ebaa78294 HTTP/1.1" 404 173 0.006549 10.0.0.27 - - [2026-03-19 03:39:02] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.059603 10.0.0.27 - - [2026-03-19 03:39:02] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000877 10.0.0.27 - - [2026-03-19 03:39:02] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?fields=security_groups HTTP/1.1" 200 1362 0.044561 10.0.0.27 - - [2026-03-19 03:39:02] "DELETE /security-group/784a72da-69e8-4526-826b-d4b9153622c8 HTTP/1.1" 200 115 0.070516 10.0.0.27 - - [2026-03-19 03:39:02] "GET /projects?obj_uuids=8570a796-77c1-431b-ab7d-386656cb948e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000821 10.0.0.27 - - [2026-03-19 03:39:02] "DELETE /access-control-list/47c126e2-c4c7-4f3d-be87-b410e5f7c701 HTTP/1.1" 200 115 0.042163 10.0.0.27 - - [2026-03-19 03:39:02] "GET /project/8570a796-77c1-431b-ab7d-386656cb948e?fields=application_policy_sets HTTP/1.1" 200 1401 0.056224 10.0.0.27 - - [2026-03-19 03:39:03] "DELETE /project/8570a796-77c1-431b-ab7d-386656cb948e HTTP/1.1" 200 115 0.466887 10.0.0.41 - - [2026-03-19 03:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.41 - - [2026-03-19 03:39:03] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005020 10.0.0.41 - - [2026-03-19 03:39:05] "POST /neutron/port HTTP/1.1" 200 1239 0.016373 10.0.0.41 - - [2026-03-19 03:39:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004866 10.0.0.41 - - [2026-03-19 03:39:05] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.41 - - [2026-03-19 03:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.41 - - [2026-03-19 03:39:07] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006441 10.0.0.41 - - [2026-03-19 03:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.41 - - [2026-03-19 03:39:11] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005587 10.0.0.41 - - [2026-03-19 03:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.41 - - [2026-03-19 03:39:15] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005615 10.0.0.41 - - [2026-03-19 03:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.41 - - [2026-03-19 03:39:19] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005721 10.0.0.41 - - [2026-03-19 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.41 - - [2026-03-19 03:39:23] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006747 10.0.0.41 - - [2026-03-19 03:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.41 - - [2026-03-19 03:39:28] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005599 10.0.0.41 - - [2026-03-19 03:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.41 - - [2026-03-19 03:39:32] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005911 10.0.0.41 - - [2026-03-19 03:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.41 - - [2026-03-19 03:39:34] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004059 10.0.0.41 - - [2026-03-19 03:39:34] "GET /virtual-networks?parent_id=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003404 10.0.0.41 - - [2026-03-19 03:39:34] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005795 10.0.0.41 - - [2026-03-19 03:39:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008896 10.0.0.41 - - [2026-03-19 03:39:39] "POST /neutron/port HTTP/1.1" 200 1239 0.026414 10.0.0.41 - - [2026-03-19 03:39:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008440 10.0.0.41 - - [2026-03-19 03:39:45] "POST /neutron/port HTTP/1.1" 200 1239 0.021265 10.0.0.41 - - [2026-03-19 03:39:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006458 10.0.0.27 - - [2026-03-19 03:39:51] "GET /obj-perms HTTP/1.1" 200 5056 0.096481 10.0.0.41 - - [2026-03-19 03:39:55] "POST /neutron/port HTTP/1.1" 200 1239 0.017877 10.0.0.41 - - [2026-03-19 03:40:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007626 10.0.0.41 - - [2026-03-19 03:40:00] "POST /neutron/port HTTP/1.1" 200 1239 0.017051 10.0.0.41 - - [2026-03-19 03:40:00] "GET /virtual-machine/9644535c-dd24-4dbf-a153-1d5bee7a859d HTTP/1.1" 200 1301 0.005818 10.0.0.41 - - [2026-03-19 03:40:00] "GET /virtual-machine-interface/59e4ba84-6012-4330-9666-8434e16db698 HTTP/1.1" 200 3174 0.005788 10.0.0.41 - - [2026-03-19 03:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.41 - - [2026-03-19 03:40:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004177 10.0.0.41 - - [2026-03-19 03:40:00] "GET /virtual-networks?parent_id=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004834 10.0.0.41 - - [2026-03-19 03:40:00] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006069 10.0.0.41 - - [2026-03-19 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.41 - - [2026-03-19 03:40:01] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003996 10.0.0.41 - - [2026-03-19 03:40:01] "GET /virtual-networks?parent_id=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003170 10.0.0.41 - - [2026-03-19 03:40:01] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007042 10.0.0.41 - - [2026-03-19 03:40:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007351 10.0.0.41 - - [2026-03-19 03:40:02] "POST /neutron/port HTTP/1.1" 200 1239 0.018779 10.0.0.41 - - [2026-03-19 03:40:02] "GET /virtual-machine/61fe9f32-1ae1-4bfd-ac7d-e5a4f4c004b9 HTTP/1.1" 200 1300 0.005787 10.0.0.41 - - [2026-03-19 03:40:02] "GET /virtual-machine-interface/e92c8e52-a0b5-4e5f-9b6a-570956686001 HTTP/1.1" 200 3175 0.005587 10.0.0.41 - - [2026-03-19 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.41 - - [2026-03-19 03:40:02] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003213 10.0.0.41 - - [2026-03-19 03:40:02] "GET /virtual-networks?parent_id=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004811 10.0.0.41 - - [2026-03-19 03:40:02] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006545 10.0.0.41 - - [2026-03-19 03:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.41 - - [2026-03-19 03:40:03] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003935 10.0.0.41 - - [2026-03-19 03:40:03] "GET /virtual-networks?parent_id=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003201 10.0.0.41 - - [2026-03-19 03:40:03] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005407 10.0.0.41 - - [2026-03-19 03:40:05] "POST /neutron/port HTTP/1.1" 200 1239 0.019050 10.0.0.41 - - [2026-03-19 03:40:05] "POST /neutron/port HTTP/1.1" 200 1239 0.016401 10.0.0.41 - - [2026-03-19 03:40:05] "POST /neutron/network HTTP/1.1" 200 1016 0.006438 10.0.0.41 - - [2026-03-19 03:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.41 - - [2026-03-19 03:40:05] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013948 10.0.0.41 - - [2026-03-19 03:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.001421 10.0.0.27 - - [2026-03-19 03:40:25] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.41 - - [2026-03-19 03:40:25] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041210 10.0.0.41 - - [2026-03-19 03:40:25] "POST /fqname-to-id HTTP/1.1" 404 226 0.004363 10.0.0.41 - - [2026-03-19 03:40:25] "POST /interface-route-tables HTTP/1.1" 200 575 0.031536 10.0.0.41 - - [2026-03-19 03:40:25] "GET /interface-route-table/de32077e-9aaa-4f12-b0ad-e13e5becdb14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.009048 10.0.0.41 - - [2026-03-19 03:40:25] "GET /virtual-machine-interface/4ad07f14-ebb6-4751-8284-adbf7bebe10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.007790 10.0.0.41 - - [2026-03-19 03:40:25] "POST /ref-update HTTP/1.1" 200 156 0.015166 10.0.0.41 - - [2026-03-19 03:40:52] "GET /obj-perms HTTP/1.1" 200 5056 0.060661 10.0.0.242 - - [2026-03-19 03:40:52] "GET /obj-perms HTTP/1.1" 200 5056 0.077664 10.0.0.41 - - [2026-03-19 03:41:04] "POST /neutron/port HTTP/1.1" 200 1239 0.017883 10.0.0.41 - - [2026-03-19 03:41:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003737 10.0.0.41 - - [2026-03-19 03:41:05] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.41 - - [2026-03-19 03:41:06] "POST /neutron/port HTTP/1.1" 200 1239 0.025543 10.0.0.41 - - [2026-03-19 03:41:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004221 10.0.0.41 - - [2026-03-19 03:41:06] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.27 - - [2026-03-19 03:41:09] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001277 10.0.0.41 - - [2026-03-19 03:41:09] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044112 10.0.0.41 - - [2026-03-19 03:41:09] "POST /fqname-to-id HTTP/1.1" 404 226 0.003378 10.0.0.41 - - [2026-03-19 03:41:09] "POST /interface-route-tables HTTP/1.1" 200 575 0.026561 10.0.0.41 - - [2026-03-19 03:41:09] "GET /interface-route-table/fc46609f-d791-4ae5-8613-4f37b7ffb8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.005891 10.0.0.41 - - [2026-03-19 03:41:09] "GET /virtual-machine-interface/59e4ba84-6012-4330-9666-8434e16db698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005881 10.0.0.41 - - [2026-03-19 03:41:09] "POST /ref-update HTTP/1.1" 200 156 0.015245 10.0.0.41 - - [2026-03-19 03:41:11] "GET /virtual-machine-interface/e92c8e52-a0b5-4e5f-9b6a-570956686001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005949 10.0.0.41 - - [2026-03-19 03:41:11] "PUT /virtual-machine-interface/e92c8e52-a0b5-4e5f-9b6a-570956686001 HTTP/1.1" 200 284 0.015318 10.0.0.41 - - [2026-03-19 03:41:11] "GET /virtual-machine-interface/4ad07f14-ebb6-4751-8284-adbf7bebe10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3039 0.006311 10.0.0.41 - - [2026-03-19 03:41:11] "PUT /virtual-machine-interface/4ad07f14-ebb6-4751-8284-adbf7bebe10b HTTP/1.1" 200 284 0.028970 10.0.0.41 - - [2026-03-19 03:41:11] "GET /virtual-machine-interface/59e4ba84-6012-4330-9666-8434e16db698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.008576 10.0.0.41 - - [2026-03-19 03:41:11] "PUT /virtual-machine-interface/59e4ba84-6012-4330-9666-8434e16db698 HTTP/1.1" 200 284 0.015595 10.0.0.41 - - [2026-03-19 03:41:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007040 10.0.0.41 - - [2026-03-19 03:41:59] "POST /neutron/port HTTP/1.1" 200 1239 0.018926 10.0.0.41 - - [2026-03-19 03:41:59] "GET /virtual-machine/cc8299d6-b574-4a14-8040-b8a8bc3058b7 HTTP/1.1" 200 1300 0.006431 10.0.0.41 - - [2026-03-19 03:41:59] "GET /virtual-machine-interface/571ad2e0-f70a-43c5-82a7-f8a315516029 HTTP/1.1" 200 3173 0.005294 10.0.0.41 - - [2026-03-19 03:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.41 - - [2026-03-19 03:41:59] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004056 10.0.0.41 - - [2026-03-19 03:41:59] "GET /virtual-networks?parent_id=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.006323 10.0.0.41 - - [2026-03-19 03:41:59] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006611 10.0.0.41 - - [2026-03-19 03:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.41 - - [2026-03-19 03:42:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003783 10.0.0.41 - - [2026-03-19 03:42:00] "GET /virtual-networks?parent_id=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003116 10.0.0.41 - - [2026-03-19 03:42:00] "GET /virtual-network/4237e23c-b137-4197-aa5a-6566f40870ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005723 10.0.0.41 - - [2026-03-19 03:42:00] "GET /virtual-machine-interface/571ad2e0-f70a-43c5-82a7-f8a315516029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.006278 10.0.0.41 - - [2026-03-19 03:42:00] "PUT /virtual-machine-interface/571ad2e0-f70a-43c5-82a7-f8a315516029 HTTP/1.1" 200 284 0.019582 10.0.0.41 - - [2026-03-19 03:42:06] "POST /neutron/port HTTP/1.1" 200 1239 0.019732 10.0.0.41 - - [2026-03-19 03:42:06] "POST /neutron/network HTTP/1.1" 200 1016 0.006588 10.0.0.41 - - [2026-03-19 03:42:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003753 10.0.0.41 - - [2026-03-19 03:42:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004204 10.0.0.41 - - [2026-03-19 03:42:06] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.41 - - [2026-03-19 03:42:06] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.27 - - [2026-03-19 03:42:39] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.037022 10.0.0.41 - - [2026-03-19 03:42:39] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.079826 10.0.0.41 - - [2026-03-19 03:42:39] "POST /fqname-to-id HTTP/1.1" 404 226 0.002414 10.0.0.41 - - [2026-03-19 03:42:39] "POST /interface-route-tables HTTP/1.1" 200 575 0.025697 10.0.0.41 - - [2026-03-19 03:42:39] "GET /interface-route-table/1b0f0bb6-6b72-48d0-9249-e137e7890b90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006351 10.0.0.41 - - [2026-03-19 03:42:40] "GET /virtual-machine-interface/571ad2e0-f70a-43c5-82a7-f8a315516029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005483 10.0.0.41 - - [2026-03-19 03:42:40] "POST /ref-update HTTP/1.1" 200 156 0.013045 10.0.0.41 - - [2026-03-19 03:42:41] "GET /virtual-machine-interface/4ad07f14-ebb6-4751-8284-adbf7bebe10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3089 0.005865 10.0.0.41 - - [2026-03-19 03:42:41] "POST /ref-update HTTP/1.1" 200 156 0.014883 10.0.0.41 - - [2026-03-19 03:42:41] "DELETE /interface-route-table/de32077e-9aaa-4f12-b0ad-e13e5becdb14 HTTP/1.1" 200 115 0.039877 10.0.0.41 - - [2026-03-19 03:42:42] "POST /neutron/port HTTP/1.1" 200 1229 0.016276 10.0.0.41 - - [2026-03-19 03:43:04] "GET /virtual-machine-interface/571ad2e0-f70a-43c5-82a7-f8a315516029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3089 0.007984 10.0.0.41 - - [2026-03-19 03:43:04] "POST /ref-update HTTP/1.1" 200 156 0.014606 10.0.0.41 - - [2026-03-19 03:43:04] "DELETE /interface-route-table/1b0f0bb6-6b72-48d0-9249-e137e7890b90 HTTP/1.1" 200 115 0.036099 10.0.0.41 - - [2026-03-19 03:43:04] "GET /virtual-machine-interface/59e4ba84-6012-4330-9666-8434e16db698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.005856 10.0.0.41 - - [2026-03-19 03:43:04] "POST /ref-update HTTP/1.1" 200 156 0.018362 10.0.0.41 - - [2026-03-19 03:43:04] "DELETE /interface-route-table/fc46609f-d791-4ae5-8613-4f37b7ffb8e8 HTTP/1.1" 200 115 0.030375 10.0.0.41 - - [2026-03-19 03:43:04] "POST /neutron/network HTTP/1.1" 400 204 0.014581 10.0.0.41 - - [2026-03-19 03:43:05] "POST /neutron/port HTTP/1.1" 200 151 0.267399 10.0.0.41 - - [2026-03-19 03:43:05] "POST /neutron/port HTTP/1.1" 200 151 0.259970 10.0.0.41 - - [2026-03-19 03:43:05] "POST /neutron/port HTTP/1.1" 200 151 0.280823 10.0.0.27 - - [2026-03-19 03:43:07] "DELETE /route-target/d20f6a0a-0cf0-498c-b613-cd2ab7bcfb59 HTTP/1.1" 200 115 0.088025 10.0.0.27 - - [2026-03-19 03:43:08] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.41 - - [2026-03-19 03:43:08] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053190 10.0.0.27 - - [2026-03-19 03:43:08] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.41 - - [2026-03-19 03:43:08] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?fields=virtual_networks HTTP/1.1" 200 1047 0.052191 10.0.0.27 - - [2026-03-19 03:43:08] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.41 - - [2026-03-19 03:43:08] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.039562 10.0.0.27 - - [2026-03-19 03:43:08] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001189 10.0.0.41 - - [2026-03-19 03:43:08] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?fields=security_groups HTTP/1.1" 200 1281 0.070920 10.0.0.41 - - [2026-03-19 03:43:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.036397 10.0.0.27 - - [2026-03-19 03:43:10] "GET /projects?obj_uuids=8af736e5-ab24-4b41-b889-c98885212452&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002696 10.0.0.27 - - [2026-03-19 03:43:10] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.27 - - [2026-03-19 03:43:10] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052256 10.0.0.27 - - [2026-03-19 03:43:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.001285 10.0.0.27 - - [2026-03-19 03:43:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.003304 10.0.0.27 - - [2026-03-19 03:43:10] "POST /security-groups HTTP/1.1" 200 586 0.034379 10.0.0.27 - - [2026-03-19 03:43:10] "POST /projects HTTP/1.1" 200 575 0.230510 10.0.0.27 - - [2026-03-19 03:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.270537 10.0.0.27 - - [2026-03-19 03:43:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.019424 10.0.0.41 - - [2026-03-19 03:43:10] "GET /project/8af736e5-ab24-4b41-b889-c98885212452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.465273 10.0.0.41 - - [2026-03-19 03:43:11] "GET / HTTP/1.1" 200 35931 0.001738 10.0.0.27 - - [2026-03-19 03:43:14] "GET /projects?obj_uuids=8af736e5-ab24-4b41-b889-c98885212452&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000909 10.0.0.41 - - [2026-03-19 03:43:14] "GET /project/8af736e5-ab24-4b41-b889-c98885212452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.046481 10.0.0.27 - - [2026-03-19 03:43:14] "GET /projects?obj_uuids=8af736e5-ab24-4b41-b889-c98885212452&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000882 10.0.0.41 - - [2026-03-19 03:43:14] "GET /project/8af736e5-ab24-4b41-b889-c98885212452?fields=virtual_networks HTTP/1.1" 200 1022 0.042114 10.0.0.27 - - [2026-03-19 03:43:14] "GET /projects?obj_uuids=8af736e5-ab24-4b41-b889-c98885212452&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.41 - - [2026-03-19 03:43:15] "GET /project/8af736e5-ab24-4b41-b889-c98885212452?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.068172 10.0.0.27 - - [2026-03-19 03:43:15] "GET /projects?obj_uuids=8af736e5-ab24-4b41-b889-c98885212452&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000915 10.0.0.41 - - [2026-03-19 03:43:15] "GET /project/8af736e5-ab24-4b41-b889-c98885212452?fields=security_groups HTTP/1.1" 200 1243 0.053962 10.0.0.41 - - [2026-03-19 03:43:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.029576 10.0.0.27 - - [2026-03-19 03:43:16] "GET /projects?obj_uuids=73481e66-85df-4d1e-906c-19fa9ad01051&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003202 10.0.0.27 - - [2026-03-19 03:43:16] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.27 - - [2026-03-19 03:43:16] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006862 10.0.0.27 - - [2026-03-19 03:43:16] "POST /id-to-fqname HTTP/1.1" 200 195 0.005174 10.0.0.27 - - [2026-03-19 03:43:16] "POST /fqname-to-id HTTP/1.1" 404 204 0.005700 10.0.0.27 - - [2026-03-19 03:43:16] "POST /security-groups HTTP/1.1" 200 596 0.077253 10.0.0.27 - - [2026-03-19 03:43:16] "POST /projects HTTP/1.1" 200 595 0.269249 10.0.0.27 - - [2026-03-19 03:43:16] "POST /access-control-lists HTTP/1.1" 200 601 0.033678 10.0.0.27 - - [2026-03-19 03:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.344655 10.0.0.41 - - [2026-03-19 03:43:16] "GET /project/73481e66-85df-4d1e-906c-19fa9ad01051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.497516 10.0.0.41 - - [2026-03-19 03:43:17] "GET / HTTP/1.1" 200 35931 0.002030 10.0.0.27 - - [2026-03-19 03:43:21] "GET /projects?obj_uuids=73481e66-85df-4d1e-906c-19fa9ad01051&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000911 10.0.0.41 - - [2026-03-19 03:43:21] "GET /project/73481e66-85df-4d1e-906c-19fa9ad01051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.042116 10.0.0.27 - - [2026-03-19 03:43:21] "GET /projects?obj_uuids=73481e66-85df-4d1e-906c-19fa9ad01051&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001721 10.0.0.41 - - [2026-03-19 03:43:21] "GET /project/73481e66-85df-4d1e-906c-19fa9ad01051?fields=virtual_networks HTTP/1.1" 200 1041 0.054498 10.0.0.27 - - [2026-03-19 03:43:21] "GET /projects?obj_uuids=73481e66-85df-4d1e-906c-19fa9ad01051&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000964 10.0.0.41 - - [2026-03-19 03:43:21] "GET /project/73481e66-85df-4d1e-906c-19fa9ad01051?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.035652 10.0.0.27 - - [2026-03-19 03:43:21] "GET /projects?obj_uuids=73481e66-85df-4d1e-906c-19fa9ad01051&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000884 10.0.0.41 - - [2026-03-19 03:43:21] "GET /project/73481e66-85df-4d1e-906c-19fa9ad01051?fields=security_groups HTTP/1.1" 200 1272 0.037332 10.0.0.41 - - [2026-03-19 03:43:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.030936 10.0.0.27 - - [2026-03-19 03:43:22] "GET /projects?obj_uuids=db961e22-a7a8-4ee2-825f-887d56e8c988&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002785 10.0.0.27 - - [2026-03-19 03:43:22] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.27 - - [2026-03-19 03:43:22] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006966 10.0.0.27 - - [2026-03-19 03:43:22] "POST /id-to-fqname HTTP/1.1" 200 201 0.001074 10.0.0.27 - - [2026-03-19 03:43:22] "POST /fqname-to-id HTTP/1.1" 404 210 0.005564 10.0.0.27 - - [2026-03-19 03:43:22] "POST /security-groups HTTP/1.1" 200 602 0.032479 10.0.0.27 - - [2026-03-19 03:43:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.008323 10.0.0.27 - - [2026-03-19 03:43:22] "POST /projects HTTP/1.1" 200 607 0.223091 10.0.0.27 - - [2026-03-19 03:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.301459 10.0.0.27 - - [2026-03-19 03:43:22] "POST /access-control-lists HTTP/1.1" 200 605 0.026871 10.0.0.41 - - [2026-03-19 03:43:22] "GET /project/db961e22-a7a8-4ee2-825f-887d56e8c988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.438614 10.0.0.41 - - [2026-03-19 03:43:23] "GET / HTTP/1.1" 200 35931 0.001465 10.0.0.27 - - [2026-03-19 03:43:27] "GET /projects?obj_uuids=db961e22-a7a8-4ee2-825f-887d56e8c988&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000877 10.0.0.41 - - [2026-03-19 03:43:27] "GET /project/db961e22-a7a8-4ee2-825f-887d56e8c988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.114567 10.0.0.27 - - [2026-03-19 03:43:27] "GET /projects?obj_uuids=db961e22-a7a8-4ee2-825f-887d56e8c988&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000898 10.0.0.41 - - [2026-03-19 03:43:27] "GET /project/db961e22-a7a8-4ee2-825f-887d56e8c988?fields=virtual_networks HTTP/1.1" 200 1053 0.046958 10.0.0.27 - - [2026-03-19 03:43:27] "GET /projects?obj_uuids=db961e22-a7a8-4ee2-825f-887d56e8c988&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000918 10.0.0.41 - - [2026-03-19 03:43:27] "GET /project/db961e22-a7a8-4ee2-825f-887d56e8c988?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.045126 10.0.0.27 - - [2026-03-19 03:43:27] "GET /projects?obj_uuids=db961e22-a7a8-4ee2-825f-887d56e8c988&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000893 10.0.0.41 - - [2026-03-19 03:43:27] "GET /project/db961e22-a7a8-4ee2-825f-887d56e8c988?fields=security_groups HTTP/1.1" 200 1290 0.046029 10.0.0.41 - - [2026-03-19 03:43:28] "POST /fqname-to-id HTTP/1.1" 404 185 0.040352 10.0.0.27 - - [2026-03-19 03:43:28] "GET /projects?obj_uuids=799ce908-ec0a-4a45-b637-b71fa978442d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003153 10.0.0.27 - - [2026-03-19 03:43:28] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000834 10.0.0.27 - - [2026-03-19 03:43:28] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006811 10.0.0.27 - - [2026-03-19 03:43:28] "POST /id-to-fqname HTTP/1.1" 200 187 0.001405 10.0.0.27 - - [2026-03-19 03:43:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.005547 10.0.0.27 - - [2026-03-19 03:43:28] "POST /security-groups HTTP/1.1" 200 588 0.074017 10.0.0.27 - - [2026-03-19 03:43:28] "POST /projects HTTP/1.1" 200 579 0.299431 10.0.0.27 - - [2026-03-19 03:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.375631 10.0.0.27 - - [2026-03-19 03:43:28] "POST /fqname-to-id HTTP/1.1" 404 230 0.017233 10.0.0.41 - - [2026-03-19 03:43:28] "GET /project/799ce908-ec0a-4a45-b637-b71fa978442d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.536110 10.0.0.41 - - [2026-03-19 03:43:30] "GET / HTTP/1.1" 200 35931 0.001877 10.0.0.27 - - [2026-03-19 03:43:33] "GET /projects?obj_uuids=799ce908-ec0a-4a45-b637-b71fa978442d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000938 10.0.0.41 - - [2026-03-19 03:43:33] "GET /project/799ce908-ec0a-4a45-b637-b71fa978442d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.029567 10.0.0.27 - - [2026-03-19 03:43:33] "GET /projects?obj_uuids=799ce908-ec0a-4a45-b637-b71fa978442d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000954 10.0.0.41 - - [2026-03-19 03:43:33] "GET /project/799ce908-ec0a-4a45-b637-b71fa978442d?fields=virtual_networks HTTP/1.1" 200 1025 0.096372 10.0.0.27 - - [2026-03-19 03:43:33] "GET /projects?obj_uuids=799ce908-ec0a-4a45-b637-b71fa978442d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001217 10.0.0.41 - - [2026-03-19 03:43:33] "GET /project/799ce908-ec0a-4a45-b637-b71fa978442d?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.036598 10.0.0.27 - - [2026-03-19 03:43:33] "GET /projects?obj_uuids=799ce908-ec0a-4a45-b637-b71fa978442d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000934 10.0.0.41 - - [2026-03-19 03:43:33] "GET /project/799ce908-ec0a-4a45-b637-b71fa978442d?fields=security_groups HTTP/1.1" 200 1248 0.037110 10.0.0.41 - - [2026-03-19 03:43:34] "POST /fqname-to-id HTTP/1.1" 404 182 0.030651 10.0.0.27 - - [2026-03-19 03:43:34] "GET /projects?obj_uuids=9a5d013e-0557-4a4f-afdd-d0e2eaf47956&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003062 10.0.0.27 - - [2026-03-19 03:43:34] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.27 - - [2026-03-19 03:43:34] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007444 10.0.0.27 - - [2026-03-19 03:43:34] "POST /id-to-fqname HTTP/1.1" 200 184 0.005454 10.0.0.27 - - [2026-03-19 03:43:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.005342 10.0.0.27 - - [2026-03-19 03:43:34] "POST /security-groups HTTP/1.1" 200 585 0.029256 10.0.0.27 - - [2026-03-19 03:43:34] "POST /projects HTTP/1.1" 200 573 0.236246 10.0.0.27 - - [2026-03-19 03:43:34] "POST /access-control-lists HTTP/1.1" 200 590 0.025246 10.0.0.27 - - [2026-03-19 03:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.308701 10.0.0.41 - - [2026-03-19 03:43:35] "GET /project/9a5d013e-0557-4a4f-afdd-d0e2eaf47956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.466095 10.0.0.41 - - [2026-03-19 03:43:36] "GET / HTTP/1.1" 200 35931 0.001414 10.0.0.27 - - [2026-03-19 03:43:39] "GET /projects?obj_uuids=9a5d013e-0557-4a4f-afdd-d0e2eaf47956&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000940 10.0.0.41 - - [2026-03-19 03:43:39] "GET /project/9a5d013e-0557-4a4f-afdd-d0e2eaf47956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.050409 10.0.0.27 - - [2026-03-19 03:43:39] "GET /projects?obj_uuids=9a5d013e-0557-4a4f-afdd-d0e2eaf47956&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001401 10.0.0.41 - - [2026-03-19 03:43:39] "GET /project/9a5d013e-0557-4a4f-afdd-d0e2eaf47956?fields=virtual_networks HTTP/1.1" 200 1020 0.041098 10.0.0.27 - - [2026-03-19 03:43:39] "GET /projects?obj_uuids=9a5d013e-0557-4a4f-afdd-d0e2eaf47956&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000927 10.0.0.41 - - [2026-03-19 03:43:39] "GET /project/9a5d013e-0557-4a4f-afdd-d0e2eaf47956?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.040581 10.0.0.27 - - [2026-03-19 03:43:39] "GET /projects?obj_uuids=9a5d013e-0557-4a4f-afdd-d0e2eaf47956&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000836 10.0.0.41 - - [2026-03-19 03:43:39] "GET /project/9a5d013e-0557-4a4f-afdd-d0e2eaf47956?fields=security_groups HTTP/1.1" 200 1240 0.060706 10.0.0.41 - - [2026-03-19 03:43:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.028250 10.0.0.27 - - [2026-03-19 03:43:40] "GET /projects?obj_uuids=71a24b9a-d90c-4c3c-b309-d27a329c7ef6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003410 10.0.0.27 - - [2026-03-19 03:43:40] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.27 - - [2026-03-19 03:43:40] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006512 10.0.0.27 - - [2026-03-19 03:43:40] "POST /id-to-fqname HTTP/1.1" 200 188 0.001886 10.0.0.27 - - [2026-03-19 03:43:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.003400 10.0.0.27 - - [2026-03-19 03:43:40] "POST /security-groups HTTP/1.1" 200 589 0.073193 10.0.0.27 - - [2026-03-19 03:43:40] "POST /fqname-to-id HTTP/1.1" 404 232 0.005126 10.0.0.27 - - [2026-03-19 03:43:40] "POST /projects HTTP/1.1" 200 581 0.269416 10.0.0.27 - - [2026-03-19 03:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.345423 10.0.0.27 - - [2026-03-19 03:43:41] "POST /access-control-lists HTTP/1.1" 200 592 0.027179 10.0.0.41 - - [2026-03-19 03:43:41] "GET /project/71a24b9a-d90c-4c3c-b309-d27a329c7ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.474326 10.0.0.41 - - [2026-03-19 03:43:42] "GET / HTTP/1.1" 200 35931 0.001537 10.0.0.27 - - [2026-03-19 03:43:45] "GET /projects?obj_uuids=71a24b9a-d90c-4c3c-b309-d27a329c7ef6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.41 - - [2026-03-19 03:43:45] "GET /project/71a24b9a-d90c-4c3c-b309-d27a329c7ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046685 10.0.0.27 - - [2026-03-19 03:43:45] "GET /projects?obj_uuids=71a24b9a-d90c-4c3c-b309-d27a329c7ef6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001600 10.0.0.41 - - [2026-03-19 03:43:45] "GET /project/71a24b9a-d90c-4c3c-b309-d27a329c7ef6?fields=virtual_networks HTTP/1.1" 200 1027 0.056906 10.0.0.27 - - [2026-03-19 03:43:45] "GET /projects?obj_uuids=71a24b9a-d90c-4c3c-b309-d27a329c7ef6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001237 10.0.0.41 - - [2026-03-19 03:43:45] "GET /project/71a24b9a-d90c-4c3c-b309-d27a329c7ef6?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.046013 10.0.0.27 - - [2026-03-19 03:43:45] "GET /projects?obj_uuids=71a24b9a-d90c-4c3c-b309-d27a329c7ef6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.41 - - [2026-03-19 03:43:45] "GET /project/71a24b9a-d90c-4c3c-b309-d27a329c7ef6?fields=security_groups HTTP/1.1" 200 1251 0.041520 10.0.0.41 - - [2026-03-19 03:43:46] "POST /fqname-to-id HTTP/1.1" 404 186 0.035678 10.0.0.27 - - [2026-03-19 03:43:46] "GET /projects?obj_uuids=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002699 10.0.0.27 - - [2026-03-19 03:43:46] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.27 - - [2026-03-19 03:43:46] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007414 10.0.0.27 - - [2026-03-19 03:43:46] "POST /id-to-fqname HTTP/1.1" 200 188 0.003922 10.0.0.27 - - [2026-03-19 03:43:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.003846 10.0.0.27 - - [2026-03-19 03:43:46] "POST /security-groups HTTP/1.1" 200 589 0.028831 10.0.0.27 - - [2026-03-19 03:43:46] "POST /projects HTTP/1.1" 200 581 0.233197 10.0.0.27 - - [2026-03-19 03:43:46] "POST /fqname-to-id HTTP/1.1" 404 231 0.007056 10.0.0.27 - - [2026-03-19 03:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.309344 10.0.0.41 - - [2026-03-19 03:43:47] "GET /project/bb0cc2ae-d010-4f25-8af7-009adc66aedc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.465475 10.0.0.41 - - [2026-03-19 03:43:48] "GET / HTTP/1.1" 200 35931 0.002639 10.0.0.41 - - [2026-03-19 03:43:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.41 - - [2026-03-19 03:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.061884 10.0.0.27 - - [2026-03-19 03:43:50] "GET /projects?obj_uuids=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.41 - - [2026-03-19 03:43:50] "GET /project/bb0cc2ae-d010-4f25-8af7-009adc66aedc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043706 10.0.0.41 - - [2026-03-19 03:43:50] "POST /neutron/network HTTP/1.1" 200 117 0.043666 10.0.0.27 - - [2026-03-19 03:43:50] "POST /ref-update HTTP/1.1" 200 156 0.032524 10.0.0.41 - - [2026-03-19 03:43:51] "POST /neutron/network HTTP/1.1" 200 824 0.008400 10.0.0.41 - - [2026-03-19 03:43:51] "POST /id-to-fqname HTTP/1.1" 200 218 0.001122 10.0.0.41 - - [2026-03-19 03:43:51] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005129 10.0.0.41 - - [2026-03-19 03:43:51] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005044 10.0.0.41 - - [2026-03-19 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008736 10.0.0.41 - - [2026-03-19 03:43:51] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006417 10.0.0.41 - - [2026-03-19 03:43:51] "PUT /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd HTTP/1.1" 200 264 0.053359 10.0.0.41 - - [2026-03-19 03:43:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.009020 10.0.0.41 - - [2026-03-19 03:43:52] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005261 10.0.0.27 - - [2026-03-19 03:43:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2026-03-19 03:43:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2026-03-19 03:43:53] "GET /obj-perms HTTP/1.1" 200 5026 0.053782 10.0.0.41 - - [2026-03-19 03:43:53] "POST /id-to-fqname HTTP/1.1" 200 218 0.001260 10.0.0.41 - - [2026-03-19 03:43:53] "POST /neutron/network HTTP/1.1" 200 834 0.008285 10.0.0.242 - - [2026-03-19 03:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.242 - - [2026-03-19 03:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.27 - - [2026-03-19 03:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2026-03-19 03:43:54] "GET /projects?obj_uuids=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000871 10.0.0.242 - - [2026-03-19 03:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.41 - - [2026-03-19 03:43:54] "GET /project/bb0cc2ae-d010-4f25-8af7-009adc66aedc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.280310 10.0.0.27 - - [2026-03-19 03:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.242 - - [2026-03-19 03:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.41 - - [2026-03-19 03:43:55] "GET /obj-perms HTTP/1.1" 200 5056 0.335047 10.0.0.41 - - [2026-03-19 03:43:55] "POST /neutron/port HTTP/1.1" 200 117 0.008081 10.0.0.242 - - [2026-03-19 03:43:55] "GET /obj-perms HTTP/1.1" 200 5056 0.111505 10.0.0.41 - - [2026-03-19 03:43:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.41 - - [2026-03-19 03:43:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2026-03-19 03:43:55] "GET /projects?obj_uuids=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.41 - - [2026-03-19 03:43:56] "POST /neutron/port HTTP/1.1" 200 1060 0.298720 10.0.0.41 - - [2026-03-19 03:43:56] "POST /neutron/port HTTP/1.1" 200 1114 0.121465 10.0.0.41 - - [2026-03-19 03:43:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.010073 10.0.0.41 - - [2026-03-19 03:43:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.41 - - [2026-03-19 03:43:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.41 - - [2026-03-19 03:44:00] "POST /neutron/port HTTP/1.1" 200 1124 0.018690 10.0.0.41 - - [2026-03-19 03:44:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007647 10.0.0.41 - - [2026-03-19 03:44:00] "GET /virtual-machine/8cd1da67-487e-403c-bbcd-2684b12873f9 HTTP/1.1" 401 292 0.000374 10.0.0.41 - - [2026-03-19 03:44:01] "GET /virtual-machine/8cd1da67-487e-403c-bbcd-2684b12873f9 HTTP/1.1" 200 1291 0.045728 10.0.0.41 - - [2026-03-19 03:44:01] "GET /virtual-machine-interface/18cf213c-4b57-428c-afaa-aeb591ec6f22 HTTP/1.1" 200 2930 0.005827 10.0.0.41 - - [2026-03-19 03:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.41 - - [2026-03-19 03:44:01] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003650 10.0.0.41 - - [2026-03-19 03:44:01] "GET /virtual-networks?parent_id=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003385 10.0.0.41 - - [2026-03-19 03:44:01] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006003 10.0.0.27 - - [2026-03-19 03:44:03] "DELETE /project/71a24b9ad90c4c3cb309d27a329c7ef6 HTTP/1.1" 404 173 0.017960 10.0.0.27 - - [2026-03-19 03:44:03] "DELETE /project/9a5d013e05574a4fafddd0e2eaf47956 HTTP/1.1" 404 173 0.022479 10.0.0.27 - - [2026-03-19 03:44:03] "DELETE /project/799ce908ec0a4a45b637b71fa978442d HTTP/1.1" 404 173 0.017683 10.0.0.27 - - [2026-03-19 03:44:03] "DELETE /project/bb0cc2aed0104f258af7009adc66aedc HTTP/1.1" 404 173 0.025176 10.0.0.27 - - [2026-03-19 03:44:03] "DELETE /project/db961e22a7a84ee2825f887d56e8c988 HTTP/1.1" 404 173 0.022370 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=799ce908-ec0a-4a45-b637-b71fa978442d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000747 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=73481e66-85df-4d1e-906c-19fa9ad01051&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000707 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=9a5d013e-0557-4a4f-afdd-d0e2eaf47956&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000783 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=8af736e5-ab24-4b41-b889-c98885212452&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000716 10.0.0.27 - - [2026-03-19 03:44:03] "DELETE /project/73481e6685df4d1e906c19fa9ad01051 HTTP/1.1" 404 173 0.014026 10.0.0.27 - - [2026-03-19 03:44:03] "DELETE /project/8af736e5ab244b41b889c98885212452 HTTP/1.1" 404 173 0.006605 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=71a24b9a-d90c-4c3c-b309-d27a329c7ef6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=db961e22-a7a8-4ee2-825f-887d56e8c988&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000780 10.0.0.27 - - [2026-03-19 03:44:03] "GET /project/73481e66-85df-4d1e-906c-19fa9ad01051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.085818 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=73481e66-85df-4d1e-906c-19fa9ad01051&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001160 10.0.0.27 - - [2026-03-19 03:44:03] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.106486 10.0.0.27 - - [2026-03-19 03:44:03] "GET /project/9a5d013e-0557-4a4f-afdd-d0e2eaf47956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.126192 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.27 - - [2026-03-19 03:44:03] "GET /project/799ce908-ec0a-4a45-b637-b71fa978442d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.135522 10.0.0.27 - - [2026-03-19 03:44:03] "GET /project/8af736e5-ab24-4b41-b889-c98885212452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.151332 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=9a5d013e-0557-4a4f-afdd-d0e2eaf47956&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001619 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=799ce908-ec0a-4a45-b637-b71fa978442d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000867 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=8af736e5-ab24-4b41-b889-c98885212452&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001543 10.0.0.27 - - [2026-03-19 03:44:03] "GET /project/db961e22-a7a8-4ee2-825f-887d56e8c988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.222833 10.0.0.27 - - [2026-03-19 03:44:03] "GET /project/71a24b9a-d90c-4c3c-b309-d27a329c7ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.230288 10.0.0.27 - - [2026-03-19 03:44:03] "GET /project/73481e66-85df-4d1e-906c-19fa9ad01051?fields=security_groups HTTP/1.1" 200 1377 0.207001 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=71a24b9a-d90c-4c3c-b309-d27a329c7ef6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.27 - - [2026-03-19 03:44:03] "GET /projects?obj_uuids=db961e22-a7a8-4ee2-825f-887d56e8c988&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.010727 10.0.0.27 - - [2026-03-19 03:44:03] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?fields=security_groups HTTP/1.1" 200 1386 0.215404 10.0.0.27 - - [2026-03-19 03:44:03] "GET /project/8af736e5-ab24-4b41-b889-c98885212452?fields=security_groups HTTP/1.1" 200 1348 0.215443 10.0.0.27 - - [2026-03-19 03:44:03] "GET /project/9a5d013e-0557-4a4f-afdd-d0e2eaf47956?fields=security_groups HTTP/1.1" 200 1345 0.249604 10.0.0.27 - - [2026-03-19 03:44:03] "DELETE /security-group/6ebb1cb1-294c-42cc-8953-247726de82b0 HTTP/1.1" 404 171 0.017223 10.0.0.27 - - [2026-03-19 03:44:03] "GET /project/799ce908-ec0a-4a45-b637-b71fa978442d?fields=security_groups HTTP/1.1" 200 1353 0.272833 10.0.0.27 - - [2026-03-19 03:44:04] "GET /projects?obj_uuids=ef8f000c-e17a-4acb-86fa-510ebaa78294&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.27 - - [2026-03-19 03:44:04] "GET /project/db961e22-a7a8-4ee2-825f-887d56e8c988?fields=security_groups HTTP/1.1" 200 1395 0.194268 10.0.0.27 - - [2026-03-19 03:44:04] "GET /project/71a24b9a-d90c-4c3c-b309-d27a329c7ef6?fields=security_groups HTTP/1.1" 200 1356 0.198808 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /access-control-list/c9c75caf-0a00-424b-b498-6e3ab1349060 HTTP/1.1" 200 115 0.131505 10.0.0.27 - - [2026-03-19 03:44:04] "GET /project/ef8f000c-e17a-4acb-86fa-510ebaa78294?fields=application_policy_sets HTTP/1.1" 200 1117 0.123245 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /security-group/756a9546-ad93-4d5d-89da-4a8a2ab28cdd HTTP/1.1" 200 115 0.270753 10.0.0.27 - - [2026-03-19 03:44:04] "GET /projects?obj_uuids=73481e66-85df-4d1e-906c-19fa9ad01051&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.021367 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /project/ef8f000c-e17a-4acb-86fa-510ebaa78294 HTTP/1.1" 404 190 0.779279 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /security-group/00aab5d2-2b24-43ed-907a-5ca2c066588e HTTP/1.1" 200 115 0.342675 10.0.0.27 - - [2026-03-19 03:44:04] "GET /projects?obj_uuids=8af736e5-ab24-4b41-b889-c98885212452&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001720 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /security-group/de73aa77-129a-4250-98e2-5bc753474ffc HTTP/1.1" 200 115 0.349818 10.0.0.27 - - [2026-03-19 03:44:04] "GET /project/73481e66-85df-4d1e-906c-19fa9ad01051?fields=application_policy_sets HTTP/1.1" 200 1416 0.176553 10.0.0.41 - - [2026-03-19 03:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.024291 10.0.0.27 - - [2026-03-19 03:44:04] "GET /projects?obj_uuids=9a5d013e-0557-4a4f-afdd-d0e2eaf47956&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001002 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /security-group/5e1daac4-1765-4f73-9c79-e3652abc48a8 HTTP/1.1" 200 115 0.339799 10.0.0.41 - - [2026-03-19 03:44:04] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005893 10.0.0.27 - - [2026-03-19 03:44:04] "GET /projects?obj_uuids=799ce908-ec0a-4a45-b637-b71fa978442d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000924 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /security-group/e2da7a9b-bb7b-475f-baa8-9670000db72c HTTP/1.1" 200 115 0.308035 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /access-control-list/20d48894-3435-4a7f-af7d-7fb3a63ab03d HTTP/1.1" 200 115 0.126667 10.0.0.27 - - [2026-03-19 03:44:04] "GET /projects?obj_uuids=db961e22-a7a8-4ee2-825f-887d56e8c988&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000899 10.0.0.27 - - [2026-03-19 03:44:04] "GET /project/8af736e5-ab24-4b41-b889-c98885212452?fields=application_policy_sets HTTP/1.1" 200 1387 0.099007 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /security-group/f99e485d-b798-4cb7-ac57-23c9a6414169 HTTP/1.1" 200 115 0.333963 10.0.0.27 - - [2026-03-19 03:44:04] "GET /projects?obj_uuids=71a24b9a-d90c-4c3c-b309-d27a329c7ef6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001372 10.0.0.27 - - [2026-03-19 03:44:04] "GET /project/799ce908-ec0a-4a45-b637-b71fa978442d?fields=application_policy_sets HTTP/1.1" 200 1392 0.091671 10.0.0.27 - - [2026-03-19 03:44:04] "GET /project/9a5d013e-0557-4a4f-afdd-d0e2eaf47956?fields=application_policy_sets HTTP/1.1" 200 1384 0.140372 10.0.0.27 - - [2026-03-19 03:44:04] "GET /project/db961e22-a7a8-4ee2-825f-887d56e8c988?fields=application_policy_sets HTTP/1.1" 200 1434 0.185731 10.0.0.27 - - [2026-03-19 03:44:04] "GET /project/71a24b9a-d90c-4c3c-b309-d27a329c7ef6?fields=application_policy_sets HTTP/1.1" 200 1395 0.180976 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /access-control-list/a015cc46-819b-4320-8e77-af78e14d8945 HTTP/1.1" 200 115 0.105094 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /project/73481e66-85df-4d1e-906c-19fa9ad01051 HTTP/1.1" 200 115 1.300245 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /project/8af736e5-ab24-4b41-b889-c98885212452 HTTP/1.1" 200 115 1.298354 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /project/799ce908-ec0a-4a45-b637-b71fa978442d HTTP/1.1" 200 115 1.362185 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /access-control-list/2cb2dbab-70b9-4fdc-8e68-0c3fcb7c6be6 HTTP/1.1" 200 115 0.116564 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /project/9a5d013e-0557-4a4f-afdd-d0e2eaf47956 HTTP/1.1" 200 115 1.414185 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /project/db961e22-a7a8-4ee2-825f-887d56e8c988 HTTP/1.1" 200 115 1.403448 10.0.0.27 - - [2026-03-19 03:44:04] "DELETE /project/71a24b9a-d90c-4c3c-b309-d27a329c7ef6 HTTP/1.1" 200 115 1.408614 10.0.0.27 - - [2026-03-19 03:44:05] "DELETE /access-control-list/945b2843-56dd-4a45-b632-42750715fd13 HTTP/1.1" 200 115 0.024170 10.0.0.41 - - [2026-03-19 03:44:06] "POST /neutron/port HTTP/1.1" 200 1124 0.017689 10.0.0.41 - - [2026-03-19 03:44:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005645 10.0.0.41 - - [2026-03-19 03:44:07] "POST /neutron/network HTTP/1.1" 200 824 0.008503 10.0.0.41 - - [2026-03-19 03:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.41 - - [2026-03-19 03:44:08] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005493 10.0.0.41 - - [2026-03-19 03:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005714 10.0.0.41 - - [2026-03-19 03:44:12] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007646 10.0.0.41 - - [2026-03-19 03:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.41 - - [2026-03-19 03:44:16] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005462 10.0.0.41 - - [2026-03-19 03:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.41 - - [2026-03-19 03:44:20] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006714 10.0.0.41 - - [2026-03-19 03:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.41 - - [2026-03-19 03:44:24] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005130 10.0.0.41 - - [2026-03-19 03:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.41 - - [2026-03-19 03:44:28] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004966 10.0.0.41 - - [2026-03-19 03:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.41 - - [2026-03-19 03:44:33] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004970 10.0.0.41 - - [2026-03-19 03:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.41 - - [2026-03-19 03:44:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004180 10.0.0.41 - - [2026-03-19 03:44:35] "GET /virtual-networks?parent_id=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003384 10.0.0.41 - - [2026-03-19 03:44:35] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005372 10.0.0.41 - - [2026-03-19 03:44:40] "POST /neutron/port HTTP/1.1" 200 1124 0.022493 10.0.0.41 - - [2026-03-19 03:44:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.036103 10.0.0.41 - - [2026-03-19 03:44:50] "POST /neutron/port HTTP/1.1" 200 1124 0.017081 10.0.0.41 - - [2026-03-19 03:44:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007008 10.0.0.41 - - [2026-03-19 03:44:56] "POST /neutron/port HTTP/1.1" 200 1124 0.015931 10.0.0.41 - - [2026-03-19 03:44:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006734 10.0.0.41 - - [2026-03-19 03:44:56] "POST /id-to-fqname HTTP/1.1" 200 218 0.001236 10.0.0.41 - - [2026-03-19 03:44:56] "GET /virtual-machine/8cd1da67-487e-403c-bbcd-2684b12873f9 HTTP/1.1" 200 1291 0.003805 10.0.0.41 - - [2026-03-19 03:44:56] "GET /virtual-machine-interface/18cf213c-4b57-428c-afaa-aeb591ec6f22 HTTP/1.1" 200 2930 0.005644 10.0.0.41 - - [2026-03-19 03:44:56] "GET /instance-ip/f55a798c-d286-494b-b985-174f5b2a094c HTTP/1.1" 200 1619 0.005421 10.0.0.41 - - [2026-03-19 03:44:56] "POST /fqname-to-id HTTP/1.1" 404 208 0.003072 10.0.0.41 - - [2026-03-19 03:44:56] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004880 10.0.0.27 - - [2026-03-19 03:44:56] "GET /projects?obj_uuids=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000839 10.0.0.41 - - [2026-03-19 03:44:56] "GET /project/bb0cc2ae-d010-4f25-8af7-009adc66aedc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036930 10.0.0.41 - - [2026-03-19 03:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.41 - - [2026-03-19 03:44:56] "GET /security-group/5b94e182-300f-4fe5-b0f4-24bb2bf33efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3747 0.004675 10.0.0.41 - - [2026-03-19 03:44:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.071330 10.0.0.41 - - [2026-03-19 03:44:56] "POST /instance-ips HTTP/1.1" 200 357 0.034615 10.0.0.41 - - [2026-03-19 03:44:56] "GET /instance-ip/0f599d27-cda5-419a-ad35-af160e0c1955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1572 0.005688 10.0.0.41 - - [2026-03-19 03:44:56] "GET /virtual-machine-interface/b95f846e-b79d-4872-94aa-0928865fcbd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005289 10.0.0.41 - - [2026-03-19 03:44:56] "GET /virtual-machine-interface/b95f846e-b79d-4872-94aa-0928865fcbd7?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.007521 10.0.0.41 - - [2026-03-19 03:44:56] "GET /instance-ip/0f599d27-cda5-419a-ad35-af160e0c1955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1572 0.004145 10.0.0.41 - - [2026-03-19 03:44:57] "POST /id-to-fqname HTTP/1.1" 200 218 0.001235 10.0.0.41 - - [2026-03-19 03:44:57] "POST /neutron/port HTTP/1.1" 200 1124 0.015222 10.0.0.41 - - [2026-03-19 03:44:57] "POST /neutron/port HTTP/1.1" 200 967 0.042610 10.0.0.41 - - [2026-03-19 03:44:57] "POST /neutron/port HTTP/1.1" 200 967 0.011151 10.0.0.41 - - [2026-03-19 03:44:57] "POST /neutron/port HTTP/1.1" 200 117 0.018521 10.0.0.41 - - [2026-03-19 03:44:58] "POST /neutron/network HTTP/1.1" 200 834 0.006674 10.0.0.41 - - [2026-03-19 03:44:58] "POST /neutron/port HTTP/1.1" 200 1059 0.138559 10.0.0.41 - - [2026-03-19 03:44:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.009212 10.0.0.41 - - [2026-03-19 03:45:02] "POST /neutron/port HTTP/1.1" 200 1069 0.017652 10.0.0.41 - - [2026-03-19 03:45:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006996 10.0.0.41 - - [2026-03-19 03:45:03] "GET /virtual-machine/26afe36b-d947-45e4-8776-ba3e576d512e HTTP/1.1" 200 1267 0.006905 10.0.0.41 - - [2026-03-19 03:45:03] "GET /virtual-machine-interface/b95f846e-b79d-4872-94aa-0928865fcbd7 HTTP/1.1" 200 2981 0.005637 10.0.0.41 - - [2026-03-19 03:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.41 - - [2026-03-19 03:45:03] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003403 10.0.0.41 - - [2026-03-19 03:45:03] "GET /virtual-networks?parent_id=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002943 10.0.0.41 - - [2026-03-19 03:45:03] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005820 10.0.0.41 - - [2026-03-19 03:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.41 - - [2026-03-19 03:45:06] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006063 10.0.0.41 - - [2026-03-19 03:45:07] "POST /neutron/port HTTP/1.1" 200 1124 0.017355 10.0.0.41 - - [2026-03-19 03:45:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004169 10.0.0.41 - - [2026-03-19 03:45:08] "POST /neutron/network HTTP/1.1" 200 824 0.006657 10.0.0.41 - - [2026-03-19 03:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.41 - - [2026-03-19 03:45:10] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004949 10.0.0.41 - - [2026-03-19 03:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.41 - - [2026-03-19 03:45:14] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005328 10.0.0.41 - - [2026-03-19 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.41 - - [2026-03-19 03:45:18] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005429 10.0.0.41 - - [2026-03-19 03:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.41 - - [2026-03-19 03:45:22] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004949 10.0.0.41 - - [2026-03-19 03:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.011582 10.0.0.41 - - [2026-03-19 03:45:26] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008943 10.0.0.41 - - [2026-03-19 03:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.41 - - [2026-03-19 03:45:30] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005753 10.0.0.41 - - [2026-03-19 03:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.41 - - [2026-03-19 03:45:34] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007067 10.0.0.41 - - [2026-03-19 03:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.41 - - [2026-03-19 03:45:39] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005712 10.0.0.41 - - [2026-03-19 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.41 - - [2026-03-19 03:45:41] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004428 10.0.0.41 - - [2026-03-19 03:45:41] "GET /virtual-networks?parent_id=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003510 10.0.0.41 - - [2026-03-19 03:45:41] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005767 10.0.0.41 - - [2026-03-19 03:45:46] "POST /neutron/port HTTP/1.1" 200 1069 0.019634 10.0.0.41 - - [2026-03-19 03:45:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007407 10.0.0.41 - - [2026-03-19 03:45:56] "POST /neutron/port HTTP/1.1" 200 1069 0.017744 10.0.0.41 - - [2026-03-19 03:46:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.001441 10.0.0.41 - - [2026-03-19 03:46:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010669 10.0.0.27 - - [2026-03-19 03:46:03] "GET /projects?obj_uuids=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001807 10.0.0.41 - - [2026-03-19 03:46:03] "GET /project/bb0cc2ae-d010-4f25-8af7-009adc66aedc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.085334 10.0.0.41 - - [2026-03-19 03:46:03] "POST /neutron/port HTTP/1.1" 200 2041 0.024669 10.0.0.41 - - [2026-03-19 03:46:03] "POST /neutron/port HTTP/1.1" 200 117 0.005949 10.0.0.41 - - [2026-03-19 03:46:04] "POST /neutron/port HTTP/1.1" 200 1060 0.050031 10.0.0.41 - - [2026-03-19 03:46:04] "POST /neutron/port HTTP/1.1" 200 1124 0.019258 10.0.0.41 - - [2026-03-19 03:46:04] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.41 - - [2026-03-19 03:46:07] "POST /neutron/port HTTP/1.1" 200 1124 0.017607 10.0.0.41 - - [2026-03-19 03:46:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.008798 10.0.0.41 - - [2026-03-19 03:46:07] "POST /neutron/port HTTP/1.1" 200 1069 0.020337 10.0.0.41 - - [2026-03-19 03:46:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004411 10.0.0.41 - - [2026-03-19 03:46:08] "POST /neutron/network HTTP/1.1" 200 824 0.006873 10.0.0.41 - - [2026-03-19 03:46:08] "POST /neutron/port HTTP/1.1" 200 1124 0.016734 10.0.0.41 - - [2026-03-19 03:46:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006863 10.0.0.41 - - [2026-03-19 03:46:08] "GET /virtual-machine/3e748351-6ebc-43c0-b6bd-b32f176d77c9 HTTP/1.1" 200 1290 0.005908 10.0.0.41 - - [2026-03-19 03:46:08] "GET /virtual-machine-interface/42579bbd-e8ae-4347-bab3-e5c0a15558f7 HTTP/1.1" 200 2930 0.004759 10.0.0.41 - - [2026-03-19 03:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.41 - - [2026-03-19 03:46:08] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004234 10.0.0.41 - - [2026-03-19 03:46:08] "GET /virtual-networks?parent_id=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002743 10.0.0.41 - - [2026-03-19 03:46:08] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005688 10.0.0.41 - - [2026-03-19 03:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.41 - - [2026-03-19 03:46:11] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006897 10.0.0.41 - - [2026-03-19 03:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.41 - - [2026-03-19 03:46:16] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005718 10.0.0.41 - - [2026-03-19 03:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.41 - - [2026-03-19 03:46:20] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005428 10.0.0.41 - - [2026-03-19 03:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.41 - - [2026-03-19 03:46:24] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005754 10.0.0.41 - - [2026-03-19 03:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.010769 10.0.0.41 - - [2026-03-19 03:46:28] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006323 10.0.0.41 - - [2026-03-19 03:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.41 - - [2026-03-19 03:46:32] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005545 10.0.0.41 - - [2026-03-19 03:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.41 - - [2026-03-19 03:46:36] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005985 10.0.0.41 - - [2026-03-19 03:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.41 - - [2026-03-19 03:46:40] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005381 10.0.0.41 - - [2026-03-19 03:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.41 - - [2026-03-19 03:46:42] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004113 10.0.0.41 - - [2026-03-19 03:46:42] "GET /virtual-networks?parent_id=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002975 10.0.0.41 - - [2026-03-19 03:46:42] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005436 10.0.0.41 - - [2026-03-19 03:46:48] "POST /neutron/port HTTP/1.1" 200 1124 0.017668 10.0.0.41 - - [2026-03-19 03:46:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006923 10.0.0.41 - - [2026-03-19 03:46:58] "POST /neutron/port HTTP/1.1" 200 1124 0.016205 10.0.0.41 - - [2026-03-19 03:47:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009088 10.0.0.41 - - [2026-03-19 03:47:03] "POST /neutron/port HTTP/1.1" 200 1124 0.021707 10.0.0.41 - - [2026-03-19 03:47:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007414 10.0.0.41 - - [2026-03-19 03:47:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001191 10.0.0.41 - - [2026-03-19 03:47:04] "GET /virtual-machine/3e748351-6ebc-43c0-b6bd-b32f176d77c9 HTTP/1.1" 200 1290 0.003897 10.0.0.41 - - [2026-03-19 03:47:04] "GET /virtual-machine-interface/42579bbd-e8ae-4347-bab3-e5c0a15558f7 HTTP/1.1" 200 2930 0.006479 10.0.0.41 - - [2026-03-19 03:47:04] "GET /instance-ip/349b53e1-84ad-4ab6-859b-f02ade23f1a0 HTTP/1.1" 200 1617 0.006568 10.0.0.41 - - [2026-03-19 03:47:04] "GET /virtual-machine-interface/42579bbd-e8ae-4347-bab3-e5c0a15558f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2709 0.005991 10.0.0.41 - - [2026-03-19 03:47:04] "PUT /virtual-machine-interface/42579bbd-e8ae-4347-bab3-e5c0a15558f7 HTTP/1.1" 200 284 0.017836 10.0.0.41 - - [2026-03-19 03:47:07] "POST /neutron/port HTTP/1.1" 200 1124 0.018178 10.0.0.41 - - [2026-03-19 03:47:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003646 10.0.0.41 - - [2026-03-19 03:47:07] "POST /neutron/network HTTP/1.1" 200 824 0.007198 10.0.0.41 - - [2026-03-19 03:47:08] "POST /neutron/network HTTP/1.1" 200 834 0.007335 10.0.0.41 - - [2026-03-19 03:47:08] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.27 - - [2026-03-19 03:47:58] "GET /obj-perms HTTP/1.1" 200 5056 0.065454 10.0.0.41 - - [2026-03-19 03:47:58] "GET /obj-perms HTTP/1.1" 200 5056 0.062555 10.0.0.41 - - [2026-03-19 03:48:07] "POST /neutron/port HTTP/1.1" 200 1069 0.020228 10.0.0.41 - - [2026-03-19 03:48:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004041 10.0.0.41 - - [2026-03-19 03:48:08] "POST /neutron/port HTTP/1.1" 200 1124 0.019852 10.0.0.41 - - [2026-03-19 03:48:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005392 10.0.0.41 - - [2026-03-19 03:48:08] "POST /neutron/network HTTP/1.1" 200 824 0.007672 10.0.0.41 - - [2026-03-19 03:48:40] "DELETE /instance-ip/0f599d27-cda5-419a-ad35-af160e0c1955 HTTP/1.1" 200 115 0.056630 10.0.0.41 - - [2026-03-19 03:48:40] "DELETE /virtual-machine-interface/b95f846e-b79d-4872-94aa-0928865fcbd7 HTTP/1.1" 200 115 0.094161 10.0.0.41 - - [2026-03-19 03:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.41 - - [2026-03-19 03:48:40] "GET /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005240 10.0.0.41 - - [2026-03-19 03:48:40] "PUT /virtual-network/c2cd4c0e-8770-4ca5-bf52-a754e35d1dbd HTTP/1.1" 200 264 0.056485 10.0.0.41 - - [2026-03-19 03:48:40] "POST /neutron/network HTTP/1.1" 400 204 0.014438 10.0.0.27 - - [2026-03-19 03:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.047218 10.0.0.41 - - [2026-03-19 03:48:41] "POST /neutron/port HTTP/1.1" 200 1124 0.019611 10.0.0.41 - - [2026-03-19 03:48:42] "POST /neutron/network HTTP/1.1" 200 824 0.007273 10.0.0.27 - - [2026-03-19 03:48:42] "DELETE /route-target/b6b7b2b2-90c2-4b46-b99d-8716ac70dccd HTTP/1.1" 200 115 0.031256 10.0.0.27 - - [2026-03-19 03:48:44] "GET /projects?obj_uuids=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.036767 10.0.0.41 - - [2026-03-19 03:48:44] "GET /project/bb0cc2ae-d010-4f25-8af7-009adc66aedc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.111957 10.0.0.27 - - [2026-03-19 03:48:44] "GET /projects?obj_uuids=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.41 - - [2026-03-19 03:48:44] "GET /project/bb0cc2ae-d010-4f25-8af7-009adc66aedc?fields=virtual_networks HTTP/1.1" 200 1028 0.082665 10.0.0.27 - - [2026-03-19 03:48:44] "GET /projects?obj_uuids=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.41 - - [2026-03-19 03:48:44] "GET /project/bb0cc2ae-d010-4f25-8af7-009adc66aedc?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.035124 10.0.0.27 - - [2026-03-19 03:48:44] "GET /projects?obj_uuids=bb0cc2ae-d010-4f25-8af7-009adc66aedc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.41 - - [2026-03-19 03:48:44] "GET /project/bb0cc2ae-d010-4f25-8af7-009adc66aedc?fields=security_groups HTTP/1.1" 200 1252 0.039107 10.0.0.41 - - [2026-03-19 03:48:45] "POST /fqname-to-id HTTP/1.1" 404 185 0.047693 10.0.0.41 - - [2026-03-19 03:48:45] "POST /neutron/port HTTP/1.1" 400 205 0.003501 10.0.0.27 - - [2026-03-19 03:48:45] "GET /projects?obj_uuids=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003553 10.0.0.27 - - [2026-03-19 03:48:45] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.27 - - [2026-03-19 03:48:45] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042848 10.0.0.27 - - [2026-03-19 03:48:45] "POST /id-to-fqname HTTP/1.1" 200 187 0.007523 10.0.0.27 - - [2026-03-19 03:48:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.004581 10.0.0.27 - - [2026-03-19 03:48:46] "POST /security-groups HTTP/1.1" 200 588 0.077276 10.0.0.27 - - [2026-03-19 03:48:46] "POST /projects HTTP/1.1" 200 579 0.305741 10.0.0.27 - - [2026-03-19 03:48:46] "POST /fqname-to-id HTTP/1.1" 404 230 0.019854 10.0.0.27 - - [2026-03-19 03:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.384809 10.0.0.41 - - [2026-03-19 03:48:46] "GET /project/893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.568832 10.0.0.41 - - [2026-03-19 03:48:47] "GET / HTTP/1.1" 200 35931 0.001553 10.0.0.41 - - [2026-03-19 03:48:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.41 - - [2026-03-19 03:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.062763 10.0.0.27 - - [2026-03-19 03:48:49] "GET /projects?obj_uuids=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000831 10.0.0.41 - - [2026-03-19 03:48:49] "GET /project/893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.041539 10.0.0.27 - - [2026-03-19 03:48:50] "POST /ref-update HTTP/1.1" 200 156 0.030155 10.0.0.27 - - [2026-03-19 03:48:50] "POST /useragent-kv HTTP/1.1" 200 115 0.010127 10.0.0.41 - - [2026-03-19 03:48:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.249929 10.0.0.41 - - [2026-03-19 03:48:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001301 10.0.0.41 - - [2026-03-19 03:48:50] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005512 10.0.0.41 - - [2026-03-19 03:48:50] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005768 10.0.0.41 - - [2026-03-19 03:48:50] "POST /neutron/network HTTP/1.1" 200 828 0.006471 10.0.0.41 - - [2026-03-19 03:48:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.003147 10.0.0.41 - - [2026-03-19 03:48:50] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005437 10.0.0.41 - - [2026-03-19 03:48:50] "GET /virtual-machine-interface/d673e401-2523-40c6-81b1-c08e6d97c1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.009955 10.0.0.41 - - [2026-03-19 03:48:50] "GET /virtual-machine-interface/d673e401-2523-40c6-81b1-c08e6d97c1a9?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.013845 10.0.0.41 - - [2026-03-19 03:48:50] "GET /instance-ip/8a7f1408-036d-47c8-b385-3232dae34ca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.004435 10.0.0.41 - - [2026-03-19 03:48:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001316 10.0.0.41 - - [2026-03-19 03:48:51] "POST /neutron/network HTTP/1.1" 200 838 0.007043 10.0.0.27 - - [2026-03-19 03:48:51] "GET /projects?obj_uuids=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001045 10.0.0.41 - - [2026-03-19 03:48:51] "GET /project/893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.069535 10.0.0.41 - - [2026-03-19 03:48:51] "POST /neutron/port HTTP/1.1" 200 117 0.006505 10.0.0.41 - - [2026-03-19 03:48:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001141 10.0.0.41 - - [2026-03-19 03:48:52] "POST /neutron/port HTTP/1.1" 200 982 0.012384 10.0.0.41 - - [2026-03-19 03:48:52] "POST /neutron/port HTTP/1.1" 200 982 0.011743 10.0.0.41 - - [2026-03-19 03:48:52] "POST /neutron/port HTTP/1.1" 200 117 0.007567 10.0.0.27 - - [2026-03-19 03:48:52] "GET /projects?obj_uuids=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001354 10.0.0.41 - - [2026-03-19 03:48:52] "GET /project/893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.051579 10.0.0.41 - - [2026-03-19 03:48:52] "POST /fqname-to-id HTTP/1.1" 404 208 0.016484 10.0.0.41 - - [2026-03-19 03:48:52] "POST /interface-route-tables HTTP/1.1" 200 556 0.050662 10.0.0.41 - - [2026-03-19 03:48:52] "GET /interface-route-table/5b174b55-f7ed-42e2-9e51-b9b53c7cf1d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.013347 10.0.0.41 - - [2026-03-19 03:48:52] "POST /neutron/port HTTP/1.1" 200 1056 0.019034 10.0.0.27 - - [2026-03-19 03:48:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2026-03-19 03:48:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.41 - - [2026-03-19 03:48:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004271 10.0.0.41 - - [2026-03-19 03:48:53] "POST /neutron/network HTTP/1.1" 200 828 0.007114 10.0.0.41 - - [2026-03-19 03:48:53] "POST /neutron/port HTTP/1.1" 200 982 0.011624 10.0.0.41 - - [2026-03-19 03:48:53] "POST /neutron/port HTTP/1.1" 200 1084 0.025539 10.0.0.41 - - [2026-03-19 03:48:53] "POST /neutron/port HTTP/1.1" 200 117 0.001342 10.0.0.41 - - [2026-03-19 03:48:53] "GET /virtual-machine-interface/d673e401-2523-40c6-81b1-c08e6d97c1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.007142 10.0.0.41 - - [2026-03-19 03:48:53] "POST /ref-update HTTP/1.1" 200 156 0.016308 10.0.0.41 - - [2026-03-19 03:48:54] "POST /neutron/security_group HTTP/1.1" 200 2055 0.011277 10.0.0.242 - - [2026-03-19 03:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.242 - - [2026-03-19 03:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.27 - - [2026-03-19 03:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2026-03-19 03:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.242 - - [2026-03-19 03:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.242 - - [2026-03-19 03:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.002011 10.0.0.41 - - [2026-03-19 03:48:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.41 - - [2026-03-19 03:48:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2026-03-19 03:48:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.41 - - [2026-03-19 03:48:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.242 - - [2026-03-19 03:48:59] "GET /obj-perms HTTP/1.1" 200 5056 0.067047 10.0.0.41 - - [2026-03-19 03:48:59] "POST /neutron/port HTTP/1.1" 200 1120 0.018726 10.0.0.41 - - [2026-03-19 03:48:59] "POST /neutron/security_group HTTP/1.1" 200 2055 0.010363 10.0.0.41 - - [2026-03-19 03:48:59] "GET /virtual-machine/af4b53cb-50dc-41d3-bba0-93223057e3c0 HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-machine/af4b53cb-50dc-41d3-bba0-93223057e3c0 HTTP/1.1" 200 1290 0.045942 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-machine/af4b53cb-50dc-41d3-bba0-93223057e3c0 HTTP/1.1" 200 1290 0.004500 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-machine-interface/f1208cef-5780-4d6b-bff4-7d9b33073b4b HTTP/1.1" 200 2938 0.006628 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-machine/af4b53cb-50dc-41d3-bba0-93223057e3c0 HTTP/1.1" 200 1290 0.003549 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-machine-interface/f1208cef-5780-4d6b-bff4-7d9b33073b4b HTTP/1.1" 200 2938 0.005899 10.0.0.41 - - [2026-03-19 03:49:00] "GET /instance-ip/61ac735e-483f-4197-9fb5-a5427fea825a HTTP/1.1" 200 1617 0.005895 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-machine/af4b53cb-50dc-41d3-bba0-93223057e3c0 HTTP/1.1" 200 1290 0.004271 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-machine-interface/f1208cef-5780-4d6b-bff4-7d9b33073b4b HTTP/1.1" 200 2938 0.006474 10.0.0.41 - - [2026-03-19 03:49:00] "GET /instance-ip/61ac735e-483f-4197-9fb5-a5427fea825a HTTP/1.1" 200 1617 0.005053 10.0.0.41 - - [2026-03-19 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.41 - - [2026-03-19 03:49:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003818 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002964 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005600 10.0.0.41 - - [2026-03-19 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.009582 10.0.0.41 - - [2026-03-19 03:49:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004033 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003211 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005469 10.0.0.41 - - [2026-03-19 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.41 - - [2026-03-19 03:49:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004147 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003248 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005821 10.0.0.41 - - [2026-03-19 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.41 - - [2026-03-19 03:49:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003999 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003496 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006654 10.0.0.41 - - [2026-03-19 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.41 - - [2026-03-19 03:49:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003656 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003676 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006706 10.0.0.41 - - [2026-03-19 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.41 - - [2026-03-19 03:49:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004741 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003810 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006661 10.0.0.41 - - [2026-03-19 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.41 - - [2026-03-19 03:49:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005212 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004359 10.0.0.41 - - [2026-03-19 03:49:00] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006132 10.0.0.41 - - [2026-03-19 03:49:02] "POST /neutron/port HTTP/1.1" 200 1084 0.022532 10.0.0.41 - - [2026-03-19 03:49:03] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009030 10.0.0.41 - - [2026-03-19 03:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.41 - - [2026-03-19 03:49:04] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006771 10.0.0.27 - - [2026-03-19 03:49:05] "DELETE /project/893d2e4f09a842208b1eab5b51fa9a2c HTTP/1.1" 404 173 0.002851 10.0.0.27 - - [2026-03-19 03:49:05] "DELETE /project/bb0cc2ae-d010-4f25-8af7-009adc66aedc HTTP/1.1" 404 177 0.005053 10.0.0.41 - - [2026-03-19 03:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.41 - - [2026-03-19 03:49:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003773 10.0.0.41 - - [2026-03-19 03:49:06] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002806 10.0.0.41 - - [2026-03-19 03:49:06] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005323 10.0.0.41 - - [2026-03-19 03:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.41 - - [2026-03-19 03:49:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004105 10.0.0.41 - - [2026-03-19 03:49:06] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002944 10.0.0.41 - - [2026-03-19 03:49:06] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006381 10.0.0.41 - - [2026-03-19 03:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.41 - - [2026-03-19 03:49:06] "GET /routing-instance/10c59ed9-2921-41b5-981f-ca4ef409f78e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004390 10.0.0.41 - - [2026-03-19 03:49:06] "GET /route-target/655fa43e-a328-4732-ae9a-99c3e99c8773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004160 10.0.0.41 - - [2026-03-19 03:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.41 - - [2026-03-19 03:49:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003540 10.0.0.41 - - [2026-03-19 03:49:06] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003659 10.0.0.41 - - [2026-03-19 03:49:06] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005702 10.0.0.41 - - [2026-03-19 03:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.41 - - [2026-03-19 03:49:06] "GET /routing-instance/10c59ed9-2921-41b5-981f-ca4ef409f78e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004335 10.0.0.41 - - [2026-03-19 03:49:06] "GET /route-target/655fa43e-a328-4732-ae9a-99c3e99c8773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005095 10.0.0.41 - - [2026-03-19 03:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.41 - - [2026-03-19 03:49:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004023 10.0.0.41 - - [2026-03-19 03:49:07] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003094 10.0.0.41 - - [2026-03-19 03:49:07] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008922 10.0.0.41 - - [2026-03-19 03:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.41 - - [2026-03-19 03:49:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004336 10.0.0.41 - - [2026-03-19 03:49:07] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002797 10.0.0.41 - - [2026-03-19 03:49:07] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005862 10.0.0.41 - - [2026-03-19 03:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.41 - - [2026-03-19 03:49:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004308 10.0.0.41 - - [2026-03-19 03:49:07] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003634 10.0.0.41 - - [2026-03-19 03:49:07] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005639 10.0.0.41 - - [2026-03-19 03:49:08] "POST /neutron/network HTTP/1.1" 200 838 0.006640 10.0.0.41 - - [2026-03-19 03:49:08] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.27 - - [2026-03-19 03:49:09] "GET /obj-perms HTTP/1.1" 200 5024 0.059347 10.0.0.41 - - [2026-03-19 03:49:10] "POST /neutron/port HTTP/1.1" 200 1120 0.048291 10.0.0.41 - - [2026-03-19 03:49:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.008337 10.0.0.41 - - [2026-03-19 03:49:12] "GET /obj-perms HTTP/1.1" 200 5024 0.058860 10.0.0.27 - - [2026-03-19 03:49:12] "GET /obj-perms HTTP/1.1" 200 5024 0.003783 10.0.0.41 - - [2026-03-19 03:49:12] "GET /obj-perms HTTP/1.1" 200 5024 0.004128 10.0.0.27 - - [2026-03-19 03:49:13] "GET /obj-perms HTTP/1.1" 200 5024 0.004002 10.0.0.41 - - [2026-03-19 03:49:13] "POST /neutron/port HTTP/1.1" 200 1084 0.018366 10.0.0.41 - - [2026-03-19 03:49:13] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007263 10.0.0.41 - - [2026-03-19 03:49:13] "GET /virtual-machine/68ab59a9-4798-4035-a6d8-a33ba5b374d5 HTTP/1.1" 200 1267 0.005728 10.0.0.41 - - [2026-03-19 03:49:13] "GET /virtual-machine-interface/d673e401-2523-40c6-81b1-c08e6d97c1a9 HTTP/1.1" 200 3149 0.005676 10.0.0.41 - - [2026-03-19 03:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.41 - - [2026-03-19 03:49:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004868 10.0.0.41 - - [2026-03-19 03:49:13] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003430 10.0.0.41 - - [2026-03-19 03:49:13] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005688 10.0.0.41 - - [2026-03-19 03:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.41 - - [2026-03-19 03:49:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003813 10.0.0.41 - - [2026-03-19 03:49:14] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003081 10.0.0.41 - - [2026-03-19 03:49:14] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005332 10.0.0.41 - - [2026-03-19 03:49:15] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005279 10.0.0.41 - - [2026-03-19 03:49:15] "GET /virtual-machine/af4b53cb-50dc-41d3-bba0-93223057e3c0 HTTP/1.1" 200 1290 0.004279 10.0.0.41 - - [2026-03-19 03:49:16] "POST /neutron/port HTTP/1.1" 200 1120 0.015290 10.0.0.41 - - [2026-03-19 03:49:17] "GET /virtual-machine/af4b53cb-50dc-41d3-bba0-93223057e3c0 HTTP/1.1" 404 171 0.003335 10.0.0.41 - - [2026-03-19 03:49:17] "GET /virtual-machine/af4b53cb-50dc-41d3-bba0-93223057e3c0 HTTP/1.1" 404 171 0.002975 10.0.0.41 - - [2026-03-19 03:49:17] "GET /virtual-machine/af4b53cb-50dc-41d3-bba0-93223057e3c0 HTTP/1.1" 404 171 0.002861 10.0.0.41 - - [2026-03-19 03:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.41 - - [2026-03-19 03:49:18] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003724 10.0.0.41 - - [2026-03-19 03:49:18] "GET /virtual-networks?parent_id=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003577 10.0.0.41 - - [2026-03-19 03:49:18] "GET /virtual-network/999ad683-d07a-44c7-8726-7c8de4b0f268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006447 10.0.0.41 - - [2026-03-19 03:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.41 - - [2026-03-19 03:49:18] "GET /routing-instance/10c59ed9-2921-41b5-981f-ca4ef409f78e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004045 10.0.0.41 - - [2026-03-19 03:49:18] "GET /route-target/655fa43e-a328-4732-ae9a-99c3e99c8773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004216 10.0.0.41 - - [2026-03-19 03:49:18] "GET /obj-perms HTTP/1.1" 200 5024 0.003858 10.0.0.27 - - [2026-03-19 03:49:21] "GET /obj-perms HTTP/1.1" 200 5024 0.003642 10.0.0.41 - - [2026-03-19 03:49:27] "GET /obj-perms HTTP/1.1" 200 5024 0.004042 10.0.0.27 - - [2026-03-19 03:49:30] "GET /obj-perms HTTP/1.1" 200 5024 0.003408 10.0.0.41 - - [2026-03-19 03:49:36] "GET /obj-perms HTTP/1.1" 200 5024 0.004038 10.0.0.27 - - [2026-03-19 03:49:39] "GET /obj-perms HTTP/1.1" 200 5024 0.004022 10.0.0.41 - - [2026-03-19 03:49:43] "GET /obj-perms HTTP/1.1" 200 5024 0.003502 10.0.0.242 - - [2026-03-19 03:49:43] "GET /obj-perms HTTP/1.1" 200 5024 0.082407 10.0.0.41 - - [2026-03-19 03:49:43] "GET /interface-route-table/5b174b55-f7ed-42e2-9e51-b9b53c7cf1d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.003819 10.0.0.41 - - [2026-03-19 03:49:43] "GET /virtual-machine-interface/d673e401-2523-40c6-81b1-c08e6d97c1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2928 0.004812 10.0.0.41 - - [2026-03-19 03:49:43] "POST /ref-update HTTP/1.1" 200 156 0.015530 10.0.0.41 - - [2026-03-19 03:49:43] "DELETE /interface-route-table/5b174b55-f7ed-42e2-9e51-b9b53c7cf1d3 HTTP/1.1" 200 115 0.029052 10.0.0.41 - - [2026-03-19 03:49:43] "POST /neutron/port HTTP/1.1" 200 1074 0.016637 10.0.0.27 - - [2026-03-19 03:49:43] "POST /useragent-kv HTTP/1.1" 200 115 0.009220 10.0.0.27 - - [2026-03-19 03:49:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005002 10.0.0.41 - - [2026-03-19 03:49:43] "POST /neutron/network HTTP/1.1" 200 151 0.133395 10.0.0.27 - - [2026-03-19 03:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.27 - - [2026-03-19 03:49:45] "GET /projects?obj_uuids=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000994 10.0.0.41 - - [2026-03-19 03:49:45] "GET /project/893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.048595 10.0.0.27 - - [2026-03-19 03:49:45] "GET /projects?obj_uuids=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001184 10.0.0.41 - - [2026-03-19 03:49:45] "GET /project/893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c?fields=virtual_networks HTTP/1.1" 200 1025 0.048930 10.0.0.27 - - [2026-03-19 03:49:45] "GET /projects?obj_uuids=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001073 10.0.0.41 - - [2026-03-19 03:49:45] "GET /project/893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.047192 10.0.0.27 - - [2026-03-19 03:49:45] "GET /projects?obj_uuids=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000902 10.0.0.41 - - [2026-03-19 03:49:45] "GET /project/893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c?fields=security_groups HTTP/1.1" 200 1248 0.043120 10.0.0.41 - - [2026-03-19 03:49:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.029964 10.0.0.27 - - [2026-03-19 03:49:46] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002774 10.0.0.27 - - [2026-03-19 03:49:46] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.27 - - [2026-03-19 03:49:46] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007097 10.0.0.27 - - [2026-03-19 03:49:46] "POST /id-to-fqname HTTP/1.1" 200 194 0.001233 10.0.0.27 - - [2026-03-19 03:49:46] "POST /fqname-to-id HTTP/1.1" 404 203 0.007323 10.0.0.27 - - [2026-03-19 03:49:46] "POST /security-groups HTTP/1.1" 200 595 0.032678 10.0.0.27 - - [2026-03-19 03:49:46] "POST /projects HTTP/1.1" 200 593 0.239593 10.0.0.27 - - [2026-03-19 03:49:46] "POST /access-control-lists HTTP/1.1" 200 600 0.026070 10.0.0.27 - - [2026-03-19 03:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.313884 10.0.0.41 - - [2026-03-19 03:49:47] "GET /project/f7ade901-7cfb-4d3e-a6df-348faaafd293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.462344 10.0.0.41 - - [2026-03-19 03:49:48] "GET / HTTP/1.1" 200 35931 0.001490 10.0.0.41 - - [2026-03-19 03:49:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.41 - - [2026-03-19 03:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.064435 10.0.0.27 - - [2026-03-19 03:49:49] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000871 10.0.0.41 - - [2026-03-19 03:49:49] "GET /project/f7ade901-7cfb-4d3e-a6df-348faaafd293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.041052 10.0.0.41 - - [2026-03-19 03:49:49] "POST /neutron/network HTTP/1.1" 200 117 0.050485 10.0.0.27 - - [2026-03-19 03:49:49] "POST /route-targets HTTP/1.1" 200 327 0.014384 10.0.0.41 - - [2026-03-19 03:49:49] "POST /neutron/network HTTP/1.1" 200 829 0.009441 10.0.0.41 - - [2026-03-19 03:49:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001252 10.0.0.41 - - [2026-03-19 03:49:49] "GET /virtual-network/c8c29b46-4b84-4ea9-a722-ec0fde598218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006152 10.0.0.41 - - [2026-03-19 03:49:50] "GET /virtual-network/c8c29b46-4b84-4ea9-a722-ec0fde598218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007145 10.0.0.41 - - [2026-03-19 03:49:50] "POST /neutron/subnet HTTP/1.1" 200 730 0.011043 10.0.0.41 - - [2026-03-19 03:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.27 - - [2026-03-19 03:49:50] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000886 10.0.0.41 - - [2026-03-19 03:49:50] "GET /project/f7ade901-7cfb-4d3e-a6df-348faaafd293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.044905 10.0.0.27 - - [2026-03-19 03:49:50] "POST /ref-update HTTP/1.1" 200 156 0.029875 10.0.0.27 - - [2026-03-19 03:49:50] "POST /useragent-kv HTTP/1.1" 200 115 0.011802 10.0.0.41 - - [2026-03-19 03:49:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.217324 10.0.0.41 - - [2026-03-19 03:49:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001173 10.0.0.41 - - [2026-03-19 03:49:50] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005244 10.0.0.41 - - [2026-03-19 03:49:50] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006506 10.0.0.41 - - [2026-03-19 03:49:50] "POST /neutron/network HTTP/1.1" 200 827 0.006465 10.0.0.41 - - [2026-03-19 03:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.27 - - [2026-03-19 03:49:50] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000946 10.0.0.41 - - [2026-03-19 03:49:50] "GET /project/f7ade901-7cfb-4d3e-a6df-348faaafd293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043585 10.0.0.27 - - [2026-03-19 03:49:50] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001339 10.0.0.41 - - [2026-03-19 03:49:51] "POST /neutron/network HTTP/1.1" 200 609 0.138660 10.0.0.41 - - [2026-03-19 03:49:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.003179 10.0.0.41 - - [2026-03-19 03:49:51] "GET /virtual-network/9e26e622-e33f-431f-9b5f-5835d2f8b31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005011 10.0.0.41 - - [2026-03-19 03:49:51] "POST /neutron/network HTTP/1.1" 200 828 0.006607 10.0.0.41 - - [2026-03-19 03:49:51] "GET /virtual-network/9e26e622-e33f-431f-9b5f-5835d2f8b31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005347 10.0.0.41 - - [2026-03-19 03:49:51] "POST /fqname-to-id HTTP/1.1" 404 214 0.007289 10.0.0.41 - - [2026-03-19 03:49:51] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005040 10.0.0.27 - - [2026-03-19 03:49:51] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000911 10.0.0.41 - - [2026-03-19 03:49:51] "POST /neutron/port HTTP/1.1" 200 989 0.261323 10.0.0.41 - - [2026-03-19 03:49:51] "GET /virtual-machine-interface/f02b0660-8bb4-4474-a001-94c1f94a1c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005277 10.0.0.41 - - [2026-03-19 03:49:51] "GET /virtual-machine-interface/f02b0660-8bb4-4474-a001-94c1f94a1c38?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.005182 10.0.0.41 - - [2026-03-19 03:49:51] "GET /instance-ip/3b957b11-11aa-4a9f-9ac5-704c5830852d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004225 10.0.0.41 - - [2026-03-19 03:49:51] "POST /fqname-to-id HTTP/1.1" 404 214 0.002977 10.0.0.41 - - [2026-03-19 03:49:51] "GET /virtual-network/c8c29b46-4b84-4ea9-a722-ec0fde598218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006816 10.0.0.27 - - [2026-03-19 03:49:51] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001738 10.0.0.41 - - [2026-03-19 03:49:51] "GET /project/f7ade901-7cfb-4d3e-a6df-348faaafd293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.060986 10.0.0.41 - - [2026-03-19 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.41 - - [2026-03-19 03:49:51] "GET /security-group/ea663aa9-1340-476a-b1a4-4f3f59b28034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005696 10.0.0.41 - - [2026-03-19 03:49:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.092998 10.0.0.41 - - [2026-03-19 03:49:52] "POST /instance-ips HTTP/1.1" 200 357 0.055419 10.0.0.41 - - [2026-03-19 03:49:52] "GET /virtual-machine-interface/0c4794d5-581c-42bc-bdca-7f125852b60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005365 10.0.0.41 - - [2026-03-19 03:49:52] "GET /virtual-machine-interface/0c4794d5-581c-42bc-bdca-7f125852b60d?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.012253 10.0.0.41 - - [2026-03-19 03:49:52] "GET /instance-ip/0303f2a8-761e-406a-ab0d-c7391b10c3a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.006621 10.0.0.41 - - [2026-03-19 03:49:52] "POST /fqname-to-id HTTP/1.1" 404 214 0.004584 10.0.0.41 - - [2026-03-19 03:49:52] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006776 10.0.0.41 - - [2026-03-19 03:49:52] "GET /virtual-machine-interface/3bd635e2-c4de-4681-ad54-5922af6b19d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.007883 10.0.0.41 - - [2026-03-19 03:49:52] "GET /virtual-machine-interface/3bd635e2-c4de-4681-ad54-5922af6b19d2?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.010801 10.0.0.41 - - [2026-03-19 03:49:52] "GET /instance-ip/7f9dcd09-df60-43c3-86ba-99b7ea49668e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.004405 10.0.0.41 - - [2026-03-19 03:49:52] "POST /fqname-to-id HTTP/1.1" 404 214 0.003038 10.0.0.41 - - [2026-03-19 03:49:52] "GET /virtual-network/c8c29b46-4b84-4ea9-a722-ec0fde598218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006112 10.0.0.27 - - [2026-03-19 03:49:52] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000910 10.0.0.41 - - [2026-03-19 03:49:52] "GET /project/f7ade901-7cfb-4d3e-a6df-348faaafd293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043153 10.0.0.41 - - [2026-03-19 03:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.41 - - [2026-03-19 03:49:52] "GET /security-group/ea663aa9-1340-476a-b1a4-4f3f59b28034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004395 10.0.0.41 - - [2026-03-19 03:49:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.106092 10.0.0.41 - - [2026-03-19 03:49:53] "POST /instance-ips HTTP/1.1" 200 357 0.037262 10.0.0.41 - - [2026-03-19 03:49:53] "GET /virtual-machine-interface/5cd65c50-f342-4cd5-9b0f-01b46e43dc80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006075 10.0.0.41 - - [2026-03-19 03:49:53] "GET /virtual-machine-interface/5cd65c50-f342-4cd5-9b0f-01b46e43dc80?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.010589 10.0.0.41 - - [2026-03-19 03:49:53] "GET /instance-ip/c535459f-d309-467d-a90e-f71b9f0a70bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.004934 10.0.0.41 - - [2026-03-19 03:49:53] "POST /fqname-to-id HTTP/1.1" 404 214 0.003806 10.0.0.41 - - [2026-03-19 03:49:53] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006954 10.0.0.41 - - [2026-03-19 03:49:53] "GET /virtual-machine-interface/c983d19a-4c5f-4f35-9810-0d8877e20107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007753 10.0.0.41 - - [2026-03-19 03:49:53] "GET /virtual-machine-interface/c983d19a-4c5f-4f35-9810-0d8877e20107?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.009274 10.0.0.41 - - [2026-03-19 03:49:53] "GET /instance-ip/8d3db9fe-f38d-4c70-bac4-e5e2d3d0f81f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004314 10.0.0.41 - - [2026-03-19 03:49:53] "POST /fqname-to-id HTTP/1.1" 404 214 0.002873 10.0.0.41 - - [2026-03-19 03:49:53] "GET /virtual-network/9e26e622-e33f-431f-9b5f-5835d2f8b31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005535 10.0.0.27 - - [2026-03-19 03:49:53] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001167 10.0.0.41 - - [2026-03-19 03:49:53] "GET /project/f7ade901-7cfb-4d3e-a6df-348faaafd293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.038232 10.0.0.41 - - [2026-03-19 03:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.41 - - [2026-03-19 03:49:53] "GET /security-group/ea663aa9-1340-476a-b1a4-4f3f59b28034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004488 10.0.0.41 - - [2026-03-19 03:49:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.103698 10.0.0.41 - - [2026-03-19 03:49:54] "POST /instance-ips HTTP/1.1" 200 357 0.050215 10.0.0.41 - - [2026-03-19 03:49:54] "GET /virtual-machine-interface/4f27638f-c096-45ad-8b0a-d8f5c338b6cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006114 10.0.0.41 - - [2026-03-19 03:49:54] "GET /virtual-machine-interface/4f27638f-c096-45ad-8b0a-d8f5c338b6cd?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009295 10.0.0.41 - - [2026-03-19 03:49:54] "GET /instance-ip/05cc102f-02cc-41b4-95ed-665ee18a6a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004579 10.0.0.41 - - [2026-03-19 03:49:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001363 10.0.0.41 - - [2026-03-19 03:49:55] "POST /neutron/port HTTP/1.1" 200 989 0.011974 10.0.0.41 - - [2026-03-19 03:49:55] "POST /neutron/port HTTP/1.1" 200 989 0.013604 10.0.0.41 - - [2026-03-19 03:49:56] "POST /neutron/port HTTP/1.1" 200 117 0.007313 10.0.0.41 - - [2026-03-19 03:49:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001202 10.0.0.41 - - [2026-03-19 03:49:56] "POST /neutron/port HTTP/1.1" 200 989 0.011225 10.0.0.41 - - [2026-03-19 03:49:56] "POST /neutron/port HTTP/1.1" 200 989 0.012098 10.0.0.41 - - [2026-03-19 03:49:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003922 10.0.0.41 - - [2026-03-19 03:49:57] "POST /neutron/network HTTP/1.1" 200 827 0.007494 10.0.0.27 - - [2026-03-19 03:49:57] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000998 10.0.0.41 - - [2026-03-19 03:49:57] "GET /project/f7ade901-7cfb-4d3e-a6df-348faaafd293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.093938 10.0.0.41 - - [2026-03-19 03:49:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007809 10.0.0.41 - - [2026-03-19 03:49:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001238 10.0.0.41 - - [2026-03-19 03:49:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007013 10.0.0.41 - - [2026-03-19 03:49:57] "POST /neutron/network HTTP/1.1" 200 838 0.007065 10.0.0.41 - - [2026-03-19 03:49:57] "POST /neutron/port HTTP/1.1" 200 989 0.012095 10.0.0.41 - - [2026-03-19 03:49:58] "POST /neutron/port HTTP/1.1" 200 1064 0.017465 10.0.0.41 - - [2026-03-19 03:49:58] "POST /neutron/port HTTP/1.1" 200 117 0.005594 10.0.0.41 - - [2026-03-19 03:49:58] "POST /neutron/router HTTP/1.1" 200 598 0.012178 10.0.0.27 - - [2026-03-19 03:49:58] "POST /route-targets HTTP/1.1" 200 327 0.023429 10.0.0.41 - - [2026-03-19 03:49:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003918 10.0.0.41 - - [2026-03-19 03:49:58] "POST /neutron/network HTTP/1.1" 200 828 0.005430 10.0.0.41 - - [2026-03-19 03:49:59] "POST /neutron/port HTTP/1.1" 200 989 0.019373 10.0.0.27 - - [2026-03-19 03:49:59] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001113 10.0.0.41 - - [2026-03-19 03:49:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004823 10.0.0.41 - - [2026-03-19 03:49:59] "POST /neutron/network HTTP/1.1" 200 827 0.008587 10.0.0.41 - - [2026-03-19 03:49:59] "POST /neutron/router HTTP/1.1" 200 344 0.454784 10.0.0.27 - - [2026-03-19 03:49:59] "POST /ref-update HTTP/1.1" 200 156 0.021288 10.0.0.41 - - [2026-03-19 03:49:59] "POST /neutron/port HTTP/1.1" 200 1091 0.018644 10.0.0.41 - - [2026-03-19 03:50:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009003 10.0.0.41 - - [2026-03-19 03:50:00] "GET /virtual-machine/7756b84b-027f-49ae-ba63-023d6f16617d HTTP/1.1" 401 292 0.000562 10.0.0.41 - - [2026-03-19 03:50:00] "GET /virtual-machine/7756b84b-027f-49ae-ba63-023d6f16617d HTTP/1.1" 200 1274 0.060971 10.0.0.41 - - [2026-03-19 03:50:00] "GET /virtual-machine-interface/f02b0660-8bb4-4474-a001-94c1f94a1c38 HTTP/1.1" 200 3187 0.006744 10.0.0.41 - - [2026-03-19 03:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.41 - - [2026-03-19 03:50:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006264 10.0.0.41 - - [2026-03-19 03:50:00] "GET /virtual-networks?parent_id=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003933 10.0.0.41 - - [2026-03-19 03:50:00] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006041 10.0.0.41 - - [2026-03-19 03:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.41 - - [2026-03-19 03:50:03] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005584 10.0.0.27 - - [2026-03-19 03:50:05] "DELETE /project/f7ade9017cfb4d3ea6df348faaafd293 HTTP/1.1" 404 173 0.006987 10.0.0.27 - - [2026-03-19 03:50:05] "GET /projects?obj_uuids=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000846 10.0.0.27 - - [2026-03-19 03:50:05] "GET /project/893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.052601 10.0.0.27 - - [2026-03-19 03:50:05] "GET /projects?obj_uuids=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001015 10.0.0.27 - - [2026-03-19 03:50:05] "GET /project/893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c?fields=security_groups HTTP/1.1" 200 1095 0.060694 10.0.0.27 - - [2026-03-19 03:50:05] "GET /projects?obj_uuids=893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000953 10.0.0.27 - - [2026-03-19 03:50:05] "GET /project/893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c?fields=application_policy_sets HTTP/1.1" 200 1392 0.070309 10.0.0.27 - - [2026-03-19 03:50:05] "DELETE /project/893d2e4f-09a8-4220-8b1e-ab5b51fa9a2c HTTP/1.1" 200 115 0.455836 10.0.0.41 - - [2026-03-19 03:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.41 - - [2026-03-19 03:50:07] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005189 10.0.0.41 - - [2026-03-19 03:50:08] "POST /neutron/network HTTP/1.1" 200 838 0.007521 10.0.0.41 - - [2026-03-19 03:50:08] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.41 - - [2026-03-19 03:50:09] "POST /neutron/port HTTP/1.1" 200 1091 0.018488 10.0.0.41 - - [2026-03-19 03:50:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.009707 10.0.0.41 - - [2026-03-19 03:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.41 - - [2026-03-19 03:50:11] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006022 10.0.0.41 - - [2026-03-19 03:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.41 - - [2026-03-19 03:50:15] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005895 10.0.0.41 - - [2026-03-19 03:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.41 - - [2026-03-19 03:50:20] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005502 10.0.0.41 - - [2026-03-19 03:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.41 - - [2026-03-19 03:50:24] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007509 10.0.0.41 - - [2026-03-19 03:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.41 - - [2026-03-19 03:50:28] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005981 10.0.0.41 - - [2026-03-19 03:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.41 - - [2026-03-19 03:50:32] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005227 10.0.0.41 - - [2026-03-19 03:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.41 - - [2026-03-19 03:50:36] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005836 10.0.0.41 - - [2026-03-19 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.41 - - [2026-03-19 03:50:40] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005434 10.0.0.41 - - [2026-03-19 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.41 - - [2026-03-19 03:50:42] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003618 10.0.0.41 - - [2026-03-19 03:50:42] "GET /virtual-networks?parent_id=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003452 10.0.0.41 - - [2026-03-19 03:50:42] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006310 10.0.0.41 - - [2026-03-19 03:50:42] "POST /neutron/port HTTP/1.1" 200 1091 0.017659 10.0.0.41 - - [2026-03-19 03:50:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007307 10.0.0.41 - - [2026-03-19 03:50:53] "POST /neutron/port HTTP/1.1" 200 1091 0.018926 10.0.0.41 - - [2026-03-19 03:50:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.038049 10.0.0.41 - - [2026-03-19 03:50:58] "POST /neutron/port HTTP/1.1" 200 1091 0.017095 10.0.0.27 - - [2026-03-19 03:51:01] "GET /obj-perms HTTP/1.1" 200 5056 0.077442 10.0.0.41 - - [2026-03-19 03:51:01] "GET /obj-perms HTTP/1.1" 200 5056 0.071406 10.0.0.41 - - [2026-03-19 03:51:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007895 10.0.0.41 - - [2026-03-19 03:51:03] "POST /neutron/port HTTP/1.1" 200 1128 0.023657 10.0.0.41 - - [2026-03-19 03:51:03] "GET /virtual-machine/11d492b7-e3a4-4c5d-b5e6-f9ac35a3c424 HTTP/1.1" 200 1296 0.007541 10.0.0.41 - - [2026-03-19 03:51:03] "GET /virtual-machine-interface/e5d1fe77-0c12-4158-ba6a-6b5639790bd9 HTTP/1.1" 200 2961 0.006057 10.0.0.41 - - [2026-03-19 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.41 - - [2026-03-19 03:51:03] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004364 10.0.0.41 - - [2026-03-19 03:51:03] "GET /virtual-networks?parent_id=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003006 10.0.0.41 - - [2026-03-19 03:51:03] "GET /virtual-network/9e26e622-e33f-431f-9b5f-5835d2f8b31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006275 10.0.0.41 - - [2026-03-19 03:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009838 10.0.0.41 - - [2026-03-19 03:51:05] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003981 10.0.0.41 - - [2026-03-19 03:51:05] "GET /virtual-networks?parent_id=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003660 10.0.0.41 - - [2026-03-19 03:51:05] "GET /virtual-network/9e26e622-e33f-431f-9b5f-5835d2f8b31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006691 10.0.0.41 - - [2026-03-19 03:51:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009759 10.0.0.41 - - [2026-03-19 03:51:05] "POST /neutron/port HTTP/1.1" 200 1091 0.019631 10.0.0.41 - - [2026-03-19 03:51:05] "GET /virtual-machine/4328db38-fedc-4627-905e-72989e40880c HTTP/1.1" 200 1274 0.005926 10.0.0.41 - - [2026-03-19 03:51:05] "GET /virtual-machine-interface/c983d19a-4c5f-4f35-9810-0d8877e20107 HTTP/1.1" 200 3187 0.004853 10.0.0.41 - - [2026-03-19 03:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.41 - - [2026-03-19 03:51:05] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003768 10.0.0.41 - - [2026-03-19 03:51:05] "GET /virtual-networks?parent_id=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003262 10.0.0.41 - - [2026-03-19 03:51:05] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.011329 10.0.0.41 - - [2026-03-19 03:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.41 - - [2026-03-19 03:51:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003806 10.0.0.41 - - [2026-03-19 03:51:06] "GET /virtual-networks?parent_id=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003809 10.0.0.41 - - [2026-03-19 03:51:06] "GET /virtual-network/29fbfc9b-9e0d-438a-868a-978a07116e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005487 10.0.0.41 - - [2026-03-19 03:51:09] "POST /neutron/port HTTP/1.1" 200 1128 0.046740 10.0.0.41 - - [2026-03-19 03:51:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.010229 10.0.0.41 - - [2026-03-19 03:51:11] "POST /neutron/port HTTP/1.1" 200 1091 0.017064 10.0.0.41 - - [2026-03-19 03:51:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004081 10.0.0.41 - - [2026-03-19 03:51:12] "POST /neutron/network HTTP/1.1" 200 827 0.007170 10.0.0.41 - - [2026-03-19 03:52:11] "POST /neutron/network HTTP/1.1" 200 838 0.006380 10.0.0.41 - - [2026-03-19 03:52:11] "POST /neutron/port HTTP/1.1" 200 117 0.001510 10.0.0.41 - - [2026-03-19 03:52:14] "POST /neutron/port HTTP/1.1" 200 1091 0.018952 10.0.0.41 - - [2026-03-19 03:52:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.009295 10.0.0.41 - - [2026-03-19 03:52:24] "POST /neutron/router HTTP/1.1" 200 598 0.006426 10.0.0.27 - - [2026-03-19 03:52:24] "POST /ref-update HTTP/1.1" 200 156 0.019364 10.0.0.41 - - [2026-03-19 03:52:24] "POST /neutron/router HTTP/1.1" 200 344 0.159443 10.0.0.27 - - [2026-03-19 03:52:24] "GET /logical-router/133acd8f-f755-42c4-b159-ff2607317ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.082213 10.0.0.27 - - [2026-03-19 03:52:24] "DELETE /route-target/fca0db74-a54e-4bed-991d-99b4d63a524e HTTP/1.1" 200 115 0.026275 10.0.0.41 - - [2026-03-19 03:52:25] "POST /neutron/port HTTP/1.1" 200 1128 0.019237 10.0.0.41 - - [2026-03-19 03:52:26] "DELETE /instance-ip/05cc102f-02cc-41b4-95ed-665ee18a6a1f HTTP/1.1" 200 115 0.060955 10.0.0.41 - - [2026-03-19 03:52:26] "DELETE /virtual-machine-interface/4f27638f-c096-45ad-8b0a-d8f5c338b6cd HTTP/1.1" 200 115 0.131120 10.0.0.41 - - [2026-03-19 03:52:26] "POST /neutron/port HTTP/1.1" 200 1081 0.019399 10.0.0.41 - - [2026-03-19 03:52:27] "DELETE /instance-ip/c535459f-d309-467d-a90e-f71b9f0a70bd HTTP/1.1" 200 115 0.057488 10.0.0.41 - - [2026-03-19 03:52:27] "DELETE /virtual-machine-interface/5cd65c50-f342-4cd5-9b0f-01b46e43dc80 HTTP/1.1" 200 115 0.119583 10.0.0.41 - - [2026-03-19 03:52:27] "POST /neutron/port HTTP/1.1" 200 151 0.137633 10.0.0.41 - - [2026-03-19 03:52:27] "DELETE /instance-ip/0303f2a8-761e-406a-ab0d-c7391b10c3a2 HTTP/1.1" 200 115 0.055190 10.0.0.41 - - [2026-03-19 03:52:27] "DELETE /virtual-machine-interface/0c4794d5-581c-42bc-bdca-7f125852b60d HTTP/1.1" 200 115 0.080065 10.0.0.41 - - [2026-03-19 03:52:27] "POST /neutron/network HTTP/1.1" 200 828 0.007691 10.0.0.27 - - [2026-03-19 03:52:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004293 10.0.0.27 - - [2026-03-19 03:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.27 - - [2026-03-19 03:52:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002618 10.0.0.41 - - [2026-03-19 03:52:28] "POST /neutron/network HTTP/1.1" 200 151 0.186185 10.0.0.27 - - [2026-03-19 03:52:28] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001086 10.0.0.27 - - [2026-03-19 03:52:28] "DELETE /route-target/d303193c-1543-42ee-8207-e1fe0b990afa HTTP/1.1" 200 115 0.045156 10.0.0.41 - - [2026-03-19 03:52:28] "GET /project/f7ade901-7cfb-4d3e-a6df-348faaafd293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.059664 10.0.0.27 - - [2026-03-19 03:52:28] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000975 10.0.0.41 - - [2026-03-19 03:52:28] "GET /project/f7ade901-7cfb-4d3e-a6df-348faaafd293?fields=virtual_networks HTTP/1.1" 200 1040 0.048367 10.0.0.27 - - [2026-03-19 03:52:28] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001071 10.0.0.41 - - [2026-03-19 03:52:28] "GET /project/f7ade901-7cfb-4d3e-a6df-348faaafd293?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.056309 10.0.0.27 - - [2026-03-19 03:52:28] "GET /projects?obj_uuids=f7ade901-7cfb-4d3e-a6df-348faaafd293&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001011 10.0.0.41 - - [2026-03-19 03:52:28] "GET /project/f7ade901-7cfb-4d3e-a6df-348faaafd293?fields=security_groups HTTP/1.1" 200 1270 0.038133 10.0.0.41 - - [2026-03-19 03:52:29] "POST /fqname-to-id HTTP/1.1" 404 187 0.033046 10.0.0.27 - - [2026-03-19 03:52:29] "GET /projects?obj_uuids=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002956 10.0.0.27 - - [2026-03-19 03:52:29] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.27 - - [2026-03-19 03:52:29] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008105 10.0.0.27 - - [2026-03-19 03:52:29] "POST /id-to-fqname HTTP/1.1" 200 189 0.005799 10.0.0.27 - - [2026-03-19 03:52:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.009694 10.0.0.27 - - [2026-03-19 03:52:30] "POST /security-groups HTTP/1.1" 200 590 0.033870 10.0.0.27 - - [2026-03-19 03:52:30] "POST /projects HTTP/1.1" 200 583 0.261447 10.0.0.27 - - [2026-03-19 03:52:30] "POST /fqname-to-id HTTP/1.1" 404 232 0.010735 10.0.0.27 - - [2026-03-19 03:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.356799 10.0.0.41 - - [2026-03-19 03:52:30] "GET /project/639d9e24-9597-4137-a917-1f1c17a6a6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.507956 10.0.0.41 - - [2026-03-19 03:52:30] "POST /neutron/port HTTP/1.1" 200 117 0.009008 10.0.0.41 - - [2026-03-19 03:52:30] "POST /neutron/port HTTP/1.1" 400 205 0.003214 10.0.0.41 - - [2026-03-19 03:52:31] "GET / HTTP/1.1" 200 35931 0.001915 10.0.0.41 - - [2026-03-19 03:52:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.41 - - [2026-03-19 03:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.065784 10.0.0.27 - - [2026-03-19 03:52:33] "GET /projects?obj_uuids=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000985 10.0.0.41 - - [2026-03-19 03:52:33] "GET /project/639d9e24-9597-4137-a917-1f1c17a6a6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.050611 10.0.0.27 - - [2026-03-19 03:52:34] "POST /ref-update HTTP/1.1" 200 156 0.032886 10.0.0.27 - - [2026-03-19 03:52:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002682 10.0.0.41 - - [2026-03-19 03:52:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.217345 10.0.0.41 - - [2026-03-19 03:52:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001214 10.0.0.41 - - [2026-03-19 03:52:34] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007441 10.0.0.41 - - [2026-03-19 03:52:34] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005665 10.0.0.41 - - [2026-03-19 03:52:34] "POST /neutron/network HTTP/1.1" 200 825 0.006905 10.0.0.41 - - [2026-03-19 03:52:34] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005497 10.0.0.242 - - [2026-03-19 03:52:35] "GET /obj-perms HTTP/1.1" 200 5028 0.071030 10.0.0.41 - - [2026-03-19 03:52:36] "POST /id-to-fqname HTTP/1.1" 200 219 0.001270 10.0.0.27 - - [2026-03-19 03:52:37] "GET /projects?obj_uuids=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001424 10.0.0.41 - - [2026-03-19 03:52:37] "GET /project/639d9e24-9597-4137-a917-1f1c17a6a6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.070266 10.0.0.41 - - [2026-03-19 03:52:37] "POST /neutron/network HTTP/1.1" 200 825 0.038296 10.0.0.41 - - [2026-03-19 03:52:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001544 10.0.0.41 - - [2026-03-19 03:52:37] "POST /neutron/port HTTP/1.1" 200 117 0.006937 10.0.0.27 - - [2026-03-19 03:52:38] "GET /projects?obj_uuids=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001463 10.0.0.41 - - [2026-03-19 03:52:38] "POST /neutron/port HTTP/1.1" 200 1061 0.314668 10.0.0.27 - - [2026-03-19 03:52:38] "GET /projects?obj_uuids=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001337 10.0.0.41 - - [2026-03-19 03:52:38] "GET /project/639d9e24-9597-4137-a917-1f1c17a6a6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.089367 10.0.0.41 - - [2026-03-19 03:52:38] "POST /neutron/port HTTP/1.1" 200 1115 0.149281 10.0.0.41 - - [2026-03-19 03:52:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004882 10.0.0.41 - - [2026-03-19 03:52:38] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.41 - - [2026-03-19 03:52:39] "POST /neutron/port HTTP/1.1" 200 117 0.006245 10.0.0.41 - - [2026-03-19 03:52:39] "POST /neutron/network HTTP/1.1" 200 835 0.006603 10.0.0.41 - - [2026-03-19 03:52:39] "POST /neutron/port HTTP/1.1" 200 1061 0.018062 10.0.0.41 - - [2026-03-19 03:52:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004563 10.0.0.41 - - [2026-03-19 03:52:40] "POST /neutron/network HTTP/1.1" 200 825 0.007098 10.0.0.41 - - [2026-03-19 03:52:44] "POST /neutron/port HTTP/1.1" 200 1125 0.018908 10.0.0.41 - - [2026-03-19 03:52:44] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009057 10.0.0.41 - - [2026-03-19 03:52:44] "GET /virtual-machine/ab02f775-312b-4657-a3d2-733049e868d1 HTTP/1.1" 401 292 0.000394 10.0.0.41 - - [2026-03-19 03:52:44] "GET /virtual-machine/ab02f775-312b-4657-a3d2-733049e868d1 HTTP/1.1" 200 1292 0.033422 10.0.0.41 - - [2026-03-19 03:52:44] "GET /virtual-machine-interface/c9f10bc6-494e-4be3-9541-b21900f721d3 HTTP/1.1" 200 2936 0.006518 10.0.0.41 - - [2026-03-19 03:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.41 - - [2026-03-19 03:52:44] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004149 10.0.0.41 - - [2026-03-19 03:52:44] "GET /virtual-networks?parent_id=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003385 10.0.0.41 - - [2026-03-19 03:52:44] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005659 10.0.0.41 - - [2026-03-19 03:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.41 - - [2026-03-19 03:52:48] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005401 10.0.0.41 - - [2026-03-19 03:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.41 - - [2026-03-19 03:52:52] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005560 10.0.0.41 - - [2026-03-19 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.41 - - [2026-03-19 03:52:56] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005646 10.0.0.41 - - [2026-03-19 03:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.41 - - [2026-03-19 03:53:00] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006523 10.0.0.41 - - [2026-03-19 03:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.41 - - [2026-03-19 03:53:04] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007421 10.0.0.27 - - [2026-03-19 03:53:06] "DELETE /project/639d9e2495974137a9171f1c17a6a6f3 HTTP/1.1" 404 173 0.004302 10.0.0.27 - - [2026-03-19 03:53:06] "DELETE /project/f7ade901-7cfb-4d3e-a6df-348faaafd293 HTTP/1.1" 404 177 0.003908 10.0.0.41 - - [2026-03-19 03:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.41 - - [2026-03-19 03:53:08] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005418 10.0.0.41 - - [2026-03-19 03:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.41 - - [2026-03-19 03:53:12] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005028 10.0.0.41 - - [2026-03-19 03:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.41 - - [2026-03-19 03:53:16] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006600 10.0.0.41 - - [2026-03-19 03:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.41 - - [2026-03-19 03:53:20] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006800 10.0.0.41 - - [2026-03-19 03:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.41 - - [2026-03-19 03:53:24] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005180 10.0.0.41 - - [2026-03-19 03:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.41 - - [2026-03-19 03:53:29] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005600 10.0.0.41 - - [2026-03-19 03:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.41 - - [2026-03-19 03:53:33] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006052 10.0.0.41 - - [2026-03-19 03:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.41 - - [2026-03-19 03:53:37] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004913 10.0.0.41 - - [2026-03-19 03:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.41 - - [2026-03-19 03:53:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004530 10.0.0.41 - - [2026-03-19 03:53:39] "GET /virtual-networks?parent_id=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002657 10.0.0.41 - - [2026-03-19 03:53:39] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005731 10.0.0.41 - - [2026-03-19 03:53:44] "POST /neutron/port HTTP/1.1" 200 1125 0.017447 10.0.0.41 - - [2026-03-19 03:53:48] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006508 10.0.0.27 - - [2026-03-19 03:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2026-03-19 03:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.242 - - [2026-03-19 03:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.242 - - [2026-03-19 03:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.27 - - [2026-03-19 03:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2026-03-19 03:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.242 - - [2026-03-19 03:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.242 - - [2026-03-19 03:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.002038 10.0.0.41 - - [2026-03-19 03:53:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.41 - - [2026-03-19 03:53:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.41 - - [2026-03-19 03:53:56] "POST /neutron/port HTTP/1.1" 200 1125 0.026476 10.0.0.41 - - [2026-03-19 03:53:56] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008060 10.0.0.41 - - [2026-03-19 03:53:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2026-03-19 03:53:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.41 - - [2026-03-19 03:54:02] "POST /neutron/port HTTP/1.1" 200 1125 0.019135 10.0.0.41 - - [2026-03-19 03:54:02] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006990 10.0.0.41 - - [2026-03-19 03:54:02] "GET /virtual-machine/de8e54df-38e1-4b74-bf37-f3ab3fd2f9ea HTTP/1.1" 200 1292 0.005766 10.0.0.41 - - [2026-03-19 03:54:02] "GET /virtual-machine-interface/87a668ba-4f7e-455b-8496-a0cafb864bb0 HTTP/1.1" 200 2934 0.005635 10.0.0.27 - - [2026-03-19 03:54:03] "GET /obj-perms HTTP/1.1" 200 5056 0.066743 10.0.0.41 - - [2026-03-19 03:54:04] "GET /obj-perms HTTP/1.1" 200 5056 0.061187 10.0.0.41 - - [2026-03-19 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.41 - - [2026-03-19 03:54:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008758 10.0.0.41 - - [2026-03-19 03:54:07] "GET /virtual-networks?parent_id=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003826 10.0.0.41 - - [2026-03-19 03:54:07] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005958 10.0.0.41 - - [2026-03-19 03:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.41 - - [2026-03-19 03:54:08] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003978 10.0.0.41 - - [2026-03-19 03:54:08] "GET /virtual-networks?parent_id=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002877 10.0.0.41 - - [2026-03-19 03:54:08] "GET /virtual-network/2ce76e5e-9fd5-4634-aeb8-eead4c12a2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005359 10.0.0.41 - - [2026-03-19 03:54:13] "POST /neutron/port HTTP/1.1" 200 1125 0.015795 10.0.0.41 - - [2026-03-19 03:54:15] "POST /neutron/port HTTP/1.1" 200 1125 0.043426 10.0.0.41 - - [2026-03-19 03:54:15] "POST /neutron/subnet HTTP/1.1" 200 708 0.009004 10.0.0.41 - - [2026-03-19 03:55:14] "POST /neutron/port HTTP/1.1" 200 1125 0.017780 10.0.0.41 - - [2026-03-19 03:55:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004651 10.0.0.41 - - [2026-03-19 03:55:15] "POST /neutron/network HTTP/1.1" 200 825 0.007138 10.0.0.41 - - [2026-03-19 03:56:04] "POST /neutron/port HTTP/1.1" 200 1125 0.020754 10.0.0.41 - - [2026-03-19 03:56:04] "POST /neutron/port HTTP/1.1" 200 1125 0.018104 10.0.0.242 - - [2026-03-19 03:56:05] "GET /obj-perms HTTP/1.1" 200 5056 0.093046 10.0.0.41 - - [2026-03-19 03:56:06] "POST /neutron/network HTTP/1.1" 200 825 0.007833 10.0.0.27 - - [2026-03-19 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.075935 10.0.0.27 - - [2026-03-19 03:56:08] "GET /projects?obj_uuids=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.035070 10.0.0.41 - - [2026-03-19 03:56:08] "GET /project/639d9e24-9597-4137-a917-1f1c17a6a6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.112927 10.0.0.27 - - [2026-03-19 03:56:08] "GET /projects?obj_uuids=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001222 10.0.0.41 - - [2026-03-19 03:56:08] "GET /project/639d9e24-9597-4137-a917-1f1c17a6a6f3?fields=virtual_networks HTTP/1.1" 200 1029 0.048600 10.0.0.27 - - [2026-03-19 03:56:08] "GET /projects?obj_uuids=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001028 10.0.0.41 - - [2026-03-19 03:56:08] "GET /project/639d9e24-9597-4137-a917-1f1c17a6a6f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.035654 10.0.0.27 - - [2026-03-19 03:56:08] "GET /projects?obj_uuids=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001000 10.0.0.41 - - [2026-03-19 03:56:08] "GET /project/639d9e24-9597-4137-a917-1f1c17a6a6f3?fields=security_groups HTTP/1.1" 200 1254 0.041089 10.0.0.41 - - [2026-03-19 03:56:09] "POST /fqname-to-id HTTP/1.1" 404 187 0.033176 10.0.0.27 - - [2026-03-19 03:56:09] "GET /projects?obj_uuids=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003372 10.0.0.27 - - [2026-03-19 03:56:09] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.27 - - [2026-03-19 03:56:09] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041261 10.0.0.27 - - [2026-03-19 03:56:09] "POST /id-to-fqname HTTP/1.1" 200 189 0.003844 10.0.0.27 - - [2026-03-19 03:56:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.014390 10.0.0.27 - - [2026-03-19 03:56:09] "POST /security-groups HTTP/1.1" 200 590 0.081893 10.0.0.27 - - [2026-03-19 03:56:10] "POST /projects HTTP/1.1" 200 583 0.313640 10.0.0.27 - - [2026-03-19 03:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.388496 10.0.0.27 - - [2026-03-19 03:56:10] "POST /access-control-lists HTTP/1.1" 200 595 0.027341 10.0.0.41 - - [2026-03-19 03:56:10] "GET /project/9b363aa7-f1eb-43ee-af65-cf414336c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.576694 10.0.0.41 - - [2026-03-19 03:56:11] "GET / HTTP/1.1" 200 35931 0.002131 10.0.0.41 - - [2026-03-19 03:56:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.41 - - [2026-03-19 03:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.069773 10.0.0.27 - - [2026-03-19 03:56:13] "GET /projects?obj_uuids=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000921 10.0.0.41 - - [2026-03-19 03:56:13] "GET /project/9b363aa7-f1eb-43ee-af65-cf414336c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039187 10.0.0.27 - - [2026-03-19 03:56:13] "GET /projects?obj_uuids=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001358 10.0.0.41 - - [2026-03-19 03:56:13] "POST /neutron/network HTTP/1.1" 200 604 0.160435 10.0.0.27 - - [2026-03-19 03:56:13] "POST /route-targets HTTP/1.1" 200 327 0.019573 10.0.0.41 - - [2026-03-19 03:56:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.003416 10.0.0.41 - - [2026-03-19 03:56:14] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006809 10.0.0.41 - - [2026-03-19 03:56:14] "POST /neutron/network HTTP/1.1" 200 825 0.006907 10.0.0.41 - - [2026-03-19 03:56:14] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005162 10.0.0.41 - - [2026-03-19 03:56:14] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005655 10.0.0.41 - - [2026-03-19 03:56:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.001384 10.0.0.41 - - [2026-03-19 03:56:16] "POST /neutron/network HTTP/1.1" 200 835 0.007139 10.0.0.27 - - [2026-03-19 03:56:17] "GET /projects?obj_uuids=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001323 10.0.0.41 - - [2026-03-19 03:56:17] "GET /project/9b363aa7-f1eb-43ee-af65-cf414336c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.081034 10.0.0.41 - - [2026-03-19 03:56:17] "POST /neutron/port HTTP/1.1" 200 117 0.006519 10.0.0.41 - - [2026-03-19 03:56:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001157 10.0.0.41 - - [2026-03-19 03:56:18] "POST /neutron/network HTTP/1.1" 200 835 0.007294 10.0.0.41 - - [2026-03-19 03:56:18] "POST /neutron/port HTTP/1.1" 200 1061 0.023367 10.0.0.27 - - [2026-03-19 03:56:18] "GET /projects?obj_uuids=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001418 10.0.0.41 - - [2026-03-19 03:56:18] "GET /project/9b363aa7-f1eb-43ee-af65-cf414336c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.125748 10.0.0.41 - - [2026-03-19 03:56:19] "POST /neutron/port HTTP/1.1" 200 1125 0.018979 10.0.0.41 - - [2026-03-19 03:56:19] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.41 - - [2026-03-19 03:56:19] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007761 10.0.0.41 - - [2026-03-19 03:56:19] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008024 10.0.0.41 - - [2026-03-19 03:56:20] "POST /neutron/port HTTP/1.1" 200 1061 0.019171 10.0.0.41 - - [2026-03-19 03:56:20] "POST /neutron/port HTTP/1.1" 200 1125 0.019119 10.0.0.41 - - [2026-03-19 03:56:20] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.41 - - [2026-03-19 03:56:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007758 10.0.0.41 - - [2026-03-19 03:56:24] "POST /neutron/port HTTP/1.1" 200 1125 0.020335 10.0.0.41 - - [2026-03-19 03:56:24] "GET /virtual-machine/31ac3028-8e21-4314-aa1d-0ffb98ff39c8 HTTP/1.1" 401 292 0.000404 10.0.0.41 - - [2026-03-19 03:56:25] "GET /virtual-machine/31ac3028-8e21-4314-aa1d-0ffb98ff39c8 HTTP/1.1" 200 1291 0.036658 10.0.0.41 - - [2026-03-19 03:56:25] "GET /virtual-machine-interface/d946d2e6-79de-4f30-8275-14d8b98373ea HTTP/1.1" 200 2935 0.006131 10.0.0.41 - - [2026-03-19 03:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.41 - - [2026-03-19 03:56:25] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003940 10.0.0.41 - - [2026-03-19 03:56:25] "GET /virtual-networks?parent_id=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003186 10.0.0.41 - - [2026-03-19 03:56:25] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008606 10.0.0.41 - - [2026-03-19 03:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.41 - - [2026-03-19 03:56:28] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005710 10.0.0.41 - - [2026-03-19 03:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.41 - - [2026-03-19 03:56:32] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005045 10.0.0.41 - - [2026-03-19 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.41 - - [2026-03-19 03:56:36] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005106 10.0.0.41 - - [2026-03-19 03:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.41 - - [2026-03-19 03:56:40] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005547 10.0.0.41 - - [2026-03-19 03:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.41 - - [2026-03-19 03:56:44] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005618 10.0.0.41 - - [2026-03-19 03:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.41 - - [2026-03-19 03:56:48] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005312 10.0.0.41 - - [2026-03-19 03:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.41 - - [2026-03-19 03:56:53] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005642 10.0.0.41 - - [2026-03-19 03:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.41 - - [2026-03-19 03:56:57] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006722 10.0.0.41 - - [2026-03-19 03:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.41 - - [2026-03-19 03:57:01] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007493 10.0.0.41 - - [2026-03-19 03:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.41 - - [2026-03-19 03:57:03] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004467 10.0.0.41 - - [2026-03-19 03:57:03] "GET /virtual-networks?parent_id=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003253 10.0.0.41 - - [2026-03-19 03:57:03] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007653 10.0.0.41 - - [2026-03-19 03:57:03] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008287 10.0.0.27 - - [2026-03-19 03:57:06] "DELETE /project/9b363aa7f1eb43eeaf65cf414336c521 HTTP/1.1" 404 173 0.006531 10.0.0.27 - - [2026-03-19 03:57:06] "GET /projects?obj_uuids=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000908 10.0.0.27 - - [2026-03-19 03:57:06] "GET /obj-perms HTTP/1.1" 200 5056 0.243423 10.0.0.27 - - [2026-03-19 03:57:06] "GET /project/639d9e24-9597-4137-a917-1f1c17a6a6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.050099 10.0.0.27 - - [2026-03-19 03:57:06] "GET /projects?obj_uuids=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001314 10.0.0.27 - - [2026-03-19 03:57:06] "DELETE /access-control-list/7deafa01-a6aa-4593-8f0d-637cf336a39d HTTP/1.1" 200 115 0.069068 10.0.0.27 - - [2026-03-19 03:57:06] "GET /project/639d9e24-9597-4137-a917-1f1c17a6a6f3?fields=security_groups HTTP/1.1" 200 1099 0.070833 10.0.0.27 - - [2026-03-19 03:57:06] "GET /projects?obj_uuids=639d9e24-9597-4137-a917-1f1c17a6a6f3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000943 10.0.0.27 - - [2026-03-19 03:57:06] "GET /project/639d9e24-9597-4137-a917-1f1c17a6a6f3?fields=application_policy_sets HTTP/1.1" 200 1398 0.072705 10.0.0.27 - - [2026-03-19 03:57:07] "DELETE /project/639d9e24-9597-4137-a917-1f1c17a6a6f3 HTTP/1.1" 200 115 0.482010 10.0.0.41 - - [2026-03-19 03:57:07] "GET /obj-perms HTTP/1.1" 200 5056 0.072067 10.0.0.41 - - [2026-03-19 03:57:13] "POST /neutron/port HTTP/1.1" 200 1125 0.019250 10.0.0.41 - - [2026-03-19 03:57:14] "POST /neutron/security_group HTTP/1.1" 200 2057 0.033668 10.0.0.41 - - [2026-03-19 03:57:16] "POST /neutron/network HTTP/1.1" 200 835 0.008640 10.0.0.41 - - [2026-03-19 03:57:16] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.41 - - [2026-03-19 03:57:23] "POST /neutron/port HTTP/1.1" 200 1125 0.023175 10.0.0.41 - - [2026-03-19 03:57:30] "POST /neutron/port HTTP/1.1" 200 1125 0.017820 10.0.0.41 - - [2026-03-19 03:57:30] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006680 10.0.0.41 - - [2026-03-19 03:57:30] "GET /virtual-machine/efda9ef3-17db-427f-88e2-4bff580ef30b HTTP/1.1" 200 1291 0.006876 10.0.0.41 - - [2026-03-19 03:57:30] "GET /virtual-machine-interface/d6e71af1-5845-440f-a0bb-0886ea6de97f HTTP/1.1" 200 2936 0.005423 10.0.0.41 - - [2026-03-19 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.41 - - [2026-03-19 03:57:30] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004439 10.0.0.41 - - [2026-03-19 03:57:30] "GET /virtual-networks?parent_id=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003119 10.0.0.41 - - [2026-03-19 03:57:30] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006920 10.0.0.41 - - [2026-03-19 03:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.41 - - [2026-03-19 03:57:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006633 10.0.0.41 - - [2026-03-19 03:57:31] "GET /virtual-networks?parent_id=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004327 10.0.0.41 - - [2026-03-19 03:57:31] "GET /virtual-network/88a08e9c-842e-4ac0-95d6-abb31436cc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007670 10.0.0.41 - - [2026-03-19 03:57:31] "POST /neutron/port HTTP/1.1" 200 1125 0.019831 10.0.0.41 - - [2026-03-19 03:57:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008168 10.0.0.41 - - [2026-03-19 03:58:16] "POST /neutron/network HTTP/1.1" 200 835 0.007462 10.0.0.41 - - [2026-03-19 03:58:16] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.41 - - [2026-03-19 03:58:29] "POST /neutron/network HTTP/1.1" 400 204 0.025500 10.0.0.41 - - [2026-03-19 03:58:30] "POST /neutron/port HTTP/1.1" 200 1115 0.013643 10.0.0.41 - - [2026-03-19 03:58:30] "POST /neutron/port HTTP/1.1" 200 151 0.217356 10.0.0.27 - - [2026-03-19 03:58:33] "GET /projects?obj_uuids=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001026 10.0.0.41 - - [2026-03-19 03:58:33] "GET /project/9b363aa7-f1eb-43ee-af65-cf414336c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.048766 10.0.0.27 - - [2026-03-19 03:58:33] "GET /projects?obj_uuids=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001532 10.0.0.41 - - [2026-03-19 03:58:33] "GET /project/9b363aa7-f1eb-43ee-af65-cf414336c521?fields=virtual_networks HTTP/1.1" 200 1030 0.060040 10.0.0.27 - - [2026-03-19 03:58:33] "GET /projects?obj_uuids=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001051 10.0.0.41 - - [2026-03-19 03:58:33] "GET /project/9b363aa7-f1eb-43ee-af65-cf414336c521?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.039896 10.0.0.27 - - [2026-03-19 03:58:33] "GET /projects?obj_uuids=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001508 10.0.0.41 - - [2026-03-19 03:58:33] "GET /project/9b363aa7-f1eb-43ee-af65-cf414336c521?fields=security_groups HTTP/1.1" 200 1255 0.039687 10.0.0.41 - - [2026-03-19 03:58:49] "GET / HTTP/1.1" 200 35931 0.002274 10.0.0.41 - - [2026-03-19 03:58:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000684 10.0.0.41 - - [2026-03-19 03:58:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.067674 10.0.0.27 - - [2026-03-19 03:58:51] "GET /projects?obj_uuids=062e6e62-d91c-4bb7-b03e-469cd670262e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002792 10.0.0.27 - - [2026-03-19 03:58:51] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.27 - - [2026-03-19 03:58:51] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008635 10.0.0.27 - - [2026-03-19 03:58:51] "POST /id-to-fqname HTTP/1.1" 200 203 0.004609 10.0.0.27 - - [2026-03-19 03:58:51] "POST /fqname-to-id HTTP/1.1" 404 212 0.008666 10.0.0.27 - - [2026-03-19 03:58:51] "POST /security-groups HTTP/1.1" 200 604 0.033800 10.0.0.27 - - [2026-03-19 03:58:51] "POST /fqname-to-id HTTP/1.1" 404 247 0.004349 10.0.0.27 - - [2026-03-19 03:58:51] "POST /projects HTTP/1.1" 200 611 0.240997 10.0.0.27 - - [2026-03-19 03:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.322122 10.0.0.27 - - [2026-03-19 03:58:51] "POST /access-control-lists HTTP/1.1" 200 607 0.030616 10.0.0.41 - - [2026-03-19 03:58:51] "GET /project/062e6e62-d91c-4bb7-b03e-469cd670262e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.470543 10.0.0.41 - - [2026-03-19 03:58:52] "GET / HTTP/1.1" 200 35931 0.002121 10.0.0.41 - - [2026-03-19 03:58:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.27 - - [2026-03-19 03:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000274 10.0.0.27 - - [2026-03-19 03:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.41 - - [2026-03-19 03:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.061717 10.0.0.27 - - [2026-03-19 03:58:53] "GET /projects?obj_uuids=062e6e62-d91c-4bb7-b03e-469cd670262e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000956 10.0.0.41 - - [2026-03-19 03:58:53] "GET /project/062e6e62-d91c-4bb7-b03e-469cd670262e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.051446 10.0.0.41 - - [2026-03-19 03:58:53] "POST /neutron/network HTTP/1.1" 200 117 0.039431 10.0.0.41 - - [2026-03-19 03:58:54] "POST /neutron/network HTTP/1.1" 200 840 0.009217 10.0.0.41 - - [2026-03-19 03:58:54] "POST /id-to-fqname HTTP/1.1" 200 234 0.001158 10.0.0.41 - - [2026-03-19 03:58:54] "GET /virtual-network/f48826bf-646d-4d6c-8e26-39d70f956358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005508 10.0.0.41 - - [2026-03-19 03:58:54] "GET /virtual-network/f48826bf-646d-4d6c-8e26-39d70f956358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005632 10.0.0.242 - - [2026-03-19 03:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.41 - - [2026-03-19 03:58:54] "POST /neutron/subnet HTTP/1.1" 200 730 0.011276 10.0.0.242 - - [2026-03-19 03:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000326 10.0.0.41 - - [2026-03-19 03:58:54] "POST /id-to-fqname HTTP/1.1" 200 234 0.001253 10.0.0.27 - - [2026-03-19 03:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2026-03-19 03:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.242 - - [2026-03-19 03:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.242 - - [2026-03-19 03:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.27 - - [2026-03-19 03:58:55] "GET /projects?obj_uuids=062e6e62-d91c-4bb7-b03e-469cd670262e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001171 10.0.0.41 - - [2026-03-19 03:58:55] "GET /project/062e6e62-d91c-4bb7-b03e-469cd670262e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.097794 10.0.0.41 - - [2026-03-19 03:58:55] "POST /neutron/port HTTP/1.1" 200 117 0.006011 10.0.0.41 - - [2026-03-19 03:58:55] "POST /id-to-fqname HTTP/1.1" 200 234 0.001415 10.0.0.41 - - [2026-03-19 03:58:55] "POST /neutron/network HTTP/1.1" 200 850 0.007542 10.0.0.41 - - [2026-03-19 03:58:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.41 - - [2026-03-19 03:58:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.41 - - [2026-03-19 03:58:56] "POST /neutron/port HTTP/1.1" 200 1074 0.022885 10.0.0.41 - - [2026-03-19 03:58:56] "POST /neutron/port HTTP/1.1" 200 1138 0.020164 10.0.0.41 - - [2026-03-19 03:58:56] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.27 - - [2026-03-19 03:58:56] "GET /projects?obj_uuids=062e6e62-d91c-4bb7-b03e-469cd670262e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001060 10.0.0.41 - - [2026-03-19 03:58:56] "GET /project/062e6e62-d91c-4bb7-b03e-469cd670262e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.082345 10.0.0.41 - - [2026-03-19 03:58:56] "POST /neutron/port HTTP/1.1" 200 1138 0.028052 10.0.0.41 - - [2026-03-19 03:58:57] "POST /neutron/network HTTP/1.1" 200 850 0.007944 10.0.0.41 - - [2026-03-19 03:58:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.41 - - [2026-03-19 03:58:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.41 - - [2026-03-19 03:58:57] "GET /virtual-network/f48826bf-646d-4d6c-8e26-39d70f956358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008943 10.0.0.41 - - [2026-03-19 03:58:58] "POST /neutron/port HTTP/1.1" 200 1074 0.030772 10.0.0.41 - - [2026-03-19 03:58:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008242 10.0.0.41 - - [2026-03-19 03:58:58] "POST /neutron/network HTTP/1.1" 200 840 0.009369 10.0.0.242 - - [2026-03-19 03:58:59] "GET /obj-perms HTTP/1.1" 200 5056 0.069686 10.0.0.41 - - [2026-03-19 03:58:59] "POST /neutron/port HTTP/1.1" 200 1138 0.019544 10.0.0.41 - - [2026-03-19 03:58:59] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006636 10.0.0.41 - - [2026-03-19 03:58:59] "GET /virtual-machine/f9951cd6-c5b9-4c77-ab03-c6e8205f54fb HTTP/1.1" 401 292 0.000419 10.0.0.41 - - [2026-03-19 03:59:00] "GET /virtual-machine/f9951cd6-c5b9-4c77-ab03-c6e8205f54fb HTTP/1.1" 200 1306 0.033426 10.0.0.41 - - [2026-03-19 03:59:00] "GET /virtual-machine-interface/0c6e3552-ddb2-46cd-8439-861c50ec2d66 HTTP/1.1" 200 3006 0.008220 10.0.0.41 - - [2026-03-19 03:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.41 - - [2026-03-19 03:59:00] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003991 10.0.0.41 - - [2026-03-19 03:59:00] "GET /virtual-networks?parent_id=062e6e62-d91c-4bb7-b03e-469cd670262e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003117 10.0.0.41 - - [2026-03-19 03:59:00] "GET /virtual-network/f48826bf-646d-4d6c-8e26-39d70f956358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006857 10.0.0.41 - - [2026-03-19 03:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.41 - - [2026-03-19 03:59:03] "GET /virtual-network/f48826bf-646d-4d6c-8e26-39d70f956358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005618 10.0.0.27 - - [2026-03-19 03:59:07] "DELETE /project/062e6e62d91c4bb7b03e469cd670262e HTTP/1.1" 404 173 0.005795 10.0.0.27 - - [2026-03-19 03:59:07] "GET /projects?obj_uuids=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000876 10.0.0.27 - - [2026-03-19 03:59:07] "GET /project/9b363aa7-f1eb-43ee-af65-cf414336c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.041456 10.0.0.27 - - [2026-03-19 03:59:07] "GET /projects?obj_uuids=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001000 10.0.0.27 - - [2026-03-19 03:59:07] "GET /project/9b363aa7-f1eb-43ee-af65-cf414336c521?fields=security_groups HTTP/1.1" 200 1360 0.054342 10.0.0.27 - - [2026-03-19 03:59:07] "DELETE /security-group/cb71a952-3233-4b1b-b191-bce34fe125cc HTTP/1.1" 200 115 0.069904 10.0.0.27 - - [2026-03-19 03:59:07] "GET /projects?obj_uuids=9b363aa7-f1eb-43ee-af65-cf414336c521&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000928 10.0.0.27 - - [2026-03-19 03:59:07] "DELETE /access-control-list/72e7e81a-22a6-4b72-a6e8-b8472c434e01 HTTP/1.1" 200 115 0.048587 10.0.0.41 - - [2026-03-19 03:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.41 - - [2026-03-19 03:59:07] "GET /virtual-network/f48826bf-646d-4d6c-8e26-39d70f956358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007519 10.0.0.27 - - [2026-03-19 03:59:07] "GET /project/9b363aa7-f1eb-43ee-af65-cf414336c521?fields=application_policy_sets HTTP/1.1" 200 1399 0.067439 10.0.0.27 - - [2026-03-19 03:59:07] "DELETE /project/9b363aa7-f1eb-43ee-af65-cf414336c521 HTTP/1.1" 200 115 0.478054 10.0.0.41 - - [2026-03-19 03:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.41 - - [2026-03-19 03:59:11] "GET /virtual-network/f48826bf-646d-4d6c-8e26-39d70f956358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005504 10.0.0.41 - - [2026-03-19 03:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.41 - - [2026-03-19 03:59:15] "GET /virtual-network/f48826bf-646d-4d6c-8e26-39d70f956358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005917 10.0.0.41 - - [2026-03-19 03:59:17] "POST /neutron/port HTTP/1.1" 200 1138 0.045454 10.0.0.41 - - [2026-03-19 03:59:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003691 10.0.0.41 - - [2026-03-19 03:59:17] "POST /neutron/network HTTP/1.1" 200 840 0.006622 10.0.0.41 - - [2026-03-19 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.41 - - [2026-03-19 03:59:17] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003307 10.0.0.41 - - [2026-03-19 03:59:17] "GET /virtual-networks?parent_id=062e6e62-d91c-4bb7-b03e-469cd670262e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003009 10.0.0.41 - - [2026-03-19 03:59:17] "GET /virtual-network/f48826bf-646d-4d6c-8e26-39d70f956358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005515 10.0.0.41 - - [2026-03-19 03:59:18] "POST /neutron/port HTTP/1.1" 200 1138 0.021003 10.0.0.41 - - [2026-03-19 03:59:22] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007101 10.0.0.41 - - [2026-03-19 03:59:28] "POST /neutron/port HTTP/1.1" 200 1138 0.021672 10.0.0.41 - - [2026-03-19 03:59:28] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009409 10.0.0.41 - - [2026-03-19 03:59:28] "GET /virtual-machine/97e0ef41-f642-4baa-82ec-67bf742ce861 HTTP/1.1" 200 1305 0.009949 10.0.0.41 - - [2026-03-19 03:59:28] "GET /virtual-machine-interface/18121a7e-28f8-41d7-9ad0-999943bff00a HTTP/1.1" 200 3008 0.007346 10.0.0.41 - - [2026-03-19 03:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.41 - - [2026-03-19 03:59:28] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005810 10.0.0.41 - - [2026-03-19 03:59:28] "GET /virtual-networks?parent_id=062e6e62-d91c-4bb7-b03e-469cd670262e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004091 10.0.0.41 - - [2026-03-19 03:59:28] "GET /virtual-network/f48826bf-646d-4d6c-8e26-39d70f956358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008881 10.0.0.41 - - [2026-03-19 03:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005693 10.0.0.41 - - [2026-03-19 03:59:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005433 10.0.0.41 - - [2026-03-19 03:59:29] "GET /virtual-networks?parent_id=062e6e62-d91c-4bb7-b03e-469cd670262e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004030 10.0.0.41 - - [2026-03-19 03:59:29] "GET /virtual-network/f48826bf-646d-4d6c-8e26-39d70f956358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008172 10.0.0.41 - - [2026-03-19 03:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.41 - - [2026-03-19 03:59:30] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004821 10.0.0.41 - - [2026-03-19 03:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.41 - - [2026-03-19 03:59:30] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004011 10.0.0.41 - - [2026-03-19 03:59:30] "PUT /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475 HTTP/1.1" 200 276 0.012737 10.0.0.41 - - [2026-03-19 03:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.41 - - [2026-03-19 03:59:41] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.004723 10.0.0.41 - - [2026-03-19 03:59:41] "PUT /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475 HTTP/1.1" 200 276 0.012485 10.0.0.27 - - [2026-03-19 04:00:09] "GET /obj-perms HTTP/1.1" 200 5056 0.054433 10.0.0.41 - - [2026-03-19 04:00:09] "GET /obj-perms HTTP/1.1" 200 5056 0.071611 10.0.0.41 - - [2026-03-19 04:00:18] "POST /neutron/network HTTP/1.1" 200 850 0.008463 10.0.0.41 - - [2026-03-19 04:00:18] "POST /neutron/port HTTP/1.1" 200 117 0.001499 10.0.0.41 - - [2026-03-19 04:00:34] "POST /neutron/network HTTP/1.1" 400 204 0.015023 10.0.0.41 - - [2026-03-19 04:00:34] "POST /neutron/port HTTP/1.1" 200 1138 0.019276 10.0.0.41 - - [2026-03-19 04:00:34] "POST /neutron/port HTTP/1.1" 200 151 0.267319 10.0.0.27 - - [2026-03-19 04:00:36] "DELETE /route-target/307f3df1-93a1-4c27-b624-4802459ab0d1 HTTP/1.1" 200 115 0.029742 10.0.0.27 - - [2026-03-19 04:00:36] "GET /projects?obj_uuids=062e6e62-d91c-4bb7-b03e-469cd670262e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000962 10.0.0.41 - - [2026-03-19 04:00:36] "GET /project/062e6e62-d91c-4bb7-b03e-469cd670262e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.039088 10.0.0.27 - - [2026-03-19 04:00:36] "GET /projects?obj_uuids=062e6e62-d91c-4bb7-b03e-469cd670262e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001138 10.0.0.41 - - [2026-03-19 04:00:36] "GET /project/062e6e62-d91c-4bb7-b03e-469cd670262e?fields=virtual_networks HTTP/1.1" 200 1056 0.040731 10.0.0.27 - - [2026-03-19 04:00:36] "GET /projects?obj_uuids=062e6e62-d91c-4bb7-b03e-469cd670262e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000967 10.0.0.41 - - [2026-03-19 04:00:36] "GET /project/062e6e62-d91c-4bb7-b03e-469cd670262e?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.044742 10.0.0.27 - - [2026-03-19 04:00:36] "GET /projects?obj_uuids=062e6e62-d91c-4bb7-b03e-469cd670262e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001319 10.0.0.41 - - [2026-03-19 04:00:36] "GET /project/062e6e62-d91c-4bb7-b03e-469cd670262e?fields=security_groups HTTP/1.1" 200 1295 0.043186 10.0.0.41 - - [2026-03-19 04:00:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.034555 10.0.0.27 - - [2026-03-19 04:00:37] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003494 10.0.0.27 - - [2026-03-19 04:00:37] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001218 10.0.0.27 - - [2026-03-19 04:00:37] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007120 10.0.0.27 - - [2026-03-19 04:00:38] "POST /id-to-fqname HTTP/1.1" 200 209 0.001087 10.0.0.27 - - [2026-03-19 04:00:38] "POST /fqname-to-id HTTP/1.1" 404 217 0.005746 10.0.0.27 - - [2026-03-19 04:00:38] "POST /security-groups HTTP/1.1" 200 609 0.085675 10.0.0.27 - - [2026-03-19 04:00:38] "POST /projects HTTP/1.1" 200 621 0.293010 10.0.0.27 - - [2026-03-19 04:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.332455 10.0.0.27 - - [2026-03-19 04:00:38] "POST /fqname-to-id HTTP/1.1" 404 251 0.006811 10.0.0.41 - - [2026-03-19 04:00:38] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.476622 10.0.0.41 - - [2026-03-19 04:00:39] "GET / HTTP/1.1" 200 35931 0.001548 10.0.0.41 - - [2026-03-19 04:00:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.41 - - [2026-03-19 04:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.073948 10.0.0.27 - - [2026-03-19 04:00:40] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000938 10.0.0.41 - - [2026-03-19 04:00:40] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.045917 10.0.0.41 - - [2026-03-19 04:00:40] "POST /neutron/network HTTP/1.1" 200 117 0.053532 10.0.0.27 - - [2026-03-19 04:00:40] "POST /ref-update HTTP/1.1" 200 156 0.026062 10.0.0.41 - - [2026-03-19 04:00:41] "POST /neutron/network HTTP/1.1" 200 844 0.009201 10.0.0.41 - - [2026-03-19 04:00:41] "POST /id-to-fqname HTTP/1.1" 200 239 0.001141 10.0.0.41 - - [2026-03-19 04:00:41] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005255 10.0.0.41 - - [2026-03-19 04:00:41] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005955 10.0.0.41 - - [2026-03-19 04:00:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.009834 10.0.0.41 - - [2026-03-19 04:00:41] "POST /id-to-fqname HTTP/1.1" 200 239 0.001246 10.0.0.27 - - [2026-03-19 04:00:42] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001012 10.0.0.41 - - [2026-03-19 04:00:42] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.068645 10.0.0.41 - - [2026-03-19 04:00:42] "POST /neutron/port HTTP/1.1" 200 117 0.006460 10.0.0.41 - - [2026-03-19 04:00:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.001193 10.0.0.41 - - [2026-03-19 04:00:42] "POST /neutron/network HTTP/1.1" 200 854 0.007953 10.0.0.41 - - [2026-03-19 04:00:43] "POST /neutron/port HTTP/1.1" 200 1078 0.019133 10.0.0.41 - - [2026-03-19 04:00:43] "POST /neutron/port HTTP/1.1" 200 1142 0.022443 10.0.0.41 - - [2026-03-19 04:00:43] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.27 - - [2026-03-19 04:00:43] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001173 10.0.0.41 - - [2026-03-19 04:00:43] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.088852 10.0.0.41 - - [2026-03-19 04:00:43] "POST /neutron/port HTTP/1.1" 200 1142 0.025781 10.0.0.41 - - [2026-03-19 04:00:44] "POST /neutron/network HTTP/1.1" 200 854 0.007449 10.0.0.41 - - [2026-03-19 04:00:44] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005242 10.0.0.41 - - [2026-03-19 04:00:45] "POST /neutron/port HTTP/1.1" 200 1078 0.031420 10.0.0.41 - - [2026-03-19 04:00:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007472 10.0.0.41 - - [2026-03-19 04:00:45] "POST /neutron/network HTTP/1.1" 200 844 0.007018 10.0.0.41 - - [2026-03-19 04:00:46] "POST /neutron/port HTTP/1.1" 200 1142 0.020879 10.0.0.41 - - [2026-03-19 04:00:46] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007181 10.0.0.41 - - [2026-03-19 04:00:46] "GET /virtual-machine/3eda882b-63ec-4f4b-8120-295c1ab4166a HTTP/1.1" 401 292 0.000383 10.0.0.41 - - [2026-03-19 04:00:47] "GET /virtual-machine/3eda882b-63ec-4f4b-8120-295c1ab4166a HTTP/1.1" 200 1309 0.040944 10.0.0.41 - - [2026-03-19 04:00:47] "GET /virtual-machine-interface/dbcd8220-f031-47f5-b350-9559a25e6b94 HTTP/1.1" 200 3034 0.005749 10.0.0.41 - - [2026-03-19 04:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.41 - - [2026-03-19 04:00:47] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005792 10.0.0.41 - - [2026-03-19 04:00:47] "GET /virtual-networks?parent_id=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003793 10.0.0.41 - - [2026-03-19 04:00:47] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005418 10.0.0.41 - - [2026-03-19 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.41 - - [2026-03-19 04:00:50] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006191 10.0.0.41 - - [2026-03-19 04:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.41 - - [2026-03-19 04:00:54] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.008364 10.0.0.41 - - [2026-03-19 04:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.41 - - [2026-03-19 04:00:58] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005541 10.0.0.41 - - [2026-03-19 04:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.41 - - [2026-03-19 04:01:02] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007766 10.0.0.41 - - [2026-03-19 04:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.41 - - [2026-03-19 04:01:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003260 10.0.0.41 - - [2026-03-19 04:01:06] "GET /virtual-networks?parent_id=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003183 10.0.0.41 - - [2026-03-19 04:01:06] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005558 10.0.0.27 - - [2026-03-19 04:01:07] "DELETE /project/062e6e62-d91c-4bb7-b03e-469cd670262e HTTP/1.1" 404 177 0.002653 10.0.0.27 - - [2026-03-19 04:01:07] "DELETE /project/397e684e8b054622834efb9d458dd0bb HTTP/1.1" 404 173 0.004901 10.0.0.242 - - [2026-03-19 04:01:10] "GET /obj-perms HTTP/1.1" 200 5056 0.070096 10.0.0.41 - - [2026-03-19 04:01:11] "POST /neutron/port HTTP/1.1" 200 1142 0.037237 10.0.0.41 - - [2026-03-19 04:01:11] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006584 10.0.0.41 - - [2026-03-19 04:01:18] "POST /neutron/port HTTP/1.1" 200 1142 0.018254 10.0.0.41 - - [2026-03-19 04:01:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003863 10.0.0.41 - - [2026-03-19 04:01:19] "POST /neutron/network HTTP/1.1" 200 844 0.006637 10.0.0.41 - - [2026-03-19 04:01:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006258 10.0.0.41 - - [2026-03-19 04:01:28] "POST /neutron/port HTTP/1.1" 200 1142 0.022668 10.0.0.41 - - [2026-03-19 04:01:33] "POST /neutron/port HTTP/1.1" 200 1142 0.018023 10.0.0.41 - - [2026-03-19 04:01:34] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007542 10.0.0.41 - - [2026-03-19 04:01:34] "GET /virtual-machine/4e9025ca-f282-4733-8729-d2c11723cde3 HTTP/1.1" 200 1309 0.007765 10.0.0.41 - - [2026-03-19 04:01:34] "GET /virtual-machine-interface/b90d2acc-fd14-497a-b58b-5fff3c9ca539 HTTP/1.1" 200 3034 0.007790 10.0.0.41 - - [2026-03-19 04:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005826 10.0.0.41 - - [2026-03-19 04:01:34] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004868 10.0.0.41 - - [2026-03-19 04:01:34] "GET /virtual-networks?parent_id=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004436 10.0.0.41 - - [2026-03-19 04:01:34] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007214 10.0.0.41 - - [2026-03-19 04:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.41 - - [2026-03-19 04:01:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004499 10.0.0.41 - - [2026-03-19 04:01:35] "GET /virtual-networks?parent_id=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003775 10.0.0.41 - - [2026-03-19 04:01:35] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006071 10.0.0.41 - - [2026-03-19 04:01:35] "POST /neutron/port HTTP/1.1" 200 1142 0.022960 10.0.0.41 - - [2026-03-19 04:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.27 - - [2026-03-19 04:01:40] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.034922 10.0.0.41 - - [2026-03-19 04:01:40] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.074737 10.0.0.27 - - [2026-03-19 04:01:40] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000915 10.0.0.41 - - [2026-03-19 04:01:41] "POST /neutron/network HTTP/1.1" 200 625 0.143345 10.0.0.41 - - [2026-03-19 04:01:41] "POST /id-to-fqname HTTP/1.1" 200 239 0.003386 10.0.0.41 - - [2026-03-19 04:01:41] "GET /virtual-network/aab1ca6d-69f0-4ba1-a578-a6695e980255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005679 10.0.0.41 - - [2026-03-19 04:01:41] "POST /neutron/network HTTP/1.1" 200 846 0.006994 10.0.0.41 - - [2026-03-19 04:01:41] "GET /virtual-network/aab1ca6d-69f0-4ba1-a578-a6695e980255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006027 10.0.0.41 - - [2026-03-19 04:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.27 - - [2026-03-19 04:01:41] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000875 10.0.0.41 - - [2026-03-19 04:01:41] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.046777 10.0.0.27 - - [2026-03-19 04:01:41] "POST /route-targets HTTP/1.1" 200 327 0.041058 10.0.0.41 - - [2026-03-19 04:01:41] "POST /neutron/network HTTP/1.1" 200 117 0.024036 10.0.0.27 - - [2026-03-19 04:01:41] "POST /ref-update HTTP/1.1" 200 156 0.019926 10.0.0.41 - - [2026-03-19 04:01:42] "POST /neutron/network HTTP/1.1" 200 852 0.008700 10.0.0.41 - - [2026-03-19 04:01:42] "POST /id-to-fqname HTTP/1.1" 200 242 0.001370 10.0.0.41 - - [2026-03-19 04:01:42] "GET /virtual-network/c760800d-f477-4713-87ea-1645cc171d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005338 10.0.0.41 - - [2026-03-19 04:01:42] "GET /virtual-network/c760800d-f477-4713-87ea-1645cc171d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005411 10.0.0.41 - - [2026-03-19 04:01:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.008978 10.0.0.41 - - [2026-03-19 04:01:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.001105 10.0.0.41 - - [2026-03-19 04:01:42] "POST /neutron/network HTTP/1.1" 200 856 0.007064 10.0.0.27 - - [2026-03-19 04:01:43] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000945 10.0.0.41 - - [2026-03-19 04:01:43] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.082043 10.0.0.41 - - [2026-03-19 04:01:43] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008596 10.0.0.41 - - [2026-03-19 04:01:43] "POST /id-to-fqname HTTP/1.1" 200 242 0.001228 10.0.0.41 - - [2026-03-19 04:01:43] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007604 10.0.0.27 - - [2026-03-19 04:01:44] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000969 10.0.0.41 - - [2026-03-19 04:01:44] "POST /neutron/port HTTP/1.1" 200 1080 0.282021 10.0.0.41 - - [2026-03-19 04:01:44] "POST /neutron/port HTTP/1.1" 200 1134 0.130126 10.0.0.27 - - [2026-03-19 04:01:44] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001030 10.0.0.41 - - [2026-03-19 04:01:45] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.078194 10.0.0.41 - - [2026-03-19 04:01:45] "POST /neutron/subnet HTTP/1.1" 200 708 0.015183 10.0.0.41 - - [2026-03-19 04:01:45] "POST /neutron/network HTTP/1.1" 200 846 0.006579 10.0.0.41 - - [2026-03-19 04:01:45] "POST /neutron/port HTTP/1.1" 200 117 0.005832 10.0.0.41 - - [2026-03-19 04:01:45] "POST /id-to-fqname HTTP/1.1" 200 239 0.001303 10.0.0.41 - - [2026-03-19 04:01:45] "POST /id-to-fqname HTTP/1.1" 200 239 0.001026 10.0.0.41 - - [2026-03-19 04:01:45] "POST /neutron/network HTTP/1.1" 200 1558 0.016761 10.0.0.41 - - [2026-03-19 04:01:46] "POST /neutron/port HTTP/1.1" 200 1080 0.017224 10.0.0.41 - - [2026-03-19 04:01:46] "POST /neutron/port HTTP/1.1" 200 1144 0.021718 10.0.0.41 - - [2026-03-19 04:01:46] "POST /neutron/port HTTP/1.1" 200 117 0.001490 10.0.0.27 - - [2026-03-19 04:01:46] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000921 10.0.0.41 - - [2026-03-19 04:01:46] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.093138 10.0.0.41 - - [2026-03-19 04:01:46] "POST /neutron/network HTTP/1.1" 200 846 0.040062 10.0.0.41 - - [2026-03-19 04:01:47] "POST /neutron/port HTTP/1.1" 200 117 0.006945 10.0.0.41 - - [2026-03-19 04:01:47] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006638 10.0.0.27 - - [2026-03-19 04:01:47] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001396 10.0.0.41 - - [2026-03-19 04:01:48] "POST /neutron/port HTTP/1.1" 200 1080 0.316135 10.0.0.27 - - [2026-03-19 04:01:48] "GET /obj-perms HTTP/1.1" 200 5066 0.150562 10.0.0.41 - - [2026-03-19 04:01:48] "POST /neutron/port HTTP/1.1" 200 1132 0.124639 10.0.0.41 - - [2026-03-19 04:01:48] "GET /virtual-network/aab1ca6d-69f0-4ba1-a578-a6695e980255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.004858 10.0.0.41 - - [2026-03-19 04:01:48] "POST /neutron/port HTTP/1.1" 200 1134 0.115303 10.0.0.41 - - [2026-03-19 04:01:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.019071 10.0.0.41 - - [2026-03-19 04:01:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003638 10.0.0.41 - - [2026-03-19 04:01:48] "GET /obj-perms HTTP/1.1" 200 5066 0.074377 10.0.0.41 - - [2026-03-19 04:01:48] "POST /neutron/network HTTP/1.1" 200 846 0.006765 10.0.0.41 - - [2026-03-19 04:01:49] "GET /virtual-network/c760800d-f477-4713-87ea-1645cc171d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005946 10.0.0.242 - - [2026-03-19 04:01:49] "GET /obj-perms HTTP/1.1" 200 5066 0.055171 10.0.0.41 - - [2026-03-19 04:01:49] "POST /neutron/port HTTP/1.1" 200 1144 0.016889 10.0.0.41 - - [2026-03-19 04:01:49] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007939 10.0.0.41 - - [2026-03-19 04:01:49] "GET /virtual-machine/8ca81431-d2f0-4d8c-aa7d-ca9446186926 HTTP/1.1" 200 1311 0.007232 10.0.0.41 - - [2026-03-19 04:01:49] "GET /virtual-machine-interface/976cf667-a345-4f5a-accf-712f42a2a2a4 HTTP/1.1" 200 3043 0.006681 10.0.0.41 - - [2026-03-19 04:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.41 - - [2026-03-19 04:01:49] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003628 10.0.0.41 - - [2026-03-19 04:01:49] "GET /virtual-networks?parent_id=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003617 10.0.0.41 - - [2026-03-19 04:01:49] "GET /virtual-network/c760800d-f477-4713-87ea-1645cc171d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006098 10.0.0.41 - - [2026-03-19 04:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.41 - - [2026-03-19 04:01:52] "GET /virtual-network/c760800d-f477-4713-87ea-1645cc171d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007927 10.0.0.41 - - [2026-03-19 04:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.41 - - [2026-03-19 04:01:57] "GET /virtual-network/c760800d-f477-4713-87ea-1645cc171d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005552 10.0.0.41 - - [2026-03-19 04:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.41 - - [2026-03-19 04:02:01] "GET /virtual-network/c760800d-f477-4713-87ea-1645cc171d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007269 10.0.0.41 - - [2026-03-19 04:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.41 - - [2026-03-19 04:02:05] "GET /virtual-network/c760800d-f477-4713-87ea-1645cc171d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006990 10.0.0.41 - - [2026-03-19 04:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.41 - - [2026-03-19 04:02:09] "GET /virtual-network/c760800d-f477-4713-87ea-1645cc171d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005655 10.0.0.41 - - [2026-03-19 04:02:10] "POST /neutron/port HTTP/1.1" 200 2134 0.023085 10.0.0.41 - - [2026-03-19 04:02:11] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007051 10.0.0.41 - - [2026-03-19 04:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.41 - - [2026-03-19 04:02:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003822 10.0.0.41 - - [2026-03-19 04:02:13] "GET /virtual-networks?parent_id=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003218 10.0.0.41 - - [2026-03-19 04:02:13] "GET /virtual-network/c760800d-f477-4713-87ea-1645cc171d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005807 10.0.0.41 - - [2026-03-19 04:02:18] "POST /neutron/port HTTP/1.1" 200 1144 0.021464 10.0.0.41 - - [2026-03-19 04:02:19] "POST /neutron/port HTTP/1.1" 200 1142 0.018399 10.0.0.41 - - [2026-03-19 04:02:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.008390 10.0.0.41 - - [2026-03-19 04:02:23] "POST /neutron/port HTTP/1.1" 200 1144 0.017961 10.0.0.41 - - [2026-03-19 04:02:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003637 10.0.0.41 - - [2026-03-19 04:02:23] "POST /neutron/network HTTP/1.1" 200 846 0.008837 10.0.0.41 - - [2026-03-19 04:02:24] "POST /neutron/port HTTP/1.1" 200 1144 0.016537 10.0.0.41 - - [2026-03-19 04:02:24] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007551 10.0.0.41 - - [2026-03-19 04:02:24] "GET /virtual-machine/e9c0f582-2235-400a-bd96-9c34612d3dac HTTP/1.1" 200 1311 0.005443 10.0.0.41 - - [2026-03-19 04:02:24] "GET /virtual-machine-interface/ccd2a61b-8bb8-41a7-a7c8-c618e30f3493 HTTP/1.1" 200 3034 0.005584 10.0.0.41 - - [2026-03-19 04:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.41 - - [2026-03-19 04:02:24] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003741 10.0.0.41 - - [2026-03-19 04:02:24] "GET /virtual-networks?parent_id=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003148 10.0.0.41 - - [2026-03-19 04:02:24] "GET /virtual-network/aab1ca6d-69f0-4ba1-a578-a6695e980255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005768 10.0.0.41 - - [2026-03-19 04:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.41 - - [2026-03-19 04:02:25] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003599 10.0.0.41 - - [2026-03-19 04:02:25] "GET /virtual-networks?parent_id=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002766 10.0.0.41 - - [2026-03-19 04:02:25] "GET /virtual-network/aab1ca6d-69f0-4ba1-a578-a6695e980255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005875 10.0.0.41 - - [2026-03-19 04:02:25] "POST /neutron/port HTTP/1.1" 200 2134 0.024200 10.0.0.41 - - [2026-03-19 04:02:26] "POST /neutron/security_group HTTP/1.1" 200 2076 0.013619 10.0.0.41 - - [2026-03-19 04:02:26] "GET /virtual-machine/ae5f996d-723b-4d82-855c-5cfc95984bb5 HTTP/1.1" 200 1586 0.006516 10.0.0.41 - - [2026-03-19 04:02:26] "GET /virtual-machine-interface/47c2e3d5-d435-4870-961f-903dba319d23 HTTP/1.1" 200 3033 0.005475 10.0.0.41 - - [2026-03-19 04:02:26] "GET /virtual-machine-interface/c49404d1-adbd-4a14-bee5-fd49c63b1851 HTTP/1.1" 200 3034 0.009633 10.0.0.41 - - [2026-03-19 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.41 - - [2026-03-19 04:02:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003360 10.0.0.41 - - [2026-03-19 04:02:27] "GET /virtual-networks?parent_id=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004131 10.0.0.41 - - [2026-03-19 04:02:27] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005777 10.0.0.41 - - [2026-03-19 04:02:27] "POST /neutron/port HTTP/1.1" 200 2134 0.088768 10.0.0.41 - - [2026-03-19 04:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.41 - - [2026-03-19 04:02:28] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003781 10.0.0.41 - - [2026-03-19 04:02:28] "GET /virtual-networks?parent_id=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003049 10.0.0.41 - - [2026-03-19 04:02:28] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005774 10.0.0.41 - - [2026-03-19 04:02:28] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007687 10.0.0.41 - - [2026-03-19 04:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.41 - - [2026-03-19 04:02:34] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004188 10.0.0.41 - - [2026-03-19 04:02:34] "GET /virtual-networks?parent_id=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003120 10.0.0.41 - - [2026-03-19 04:02:34] "GET /virtual-network/aab1ca6d-69f0-4ba1-a578-a6695e980255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006230 10.0.0.41 - - [2026-03-19 04:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.41 - - [2026-03-19 04:02:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003541 10.0.0.41 - - [2026-03-19 04:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.41 - - [2026-03-19 04:02:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005012 10.0.0.41 - - [2026-03-19 04:02:35] "PUT /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475 HTTP/1.1" 200 276 0.011718 10.0.0.41 - - [2026-03-19 04:02:35] "POST /fqname-to-id HTTP/1.1" 404 217 0.004106 10.0.0.41 - - [2026-03-19 04:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.27 - - [2026-03-19 04:02:35] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001427 10.0.0.41 - - [2026-03-19 04:02:35] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.060780 10.0.0.41 - - [2026-03-19 04:02:36] "POST /network-policys HTTP/1.1" 200 539 0.028835 10.0.0.41 - - [2026-03-19 04:02:36] "GET /network-policy/876161ef-74ec-4155-8dae-80bc1deb2661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.005782 10.0.0.41 - - [2026-03-19 04:02:36] "POST /neutron/network HTTP/1.1" 200 938 0.024055 10.0.0.41 - - [2026-03-19 04:02:36] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005355 10.0.0.41 - - [2026-03-19 04:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.41 - - [2026-03-19 04:02:36] "GET /network-policy/876161ef-74ec-4155-8dae-80bc1deb2661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.004011 10.0.0.27 - - [2026-03-19 04:02:36] "POST /fqname-to-id HTTP/1.1" 404 254 0.003661 10.0.0.41 - - [2026-03-19 04:02:36] "POST /neutron/network HTTP/1.1" 200 940 0.008547 10.0.0.41 - - [2026-03-19 04:02:36] "GET /virtual-network/aab1ca6d-69f0-4ba1-a578-a6695e980255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.004670 10.0.0.41 - - [2026-03-19 04:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.41 - - [2026-03-19 04:02:36] "GET /network-policy/876161ef-74ec-4155-8dae-80bc1deb2661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.004894 10.0.0.27 - - [2026-03-19 04:02:36] "PUT /access-control-list/fb69b292-c32b-4fe0-9167-5931567390ef HTTP/1.1" 200 272 0.027819 10.0.0.41 - - [2026-03-19 04:02:36] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005935 10.0.0.41 - - [2026-03-19 04:02:37] "GET /obj-perms HTTP/1.1" 200 5066 0.003745 10.0.0.27 - - [2026-03-19 04:02:37] "GET /obj-perms HTTP/1.1" 200 5066 0.003807 10.0.0.41 - - [2026-03-19 04:02:37] "GET /virtual-network/aab1ca6d-69f0-4ba1-a578-a6695e980255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.005840 10.0.0.242 - - [2026-03-19 04:02:37] "GET /obj-perms HTTP/1.1" 200 5066 0.004250 10.0.0.41 - - [2026-03-19 04:02:37] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005161 10.0.0.41 - - [2026-03-19 04:02:38] "GET /virtual-network/aab1ca6d-69f0-4ba1-a578-a6695e980255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.005446 10.0.0.41 - - [2026-03-19 04:02:38] "GET /obj-perms HTTP/1.1" 200 5066 0.004102 10.0.0.27 - - [2026-03-19 04:02:38] "GET /obj-perms HTTP/1.1" 200 5066 0.003637 10.0.0.41 - - [2026-03-19 04:02:38] "GET /virtual-network/c760800d-f477-4713-87ea-1645cc171d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005602 10.0.0.242 - - [2026-03-19 04:02:39] "GET /obj-perms HTTP/1.1" 200 5066 0.003524 10.0.0.41 - - [2026-03-19 04:02:54] "GET /obj-perms HTTP/1.1" 200 5066 0.004078 10.0.0.41 - - [2026-03-19 04:03:21] "POST /neutron/network HTTP/1.1" 200 948 0.007279 10.0.0.41 - - [2026-03-19 04:03:21] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.41 - - [2026-03-19 04:03:23] "POST /neutron/port HTTP/1.1" 200 1144 0.021203 10.0.0.41 - - [2026-03-19 04:03:23] "POST /neutron/subnet HTTP/1.1" 200 708 0.011472 10.0.0.27 - - [2026-03-19 04:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.27 - - [2026-03-19 04:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.242 - - [2026-03-19 04:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.242 - - [2026-03-19 04:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2026-03-19 04:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2026-03-19 04:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.242 - - [2026-03-19 04:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.242 - - [2026-03-19 04:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.41 - - [2026-03-19 04:03:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.41 - - [2026-03-19 04:03:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.41 - - [2026-03-19 04:03:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.41 - - [2026-03-19 04:03:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2026-03-19 04:04:12] "GET /obj-perms HTTP/1.1" 200 5056 0.063129 10.0.0.41 - - [2026-03-19 04:04:23] "POST /neutron/port HTTP/1.1" 200 1142 0.065316 10.0.0.41 - - [2026-03-19 04:04:23] "POST /neutron/port HTTP/1.1" 200 1142 0.016531 10.0.0.41 - - [2026-03-19 04:04:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005555 10.0.0.41 - - [2026-03-19 04:04:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004293 10.0.0.41 - - [2026-03-19 04:04:23] "POST /neutron/port HTTP/1.1" 200 117 0.000995 10.0.0.41 - - [2026-03-19 04:05:13] "GET /obj-perms HTTP/1.1" 200 5056 0.057767 10.0.0.41 - - [2026-03-19 04:05:25] "POST /neutron/port HTTP/1.1" 200 2134 0.029196 10.0.0.41 - - [2026-03-19 04:05:25] "POST /neutron/port HTTP/1.1" 200 1144 0.022466 10.0.0.41 - - [2026-03-19 04:05:25] "POST /neutron/network HTTP/1.1" 200 862 0.006299 10.0.0.41 - - [2026-03-19 04:05:25] "POST /neutron/network HTTP/1.1" 200 938 0.008415 10.0.0.41 - - [2026-03-19 04:05:25] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.41 - - [2026-03-19 04:05:25] "POST /neutron/port HTTP/1.1" 200 117 0.001000 10.0.0.41 - - [2026-03-19 04:06:16] "GET /obj-perms HTTP/1.1" 200 5066 0.003546 10.0.0.41 - - [2026-03-19 04:06:19] "GET /virtual-network/aab1ca6d-69f0-4ba1-a578-a6695e980255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.036754 10.0.0.41 - - [2026-03-19 04:06:19] "POST /neutron/network HTTP/1.1" 200 846 0.104419 10.0.0.41 - - [2026-03-19 04:06:19] "GET /virtual-network/aab1ca6d-69f0-4ba1-a578-a6695e980255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007984 10.0.0.41 - - [2026-03-19 04:06:19] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.010375 10.0.0.27 - - [2026-03-19 04:06:19] "POST /ref-update HTTP/1.1" 200 156 0.042577 10.0.0.41 - - [2026-03-19 04:06:20] "POST /neutron/network HTTP/1.1" 200 844 0.081442 10.0.0.41 - - [2026-03-19 04:06:20] "GET /virtual-network/2ffc085f-191f-4919-a0bd-af9398622928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007770 10.0.0.41 - - [2026-03-19 04:06:20] "DELETE /network-policy/876161ef-74ec-4155-8dae-80bc1deb2661 HTTP/1.1" 200 115 0.035289 10.0.0.41 - - [2026-03-19 04:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.41 - - [2026-03-19 04:06:20] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.004064 10.0.0.41 - - [2026-03-19 04:06:20] "PUT /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475 HTTP/1.1" 200 276 0.012872 10.0.0.27 - - [2026-03-19 04:06:20] "POST /ref-update HTTP/1.1" 200 156 0.028050 10.0.0.41 - - [2026-03-19 04:06:21] "POST /neutron/network HTTP/1.1" 400 204 0.013140 10.0.0.41 - - [2026-03-19 04:06:22] "POST /neutron/port HTTP/1.1" 200 1134 0.027296 10.0.0.41 - - [2026-03-19 04:06:22] "POST /neutron/port HTTP/1.1" 200 151 0.238565 10.0.0.41 - - [2026-03-19 04:06:22] "POST /neutron/port HTTP/1.1" 200 151 0.234469 10.0.0.41 - - [2026-03-19 04:06:23] "POST /neutron/network HTTP/1.1" 200 852 0.006719 10.0.0.27 - - [2026-03-19 04:06:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003663 10.0.0.27 - - [2026-03-19 04:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268 10.0.0.27 - - [2026-03-19 04:06:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002285 10.0.0.41 - - [2026-03-19 04:06:24] "POST /neutron/network HTTP/1.1" 200 151 0.131806 10.0.0.41 - - [2026-03-19 04:06:25] "POST /neutron/port HTTP/1.1" 200 1142 0.016197 10.0.0.41 - - [2026-03-19 04:06:25] "POST /neutron/port HTTP/1.1" 200 1142 0.044274 10.0.0.41 - - [2026-03-19 04:06:25] "POST /neutron/port HTTP/1.1" 200 117 0.007199 10.0.0.41 - - [2026-03-19 04:06:26] "POST /neutron/network HTTP/1.1" 200 117 0.015326 10.0.0.27 - - [2026-03-19 04:06:27] "DELETE /route-target/2c3a3eb1-98cd-46a9-be48-5114321a96e5 HTTP/1.1" 200 115 0.040473 10.0.0.27 - - [2026-03-19 04:06:27] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000912 10.0.0.41 - - [2026-03-19 04:06:27] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.094147 10.0.0.27 - - [2026-03-19 04:06:27] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000897 10.0.0.41 - - [2026-03-19 04:06:27] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?fields=virtual_networks HTTP/1.1" 200 1066 0.057895 10.0.0.27 - - [2026-03-19 04:06:27] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001131 10.0.0.41 - - [2026-03-19 04:06:27] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.060091 10.0.0.27 - - [2026-03-19 04:06:27] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001124 10.0.0.41 - - [2026-03-19 04:06:27] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?fields=security_groups HTTP/1.1" 200 1310 0.044884 10.0.0.41 - - [2026-03-19 04:06:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.030513 10.0.0.27 - - [2026-03-19 04:06:28] "GET /projects?obj_uuids=16ce8db0-96e2-4615-969b-355fa9b8a545&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003458 10.0.0.27 - - [2026-03-19 04:06:28] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.27 - - [2026-03-19 04:06:28] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046543 10.0.0.27 - - [2026-03-19 04:06:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.009498 10.0.0.27 - - [2026-03-19 04:06:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.011456 10.0.0.27 - - [2026-03-19 04:06:28] "POST /security-groups HTTP/1.1" 200 586 0.080667 10.0.0.27 - - [2026-03-19 04:06:29] "POST /projects HTTP/1.1" 200 575 0.291534 10.0.0.27 - - [2026-03-19 04:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.370076 10.0.0.27 - - [2026-03-19 04:06:29] "POST /fqname-to-id HTTP/1.1" 404 228 0.017535 10.0.0.41 - - [2026-03-19 04:06:29] "GET /project/16ce8db0-96e2-4615-969b-355fa9b8a545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.625956 10.0.0.41 - - [2026-03-19 04:06:30] "GET / HTTP/1.1" 200 35931 0.001881 10.0.0.27 - - [2026-03-19 04:06:30] "GET /projects?obj_uuids=8b57894f-1778-4934-8afd-849df27c4fb7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000935 10.0.0.41 - - [2026-03-19 04:06:30] "GET /project/8b57894f-1778-4934-8afd-849df27c4fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.041622 10.0.0.41 - - [2026-03-19 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.41 - - [2026-03-19 04:06:31] "GET /security-group/f068ffba-406c-494c-b564-7cd5cb58fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.003874 10.0.0.41 - - [2026-03-19 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.27 - - [2026-03-19 04:06:31] "GET /projects?obj_uuids=8b57894f-1778-4934-8afd-849df27c4fb7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001067 10.0.0.41 - - [2026-03-19 04:06:31] "GET /project/8b57894f-1778-4934-8afd-849df27c4fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.041481 10.0.0.41 - - [2026-03-19 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258 10.0.0.41 - - [2026-03-19 04:06:31] "GET /security-group/f068ffba-406c-494c-b564-7cd5cb58fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004486 10.0.0.41 - - [2026-03-19 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.41 - - [2026-03-19 04:06:32] "PUT /security-group/f068ffba-406c-494c-b564-7cd5cb58fd70 HTTP/1.1" 200 262 0.017141 10.0.0.27 - - [2026-03-19 04:06:32] "PUT /access-control-list/4f75ce1e-ba32-4e30-a05b-a9d05efa1aee HTTP/1.1" 200 272 0.017365 10.0.0.27 - - [2026-03-19 04:06:34] "GET /projects?obj_uuids=16ce8db0-96e2-4615-969b-355fa9b8a545&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001298 10.0.0.41 - - [2026-03-19 04:06:34] "GET /project/16ce8db0-96e2-4615-969b-355fa9b8a545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.041835 10.0.0.27 - - [2026-03-19 04:06:34] "GET /projects?obj_uuids=16ce8db0-96e2-4615-969b-355fa9b8a545&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001245 10.0.0.41 - - [2026-03-19 04:06:34] "GET /project/16ce8db0-96e2-4615-969b-355fa9b8a545?fields=virtual_networks HTTP/1.1" 200 1021 0.053609 10.0.0.27 - - [2026-03-19 04:06:34] "GET /projects?obj_uuids=16ce8db0-96e2-4615-969b-355fa9b8a545&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.41 - - [2026-03-19 04:06:34] "GET /project/16ce8db0-96e2-4615-969b-355fa9b8a545?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.049291 10.0.0.27 - - [2026-03-19 04:06:34] "GET /projects?obj_uuids=16ce8db0-96e2-4615-969b-355fa9b8a545&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000979 10.0.0.41 - - [2026-03-19 04:06:34] "GET /project/16ce8db0-96e2-4615-969b-355fa9b8a545?fields=security_groups HTTP/1.1" 200 1242 0.045866 10.0.0.41 - - [2026-03-19 04:06:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.033610 10.0.0.27 - - [2026-03-19 04:06:36] "GET /projects?obj_uuids=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004534 10.0.0.27 - - [2026-03-19 04:06:36] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.27 - - [2026-03-19 04:06:36] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006866 10.0.0.27 - - [2026-03-19 04:06:36] "POST /id-to-fqname HTTP/1.1" 200 194 0.005148 10.0.0.27 - - [2026-03-19 04:06:36] "POST /fqname-to-id HTTP/1.1" 404 203 0.009388 10.0.0.27 - - [2026-03-19 04:06:36] "POST /security-groups HTTP/1.1" 200 595 0.080583 10.0.0.27 - - [2026-03-19 04:06:36] "POST /projects HTTP/1.1" 200 593 0.299217 10.0.0.27 - - [2026-03-19 04:06:36] "POST /fqname-to-id HTTP/1.1" 404 237 0.005016 10.0.0.27 - - [2026-03-19 04:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.376803 10.0.0.41 - - [2026-03-19 04:06:36] "GET /project/8917c8c6-607f-41af-be0a-c37dbc591127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.521181 10.0.0.41 - - [2026-03-19 04:06:37] "GET / HTTP/1.1" 200 35931 0.001829 10.0.0.41 - - [2026-03-19 04:06:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.41 - - [2026-03-19 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.067284 10.0.0.27 - - [2026-03-19 04:06:39] "GET /projects?obj_uuids=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000882 10.0.0.41 - - [2026-03-19 04:06:39] "GET /project/8917c8c6-607f-41af-be0a-c37dbc591127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.056191 10.0.0.41 - - [2026-03-19 04:06:40] "POST /neutron/network HTTP/1.1" 200 117 0.055405 10.0.0.27 - - [2026-03-19 04:06:40] "POST /ref-update HTTP/1.1" 200 156 0.023384 10.0.0.41 - - [2026-03-19 04:06:40] "POST /neutron/network HTTP/1.1" 200 841 0.011922 10.0.0.41 - - [2026-03-19 04:06:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.001984 10.0.0.41 - - [2026-03-19 04:06:40] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007360 10.0.0.41 - - [2026-03-19 04:06:40] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006731 10.0.0.41 - - [2026-03-19 04:06:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.012554 10.0.0.41 - - [2026-03-19 04:06:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.001171 10.0.0.27 - - [2026-03-19 04:06:41] "GET /projects?obj_uuids=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.032388 10.0.0.41 - - [2026-03-19 04:06:41] "GET /project/8917c8c6-607f-41af-be0a-c37dbc591127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.128206 10.0.0.41 - - [2026-03-19 04:06:41] "POST /neutron/port HTTP/1.1" 200 117 0.006033 10.0.0.41 - - [2026-03-19 04:06:42] "POST /id-to-fqname HTTP/1.1" 200 231 0.001227 10.0.0.41 - - [2026-03-19 04:06:42] "POST /neutron/network HTTP/1.1" 200 851 0.008140 10.0.0.41 - - [2026-03-19 04:06:42] "POST /neutron/port HTTP/1.1" 200 1063 0.017991 10.0.0.41 - - [2026-03-19 04:06:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003783 10.0.0.41 - - [2026-03-19 04:06:43] "POST /neutron/network HTTP/1.1" 200 841 0.006966 10.0.0.27 - - [2026-03-19 04:07:04] "GET /projects?obj_uuids=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001035 10.0.0.41 - - [2026-03-19 04:07:04] "GET /project/8917c8c6-607f-41af-be0a-c37dbc591127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.085157 10.0.0.41 - - [2026-03-19 04:07:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007186 10.0.0.41 - - [2026-03-19 04:07:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007314 10.0.0.41 - - [2026-03-19 04:07:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006715 10.0.0.41 - - [2026-03-19 04:07:05] "POST /neutron/port HTTP/1.1" 200 1127 0.022428 10.0.0.41 - - [2026-03-19 04:07:05] "GET /virtual-machine/792b91af-04b7-4111-ae7d-ae16309ab00f HTTP/1.1" 401 292 0.000418 10.0.0.27 - - [2026-03-19 04:07:06] "GET /projects?obj_uuids=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001288 10.0.0.41 - - [2026-03-19 04:07:06] "GET /virtual-machine/792b91af-04b7-4111-ae7d-ae16309ab00f HTTP/1.1" 200 1296 0.094620 10.0.0.41 - - [2026-03-19 04:07:06] "GET /virtual-machine-interface/4a845ab9-400c-4937-ba51-e73db1329fcf HTTP/1.1" 200 2981 0.013313 10.0.0.41 - - [2026-03-19 04:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.010300 10.0.0.41 - - [2026-03-19 04:07:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003586 10.0.0.41 - - [2026-03-19 04:07:06] "GET /virtual-networks?parent_id=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003166 10.0.0.41 - - [2026-03-19 04:07:06] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005407 10.0.0.41 - - [2026-03-19 04:07:06] "POST /neutron/port HTTP/1.1" 200 1063 0.462543 10.0.0.41 - - [2026-03-19 04:07:06] "POST /neutron/port HTTP/1.1" 200 1117 0.203403 10.0.0.41 - - [2026-03-19 04:07:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.017350 10.0.0.41 - - [2026-03-19 04:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.010849 10.0.0.41 - - [2026-03-19 04:07:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003791 10.0.0.41 - - [2026-03-19 04:07:07] "GET /virtual-networks?parent_id=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003242 10.0.0.41 - - [2026-03-19 04:07:07] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009260 10.0.0.27 - - [2026-03-19 04:07:08] "DELETE /project/16ce8db096e24615969b355fa9b8a545 HTTP/1.1" 404 173 0.009101 10.0.0.27 - - [2026-03-19 04:07:08] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000943 10.0.0.27 - - [2026-03-19 04:07:08] "GET /projects?obj_uuids=16ce8db0-96e2-4615-969b-355fa9b8a545&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.27 - - [2026-03-19 04:07:08] "DELETE /project/8917c8c6607f41afbe0ac37dbc591127 HTTP/1.1" 404 173 0.024334 10.0.0.27 - - [2026-03-19 04:07:08] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.120253 10.0.0.27 - - [2026-03-19 04:07:08] "GET /project/16ce8db0-96e2-4615-969b-355fa9b8a545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.136238 10.0.0.27 - - [2026-03-19 04:07:08] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000894 10.0.0.27 - - [2026-03-19 04:07:08] "GET /projects?obj_uuids=16ce8db0-96e2-4615-969b-355fa9b8a545&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.27 - - [2026-03-19 04:07:08] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?fields=security_groups HTTP/1.1" 404 203 0.032602 10.0.0.27 - - [2026-03-19 04:07:09] "GET /project/16ce8db0-96e2-4615-969b-355fa9b8a545?fields=security_groups HTTP/1.1" 200 1347 0.094941 10.0.0.27 - - [2026-03-19 04:07:09] "GET /projects?obj_uuids=397e684e-8b05-4622-834e-fb9d458dd0bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.019468 10.0.0.27 - - [2026-03-19 04:07:09] "DELETE /security-group/9365f6f6-b9fe-404f-ab4c-8b053c3db783 HTTP/1.1" 200 115 0.105777 10.0.0.27 - - [2026-03-19 04:07:09] "GET /projects?obj_uuids=16ce8db0-96e2-4615-969b-355fa9b8a545&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000906 10.0.0.27 - - [2026-03-19 04:07:09] "GET /project/16ce8db0-96e2-4615-969b-355fa9b8a545?fields=application_policy_sets HTTP/1.1" 200 1386 0.065143 10.0.0.27 - - [2026-03-19 04:07:09] "DELETE /project/16ce8db0-96e2-4615-969b-355fa9b8a545 HTTP/1.1" 200 115 0.693101 10.0.0.27 - - [2026-03-19 04:07:09] "DELETE /access-control-list/067a2ddd-b776-4ec3-9112-e955221cd936 HTTP/1.1" 200 115 0.521173 10.0.0.27 - - [2026-03-19 04:07:09] "GET /project/397e684e-8b05-4622-834e-fb9d458dd0bb?fields=application_policy_sets HTTP/1.1" 404 171 0.707076 10.0.0.27 - - [2026-03-19 04:07:09] "DELETE /project/397e684e-8b05-4622-834e-fb9d458dd0bb HTTP/1.1" 404 171 0.979882 10.0.0.41 - - [2026-03-19 04:07:12] "POST /neutron/port HTTP/1.1" 200 1127 0.039599 10.0.0.242 - - [2026-03-19 04:07:14] "GET /obj-perms HTTP/1.1" 200 5056 0.081849 10.0.0.27 - - [2026-03-19 04:07:15] "GET /obj-perms HTTP/1.1" 200 5056 0.070293 10.0.0.41 - - [2026-03-19 04:07:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008113 10.0.0.41 - - [2026-03-19 04:07:26] "POST /neutron/port HTTP/1.1" 200 1127 0.021702 10.0.0.41 - - [2026-03-19 04:07:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009229 10.0.0.41 - - [2026-03-19 04:07:27] "POST /neutron/network HTTP/1.1" 200 841 0.006316 10.0.0.41 - - [2026-03-19 04:07:32] "POST /neutron/port HTTP/1.1" 200 1127 0.018706 10.0.0.41 - - [2026-03-19 04:07:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007705 10.0.0.41 - - [2026-03-19 04:07:42] "POST /neutron/port HTTP/1.1" 200 1127 0.015792 10.0.0.41 - - [2026-03-19 04:07:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007300 10.0.0.41 - - [2026-03-19 04:07:43] "GET /virtual-machine/4bdbd718-25f3-4273-acb1-3f8e90b5f2c7 HTTP/1.1" 200 1296 0.005646 10.0.0.41 - - [2026-03-19 04:07:43] "GET /virtual-machine-interface/78cf3a9a-7a2b-4caf-b919-34852b14fbef HTTP/1.1" 200 2981 0.005742 10.0.0.41 - - [2026-03-19 04:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.41 - - [2026-03-19 04:07:43] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003937 10.0.0.41 - - [2026-03-19 04:07:43] "GET /virtual-networks?parent_id=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003411 10.0.0.41 - - [2026-03-19 04:07:43] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005636 10.0.0.41 - - [2026-03-19 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.41 - - [2026-03-19 04:07:46] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006817 10.0.0.41 - - [2026-03-19 04:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.41 - - [2026-03-19 04:07:50] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005474 10.0.0.41 - - [2026-03-19 04:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.41 - - [2026-03-19 04:07:54] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007020 10.0.0.41 - - [2026-03-19 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.41 - - [2026-03-19 04:07:58] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005376 10.0.0.41 - - [2026-03-19 04:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.41 - - [2026-03-19 04:08:02] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007190 10.0.0.41 - - [2026-03-19 04:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.41 - - [2026-03-19 04:08:06] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005419 10.0.0.41 - - [2026-03-19 04:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.41 - - [2026-03-19 04:08:10] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005261 10.0.0.41 - - [2026-03-19 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.41 - - [2026-03-19 04:08:14] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005541 10.0.0.41 - - [2026-03-19 04:08:15] "GET /obj-perms HTTP/1.1" 200 5056 0.062019 10.0.0.41 - - [2026-03-19 04:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.41 - - [2026-03-19 04:08:19] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006504 10.0.0.41 - - [2026-03-19 04:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.41 - - [2026-03-19 04:08:23] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005696 10.0.0.41 - - [2026-03-19 04:08:26] "POST /neutron/network HTTP/1.1" 200 851 0.008138 10.0.0.41 - - [2026-03-19 04:08:26] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.41 - - [2026-03-19 04:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.41 - - [2026-03-19 04:08:27] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005308 10.0.0.41 - - [2026-03-19 04:08:29] "POST /neutron/port HTTP/1.1" 200 1127 0.019582 10.0.0.41 - - [2026-03-19 04:08:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.012647 10.0.0.41 - - [2026-03-19 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.41 - - [2026-03-19 04:08:31] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005619 10.0.0.41 - - [2026-03-19 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.41 - - [2026-03-19 04:08:35] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006578 10.0.0.41 - - [2026-03-19 04:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.41 - - [2026-03-19 04:08:39] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008616 10.0.0.41 - - [2026-03-19 04:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.41 - - [2026-03-19 04:08:43] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004734 10.0.0.41 - - [2026-03-19 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.41 - - [2026-03-19 04:08:47] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006177 10.0.0.41 - - [2026-03-19 04:08:51] "POST /neutron/port HTTP/1.1" 200 1127 0.053450 10.0.0.41 - - [2026-03-19 04:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.41 - - [2026-03-19 04:08:51] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005599 10.0.0.27 - - [2026-03-19 04:08:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.27 - - [2026-03-19 04:08:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.41 - - [2026-03-19 04:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.41 - - [2026-03-19 04:08:53] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003353 10.0.0.41 - - [2026-03-19 04:08:53] "GET /virtual-networks?parent_id=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003374 10.0.0.41 - - [2026-03-19 04:08:53] "GET /virtual-network/e589a6af-b8d3-4d85-bd36-2ab8bc18efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006279 10.0.0.41 - - [2026-03-19 04:08:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008457 10.0.0.242 - - [2026-03-19 04:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.242 - - [2026-03-19 04:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2026-03-19 04:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2026-03-19 04:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.242 - - [2026-03-19 04:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.242 - - [2026-03-19 04:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.41 - - [2026-03-19 04:08:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.41 - - [2026-03-19 04:08:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.41 - - [2026-03-19 04:08:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2026-03-19 04:08:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.41 - - [2026-03-19 04:09:04] "POST /neutron/port HTTP/1.1" 200 1127 0.018651 10.0.0.41 - - [2026-03-19 04:09:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007141 10.0.0.41 - - [2026-03-19 04:09:19] "POST /neutron/port HTTP/1.1" 200 1127 0.022457 10.0.0.41 - - [2026-03-19 04:09:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007183 10.0.0.41 - - [2026-03-19 04:09:27] "POST /neutron/network HTTP/1.1" 200 851 0.007073 10.0.0.41 - - [2026-03-19 04:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.41 - - [2026-03-19 04:09:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007789 10.0.0.41 - - [2026-03-19 04:09:31] "POST /neutron/network HTTP/1.1" 200 851 0.033556 10.0.0.41 - - [2026-03-19 04:09:31] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.41 - - [2026-03-19 04:09:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013053 10.0.0.41 - - [2026-03-19 04:09:40] "POST /fqname-to-id HTTP/1.1" 404 240 0.003743 10.0.0.41 - - [2026-03-19 04:09:40] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.034047 10.0.0.41 - - [2026-03-19 04:09:41] "GET /bgp-as-a-service/5a502dcc-8dc4-4952-a3f9-d547180aa684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1620 0.008309 10.0.0.41 - - [2026-03-19 04:09:41] "GET /virtual-machine-interface/78cf3a9a-7a2b-4caf-b919-34852b14fbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006381 10.0.0.41 - - [2026-03-19 04:09:41] "POST /ref-update HTTP/1.1" 200 156 0.017234 10.0.0.41 - - [2026-03-19 04:09:41] "POST /neutron/network HTTP/1.1" 200 841 0.006203 10.0.0.27 - - [2026-03-19 04:09:41] "POST /bgp-routers HTTP/1.1" 200 659 0.049648 10.0.0.27 - - [2026-03-19 04:09:41] "PUT /bgp-router/f75e9f5b-5f0d-4a53-b68f-9268667cf8d6 HTTP/1.1" 200 254 0.037202 10.0.0.41 - - [2026-03-19 04:10:06] "GET /bgp-as-a-service/5a502dcc-8dc4-4952-a3f9-d547180aa684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.006768 10.0.0.41 - - [2026-03-19 04:10:06] "GET /virtual-machine-interface/78cf3a9a-7a2b-4caf-b919-34852b14fbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3089 0.007811 10.0.0.41 - - [2026-03-19 04:10:06] "POST /ref-update HTTP/1.1" 200 156 0.016232 10.0.0.41 - - [2026-03-19 04:10:06] "DELETE /bgp-as-a-service/5a502dcc-8dc4-4952-a3f9-d547180aa684 HTTP/1.1" 200 115 0.053959 10.0.0.27 - - [2026-03-19 04:10:06] "DELETE /bgp-router/f75e9f5b-5f0d-4a53-b68f-9268667cf8d6 HTTP/1.1" 200 115 0.069797 10.0.0.41 - - [2026-03-19 04:10:07] "POST /neutron/network HTTP/1.1" 400 204 0.015320 10.0.0.41 - - [2026-03-19 04:10:07] "POST /neutron/port HTTP/1.1" 200 151 0.193807 10.0.0.41 - - [2026-03-19 04:10:07] "POST /neutron/port HTTP/1.1" 200 151 0.222148 10.0.0.27 - - [2026-03-19 04:10:10] "GET /projects?obj_uuids=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000973 10.0.0.41 - - [2026-03-19 04:10:10] "GET /project/8917c8c6-607f-41af-be0a-c37dbc591127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.041010 10.0.0.27 - - [2026-03-19 04:10:10] "GET /projects?obj_uuids=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002065 10.0.0.41 - - [2026-03-19 04:10:10] "GET /project/8917c8c6-607f-41af-be0a-c37dbc591127?fields=virtual_networks HTTP/1.1" 200 1039 0.044843 10.0.0.27 - - [2026-03-19 04:10:10] "GET /projects?obj_uuids=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000926 10.0.0.41 - - [2026-03-19 04:10:10] "GET /project/8917c8c6-607f-41af-be0a-c37dbc591127?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.048454 10.0.0.27 - - [2026-03-19 04:10:11] "GET /projects?obj_uuids=8917c8c6-607f-41af-be0a-c37dbc591127&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000973 10.0.0.41 - - [2026-03-19 04:10:11] "GET /project/8917c8c6-607f-41af-be0a-c37dbc591127?fields=security_groups HTTP/1.1" 200 1269 0.049774 10.0.0.41 - - [2026-03-19 04:10:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.039111 10.0.0.27 - - [2026-03-19 04:10:12] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002840 10.0.0.27 - - [2026-03-19 04:10:12] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.27 - - [2026-03-19 04:10:12] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006773 10.0.0.27 - - [2026-03-19 04:10:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.001406 10.0.0.27 - - [2026-03-19 04:10:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.011118 10.0.0.27 - - [2026-03-19 04:10:12] "POST /security-groups HTTP/1.1" 200 592 0.035421 10.0.0.27 - - [2026-03-19 04:10:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.003143 10.0.0.27 - - [2026-03-19 04:10:12] "POST /projects HTTP/1.1" 200 587 0.272854 10.0.0.27 - - [2026-03-19 04:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.354354 10.0.0.27 - - [2026-03-19 04:10:12] "POST /access-control-lists HTTP/1.1" 200 595 0.042364 10.0.0.41 - - [2026-03-19 04:10:12] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.496993 10.0.0.41 - - [2026-03-19 04:10:13] "GET / HTTP/1.1" 200 35931 0.002507 10.0.0.41 - - [2026-03-19 04:10:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.41 - - [2026-03-19 04:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.074015 10.0.0.27 - - [2026-03-19 04:10:16] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.41 - - [2026-03-19 04:10:16] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044373 10.0.0.41 - - [2026-03-19 04:10:16] "POST /neutron/network HTTP/1.1" 200 117 0.043182 10.0.0.41 - - [2026-03-19 04:10:16] "POST /neutron/network HTTP/1.1" 200 830 0.008621 10.0.0.41 - - [2026-03-19 04:10:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001216 10.0.0.41 - - [2026-03-19 04:10:16] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006008 10.0.0.41 - - [2026-03-19 04:10:16] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005848 10.0.0.41 - - [2026-03-19 04:10:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.008673 10.0.0.41 - - [2026-03-19 04:10:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001081 10.0.0.27 - - [2026-03-19 04:10:17] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000910 10.0.0.41 - - [2026-03-19 04:10:17] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.084321 10.0.0.41 - - [2026-03-19 04:10:18] "POST /neutron/port HTTP/1.1" 200 117 0.006257 10.0.0.41 - - [2026-03-19 04:10:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001239 10.0.0.41 - - [2026-03-19 04:10:18] "POST /neutron/network HTTP/1.1" 200 840 0.007040 10.0.0.41 - - [2026-03-19 04:10:19] "POST /neutron/port HTTP/1.1" 200 1058 0.041731 10.0.0.27 - - [2026-03-19 04:10:19] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.41 - - [2026-03-19 04:10:19] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.153132 10.0.0.41 - - [2026-03-19 04:10:19] "POST /neutron/network HTTP/1.1" 200 830 0.052075 10.0.0.41 - - [2026-03-19 04:10:19] "POST /neutron/subnet HTTP/1.1" 200 684 0.016775 10.0.0.41 - - [2026-03-19 04:10:19] "POST /neutron/port HTTP/1.1" 200 1122 0.043177 10.0.0.41 - - [2026-03-19 04:10:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001453 10.0.0.41 - - [2026-03-19 04:10:20] "POST /neutron/port HTTP/1.1" 200 1122 0.042656 10.0.0.41 - - [2026-03-19 04:10:20] "POST /neutron/network HTTP/1.1" 200 840 0.019298 10.0.0.41 - - [2026-03-19 04:10:21] "POST /neutron/port HTTP/1.1" 200 1058 0.036812 10.0.0.27 - - [2026-03-19 04:10:21] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000965 10.0.0.41 - - [2026-03-19 04:10:21] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.098047 10.0.0.41 - - [2026-03-19 04:10:21] "POST /neutron/port HTTP/1.1" 200 1122 0.047420 10.0.0.41 - - [2026-03-19 04:10:21] "POST /neutron/subnet HTTP/1.1" 200 684 0.018729 10.0.0.41 - - [2026-03-19 04:10:21] "POST /neutron/port HTTP/1.1" 200 117 0.006540 10.0.0.41 - - [2026-03-19 04:10:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014392 10.0.0.41 - - [2026-03-19 04:10:22] "POST /neutron/port HTTP/1.1" 200 1058 0.044105 10.0.0.41 - - [2026-03-19 04:10:23] "POST /neutron/port HTTP/1.1" 200 1122 0.046171 10.0.0.41 - - [2026-03-19 04:10:23] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.41 - - [2026-03-19 04:10:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016146 10.0.0.41 - - [2026-03-19 04:10:28] "POST /neutron/network HTTP/1.1" 200 840 0.010070 10.0.0.41 - - [2026-03-19 04:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.003208 10.0.0.41 - - [2026-03-19 04:10:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007766 10.0.0.41 - - [2026-03-19 04:10:42] "POST /neutron/port HTTP/1.1" 200 1122 0.017266 10.0.0.41 - - [2026-03-19 04:10:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006734 10.0.0.41 - - [2026-03-19 04:10:57] "POST /neutron/port HTTP/1.1" 200 1122 0.018753 10.0.0.41 - - [2026-03-19 04:10:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007843 10.0.0.41 - - [2026-03-19 04:10:57] "GET /virtual-machine/e1e6303c-6b5f-4d91-b176-68ebdb0ee09d HTTP/1.1" 401 292 0.000424 10.0.0.41 - - [2026-03-19 04:10:58] "GET /virtual-machine/e1e6303c-6b5f-4d91-b176-68ebdb0ee09d HTTP/1.1" 200 1294 0.039369 10.0.0.41 - - [2026-03-19 04:10:58] "GET /virtual-machine-interface/815eac0d-7449-42f6-ba3f-e3da21b149a1 HTTP/1.1" 200 2957 0.004852 10.0.0.41 - - [2026-03-19 04:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.41 - - [2026-03-19 04:10:58] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004886 10.0.0.41 - - [2026-03-19 04:10:58] "GET /virtual-networks?parent_id=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004370 10.0.0.41 - - [2026-03-19 04:10:58] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007691 10.0.0.41 - - [2026-03-19 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.41 - - [2026-03-19 04:11:01] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005772 10.0.0.41 - - [2026-03-19 04:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.41 - - [2026-03-19 04:11:05] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006196 10.0.0.27 - - [2026-03-19 04:11:09] "DELETE /access-control-list/4812910d-a444-4400-a7c3-55641ae3dd34 HTTP/1.1" 200 115 0.038577 10.0.0.41 - - [2026-03-19 04:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.41 - - [2026-03-19 04:11:09] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.013325 10.0.0.27 - - [2026-03-19 04:11:10] "DELETE /project/8917c8c6-607f-41af-be0a-c37dbc591127 HTTP/1.1" 404 177 0.004267 10.0.0.27 - - [2026-03-19 04:11:10] "DELETE /project/677309a9c9a1422192a55d0f1b99a212 HTTP/1.1" 404 173 0.003880 10.0.0.41 - - [2026-03-19 04:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.41 - - [2026-03-19 04:11:13] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008181 10.0.0.41 - - [2026-03-19 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.41 - - [2026-03-19 04:11:17] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005466 10.0.0.242 - - [2026-03-19 04:11:18] "GET /obj-perms HTTP/1.1" 200 5056 0.075668 10.0.0.41 - - [2026-03-19 04:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.41 - - [2026-03-19 04:11:21] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006338 10.0.0.41 - - [2026-03-19 04:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.41 - - [2026-03-19 04:11:25] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005606 10.0.0.41 - - [2026-03-19 04:11:29] "POST /neutron/port HTTP/1.1" 200 1122 0.029542 10.0.0.41 - - [2026-03-19 04:11:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003807 10.0.0.41 - - [2026-03-19 04:11:29] "POST /neutron/network HTTP/1.1" 200 830 0.006455 10.0.0.41 - - [2026-03-19 04:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.41 - - [2026-03-19 04:11:30] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005772 10.0.0.41 - - [2026-03-19 04:11:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008785 10.0.0.41 - - [2026-03-19 04:11:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004776 10.0.0.41 - - [2026-03-19 04:11:32] "POST /neutron/network HTTP/1.1" 200 830 0.006044 10.0.0.41 - - [2026-03-19 04:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.41 - - [2026-03-19 04:11:34] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005167 10.0.0.41 - - [2026-03-19 04:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.41 - - [2026-03-19 04:11:38] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006608 10.0.0.41 - - [2026-03-19 04:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.41 - - [2026-03-19 04:11:42] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005034 10.0.0.41 - - [2026-03-19 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.41 - - [2026-03-19 04:11:46] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006274 10.0.0.41 - - [2026-03-19 04:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.41 - - [2026-03-19 04:11:50] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005712 10.0.0.41 - - [2026-03-19 04:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.41 - - [2026-03-19 04:11:54] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004949 10.0.0.41 - - [2026-03-19 04:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.41 - - [2026-03-19 04:11:58] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005949 10.0.0.41 - - [2026-03-19 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.41 - - [2026-03-19 04:12:02] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005929 10.0.0.41 - - [2026-03-19 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.41 - - [2026-03-19 04:12:06] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005161 10.0.0.41 - - [2026-03-19 04:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.41 - - [2026-03-19 04:12:10] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007295 10.0.0.41 - - [2026-03-19 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.41 - - [2026-03-19 04:12:15] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006051 10.0.0.41 - - [2026-03-19 04:12:17] "POST /neutron/port HTTP/1.1" 200 1122 0.022188 10.0.0.27 - - [2026-03-19 04:12:19] "GET /obj-perms HTTP/1.1" 200 5056 0.064983 10.0.0.41 - - [2026-03-19 04:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.41 - - [2026-03-19 04:12:19] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004386 10.0.0.41 - - [2026-03-19 04:12:19] "GET /virtual-networks?parent_id=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003234 10.0.0.41 - - [2026-03-19 04:12:19] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006256 10.0.0.41 - - [2026-03-19 04:12:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007655 10.0.0.41 - - [2026-03-19 04:12:19] "GET /obj-perms HTTP/1.1" 200 5056 0.109081 10.0.0.41 - - [2026-03-19 04:12:29] "POST /neutron/port HTTP/1.1" 200 1122 0.055103 10.0.0.41 - - [2026-03-19 04:12:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004634 10.0.0.41 - - [2026-03-19 04:12:29] "POST /neutron/network HTTP/1.1" 200 830 0.009374 10.0.0.41 - - [2026-03-19 04:12:33] "POST /neutron/port HTTP/1.1" 200 1122 0.024994 10.0.0.41 - - [2026-03-19 04:12:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005253 10.0.0.41 - - [2026-03-19 04:12:34] "POST /neutron/network HTTP/1.1" 200 830 0.009106 10.0.0.41 - - [2026-03-19 04:12:40] "POST /neutron/port HTTP/1.1" 200 1122 0.017613 10.0.0.41 - - [2026-03-19 04:12:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007199 10.0.0.41 - - [2026-03-19 04:12:55] "POST /neutron/port HTTP/1.1" 200 1122 0.019796 10.0.0.41 - - [2026-03-19 04:13:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008127 10.0.0.41 - - [2026-03-19 04:13:11] "POST /neutron/port HTTP/1.1" 200 1122 0.019897 10.0.0.41 - - [2026-03-19 04:13:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007076 10.0.0.41 - - [2026-03-19 04:13:11] "GET /virtual-machine/c9e89fde-d138-4015-98a8-32ab3665a1b6 HTTP/1.1" 200 1294 0.006917 10.0.0.41 - - [2026-03-19 04:13:11] "GET /virtual-machine-interface/1df47e90-765a-4629-92ea-fc66f3b304e6 HTTP/1.1" 200 2957 0.006197 10.0.0.41 - - [2026-03-19 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.41 - - [2026-03-19 04:13:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003998 10.0.0.41 - - [2026-03-19 04:13:11] "GET /virtual-networks?parent_id=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002878 10.0.0.41 - - [2026-03-19 04:13:11] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005766 10.0.0.41 - - [2026-03-19 04:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.41 - - [2026-03-19 04:13:12] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003766 10.0.0.41 - - [2026-03-19 04:13:12] "GET /virtual-networks?parent_id=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003024 10.0.0.41 - - [2026-03-19 04:13:12] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007060 10.0.0.41 - - [2026-03-19 04:13:13] "POST /neutron/port HTTP/1.1" 200 1122 0.016794 10.0.0.41 - - [2026-03-19 04:13:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008021 10.0.0.41 - - [2026-03-19 04:13:13] "GET /virtual-machine/cb7f7b12-7e14-4c5c-99d3-ea2c35801486 HTTP/1.1" 200 1294 0.006366 10.0.0.41 - - [2026-03-19 04:13:13] "GET /virtual-machine-interface/117b7b61-e687-4943-bf31-cce504773b92 HTTP/1.1" 200 2957 0.005450 10.0.0.41 - - [2026-03-19 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.41 - - [2026-03-19 04:13:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004302 10.0.0.41 - - [2026-03-19 04:13:13] "GET /virtual-networks?parent_id=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005241 10.0.0.41 - - [2026-03-19 04:13:13] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005828 10.0.0.41 - - [2026-03-19 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.41 - - [2026-03-19 04:13:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004203 10.0.0.41 - - [2026-03-19 04:13:14] "GET /virtual-networks?parent_id=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002878 10.0.0.41 - - [2026-03-19 04:13:14] "GET /virtual-network/d4c0190d-a8b3-4a2d-ba60-6941c4084a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007976 10.0.0.41 - - [2026-03-19 04:13:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.003422 10.0.0.41 - - [2026-03-19 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.41 - - [2026-03-19 04:13:14] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008911 10.0.0.41 - - [2026-03-19 04:13:14] "POST /control-node-zones HTTP/1.1" 200 569 0.044983 10.0.0.41 - - [2026-03-19 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.41 - - [2026-03-19 04:13:14] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004988 10.0.0.41 - - [2026-03-19 04:13:14] "GET /control-node-zone/7a2c28a4-4577-49ce-b05c-24486d20eb1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005677 10.0.0.41 - - [2026-03-19 04:13:14] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.021054 10.0.0.41 - - [2026-03-19 04:13:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.003174 10.0.0.41 - - [2026-03-19 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.41 - - [2026-03-19 04:13:15] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006421 10.0.0.41 - - [2026-03-19 04:13:15] "POST /control-node-zones HTTP/1.1" 200 569 0.028369 10.0.0.41 - - [2026-03-19 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.41 - - [2026-03-19 04:13:15] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005334 10.0.0.41 - - [2026-03-19 04:13:15] "GET /control-node-zone/2f3bcd5b-ba68-442e-b8f8-22e8d3c8fa78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.012273 10.0.0.41 - - [2026-03-19 04:13:15] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.022770 10.0.0.41 - - [2026-03-19 04:13:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.003146 10.0.0.41 - - [2026-03-19 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.41 - - [2026-03-19 04:13:15] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007639 10.0.0.41 - - [2026-03-19 04:13:15] "POST /control-node-zones HTTP/1.1" 200 569 0.025690 10.0.0.41 - - [2026-03-19 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.41 - - [2026-03-19 04:13:15] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005054 10.0.0.41 - - [2026-03-19 04:13:15] "GET /control-node-zone/0750773c-c290-451b-835c-435b5651df92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.006091 10.0.0.41 - - [2026-03-19 04:13:15] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.020929 10.0.0.41 - - [2026-03-19 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.41 - - [2026-03-19 04:13:15] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006512 10.0.0.41 - - [2026-03-19 04:13:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.003223 10.0.0.41 - - [2026-03-19 04:13:15] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032642 10.0.0.41 - - [2026-03-19 04:13:16] "POST /neutron/network HTTP/1.1" 200 830 0.007310 10.0.0.41 - - [2026-03-19 04:13:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.009254 10.0.0.41 - - [2026-03-19 04:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.41 - - [2026-03-19 04:13:16] "GET /bgp-as-a-service/525a790f-f60e-4dcc-8895-3ba339444c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1545 0.008121 10.0.0.41 - - [2026-03-19 04:13:16] "GET /control-node-zone/7a2c28a4-4577-49ce-b05c-24486d20eb1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004209 10.0.0.41 - - [2026-03-19 04:13:16] "POST /ref-update HTTP/1.1" 200 156 0.019810 10.0.0.41 - - [2026-03-19 04:13:31] "POST /neutron/network HTTP/1.1" 200 840 0.007084 10.0.0.41 - - [2026-03-19 04:13:31] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.41 - - [2026-03-19 04:13:35] "POST /neutron/port HTTP/1.1" 200 1122 0.016725 10.0.0.41 - - [2026-03-19 04:13:35] "POST /neutron/subnet HTTP/1.1" 200 684 0.008817 10.0.0.41 - - [2026-03-19 04:13:37] "GET /bgp-as-a-service/525a790f-f60e-4dcc-8895-3ba339444c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.006215 10.0.0.41 - - [2026-03-19 04:13:37] "GET /virtual-machine-interface/815eac0d-7449-42f6-ba3f-e3da21b149a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005195 10.0.0.41 - - [2026-03-19 04:13:37] "POST /ref-update HTTP/1.1" 200 156 0.011618 10.0.0.27 - - [2026-03-19 04:13:37] "POST /bgp-routers HTTP/1.1" 200 640 0.083714 10.0.0.27 - - [2026-03-19 04:13:37] "PUT /bgp-router/4fd725fd-aca9-4f9e-bd91-cd9f9659b90f HTTP/1.1" 200 254 0.035199 10.0.0.41 - - [2026-03-19 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.41 - - [2026-03-19 04:13:38] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005778 10.0.0.41 - - [2026-03-19 04:13:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002949 10.0.0.41 - - [2026-03-19 04:13:38] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.030290 10.0.0.41 - - [2026-03-19 04:13:38] "POST /neutron/network HTTP/1.1" 200 830 0.006362 10.0.0.41 - - [2026-03-19 04:13:38] "POST /neutron/subnet HTTP/1.1" 200 710 0.008271 10.0.0.41 - - [2026-03-19 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.41 - - [2026-03-19 04:13:38] "GET /bgp-as-a-service/4d29c176-aafe-417a-bdd6-5e2aa011576d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.005050 10.0.0.41 - - [2026-03-19 04:13:38] "GET /control-node-zone/2f3bcd5b-ba68-442e-b8f8-22e8d3c8fa78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003885 10.0.0.41 - - [2026-03-19 04:13:38] "POST /ref-update HTTP/1.1" 200 156 0.016132 10.0.0.41 - - [2026-03-19 04:13:47] "GET /bgp-as-a-service/4d29c176-aafe-417a-bdd6-5e2aa011576d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006482 10.0.0.41 - - [2026-03-19 04:13:47] "GET /virtual-machine-interface/1df47e90-765a-4629-92ea-fc66f3b304e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005353 10.0.0.41 - - [2026-03-19 04:13:47] "POST /ref-update HTTP/1.1" 200 156 0.013291 10.0.0.27 - - [2026-03-19 04:13:47] "POST /ref-update HTTP/1.1" 200 156 0.023002 10.0.0.27 - - [2026-03-19 04:13:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000705 10.0.0.27 - - [2026-03-19 04:13:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.242 - - [2026-03-19 04:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.242 - - [2026-03-19 04:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.27 - - [2026-03-19 04:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2026-03-19 04:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000831 10.0.0.242 - - [2026-03-19 04:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.242 - - [2026-03-19 04:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000691 10.0.0.41 - - [2026-03-19 04:13:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.41 - - [2026-03-19 04:13:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000313 10.0.0.41 - - [2026-03-19 04:13:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.41 - - [2026-03-19 04:13:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.41 - - [2026-03-19 04:14:07] "GET /control-node-zone/7a2c28a4-4577-49ce-b05c-24486d20eb1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004585 10.0.0.41 - - [2026-03-19 04:14:07] "POST /ref-update HTTP/1.1" 200 156 0.018698 10.0.0.41 - - [2026-03-19 04:14:07] "GET /control-node-zone/2f3bcd5b-ba68-442e-b8f8-22e8d3c8fa78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004668 10.0.0.41 - - [2026-03-19 04:14:07] "POST /ref-update HTTP/1.1" 200 156 0.019163 10.0.0.41 - - [2026-03-19 04:14:07] "GET /control-node-zone/0750773c-c290-451b-835c-435b5651df92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.003979 10.0.0.41 - - [2026-03-19 04:14:07] "POST /ref-update HTTP/1.1" 200 156 0.019445 10.0.0.41 - - [2026-03-19 04:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.41 - - [2026-03-19 04:14:07] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005055 10.0.0.41 - - [2026-03-19 04:14:07] "GET /control-node-zone/7a2c28a4-4577-49ce-b05c-24486d20eb1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003725 10.0.0.41 - - [2026-03-19 04:14:07] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.025242 10.0.0.41 - - [2026-03-19 04:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.41 - - [2026-03-19 04:14:07] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005322 10.0.0.41 - - [2026-03-19 04:14:07] "GET /control-node-zone/2f3bcd5b-ba68-442e-b8f8-22e8d3c8fa78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004072 10.0.0.41 - - [2026-03-19 04:14:07] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.033820 10.0.0.41 - - [2026-03-19 04:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.41 - - [2026-03-19 04:14:07] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004859 10.0.0.41 - - [2026-03-19 04:14:07] "GET /control-node-zone/0750773c-c290-451b-835c-435b5651df92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.004622 10.0.0.41 - - [2026-03-19 04:14:07] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.019522 10.0.0.41 - - [2026-03-19 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.41 - - [2026-03-19 04:14:25] "GET /bgp-as-a-service/525a790f-f60e-4dcc-8895-3ba339444c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.005879 10.0.0.41 - - [2026-03-19 04:14:25] "GET /control-node-zone/7a2c28a4-4577-49ce-b05c-24486d20eb1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003805 10.0.0.41 - - [2026-03-19 04:14:25] "POST /ref-update HTTP/1.1" 200 156 0.016493 10.0.0.41 - - [2026-03-19 04:14:25] "GET /control-node-zone/7a2c28a4-4577-49ce-b05c-24486d20eb1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005450 10.0.0.41 - - [2026-03-19 04:14:25] "POST /ref-update HTTP/1.1" 200 156 0.025422 10.0.0.41 - - [2026-03-19 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.41 - - [2026-03-19 04:14:25] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007897 10.0.0.41 - - [2026-03-19 04:14:25] "POST /neutron/network HTTP/1.1" 200 830 0.006293 10.0.0.41 - - [2026-03-19 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.41 - - [2026-03-19 04:14:25] "GET /bgp-as-a-service/525a790f-f60e-4dcc-8895-3ba339444c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005341 10.0.0.41 - - [2026-03-19 04:14:25] "GET /control-node-zone/0750773c-c290-451b-835c-435b5651df92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.003478 10.0.0.41 - - [2026-03-19 04:14:25] "POST /ref-update HTTP/1.1" 200 156 0.016601 10.0.0.41 - - [2026-03-19 04:14:28] "GET /bgp-as-a-service/525a790f-f60e-4dcc-8895-3ba339444c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.006514 10.0.0.41 - - [2026-03-19 04:14:28] "GET /virtual-machine-interface/815eac0d-7449-42f6-ba3f-e3da21b149a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.007410 10.0.0.41 - - [2026-03-19 04:14:31] "POST /neutron/port HTTP/1.1" 200 1122 0.018888 10.0.0.41 - - [2026-03-19 04:14:31] "POST /neutron/subnet HTTP/1.1" 200 684 0.008499 10.0.0.41 - - [2026-03-19 04:14:35] "POST /neutron/port HTTP/1.1" 200 1122 0.044611 10.0.0.41 - - [2026-03-19 04:14:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003860 10.0.0.41 - - [2026-03-19 04:14:35] "POST /neutron/network HTTP/1.1" 200 830 0.006845 10.0.0.41 - - [2026-03-19 04:14:41] "GET /bgp-as-a-service/525a790f-f60e-4dcc-8895-3ba339444c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.004212 10.0.0.41 - - [2026-03-19 04:14:41] "GET /virtual-machine-interface/815eac0d-7449-42f6-ba3f-e3da21b149a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005181 10.0.0.41 - - [2026-03-19 04:14:41] "POST /ref-update HTTP/1.1" 200 156 0.014437 10.0.0.41 - - [2026-03-19 04:14:41] "GET /bgp-as-a-service/4d29c176-aafe-417a-bdd6-5e2aa011576d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.004939 10.0.0.41 - - [2026-03-19 04:14:41] "GET /virtual-machine-interface/1df47e90-765a-4629-92ea-fc66f3b304e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.009443 10.0.0.27 - - [2026-03-19 04:14:41] "POST /ref-update HTTP/1.1" 200 156 0.028845 10.0.0.41 - - [2026-03-19 04:14:41] "POST /ref-update HTTP/1.1" 200 156 0.033358 10.0.0.41 - - [2026-03-19 04:14:41] "DELETE /bgp-as-a-service/4d29c176-aafe-417a-bdd6-5e2aa011576d HTTP/1.1" 200 115 0.064859 10.0.0.27 - - [2026-03-19 04:14:41] "POST /ref-update HTTP/1.1" 200 156 0.029514 10.0.0.41 - - [2026-03-19 04:14:41] "GET /bgp-as-a-service/525a790f-f60e-4dcc-8895-3ba339444c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.021059 10.0.0.41 - - [2026-03-19 04:14:41] "GET /virtual-machine-interface/815eac0d-7449-42f6-ba3f-e3da21b149a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.012341 10.0.0.41 - - [2026-03-19 04:14:41] "DELETE /bgp-as-a-service/525a790f-f60e-4dcc-8895-3ba339444c07 HTTP/1.1" 200 115 0.069072 10.0.0.41 - - [2026-03-19 04:14:41] "GET /control-node-zone/0750773c-c290-451b-835c-435b5651df92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.004044 10.0.0.41 - - [2026-03-19 04:14:41] "POST /ref-update HTTP/1.1" 200 156 0.019078 10.0.0.41 - - [2026-03-19 04:14:41] "DELETE /control-node-zone/0750773c-c290-451b-835c-435b5651df92 HTTP/1.1" 200 115 0.035840 10.0.0.41 - - [2026-03-19 04:14:41] "GET /control-node-zone/2f3bcd5b-ba68-442e-b8f8-22e8d3c8fa78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005187 10.0.0.41 - - [2026-03-19 04:14:41] "POST /ref-update HTTP/1.1" 200 156 0.018225 10.0.0.41 - - [2026-03-19 04:14:41] "DELETE /control-node-zone/2f3bcd5b-ba68-442e-b8f8-22e8d3c8fa78 HTTP/1.1" 200 115 0.027738 10.0.0.41 - - [2026-03-19 04:14:41] "GET /control-node-zone/7a2c28a4-4577-49ce-b05c-24486d20eb1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005352 10.0.0.41 - - [2026-03-19 04:14:41] "DELETE /control-node-zone/7a2c28a4-4577-49ce-b05c-24486d20eb1f HTTP/1.1" 200 115 0.033631 10.0.0.41 - - [2026-03-19 04:14:42] "POST /neutron/port HTTP/1.1" 200 1122 0.019717 10.0.0.41 - - [2026-03-19 04:14:42] "POST /neutron/port HTTP/1.1" 200 1122 0.042068 10.0.0.41 - - [2026-03-19 04:14:42] "POST /neutron/port HTTP/1.1" 200 1112 0.039699 10.0.0.41 - - [2026-03-19 04:14:44] "POST /neutron/network HTTP/1.1" 200 830 0.006859 10.0.0.27 - - [2026-03-19 04:14:44] "DELETE /route-target/129fb3dc-4b4f-4208-8df8-b6422f9ba551 HTTP/1.1" 200 115 0.029039 10.0.0.41 - - [2026-03-19 04:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.27 - - [2026-03-19 04:14:46] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.033186 10.0.0.41 - - [2026-03-19 04:14:47] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.080947 10.0.0.27 - - [2026-03-19 04:14:47] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000909 10.0.0.41 - - [2026-03-19 04:14:47] "POST /neutron/network HTTP/1.1" 200 614 0.110657 10.0.0.41 - - [2026-03-19 04:14:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.003614 10.0.0.41 - - [2026-03-19 04:14:47] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005286 10.0.0.41 - - [2026-03-19 04:14:47] "POST /neutron/network HTTP/1.1" 200 834 0.007506 10.0.0.41 - - [2026-03-19 04:14:47] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005167 10.0.0.41 - - [2026-03-19 04:14:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.001176 10.0.0.41 - - [2026-03-19 04:14:47] "POST /neutron/network HTTP/1.1" 200 844 0.008210 10.0.0.27 - - [2026-03-19 04:14:48] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.41 - - [2026-03-19 04:14:48] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.068188 10.0.0.41 - - [2026-03-19 04:14:48] "POST /neutron/port HTTP/1.1" 200 117 0.006018 10.0.0.41 - - [2026-03-19 04:14:48] "POST /id-to-fqname HTTP/1.1" 200 225 0.001374 10.0.0.41 - - [2026-03-19 04:14:49] "POST /neutron/network HTTP/1.1" 200 844 0.007564 10.0.0.41 - - [2026-03-19 04:14:49] "POST /neutron/port HTTP/1.1" 200 1062 0.017363 10.0.0.27 - - [2026-03-19 04:14:49] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000949 10.0.0.41 - - [2026-03-19 04:14:49] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.078048 10.0.0.41 - - [2026-03-19 04:14:50] "POST /neutron/network HTTP/1.1" 200 834 0.012624 10.0.0.41 - - [2026-03-19 04:14:50] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.41 - - [2026-03-19 04:14:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007146 10.0.0.41 - - [2026-03-19 04:14:50] "POST /id-to-fqname HTTP/1.1" 200 225 0.001204 10.0.0.41 - - [2026-03-19 04:14:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009316 10.0.0.41 - - [2026-03-19 04:14:50] "POST /neutron/network HTTP/1.1" 200 844 0.008178 10.0.0.41 - - [2026-03-19 04:14:51] "POST /neutron/port HTTP/1.1" 200 1116 0.121960 10.0.0.41 - - [2026-03-19 04:14:51] "POST /neutron/subnet HTTP/1.1" 200 704 0.008737 10.0.0.27 - - [2026-03-19 04:14:51] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001315 10.0.0.41 - - [2026-03-19 04:14:51] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.078734 10.0.0.41 - - [2026-03-19 04:14:51] "POST /neutron/network HTTP/1.1" 200 834 0.007021 10.0.0.41 - - [2026-03-19 04:14:51] "POST /neutron/port HTTP/1.1" 200 117 0.008789 10.0.0.41 - - [2026-03-19 04:14:52] "POST /neutron/port HTTP/1.1" 200 1126 0.019968 10.0.0.41 - - [2026-03-19 04:14:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010437 10.0.0.41 - - [2026-03-19 04:14:52] "GET /virtual-machine/5ed1f198-5655-4373-b899-dfd8c899145b HTTP/1.1" 200 1293 0.007731 10.0.0.41 - - [2026-03-19 04:14:52] "GET /virtual-machine-interface/8e4dd2b0-932e-490d-b84c-c35ffa21b550 HTTP/1.1" 200 2958 0.006809 10.0.0.41 - - [2026-03-19 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005688 10.0.0.41 - - [2026-03-19 04:14:52] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003800 10.0.0.41 - - [2026-03-19 04:14:52] "GET /virtual-networks?parent_id=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003215 10.0.0.41 - - [2026-03-19 04:14:52] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009048 10.0.0.41 - - [2026-03-19 04:14:52] "POST /neutron/port HTTP/1.1" 200 1062 0.016325 10.0.0.41 - - [2026-03-19 04:14:52] "POST /neutron/port HTTP/1.1" 200 1126 0.024025 10.0.0.41 - - [2026-03-19 04:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.41 - - [2026-03-19 04:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.41 - - [2026-03-19 04:14:55] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005280 10.0.0.41 - - [2026-03-19 04:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.41 - - [2026-03-19 04:14:59] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006616 10.0.0.41 - - [2026-03-19 04:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.41 - - [2026-03-19 04:15:03] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007220 10.0.0.41 - - [2026-03-19 04:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.41 - - [2026-03-19 04:15:07] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006191 10.0.0.41 - - [2026-03-19 04:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.41 - - [2026-03-19 04:15:11] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006619 10.0.0.41 - - [2026-03-19 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.040835 10.0.0.41 - - [2026-03-19 04:15:16] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005502 10.0.0.41 - - [2026-03-19 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.41 - - [2026-03-19 04:15:20] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005440 10.0.0.41 - - [2026-03-19 04:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.41 - - [2026-03-19 04:15:24] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006187 10.0.0.41 - - [2026-03-19 04:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.41 - - [2026-03-19 04:15:28] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005296 10.0.0.41 - - [2026-03-19 04:15:32] "POST /neutron/port HTTP/1.1" 200 1126 0.017254 10.0.0.41 - - [2026-03-19 04:15:32] "POST /neutron/subnet HTTP/1.1" 200 704 0.011337 10.0.0.41 - - [2026-03-19 04:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.41 - - [2026-03-19 04:15:32] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005796 10.0.0.41 - - [2026-03-19 04:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.41 - - [2026-03-19 04:15:36] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005455 10.0.0.41 - - [2026-03-19 04:15:36] "POST /neutron/port HTTP/1.1" 200 1126 0.022559 10.0.0.41 - - [2026-03-19 04:15:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003926 10.0.0.41 - - [2026-03-19 04:15:37] "POST /neutron/network HTTP/1.1" 200 834 0.007561 10.0.0.41 - - [2026-03-19 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.41 - - [2026-03-19 04:15:40] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006020 10.0.0.41 - - [2026-03-19 04:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.41 - - [2026-03-19 04:15:44] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007195 10.0.0.41 - - [2026-03-19 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.41 - - [2026-03-19 04:15:48] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006692 10.0.0.41 - - [2026-03-19 04:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.41 - - [2026-03-19 04:15:52] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005573 10.0.0.41 - - [2026-03-19 04:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005271 10.0.0.41 - - [2026-03-19 04:15:57] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007383 10.0.0.41 - - [2026-03-19 04:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.41 - - [2026-03-19 04:16:01] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008044 10.0.0.41 - - [2026-03-19 04:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.41 - - [2026-03-19 04:16:05] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005422 10.0.0.41 - - [2026-03-19 04:16:09] "POST /neutron/port HTTP/1.1" 200 1126 0.046695 10.0.0.41 - - [2026-03-19 04:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.41 - - [2026-03-19 04:16:09] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005233 10.0.0.41 - - [2026-03-19 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.41 - - [2026-03-19 04:16:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003734 10.0.0.41 - - [2026-03-19 04:16:11] "GET /virtual-networks?parent_id=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003409 10.0.0.41 - - [2026-03-19 04:16:11] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006131 10.0.0.41 - - [2026-03-19 04:16:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.035933 10.0.0.41 - - [2026-03-19 04:16:17] "POST /neutron/port HTTP/1.1" 200 1126 0.016878 10.0.0.41 - - [2026-03-19 04:16:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007473 10.0.0.242 - - [2026-03-19 04:16:22] "GET /obj-perms HTTP/1.1" 200 5056 0.064631 10.0.0.27 - - [2026-03-19 04:16:22] "GET /obj-perms HTTP/1.1" 200 5056 0.057136 10.0.0.41 - - [2026-03-19 04:16:32] "POST /neutron/port HTTP/1.1" 200 1126 0.017785 10.0.0.41 - - [2026-03-19 04:16:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003990 10.0.0.41 - - [2026-03-19 04:16:32] "POST /neutron/network HTTP/1.1" 200 834 0.007505 10.0.0.41 - - [2026-03-19 04:16:37] "POST /neutron/port HTTP/1.1" 200 1126 0.016764 10.0.0.41 - - [2026-03-19 04:16:38] "POST /neutron/port HTTP/1.1" 200 1126 0.017453 10.0.0.41 - - [2026-03-19 04:16:38] "POST /neutron/subnet HTTP/1.1" 200 704 0.008849 10.0.0.41 - - [2026-03-19 04:16:42] "POST /neutron/port HTTP/1.1" 200 1126 0.021397 10.0.0.41 - - [2026-03-19 04:16:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007488 10.0.0.41 - - [2026-03-19 04:16:58] "POST /neutron/port HTTP/1.1" 200 1126 0.021837 10.0.0.41 - - [2026-03-19 04:17:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010547 10.0.0.41 - - [2026-03-19 04:17:08] "POST /neutron/port HTTP/1.1" 200 1126 0.017422 10.0.0.41 - - [2026-03-19 04:17:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007682 10.0.0.41 - - [2026-03-19 04:17:08] "GET /virtual-machine/d242405f-1729-4b2b-98fb-3514607387b2 HTTP/1.1" 200 1294 0.035676 10.0.0.41 - - [2026-03-19 04:17:08] "GET /virtual-machine-interface/95ecd313-8106-4e83-98cd-f77e066361fb HTTP/1.1" 200 2958 0.004746 10.0.0.41 - - [2026-03-19 04:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.41 - - [2026-03-19 04:17:08] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003786 10.0.0.41 - - [2026-03-19 04:17:08] "GET /virtual-networks?parent_id=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002307 10.0.0.41 - - [2026-03-19 04:17:09] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006059 10.0.0.41 - - [2026-03-19 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.41 - - [2026-03-19 04:17:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003204 10.0.0.41 - - [2026-03-19 04:17:10] "GET /virtual-networks?parent_id=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003424 10.0.0.41 - - [2026-03-19 04:17:10] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006684 10.0.0.41 - - [2026-03-19 04:17:10] "POST /neutron/port HTTP/1.1" 200 1126 0.022560 10.0.0.41 - - [2026-03-19 04:17:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010339 10.0.0.41 - - [2026-03-19 04:17:10] "GET /virtual-machine/d5ee0ee3-9a93-4e5e-a8a7-ef0d139c7347 HTTP/1.1" 200 1294 0.006444 10.0.0.41 - - [2026-03-19 04:17:10] "GET /virtual-machine-interface/647630be-b71b-4076-9ce3-6a48e59dd7e1 HTTP/1.1" 200 2957 0.005273 10.0.0.41 - - [2026-03-19 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.41 - - [2026-03-19 04:17:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003707 10.0.0.41 - - [2026-03-19 04:17:10] "GET /virtual-networks?parent_id=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003533 10.0.0.41 - - [2026-03-19 04:17:10] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005484 10.0.0.41 - - [2026-03-19 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.41 - - [2026-03-19 04:17:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003951 10.0.0.41 - - [2026-03-19 04:17:11] "GET /virtual-networks?parent_id=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002790 10.0.0.41 - - [2026-03-19 04:17:11] "GET /virtual-network/ea7fd6ad-93f1-4dda-8ec4-2f2fa22ee426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005738 10.0.0.41 - - [2026-03-19 04:17:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.003260 10.0.0.41 - - [2026-03-19 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.41 - - [2026-03-19 04:17:12] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005975 10.0.0.41 - - [2026-03-19 04:17:12] "POST /control-node-zones HTTP/1.1" 200 569 0.026388 10.0.0.41 - - [2026-03-19 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.41 - - [2026-03-19 04:17:12] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004699 10.0.0.41 - - [2026-03-19 04:17:12] "GET /control-node-zone/e1e934cb-e3fb-4d0b-8948-e103b9b54267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005712 10.0.0.41 - - [2026-03-19 04:17:12] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.019609 10.0.0.41 - - [2026-03-19 04:17:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.003680 10.0.0.41 - - [2026-03-19 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.41 - - [2026-03-19 04:17:12] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007352 10.0.0.41 - - [2026-03-19 04:17:12] "POST /control-node-zones HTTP/1.1" 200 569 0.025997 10.0.0.41 - - [2026-03-19 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.41 - - [2026-03-19 04:17:12] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004740 10.0.0.41 - - [2026-03-19 04:17:12] "GET /control-node-zone/900d4db7-6bf0-4894-b82b-0bd5895d300c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007126 10.0.0.41 - - [2026-03-19 04:17:12] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.020976 10.0.0.41 - - [2026-03-19 04:17:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.003234 10.0.0.41 - - [2026-03-19 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.41 - - [2026-03-19 04:17:12] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006293 10.0.0.41 - - [2026-03-19 04:17:12] "POST /control-node-zones HTTP/1.1" 200 569 0.025928 10.0.0.41 - - [2026-03-19 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.41 - - [2026-03-19 04:17:12] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004507 10.0.0.41 - - [2026-03-19 04:17:12] "GET /control-node-zone/62016b94-ea5d-481b-b3d2-0952902eb5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005789 10.0.0.41 - - [2026-03-19 04:17:13] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.020604 10.0.0.41 - - [2026-03-19 04:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.011087 10.0.0.41 - - [2026-03-19 04:17:13] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005883 10.0.0.41 - - [2026-03-19 04:17:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003625 10.0.0.41 - - [2026-03-19 04:17:13] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033820 10.0.0.41 - - [2026-03-19 04:17:13] "POST /neutron/network HTTP/1.1" 200 834 0.013668 10.0.0.41 - - [2026-03-19 04:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.41 - - [2026-03-19 04:17:13] "GET /bgp-as-a-service/cba38c4e-5852-45bd-bdef-74cac3ded526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005450 10.0.0.41 - - [2026-03-19 04:17:13] "GET /control-node-zone/e1e934cb-e3fb-4d0b-8948-e103b9b54267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003825 10.0.0.41 - - [2026-03-19 04:17:13] "POST /ref-update HTTP/1.1" 200 156 0.013645 10.0.0.41 - - [2026-03-19 04:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.41 - - [2026-03-19 04:17:13] "GET /bgp-as-a-service/cba38c4e-5852-45bd-bdef-74cac3ded526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.005634 10.0.0.41 - - [2026-03-19 04:17:13] "GET /control-node-zone/900d4db7-6bf0-4894-b82b-0bd5895d300c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004311 10.0.0.41 - - [2026-03-19 04:17:13] "POST /ref-update HTTP/1.1" 200 156 0.013538 10.0.0.41 - - [2026-03-19 04:17:23] "GET /obj-perms HTTP/1.1" 200 5056 0.057351 10.0.0.41 - - [2026-03-19 04:17:29] "GET /bgp-as-a-service/cba38c4e-5852-45bd-bdef-74cac3ded526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007512 10.0.0.41 - - [2026-03-19 04:17:29] "GET /virtual-machine-interface/8e4dd2b0-932e-490d-b84c-c35ffa21b550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005826 10.0.0.41 - - [2026-03-19 04:17:30] "POST /ref-update HTTP/1.1" 200 156 0.018089 10.0.0.27 - - [2026-03-19 04:17:30] "POST /bgp-routers HTTP/1.1" 200 594 0.031708 10.0.0.27 - - [2026-03-19 04:17:30] "POST /ref-update HTTP/1.1" 200 156 0.022201 10.0.0.41 - - [2026-03-19 04:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.41 - - [2026-03-19 04:17:30] "GET /global-system-config/b5494b47-083b-4a0d-875b-9bc548243ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005214 10.0.0.41 - - [2026-03-19 04:17:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002947 10.0.0.41 - - [2026-03-19 04:17:30] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.030475 10.0.0.41 - - [2026-03-19 04:17:30] "POST /neutron/subnet HTTP/1.1" 200 730 0.008776 10.0.0.41 - - [2026-03-19 04:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.41 - - [2026-03-19 04:17:30] "GET /bgp-as-a-service/a89781fd-56af-4c86-b415-107103a7f00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005282 10.0.0.41 - - [2026-03-19 04:17:30] "GET /control-node-zone/e1e934cb-e3fb-4d0b-8948-e103b9b54267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004392 10.0.0.41 - - [2026-03-19 04:17:31] "POST /ref-update HTTP/1.1" 200 156 0.014986 10.0.0.41 - - [2026-03-19 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.41 - - [2026-03-19 04:17:31] "GET /bgp-as-a-service/a89781fd-56af-4c86-b415-107103a7f00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.006790 10.0.0.41 - - [2026-03-19 04:17:31] "GET /control-node-zone/900d4db7-6bf0-4894-b82b-0bd5895d300c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003539 10.0.0.41 - - [2026-03-19 04:17:31] "POST /ref-update HTTP/1.1" 200 156 0.016277 10.0.0.41 - - [2026-03-19 04:17:33] "POST /neutron/port HTTP/1.1" 200 1126 0.061318 10.0.0.41 - - [2026-03-19 04:17:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003970 10.0.0.41 - - [2026-03-19 04:17:33] "POST /neutron/network HTTP/1.1" 200 834 0.006477 10.0.0.41 - - [2026-03-19 04:17:39] "GET /bgp-as-a-service/a89781fd-56af-4c86-b415-107103a7f00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006647 10.0.0.41 - - [2026-03-19 04:17:39] "GET /virtual-machine-interface/95ecd313-8106-4e83-98cd-f77e066361fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.007165 10.0.0.41 - - [2026-03-19 04:17:39] "POST /ref-update HTTP/1.1" 200 156 0.013352 10.0.0.27 - - [2026-03-19 04:17:39] "POST /ref-update HTTP/1.1" 200 156 0.036707 10.0.0.41 - - [2026-03-19 04:17:40] "POST /neutron/network HTTP/1.1" 200 844 0.008155 10.0.0.41 - - [2026-03-19 04:17:40] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.41 - - [2026-03-19 04:18:01] "GET /bgp-as-a-service/a89781fd-56af-4c86-b415-107103a7f00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.009935 10.0.0.41 - - [2026-03-19 04:18:01] "GET /virtual-machine-interface/95ecd313-8106-4e83-98cd-f77e066361fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008729 10.0.0.41 - - [2026-03-19 04:18:01] "POST /ref-update HTTP/1.1" 200 156 0.015266 10.0.0.27 - - [2026-03-19 04:18:01] "POST /ref-update HTTP/1.1" 200 156 0.016842 10.0.0.41 - - [2026-03-19 04:18:01] "DELETE /bgp-as-a-service/a89781fd-56af-4c86-b415-107103a7f00c HTTP/1.1" 200 115 0.077095 10.0.0.41 - - [2026-03-19 04:18:01] "GET /bgp-as-a-service/cba38c4e-5852-45bd-bdef-74cac3ded526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.027524 10.0.0.41 - - [2026-03-19 04:18:01] "GET /virtual-machine-interface/8e4dd2b0-932e-490d-b84c-c35ffa21b550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008838 10.0.0.41 - - [2026-03-19 04:18:01] "POST /ref-update HTTP/1.1" 200 156 0.035361 10.0.0.27 - - [2026-03-19 04:18:01] "POST /ref-update HTTP/1.1" 200 156 0.018258 10.0.0.41 - - [2026-03-19 04:18:01] "DELETE /bgp-as-a-service/cba38c4e-5852-45bd-bdef-74cac3ded526 HTTP/1.1" 200 115 0.078982 10.0.0.41 - - [2026-03-19 04:18:01] "GET /control-node-zone/62016b94-ea5d-481b-b3d2-0952902eb5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003679 10.0.0.41 - - [2026-03-19 04:18:01] "POST /ref-update HTTP/1.1" 200 156 0.032568 10.0.0.41 - - [2026-03-19 04:18:01] "DELETE /control-node-zone/62016b94-ea5d-481b-b3d2-0952902eb5ba HTTP/1.1" 200 115 0.035420 10.0.0.41 - - [2026-03-19 04:18:01] "GET /control-node-zone/900d4db7-6bf0-4894-b82b-0bd5895d300c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004567 10.0.0.41 - - [2026-03-19 04:18:02] "POST /ref-update HTTP/1.1" 200 156 0.027832 10.0.0.41 - - [2026-03-19 04:18:02] "DELETE /control-node-zone/900d4db7-6bf0-4894-b82b-0bd5895d300c HTTP/1.1" 200 115 0.033435 10.0.0.41 - - [2026-03-19 04:18:02] "GET /control-node-zone/e1e934cb-e3fb-4d0b-8948-e103b9b54267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.007676 10.0.0.41 - - [2026-03-19 04:18:02] "POST /ref-update HTTP/1.1" 200 156 0.022828 10.0.0.41 - - [2026-03-19 04:18:02] "DELETE /control-node-zone/e1e934cb-e3fb-4d0b-8948-e103b9b54267 HTTP/1.1" 200 115 0.030551 10.0.0.41 - - [2026-03-19 04:18:02] "POST /neutron/network HTTP/1.1" 400 204 0.015696 10.0.0.41 - - [2026-03-19 04:18:03] "POST /neutron/port HTTP/1.1" 200 151 0.192853 10.0.0.41 - - [2026-03-19 04:18:03] "POST /neutron/port HTTP/1.1" 200 151 0.202013 10.0.0.41 - - [2026-03-19 04:18:03] "POST /neutron/port HTTP/1.1" 200 151 0.221894 10.0.0.27 - - [2026-03-19 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.27 - - [2026-03-19 04:18:06] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001592 10.0.0.41 - - [2026-03-19 04:18:06] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.070244 10.0.0.27 - - [2026-03-19 04:18:06] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000890 10.0.0.41 - - [2026-03-19 04:18:06] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?fields=virtual_networks HTTP/1.1" 200 1033 0.042555 10.0.0.27 - - [2026-03-19 04:18:06] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001274 10.0.0.41 - - [2026-03-19 04:18:06] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050871 10.0.0.27 - - [2026-03-19 04:18:06] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001160 10.0.0.41 - - [2026-03-19 04:18:06] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?fields=security_groups HTTP/1.1" 200 1260 0.044398 10.0.0.41 - - [2026-03-19 04:18:07] "POST /fqname-to-id HTTP/1.1" 404 181 0.038055 10.0.0.27 - - [2026-03-19 04:18:07] "GET /projects?obj_uuids=9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003404 10.0.0.27 - - [2026-03-19 04:18:07] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.27 - - [2026-03-19 04:18:07] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042352 10.0.0.27 - - [2026-03-19 04:18:07] "POST /id-to-fqname HTTP/1.1" 200 183 0.001907 10.0.0.27 - - [2026-03-19 04:18:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.005098 10.0.0.27 - - [2026-03-19 04:18:07] "POST /security-groups HTTP/1.1" 200 584 0.031348 10.0.0.27 - - [2026-03-19 04:18:07] "POST /projects HTTP/1.1" 200 571 0.265827 10.0.0.27 - - [2026-03-19 04:18:07] "POST /access-control-lists HTTP/1.1" 200 589 0.027634 10.0.0.27 - - [2026-03-19 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.341972 10.0.0.41 - - [2026-03-19 04:18:08] "GET /project/9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.523369 10.0.0.41 - - [2026-03-19 04:18:09] "GET / HTTP/1.1" 200 35931 0.001613 10.0.0.27 - - [2026-03-19 04:18:10] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000826 10.0.0.27 - - [2026-03-19 04:18:10] "DELETE /project/9c54a0ef7b0b4642887c6bc74ce0cbf1 HTTP/1.1" 404 173 0.007574 10.0.0.27 - - [2026-03-19 04:18:10] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.086373 10.0.0.27 - - [2026-03-19 04:18:10] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001081 10.0.0.27 - - [2026-03-19 04:18:10] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?fields=security_groups HTTP/1.1" 200 1365 0.054613 10.0.0.27 - - [2026-03-19 04:18:10] "DELETE /security-group/ed6622f7-970a-4c7b-993c-e905fd189eb8 HTTP/1.1" 404 177 0.003287 10.0.0.27 - - [2026-03-19 04:18:10] "DELETE /access-control-list/a99915ff-8d0a-440a-ba78-11703e795a5f HTTP/1.1" 200 115 0.037721 10.0.0.27 - - [2026-03-19 04:18:10] "GET /projects?obj_uuids=677309a9-c9a1-4221-92a5-5d0f1b99a212&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001662 10.0.0.27 - - [2026-03-19 04:18:10] "GET /project/677309a9-c9a1-4221-92a5-5d0f1b99a212?fields=application_policy_sets HTTP/1.1" 200 1404 0.070760 10.0.0.27 - - [2026-03-19 04:18:10] "DELETE /project/677309a9-c9a1-4221-92a5-5d0f1b99a212 HTTP/1.1" 200 115 0.489074 10.0.0.27 - - [2026-03-19 04:18:12] "GET /projects?obj_uuids=9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001035 10.0.0.41 - - [2026-03-19 04:18:12] "GET /project/9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.040166 10.0.0.27 - - [2026-03-19 04:18:12] "GET /projects?obj_uuids=9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001376 10.0.0.41 - - [2026-03-19 04:18:12] "GET /project/9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1?fields=virtual_networks HTTP/1.1" 200 1017 0.044171 10.0.0.27 - - [2026-03-19 04:18:12] "GET /projects?obj_uuids=9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000987 10.0.0.41 - - [2026-03-19 04:18:12] "GET /project/9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.055541 10.0.0.27 - - [2026-03-19 04:18:12] "GET /projects?obj_uuids=9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001311 10.0.0.41 - - [2026-03-19 04:18:12] "GET /project/9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1?fields=security_groups HTTP/1.1" 200 1236 0.046791 10.0.0.41 - - [2026-03-19 04:18:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.031298 10.0.0.27 - - [2026-03-19 04:18:13] "GET /projects?obj_uuids=ad683120-f10a-4464-a9de-6aeeaf245c6b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003187 10.0.0.27 - - [2026-03-19 04:18:13] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002240 10.0.0.27 - - [2026-03-19 04:18:13] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007691 10.0.0.27 - - [2026-03-19 04:18:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.003200 10.0.0.27 - - [2026-03-19 04:18:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.008385 10.0.0.27 - - [2026-03-19 04:18:13] "POST /security-groups HTTP/1.1" 200 592 0.031757 10.0.0.27 - - [2026-03-19 04:18:14] "POST /projects HTTP/1.1" 200 587 0.250966 10.0.0.27 - - [2026-03-19 04:18:14] "POST /access-control-lists HTTP/1.1" 200 597 0.027124 10.0.0.27 - - [2026-03-19 04:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.340097 10.0.0.41 - - [2026-03-19 04:18:14] "GET /project/ad683120-f10a-4464-a9de-6aeeaf245c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.506412 10.0.0.41 - - [2026-03-19 04:18:15] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.27 - - [2026-03-19 04:18:18] "GET /projects?obj_uuids=ad683120-f10a-4464-a9de-6aeeaf245c6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001351 10.0.0.41 - - [2026-03-19 04:18:18] "GET /project/ad683120-f10a-4464-a9de-6aeeaf245c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043129 10.0.0.27 - - [2026-03-19 04:18:18] "GET /projects?obj_uuids=ad683120-f10a-4464-a9de-6aeeaf245c6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.41 - - [2026-03-19 04:18:18] "GET /project/ad683120-f10a-4464-a9de-6aeeaf245c6b?fields=virtual_networks HTTP/1.1" 200 1034 0.049085 10.0.0.27 - - [2026-03-19 04:18:18] "GET /projects?obj_uuids=ad683120-f10a-4464-a9de-6aeeaf245c6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.41 - - [2026-03-19 04:18:18] "GET /project/ad683120-f10a-4464-a9de-6aeeaf245c6b?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.045171 10.0.0.27 - - [2026-03-19 04:18:18] "GET /projects?obj_uuids=ad683120-f10a-4464-a9de-6aeeaf245c6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.41 - - [2026-03-19 04:18:18] "GET /project/ad683120-f10a-4464-a9de-6aeeaf245c6b?fields=security_groups HTTP/1.1" 200 1261 0.040900 10.0.0.41 - - [2026-03-19 04:18:19] "POST /fqname-to-id HTTP/1.1" 404 195 0.032355 10.0.0.27 - - [2026-03-19 04:18:19] "GET /projects?obj_uuids=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002661 10.0.0.27 - - [2026-03-19 04:18:19] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.27 - - [2026-03-19 04:18:19] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006919 10.0.0.27 - - [2026-03-19 04:18:20] "POST /id-to-fqname HTTP/1.1" 200 197 0.005527 10.0.0.27 - - [2026-03-19 04:18:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.010660 10.0.0.27 - - [2026-03-19 04:18:20] "POST /security-groups HTTP/1.1" 200 598 0.031862 10.0.0.27 - - [2026-03-19 04:18:20] "POST /fqname-to-id HTTP/1.1" 404 241 0.003710 10.0.0.27 - - [2026-03-19 04:18:20] "POST /projects HTTP/1.1" 200 599 0.244235 10.0.0.27 - - [2026-03-19 04:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.320472 10.0.0.27 - - [2026-03-19 04:18:20] "POST /access-control-lists HTTP/1.1" 200 601 0.027888 10.0.0.41 - - [2026-03-19 04:18:20] "GET /project/0bb0e06a-afea-41d1-9813-59b471b4f0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.457193 10.0.0.41 - - [2026-03-19 04:18:21] "GET / HTTP/1.1" 200 35931 0.002187 10.0.0.41 - - [2026-03-19 04:18:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000609 10.0.0.41 - - [2026-03-19 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.341506 10.0.0.41 - - [2026-03-19 04:18:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004086 10.0.0.41 - - [2026-03-19 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.41 - - [2026-03-19 04:18:24] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003596 10.0.0.41 - - [2026-03-19 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.41 - - [2026-03-19 04:18:24] "PUT /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475 HTTP/1.1" 200 276 0.013173 10.0.0.41 - - [2026-03-19 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.27 - - [2026-03-19 04:18:24] "GET /projects?obj_uuids=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000969 10.0.0.41 - - [2026-03-19 04:18:24] "GET /project/0bb0e06a-afea-41d1-9813-59b471b4f0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.039187 10.0.0.41 - - [2026-03-19 04:18:24] "POST /neutron/network HTTP/1.1" 200 117 0.111580 10.0.0.41 - - [2026-03-19 04:18:24] "POST /neutron/network HTTP/1.1" 200 808 0.009653 10.0.0.41 - - [2026-03-19 04:18:24] "POST /id-to-fqname HTTP/1.1" 200 218 0.001096 10.0.0.41 - - [2026-03-19 04:18:24] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005270 10.0.0.41 - - [2026-03-19 04:18:25] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005784 10.0.0.41 - - [2026-03-19 04:18:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.009714 10.0.0.41 - - [2026-03-19 04:18:25] "POST /id-to-fqname HTTP/1.1" 200 218 0.001179 10.0.0.27 - - [2026-03-19 04:18:26] "GET /projects?obj_uuids=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001495 10.0.0.41 - - [2026-03-19 04:18:26] "GET /project/0bb0e06a-afea-41d1-9813-59b471b4f0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.094919 10.0.0.41 - - [2026-03-19 04:18:26] "POST /neutron/port HTTP/1.1" 200 117 0.007315 10.0.0.41 - - [2026-03-19 04:18:26] "POST /id-to-fqname HTTP/1.1" 200 218 0.001277 10.0.0.41 - - [2026-03-19 04:18:26] "POST /neutron/network HTTP/1.1" 200 818 0.012700 10.0.0.41 - - [2026-03-19 04:18:27] "POST /neutron/port HTTP/1.1" 200 1062 0.020347 10.0.0.27 - - [2026-03-19 04:18:27] "GET /projects?obj_uuids=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001341 10.0.0.41 - - [2026-03-19 04:18:27] "GET /project/0bb0e06a-afea-41d1-9813-59b471b4f0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.116675 10.0.0.41 - - [2026-03-19 04:18:27] "POST /neutron/port HTTP/1.1" 200 1126 0.046832 10.0.0.41 - - [2026-03-19 04:18:27] "POST /neutron/subnet HTTP/1.1" 200 675 0.009268 10.0.0.41 - - [2026-03-19 04:18:27] "POST /neutron/port HTTP/1.1" 200 1126 0.027004 10.0.0.41 - - [2026-03-19 04:18:28] "POST /neutron/network HTTP/1.1" 200 818 0.007011 10.0.0.41 - - [2026-03-19 04:18:28] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007314 10.0.0.41 - - [2026-03-19 04:18:29] "POST /neutron/port HTTP/1.1" 200 1062 0.016774 10.0.0.41 - - [2026-03-19 04:18:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004192 10.0.0.41 - - [2026-03-19 04:18:29] "POST /neutron/network HTTP/1.1" 200 808 0.007722 10.0.0.41 - - [2026-03-19 04:18:30] "POST /neutron/port HTTP/1.1" 200 1126 0.018877 10.0.0.41 - - [2026-03-19 04:18:30] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007530 10.0.0.41 - - [2026-03-19 04:18:30] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 401 292 0.000566 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 200 1299 0.035607 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 200 1299 0.004790 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-machine-interface/24a34130-b5d5-4c28-8bfd-498d546b1de4 HTTP/1.1" 200 2948 0.006484 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 200 1299 0.005109 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-machine-interface/24a34130-b5d5-4c28-8bfd-498d546b1de4 HTTP/1.1" 200 2948 0.006759 10.0.0.41 - - [2026-03-19 04:18:31] "GET /instance-ip/ea75388c-c5d2-418c-b367-dfd68225a564 HTTP/1.1" 200 1621 0.007223 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 200 1299 0.005116 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-machine-interface/24a34130-b5d5-4c28-8bfd-498d546b1de4 HTTP/1.1" 200 2948 0.008286 10.0.0.41 - - [2026-03-19 04:18:31] "GET /instance-ip/ea75388c-c5d2-418c-b367-dfd68225a564 HTTP/1.1" 200 1621 0.005644 10.0.0.41 - - [2026-03-19 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.41 - - [2026-03-19 04:18:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005433 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004001 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007935 10.0.0.41 - - [2026-03-19 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.41 - - [2026-03-19 04:18:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005601 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004023 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007550 10.0.0.41 - - [2026-03-19 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.41 - - [2026-03-19 04:18:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005066 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004090 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008512 10.0.0.41 - - [2026-03-19 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.41 - - [2026-03-19 04:18:31] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004225 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003202 10.0.0.41 - - [2026-03-19 04:18:31] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006101 10.0.0.41 - - [2026-03-19 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.41 - - [2026-03-19 04:18:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004414 10.0.0.41 - - [2026-03-19 04:18:32] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002779 10.0.0.41 - - [2026-03-19 04:18:32] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006173 10.0.0.41 - - [2026-03-19 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.41 - - [2026-03-19 04:18:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004193 10.0.0.41 - - [2026-03-19 04:18:32] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003334 10.0.0.41 - - [2026-03-19 04:18:32] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006068 10.0.0.41 - - [2026-03-19 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.41 - - [2026-03-19 04:18:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003957 10.0.0.41 - - [2026-03-19 04:18:32] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003695 10.0.0.41 - - [2026-03-19 04:18:32] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007377 10.0.0.41 - - [2026-03-19 04:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.41 - - [2026-03-19 04:18:35] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005639 10.0.0.41 - - [2026-03-19 04:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.41 - - [2026-03-19 04:18:39] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005383 10.0.0.41 - - [2026-03-19 04:18:42] "POST /neutron/port HTTP/1.1" 200 1126 0.022888 10.0.0.41 - - [2026-03-19 04:18:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003682 10.0.0.41 - - [2026-03-19 04:18:42] "POST /neutron/network HTTP/1.1" 200 808 0.008366 10.0.0.41 - - [2026-03-19 04:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.41 - - [2026-03-19 04:18:43] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005859 10.0.0.41 - - [2026-03-19 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.41 - - [2026-03-19 04:18:47] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004973 10.0.0.41 - - [2026-03-19 04:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.41 - - [2026-03-19 04:18:51] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005391 10.0.0.27 - - [2026-03-19 04:18:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.27 - - [2026-03-19 04:18:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.242 - - [2026-03-19 04:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000887 10.0.0.242 - - [2026-03-19 04:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.27 - - [2026-03-19 04:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-03-19 04:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.242 - - [2026-03-19 04:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.242 - - [2026-03-19 04:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000635 10.0.0.41 - - [2026-03-19 04:18:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2026-03-19 04:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.41 - - [2026-03-19 04:18:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000314 10.0.0.41 - - [2026-03-19 04:18:55] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005608 10.0.0.41 - - [2026-03-19 04:18:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.41 - - [2026-03-19 04:18:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.41 - - [2026-03-19 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.41 - - [2026-03-19 04:19:00] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005820 10.0.0.41 - - [2026-03-19 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.41 - - [2026-03-19 04:19:04] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005540 10.0.0.41 - - [2026-03-19 04:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.41 - - [2026-03-19 04:19:08] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005622 10.0.0.41 - - [2026-03-19 04:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.41 - - [2026-03-19 04:19:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003871 10.0.0.41 - - [2026-03-19 04:19:10] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003631 10.0.0.41 - - [2026-03-19 04:19:10] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007258 10.0.0.41 - - [2026-03-19 04:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.41 - - [2026-03-19 04:19:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006353 10.0.0.41 - - [2026-03-19 04:19:10] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003867 10.0.0.41 - - [2026-03-19 04:19:10] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005604 10.0.0.41 - - [2026-03-19 04:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.41 - - [2026-03-19 04:19:10] "GET /routing-instance/8aa40797-90ba-4079-b98a-513487358a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006566 10.0.0.41 - - [2026-03-19 04:19:10] "GET /route-target/16edfaf0-187c-4082-a805-22646e5984d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004483 10.0.0.41 - - [2026-03-19 04:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.41 - - [2026-03-19 04:19:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004664 10.0.0.41 - - [2026-03-19 04:19:11] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003777 10.0.0.27 - - [2026-03-19 04:19:11] "DELETE /project/ad683120f10a4464a9de6aeeaf245c6b HTTP/1.1" 404 173 0.010736 10.0.0.27 - - [2026-03-19 04:19:11] "DELETE /project/0bb0e06aafea41d1981359b471b4f0db HTTP/1.1" 404 173 0.012630 10.0.0.41 - - [2026-03-19 04:19:11] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009906 10.0.0.27 - - [2026-03-19 04:19:11] "GET /projects?obj_uuids=ad683120-f10a-4464-a9de-6aeeaf245c6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000822 10.0.0.27 - - [2026-03-19 04:19:11] "GET /projects?obj_uuids=9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000751 10.0.0.41 - - [2026-03-19 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.27 - - [2026-03-19 04:19:11] "GET /project/ad683120-f10a-4464-a9de-6aeeaf245c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.038612 10.0.0.27 - - [2026-03-19 04:19:11] "GET /projects?obj_uuids=ad683120-f10a-4464-a9de-6aeeaf245c6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001710 10.0.0.27 - - [2026-03-19 04:19:11] "GET /project/9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.063736 10.0.0.41 - - [2026-03-19 04:19:11] "GET /routing-instance/8aa40797-90ba-4079-b98a-513487358a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005139 10.0.0.27 - - [2026-03-19 04:19:11] "GET /projects?obj_uuids=9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000946 10.0.0.27 - - [2026-03-19 04:19:11] "GET /project/9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1?fields=security_groups HTTP/1.1" 200 1341 0.060089 10.0.0.41 - - [2026-03-19 04:19:11] "GET /route-target/16edfaf0-187c-4082-a805-22646e5984d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.016590 10.0.0.27 - - [2026-03-19 04:19:11] "GET /project/ad683120-f10a-4464-a9de-6aeeaf245c6b?fields=security_groups HTTP/1.1" 200 1366 0.121464 10.0.0.41 - - [2026-03-19 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.41 - - [2026-03-19 04:19:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.012410 10.0.0.41 - - [2026-03-19 04:19:11] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008913 10.0.0.27 - - [2026-03-19 04:19:11] "DELETE /security-group/4aec7fb0-3d6f-4a8e-b9b9-cf323264ff5d HTTP/1.1" 200 115 0.098719 10.0.0.27 - - [2026-03-19 04:19:11] "GET /projects?obj_uuids=9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001054 10.0.0.27 - - [2026-03-19 04:19:11] "DELETE /security-group/9942f9b2-60df-435c-a0db-21b194757d53 HTTP/1.1" 200 115 0.096700 10.0.0.27 - - [2026-03-19 04:19:11] "GET /projects?obj_uuids=ad683120-f10a-4464-a9de-6aeeaf245c6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002080 10.0.0.41 - - [2026-03-19 04:19:11] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.021951 10.0.0.27 - - [2026-03-19 04:19:11] "GET /project/9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1?fields=application_policy_sets HTTP/1.1" 200 1380 0.099230 10.0.0.27 - - [2026-03-19 04:19:11] "DELETE /access-control-list/338dcb57-9cfe-47da-abe3-1c6297364292 HTTP/1.1" 200 115 0.133888 10.0.0.27 - - [2026-03-19 04:19:11] "GET /project/ad683120-f10a-4464-a9de-6aeeaf245c6b?fields=application_policy_sets HTTP/1.1" 200 1405 0.095654 10.0.0.41 - - [2026-03-19 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.014207 10.0.0.41 - - [2026-03-19 04:19:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003540 10.0.0.41 - - [2026-03-19 04:19:11] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002692 10.0.0.41 - - [2026-03-19 04:19:11] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.028256 10.0.0.27 - - [2026-03-19 04:19:11] "DELETE /project/9c54a0ef-7b0b-4642-887c-6bc74ce0cbf1 HTTP/1.1" 409 225 0.510860 10.0.0.41 - - [2026-03-19 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.012829 10.0.0.41 - - [2026-03-19 04:19:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.016107 10.0.0.41 - - [2026-03-19 04:19:11] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006953 10.0.0.27 - - [2026-03-19 04:19:11] "DELETE /project/ad683120-f10a-4464-a9de-6aeeaf245c6b HTTP/1.1" 200 115 0.690465 10.0.0.41 - - [2026-03-19 04:19:11] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007668 10.0.0.27 - - [2026-03-19 04:19:11] "DELETE /access-control-list/91b965d4-b64a-4ac2-bc9e-147e3192c171 HTTP/1.1" 200 115 0.044162 10.0.0.27 - - [2026-03-19 04:19:11] "GET /obj-perms HTTP/1.1" 200 5044 0.148106 10.0.0.41 - - [2026-03-19 04:19:12] "GET /obj-perms HTTP/1.1" 200 5044 0.076245 10.0.0.41 - - [2026-03-19 04:19:12] "GET /obj-perms HTTP/1.1" 200 5044 0.004357 10.0.0.27 - - [2026-03-19 04:19:12] "GET /obj-perms HTTP/1.1" 200 5044 0.004130 10.0.0.41 - - [2026-03-19 04:19:12] "GET /obj-perms HTTP/1.1" 200 5044 0.005034 10.0.0.242 - - [2026-03-19 04:19:12] "GET /obj-perms HTTP/1.1" 200 5044 0.074761 10.0.0.41 - - [2026-03-19 04:19:12] "POST /neutron/port HTTP/1.1" 200 1126 0.024434 10.0.0.41 - - [2026-03-19 04:19:13] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008235 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 200 1298 0.006490 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 200 1298 0.003451 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-machine-interface/6297e2a6-fe3f-43e8-ace0-20d3803b3de3 HTTP/1.1" 200 2948 0.017670 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 200 1298 0.003798 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-machine-interface/6297e2a6-fe3f-43e8-ace0-20d3803b3de3 HTTP/1.1" 200 2948 0.005205 10.0.0.41 - - [2026-03-19 04:19:13] "GET /instance-ip/823832ff-c7a7-4924-bb17-e74ea2c56cf8 HTTP/1.1" 200 1620 0.006673 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 200 1298 0.003389 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-machine-interface/6297e2a6-fe3f-43e8-ace0-20d3803b3de3 HTTP/1.1" 200 2948 0.005658 10.0.0.41 - - [2026-03-19 04:19:13] "GET /instance-ip/823832ff-c7a7-4924-bb17-e74ea2c56cf8 HTTP/1.1" 200 1620 0.004155 10.0.0.41 - - [2026-03-19 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.41 - - [2026-03-19 04:19:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003971 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003759 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005759 10.0.0.41 - - [2026-03-19 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.41 - - [2026-03-19 04:19:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005130 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006276 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006798 10.0.0.41 - - [2026-03-19 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.41 - - [2026-03-19 04:19:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003918 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003115 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006879 10.0.0.41 - - [2026-03-19 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.41 - - [2026-03-19 04:19:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004205 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003306 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007787 10.0.0.41 - - [2026-03-19 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.41 - - [2026-03-19 04:19:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004440 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003182 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005986 10.0.0.41 - - [2026-03-19 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.41 - - [2026-03-19 04:19:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003711 10.0.0.41 - - [2026-03-19 04:19:13] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002766 10.0.0.41 - - [2026-03-19 04:19:14] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005870 10.0.0.41 - - [2026-03-19 04:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.41 - - [2026-03-19 04:19:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004116 10.0.0.41 - - [2026-03-19 04:19:14] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003034 10.0.0.41 - - [2026-03-19 04:19:14] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006988 10.0.0.41 - - [2026-03-19 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.41 - - [2026-03-19 04:19:15] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005330 10.0.0.41 - - [2026-03-19 04:19:15] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002941 10.0.0.41 - - [2026-03-19 04:19:15] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005747 10.0.0.41 - - [2026-03-19 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.41 - - [2026-03-19 04:19:15] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003378 10.0.0.41 - - [2026-03-19 04:19:15] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002919 10.0.0.41 - - [2026-03-19 04:19:15] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006351 10.0.0.41 - - [2026-03-19 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.41 - - [2026-03-19 04:19:15] "GET /routing-instance/8aa40797-90ba-4079-b98a-513487358a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006555 10.0.0.41 - - [2026-03-19 04:19:15] "GET /route-target/16edfaf0-187c-4082-a805-22646e5984d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006649 10.0.0.41 - - [2026-03-19 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009815 10.0.0.41 - - [2026-03-19 04:19:15] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003880 10.0.0.41 - - [2026-03-19 04:19:15] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003108 10.0.0.41 - - [2026-03-19 04:19:15] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005966 10.0.0.41 - - [2026-03-19 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.41 - - [2026-03-19 04:19:15] "GET /routing-instance/8aa40797-90ba-4079-b98a-513487358a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004848 10.0.0.41 - - [2026-03-19 04:19:16] "GET /route-target/16edfaf0-187c-4082-a805-22646e5984d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003865 10.0.0.41 - - [2026-03-19 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.41 - - [2026-03-19 04:19:16] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004555 10.0.0.41 - - [2026-03-19 04:19:16] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002895 10.0.0.41 - - [2026-03-19 04:19:16] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008648 10.0.0.41 - - [2026-03-19 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.41 - - [2026-03-19 04:19:16] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006350 10.0.0.41 - - [2026-03-19 04:19:16] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003983 10.0.0.41 - - [2026-03-19 04:19:16] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006340 10.0.0.41 - - [2026-03-19 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.41 - - [2026-03-19 04:19:16] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004025 10.0.0.41 - - [2026-03-19 04:19:16] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003434 10.0.0.41 - - [2026-03-19 04:19:16] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005718 10.0.0.27 - - [2026-03-19 04:19:16] "GET /obj-perms HTTP/1.1" 200 5044 0.003637 10.0.0.41 - - [2026-03-19 04:19:16] "GET /obj-perms HTTP/1.1" 200 5044 0.003675 10.0.0.27 - - [2026-03-19 04:19:16] "GET /obj-perms HTTP/1.1" 200 5044 0.003631 10.0.0.41 - - [2026-03-19 04:19:16] "GET /obj-perms HTTP/1.1" 200 5044 0.003859 10.0.0.41 - - [2026-03-19 04:19:16] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 200 1299 0.005091 10.0.0.41 - - [2026-03-19 04:19:16] "GET /virtual-machine-interface/24a34130-b5d5-4c28-8bfd-498d546b1de4 HTTP/1.1" 200 2948 0.006568 10.0.0.41 - - [2026-03-19 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.41 - - [2026-03-19 04:19:16] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003726 10.0.0.41 - - [2026-03-19 04:19:16] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002958 10.0.0.41 - - [2026-03-19 04:19:16] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006067 10.0.0.41 - - [2026-03-19 04:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.41 - - [2026-03-19 04:19:18] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003871 10.0.0.41 - - [2026-03-19 04:19:18] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004029 10.0.0.41 - - [2026-03-19 04:19:18] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007173 10.0.0.41 - - [2026-03-19 04:19:18] "POST /neutron/port HTTP/1.1" 200 1126 0.018023 10.0.0.41 - - [2026-03-19 04:19:19] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006970 10.0.0.41 - - [2026-03-19 04:19:23] "POST /neutron/port HTTP/1.1" 200 1126 0.017083 10.0.0.27 - - [2026-03-19 04:19:25] "GET /obj-perms HTTP/1.1" 200 5056 0.061107 10.0.0.41 - - [2026-03-19 04:19:28] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 200 1298 0.004556 10.0.0.41 - - [2026-03-19 04:19:28] "GET /virtual-machine-interface/6297e2a6-fe3f-43e8-ace0-20d3803b3de3 HTTP/1.1" 200 2948 0.005428 10.0.0.41 - - [2026-03-19 04:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.41 - - [2026-03-19 04:19:28] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003873 10.0.0.41 - - [2026-03-19 04:19:28] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002995 10.0.0.41 - - [2026-03-19 04:19:28] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005664 10.0.0.41 - - [2026-03-19 04:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.41 - - [2026-03-19 04:19:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003453 10.0.0.41 - - [2026-03-19 04:19:29] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003561 10.0.0.41 - - [2026-03-19 04:19:29] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006260 10.0.0.41 - - [2026-03-19 04:19:30] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007352 10.0.0.41 - - [2026-03-19 04:19:33] "POST /neutron/network HTTP/1.1" 200 818 0.006857 10.0.0.41 - - [2026-03-19 04:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.41 - - [2026-03-19 04:19:43] "POST /neutron/port HTTP/1.1" 200 1126 0.064459 10.0.0.41 - - [2026-03-19 04:19:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.010288 10.0.0.242 - - [2026-03-19 04:20:26] "GET /obj-perms HTTP/1.1" 200 5056 0.062346 10.0.0.41 - - [2026-03-19 04:20:35] "POST /neutron/port HTTP/1.1" 200 1126 0.019789 10.0.0.41 - - [2026-03-19 04:20:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004060 10.0.0.41 - - [2026-03-19 04:20:35] "POST /neutron/network HTTP/1.1" 200 808 0.006961 10.0.0.41 - - [2026-03-19 04:20:43] "POST /neutron/network HTTP/1.1" 200 818 0.007265 10.0.0.41 - - [2026-03-19 04:20:43] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.41 - - [2026-03-19 04:21:23] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008350 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 200 1299 0.004573 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-machine-interface/24a34130-b5d5-4c28-8bfd-498d546b1de4 HTTP/1.1" 200 2948 0.005214 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 200 1299 0.004319 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-machine-interface/24a34130-b5d5-4c28-8bfd-498d546b1de4 HTTP/1.1" 200 2948 0.005706 10.0.0.41 - - [2026-03-19 04:21:23] "GET /instance-ip/ea75388c-c5d2-418c-b367-dfd68225a564 HTTP/1.1" 200 1621 0.003991 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 200 1299 0.004250 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-machine-interface/24a34130-b5d5-4c28-8bfd-498d546b1de4 HTTP/1.1" 200 2948 0.005326 10.0.0.41 - - [2026-03-19 04:21:23] "GET /instance-ip/ea75388c-c5d2-418c-b367-dfd68225a564 HTTP/1.1" 200 1621 0.004318 10.0.0.41 - - [2026-03-19 04:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.41 - - [2026-03-19 04:21:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003473 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002585 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005813 10.0.0.41 - - [2026-03-19 04:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.41 - - [2026-03-19 04:21:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004079 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004175 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008148 10.0.0.41 - - [2026-03-19 04:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.41 - - [2026-03-19 04:21:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004267 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003329 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005306 10.0.0.41 - - [2026-03-19 04:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.41 - - [2026-03-19 04:21:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003831 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003174 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005858 10.0.0.41 - - [2026-03-19 04:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.41 - - [2026-03-19 04:21:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005087 10.0.0.41 - - [2026-03-19 04:21:23] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002941 10.0.0.41 - - [2026-03-19 04:21:24] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005533 10.0.0.41 - - [2026-03-19 04:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.41 - - [2026-03-19 04:21:24] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004576 10.0.0.41 - - [2026-03-19 04:21:24] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003434 10.0.0.41 - - [2026-03-19 04:21:24] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005893 10.0.0.41 - - [2026-03-19 04:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.41 - - [2026-03-19 04:21:24] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004120 10.0.0.41 - - [2026-03-19 04:21:24] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003829 10.0.0.41 - - [2026-03-19 04:21:24] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006364 10.0.0.41 - - [2026-03-19 04:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.41 - - [2026-03-19 04:21:25] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003284 10.0.0.41 - - [2026-03-19 04:21:25] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003252 10.0.0.41 - - [2026-03-19 04:21:25] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008875 10.0.0.41 - - [2026-03-19 04:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.41 - - [2026-03-19 04:21:25] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004461 10.0.0.41 - - [2026-03-19 04:21:25] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003375 10.0.0.41 - - [2026-03-19 04:21:25] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007638 10.0.0.41 - - [2026-03-19 04:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005080 10.0.0.41 - - [2026-03-19 04:21:25] "GET /routing-instance/8aa40797-90ba-4079-b98a-513487358a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004277 10.0.0.41 - - [2026-03-19 04:21:25] "GET /route-target/16edfaf0-187c-4082-a805-22646e5984d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003860 10.0.0.41 - - [2026-03-19 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.41 - - [2026-03-19 04:21:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003645 10.0.0.41 - - [2026-03-19 04:21:26] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003031 10.0.0.41 - - [2026-03-19 04:21:26] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013133 10.0.0.41 - - [2026-03-19 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.41 - - [2026-03-19 04:21:26] "GET /routing-instance/8aa40797-90ba-4079-b98a-513487358a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004444 10.0.0.41 - - [2026-03-19 04:21:26] "GET /route-target/16edfaf0-187c-4082-a805-22646e5984d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004616 10.0.0.41 - - [2026-03-19 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.41 - - [2026-03-19 04:21:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004827 10.0.0.41 - - [2026-03-19 04:21:26] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003656 10.0.0.41 - - [2026-03-19 04:21:26] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008922 10.0.0.41 - - [2026-03-19 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.41 - - [2026-03-19 04:21:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006047 10.0.0.41 - - [2026-03-19 04:21:26] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005568 10.0.0.41 - - [2026-03-19 04:21:26] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005638 10.0.0.41 - - [2026-03-19 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.41 - - [2026-03-19 04:21:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003846 10.0.0.41 - - [2026-03-19 04:21:26] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002827 10.0.0.41 - - [2026-03-19 04:21:26] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006799 10.0.0.41 - - [2026-03-19 04:21:26] "GET /obj-perms HTTP/1.1" 200 5056 0.056377 10.0.0.27 - - [2026-03-19 04:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.27 - - [2026-03-19 04:21:28] "GET /obj-perms HTTP/1.1" 200 5044 0.006670 10.0.0.27 - - [2026-03-19 04:21:34] "GET /obj-perms HTTP/1.1" 200 5044 0.004410 10.0.0.41 - - [2026-03-19 04:21:37] "POST /neutron/network HTTP/1.1" 200 818 0.006825 10.0.0.41 - - [2026-03-19 04:21:37] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.27 - - [2026-03-19 04:21:38] "GET /obj-perms HTTP/1.1" 200 5044 0.007859 10.0.0.41 - - [2026-03-19 04:21:38] "GET /obj-perms HTTP/1.1" 200 5044 0.005714 10.0.0.41 - - [2026-03-19 04:21:39] "GET /obj-perms HTTP/1.1" 200 5044 0.004746 10.0.0.41 - - [2026-03-19 04:21:39] "GET /obj-perms HTTP/1.1" 200 5044 0.003673 10.0.0.41 - - [2026-03-19 04:21:39] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007647 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 200 1298 0.003973 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-machine-interface/6297e2a6-fe3f-43e8-ace0-20d3803b3de3 HTTP/1.1" 200 2948 0.005523 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 200 1298 0.004353 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-machine-interface/6297e2a6-fe3f-43e8-ace0-20d3803b3de3 HTTP/1.1" 200 2948 0.006401 10.0.0.41 - - [2026-03-19 04:21:39] "GET /instance-ip/823832ff-c7a7-4924-bb17-e74ea2c56cf8 HTTP/1.1" 200 1620 0.004242 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 200 1298 0.004390 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-machine-interface/6297e2a6-fe3f-43e8-ace0-20d3803b3de3 HTTP/1.1" 200 2948 0.006743 10.0.0.41 - - [2026-03-19 04:21:39] "GET /instance-ip/823832ff-c7a7-4924-bb17-e74ea2c56cf8 HTTP/1.1" 200 1620 0.003693 10.0.0.41 - - [2026-03-19 04:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.41 - - [2026-03-19 04:21:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003995 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002852 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005656 10.0.0.41 - - [2026-03-19 04:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.41 - - [2026-03-19 04:21:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006145 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003228 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006021 10.0.0.41 - - [2026-03-19 04:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.41 - - [2026-03-19 04:21:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004570 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003329 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005493 10.0.0.41 - - [2026-03-19 04:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.41 - - [2026-03-19 04:21:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004229 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003351 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005915 10.0.0.41 - - [2026-03-19 04:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.41 - - [2026-03-19 04:21:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003828 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003391 10.0.0.41 - - [2026-03-19 04:21:39] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005843 10.0.0.41 - - [2026-03-19 04:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.41 - - [2026-03-19 04:21:40] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004422 10.0.0.41 - - [2026-03-19 04:21:40] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003196 10.0.0.41 - - [2026-03-19 04:21:40] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005933 10.0.0.41 - - [2026-03-19 04:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.41 - - [2026-03-19 04:21:40] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004058 10.0.0.41 - - [2026-03-19 04:21:40] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003013 10.0.0.41 - - [2026-03-19 04:21:40] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005937 10.0.0.41 - - [2026-03-19 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.41 - - [2026-03-19 04:21:41] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003406 10.0.0.41 - - [2026-03-19 04:21:41] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003126 10.0.0.41 - - [2026-03-19 04:21:41] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006060 10.0.0.41 - - [2026-03-19 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.41 - - [2026-03-19 04:21:41] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003820 10.0.0.41 - - [2026-03-19 04:21:41] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003023 10.0.0.41 - - [2026-03-19 04:21:41] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006507 10.0.0.41 - - [2026-03-19 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.41 - - [2026-03-19 04:21:41] "GET /routing-instance/8aa40797-90ba-4079-b98a-513487358a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.003933 10.0.0.41 - - [2026-03-19 04:21:41] "GET /route-target/16edfaf0-187c-4082-a805-22646e5984d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004786 10.0.0.41 - - [2026-03-19 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.41 - - [2026-03-19 04:21:41] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003978 10.0.0.41 - - [2026-03-19 04:21:41] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003565 10.0.0.41 - - [2026-03-19 04:21:41] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007066 10.0.0.41 - - [2026-03-19 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.41 - - [2026-03-19 04:21:42] "GET /routing-instance/8aa40797-90ba-4079-b98a-513487358a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004539 10.0.0.41 - - [2026-03-19 04:21:42] "GET /route-target/16edfaf0-187c-4082-a805-22646e5984d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004043 10.0.0.41 - - [2026-03-19 04:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.41 - - [2026-03-19 04:21:42] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003650 10.0.0.41 - - [2026-03-19 04:21:42] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003263 10.0.0.41 - - [2026-03-19 04:21:42] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006032 10.0.0.41 - - [2026-03-19 04:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.41 - - [2026-03-19 04:21:42] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004938 10.0.0.41 - - [2026-03-19 04:21:42] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003575 10.0.0.41 - - [2026-03-19 04:21:42] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005889 10.0.0.41 - - [2026-03-19 04:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.41 - - [2026-03-19 04:21:42] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004781 10.0.0.41 - - [2026-03-19 04:21:42] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003278 10.0.0.41 - - [2026-03-19 04:21:42] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006797 10.0.0.27 - - [2026-03-19 04:21:42] "GET /obj-perms HTTP/1.1" 200 5044 0.004315 10.0.0.41 - - [2026-03-19 04:21:42] "GET /obj-perms HTTP/1.1" 200 5044 0.003482 10.0.0.41 - - [2026-03-19 04:21:42] "GET /obj-perms HTTP/1.1" 200 5044 0.004419 10.0.0.242 - - [2026-03-19 04:21:42] "GET /obj-perms HTTP/1.1" 200 5044 0.004703 10.0.0.27 - - [2026-03-19 04:21:42] "GET /obj-perms HTTP/1.1" 200 5044 0.003628 10.0.0.41 - - [2026-03-19 04:21:45] "POST /neutron/network HTTP/1.1" 200 818 0.007268 10.0.0.41 - - [2026-03-19 04:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.41 - - [2026-03-19 04:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.41 - - [2026-03-19 04:22:03] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005127 10.0.0.41 - - [2026-03-19 04:22:03] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003455 10.0.0.41 - - [2026-03-19 04:22:03] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005618 10.0.0.41 - - [2026-03-19 04:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.41 - - [2026-03-19 04:22:04] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004925 10.0.0.41 - - [2026-03-19 04:22:04] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003504 10.0.0.41 - - [2026-03-19 04:22:04] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007871 10.0.0.41 - - [2026-03-19 04:22:19] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 200 1298 0.004623 10.0.0.41 - - [2026-03-19 04:22:19] "GET /virtual-machine-interface/6297e2a6-fe3f-43e8-ace0-20d3803b3de3 HTTP/1.1" 200 2948 0.006249 10.0.0.41 - - [2026-03-19 04:22:19] "GET /instance-ip/823832ff-c7a7-4924-bb17-e74ea2c56cf8 HTTP/1.1" 200 1620 0.004855 10.0.0.41 - - [2026-03-19 04:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.41 - - [2026-03-19 04:22:19] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003664 10.0.0.41 - - [2026-03-19 04:22:19] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003377 10.0.0.41 - - [2026-03-19 04:22:19] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007241 10.0.0.41 - - [2026-03-19 04:22:23] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 200 1298 0.004505 10.0.0.41 - - [2026-03-19 04:22:23] "POST /neutron/port HTTP/1.1" 200 1116 0.015088 10.0.0.41 - - [2026-03-19 04:22:25] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003595 10.0.0.41 - - [2026-03-19 04:22:25] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.002828 10.0.0.41 - - [2026-03-19 04:22:25] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.002937 10.0.0.41 - - [2026-03-19 04:22:26] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003510 10.0.0.41 - - [2026-03-19 04:22:27] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.004060 10.0.0.41 - - [2026-03-19 04:22:28] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003532 10.0.0.41 - - [2026-03-19 04:22:29] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.002970 10.0.0.41 - - [2026-03-19 04:22:30] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.002833 10.0.0.41 - - [2026-03-19 04:22:31] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003390 10.0.0.41 - - [2026-03-19 04:22:31] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.002984 10.0.0.41 - - [2026-03-19 04:22:32] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003653 10.0.0.41 - - [2026-03-19 04:22:33] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003664 10.0.0.41 - - [2026-03-19 04:22:34] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003259 10.0.0.41 - - [2026-03-19 04:22:35] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.002861 10.0.0.41 - - [2026-03-19 04:22:36] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003124 10.0.0.41 - - [2026-03-19 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.41 - - [2026-03-19 04:22:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003907 10.0.0.41 - - [2026-03-19 04:22:36] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003666 10.0.0.41 - - [2026-03-19 04:22:36] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005803 10.0.0.41 - - [2026-03-19 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.41 - - [2026-03-19 04:22:36] "GET /routing-instance/8aa40797-90ba-4079-b98a-513487358a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005587 10.0.0.41 - - [2026-03-19 04:22:36] "GET /route-target/16edfaf0-187c-4082-a805-22646e5984d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004732 10.0.0.41 - - [2026-03-19 04:22:36] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.002877 10.0.0.41 - - [2026-03-19 04:22:37] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003544 10.0.0.41 - - [2026-03-19 04:22:38] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003632 10.0.0.41 - - [2026-03-19 04:22:39] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003526 10.0.0.41 - - [2026-03-19 04:22:40] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003846 10.0.0.41 - - [2026-03-19 04:22:41] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003182 10.0.0.41 - - [2026-03-19 04:22:41] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.002776 10.0.0.41 - - [2026-03-19 04:22:42] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003601 10.0.0.41 - - [2026-03-19 04:22:43] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.005141 10.0.0.41 - - [2026-03-19 04:22:44] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.002929 10.0.0.41 - - [2026-03-19 04:22:45] "POST /neutron/port HTTP/1.1" 200 1126 0.017876 10.0.0.41 - - [2026-03-19 04:22:45] "POST /neutron/subnet HTTP/1.1" 200 675 0.012194 10.0.0.41 - - [2026-03-19 04:22:45] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.003519 10.0.0.41 - - [2026-03-19 04:22:46] "GET /virtual-machine/2033f351-9f54-467f-8418-f020c0a4e1b2 HTTP/1.1" 404 171 0.002913 10.0.0.242 - - [2026-03-19 04:22:46] "GET /obj-perms HTTP/1.1" 200 5044 0.004843 10.0.0.41 - - [2026-03-19 04:22:46] "GET /obj-perms HTTP/1.1" 200 5044 0.003706 10.0.0.41 - - [2026-03-19 04:22:47] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 200 1299 0.004858 10.0.0.41 - - [2026-03-19 04:22:47] "POST /neutron/port HTTP/1.1" 200 1126 0.017760 10.0.0.41 - - [2026-03-19 04:22:49] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.004150 10.0.0.41 - - [2026-03-19 04:22:49] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.003480 10.0.0.41 - - [2026-03-19 04:22:49] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.003915 10.0.0.41 - - [2026-03-19 04:22:49] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.003373 10.0.0.41 - - [2026-03-19 04:22:50] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.003835 10.0.0.41 - - [2026-03-19 04:22:51] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.002831 10.0.0.41 - - [2026-03-19 04:22:52] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.003445 10.0.0.41 - - [2026-03-19 04:22:53] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.003489 10.0.0.41 - - [2026-03-19 04:22:54] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.003830 10.0.0.41 - - [2026-03-19 04:22:54] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.005717 10.0.0.41 - - [2026-03-19 04:22:55] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.003190 10.0.0.41 - - [2026-03-19 04:22:56] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.003201 10.0.0.41 - - [2026-03-19 04:22:57] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.003457 10.0.0.41 - - [2026-03-19 04:22:58] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.003288 10.0.0.41 - - [2026-03-19 04:22:59] "GET /virtual-machine/fc07ed52-4821-44d1-8097-dcc2f08471eb HTTP/1.1" 404 171 0.003630 10.0.0.41 - - [2026-03-19 04:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.41 - - [2026-03-19 04:22:59] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003629 10.0.0.41 - - [2026-03-19 04:22:59] "GET /virtual-networks?parent_id=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002912 10.0.0.41 - - [2026-03-19 04:22:59] "GET /virtual-network/9961f3c2-c7a3-4dae-a34a-c1e4d3d33dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006398 10.0.0.41 - - [2026-03-19 04:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.41 - - [2026-03-19 04:22:59] "GET /routing-instance/8aa40797-90ba-4079-b98a-513487358a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.003745 10.0.0.41 - - [2026-03-19 04:22:59] "GET /route-target/16edfaf0-187c-4082-a805-22646e5984d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004595 10.0.0.41 - - [2026-03-19 04:22:59] "GET /obj-perms HTTP/1.1" 200 5044 0.004879 10.0.0.41 - - [2026-03-19 04:23:05] "GET /obj-perms HTTP/1.1" 200 5044 0.003761 10.0.0.41 - - [2026-03-19 04:23:09] "GET /obj-perms HTTP/1.1" 200 5044 0.004116 10.0.0.27 - - [2026-03-19 04:23:09] "GET /obj-perms HTTP/1.1" 200 5044 0.003799 10.0.0.41 - - [2026-03-19 04:23:09] "POST /neutron/network HTTP/1.1" 200 808 0.006831 10.0.0.41 - - [2026-03-19 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.41 - - [2026-03-19 04:23:09] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004940 10.0.0.41 - - [2026-03-19 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.41 - - [2026-03-19 04:23:09] "PUT /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475 HTTP/1.1" 200 276 0.012102 10.0.0.27 - - [2026-03-19 04:23:12] "GET /projects?obj_uuids=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.032992 10.0.0.41 - - [2026-03-19 04:23:12] "GET /project/0bb0e06a-afea-41d1-9813-59b471b4f0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.139301 10.0.0.27 - - [2026-03-19 04:23:12] "GET /projects?obj_uuids=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001807 10.0.0.41 - - [2026-03-19 04:23:12] "GET /project/0bb0e06a-afea-41d1-9813-59b471b4f0db?fields=virtual_networks HTTP/1.1" 200 1044 0.044929 10.0.0.27 - - [2026-03-19 04:23:12] "GET /projects?obj_uuids=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000945 10.0.0.41 - - [2026-03-19 04:23:12] "GET /project/0bb0e06a-afea-41d1-9813-59b471b4f0db?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.043799 10.0.0.27 - - [2026-03-19 04:23:12] "GET /projects?obj_uuids=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001308 10.0.0.41 - - [2026-03-19 04:23:12] "GET /project/0bb0e06a-afea-41d1-9813-59b471b4f0db?fields=security_groups HTTP/1.1" 200 1277 0.047603 10.0.0.41 - - [2026-03-19 04:23:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.036687 10.0.0.27 - - [2026-03-19 04:23:13] "GET /projects?obj_uuids=a76315bc-4611-46b1-b7d0-03c31941fee6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002735 10.0.0.27 - - [2026-03-19 04:23:13] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001417 10.0.0.27 - - [2026-03-19 04:23:13] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041677 10.0.0.27 - - [2026-03-19 04:23:13] "POST /id-to-fqname HTTP/1.1" 200 196 0.003759 10.0.0.27 - - [2026-03-19 04:23:13] "POST /fqname-to-id HTTP/1.1" 404 205 0.008088 10.0.0.27 - - [2026-03-19 04:23:13] "POST /security-groups HTTP/1.1" 200 597 0.032083 10.0.0.27 - - [2026-03-19 04:23:13] "POST /fqname-to-id HTTP/1.1" 404 240 0.003106 10.0.0.27 - - [2026-03-19 04:23:13] "POST /projects HTTP/1.1" 200 597 0.243774 10.0.0.27 - - [2026-03-19 04:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.318533 10.0.0.27 - - [2026-03-19 04:23:14] "POST /access-control-lists HTTP/1.1" 200 600 0.030809 10.0.0.41 - - [2026-03-19 04:23:14] "GET /project/a76315bc-4611-46b1-b7d0-03c31941fee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.500306 10.0.0.41 - - [2026-03-19 04:23:15] "GET / HTTP/1.1" 200 35931 0.001879 10.0.0.27 - - [2026-03-19 04:23:18] "GET /projects?obj_uuids=a76315bc-4611-46b1-b7d0-03c31941fee6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000900 10.0.0.41 - - [2026-03-19 04:23:18] "GET /project/a76315bc-4611-46b1-b7d0-03c31941fee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044490 10.0.0.27 - - [2026-03-19 04:23:18] "GET /projects?obj_uuids=a76315bc-4611-46b1-b7d0-03c31941fee6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000817 10.0.0.41 - - [2026-03-19 04:23:18] "GET /project/a76315bc-4611-46b1-b7d0-03c31941fee6?fields=virtual_networks HTTP/1.1" 200 1044 0.048333 10.0.0.27 - - [2026-03-19 04:23:18] "GET /projects?obj_uuids=a76315bc-4611-46b1-b7d0-03c31941fee6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001199 10.0.0.41 - - [2026-03-19 04:23:18] "GET /project/a76315bc-4611-46b1-b7d0-03c31941fee6?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.045918 10.0.0.27 - - [2026-03-19 04:23:18] "GET /projects?obj_uuids=a76315bc-4611-46b1-b7d0-03c31941fee6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000872 10.0.0.41 - - [2026-03-19 04:23:18] "GET /project/a76315bc-4611-46b1-b7d0-03c31941fee6?fields=security_groups HTTP/1.1" 200 1276 0.037477 10.0.0.41 - - [2026-03-19 04:23:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.034133 10.0.0.27 - - [2026-03-19 04:23:19] "GET /projects?obj_uuids=0d905ecc-03cd-4920-9c3d-3344408b434c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004949 10.0.0.27 - - [2026-03-19 04:23:19] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.27 - - [2026-03-19 04:23:19] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006841 10.0.0.27 - - [2026-03-19 04:23:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.003372 10.0.0.27 - - [2026-03-19 04:23:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.004375 10.0.0.27 - - [2026-03-19 04:23:20] "POST /security-groups HTTP/1.1" 200 591 0.033645 10.0.0.27 - - [2026-03-19 04:23:20] "POST /projects HTTP/1.1" 200 585 0.238137 10.0.0.27 - - [2026-03-19 04:23:20] "POST /fqname-to-id HTTP/1.1" 404 233 0.004271 10.0.0.27 - - [2026-03-19 04:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.314576 10.0.0.41 - - [2026-03-19 04:23:20] "GET /project/0d905ecc-03cd-4920-9c3d-3344408b434c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.463367 10.0.0.41 - - [2026-03-19 04:23:21] "GET / HTTP/1.1" 200 35931 0.001499 10.0.0.27 - - [2026-03-19 04:23:24] "GET /projects?obj_uuids=0d905ecc-03cd-4920-9c3d-3344408b434c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.41 - - [2026-03-19 04:23:24] "GET /project/0d905ecc-03cd-4920-9c3d-3344408b434c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.045295 10.0.0.27 - - [2026-03-19 04:23:24] "GET /projects?obj_uuids=0d905ecc-03cd-4920-9c3d-3344408b434c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000897 10.0.0.41 - - [2026-03-19 04:23:24] "GET /project/0d905ecc-03cd-4920-9c3d-3344408b434c?fields=virtual_networks HTTP/1.1" 200 1030 0.052663 10.0.0.27 - - [2026-03-19 04:23:24] "GET /projects?obj_uuids=0d905ecc-03cd-4920-9c3d-3344408b434c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.41 - - [2026-03-19 04:23:24] "GET /project/0d905ecc-03cd-4920-9c3d-3344408b434c?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.041007 10.0.0.27 - - [2026-03-19 04:23:24] "GET /projects?obj_uuids=0d905ecc-03cd-4920-9c3d-3344408b434c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.41 - - [2026-03-19 04:23:24] "GET /project/0d905ecc-03cd-4920-9c3d-3344408b434c?fields=security_groups HTTP/1.1" 200 1256 0.048023 10.0.0.41 - - [2026-03-19 04:23:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.030533 10.0.0.27 - - [2026-03-19 04:23:25] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004581 10.0.0.27 - - [2026-03-19 04:23:26] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.27 - - [2026-03-19 04:23:26] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008347 10.0.0.27 - - [2026-03-19 04:23:26] "POST /id-to-fqname HTTP/1.1" 200 198 0.001195 10.0.0.27 - - [2026-03-19 04:23:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.006235 10.0.0.27 - - [2026-03-19 04:23:26] "POST /security-groups HTTP/1.1" 200 599 0.087027 10.0.0.27 - - [2026-03-19 04:23:26] "POST /projects HTTP/1.1" 200 601 0.328100 10.0.0.27 - - [2026-03-19 04:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.361071 10.0.0.27 - - [2026-03-19 04:23:26] "POST /access-control-lists HTTP/1.1" 200 604 0.031624 10.0.0.41 - - [2026-03-19 04:23:26] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.540011 10.0.0.41 - - [2026-03-19 04:23:27] "GET / HTTP/1.1" 200 35931 0.001548 10.0.0.41 - - [2026-03-19 04:23:28] "GET /obj-perms HTTP/1.1" 200 5056 0.158954 10.0.0.41 - - [2026-03-19 04:23:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.41 - - [2026-03-19 04:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.052541 10.0.0.27 - - [2026-03-19 04:23:29] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.242 - - [2026-03-19 04:23:29] "GET /obj-perms HTTP/1.1" 200 5056 0.386949 10.0.0.41 - - [2026-03-19 04:23:29] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058328 10.0.0.27 - - [2026-03-19 04:23:29] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.41 - - [2026-03-19 04:23:29] "POST /neutron/network HTTP/1.1" 200 601 0.162813 10.0.0.27 - - [2026-03-19 04:23:29] "POST /route-targets HTTP/1.1" 200 327 0.026193 10.0.0.27 - - [2026-03-19 04:23:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.076699 10.0.0.41 - - [2026-03-19 04:23:30] "POST /neutron/network HTTP/1.1" 200 976 0.011686 10.0.0.41 - - [2026-03-19 04:23:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001324 10.0.0.41 - - [2026-03-19 04:23:30] "GET /virtual-network/319dcdb6-955f-4028-b863-a29208fb20b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005526 10.0.0.41 - - [2026-03-19 04:23:30] "GET /virtual-network/319dcdb6-955f-4028-b863-a29208fb20b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006089 10.0.0.41 - - [2026-03-19 04:23:30] "POST /neutron/subnet HTTP/1.1" 200 716 0.016357 10.0.0.41 - - [2026-03-19 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.27 - - [2026-03-19 04:23:30] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.41 - - [2026-03-19 04:23:30] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064289 10.0.0.27 - - [2026-03-19 04:23:30] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.41 - - [2026-03-19 04:23:30] "POST /neutron/network HTTP/1.1" 200 601 0.153643 10.0.0.27 - - [2026-03-19 04:23:30] "POST /ref-update HTTP/1.1" 200 156 0.022800 10.0.0.27 - - [2026-03-19 04:23:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003663 10.0.0.41 - - [2026-03-19 04:23:31] "POST /neutron/network HTTP/1.1" 200 973 0.010996 10.0.0.41 - - [2026-03-19 04:23:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001391 10.0.0.41 - - [2026-03-19 04:23:31] "GET /virtual-network/116c40df-23fa-4e61-8b9c-3ffd2c9d8545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005415 10.0.0.41 - - [2026-03-19 04:23:31] "GET /virtual-network/116c40df-23fa-4e61-8b9c-3ffd2c9d8545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007101 10.0.0.41 - - [2026-03-19 04:23:31] "POST /neutron/subnet HTTP/1.1" 200 716 0.009059 10.0.0.41 - - [2026-03-19 04:23:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001173 10.0.0.27 - - [2026-03-19 04:23:32] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.41 - - [2026-03-19 04:23:32] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.076991 10.0.0.41 - - [2026-03-19 04:23:32] "POST /neutron/network HTTP/1.1" 200 976 0.043431 10.0.0.41 - - [2026-03-19 04:23:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001641 10.0.0.41 - - [2026-03-19 04:23:32] "POST /neutron/port HTTP/1.1" 200 117 0.007121 10.0.0.27 - - [2026-03-19 04:23:33] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.41 - - [2026-03-19 04:23:33] "POST /neutron/port HTTP/1.1" 200 1154 0.338060 10.0.0.27 - - [2026-03-19 04:23:33] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.41 - - [2026-03-19 04:23:33] "POST /neutron/port HTTP/1.1" 200 1208 0.128038 10.0.0.41 - - [2026-03-19 04:23:33] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.118648 10.0.0.41 - - [2026-03-19 04:23:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005116 10.0.0.41 - - [2026-03-19 04:23:34] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.41 - - [2026-03-19 04:23:34] "POST /neutron/port HTTP/1.1" 200 1218 0.026022 10.0.0.41 - - [2026-03-19 04:23:34] "POST /neutron/port HTTP/1.1" 200 1218 0.021135 10.0.0.27 - - [2026-03-19 04:23:34] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.41 - - [2026-03-19 04:23:35] "POST /neutron/port HTTP/1.1" 200 1151 0.388941 10.0.0.41 - - [2026-03-19 04:23:35] "POST /neutron/port HTTP/1.1" 200 1205 0.146773 10.0.0.41 - - [2026-03-19 04:23:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003881 10.0.0.41 - - [2026-03-19 04:23:35] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.41 - - [2026-03-19 04:23:39] "POST /neutron/port HTTP/1.1" 200 1215 0.017919 10.0.0.41 - - [2026-03-19 04:23:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004520 10.0.0.41 - - [2026-03-19 04:23:39] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.41 - - [2026-03-19 04:23:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008374 10.0.0.41 - - [2026-03-19 04:23:39] "POST /neutron/port HTTP/1.1" 200 1218 0.021349 10.0.0.41 - - [2026-03-19 04:23:39] "GET /virtual-machine/7d78b673-769c-4342-8b2b-68e0a0a53ffd HTTP/1.1" 401 292 0.000463 10.0.0.41 - - [2026-03-19 04:23:40] "GET /virtual-machine/7d78b673-769c-4342-8b2b-68e0a0a53ffd HTTP/1.1" 200 1300 0.040859 10.0.0.41 - - [2026-03-19 04:23:40] "GET /virtual-machine-interface/c8d440f6-96a1-4fcc-b5e4-3344b0963149 HTTP/1.1" 200 3157 0.005249 10.0.0.41 - - [2026-03-19 04:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.41 - - [2026-03-19 04:23:40] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003730 10.0.0.41 - - [2026-03-19 04:23:40] "GET /virtual-networks?parent_id=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002955 10.0.0.41 - - [2026-03-19 04:23:40] "GET /virtual-network/319dcdb6-955f-4028-b863-a29208fb20b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005922 10.0.0.41 - - [2026-03-19 04:23:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.043210 10.0.0.41 - - [2026-03-19 04:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.41 - - [2026-03-19 04:23:43] "GET /virtual-network/319dcdb6-955f-4028-b863-a29208fb20b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005769 10.0.0.41 - - [2026-03-19 04:23:44] "POST /neutron/port HTTP/1.1" 200 1218 0.027898 10.0.0.41 - - [2026-03-19 04:23:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003732 10.0.0.41 - - [2026-03-19 04:23:45] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.41 - - [2026-03-19 04:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.41 - - [2026-03-19 04:23:45] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003901 10.0.0.41 - - [2026-03-19 04:23:45] "GET /virtual-networks?parent_id=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003395 10.0.0.41 - - [2026-03-19 04:23:45] "GET /virtual-network/319dcdb6-955f-4028-b863-a29208fb20b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005467 10.0.0.41 - - [2026-03-19 04:23:45] "POST /neutron/port HTTP/1.1" 200 1215 0.017243 10.0.0.41 - - [2026-03-19 04:23:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007814 10.0.0.41 - - [2026-03-19 04:23:45] "GET /virtual-machine/40fbfdbe-544b-4f2b-9973-0cdee0693096 HTTP/1.1" 200 1300 0.006001 10.0.0.41 - - [2026-03-19 04:23:45] "GET /virtual-machine-interface/0abf52bb-583f-4d41-b56a-ce98919921f6 HTTP/1.1" 200 3155 0.005795 10.0.0.41 - - [2026-03-19 04:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.41 - - [2026-03-19 04:23:45] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003323 10.0.0.41 - - [2026-03-19 04:23:45] "GET /virtual-networks?parent_id=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003413 10.0.0.41 - - [2026-03-19 04:23:46] "GET /virtual-network/116c40df-23fa-4e61-8b9c-3ffd2c9d8545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006298 10.0.0.41 - - [2026-03-19 04:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.41 - - [2026-03-19 04:23:47] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003935 10.0.0.41 - - [2026-03-19 04:23:47] "GET /virtual-networks?parent_id=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003057 10.0.0.41 - - [2026-03-19 04:23:47] "GET /virtual-network/116c40df-23fa-4e61-8b9c-3ffd2c9d8545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006101 10.0.0.41 - - [2026-03-19 04:23:47] "POST /neutron/port HTTP/1.1" 200 1215 0.019366 10.0.0.41 - - [2026-03-19 04:23:52] "POST /fqname-to-id HTTP/1.1" 404 209 0.003123 10.0.0.41 - - [2026-03-19 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.27 - - [2026-03-19 04:23:52] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.41 - - [2026-03-19 04:23:52] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045771 10.0.0.41 - - [2026-03-19 04:23:52] "POST /network-policys HTTP/1.1" 200 533 0.031372 10.0.0.41 - - [2026-03-19 04:23:52] "GET /network-policy/5d733259-4034-46cb-9d34-f3718fc742d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005826 10.0.0.41 - - [2026-03-19 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005485 10.0.0.41 - - [2026-03-19 04:23:52] "GET /virtual-network/319dcdb6-955f-4028-b863-a29208fb20b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.007018 10.0.0.41 - - [2026-03-19 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.41 - - [2026-03-19 04:23:52] "GET /network-policy/5d733259-4034-46cb-9d34-f3718fc742d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004895 10.0.0.41 - - [2026-03-19 04:23:52] "POST /ref-update HTTP/1.1" 200 156 0.067814 10.0.0.41 - - [2026-03-19 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.41 - - [2026-03-19 04:23:53] "GET /network-policy/5d733259-4034-46cb-9d34-f3718fc742d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007461 10.0.0.41 - - [2026-03-19 04:23:53] "GET /virtual-network/319dcdb6-955f-4028-b863-a29208fb20b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2868 0.008178 10.0.0.41 - - [2026-03-19 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007411 10.0.0.27 - - [2026-03-19 04:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.41 - - [2026-03-19 04:23:53] "GET /network-policy/5d733259-4034-46cb-9d34-f3718fc742d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003877 10.0.0.27 - - [2026-03-19 04:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000326 10.0.0.41 - - [2026-03-19 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.41 - - [2026-03-19 04:23:53] "GET /virtual-network/116c40df-23fa-4e61-8b9c-3ffd2c9d8545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005697 10.0.0.41 - - [2026-03-19 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.41 - - [2026-03-19 04:23:53] "GET /network-policy/5d733259-4034-46cb-9d34-f3718fc742d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004427 10.0.0.27 - - [2026-03-19 04:23:53] "POST /fqname-to-id HTTP/1.1" 404 230 0.006579 10.0.0.41 - - [2026-03-19 04:23:53] "POST /ref-update HTTP/1.1" 200 156 0.050854 10.0.0.41 - - [2026-03-19 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006166 10.0.0.41 - - [2026-03-19 04:23:53] "GET /network-policy/5d733259-4034-46cb-9d34-f3718fc742d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.010602 10.0.0.27 - - [2026-03-19 04:23:53] "PUT /access-control-list/4961c893-f481-4918-a7ed-1761e028f592 HTTP/1.1" 200 272 0.034466 10.0.0.41 - - [2026-03-19 04:23:53] "POST /neutron/network HTTP/1.1" 200 1059 0.020837 10.0.0.41 - - [2026-03-19 04:23:53] "GET /virtual-network/116c40df-23fa-4e61-8b9c-3ffd2c9d8545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2859 0.008531 10.0.0.41 - - [2026-03-19 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.41 - - [2026-03-19 04:23:53] "GET /network-policy/5d733259-4034-46cb-9d34-f3718fc742d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003663 10.0.0.41 - - [2026-03-19 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.27 - - [2026-03-19 04:23:53] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.41 - - [2026-03-19 04:23:53] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036494 10.0.0.27 - - [2026-03-19 04:23:54] "POST /useragent-kv HTTP/1.1" 200 115 0.012157 10.0.0.41 - - [2026-03-19 04:23:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.236039 10.0.0.41 - - [2026-03-19 04:23:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.002397 10.0.0.41 - - [2026-03-19 04:23:54] "GET /virtual-network/6afe8136-5d5b-4f6d-a719-14c3dc69de4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007516 10.0.0.41 - - [2026-03-19 04:23:54] "GET /virtual-network/6afe8136-5d5b-4f6d-a719-14c3dc69de4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006951 10.0.0.41 - - [2026-03-19 04:23:54] "POST /neutron/network HTTP/1.1" 200 799 0.008454 10.0.0.41 - - [2026-03-19 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007662 10.0.0.27 - - [2026-03-19 04:23:54] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000915 10.0.0.242 - - [2026-03-19 04:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.41 - - [2026-03-19 04:23:54] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060239 10.0.0.242 - - [2026-03-19 04:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2026-03-19 04:23:54] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001278 10.0.0.27 - - [2026-03-19 04:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2026-03-19 04:23:54] "POST /neutron/network HTTP/1.1" 200 585 0.157470 10.0.0.27 - - [2026-03-19 04:23:54] "POST /route-targets HTTP/1.1" 200 327 0.012609 10.0.0.27 - - [2026-03-19 04:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.242 - - [2026-03-19 04:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.242 - - [2026-03-19 04:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.41 - - [2026-03-19 04:23:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.003587 10.0.0.41 - - [2026-03-19 04:23:54] "GET /virtual-network/dde998c2-b442-436c-b887-890a4bec732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005492 10.0.0.41 - - [2026-03-19 04:23:54] "POST /neutron/network HTTP/1.1" 200 799 0.007633 10.0.0.41 - - [2026-03-19 04:23:54] "GET /virtual-network/dde998c2-b442-436c-b887-890a4bec732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005356 10.0.0.41 - - [2026-03-19 04:23:55] "POST /fqname-to-id HTTP/1.1" 404 239 0.003654 10.0.0.41 - - [2026-03-19 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.27 - - [2026-03-19 04:23:55] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.41 - - [2026-03-19 04:23:55] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043782 10.0.0.41 - - [2026-03-19 04:23:55] "POST /network-policys HTTP/1.1" 200 587 0.028741 10.0.0.41 - - [2026-03-19 04:23:55] "GET /network-policy/71da95f8-1dff-4afe-8001-8e9c1257a4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.007039 10.0.0.41 - - [2026-03-19 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.41 - - [2026-03-19 04:23:55] "GET /virtual-network/6afe8136-5d5b-4f6d-a719-14c3dc69de4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005848 10.0.0.41 - - [2026-03-19 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.41 - - [2026-03-19 04:23:55] "GET /network-policy/71da95f8-1dff-4afe-8001-8e9c1257a4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.003997 10.0.0.41 - - [2026-03-19 04:23:55] "POST /ref-update HTTP/1.1" 200 156 0.055778 10.0.0.41 - - [2026-03-19 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.27 - - [2026-03-19 04:23:55] "POST /access-control-lists HTTP/1.1" 200 554 0.096784 10.0.0.41 - - [2026-03-19 04:23:55] "GET /network-policy/71da95f8-1dff-4afe-8001-8e9c1257a4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.006032 10.0.0.41 - - [2026-03-19 04:23:55] "POST /neutron/network HTTP/1.1" 200 912 0.008861 10.0.0.41 - - [2026-03-19 04:23:55] "GET /virtual-network/6afe8136-5d5b-4f6d-a719-14c3dc69de4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.005120 10.0.0.41 - - [2026-03-19 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.41 - - [2026-03-19 04:23:55] "GET /network-policy/71da95f8-1dff-4afe-8001-8e9c1257a4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.006595 10.0.0.41 - - [2026-03-19 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.41 - - [2026-03-19 04:23:55] "GET /virtual-network/dde998c2-b442-436c-b887-890a4bec732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005672 10.0.0.41 - - [2026-03-19 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.41 - - [2026-03-19 04:23:55] "GET /network-policy/71da95f8-1dff-4afe-8001-8e9c1257a4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.004656 10.0.0.41 - - [2026-03-19 04:23:55] "POST /ref-update HTTP/1.1" 200 156 0.051233 10.0.0.41 - - [2026-03-19 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006151 10.0.0.41 - - [2026-03-19 04:23:55] "GET /network-policy/71da95f8-1dff-4afe-8001-8e9c1257a4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.003641 10.0.0.27 - - [2026-03-19 04:23:55] "POST /ref-update HTTP/1.1" 200 156 0.027648 10.0.0.41 - - [2026-03-19 04:23:55] "GET /virtual-network/dde998c2-b442-436c-b887-890a4bec732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.013134 10.0.0.41 - - [2026-03-19 04:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.41 - - [2026-03-19 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.41 - - [2026-03-19 04:23:56] "GET /network-policy/71da95f8-1dff-4afe-8001-8e9c1257a4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.004712 10.0.0.41 - - [2026-03-19 04:23:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001124 10.0.0.41 - - [2026-03-19 04:23:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.41 - - [2026-03-19 04:23:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007978 10.0.0.27 - - [2026-03-19 04:23:57] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.41 - - [2026-03-19 04:23:57] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.086852 10.0.0.41 - - [2026-03-19 04:23:57] "POST /neutron/port HTTP/1.1" 200 2279 0.026468 10.0.0.41 - - [2026-03-19 04:23:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001565 10.0.0.41 - - [2026-03-19 04:23:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.41 - - [2026-03-19 04:23:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.41 - - [2026-03-19 04:23:57] "POST /neutron/port HTTP/1.1" 200 2279 0.031085 10.0.0.41 - - [2026-03-19 04:23:57] "POST /neutron/network HTTP/1.1" 200 922 0.006700 10.0.0.41 - - [2026-03-19 04:23:58] "POST /neutron/port HTTP/1.1" 200 1063 0.021348 10.0.0.27 - - [2026-03-19 04:23:58] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.41 - - [2026-03-19 04:23:58] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.078181 10.0.0.41 - - [2026-03-19 04:23:58] "POST /neutron/network HTTP/1.1" 200 912 0.006571 10.0.0.41 - - [2026-03-19 04:23:58] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.41 - - [2026-03-19 04:23:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007792 10.0.0.41 - - [2026-03-19 04:23:59] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003550 10.0.0.41 - - [2026-03-19 04:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.41 - - [2026-03-19 04:23:59] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006109 10.0.0.27 - - [2026-03-19 04:23:59] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001731 10.0.0.41 - - [2026-03-19 04:23:59] "POST /neutron/port HTTP/1.1" 200 1063 0.359218 10.0.0.41 - - [2026-03-19 04:23:59] "POST /neutron/port HTTP/1.1" 200 1117 0.137336 10.0.0.41 - - [2026-03-19 04:24:00] "POST /neutron/subnet HTTP/1.1" 200 675 0.020152 10.0.0.41 - - [2026-03-19 04:24:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003871 10.0.0.41 - - [2026-03-19 04:24:00] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004610 10.0.0.41 - - [2026-03-19 04:24:00] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003847 10.0.0.41 - - [2026-03-19 04:24:00] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.036957 10.0.0.41 - - [2026-03-19 04:24:00] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.058099 10.0.0.41 - - [2026-03-19 04:24:00] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004682 10.0.0.41 - - [2026-03-19 04:24:00] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.017241 10.0.0.41 - - [2026-03-19 04:24:00] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.056499 10.0.0.41 - - [2026-03-19 04:24:00] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.044236 10.0.0.41 - - [2026-03-19 04:24:00] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010434 10.0.0.41 - - [2026-03-19 04:24:00] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004633 10.0.0.41 - - [2026-03-19 04:24:00] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.049751 10.0.0.41 - - [2026-03-19 04:24:01] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.052630 10.0.0.41 - - [2026-03-19 04:24:01] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008869 10.0.0.41 - - [2026-03-19 04:24:01] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005147 10.0.0.41 - - [2026-03-19 04:24:01] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.022414 10.0.0.41 - - [2026-03-19 04:24:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005841 10.0.0.41 - - [2026-03-19 04:24:01] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006126 10.0.0.41 - - [2026-03-19 04:24:01] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004720 10.0.0.41 - - [2026-03-19 04:24:01] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.038939 10.0.0.41 - - [2026-03-19 04:24:01] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.055260 10.0.0.41 - - [2026-03-19 04:24:01] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004672 10.0.0.41 - - [2026-03-19 04:24:01] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010528 10.0.0.41 - - [2026-03-19 04:24:01] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.072424 10.0.0.41 - - [2026-03-19 04:24:01] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.048650 10.0.0.41 - - [2026-03-19 04:24:01] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011713 10.0.0.41 - - [2026-03-19 04:24:01] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003930 10.0.0.41 - - [2026-03-19 04:24:01] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.052959 10.0.0.41 - - [2026-03-19 04:24:01] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.038054 10.0.0.41 - - [2026-03-19 04:24:01] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004965 10.0.0.41 - - [2026-03-19 04:24:01] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004673 10.0.0.41 - - [2026-03-19 04:24:01] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.034509 10.0.0.41 - - [2026-03-19 04:24:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003455 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006498 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004743 10.0.0.41 - - [2026-03-19 04:24:02] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.038146 10.0.0.41 - - [2026-03-19 04:24:02] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.049644 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008031 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008020 10.0.0.41 - - [2026-03-19 04:24:02] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.041453 10.0.0.41 - - [2026-03-19 04:24:02] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.043683 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006107 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004750 10.0.0.41 - - [2026-03-19 04:24:02] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.032887 10.0.0.41 - - [2026-03-19 04:24:02] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.034445 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005190 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004838 10.0.0.41 - - [2026-03-19 04:24:02] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.025360 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003362 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004346 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004925 10.0.0.41 - - [2026-03-19 04:24:02] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.032100 10.0.0.41 - - [2026-03-19 04:24:02] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.030920 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006251 10.0.0.41 - - [2026-03-19 04:24:02] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005940 10.0.0.41 - - [2026-03-19 04:24:02] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.034646 10.0.0.41 - - [2026-03-19 04:24:03] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.058961 10.0.0.41 - - [2026-03-19 04:24:03] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004831 10.0.0.41 - - [2026-03-19 04:24:03] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004694 10.0.0.41 - - [2026-03-19 04:24:03] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.038621 10.0.0.41 - - [2026-03-19 04:24:03] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.055901 10.0.0.41 - - [2026-03-19 04:24:08] "POST /neutron/port HTTP/1.1" 200 1127 0.021040 10.0.0.41 - - [2026-03-19 04:24:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007572 10.0.0.27 - - [2026-03-19 04:24:12] "DELETE /project/0d905ecc03cd49209c3d3344408b434c HTTP/1.1" 404 173 0.011167 10.0.0.27 - - [2026-03-19 04:24:12] "DELETE /project/a76315bc461146b1b7d003c31941fee6 HTTP/1.1" 404 173 0.015412 10.0.0.27 - - [2026-03-19 04:24:12] "DELETE /project/9673ea6eff60401f832c19edb55a7b23 HTTP/1.1" 404 173 0.017130 10.0.0.27 - - [2026-03-19 04:24:12] "GET /projects?obj_uuids=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000793 10.0.0.27 - - [2026-03-19 04:24:12] "GET /projects?obj_uuids=0d905ecc-03cd-4920-9c3d-3344408b434c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000691 10.0.0.27 - - [2026-03-19 04:24:12] "GET /projects?obj_uuids=a76315bc-4611-46b1-b7d0-03c31941fee6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000684 10.0.0.27 - - [2026-03-19 04:24:12] "GET /project/a76315bc-4611-46b1-b7d0-03c31941fee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.107054 10.0.0.27 - - [2026-03-19 04:24:12] "GET /project/0bb0e06a-afea-41d1-9813-59b471b4f0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.111846 10.0.0.27 - - [2026-03-19 04:24:12] "GET /project/0d905ecc-03cd-4920-9c3d-3344408b434c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.121697 10.0.0.27 - - [2026-03-19 04:24:12] "GET /projects?obj_uuids=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000874 10.0.0.27 - - [2026-03-19 04:24:12] "GET /projects?obj_uuids=a76315bc-4611-46b1-b7d0-03c31941fee6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000736 10.0.0.27 - - [2026-03-19 04:24:12] "GET /projects?obj_uuids=0d905ecc-03cd-4920-9c3d-3344408b434c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000746 10.0.0.27 - - [2026-03-19 04:24:12] "GET /project/0bb0e06a-afea-41d1-9813-59b471b4f0db?fields=security_groups HTTP/1.1" 200 1382 0.070322 10.0.0.27 - - [2026-03-19 04:24:12] "GET /project/0d905ecc-03cd-4920-9c3d-3344408b434c?fields=security_groups HTTP/1.1" 200 1361 0.094378 10.0.0.27 - - [2026-03-19 04:24:12] "GET /project/a76315bc-4611-46b1-b7d0-03c31941fee6?fields=security_groups HTTP/1.1" 200 1381 0.131621 10.0.0.27 - - [2026-03-19 04:24:12] "DELETE /security-group/304d86e6-2a5f-4953-9562-05def636090b HTTP/1.1" 200 115 0.165941 10.0.0.27 - - [2026-03-19 04:24:12] "GET /projects?obj_uuids=0d905ecc-03cd-4920-9c3d-3344408b434c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.27 - - [2026-03-19 04:24:12] "DELETE /security-group/47bfad2f-4610-4f0f-b9c2-d68ac3f9f53b HTTP/1.1" 200 115 0.179617 10.0.0.27 - - [2026-03-19 04:24:12] "GET /projects?obj_uuids=0bb0e06a-afea-41d1-9813-59b471b4f0db&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004551 10.0.0.27 - - [2026-03-19 04:24:12] "DELETE /security-group/51ed4f74-8833-4950-9aab-2dd93394f361 HTTP/1.1" 200 115 0.171589 10.0.0.27 - - [2026-03-19 04:24:12] "GET /projects?obj_uuids=a76315bc-4611-46b1-b7d0-03c31941fee6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002141 10.0.0.27 - - [2026-03-19 04:24:12] "GET /project/0d905ecc-03cd-4920-9c3d-3344408b434c?fields=application_policy_sets HTTP/1.1" 200 1400 0.088156 10.0.0.27 - - [2026-03-19 04:24:12] "DELETE /access-control-list/5b9d7e5a-bf78-4d79-b259-f50a9072c6ed HTTP/1.1" 200 115 0.160482 10.0.0.27 - - [2026-03-19 04:24:12] "GET /project/a76315bc-4611-46b1-b7d0-03c31941fee6?fields=application_policy_sets HTTP/1.1" 200 1420 0.089051 10.0.0.27 - - [2026-03-19 04:24:12] "GET /project/0bb0e06a-afea-41d1-9813-59b471b4f0db?fields=application_policy_sets HTTP/1.1" 200 1421 0.173608 10.0.0.27 - - [2026-03-19 04:24:12] "DELETE /project/0bb0e06a-afea-41d1-9813-59b471b4f0db HTTP/1.1" 404 190 0.758106 10.0.0.27 - - [2026-03-19 04:24:12] "DELETE /project/0d905ecc-03cd-4920-9c3d-3344408b434c HTTP/1.1" 200 115 0.821142 10.0.0.27 - - [2026-03-19 04:24:12] "DELETE /project/a76315bc-4611-46b1-b7d0-03c31941fee6 HTTP/1.1" 200 115 0.845168 10.0.0.27 - - [2026-03-19 04:24:13] "DELETE /access-control-list/cbd65442-9961-467a-9bd8-c081af44f30f HTTP/1.1" 200 115 0.056429 10.0.0.41 - - [2026-03-19 04:24:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003771 10.0.0.41 - - [2026-03-19 04:24:13] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004634 10.0.0.41 - - [2026-03-19 04:24:13] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006435 10.0.0.41 - - [2026-03-19 04:24:13] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.030490 10.0.0.41 - - [2026-03-19 04:24:13] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.047756 10.0.0.41 - - [2026-03-19 04:24:13] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004427 10.0.0.41 - - [2026-03-19 04:24:13] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008337 10.0.0.41 - - [2026-03-19 04:24:13] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.035761 10.0.0.41 - - [2026-03-19 04:24:13] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.048654 10.0.0.41 - - [2026-03-19 04:24:13] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007687 10.0.0.41 - - [2026-03-19 04:24:13] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006465 10.0.0.41 - - [2026-03-19 04:24:13] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.040151 10.0.0.41 - - [2026-03-19 04:24:13] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.044114 10.0.0.41 - - [2026-03-19 04:24:13] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.014313 10.0.0.41 - - [2026-03-19 04:24:13] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008922 10.0.0.41 - - [2026-03-19 04:24:14] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.028488 10.0.0.41 - - [2026-03-19 04:24:14] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003369 10.0.0.41 - - [2026-03-19 04:24:14] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004620 10.0.0.41 - - [2026-03-19 04:24:14] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003912 10.0.0.41 - - [2026-03-19 04:24:14] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.027195 10.0.0.41 - - [2026-03-19 04:24:14] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.037241 10.0.0.41 - - [2026-03-19 04:24:14] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005273 10.0.0.41 - - [2026-03-19 04:24:14] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005484 10.0.0.41 - - [2026-03-19 04:24:14] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.032811 10.0.0.41 - - [2026-03-19 04:24:14] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.054406 10.0.0.41 - - [2026-03-19 04:24:14] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007278 10.0.0.41 - - [2026-03-19 04:24:14] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004397 10.0.0.41 - - [2026-03-19 04:24:14] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.045185 10.0.0.41 - - [2026-03-19 04:24:14] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.043957 10.0.0.41 - - [2026-03-19 04:24:14] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007283 10.0.0.41 - - [2026-03-19 04:24:14] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007447 10.0.0.41 - - [2026-03-19 04:24:14] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.017841 10.0.0.41 - - [2026-03-19 04:24:14] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003264 10.0.0.41 - - [2026-03-19 04:24:14] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004487 10.0.0.41 - - [2026-03-19 04:24:14] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004885 10.0.0.41 - - [2026-03-19 04:24:14] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.032864 10.0.0.41 - - [2026-03-19 04:24:14] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.040661 10.0.0.41 - - [2026-03-19 04:24:15] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008013 10.0.0.41 - - [2026-03-19 04:24:15] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006870 10.0.0.41 - - [2026-03-19 04:24:15] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.041900 10.0.0.41 - - [2026-03-19 04:24:15] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.042317 10.0.0.41 - - [2026-03-19 04:24:15] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006367 10.0.0.41 - - [2026-03-19 04:24:15] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004259 10.0.0.41 - - [2026-03-19 04:24:15] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.032833 10.0.0.41 - - [2026-03-19 04:24:15] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.033647 10.0.0.41 - - [2026-03-19 04:24:15] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004387 10.0.0.41 - - [2026-03-19 04:24:15] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004655 10.0.0.41 - - [2026-03-19 04:24:15] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.025030 10.0.0.41 - - [2026-03-19 04:24:15] "POST /ref-update HTTP/1.1" 200 156 0.059612 10.0.0.27 - - [2026-03-19 04:24:15] "DELETE /access-control-list/36cbc6a6-bcaa-49a4-902e-38d4151580cf HTTP/1.1" 200 115 0.040484 10.0.0.41 - - [2026-03-19 04:24:15] "GET /virtual-network/dde998c2-b442-436c-b887-890a4bec732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008335 10.0.0.41 - - [2026-03-19 04:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005494 10.0.0.41 - - [2026-03-19 04:24:15] "GET /network-policy/71da95f8-1dff-4afe-8001-8e9c1257a4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005982 10.0.0.41 - - [2026-03-19 04:24:15] "POST /ref-update HTTP/1.1" 200 156 0.060647 10.0.0.27 - - [2026-03-19 04:24:15] "POST /ref-update HTTP/1.1" 200 156 0.021935 10.0.0.41 - - [2026-03-19 04:24:15] "GET /virtual-network/6afe8136-5d5b-4f6d-a719-14c3dc69de4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.034338 10.0.0.41 - - [2026-03-19 04:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.41 - - [2026-03-19 04:24:16] "GET /network-policy/71da95f8-1dff-4afe-8001-8e9c1257a4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.003949 10.0.0.41 - - [2026-03-19 04:24:16] "POST /neutron/port HTTP/1.1" 200 1127 0.024128 10.0.0.41 - - [2026-03-19 04:24:16] "DELETE /network-policy/71da95f8-1dff-4afe-8001-8e9c1257a4dd HTTP/1.1" 200 115 0.037629 10.0.0.41 - - [2026-03-19 04:24:16] "POST /neutron/network HTTP/1.1" 400 204 0.017017 10.0.0.41 - - [2026-03-19 04:24:16] "POST /neutron/port HTTP/1.1" 200 1117 0.039345 10.0.0.27 - - [2026-03-19 04:24:18] "POST /useragent-kv HTTP/1.1" 200 115 0.019204 10.0.0.27 - - [2026-03-19 04:24:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009802 10.0.0.41 - - [2026-03-19 04:24:18] "POST /neutron/network HTTP/1.1" 200 151 0.139730 10.0.0.27 - - [2026-03-19 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.27 - - [2026-03-19 04:24:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.004574 10.0.0.41 - - [2026-03-19 04:24:18] "POST /ref-update HTTP/1.1" 200 156 0.066763 10.0.0.41 - - [2026-03-19 04:24:18] "POST /neutron/network HTTP/1.1" 200 973 0.025678 10.0.0.41 - - [2026-03-19 04:24:18] "GET /virtual-network/116c40df-23fa-4e61-8b9c-3ffd2c9d8545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.010628 10.0.0.41 - - [2026-03-19 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.27 - - [2026-03-19 04:24:18] "POST /ref-update HTTP/1.1" 200 156 0.034625 10.0.0.41 - - [2026-03-19 04:24:18] "GET /network-policy/5d733259-4034-46cb-9d34-f3718fc742d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004289 10.0.0.41 - - [2026-03-19 04:24:18] "POST /ref-update HTTP/1.1" 200 156 0.082320 10.0.0.41 - - [2026-03-19 04:24:18] "GET /virtual-network/319dcdb6-955f-4028-b863-a29208fb20b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.021301 10.0.0.41 - - [2026-03-19 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005465 10.0.0.41 - - [2026-03-19 04:24:18] "GET /network-policy/5d733259-4034-46cb-9d34-f3718fc742d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004930 10.0.0.41 - - [2026-03-19 04:24:18] "DELETE /network-policy/5d733259-4034-46cb-9d34-f3718fc742d3 HTTP/1.1" 200 115 0.047747 10.0.0.41 - - [2026-03-19 04:24:19] "POST /neutron/network HTTP/1.1" 400 204 0.014492 10.0.0.41 - - [2026-03-19 04:24:19] "POST /neutron/port HTTP/1.1" 200 151 0.275964 10.0.0.41 - - [2026-03-19 04:24:20] "POST /neutron/port HTTP/1.1" 200 151 0.353319 10.0.0.27 - - [2026-03-19 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007848 10.0.0.41 - - [2026-03-19 04:24:21] "POST /neutron/network HTTP/1.1" 200 976 0.011957 10.0.0.27 - - [2026-03-19 04:24:21] "DELETE /route-target/180542fa-28b4-4b23-9799-d207982df521 HTTP/1.1" 200 115 0.024436 10.0.0.41 - - [2026-03-19 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2026-03-19 04:24:22] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.41 - - [2026-03-19 04:24:23] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048067 10.0.0.27 - - [2026-03-19 04:24:23] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001605 10.0.0.41 - - [2026-03-19 04:24:23] "POST /neutron/network HTTP/1.1" 200 601 0.137745 10.0.0.27 - - [2026-03-19 04:24:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.004917 10.0.0.41 - - [2026-03-19 04:24:23] "POST /neutron/network HTTP/1.1" 200 972 0.011345 10.0.0.41 - - [2026-03-19 04:24:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001164 10.0.0.41 - - [2026-03-19 04:24:23] "GET /virtual-network/1383fa6c-360d-4aa4-8b01-861c0367cb6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005420 10.0.0.41 - - [2026-03-19 04:24:23] "GET /virtual-network/1383fa6c-360d-4aa4-8b01-861c0367cb6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006042 10.0.0.41 - - [2026-03-19 04:24:23] "POST /neutron/subnet HTTP/1.1" 200 716 0.009453 10.0.0.41 - - [2026-03-19 04:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.27 - - [2026-03-19 04:24:23] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.41 - - [2026-03-19 04:24:23] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048408 10.0.0.27 - - [2026-03-19 04:24:24] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.41 - - [2026-03-19 04:24:24] "POST /neutron/network HTTP/1.1" 200 601 0.132316 10.0.0.27 - - [2026-03-19 04:24:24] "POST /route-targets HTTP/1.1" 200 327 0.015286 10.0.0.41 - - [2026-03-19 04:24:24] "POST /neutron/network HTTP/1.1" 200 977 0.011775 10.0.0.41 - - [2026-03-19 04:24:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001132 10.0.0.41 - - [2026-03-19 04:24:24] "GET /virtual-network/dacf1dd5-d933-46c4-89c4-2afa4cca8b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005375 10.0.0.41 - - [2026-03-19 04:24:24] "GET /virtual-network/dacf1dd5-d933-46c4-89c4-2afa4cca8b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005975 10.0.0.41 - - [2026-03-19 04:24:24] "POST /neutron/subnet HTTP/1.1" 200 716 0.009202 10.0.0.41 - - [2026-03-19 04:24:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001121 10.0.0.27 - - [2026-03-19 04:24:25] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.41 - - [2026-03-19 04:24:25] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.075843 10.0.0.41 - - [2026-03-19 04:24:25] "POST /neutron/network HTTP/1.1" 200 972 0.011634 10.0.0.41 - - [2026-03-19 04:24:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001634 10.0.0.41 - - [2026-03-19 04:24:26] "POST /neutron/port HTTP/1.1" 200 117 0.008258 10.0.0.27 - - [2026-03-19 04:24:26] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.41 - - [2026-03-19 04:24:26] "POST /neutron/port HTTP/1.1" 200 1150 0.415365 10.0.0.41 - - [2026-03-19 04:24:27] "POST /neutron/port HTTP/1.1" 200 1204 0.175293 10.0.0.27 - - [2026-03-19 04:24:27] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.41 - - [2026-03-19 04:24:27] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.107796 10.0.0.41 - - [2026-03-19 04:24:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005051 10.0.0.41 - - [2026-03-19 04:24:27] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.41 - - [2026-03-19 04:24:27] "POST /neutron/port HTTP/1.1" 200 1214 0.027313 10.0.0.41 - - [2026-03-19 04:24:27] "POST /neutron/port HTTP/1.1" 200 1214 0.029042 10.0.0.27 - - [2026-03-19 04:24:28] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001729 10.0.0.41 - - [2026-03-19 04:24:28] "POST /neutron/port HTTP/1.1" 200 1155 0.481121 10.0.0.41 - - [2026-03-19 04:24:28] "POST /neutron/port HTTP/1.1" 200 1209 0.128840 10.0.0.41 - - [2026-03-19 04:24:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005353 10.0.0.41 - - [2026-03-19 04:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.41 - - [2026-03-19 04:24:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007075 10.0.0.41 - - [2026-03-19 04:24:33] "POST /neutron/port HTTP/1.1" 200 1214 0.020869 10.0.0.41 - - [2026-03-19 04:24:33] "GET /virtual-machine/f635afd9-2c58-4439-8cc1-b498f3cb4a90 HTTP/1.1" 200 1301 0.007662 10.0.0.41 - - [2026-03-19 04:24:33] "GET /virtual-machine-interface/6b9feba9-34e8-45dc-9987-155cccc65211 HTTP/1.1" 200 3156 0.005613 10.0.0.41 - - [2026-03-19 04:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.41 - - [2026-03-19 04:24:33] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004517 10.0.0.41 - - [2026-03-19 04:24:33] "GET /virtual-networks?parent_id=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002923 10.0.0.41 - - [2026-03-19 04:24:33] "GET /virtual-network/1383fa6c-360d-4aa4-8b01-861c0367cb6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007891 10.0.0.41 - - [2026-03-19 04:24:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006568 10.0.0.41 - - [2026-03-19 04:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.41 - - [2026-03-19 04:24:36] "GET /virtual-network/1383fa6c-360d-4aa4-8b01-861c0367cb6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005915 10.0.0.41 - - [2026-03-19 04:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.41 - - [2026-03-19 04:24:38] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004858 10.0.0.41 - - [2026-03-19 04:24:38] "GET /virtual-networks?parent_id=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003619 10.0.0.41 - - [2026-03-19 04:24:38] "GET /virtual-network/1383fa6c-360d-4aa4-8b01-861c0367cb6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006262 10.0.0.41 - - [2026-03-19 04:24:38] "POST /neutron/port HTTP/1.1" 200 1219 0.022351 10.0.0.41 - - [2026-03-19 04:24:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008009 10.0.0.41 - - [2026-03-19 04:24:39] "GET /virtual-machine/60e58d84-b767-412f-8aee-a1d7bb083039 HTTP/1.1" 200 1300 0.005731 10.0.0.41 - - [2026-03-19 04:24:39] "GET /virtual-machine-interface/bc5a279b-8726-4733-b6d8-b51df696dd86 HTTP/1.1" 200 3157 0.005485 10.0.0.41 - - [2026-03-19 04:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.41 - - [2026-03-19 04:24:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005202 10.0.0.41 - - [2026-03-19 04:24:39] "GET /virtual-networks?parent_id=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003539 10.0.0.41 - - [2026-03-19 04:24:39] "GET /virtual-network/dacf1dd5-d933-46c4-89c4-2afa4cca8b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006329 10.0.0.41 - - [2026-03-19 04:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.41 - - [2026-03-19 04:24:40] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003509 10.0.0.41 - - [2026-03-19 04:24:40] "GET /virtual-networks?parent_id=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003506 10.0.0.41 - - [2026-03-19 04:24:40] "GET /virtual-network/dacf1dd5-d933-46c4-89c4-2afa4cca8b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005887 10.0.0.41 - - [2026-03-19 04:24:40] "POST /fqname-to-id HTTP/1.1" 404 209 0.003978 10.0.0.41 - - [2026-03-19 04:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.27 - - [2026-03-19 04:24:40] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001273 10.0.0.41 - - [2026-03-19 04:24:40] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041036 10.0.0.41 - - [2026-03-19 04:24:40] "POST /network-policys HTTP/1.1" 200 533 0.031280 10.0.0.41 - - [2026-03-19 04:24:40] "GET /network-policy/cd5a39c6-89a5-479f-b3ea-f0cee5c29975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005907 10.0.0.41 - - [2026-03-19 04:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.41 - - [2026-03-19 04:24:40] "GET /virtual-network/1383fa6c-360d-4aa4-8b01-861c0367cb6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006039 10.0.0.41 - - [2026-03-19 04:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.41 - - [2026-03-19 04:24:40] "GET /network-policy/cd5a39c6-89a5-479f-b3ea-f0cee5c29975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005713 10.0.0.27 - - [2026-03-19 04:24:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.004942 10.0.0.41 - - [2026-03-19 04:24:40] "POST /ref-update HTTP/1.1" 200 156 0.070720 10.0.0.27 - - [2026-03-19 04:24:40] "POST /access-control-lists HTTP/1.1" 200 578 0.044413 10.0.0.41 - - [2026-03-19 04:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.41 - - [2026-03-19 04:24:40] "GET /network-policy/cd5a39c6-89a5-479f-b3ea-f0cee5c29975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004303 10.0.0.41 - - [2026-03-19 04:24:41] "POST /neutron/port HTTP/1.1" 200 1219 0.017697 10.0.0.41 - - [2026-03-19 04:24:41] "GET /virtual-network/1383fa6c-360d-4aa4-8b01-861c0367cb6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.008450 10.0.0.41 - - [2026-03-19 04:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.41 - - [2026-03-19 04:24:41] "GET /network-policy/cd5a39c6-89a5-479f-b3ea-f0cee5c29975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003792 10.0.0.41 - - [2026-03-19 04:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006297 10.0.0.41 - - [2026-03-19 04:24:41] "POST /neutron/network HTTP/1.1" 200 987 0.006203 10.0.0.41 - - [2026-03-19 04:24:41] "GET /virtual-network/dacf1dd5-d933-46c4-89c4-2afa4cca8b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006403 10.0.0.41 - - [2026-03-19 04:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.41 - - [2026-03-19 04:24:41] "POST /neutron/subnet HTTP/1.1" 200 1282 0.012421 10.0.0.41 - - [2026-03-19 04:24:41] "GET /network-policy/cd5a39c6-89a5-479f-b3ea-f0cee5c29975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003662 10.0.0.41 - - [2026-03-19 04:24:41] "POST /neutron/network HTTP/1.1" 200 1063 0.031087 10.0.0.41 - - [2026-03-19 04:24:41] "POST /ref-update HTTP/1.1" 200 156 0.065313 10.0.0.41 - - [2026-03-19 04:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.41 - - [2026-03-19 04:24:41] "GET /network-policy/cd5a39c6-89a5-479f-b3ea-f0cee5c29975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004134 10.0.0.27 - - [2026-03-19 04:24:41] "POST /ref-update HTTP/1.1" 200 156 0.029571 10.0.0.41 - - [2026-03-19 04:24:41] "GET /virtual-network/dacf1dd5-d933-46c4-89c4-2afa4cca8b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005154 10.0.0.41 - - [2026-03-19 04:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008137 10.0.0.41 - - [2026-03-19 04:24:41] "GET /network-policy/cd5a39c6-89a5-479f-b3ea-f0cee5c29975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004470 10.0.0.41 - - [2026-03-19 04:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.27 - - [2026-03-19 04:24:41] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.41 - - [2026-03-19 04:24:41] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045460 10.0.0.27 - - [2026-03-19 04:24:41] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.41 - - [2026-03-19 04:24:41] "POST /neutron/network HTTP/1.1" 200 585 0.123279 10.0.0.27 - - [2026-03-19 04:24:41] "POST /ref-update HTTP/1.1" 200 156 0.027820 10.0.0.41 - - [2026-03-19 04:24:42] "POST /id-to-fqname HTTP/1.1" 200 214 0.004028 10.0.0.41 - - [2026-03-19 04:24:42] "GET /virtual-network/950d949b-4deb-4504-a5c8-f020eede6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007154 10.0.0.41 - - [2026-03-19 04:24:42] "POST /neutron/network HTTP/1.1" 200 799 0.018943 10.0.0.41 - - [2026-03-19 04:24:42] "GET /virtual-network/950d949b-4deb-4504-a5c8-f020eede6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006001 10.0.0.41 - - [2026-03-19 04:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.27 - - [2026-03-19 04:24:42] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.41 - - [2026-03-19 04:24:42] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046968 10.0.0.41 - - [2026-03-19 04:24:42] "POST /neutron/network HTTP/1.1" 200 117 0.016248 10.0.0.41 - - [2026-03-19 04:24:42] "POST /neutron/network HTTP/1.1" 200 799 0.008907 10.0.0.41 - - [2026-03-19 04:24:42] "POST /id-to-fqname HTTP/1.1" 200 214 0.001199 10.0.0.41 - - [2026-03-19 04:24:42] "GET /virtual-network/77fef36f-429e-4e44-967d-3a6fd5cb9a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005799 10.0.0.41 - - [2026-03-19 04:24:42] "GET /virtual-network/77fef36f-429e-4e44-967d-3a6fd5cb9a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007044 10.0.0.41 - - [2026-03-19 04:24:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.009154 10.0.0.41 - - [2026-03-19 04:24:42] "POST /fqname-to-id HTTP/1.1" 404 239 0.002571 10.0.0.41 - - [2026-03-19 04:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.27 - - [2026-03-19 04:24:42] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.41 - - [2026-03-19 04:24:42] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041028 10.0.0.41 - - [2026-03-19 04:24:43] "POST /network-policys HTTP/1.1" 200 587 0.030258 10.0.0.41 - - [2026-03-19 04:24:43] "GET /network-policy/282c9b0b-5ac9-4908-9206-88f7386aa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006294 10.0.0.41 - - [2026-03-19 04:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.41 - - [2026-03-19 04:24:43] "GET /virtual-network/950d949b-4deb-4504-a5c8-f020eede6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006319 10.0.0.41 - - [2026-03-19 04:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.41 - - [2026-03-19 04:24:43] "GET /network-policy/282c9b0b-5ac9-4908-9206-88f7386aa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004669 10.0.0.27 - - [2026-03-19 04:24:43] "POST /fqname-to-id HTTP/1.1" 404 210 0.008781 10.0.0.41 - - [2026-03-19 04:24:43] "POST /ref-update HTTP/1.1" 200 156 0.057760 10.0.0.41 - - [2026-03-19 04:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.41 - - [2026-03-19 04:24:43] "GET /network-policy/282c9b0b-5ac9-4908-9206-88f7386aa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004569 10.0.0.41 - - [2026-03-19 04:24:43] "GET /virtual-network/950d949b-4deb-4504-a5c8-f020eede6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.007403 10.0.0.41 - - [2026-03-19 04:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.41 - - [2026-03-19 04:24:43] "GET /network-policy/282c9b0b-5ac9-4908-9206-88f7386aa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.003947 10.0.0.41 - - [2026-03-19 04:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.41 - - [2026-03-19 04:24:43] "GET /virtual-network/77fef36f-429e-4e44-967d-3a6fd5cb9a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005855 10.0.0.41 - - [2026-03-19 04:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.41 - - [2026-03-19 04:24:43] "GET /network-policy/282c9b0b-5ac9-4908-9206-88f7386aa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004321 10.0.0.41 - - [2026-03-19 04:24:43] "POST /ref-update HTTP/1.1" 200 156 0.050336 10.0.0.27 - - [2026-03-19 04:24:43] "POST /access-control-lists HTTP/1.1" 200 554 0.036175 10.0.0.41 - - [2026-03-19 04:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006345 10.0.0.41 - - [2026-03-19 04:24:43] "GET /network-policy/282c9b0b-5ac9-4908-9206-88f7386aa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.009557 10.0.0.41 - - [2026-03-19 04:24:43] "GET /virtual-network/77fef36f-429e-4e44-967d-3a6fd5cb9a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2330 0.009348 10.0.0.41 - - [2026-03-19 04:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.41 - - [2026-03-19 04:24:43] "GET /network-policy/282c9b0b-5ac9-4908-9206-88f7386aa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.003599 10.0.0.41 - - [2026-03-19 04:24:43] "POST /id-to-fqname HTTP/1.1" 200 214 0.001050 10.0.0.41 - - [2026-03-19 04:24:44] "POST /neutron/port HTTP/1.1" 200 2279 0.026411 10.0.0.27 - - [2026-03-19 04:24:44] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001365 10.0.0.41 - - [2026-03-19 04:24:44] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.075463 10.0.0.41 - - [2026-03-19 04:24:44] "POST /neutron/network HTTP/1.1" 200 912 0.007689 10.0.0.41 - - [2026-03-19 04:24:45] "POST /neutron/port HTTP/1.1" 200 2279 0.037199 10.0.0.41 - - [2026-03-19 04:24:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.053790 10.0.0.41 - - [2026-03-19 04:24:45] "POST /id-to-fqname HTTP/1.1" 200 214 0.001256 10.0.0.41 - - [2026-03-19 04:24:45] "POST /neutron/subnet HTTP/1.1" 200 1258 0.016320 10.0.0.41 - - [2026-03-19 04:24:45] "POST /neutron/network HTTP/1.1" 200 1058 0.011238 10.0.0.41 - - [2026-03-19 04:24:45] "POST /neutron/network HTTP/1.1" 200 922 0.008669 10.0.0.41 - - [2026-03-19 04:24:46] "POST /neutron/port HTTP/1.1" 200 1063 0.016959 10.0.0.41 - - [2026-03-19 04:24:46] "POST /neutron/port HTTP/1.1" 200 1127 0.021255 10.0.0.41 - - [2026-03-19 04:24:46] "POST /neutron/port HTTP/1.1" 200 117 0.001309 10.0.0.27 - - [2026-03-19 04:24:46] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.41 - - [2026-03-19 04:24:46] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.083288 10.0.0.41 - - [2026-03-19 04:24:46] "POST /neutron/port HTTP/1.1" 200 3253 0.036413 10.0.0.41 - - [2026-03-19 04:24:46] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004649 10.0.0.41 - - [2026-03-19 04:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.41 - - [2026-03-19 04:24:46] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005743 10.0.0.41 - - [2026-03-19 04:24:47] "POST /neutron/network HTTP/1.1" 200 922 0.007655 10.0.0.27 - - [2026-03-19 04:24:47] "PUT /access-control-list/72bb49b5-0da5-44b6-9535-1d014007b92f HTTP/1.1" 200 272 0.018631 10.0.0.41 - - [2026-03-19 04:24:47] "POST /neutron/port HTTP/1.1" 200 1063 0.020686 10.0.0.41 - - [2026-03-19 04:24:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008030 10.0.0.41 - - [2026-03-19 04:24:48] "POST /neutron/network HTTP/1.1" 200 912 0.007236 10.0.0.41 - - [2026-03-19 04:24:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005292 10.0.0.41 - - [2026-03-19 04:24:48] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004078 10.0.0.41 - - [2026-03-19 04:24:48] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007358 10.0.0.41 - - [2026-03-19 04:24:48] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.038087 10.0.0.41 - - [2026-03-19 04:24:48] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.039378 10.0.0.41 - - [2026-03-19 04:24:48] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006770 10.0.0.41 - - [2026-03-19 04:24:48] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005548 10.0.0.41 - - [2026-03-19 04:24:48] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.030299 10.0.0.41 - - [2026-03-19 04:24:48] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.040819 10.0.0.41 - - [2026-03-19 04:24:48] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005314 10.0.0.41 - - [2026-03-19 04:24:48] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006148 10.0.0.41 - - [2026-03-19 04:24:48] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.032821 10.0.0.41 - - [2026-03-19 04:24:48] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.045273 10.0.0.41 - - [2026-03-19 04:24:48] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007057 10.0.0.41 - - [2026-03-19 04:24:48] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005208 10.0.0.41 - - [2026-03-19 04:24:48] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.021508 10.0.0.41 - - [2026-03-19 04:24:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003483 10.0.0.41 - - [2026-03-19 04:24:48] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004855 10.0.0.41 - - [2026-03-19 04:24:48] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006475 10.0.0.41 - - [2026-03-19 04:24:49] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.032926 10.0.0.41 - - [2026-03-19 04:24:49] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.056895 10.0.0.41 - - [2026-03-19 04:24:49] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010982 10.0.0.41 - - [2026-03-19 04:24:49] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008073 10.0.0.41 - - [2026-03-19 04:24:49] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.039416 10.0.0.41 - - [2026-03-19 04:24:49] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.042543 10.0.0.41 - - [2026-03-19 04:24:49] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005661 10.0.0.41 - - [2026-03-19 04:24:49] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005360 10.0.0.41 - - [2026-03-19 04:24:49] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.035532 10.0.0.41 - - [2026-03-19 04:24:49] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.037042 10.0.0.41 - - [2026-03-19 04:24:49] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007280 10.0.0.41 - - [2026-03-19 04:24:49] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.011896 10.0.0.41 - - [2026-03-19 04:24:49] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.016493 10.0.0.41 - - [2026-03-19 04:24:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003344 10.0.0.41 - - [2026-03-19 04:24:49] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004771 10.0.0.41 - - [2026-03-19 04:24:49] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004017 10.0.0.41 - - [2026-03-19 04:24:49] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.026331 10.0.0.41 - - [2026-03-19 04:24:49] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.045092 10.0.0.41 - - [2026-03-19 04:24:49] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008471 10.0.0.41 - - [2026-03-19 04:24:49] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.017321 10.0.0.41 - - [2026-03-19 04:24:49] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.032442 10.0.0.41 - - [2026-03-19 04:24:50] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.042295 10.0.0.41 - - [2026-03-19 04:24:50] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007518 10.0.0.41 - - [2026-03-19 04:24:50] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005474 10.0.0.41 - - [2026-03-19 04:24:50] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.034720 10.0.0.41 - - [2026-03-19 04:24:50] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.037495 10.0.0.41 - - [2026-03-19 04:24:50] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011851 10.0.0.41 - - [2026-03-19 04:24:50] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004318 10.0.0.41 - - [2026-03-19 04:24:50] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.016782 10.0.0.41 - - [2026-03-19 04:24:50] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006429 10.0.0.41 - - [2026-03-19 04:24:50] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003786 10.0.0.41 - - [2026-03-19 04:24:50] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.015852 10.0.0.41 - - [2026-03-19 04:24:50] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004676 10.0.0.41 - - [2026-03-19 04:24:50] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004022 10.0.0.41 - - [2026-03-19 04:24:50] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.017170 10.0.0.41 - - [2026-03-19 04:24:50] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004892 10.0.0.41 - - [2026-03-19 04:24:50] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004417 10.0.0.41 - - [2026-03-19 04:24:50] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.015706 10.0.0.41 - - [2026-03-19 04:24:56] "POST /neutron/port HTTP/1.1" 200 1127 0.021497 10.0.0.41 - - [2026-03-19 04:25:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003629 10.0.0.41 - - [2026-03-19 04:25:00] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004817 10.0.0.41 - - [2026-03-19 04:25:00] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004520 10.0.0.41 - - [2026-03-19 04:25:00] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.028467 10.0.0.41 - - [2026-03-19 04:25:00] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.036405 10.0.0.41 - - [2026-03-19 04:25:00] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004840 10.0.0.41 - - [2026-03-19 04:25:00] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005813 10.0.0.41 - - [2026-03-19 04:25:00] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.046696 10.0.0.41 - - [2026-03-19 04:25:00] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.049285 10.0.0.41 - - [2026-03-19 04:25:00] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.011771 10.0.0.41 - - [2026-03-19 04:25:01] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008440 10.0.0.41 - - [2026-03-19 04:25:01] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.047584 10.0.0.41 - - [2026-03-19 04:25:01] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.054982 10.0.0.41 - - [2026-03-19 04:25:01] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.008805 10.0.0.41 - - [2026-03-19 04:25:01] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004946 10.0.0.41 - - [2026-03-19 04:25:01] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.038099 10.0.0.41 - - [2026-03-19 04:25:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.007206 10.0.0.41 - - [2026-03-19 04:25:01] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006209 10.0.0.41 - - [2026-03-19 04:25:01] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008291 10.0.0.41 - - [2026-03-19 04:25:01] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.039797 10.0.0.41 - - [2026-03-19 04:25:01] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.074451 10.0.0.41 - - [2026-03-19 04:25:01] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.013006 10.0.0.41 - - [2026-03-19 04:25:01] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.013163 10.0.0.41 - - [2026-03-19 04:25:01] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.042322 10.0.0.41 - - [2026-03-19 04:25:01] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.045688 10.0.0.41 - - [2026-03-19 04:25:01] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006737 10.0.0.41 - - [2026-03-19 04:25:01] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007737 10.0.0.41 - - [2026-03-19 04:25:01] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.036676 10.0.0.41 - - [2026-03-19 04:25:01] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.052290 10.0.0.41 - - [2026-03-19 04:25:02] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.011411 10.0.0.41 - - [2026-03-19 04:25:02] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008814 10.0.0.41 - - [2026-03-19 04:25:02] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.031500 10.0.0.41 - - [2026-03-19 04:25:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004742 10.0.0.41 - - [2026-03-19 04:25:02] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005517 10.0.0.41 - - [2026-03-19 04:25:02] "GET /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004666 10.0.0.41 - - [2026-03-19 04:25:02] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.029378 10.0.0.41 - - [2026-03-19 04:25:02] "PUT /bgp-router/36694d76-0a0e-4cd6-8e51-38bf493d0e25 HTTP/1.1" 200 254 0.047042 10.0.0.41 - - [2026-03-19 04:25:02] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.014759 10.0.0.41 - - [2026-03-19 04:25:02] "GET /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.013029 10.0.0.41 - - [2026-03-19 04:25:02] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.056257 10.0.0.41 - - [2026-03-19 04:25:02] "PUT /bgp-router/a214ad0f-975f-4b88-8dae-00f2ee6dfe01 HTTP/1.1" 200 254 0.038628 10.0.0.41 - - [2026-03-19 04:25:02] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.010052 10.0.0.41 - - [2026-03-19 04:25:02] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009630 10.0.0.41 - - [2026-03-19 04:25:02] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.034418 10.0.0.41 - - [2026-03-19 04:25:02] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.052210 10.0.0.41 - - [2026-03-19 04:25:02] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.010434 10.0.0.41 - - [2026-03-19 04:25:02] "GET /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.003965 10.0.0.41 - - [2026-03-19 04:25:02] "PUT /bgp-router/31d57456-5d4a-4868-98dc-c326a1ec843d HTTP/1.1" 200 254 0.023797 10.0.0.41 - - [2026-03-19 04:25:03] "POST /ref-update HTTP/1.1" 200 156 0.055715 10.0.0.41 - - [2026-03-19 04:25:03] "GET /virtual-network/77fef36f-429e-4e44-967d-3a6fd5cb9a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007520 10.0.0.41 - - [2026-03-19 04:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.41 - - [2026-03-19 04:25:03] "GET /network-policy/282c9b0b-5ac9-4908-9206-88f7386aa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006466 10.0.0.41 - - [2026-03-19 04:25:03] "POST /ref-update HTTP/1.1" 200 156 0.071090 10.0.0.27 - - [2026-03-19 04:25:03] "DELETE /access-control-list/81a3c6d1-f139-4c5c-9615-5389cfb00413 HTTP/1.1" 200 115 0.062039 10.0.0.41 - - [2026-03-19 04:25:03] "POST /neutron/network HTTP/1.1" 200 799 0.017487 10.0.0.41 - - [2026-03-19 04:25:03] "GET /virtual-network/950d949b-4deb-4504-a5c8-f020eede6338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006566 10.0.0.41 - - [2026-03-19 04:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008516 10.0.0.41 - - [2026-03-19 04:25:03] "GET /network-policy/282c9b0b-5ac9-4908-9206-88f7386aa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004023 10.0.0.41 - - [2026-03-19 04:25:03] "DELETE /network-policy/282c9b0b-5ac9-4908-9206-88f7386aa588 HTTP/1.1" 200 115 0.047405 10.0.0.41 - - [2026-03-19 04:25:03] "POST /neutron/network HTTP/1.1" 400 204 0.016607 10.0.0.41 - - [2026-03-19 04:25:03] "POST /neutron/port HTTP/1.1" 200 1117 0.017829 10.0.0.41 - - [2026-03-19 04:25:05] "POST /neutron/network HTTP/1.1" 200 799 0.007420 10.0.0.27 - - [2026-03-19 04:25:05] "DELETE /route-target/9c660200-e21c-4b2e-89ab-34596ef88636 HTTP/1.1" 200 115 0.025566 10.0.0.27 - - [2026-03-19 04:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002777 10.0.0.27 - - [2026-03-19 04:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002531 10.0.0.41 - - [2026-03-19 04:25:05] "POST /neutron/network HTTP/1.1" 200 151 0.118668 10.0.0.41 - - [2026-03-19 04:25:05] "POST /ref-update HTTP/1.1" 200 156 0.066104 10.0.0.27 - - [2026-03-19 04:25:05] "DELETE /access-control-list/aefdbcfa-f0c3-4543-b517-76d409c8627a HTTP/1.1" 200 115 0.046785 10.0.0.41 - - [2026-03-19 04:25:06] "GET /virtual-network/dacf1dd5-d933-46c4-89c4-2afa4cca8b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.012648 10.0.0.41 - - [2026-03-19 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006075 10.0.0.41 - - [2026-03-19 04:25:06] "GET /network-policy/cd5a39c6-89a5-479f-b3ea-f0cee5c29975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004242 10.0.0.41 - - [2026-03-19 04:25:06] "POST /ref-update HTTP/1.1" 200 156 0.057030 10.0.0.27 - - [2026-03-19 04:25:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.008428 10.0.0.27 - - [2026-03-19 04:25:06] "POST /ref-update HTTP/1.1" 200 156 0.026630 10.0.0.41 - - [2026-03-19 04:25:06] "GET /virtual-network/1383fa6c-360d-4aa4-8b01-861c0367cb6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.017379 10.0.0.41 - - [2026-03-19 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.41 - - [2026-03-19 04:25:06] "GET /network-policy/cd5a39c6-89a5-479f-b3ea-f0cee5c29975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004549 10.0.0.41 - - [2026-03-19 04:25:06] "DELETE /network-policy/cd5a39c6-89a5-479f-b3ea-f0cee5c29975 HTTP/1.1" 200 115 0.045198 10.0.0.41 - - [2026-03-19 04:25:06] "POST /neutron/network HTTP/1.1" 200 977 0.009871 10.0.0.41 - - [2026-03-19 04:25:07] "POST /neutron/port HTTP/1.1" 200 1209 0.018757 10.0.0.41 - - [2026-03-19 04:25:07] "POST /neutron/port HTTP/1.1" 200 1204 0.015743 10.0.0.27 - - [2026-03-19 04:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005047 10.0.0.27 - - [2026-03-19 04:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002718 10.0.0.27 - - [2026-03-19 04:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002493 10.0.0.27 - - [2026-03-19 04:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002258 10.0.0.41 - - [2026-03-19 04:25:08] "POST /neutron/network HTTP/1.1" 200 151 0.160393 10.0.0.27 - - [2026-03-19 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.27 - - [2026-03-19 04:25:10] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001537 10.0.0.41 - - [2026-03-19 04:25:10] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046682 10.0.0.27 - - [2026-03-19 04:25:10] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002188 10.0.0.41 - - [2026-03-19 04:25:10] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?fields=virtual_networks HTTP/1.1" 200 1047 0.047519 10.0.0.27 - - [2026-03-19 04:25:10] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.41 - - [2026-03-19 04:25:10] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.042770 10.0.0.27 - - [2026-03-19 04:25:10] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.41 - - [2026-03-19 04:25:10] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?fields=security_groups HTTP/1.1" 200 1281 0.060552 10.0.0.41 - - [2026-03-19 04:25:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.031205 10.0.0.27 - - [2026-03-19 04:25:11] "GET /projects?obj_uuids=673c7060-aa74-429f-831b-6a1f846738fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003333 10.0.0.27 - - [2026-03-19 04:25:11] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.27 - - [2026-03-19 04:25:11] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007575 10.0.0.27 - - [2026-03-19 04:25:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.001125 10.0.0.27 - - [2026-03-19 04:25:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.002980 10.0.0.27 - - [2026-03-19 04:25:11] "POST /security-groups HTTP/1.1" 200 586 0.044948 10.0.0.27 - - [2026-03-19 04:25:11] "POST /projects HTTP/1.1" 200 575 0.245355 10.0.0.27 - - [2026-03-19 04:25:11] "POST /access-control-lists HTTP/1.1" 200 591 0.032344 10.0.0.27 - - [2026-03-19 04:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.323189 10.0.0.41 - - [2026-03-19 04:25:12] "GET /project/673c7060-aa74-429f-831b-6a1f846738fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.484387 10.0.0.27 - - [2026-03-19 04:25:13] "DELETE /project/673c7060aa74429f831b6a1f846738fa HTTP/1.1" 404 173 0.007580 10.0.0.27 - - [2026-03-19 04:25:13] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000835 10.0.0.27 - - [2026-03-19 04:25:13] "DELETE /access-control-list/e665a23e-8969-4a65-a679-eae31c2978d2 HTTP/1.1" 200 115 0.060112 10.0.0.27 - - [2026-03-19 04:25:13] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.056870 10.0.0.27 - - [2026-03-19 04:25:13] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.27 - - [2026-03-19 04:25:13] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?fields=security_groups HTTP/1.1" 200 1117 0.054649 10.0.0.27 - - [2026-03-19 04:25:13] "GET /projects?obj_uuids=9673ea6e-ff60-401f-832c-19edb55a7b23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003986 10.0.0.27 - - [2026-03-19 04:25:13] "GET /project/9673ea6e-ff60-401f-832c-19edb55a7b23?fields=application_policy_sets HTTP/1.1" 200 1425 0.058215 10.0.0.27 - - [2026-03-19 04:25:13] "DELETE /project/9673ea6e-ff60-401f-832c-19edb55a7b23 HTTP/1.1" 404 190 0.298986 10.0.0.41 - - [2026-03-19 04:25:13] "GET / HTTP/1.1" 200 35931 0.001351 10.0.0.41 - - [2026-03-19 04:25:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.41 - - [2026-03-19 04:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.032300 10.0.0.41 - - [2026-03-19 04:25:16] "GET /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005491 10.0.0.41 - - [2026-03-19 04:25:16] "GET /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003170 10.0.0.41 - - [2026-03-19 04:25:16] "GET /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003321 10.0.0.41 - - [2026-03-19 04:25:16] "PUT /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a HTTP/1.1" 200 264 0.013499 10.0.0.41 - - [2026-03-19 04:25:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.033293 10.0.0.27 - - [2026-03-19 04:25:18] "GET /projects?obj_uuids=4efd3689-5b4b-4929-990e-6965b1df0ad9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002733 10.0.0.27 - - [2026-03-19 04:25:18] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.27 - - [2026-03-19 04:25:18] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006727 10.0.0.27 - - [2026-03-19 04:25:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.002517 10.0.0.27 - - [2026-03-19 04:25:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.005827 10.0.0.27 - - [2026-03-19 04:25:19] "POST /security-groups HTTP/1.1" 200 586 0.043048 10.0.0.27 - - [2026-03-19 04:25:19] "POST /projects HTTP/1.1" 200 575 0.262694 10.0.0.27 - - [2026-03-19 04:25:19] "POST /access-control-lists HTTP/1.1" 200 591 0.034928 10.0.0.27 - - [2026-03-19 04:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.340590 10.0.0.41 - - [2026-03-19 04:25:19] "GET /project/4efd3689-5b4b-4929-990e-6965b1df0ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.516322 10.0.0.41 - - [2026-03-19 04:25:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.034353 10.0.0.27 - - [2026-03-19 04:25:19] "GET /projects?obj_uuids=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002840 10.0.0.27 - - [2026-03-19 04:25:19] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001421 10.0.0.27 - - [2026-03-19 04:25:19] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008168 10.0.0.27 - - [2026-03-19 04:25:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.005762 10.0.0.27 - - [2026-03-19 04:25:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.006598 10.0.0.27 - - [2026-03-19 04:25:20] "POST /security-groups HTTP/1.1" 200 586 0.031198 10.0.0.27 - - [2026-03-19 04:25:20] "POST /fqname-to-id HTTP/1.1" 404 229 0.006899 10.0.0.27 - - [2026-03-19 04:25:20] "POST /projects HTTP/1.1" 200 575 0.241510 10.0.0.27 - - [2026-03-19 04:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.328526 10.0.0.27 - - [2026-03-19 04:25:20] "POST /access-control-lists HTTP/1.1" 200 589 0.045796 10.0.0.41 - - [2026-03-19 04:25:20] "GET /project/4b1389a8-b5d7-4553-9f21-1d6fc0481b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.482521 10.0.0.41 - - [2026-03-19 04:25:21] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.41 - - [2026-03-19 04:25:22] "GET / HTTP/1.1" 200 35931 0.001446 10.0.0.41 - - [2026-03-19 04:25:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.003520 10.0.0.41 - - [2026-03-19 04:25:22] "POST /api-access-lists HTTP/1.1" 200 521 0.025192 10.0.0.41 - - [2026-03-19 04:25:22] "GET /api-access-list/89c5ef72-c652-41d7-ab78-8b9a3d266777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.006203 10.0.0.41 - - [2026-03-19 04:25:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.41 - - [2026-03-19 04:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.117352 10.0.0.27 - - [2026-03-19 04:25:23] "GET /projects?obj_uuids=4efd3689-5b4b-4929-990e-6965b1df0ad9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001359 10.0.0.41 - - [2026-03-19 04:25:23] "GET /project/4efd3689-5b4b-4929-990e-6965b1df0ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.068232 10.0.0.41 - - [2026-03-19 04:25:23] "GET /virtual-networks?parent_id=4efd3689-5b4b-4929-990e-6965b1df0ad9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017015 10.0.0.41 - - [2026-03-19 04:25:23] "POST /virtual-networks HTTP/1.1" 200 568 0.118608 10.0.0.41 - - [2026-03-19 04:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.031347 10.0.0.41 - - [2026-03-19 04:25:23] "GET /network-ipam/dad55c04-1bf8-4088-99a8-4610d873b03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.017394 10.0.0.27 - - [2026-03-19 04:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.007554 10.0.0.41 - - [2026-03-19 04:25:24] "POST /ref-update HTTP/1.1" 200 156 0.082447 10.0.0.41 - - [2026-03-19 04:25:24] "POST /neutron/network HTTP/1.1" 200 832 0.058522 10.0.0.41 - - [2026-03-19 04:25:24] "GET /virtual-network/ed976834-0099-4589-8fe9-a1b06e9535a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.019344 10.0.0.41 - - [2026-03-19 04:25:24] "POST /neutron/subnet HTTP/1.1" 200 675 0.047040 10.0.0.41 - - [2026-03-19 04:25:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.41 - - [2026-03-19 04:25:26] "GET /obj-perms HTTP/1.1" 200 4915 0.088074 10.0.0.41 - - [2026-03-19 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.047173 10.0.0.41 - - [2026-03-19 04:25:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.073796 10.0.0.41 - - [2026-03-19 04:25:26] "POST /id-to-fqname HTTP/1.1" 401 292 0.000394 10.0.0.41 - - [2026-03-19 04:25:27] "POST /id-to-fqname HTTP/1.1" 200 230 0.048654 10.0.0.27 - - [2026-03-19 04:25:28] "GET /projects?obj_uuids=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001232 10.0.0.41 - - [2026-03-19 04:25:28] "GET /project/4b1389a8-b5d7-4553-9f21-1d6fc0481b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.095822 10.0.0.41 - - [2026-03-19 04:25:29] "POST /neutron/port HTTP/1.1" 200 117 0.127045 10.0.0.41 - - [2026-03-19 04:25:29] "POST /neutron/network HTTP/1.1" 200 842 0.110604 10.0.0.41 - - [2026-03-19 04:25:30] "POST /neutron/port HTTP/1.1" 200 1055 0.023052 10.0.0.41 - - [2026-03-19 04:25:30] "POST /neutron/port HTTP/1.1" 200 1119 0.018072 10.0.0.41 - - [2026-03-19 04:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.41 - - [2026-03-19 04:25:34] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009451 10.0.0.41 - - [2026-03-19 04:25:34] "POST /neutron/port HTTP/1.1" 200 1119 0.020148 10.0.0.41 - - [2026-03-19 04:25:34] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007198 10.0.0.41 - - [2026-03-19 04:25:34] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e HTTP/1.1" 401 292 0.000398 10.0.0.41 - - [2026-03-19 04:25:35] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e HTTP/1.1" 200 1287 0.053087 10.0.0.41 - - [2026-03-19 04:25:35] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e HTTP/1.1" 200 1287 0.016457 10.0.0.41 - - [2026-03-19 04:25:35] "GET /virtual-machine-interface/1d4e6196-0e06-48e6-a593-662254653d79 HTTP/1.1" 200 2530 0.021767 10.0.0.41 - - [2026-03-19 04:25:35] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e HTTP/1.1" 200 1287 0.018100 10.0.0.41 - - [2026-03-19 04:25:35] "GET /virtual-machine-interface/1d4e6196-0e06-48e6-a593-662254653d79 HTTP/1.1" 200 2530 0.021777 10.0.0.41 - - [2026-03-19 04:25:35] "GET /instance-ip/1c387bb0-933f-40c5-9b9a-c22e2546573c HTTP/1.1" 200 1625 0.020066 10.0.0.41 - - [2026-03-19 04:25:35] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e HTTP/1.1" 200 1287 0.017379 10.0.0.41 - - [2026-03-19 04:25:35] "GET /virtual-machine-interface/1d4e6196-0e06-48e6-a593-662254653d79 HTTP/1.1" 200 2530 0.035315 10.0.0.41 - - [2026-03-19 04:25:35] "GET /instance-ip/1c387bb0-933f-40c5-9b9a-c22e2546573c HTTP/1.1" 200 1625 0.026318 10.0.0.41 - - [2026-03-19 04:25:35] "POST /fqname-to-id HTTP/1.1" 403 339 0.017118 10.0.0.41 - - [2026-03-19 04:25:35] "GET / HTTP/1.1" 200 35931 0.001492 10.0.0.41 - - [2026-03-19 04:25:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.41 - - [2026-03-19 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.028704 10.0.0.41 - - [2026-03-19 04:25:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003838 10.0.0.41 - - [2026-03-19 04:25:36] "GET /virtual-networks?parent_id=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015290 10.0.0.41 - - [2026-03-19 04:25:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.016266 10.0.0.41 - - [2026-03-19 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.41 - - [2026-03-19 04:25:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003684 10.0.0.41 - - [2026-03-19 04:25:36] "GET /virtual-networks?parent_id=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016125 10.0.0.41 - - [2026-03-19 04:25:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.017174 10.0.0.41 - - [2026-03-19 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.41 - - [2026-03-19 04:25:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003960 10.0.0.41 - - [2026-03-19 04:25:36] "GET /virtual-networks?parent_id=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018612 10.0.0.41 - - [2026-03-19 04:25:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.021966 10.0.0.41 - - [2026-03-19 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.41 - - [2026-03-19 04:25:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005482 10.0.0.41 - - [2026-03-19 04:25:36] "GET /virtual-networks?parent_id=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014365 10.0.0.41 - - [2026-03-19 04:25:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.020731 10.0.0.41 - - [2026-03-19 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.41 - - [2026-03-19 04:25:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003726 10.0.0.41 - - [2026-03-19 04:25:36] "GET /virtual-networks?parent_id=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014652 10.0.0.41 - - [2026-03-19 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.017055 10.0.0.41 - - [2026-03-19 04:25:40] "GET /virtual-network/ed976834-0099-4589-8fe9-a1b06e9535a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.022803 10.0.0.41 - - [2026-03-19 04:25:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.020939 10.0.0.41 - - [2026-03-19 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.41 - - [2026-03-19 04:25:42] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004217 10.0.0.41 - - [2026-03-19 04:25:42] "GET /virtual-networks?parent_id=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016882 10.0.0.41 - - [2026-03-19 04:25:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.016768 10.0.0.41 - - [2026-03-19 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.41 - - [2026-03-19 04:25:42] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003830 10.0.0.41 - - [2026-03-19 04:25:42] "GET /virtual-networks?parent_id=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015113 10.0.0.41 - - [2026-03-19 04:25:42] "POST /fqname-to-id HTTP/1.1" 403 361 0.017322 10.0.0.41 - - [2026-03-19 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2026-03-19 04:25:42] "GET /routing-instance/35b59a3a-241c-443d-aae8-d5e3aff41cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004167 10.0.0.41 - - [2026-03-19 04:25:42] "GET /route-target/4c70b462-655d-4d06-8f18-502305eeada1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015165 10.0.0.41 - - [2026-03-19 04:25:42] "GET /route-target/4c70b462-655d-4d06-8f18-502305eeada1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003704 10.0.0.41 - - [2026-03-19 04:25:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.016122 10.0.0.41 - - [2026-03-19 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.41 - - [2026-03-19 04:25:42] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003613 10.0.0.41 - - [2026-03-19 04:25:42] "GET /virtual-networks?parent_id=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015650 10.0.0.41 - - [2026-03-19 04:25:42] "POST /fqname-to-id HTTP/1.1" 403 361 0.019829 10.0.0.41 - - [2026-03-19 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.41 - - [2026-03-19 04:25:42] "GET /routing-instance/35b59a3a-241c-443d-aae8-d5e3aff41cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004347 10.0.0.41 - - [2026-03-19 04:25:42] "GET /route-target/4c70b462-655d-4d06-8f18-502305eeada1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015208 10.0.0.41 - - [2026-03-19 04:25:42] "GET /route-target/4c70b462-655d-4d06-8f18-502305eeada1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005707 10.0.0.41 - - [2026-03-19 04:25:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.019069 10.0.0.41 - - [2026-03-19 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.41 - - [2026-03-19 04:25:42] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004486 10.0.0.41 - - [2026-03-19 04:25:42] "GET /virtual-networks?parent_id=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016061 10.0.0.41 - - [2026-03-19 04:25:43] "POST /neutron/port HTTP/1.1" 200 1119 0.020763 10.0.0.41 - - [2026-03-19 04:25:43] "POST /fqname-to-id HTTP/1.1" 403 339 0.028630 10.0.0.41 - - [2026-03-19 04:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.41 - - [2026-03-19 04:25:43] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004247 10.0.0.41 - - [2026-03-19 04:25:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004218 10.0.0.41 - - [2026-03-19 04:25:43] "GET /virtual-networks?parent_id=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.034184 10.0.0.41 - - [2026-03-19 04:25:43] "POST /neutron/network HTTP/1.1" 200 832 0.007006 10.0.0.27 - - [2026-03-19 04:25:43] "GET /obj-perms HTTP/1.1" 200 4915 0.080677 10.0.0.27 - - [2026-03-19 04:25:45] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.017189 10.0.0.27 - - [2026-03-19 04:25:49] "GET /obj-perms HTTP/1.1" 200 4915 0.017153 10.0.0.27 - - [2026-03-19 04:25:51] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015660 10.0.0.27 - - [2026-03-19 04:25:56] "GET /obj-perms HTTP/1.1" 200 4915 0.015144 10.0.0.27 - - [2026-03-19 04:25:58] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015759 10.0.0.41 - - [2026-03-19 04:26:00] "GET /virtual-machine-interface/1d4e6196-0e06-48e6-a593-662254653d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.029213 10.0.0.41 - - [2026-03-19 04:26:00] "GET /virtual-machine-interface/1d4e6196-0e06-48e6-a593-662254653d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.029289 10.0.0.27 - - [2026-03-19 04:26:00] "GET /obj-perms HTTP/1.1" 200 4915 0.019412 10.0.0.41 - - [2026-03-19 04:26:00] "GET /virtual-machine-interface/1d4e6196-0e06-48e6-a593-662254653d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.029307 10.0.0.41 - - [2026-03-19 04:26:00] "GET /virtual-network/ed976834-0099-4589-8fe9-a1b06e9535a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.021298 10.0.0.27 - - [2026-03-19 04:26:00] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.017423 10.0.0.41 - - [2026-03-19 04:26:01] "GET /obj-perms HTTP/1.1" 200 4915 0.112007 10.0.0.41 - - [2026-03-19 04:26:02] "GET /obj-perms HTTP/1.1" 200 4915 0.034220 10.0.0.41 - - [2026-03-19 04:26:02] "GET /obj-perms HTTP/1.1" 200 4915 0.087292 10.0.0.242 - - [2026-03-19 04:26:03] "GET /obj-perms HTTP/1.1" 200 5020 0.079777 10.0.0.41 - - [2026-03-19 04:26:03] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.021514 10.0.0.41 - - [2026-03-19 04:26:03] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e HTTP/1.1" 200 1287 0.027075 10.0.0.41 - - [2026-03-19 04:26:04] "POST /neutron/port HTTP/1.1" 200 151 0.204486 10.0.0.41 - - [2026-03-19 04:26:06] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e HTTP/1.1" 404 171 0.022049 10.0.0.41 - - [2026-03-19 04:26:06] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e HTTP/1.1" 404 171 0.015353 10.0.0.41 - - [2026-03-19 04:26:06] "GET /virtual-machine/45a49be0-e407-4b5f-8fa4-b5135794704e HTTP/1.1" 404 171 0.028420 10.0.0.41 - - [2026-03-19 04:26:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.015384 10.0.0.41 - - [2026-03-19 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.011020 10.0.0.41 - - [2026-03-19 04:26:06] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003876 10.0.0.41 - - [2026-03-19 04:26:06] "GET /virtual-networks?parent_id=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013949 10.0.0.41 - - [2026-03-19 04:26:06] "POST /fqname-to-id HTTP/1.1" 403 361 0.022705 10.0.0.41 - - [2026-03-19 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.41 - - [2026-03-19 04:26:06] "GET /routing-instance/35b59a3a-241c-443d-aae8-d5e3aff41cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004960 10.0.0.41 - - [2026-03-19 04:26:06] "GET /route-target/4c70b462-655d-4d06-8f18-502305eeada1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019479 10.0.0.41 - - [2026-03-19 04:26:06] "GET /route-target/4c70b462-655d-4d06-8f18-502305eeada1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004482 10.0.0.41 - - [2026-03-19 04:26:07] "GET /obj-perms HTTP/1.1" 200 4915 0.111226 10.0.0.242 - - [2026-03-19 04:26:07] "GET /obj-perms HTTP/1.1" 200 5020 0.003867 10.0.0.41 - - [2026-03-19 04:26:10] "GET /obj-perms HTTP/1.1" 200 5020 0.064635 10.0.0.27 - - [2026-03-19 04:26:13] "DELETE /project/4b1389a8b5d745539f211d6fc0481b8a HTTP/1.1" 404 173 0.002929 10.0.0.27 - - [2026-03-19 04:26:13] "DELETE /project/4efd36895b4b4929990e6965b1df0ad9 HTTP/1.1" 404 173 0.005048 10.0.0.242 - - [2026-03-19 04:26:16] "GET /obj-perms HTTP/1.1" 200 5020 0.004306 10.0.0.41 - - [2026-03-19 04:26:19] "GET /obj-perms HTTP/1.1" 200 5020 0.004831 10.0.0.242 - - [2026-03-19 04:26:26] "GET /obj-perms HTTP/1.1" 200 5020 0.005109 10.0.0.41 - - [2026-03-19 04:26:29] "GET /obj-perms HTTP/1.1" 200 5020 0.004659 10.0.0.242 - - [2026-03-19 04:26:32] "GET /obj-perms HTTP/1.1" 200 5020 0.003697 10.0.0.41 - - [2026-03-19 04:26:32] "GET /obj-perms HTTP/1.1" 200 5020 0.003407 10.0.0.27 - - [2026-03-19 04:26:32] "GET /obj-perms HTTP/1.1" 200 5020 0.070417 10.0.0.27 - - [2026-03-19 04:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.010988 10.0.0.27 - - [2026-03-19 04:26:32] "POST /useragent-kv HTTP/1.1" 200 115 0.008635 10.0.0.27 - - [2026-03-19 04:26:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003820 10.0.0.41 - - [2026-03-19 04:26:32] "DELETE /virtual-network/ed976834-0099-4589-8fe9-a1b06e9535a6 HTTP/1.1" 200 115 0.145260 10.0.0.41 - - [2026-03-19 04:26:32] "DELETE /api-access-list/89c5ef72-c652-41d7-ab78-8b9a3d266777 HTTP/1.1" 200 115 0.043222 10.0.0.27 - - [2026-03-19 04:26:33] "GET /projects?obj_uuids=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000882 10.0.0.41 - - [2026-03-19 04:26:33] "GET /project/4b1389a8-b5d7-4553-9f21-1d6fc0481b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.038719 10.0.0.27 - - [2026-03-19 04:26:33] "GET /projects?obj_uuids=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001296 10.0.0.41 - - [2026-03-19 04:26:33] "GET /project/4b1389a8-b5d7-4553-9f21-1d6fc0481b8a?fields=virtual_networks HTTP/1.1" 200 1021 0.044978 10.0.0.27 - - [2026-03-19 04:26:33] "GET /projects?obj_uuids=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.41 - - [2026-03-19 04:26:33] "GET /project/4b1389a8-b5d7-4553-9f21-1d6fc0481b8a?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.049219 10.0.0.27 - - [2026-03-19 04:26:33] "GET /projects?obj_uuids=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001109 10.0.0.41 - - [2026-03-19 04:26:33] "GET /project/4b1389a8-b5d7-4553-9f21-1d6fc0481b8a?fields=security_groups HTTP/1.1" 200 1242 0.055072 10.0.0.27 - - [2026-03-19 04:26:34] "GET /projects?obj_uuids=4efd3689-5b4b-4929-990e-6965b1df0ad9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001135 10.0.0.41 - - [2026-03-19 04:26:34] "GET /project/4efd3689-5b4b-4929-990e-6965b1df0ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.045820 10.0.0.27 - - [2026-03-19 04:26:34] "GET /projects?obj_uuids=4efd3689-5b4b-4929-990e-6965b1df0ad9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001251 10.0.0.41 - - [2026-03-19 04:26:34] "GET /project/4efd3689-5b4b-4929-990e-6965b1df0ad9?fields=virtual_networks HTTP/1.1" 200 1021 0.050532 10.0.0.27 - - [2026-03-19 04:26:34] "GET /projects?obj_uuids=4efd3689-5b4b-4929-990e-6965b1df0ad9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001096 10.0.0.41 - - [2026-03-19 04:26:34] "GET /project/4efd3689-5b4b-4929-990e-6965b1df0ad9?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.042232 10.0.0.27 - - [2026-03-19 04:26:34] "GET /projects?obj_uuids=4efd3689-5b4b-4929-990e-6965b1df0ad9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001109 10.0.0.41 - - [2026-03-19 04:26:34] "GET /project/4efd3689-5b4b-4929-990e-6965b1df0ad9?fields=security_groups HTTP/1.1" 200 1242 0.037874 10.0.0.41 - - [2026-03-19 04:26:36] "GET /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005585 10.0.0.41 - - [2026-03-19 04:26:36] "PUT /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a HTTP/1.1" 200 264 0.011252 10.0.0.27 - - [2026-03-19 04:26:36] "GET /projects?obj_uuids=673c7060-aa74-429f-831b-6a1f846738fa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001043 10.0.0.41 - - [2026-03-19 04:26:37] "GET /project/673c7060-aa74-429f-831b-6a1f846738fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.035928 10.0.0.27 - - [2026-03-19 04:26:37] "GET /projects?obj_uuids=673c7060-aa74-429f-831b-6a1f846738fa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000935 10.0.0.41 - - [2026-03-19 04:26:37] "GET /project/673c7060-aa74-429f-831b-6a1f846738fa?fields=virtual_networks HTTP/1.1" 200 1020 0.093738 10.0.0.27 - - [2026-03-19 04:26:37] "GET /projects?obj_uuids=673c7060-aa74-429f-831b-6a1f846738fa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001035 10.0.0.41 - - [2026-03-19 04:26:37] "GET /project/673c7060-aa74-429f-831b-6a1f846738fa?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.040112 10.0.0.27 - - [2026-03-19 04:26:37] "GET /projects?obj_uuids=673c7060-aa74-429f-831b-6a1f846738fa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.41 - - [2026-03-19 04:26:37] "GET /project/673c7060-aa74-429f-831b-6a1f846738fa?fields=security_groups HTTP/1.1" 200 1241 0.039489 10.0.0.41 - - [2026-03-19 04:26:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.031615 10.0.0.27 - - [2026-03-19 04:26:38] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004456 10.0.0.27 - - [2026-03-19 04:26:38] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.27 - - [2026-03-19 04:26:38] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007232 10.0.0.27 - - [2026-03-19 04:26:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.004096 10.0.0.27 - - [2026-03-19 04:26:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.009766 10.0.0.27 - - [2026-03-19 04:26:38] "POST /security-groups HTTP/1.1" 200 591 0.034952 10.0.0.27 - - [2026-03-19 04:26:38] "POST /projects HTTP/1.1" 200 585 0.259097 10.0.0.27 - - [2026-03-19 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.297698 10.0.0.27 - - [2026-03-19 04:26:38] "POST /access-control-lists HTTP/1.1" 200 596 0.030627 10.0.0.41 - - [2026-03-19 04:26:38] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.440948 10.0.0.41 - - [2026-03-19 04:26:40] "GET / HTTP/1.1" 200 35931 0.001699 10.0.0.41 - - [2026-03-19 04:26:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.41 - - [2026-03-19 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.040764 10.0.0.41 - - [2026-03-19 04:26:42] "GET /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004144 10.0.0.41 - - [2026-03-19 04:26:42] "GET /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003954 10.0.0.41 - - [2026-03-19 04:26:42] "GET /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003296 10.0.0.41 - - [2026-03-19 04:26:42] "PUT /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a HTTP/1.1" 200 264 0.012540 10.0.0.41 - - [2026-03-19 04:26:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.030849 10.0.0.27 - - [2026-03-19 04:26:44] "GET /projects?obj_uuids=a55f1a7b-0d76-4d07-b6a0-f6b436a83928&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003444 10.0.0.27 - - [2026-03-19 04:26:44] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.27 - - [2026-03-19 04:26:44] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008232 10.0.0.27 - - [2026-03-19 04:26:45] "POST /id-to-fqname HTTP/1.1" 200 190 0.007844 10.0.0.27 - - [2026-03-19 04:26:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.006110 10.0.0.27 - - [2026-03-19 04:26:45] "POST /security-groups HTTP/1.1" 200 591 0.077225 10.0.0.27 - - [2026-03-19 04:26:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.004003 10.0.0.27 - - [2026-03-19 04:26:45] "POST /projects HTTP/1.1" 200 585 0.282964 10.0.0.27 - - [2026-03-19 04:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.319039 10.0.0.41 - - [2026-03-19 04:26:45] "GET /project/a55f1a7b-0d76-4d07-b6a0-f6b436a83928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.472431 10.0.0.27 - - [2026-03-19 04:26:45] "POST /access-control-lists HTTP/1.1" 200 594 0.051068 10.0.0.41 - - [2026-03-19 04:26:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.029577 10.0.0.27 - - [2026-03-19 04:26:45] "GET /projects?obj_uuids=5a1b2d35-253c-4982-aefd-67031bcfec71&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003492 10.0.0.27 - - [2026-03-19 04:26:45] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.27 - - [2026-03-19 04:26:45] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008493 10.0.0.27 - - [2026-03-19 04:26:45] "POST /id-to-fqname HTTP/1.1" 200 190 0.001370 10.0.0.27 - - [2026-03-19 04:26:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.004667 10.0.0.27 - - [2026-03-19 04:26:46] "POST /security-groups HTTP/1.1" 200 591 0.074939 10.0.0.27 - - [2026-03-19 04:26:46] "POST /projects HTTP/1.1" 200 585 0.286229 10.0.0.27 - - [2026-03-19 04:26:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.018066 10.0.0.27 - - [2026-03-19 04:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.363510 10.0.0.41 - - [2026-03-19 04:26:46] "GET /project/5a1b2d35-253c-4982-aefd-67031bcfec71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.525041 10.0.0.41 - - [2026-03-19 04:26:46] "GET / HTTP/1.1" 200 35931 0.001769 10.0.0.41 - - [2026-03-19 04:26:47] "GET / HTTP/1.1" 200 35931 0.001796 10.0.0.41 - - [2026-03-19 04:26:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.005260 10.0.0.41 - - [2026-03-19 04:26:48] "POST /api-access-lists HTTP/1.1" 200 521 0.024270 10.0.0.41 - - [2026-03-19 04:26:48] "GET /api-access-list/601f797b-6098-4237-b171-3337626e7e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.005904 10.0.0.41 - - [2026-03-19 04:26:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.41 - - [2026-03-19 04:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.059756 10.0.0.27 - - [2026-03-19 04:26:49] "GET /projects?obj_uuids=a55f1a7b-0d76-4d07-b6a0-f6b436a83928&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.41 - - [2026-03-19 04:26:49] "GET /project/a55f1a7b-0d76-4d07-b6a0-f6b436a83928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059052 10.0.0.41 - - [2026-03-19 04:26:49] "GET /virtual-networks?parent_id=a55f1a7b-0d76-4d07-b6a0-f6b436a83928&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018797 10.0.0.41 - - [2026-03-19 04:26:49] "POST /virtual-networks HTTP/1.1" 200 583 0.114775 10.0.0.41 - - [2026-03-19 04:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.037357 10.0.0.27 - - [2026-03-19 04:26:49] "POST /ref-update HTTP/1.1" 200 156 0.030228 10.0.0.41 - - [2026-03-19 04:26:49] "GET /network-ipam/dad55c04-1bf8-4088-99a8-4610d873b03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.019340 10.0.0.27 - - [2026-03-19 04:26:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007377 10.0.0.41 - - [2026-03-19 04:26:49] "POST /ref-update HTTP/1.1" 200 156 0.090776 10.0.0.41 - - [2026-03-19 04:26:50] "GET /virtual-network/13d17efa-0b25-42cd-8eb6-66ea64ba4437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.018918 10.0.0.41 - - [2026-03-19 04:26:50] "POST /neutron/network HTTP/1.1" 200 849 0.061321 10.0.0.41 - - [2026-03-19 04:26:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2026-03-19 04:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.045061 10.0.0.27 - - [2026-03-19 04:26:50] "GET /projects?obj_uuids=5a1b2d35-253c-4982-aefd-67031bcfec71&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001013 10.0.0.41 - - [2026-03-19 04:26:50] "GET /project/5a1b2d35-253c-4982-aefd-67031bcfec71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060561 10.0.0.41 - - [2026-03-19 04:26:50] "GET /virtual-networks?parent_id=5a1b2d35-253c-4982-aefd-67031bcfec71&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017509 10.0.0.41 - - [2026-03-19 04:26:50] "POST /virtual-networks HTTP/1.1" 200 583 0.103066 10.0.0.41 - - [2026-03-19 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.031329 10.0.0.41 - - [2026-03-19 04:26:51] "GET /network-ipam/dad55c04-1bf8-4088-99a8-4610d873b03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.021000 10.0.0.27 - - [2026-03-19 04:26:51] "POST /useragent-kv HTTP/1.1" 200 115 0.013041 10.0.0.41 - - [2026-03-19 04:26:51] "POST /ref-update HTTP/1.1" 200 156 0.101950 10.0.0.41 - - [2026-03-19 04:26:51] "POST /neutron/network HTTP/1.1" 200 850 0.068463 10.0.0.41 - - [2026-03-19 04:26:51] "GET /virtual-network/d8ef793f-6c2f-4e71-a2fb-b449e0fa67e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.020600 10.0.0.41 - - [2026-03-19 04:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.41 - - [2026-03-19 04:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.242 - - [2026-03-19 04:26:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2026-03-19 04:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.031142 10.0.0.41 - - [2026-03-19 04:26:55] "GET /obj-perms HTTP/1.1" 403 257 0.047130 10.0.0.41 - - [2026-03-19 04:26:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.061831 10.0.0.41 - - [2026-03-19 04:26:55] "PUT /virtual-network/13d17efa-0b25-42cd-8eb6-66ea64ba4437 HTTP/1.1" 200 264 0.053422 10.0.0.41 - - [2026-03-19 04:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.41 - - [2026-03-19 04:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.242 - - [2026-03-19 04:26:56] "GET /obj-perms HTTP/1.1" 403 257 0.044742 10.0.0.27 - - [2026-03-19 04:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.41 - - [2026-03-19 04:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.41 - - [2026-03-19 04:26:57] "GET /obj-perms HTTP/1.1" 403 257 0.043816 10.0.0.41 - - [2026-03-19 04:26:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.033958 10.0.0.41 - - [2026-03-19 04:26:57] "PUT /virtual-network/13d17efa-0b25-42cd-8eb6-66ea64ba4437 HTTP/1.1" 200 264 0.055300 10.0.0.27 - - [2026-03-19 04:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003719 10.0.0.27 - - [2026-03-19 04:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006062 10.0.0.27 - - [2026-03-19 04:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003487 10.0.0.41 - - [2026-03-19 04:26:57] "DELETE /virtual-network/d8ef793f-6c2f-4e71-a2fb-b449e0fa67e5 HTTP/1.1" 200 115 0.135253 10.0.0.27 - - [2026-03-19 04:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005248 10.0.0.27 - - [2026-03-19 04:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002937 10.0.0.41 - - [2026-03-19 04:26:57] "DELETE /virtual-network/13d17efa-0b25-42cd-8eb6-66ea64ba4437 HTTP/1.1" 200 115 0.166927 10.0.0.27 - - [2026-03-19 04:26:57] "DELETE /route-target/ebb50bfd-3034-4012-ad75-76d2e03c19c6 HTTP/1.1" 200 115 0.037609 10.0.0.41 - - [2026-03-19 04:26:57] "DELETE /api-access-list/601f797b-6098-4237-b171-3337626e7e6b HTTP/1.1" 200 115 0.057602 10.0.0.27 - - [2026-03-19 04:26:58] "GET /projects?obj_uuids=5a1b2d35-253c-4982-aefd-67031bcfec71&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001216 10.0.0.41 - - [2026-03-19 04:26:58] "GET /project/5a1b2d35-253c-4982-aefd-67031bcfec71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.050481 10.0.0.27 - - [2026-03-19 04:26:58] "GET /projects?obj_uuids=5a1b2d35-253c-4982-aefd-67031bcfec71&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001736 10.0.0.41 - - [2026-03-19 04:26:58] "GET /project/5a1b2d35-253c-4982-aefd-67031bcfec71?fields=virtual_networks HTTP/1.1" 200 1031 0.061897 10.0.0.27 - - [2026-03-19 04:26:58] "GET /projects?obj_uuids=5a1b2d35-253c-4982-aefd-67031bcfec71&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.41 - - [2026-03-19 04:26:58] "GET /project/5a1b2d35-253c-4982-aefd-67031bcfec71?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.037219 10.0.0.27 - - [2026-03-19 04:26:58] "GET /projects?obj_uuids=5a1b2d35-253c-4982-aefd-67031bcfec71&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.41 - - [2026-03-19 04:26:58] "GET /project/5a1b2d35-253c-4982-aefd-67031bcfec71?fields=security_groups HTTP/1.1" 200 1257 0.053755 10.0.0.27 - - [2026-03-19 04:26:59] "GET /projects?obj_uuids=a55f1a7b-0d76-4d07-b6a0-f6b436a83928&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.41 - - [2026-03-19 04:26:59] "GET /project/a55f1a7b-0d76-4d07-b6a0-f6b436a83928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.065954 10.0.0.27 - - [2026-03-19 04:26:59] "GET /projects?obj_uuids=a55f1a7b-0d76-4d07-b6a0-f6b436a83928&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001480 10.0.0.41 - - [2026-03-19 04:26:59] "GET /project/a55f1a7b-0d76-4d07-b6a0-f6b436a83928?fields=virtual_networks HTTP/1.1" 200 1032 0.050364 10.0.0.27 - - [2026-03-19 04:26:59] "GET /projects?obj_uuids=a55f1a7b-0d76-4d07-b6a0-f6b436a83928&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.41 - - [2026-03-19 04:26:59] "GET /project/a55f1a7b-0d76-4d07-b6a0-f6b436a83928?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047204 10.0.0.27 - - [2026-03-19 04:26:59] "GET /projects?obj_uuids=a55f1a7b-0d76-4d07-b6a0-f6b436a83928&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.41 - - [2026-03-19 04:26:59] "GET /project/a55f1a7b-0d76-4d07-b6a0-f6b436a83928?fields=security_groups HTTP/1.1" 200 1258 0.048631 10.0.0.41 - - [2026-03-19 04:27:03] "GET / HTTP/1.1" 200 35931 0.001897 10.0.0.41 - - [2026-03-19 04:27:04] "GET / HTTP/1.1" 200 35931 0.001476 10.0.0.41 - - [2026-03-19 04:27:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.41 - - [2026-03-19 04:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.092588 10.0.0.27 - - [2026-03-19 04:27:05] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.41 - - [2026-03-19 04:27:05] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.071881 10.0.0.41 - - [2026-03-19 04:27:05] "GET /virtual-networks?parent_id=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.012149 10.0.0.41 - - [2026-03-19 04:27:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.012661 10.0.0.41 - - [2026-03-19 04:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.014327 10.0.0.27 - - [2026-03-19 04:27:05] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001253 10.0.0.41 - - [2026-03-19 04:27:05] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021507 10.0.0.41 - - [2026-03-19 04:27:05] "POST /service-templates HTTP/1.1" 403 264 0.017848 10.0.0.41 - - [2026-03-19 04:27:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.004919 10.0.0.41 - - [2026-03-19 04:27:05] "POST /api-access-lists HTTP/1.1" 200 555 0.028176 10.0.0.41 - - [2026-03-19 04:27:05] "GET /api-access-list/490bdf23-95dd-482a-abe2-8bb8001fcc98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.005801 10.0.0.41 - - [2026-03-19 04:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.017262 10.0.0.27 - - [2026-03-19 04:27:05] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001362 10.0.0.41 - - [2026-03-19 04:27:05] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.072184 10.0.0.41 - - [2026-03-19 04:27:05] "GET /virtual-networks?parent_id=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018801 10.0.0.41 - - [2026-03-19 04:27:06] "POST /virtual-networks HTTP/1.1" 200 583 0.095619 10.0.0.41 - - [2026-03-19 04:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.066298 10.0.0.41 - - [2026-03-19 04:27:06] "GET /network-ipam/dad55c04-1bf8-4088-99a8-4610d873b03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.022933 10.0.0.27 - - [2026-03-19 04:27:06] "POST /useragent-kv HTTP/1.1" 200 115 0.007318 10.0.0.41 - - [2026-03-19 04:27:06] "POST /ref-update HTTP/1.1" 200 156 0.097107 10.0.0.41 - - [2026-03-19 04:27:06] "POST /neutron/network HTTP/1.1" 200 847 0.071862 10.0.0.41 - - [2026-03-19 04:27:06] "GET /virtual-network/c477f223-d102-4e82-a38b-0e308c5a3024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.019706 10.0.0.41 - - [2026-03-19 04:27:06] "POST /neutron/subnet HTTP/1.1" 200 674 0.038799 10.0.0.41 - - [2026-03-19 04:27:06] "GET /virtual-network/c477f223-d102-4e82-a38b-0e308c5a3024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006796 10.0.0.41 - - [2026-03-19 04:27:06] "GET /network-ipam/dad55c04-1bf8-4088-99a8-4610d873b03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003921 10.0.0.41 - - [2026-03-19 04:27:07] "GET /virtual-network/c477f223-d102-4e82-a38b-0e308c5a3024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006213 10.0.0.242 - - [2026-03-19 04:27:07] "GET /obj-perms HTTP/1.1" 200 5030 0.070003 10.0.0.41 - - [2026-03-19 04:27:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.017918 10.0.0.41 - - [2026-03-19 04:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.016102 10.0.0.27 - - [2026-03-19 04:27:08] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001407 10.0.0.41 - - [2026-03-19 04:27:08] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.022167 10.0.0.41 - - [2026-03-19 04:27:08] "POST /service-templates HTTP/1.1" 403 264 0.012461 10.0.0.41 - - [2026-03-19 04:27:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.003569 10.0.0.41 - - [2026-03-19 04:27:08] "POST /api-access-lists HTTP/1.1" 200 521 0.025658 10.0.0.41 - - [2026-03-19 04:27:08] "GET /api-access-list/ce2ebf91-9429-4262-bfeb-41e90c5601e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006201 10.0.0.41 - - [2026-03-19 04:27:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.018258 10.0.0.41 - - [2026-03-19 04:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.020540 10.0.0.27 - - [2026-03-19 04:27:08] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.41 - - [2026-03-19 04:27:08] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021519 10.0.0.41 - - [2026-03-19 04:27:08] "POST /service-templates HTTP/1.1" 200 551 0.063744 10.0.0.41 - - [2026-03-19 04:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.022018 10.0.0.41 - - [2026-03-19 04:27:08] "GET /service-template/82380cc3-581b-4550-a345-d00e3e9d32e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.020272 10.0.0.41 - - [2026-03-19 04:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.032552 10.0.0.41 - - [2026-03-19 04:27:09] "GET /service-template/82380cc3-581b-4550-a345-d00e3e9d32e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.019885 10.0.0.41 - - [2026-03-19 04:27:10] "GET /obj-perms HTTP/1.1" 403 257 0.047212 10.0.0.242 - - [2026-03-19 04:27:10] "GET /virtual-network/c477f223-d102-4e82-a38b-0e308c5a3024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.042344 10.0.0.27 - - [2026-03-19 04:27:11] "GET /obj-perms HTTP/1.1" 403 257 0.041426 10.0.0.41 - - [2026-03-19 04:27:11] "GET /obj-perms HTTP/1.1" 403 257 0.013084 10.0.0.41 - - [2026-03-19 04:27:11] "GET /api-access-list/490bdf23-95dd-482a-abe2-8bb8001fcc98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.004199 10.0.0.41 - - [2026-03-19 04:27:11] "PUT /api-access-list/490bdf23-95dd-482a-abe2-8bb8001fcc98 HTTP/1.1" 200 264 0.011025 10.0.0.41 - - [2026-03-19 04:27:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.41 - - [2026-03-19 04:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.050562 10.0.0.27 - - [2026-03-19 04:27:11] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.41 - - [2026-03-19 04:27:11] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066937 10.0.0.41 - - [2026-03-19 04:27:11] "GET /virtual-networks?parent_id=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.024755 10.0.0.41 - - [2026-03-19 04:27:12] "POST /virtual-networks HTTP/1.1" 403 263 0.017235 10.0.0.41 - - [2026-03-19 04:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.41 - - [2026-03-19 04:27:12] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.028901 10.0.0.41 - - [2026-03-19 04:27:12] "GET /api-access-list/ce2ebf91-9429-4262-bfeb-41e90c5601e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003509 10.0.0.41 - - [2026-03-19 04:27:12] "PUT /api-access-list/ce2ebf91-9429-4262-bfeb-41e90c5601e4 HTTP/1.1" 200 264 0.011895 10.0.0.41 - - [2026-03-19 04:27:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.014367 10.0.0.41 - - [2026-03-19 04:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.016591 10.0.0.27 - - [2026-03-19 04:27:12] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.41 - - [2026-03-19 04:27:12] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.024992 10.0.0.41 - - [2026-03-19 04:27:12] "POST /service-templates HTTP/1.1" 403 264 0.014517 10.0.0.41 - - [2026-03-19 04:27:12] "GET /api-access-list/490bdf23-95dd-482a-abe2-8bb8001fcc98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.003804 10.0.0.41 - - [2026-03-19 04:27:12] "PUT /api-access-list/490bdf23-95dd-482a-abe2-8bb8001fcc98 HTTP/1.1" 200 264 0.011585 10.0.0.41 - - [2026-03-19 04:27:13] "GET /api-access-list/ce2ebf91-9429-4262-bfeb-41e90c5601e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003703 10.0.0.41 - - [2026-03-19 04:27:13] "PUT /api-access-list/ce2ebf91-9429-4262-bfeb-41e90c5601e4 HTTP/1.1" 200 264 0.013034 10.0.0.27 - - [2026-03-19 04:27:13] "DELETE /project/a55f1a7b0d764d07b6a0f6b436a83928 HTTP/1.1" 404 173 0.018799 10.0.0.27 - - [2026-03-19 04:27:13] "DELETE /project/e87c6dd1e36c4a62a978f7673402d1ef HTTP/1.1" 404 173 0.021331 10.0.0.27 - - [2026-03-19 04:27:13] "DELETE /project/5a1b2d35253c4982aefd67031bcfec71 HTTP/1.1" 404 173 0.022502 10.0.0.27 - - [2026-03-19 04:27:13] "GET /projects?obj_uuids=a55f1a7b-0d76-4d07-b6a0-f6b436a83928&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000854 10.0.0.27 - - [2026-03-19 04:27:13] "GET /projects?obj_uuids=5a1b2d35-253c-4982-aefd-67031bcfec71&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000794 10.0.0.27 - - [2026-03-19 04:27:13] "GET /projects?obj_uuids=673c7060-aa74-429f-831b-6a1f846738fa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000778 10.0.0.27 - - [2026-03-19 04:27:13] "GET /projects?obj_uuids=4efd3689-5b4b-4929-990e-6965b1df0ad9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000747 10.0.0.27 - - [2026-03-19 04:27:13] "GET /projects?obj_uuids=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001002 10.0.0.27 - - [2026-03-19 04:27:13] "GET /project/4b1389a8-b5d7-4553-9f21-1d6fc0481b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.079615 10.0.0.27 - - [2026-03-19 04:27:13] "GET /project/673c7060-aa74-429f-831b-6a1f846738fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.083171 10.0.0.27 - - [2026-03-19 04:27:13] "GET /project/4efd3689-5b4b-4929-990e-6965b1df0ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.099295 10.0.0.27 - - [2026-03-19 04:27:13] "GET /projects?obj_uuids=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.27 - - [2026-03-19 04:27:13] "GET /projects?obj_uuids=673c7060-aa74-429f-831b-6a1f846738fa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002890 10.0.0.27 - - [2026-03-19 04:27:13] "GET /project/5a1b2d35-253c-4982-aefd-67031bcfec71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.114315 10.0.0.27 - - [2026-03-19 04:27:13] "GET /projects?obj_uuids=4efd3689-5b4b-4929-990e-6965b1df0ad9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000932 10.0.0.27 - - [2026-03-19 04:27:13] "GET /projects?obj_uuids=5a1b2d35-253c-4982-aefd-67031bcfec71&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.27 - - [2026-03-19 04:27:13] "GET /project/a55f1a7b-0d76-4d07-b6a0-f6b436a83928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.136873 10.0.0.27 - - [2026-03-19 04:27:13] "GET /projects?obj_uuids=a55f1a7b-0d76-4d07-b6a0-f6b436a83928&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001499 10.0.0.27 - - [2026-03-19 04:27:13] "GET /project/673c7060-aa74-429f-831b-6a1f846738fa?fields=security_groups HTTP/1.1" 200 1346 0.094073 10.0.0.27 - - [2026-03-19 04:27:13] "GET /project/4b1389a8-b5d7-4553-9f21-1d6fc0481b8a?fields=security_groups HTTP/1.1" 200 1347 0.113970 10.0.0.27 - - [2026-03-19 04:27:13] "GET /project/a55f1a7b-0d76-4d07-b6a0-f6b436a83928?fields=security_groups HTTP/1.1" 200 1363 0.109356 10.0.0.27 - - [2026-03-19 04:27:13] "GET /project/5a1b2d35-253c-4982-aefd-67031bcfec71?fields=security_groups HTTP/1.1" 200 1362 0.161095 10.0.0.27 - - [2026-03-19 04:27:13] "GET /project/4efd3689-5b4b-4929-990e-6965b1df0ad9?fields=security_groups HTTP/1.1" 200 1347 0.194337 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /security-group/1cd1d82b-99c0-4313-8529-0ee8ed63c0e5 HTTP/1.1" 200 115 0.215543 10.0.0.27 - - [2026-03-19 04:27:14] "GET /projects?obj_uuids=673c7060-aa74-429f-831b-6a1f846738fa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001748 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /security-group/3958486c-ea28-46dc-9052-c6955b20c3a6 HTTP/1.1" 200 115 0.196648 10.0.0.27 - - [2026-03-19 04:27:14] "GET /projects?obj_uuids=4b1389a8-b5d7-4553-9f21-1d6fc0481b8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.005084 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /access-control-list/5b559fbe-d7c4-4f0c-bf55-68eb0b450756 HTTP/1.1" 200 115 0.095350 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /security-group/e7392325-cd0b-4310-ad80-c199e1738608 HTTP/1.1" 200 115 0.196639 10.0.0.27 - - [2026-03-19 04:27:14] "GET /projects?obj_uuids=a55f1a7b-0d76-4d07-b6a0-f6b436a83928&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002825 10.0.0.27 - - [2026-03-19 04:27:14] "GET /project/673c7060-aa74-429f-831b-6a1f846738fa?fields=application_policy_sets HTTP/1.1" 200 1385 0.113112 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /security-group/f8d80c10-488f-4f09-8fa9-0d8803ae9a56 HTTP/1.1" 200 115 0.228915 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /security-group/5ec48dd0-28ef-41c1-a5e6-5718d28348b5 HTTP/1.1" 200 115 0.217550 10.0.0.27 - - [2026-03-19 04:27:14] "GET /projects?obj_uuids=5a1b2d35-253c-4982-aefd-67031bcfec71&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.27 - - [2026-03-19 04:27:14] "GET /projects?obj_uuids=4efd3689-5b4b-4929-990e-6965b1df0ad9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.27 - - [2026-03-19 04:27:14] "GET /project/4b1389a8-b5d7-4553-9f21-1d6fc0481b8a?fields=application_policy_sets HTTP/1.1" 200 1386 0.168420 10.0.0.27 - - [2026-03-19 04:27:14] "GET /project/5a1b2d35-253c-4982-aefd-67031bcfec71?fields=application_policy_sets HTTP/1.1" 200 1401 0.128755 10.0.0.27 - - [2026-03-19 04:27:14] "GET /project/a55f1a7b-0d76-4d07-b6a0-f6b436a83928?fields=application_policy_sets HTTP/1.1" 200 1402 0.250722 10.0.0.27 - - [2026-03-19 04:27:14] "GET /project/4efd3689-5b4b-4929-990e-6965b1df0ad9?fields=application_policy_sets HTTP/1.1" 200 1386 0.199819 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /access-control-list/3a098262-7e6d-492c-a22e-d38cc10dead1 HTTP/1.1" 200 115 0.147988 10.0.0.41 - - [2026-03-19 04:27:14] "GET /virtual-network/c477f223-d102-4e82-a38b-0e308c5a3024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.079127 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /project/4efd3689-5b4b-4929-990e-6965b1df0ad9 HTTP/1.1" 409 225 0.934945 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /project/673c7060-aa74-429f-831b-6a1f846738fa HTTP/1.1" 200 115 0.983988 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /project/5a1b2d35-253c-4982-aefd-67031bcfec71 HTTP/1.1" 200 115 1.009774 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /project/4b1389a8-b5d7-4553-9f21-1d6fc0481b8a HTTP/1.1" 200 115 1.005317 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /project/a55f1a7b-0d76-4d07-b6a0-f6b436a83928 HTTP/1.1" 200 115 1.026102 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /access-control-list/389f5fb4-2190-4b3d-af3e-3eb165cc138c HTTP/1.1" 200 115 0.061231 10.0.0.27 - - [2026-03-19 04:27:14] "DELETE /access-control-list/de5a70c9-bd61-4d97-8e4b-7cdccf374434 HTTP/1.1" 200 115 0.055835 10.0.0.41 - - [2026-03-19 04:27:15] "GET /virtual-network/c477f223-d102-4e82-a38b-0e308c5a3024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.086768 10.0.0.242 - - [2026-03-19 04:27:15] "GET /virtual-network/c477f223-d102-4e82-a38b-0e308c5a3024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.016854 10.0.0.242 - - [2026-03-19 04:27:15] "GET /virtual-network/c477f223-d102-4e82-a38b-0e308c5a3024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.061113 10.0.0.27 - - [2026-03-19 04:27:15] "GET /obj-perms HTTP/1.1" 403 257 0.016733 10.0.0.27 - - [2026-03-19 04:27:16] "GET /obj-perms HTTP/1.1" 403 257 0.042526 10.0.0.41 - - [2026-03-19 04:27:16] "GET /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003921 10.0.0.41 - - [2026-03-19 04:27:16] "PUT /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a HTTP/1.1" 200 264 0.012215 10.0.0.41 - - [2026-03-19 04:27:16] "GET /obj-perms HTTP/1.1" 403 257 0.014330 10.0.0.41 - - [2026-03-19 04:27:16] "GET /obj-perms HTTP/1.1" 403 257 0.014070 10.0.0.41 - - [2026-03-19 04:27:16] "DELETE /api-access-list/490bdf23-95dd-482a-abe2-8bb8001fcc98 HTTP/1.1" 200 115 0.032711 10.0.0.41 - - [2026-03-19 04:27:16] "DELETE /api-access-list/ce2ebf91-9429-4262-bfeb-41e90c5601e4 HTTP/1.1" 200 115 0.032214 10.0.0.41 - - [2026-03-19 04:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.242 - - [2026-03-19 04:27:18] "GET /virtual-network/c477f223-d102-4e82-a38b-0e308c5a3024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.057133 10.0.0.27 - - [2026-03-19 04:27:18] "GET /obj-perms HTTP/1.1" 403 257 0.051178 10.0.0.41 - - [2026-03-19 04:27:19] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.041554 10.0.0.41 - - [2026-03-19 04:27:19] "GET /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.003730 10.0.0.41 - - [2026-03-19 04:27:19] "PUT /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a HTTP/1.1" 200 264 0.012110 10.0.0.41 - - [2026-03-19 04:27:19] "GET /virtual-network/c477f223-d102-4e82-a38b-0e308c5a3024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.023964 10.0.0.41 - - [2026-03-19 04:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.015012 10.0.0.41 - - [2026-03-19 04:27:19] "DELETE /service-template/82380cc3-581b-4550-a345-d00e3e9d32e1 HTTP/1.1" 200 115 0.040671 10.0.0.41 - - [2026-03-19 04:27:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.018418 10.0.0.27 - - [2026-03-19 04:27:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006792 10.0.0.27 - - [2026-03-19 04:27:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002680 10.0.0.41 - - [2026-03-19 04:27:19] "DELETE /virtual-network/c477f223-d102-4e82-a38b-0e308c5a3024 HTTP/1.1" 200 115 0.123455 10.0.0.41 - - [2026-03-19 04:27:19] "GET /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004613 10.0.0.41 - - [2026-03-19 04:27:19] "PUT /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a HTTP/1.1" 200 264 0.011894 10.0.0.41 - - [2026-03-19 04:27:19] "GET /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.006724 10.0.0.41 - - [2026-03-19 04:27:19] "PUT /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a HTTP/1.1" 200 264 0.013202 10.0.0.41 - - [2026-03-19 04:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.27 - - [2026-03-19 04:27:22] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001190 10.0.0.41 - - [2026-03-19 04:27:22] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.037348 10.0.0.27 - - [2026-03-19 04:27:22] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.27 - - [2026-03-19 04:27:23] "POST /route-targets HTTP/1.1" 200 327 0.016279 10.0.0.41 - - [2026-03-19 04:27:23] "POST /neutron/network HTTP/1.1" 200 643 0.235017 10.0.0.41 - - [2026-03-19 04:27:23] "POST /id-to-fqname HTTP/1.1" 200 240 0.003987 10.0.0.41 - - [2026-03-19 04:27:23] "GET /virtual-network/86ad6ca0-c894-4a79-b8d6-1ef6c5edabf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007461 10.0.0.41 - - [2026-03-19 04:27:23] "POST /neutron/network HTTP/1.1" 200 862 0.009898 10.0.0.41 - - [2026-03-19 04:27:23] "GET /virtual-network/86ad6ca0-c894-4a79-b8d6-1ef6c5edabf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006164 10.0.0.41 - - [2026-03-19 04:27:23] "POST /neutron/network HTTP/1.1" 200 862 0.007444 10.0.0.41 - - [2026-03-19 04:27:23] "GET /virtual-network/86ad6ca0-c894-4a79-b8d6-1ef6c5edabf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006099 10.0.0.41 - - [2026-03-19 04:27:23] "GET /network-ipam/dad55c04-1bf8-4088-99a8-4610d873b03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.007458 10.0.0.41 - - [2026-03-19 04:27:23] "GET /virtual-network/86ad6ca0-c894-4a79-b8d6-1ef6c5edabf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006455 10.0.0.41 - - [2026-03-19 04:27:24] "GET /obj-perms HTTP/1.1" 200 5030 0.084514 10.0.0.27 - - [2026-03-19 04:27:24] "GET /obj-perms HTTP/1.1" 200 5030 0.064398 10.0.0.41 - - [2026-03-19 04:27:24] "POST /fqname-to-id HTTP/1.1" 404 215 0.004537 10.0.0.41 - - [2026-03-19 04:27:24] "POST /api-access-lists HTTP/1.1" 200 555 0.030815 10.0.0.41 - - [2026-03-19 04:27:24] "GET /api-access-list/d9c49973-d6e4-4732-b3ad-b029b15d6dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.006494 10.0.0.41 - - [2026-03-19 04:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.019125 10.0.0.27 - - [2026-03-19 04:27:24] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.41 - - [2026-03-19 04:27:24] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060242 10.0.0.41 - - [2026-03-19 04:27:25] "POST /neutron/network HTTP/1.1" 200 693 0.025438 10.0.0.27 - - [2026-03-19 04:27:25] "POST /ref-update HTTP/1.1" 200 156 0.025040 10.0.0.41 - - [2026-03-19 04:27:25] "POST /neutron/network HTTP/1.1" 200 863 0.034118 10.0.0.41 - - [2026-03-19 04:27:25] "POST /id-to-fqname HTTP/1.1" 200 240 0.014176 10.0.0.41 - - [2026-03-19 04:27:25] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019774 10.0.0.41 - - [2026-03-19 04:27:25] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.018672 10.0.0.41 - - [2026-03-19 04:27:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.041949 10.0.0.41 - - [2026-03-19 04:27:25] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005694 10.0.0.41 - - [2026-03-19 04:27:25] "GET /network-ipam/dad55c04-1bf8-4088-99a8-4610d873b03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003657 10.0.0.41 - - [2026-03-19 04:27:26] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006526 10.0.0.41 - - [2026-03-19 04:27:26] "POST /fqname-to-id HTTP/1.1" 404 232 0.016491 10.0.0.27 - - [2026-03-19 04:27:26] "POST /fqname-to-id HTTP/1.1" 404 263 0.007524 10.0.0.27 - - [2026-03-19 04:27:27] "PUT /access-control-list/ea111756-9253-48d9-8153-0bff2d17e79e HTTP/1.1" 200 272 0.029912 10.0.0.27 - - [2026-03-19 04:27:27] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.41 - - [2026-03-19 04:27:27] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.099802 10.0.0.27 - - [2026-03-19 04:27:27] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.41 - - [2026-03-19 04:27:27] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.107038 10.0.0.27 - - [2026-03-19 04:27:27] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.41 - - [2026-03-19 04:27:28] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.296504 10.0.0.27 - - [2026-03-19 04:27:28] "PUT /access-control-list/ea111756-9253-48d9-8153-0bff2d17e79e HTTP/1.1" 200 272 0.017726 10.0.0.41 - - [2026-03-19 04:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.031629 10.0.0.41 - - [2026-03-19 04:27:28] "GET /security-group/bb5dacb5-1efa-4200-9055-b7a40243a26e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.024862 10.0.0.41 - - [2026-03-19 04:27:28] "POST /id-to-fqname HTTP/1.1" 200 240 0.022691 10.0.0.27 - - [2026-03-19 04:27:30] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.41 - - [2026-03-19 04:27:30] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.071901 10.0.0.41 - - [2026-03-19 04:27:30] "POST /neutron/network HTTP/1.1" 200 863 0.006479 10.0.0.41 - - [2026-03-19 04:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.043036 10.0.0.27 - - [2026-03-19 04:27:31] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.41 - - [2026-03-19 04:27:31] "POST /neutron/port HTTP/1.1" 200 1059 0.480496 10.0.0.41 - - [2026-03-19 04:27:31] "POST /neutron/port HTTP/1.1" 200 1113 0.103539 10.0.0.41 - - [2026-03-19 04:27:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.010143 10.0.0.41 - - [2026-03-19 04:27:35] "POST /neutron/port HTTP/1.1" 200 1123 0.018148 10.0.0.41 - - [2026-03-19 04:27:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009986 10.0.0.41 - - [2026-03-19 04:27:36] "POST /neutron/port HTTP/1.1" 200 1123 0.024388 10.0.0.41 - - [2026-03-19 04:27:36] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2 HTTP/1.1" 401 292 0.000415 10.0.0.41 - - [2026-03-19 04:27:36] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2 HTTP/1.1" 200 1291 0.059668 10.0.0.41 - - [2026-03-19 04:27:36] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2 HTTP/1.1" 200 1291 0.017525 10.0.0.41 - - [2026-03-19 04:27:36] "GET /virtual-machine-interface/2e38f889-d072-46bd-895d-0ba2117d28a4 HTTP/1.1" 200 3022 0.021030 10.0.0.41 - - [2026-03-19 04:27:36] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2 HTTP/1.1" 200 1291 0.016775 10.0.0.41 - - [2026-03-19 04:27:36] "GET /virtual-machine-interface/2e38f889-d072-46bd-895d-0ba2117d28a4 HTTP/1.1" 200 3022 0.020545 10.0.0.41 - - [2026-03-19 04:27:36] "GET /instance-ip/d4f6e2fc-f842-4930-b2c8-119eb874ba87 HTTP/1.1" 200 1640 0.024061 10.0.0.41 - - [2026-03-19 04:27:36] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2 HTTP/1.1" 200 1291 0.016539 10.0.0.41 - - [2026-03-19 04:27:36] "GET /virtual-machine-interface/2e38f889-d072-46bd-895d-0ba2117d28a4 HTTP/1.1" 200 3022 0.023391 10.0.0.41 - - [2026-03-19 04:27:36] "GET /instance-ip/d4f6e2fc-f842-4930-b2c8-119eb874ba87 HTTP/1.1" 200 1640 0.021442 10.0.0.41 - - [2026-03-19 04:27:36] "POST /fqname-to-id HTTP/1.1" 403 354 0.020106 10.0.0.41 - - [2026-03-19 04:27:36] "GET / HTTP/1.1" 200 35931 0.002563 10.0.0.41 - - [2026-03-19 04:27:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000389 10.0.0.41 - - [2026-03-19 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.093458 10.0.0.41 - - [2026-03-19 04:27:37] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004233 10.0.0.41 - - [2026-03-19 04:27:37] "GET /virtual-networks?parent_id=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025309 10.0.0.41 - - [2026-03-19 04:27:37] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019946 10.0.0.41 - - [2026-03-19 04:27:37] "POST /fqname-to-id HTTP/1.1" 403 354 0.021443 10.0.0.41 - - [2026-03-19 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.41 - - [2026-03-19 04:27:37] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005054 10.0.0.41 - - [2026-03-19 04:27:37] "GET /virtual-networks?parent_id=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027644 10.0.0.41 - - [2026-03-19 04:27:37] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.024199 10.0.0.41 - - [2026-03-19 04:27:38] "POST /fqname-to-id HTTP/1.1" 403 354 0.020131 10.0.0.41 - - [2026-03-19 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.41 - - [2026-03-19 04:27:38] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004025 10.0.0.41 - - [2026-03-19 04:27:38] "GET /virtual-networks?parent_id=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022364 10.0.0.41 - - [2026-03-19 04:27:38] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.021187 10.0.0.41 - - [2026-03-19 04:27:38] "POST /fqname-to-id HTTP/1.1" 403 354 0.020054 10.0.0.41 - - [2026-03-19 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.41 - - [2026-03-19 04:27:38] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003838 10.0.0.41 - - [2026-03-19 04:27:38] "GET /virtual-networks?parent_id=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021273 10.0.0.41 - - [2026-03-19 04:27:38] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.023504 10.0.0.41 - - [2026-03-19 04:27:38] "POST /fqname-to-id HTTP/1.1" 403 354 0.015239 10.0.0.41 - - [2026-03-19 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.41 - - [2026-03-19 04:27:38] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003743 10.0.0.41 - - [2026-03-19 04:27:38] "GET /virtual-networks?parent_id=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024874 10.0.0.41 - - [2026-03-19 04:27:38] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.021090 10.0.0.41 - - [2026-03-19 04:27:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006952 10.0.0.41 - - [2026-03-19 04:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.015055 10.0.0.41 - - [2026-03-19 04:27:41] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.018160 10.0.0.41 - - [2026-03-19 04:27:43] "POST /neutron/network HTTP/1.1" 200 873 0.006360 10.0.0.41 - - [2026-03-19 04:27:43] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.41 - - [2026-03-19 04:27:43] "POST /fqname-to-id HTTP/1.1" 403 354 0.015761 10.0.0.41 - - [2026-03-19 04:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.41 - - [2026-03-19 04:27:43] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003694 10.0.0.41 - - [2026-03-19 04:27:43] "GET /virtual-networks?parent_id=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020304 10.0.0.41 - - [2026-03-19 04:27:43] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.023687 10.0.0.41 - - [2026-03-19 04:27:44] "POST /fqname-to-id HTTP/1.1" 403 354 0.016492 10.0.0.41 - - [2026-03-19 04:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.41 - - [2026-03-19 04:27:44] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003391 10.0.0.41 - - [2026-03-19 04:27:44] "GET /virtual-networks?parent_id=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021196 10.0.0.41 - - [2026-03-19 04:27:44] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.022850 10.0.0.41 - - [2026-03-19 04:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.019535 10.0.0.41 - - [2026-03-19 04:27:44] "GET /routing-instance/3ca270ff-d12b-4b7c-ba8c-e48ea9c60999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.019652 10.0.0.41 - - [2026-03-19 04:27:44] "POST /fqname-to-id HTTP/1.1" 403 354 0.016790 10.0.0.41 - - [2026-03-19 04:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.41 - - [2026-03-19 04:27:44] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003961 10.0.0.41 - - [2026-03-19 04:27:44] "GET /virtual-networks?parent_id=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019546 10.0.0.41 - - [2026-03-19 04:27:44] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019153 10.0.0.41 - - [2026-03-19 04:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.014231 10.0.0.41 - - [2026-03-19 04:27:44] "GET /routing-instance/3ca270ff-d12b-4b7c-ba8c-e48ea9c60999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.018312 10.0.0.27 - - [2026-03-19 04:27:44] "GET /obj-perms HTTP/1.1" 403 257 0.014079 10.0.0.27 - - [2026-03-19 04:27:46] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.017498 10.0.0.27 - - [2026-03-19 04:27:50] "GET /obj-perms HTTP/1.1" 403 257 0.012735 10.0.0.27 - - [2026-03-19 04:27:52] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.016106 10.0.0.27 - - [2026-03-19 04:27:56] "GET /obj-perms HTTP/1.1" 403 257 0.012881 10.0.0.27 - - [2026-03-19 04:27:58] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.017276 10.0.0.41 - - [2026-03-19 04:28:01] "GET /obj-perms HTTP/1.1" 403 257 0.020479 10.0.0.41 - - [2026-03-19 04:28:01] "GET /obj-perms HTTP/1.1" 403 257 0.013688 10.0.0.27 - - [2026-03-19 04:28:01] "GET /obj-perms HTTP/1.1" 403 257 0.015188 10.0.0.41 - - [2026-03-19 04:28:01] "GET /obj-perms HTTP/1.1" 403 257 0.016915 10.0.0.41 - - [2026-03-19 04:28:01] "GET /obj-perms HTTP/1.1" 403 257 0.016285 10.0.0.27 - - [2026-03-19 04:28:01] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.019579 10.0.0.41 - - [2026-03-19 04:28:01] "GET /obj-perms HTTP/1.1" 403 257 0.014616 10.0.0.41 - - [2026-03-19 04:28:01] "GET /obj-perms HTTP/1.1" 403 257 0.046354 10.0.0.242 - - [2026-03-19 04:28:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004117 10.0.0.41 - - [2026-03-19 04:28:02] "GET /obj-perms HTTP/1.1" 403 257 0.018602 10.0.0.41 - - [2026-03-19 04:28:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004380 10.0.0.242 - - [2026-03-19 04:28:02] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.032734 10.0.0.41 - - [2026-03-19 04:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.017884 10.0.0.27 - - [2026-03-19 04:28:02] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001611 10.0.0.41 - - [2026-03-19 04:28:02] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068574 10.0.0.41 - - [2026-03-19 04:28:03] "GET /virtual-network/86ad6ca0-c894-4a79-b8d6-1ef6c5edabf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.031425 10.0.0.41 - - [2026-03-19 04:28:03] "GET /floating-ip-pools?parent_id=86ad6ca0-c894-4a79-b8d6-1ef6c5edabf8&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.023357 10.0.0.41 - - [2026-03-19 04:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.017581 10.0.0.41 - - [2026-03-19 04:28:03] "GET /floating-ip-pool/2abe8de3-c63a-4dd7-ba00-e4ce6851d7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1180 0.016921 10.0.0.27 - - [2026-03-19 04:28:03] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.41 - - [2026-03-19 04:28:03] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056376 10.0.0.41 - - [2026-03-19 04:28:03] "POST /floating-ips HTTP/1.1" 200 616 0.080395 10.0.0.41 - - [2026-03-19 04:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.027965 10.0.0.41 - - [2026-03-19 04:28:03] "GET /floating-ip/988ee958-c272-4cbb-8e3e-8c2ec5f90776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.018843 10.0.0.41 - - [2026-03-19 04:28:03] "GET /floating-ip/988ee958-c272-4cbb-8e3e-8c2ec5f90776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.028708 10.0.0.41 - - [2026-03-19 04:28:03] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.018304 10.0.0.41 - - [2026-03-19 04:28:03] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1202 0.019424 10.0.0.41 - - [2026-03-19 04:28:03] "GET /virtual-machine-interface/2e38f889-d072-46bd-895d-0ba2117d28a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.026064 10.0.0.41 - - [2026-03-19 04:28:03] "POST /ref-update HTTP/1.1" 200 156 0.036043 10.0.0.41 - - [2026-03-19 04:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.016973 10.0.0.41 - - [2026-03-19 04:28:04] "GET /routing-instance/c4c27288-7114-466d-9695-645f3e64a359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.026082 10.0.0.41 - - [2026-03-19 04:28:04] "GET /obj-perms HTTP/1.1" 403 257 0.046517 10.0.0.41 - - [2026-03-19 04:28:04] "GET /obj-perms HTTP/1.1" 403 257 0.013790 10.0.0.41 - - [2026-03-19 04:28:04] "POST /neutron/security_group HTTP/1.1" 200 542 0.061331 10.0.0.41 - - [2026-03-19 04:28:04] "POST /neutron/port HTTP/1.1" 200 1113 0.089372 10.0.0.41 - - [2026-03-19 04:28:05] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2 HTTP/1.1" 200 1291 0.025508 10.0.0.41 - - [2026-03-19 04:28:05] "GET /virtual-machine-interface/2e38f889-d072-46bd-895d-0ba2117d28a4 HTTP/1.1" 200 3584 0.022361 10.0.0.41 - - [2026-03-19 04:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.015204 10.0.0.41 - - [2026-03-19 04:28:05] "GET /security-group/bb5dacb5-1efa-4200-9055-b7a40243a26e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.025485 10.0.0.41 - - [2026-03-19 04:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.017695 10.0.0.41 - - [2026-03-19 04:28:05] "GET /security-group/bb5dacb5-1efa-4200-9055-b7a40243a26e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.026930 10.0.0.41 - - [2026-03-19 04:28:05] "DELETE /floating-ip/988ee958-c272-4cbb-8e3e-8c2ec5f90776 HTTP/1.1" 200 115 0.072368 10.0.0.41 - - [2026-03-19 04:28:05] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2 HTTP/1.1" 200 1291 0.021137 10.0.0.41 - - [2026-03-19 04:28:06] "POST /neutron/port HTTP/1.1" 200 1164 0.021816 10.0.0.41 - - [2026-03-19 04:28:07] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2 HTTP/1.1" 404 171 0.020040 10.0.0.41 - - [2026-03-19 04:28:07] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2 HTTP/1.1" 404 171 0.019053 10.0.0.41 - - [2026-03-19 04:28:07] "GET /virtual-machine/0bc2686c-a534-4f79-9534-3830e02230d2 HTTP/1.1" 404 171 0.022910 10.0.0.41 - - [2026-03-19 04:28:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.020179 10.0.0.41 - - [2026-03-19 04:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.41 - - [2026-03-19 04:28:07] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003374 10.0.0.41 - - [2026-03-19 04:28:07] "GET /virtual-networks?parent_id=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026149 10.0.0.41 - - [2026-03-19 04:28:08] "GET /virtual-network/87c9d06d-4215-41e7-9a9f-2b44fb9d093b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.022726 10.0.0.41 - - [2026-03-19 04:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.017315 10.0.0.41 - - [2026-03-19 04:28:08] "GET /routing-instance/3ca270ff-d12b-4b7c-ba8c-e48ea9c60999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020005 10.0.0.41 - - [2026-03-19 04:28:08] "GET /obj-perms HTTP/1.1" 403 257 0.012204 10.0.0.41 - - [2026-03-19 04:28:08] "GET /obj-perms HTTP/1.1" 200 5030 0.003465 10.0.0.242 - - [2026-03-19 04:28:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004905 10.0.0.41 - - [2026-03-19 04:28:17] "GET /obj-perms HTTP/1.1" 200 5030 0.005261 10.0.0.242 - - [2026-03-19 04:28:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003442 10.0.0.41 - - [2026-03-19 04:28:27] "GET /obj-perms HTTP/1.1" 200 5030 0.004128 10.0.0.41 - - [2026-03-19 04:28:30] "GET /obj-perms HTTP/1.1" 200 5030 0.003842 10.0.0.242 - - [2026-03-19 04:28:30] "GET /obj-perms HTTP/1.1" 200 5030 0.004233 10.0.0.27 - - [2026-03-19 04:28:30] "GET /obj-perms HTTP/1.1" 200 5030 0.006062 10.0.0.41 - - [2026-03-19 04:28:30] "POST /neutron/security_group HTTP/1.1" 200 568 0.018253 10.0.0.41 - - [2026-03-19 04:28:30] "POST /fqname-to-id HTTP/1.1" 404 232 0.030597 10.0.0.27 - - [2026-03-19 04:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007986 10.0.0.27 - - [2026-03-19 04:28:31] "POST /useragent-kv HTTP/1.1" 200 115 0.043520 10.0.0.27 - - [2026-03-19 04:28:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002653 10.0.0.41 - - [2026-03-19 04:28:31] "POST /neutron/network HTTP/1.1" 200 151 0.208994 10.0.0.41 - - [2026-03-19 04:28:31] "DELETE /api-access-list/d9c49973-d6e4-4732-b3ad-b029b15d6dfe HTTP/1.1" 200 115 0.048029 10.0.0.27 - - [2026-03-19 04:28:31] "DELETE /route-target/b2e5fd2d-808d-4e2d-8bcb-4f3d3576b531 HTTP/1.1" 200 115 0.026254 10.0.0.41 - - [2026-03-19 04:28:34] "GET /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004027 10.0.0.41 - - [2026-03-19 04:28:34] "PUT /api-access-list/ee311128-9dad-4c83-9076-dda940972f3a HTTP/1.1" 200 264 0.011871 10.0.0.27 - - [2026-03-19 04:28:34] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001421 10.0.0.41 - - [2026-03-19 04:28:34] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.111446 10.0.0.27 - - [2026-03-19 04:28:34] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001313 10.0.0.41 - - [2026-03-19 04:28:34] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?fields=virtual_networks HTTP/1.1" 200 1032 0.048216 10.0.0.27 - - [2026-03-19 04:28:34] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.41 - - [2026-03-19 04:28:34] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047437 10.0.0.27 - - [2026-03-19 04:28:34] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001240 10.0.0.41 - - [2026-03-19 04:28:34] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?fields=security_groups HTTP/1.1" 200 1258 0.042458 10.0.0.27 - - [2026-03-19 04:28:35] "GET /projects?obj_uuids=8b57894f-1778-4934-8afd-849df27c4fb7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001068 10.0.0.41 - - [2026-03-19 04:28:35] "GET /project/8b57894f-1778-4934-8afd-849df27c4fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.055393 [Introspect:8084]10.0.0.41 - - [2026-03-19 04:28:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001065 10.0.0.41 - - [2026-03-19 04:28:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.030504 10.0.0.27 - - [2026-03-19 04:28:39] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003647 10.0.0.27 - - [2026-03-19 04:28:39] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.27 - - [2026-03-19 04:28:39] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048666 10.0.0.27 - - [2026-03-19 04:28:39] "POST /id-to-fqname HTTP/1.1" 200 191 0.002127 10.0.0.27 - - [2026-03-19 04:28:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.007140 10.0.0.27 - - [2026-03-19 04:28:39] "POST /security-groups HTTP/1.1" 200 592 0.030069 10.0.0.27 - - [2026-03-19 04:28:39] "POST /projects HTTP/1.1" 200 587 0.251084 10.0.0.27 - - [2026-03-19 04:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.299231 10.0.0.27 - - [2026-03-19 04:28:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.006261 10.0.0.41 - - [2026-03-19 04:28:39] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.508712 10.0.0.41 - - [2026-03-19 04:28:41] "GET / HTTP/1.1" 200 35931 0.001567 10.0.0.41 - - [2026-03-19 04:28:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.41 - - [2026-03-19 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.072667 10.0.0.27 - - [2026-03-19 04:28:43] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.41 - - [2026-03-19 04:28:43] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.052441 10.0.0.41 - - [2026-03-19 04:28:43] "POST /neutron/network HTTP/1.1" 200 117 0.044630 10.0.0.27 - - [2026-03-19 04:28:43] "POST /ref-update HTTP/1.1" 200 156 0.027335 10.0.0.41 - - [2026-03-19 04:28:44] "POST /neutron/network HTTP/1.1" 200 825 0.008281 10.0.0.41 - - [2026-03-19 04:28:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001137 10.0.0.41 - - [2026-03-19 04:28:44] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005032 10.0.0.41 - - [2026-03-19 04:28:44] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005574 10.0.0.41 - - [2026-03-19 04:28:44] "POST /neutron/subnet HTTP/1.1" 200 716 0.009254 10.0.0.41 - - [2026-03-19 04:28:44] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005801 10.0.0.41 - - [2026-03-19 04:28:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001370 10.0.0.27 - - [2026-03-19 04:28:47] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000982 10.0.0.41 - - [2026-03-19 04:28:47] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.082773 10.0.0.41 - - [2026-03-19 04:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.006520 10.0.0.41 - - [2026-03-19 04:28:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001263 10.0.0.41 - - [2026-03-19 04:28:47] "POST /neutron/network HTTP/1.1" 200 835 0.006178 10.0.0.41 - - [2026-03-19 04:28:48] "POST /neutron/port HTTP/1.1" 200 1059 0.017005 10.0.0.27 - - [2026-03-19 04:28:48] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001385 10.0.0.41 - - [2026-03-19 04:28:48] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.108714 10.0.0.41 - - [2026-03-19 04:28:48] "POST /neutron/network HTTP/1.1" 200 825 0.061226 10.0.0.41 - - [2026-03-19 04:28:48] "POST /neutron/subnet HTTP/1.1" 200 690 0.010186 10.0.0.41 - - [2026-03-19 04:28:49] "POST /neutron/port HTTP/1.1" 200 1123 0.023973 10.0.0.41 - - [2026-03-19 04:28:49] "POST /neutron/port HTTP/1.1" 200 1123 0.021245 10.0.0.27 - - [2026-03-19 04:28:49] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.41 - - [2026-03-19 04:28:49] "POST /neutron/port HTTP/1.1" 200 1059 0.292222 10.0.0.41 - - [2026-03-19 04:28:50] "POST /neutron/port HTTP/1.1" 200 1113 0.154554 10.0.0.41 - - [2026-03-19 04:28:50] "POST /neutron/subnet HTTP/1.1" 200 690 0.009794 10.0.0.27 - - [2026-03-19 04:28:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.27 - - [2026-03-19 04:28:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.242 - - [2026-03-19 04:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.242 - - [2026-03-19 04:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.41 - - [2026-03-19 04:28:54] "POST /neutron/port HTTP/1.1" 200 1123 0.017702 10.0.0.41 - - [2026-03-19 04:28:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011309 10.0.0.27 - - [2026-03-19 04:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2026-03-19 04:28:54] "GET /virtual-machine/635480b7-dabf-430d-845b-bf65c1edfa4c HTTP/1.1" 401 292 0.000343 10.0.0.27 - - [2026-03-19 04:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.242 - - [2026-03-19 04:28:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.41 - - [2026-03-19 04:28:55] "GET /virtual-machine/635480b7-dabf-430d-845b-bf65c1edfa4c HTTP/1.1" 200 1292 0.095025 10.0.0.41 - - [2026-03-19 04:28:55] "GET /virtual-machine-interface/573bf1b1-89d6-4e82-a95e-02cf0c355cd4 HTTP/1.1" 200 2948 0.006229 10.0.0.41 - - [2026-03-19 04:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.41 - - [2026-03-19 04:28:55] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004336 10.0.0.242 - - [2026-03-19 04:28:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000309 10.0.0.41 - - [2026-03-19 04:28:55] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004152 10.0.0.41 - - [2026-03-19 04:28:55] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006354 10.0.0.41 - - [2026-03-19 04:28:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.41 - - [2026-03-19 04:28:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.41 - - [2026-03-19 04:28:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.41 - - [2026-03-19 04:28:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.41 - - [2026-03-19 04:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.41 - - [2026-03-19 04:28:58] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005158 10.0.0.41 - - [2026-03-19 04:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.41 - - [2026-03-19 04:29:02] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005935 10.0.0.41 - - [2026-03-19 04:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.41 - - [2026-03-19 04:29:06] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006448 10.0.0.41 - - [2026-03-19 04:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.41 - - [2026-03-19 04:29:10] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005789 10.0.0.41 - - [2026-03-19 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.41 - - [2026-03-19 04:29:14] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005733 10.0.0.27 - - [2026-03-19 04:29:14] "DELETE /project/0a35f22bf58d4096983373f863659347 HTTP/1.1" 404 173 0.004206 10.0.0.27 - - [2026-03-19 04:29:14] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000823 10.0.0.27 - - [2026-03-19 04:29:14] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.044556 10.0.0.27 - - [2026-03-19 04:29:14] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.27 - - [2026-03-19 04:29:14] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?fields=security_groups HTTP/1.1" 200 1363 0.053876 10.0.0.27 - - [2026-03-19 04:29:14] "DELETE /security-group/59fdc004-f322-4142-b09a-83f17dce5e9c HTTP/1.1" 200 115 0.047248 10.0.0.27 - - [2026-03-19 04:29:15] "GET /projects?obj_uuids=e87c6dd1-e36c-4a62-a978-f7673402d1ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.27 - - [2026-03-19 04:29:15] "GET /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef?fields=application_policy_sets HTTP/1.1" 200 1402 0.057265 10.0.0.27 - - [2026-03-19 04:29:15] "DELETE /project/e87c6dd1-e36c-4a62-a978-f7673402d1ef HTTP/1.1" 200 115 0.483744 10.0.0.41 - - [2026-03-19 04:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.41 - - [2026-03-19 04:29:18] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008298 10.0.0.41 - - [2026-03-19 04:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.41 - - [2026-03-19 04:29:22] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005656 10.0.0.41 - - [2026-03-19 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.41 - - [2026-03-19 04:29:26] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005588 10.0.0.41 - - [2026-03-19 04:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.41 - - [2026-03-19 04:29:29] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004394 10.0.0.41 - - [2026-03-19 04:29:29] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002798 10.0.0.41 - - [2026-03-19 04:29:29] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006442 10.0.0.41 - - [2026-03-19 04:29:29] "POST /neutron/port HTTP/1.1" 200 1123 0.018965 10.0.0.41 - - [2026-03-19 04:29:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007698 10.0.0.242 - - [2026-03-19 04:29:34] "GET /obj-perms HTTP/1.1" 200 5056 0.059950 10.0.0.41 - - [2026-03-19 04:29:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008431 10.0.0.41 - - [2026-03-19 04:29:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.033494 10.0.0.41 - - [2026-03-19 04:29:45] "POST /neutron/port HTTP/1.1" 200 1123 0.022063 10.0.0.41 - - [2026-03-19 04:29:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003902 10.0.0.41 - - [2026-03-19 04:29:45] "POST /neutron/network HTTP/1.1" 200 825 0.007352 10.0.0.41 - - [2026-03-19 04:29:49] "POST /neutron/network HTTP/1.1" 200 835 0.031721 10.0.0.41 - - [2026-03-19 04:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.41 - - [2026-03-19 04:29:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008050 10.0.0.41 - - [2026-03-19 04:29:50] "POST /neutron/port HTTP/1.1" 200 1123 0.019739 10.0.0.41 - - [2026-03-19 04:29:50] "GET /virtual-machine/3adf9187-aa35-4c3b-9b13-81a031d79051 HTTP/1.1" 200 1293 0.008106 10.0.0.41 - - [2026-03-19 04:29:50] "GET /virtual-machine-interface/99dfbd35-fc6f-4217-9425-6474a12c738b HTTP/1.1" 200 2949 0.005420 10.0.0.41 - - [2026-03-19 04:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.41 - - [2026-03-19 04:29:50] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004050 10.0.0.41 - - [2026-03-19 04:29:50] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003266 10.0.0.41 - - [2026-03-19 04:29:50] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006028 10.0.0.41 - - [2026-03-19 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.41 - - [2026-03-19 04:29:51] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004265 10.0.0.41 - - [2026-03-19 04:29:51] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005733 10.0.0.41 - - [2026-03-19 04:29:51] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006275 10.0.0.27 - - [2026-03-19 04:30:35] "GET /obj-perms HTTP/1.1" 200 5056 0.060354 10.0.0.41 - - [2026-03-19 04:30:35] "GET /obj-perms HTTP/1.1" 200 5056 0.074495 10.0.0.41 - - [2026-03-19 04:30:45] "POST /neutron/port HTTP/1.1" 200 1123 0.022084 10.0.0.41 - - [2026-03-19 04:30:45] "POST /neutron/subnet HTTP/1.1" 200 690 0.008823 10.0.0.41 - - [2026-03-19 04:30:50] "POST /neutron/port HTTP/1.1" 200 1123 0.018310 10.0.0.41 - - [2026-03-19 04:30:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004423 10.0.0.41 - - [2026-03-19 04:30:51] "POST /neutron/network HTTP/1.1" 200 825 0.007870 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-machine/635480b7-dabf-430d-845b-bf65c1edfa4c HTTP/1.1" 200 1292 0.004435 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-machine-interface/573bf1b1-89d6-4e82-a95e-02cf0c355cd4 HTTP/1.1" 200 2948 0.005100 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-machine/635480b7-dabf-430d-845b-bf65c1edfa4c HTTP/1.1" 200 1292 0.004064 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-machine-interface/573bf1b1-89d6-4e82-a95e-02cf0c355cd4 HTTP/1.1" 200 2948 0.006445 10.0.0.41 - - [2026-03-19 04:31:13] "GET /instance-ip/06c8f2b1-4bcf-4c81-8c0c-3f05a5e92c37 HTTP/1.1" 200 1620 0.007914 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-machine/635480b7-dabf-430d-845b-bf65c1edfa4c HTTP/1.1" 200 1292 0.005306 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-machine-interface/573bf1b1-89d6-4e82-a95e-02cf0c355cd4 HTTP/1.1" 200 2948 0.005996 10.0.0.41 - - [2026-03-19 04:31:13] "GET /instance-ip/06c8f2b1-4bcf-4c81-8c0c-3f05a5e92c37 HTTP/1.1" 200 1620 0.004448 10.0.0.41 - - [2026-03-19 04:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.41 - - [2026-03-19 04:31:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003754 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002905 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006411 10.0.0.41 - - [2026-03-19 04:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.41 - - [2026-03-19 04:31:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003981 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003425 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005869 10.0.0.41 - - [2026-03-19 04:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.41 - - [2026-03-19 04:31:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004662 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003358 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006257 10.0.0.41 - - [2026-03-19 04:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.41 - - [2026-03-19 04:31:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004607 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003611 10.0.0.41 - - [2026-03-19 04:31:13] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005902 10.0.0.41 - - [2026-03-19 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.41 - - [2026-03-19 04:31:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004910 10.0.0.41 - - [2026-03-19 04:31:14] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004293 10.0.0.41 - - [2026-03-19 04:31:14] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007763 10.0.0.41 - - [2026-03-19 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.41 - - [2026-03-19 04:31:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006007 10.0.0.41 - - [2026-03-19 04:31:14] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003953 10.0.0.41 - - [2026-03-19 04:31:14] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007558 10.0.0.41 - - [2026-03-19 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005246 10.0.0.41 - - [2026-03-19 04:31:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006660 10.0.0.41 - - [2026-03-19 04:31:14] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004009 10.0.0.41 - - [2026-03-19 04:31:14] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005728 10.0.0.41 - - [2026-03-19 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.41 - - [2026-03-19 04:31:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003553 10.0.0.41 - - [2026-03-19 04:31:14] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003594 10.0.0.41 - - [2026-03-19 04:31:14] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006317 10.0.0.41 - - [2026-03-19 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.41 - - [2026-03-19 04:31:14] "GET /routing-instance/dd7776ac-4c8f-44fd-90cf-e65687134052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004909 10.0.0.41 - - [2026-03-19 04:31:14] "GET /route-target/dec3694d-25d1-4a96-835d-54118822ae58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004454 10.0.0.41 - - [2026-03-19 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.41 - - [2026-03-19 04:31:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004327 10.0.0.41 - - [2026-03-19 04:31:14] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003530 10.0.0.41 - - [2026-03-19 04:31:14] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005353 10.0.0.41 - - [2026-03-19 04:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.41 - - [2026-03-19 04:31:15] "GET /routing-instance/dd7776ac-4c8f-44fd-90cf-e65687134052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.007269 10.0.0.41 - - [2026-03-19 04:31:15] "GET /route-target/dec3694d-25d1-4a96-835d-54118822ae58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007009 10.0.0.41 - - [2026-03-19 04:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.41 - - [2026-03-19 04:31:15] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004213 10.0.0.41 - - [2026-03-19 04:31:15] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003756 10.0.0.41 - - [2026-03-19 04:31:15] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006655 10.0.0.41 - - [2026-03-19 04:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.41 - - [2026-03-19 04:31:15] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006686 10.0.0.41 - - [2026-03-19 04:31:15] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005939 10.0.0.41 - - [2026-03-19 04:31:15] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006218 10.0.0.41 - - [2026-03-19 04:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.41 - - [2026-03-19 04:31:15] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004184 10.0.0.41 - - [2026-03-19 04:31:15] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003038 10.0.0.41 - - [2026-03-19 04:31:15] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006876 10.0.0.41 - - [2026-03-19 04:31:15] "GET /obj-perms HTTP/1.1" 200 5032 0.062496 10.0.0.27 - - [2026-03-19 04:31:16] "GET /obj-perms HTTP/1.1" 200 5032 0.069404 10.0.0.41 - - [2026-03-19 04:31:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003411 10.0.0.41 - - [2026-03-19 04:31:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004051 10.0.0.41 - - [2026-03-19 04:31:16] "POST /neutron/port HTTP/1.1" 200 1123 0.018768 10.0.0.41 - - [2026-03-19 04:31:16] "GET /virtual-machine/3adf9187-aa35-4c3b-9b13-81a031d79051 HTTP/1.1" 200 1293 0.004784 10.0.0.41 - - [2026-03-19 04:31:16] "GET /virtual-machine-interface/99dfbd35-fc6f-4217-9425-6474a12c738b HTTP/1.1" 200 2949 0.006412 10.0.0.41 - - [2026-03-19 04:31:16] "GET /virtual-machine/3adf9187-aa35-4c3b-9b13-81a031d79051 HTTP/1.1" 200 1293 0.004624 10.0.0.41 - - [2026-03-19 04:31:16] "GET /virtual-machine-interface/99dfbd35-fc6f-4217-9425-6474a12c738b HTTP/1.1" 200 2949 0.005899 10.0.0.41 - - [2026-03-19 04:31:16] "GET /instance-ip/5bbd85b5-0803-437a-93df-86147c1ede7f HTTP/1.1" 200 1621 0.006974 10.0.0.41 - - [2026-03-19 04:31:16] "GET /virtual-machine/3adf9187-aa35-4c3b-9b13-81a031d79051 HTTP/1.1" 200 1293 0.003760 10.0.0.41 - - [2026-03-19 04:31:16] "GET /virtual-machine-interface/99dfbd35-fc6f-4217-9425-6474a12c738b HTTP/1.1" 200 2949 0.006483 10.0.0.41 - - [2026-03-19 04:31:16] "GET /instance-ip/5bbd85b5-0803-437a-93df-86147c1ede7f HTTP/1.1" 200 1621 0.004498 10.0.0.41 - - [2026-03-19 04:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.41 - - [2026-03-19 04:31:16] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004723 10.0.0.41 - - [2026-03-19 04:31:16] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004064 10.0.0.41 - - [2026-03-19 04:31:16] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005977 10.0.0.41 - - [2026-03-19 04:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.41 - - [2026-03-19 04:31:16] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004467 10.0.0.41 - - [2026-03-19 04:31:16] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004058 10.0.0.41 - - [2026-03-19 04:31:16] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005666 10.0.0.41 - - [2026-03-19 04:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.41 - - [2026-03-19 04:31:16] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003969 10.0.0.41 - - [2026-03-19 04:31:16] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003536 10.0.0.41 - - [2026-03-19 04:31:16] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005897 10.0.0.41 - - [2026-03-19 04:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005550 10.0.0.41 - - [2026-03-19 04:31:17] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004643 10.0.0.41 - - [2026-03-19 04:31:17] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004601 10.0.0.41 - - [2026-03-19 04:31:17] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006226 10.0.0.41 - - [2026-03-19 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.41 - - [2026-03-19 04:31:17] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007553 10.0.0.41 - - [2026-03-19 04:31:17] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006100 10.0.0.41 - - [2026-03-19 04:31:17] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008528 10.0.0.41 - - [2026-03-19 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.41 - - [2026-03-19 04:31:17] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007124 10.0.0.41 - - [2026-03-19 04:31:17] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005035 10.0.0.41 - - [2026-03-19 04:31:17] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009226 10.0.0.41 - - [2026-03-19 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.41 - - [2026-03-19 04:31:17] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005869 10.0.0.41 - - [2026-03-19 04:31:17] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006525 10.0.0.41 - - [2026-03-19 04:31:17] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008936 10.0.0.41 - - [2026-03-19 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.41 - - [2026-03-19 04:31:17] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004724 10.0.0.41 - - [2026-03-19 04:31:17] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004231 10.0.0.41 - - [2026-03-19 04:31:17] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007351 10.0.0.41 - - [2026-03-19 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.41 - - [2026-03-19 04:31:17] "GET /routing-instance/dd7776ac-4c8f-44fd-90cf-e65687134052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004548 10.0.0.41 - - [2026-03-19 04:31:17] "GET /route-target/dec3694d-25d1-4a96-835d-54118822ae58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004437 10.0.0.41 - - [2026-03-19 04:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.41 - - [2026-03-19 04:31:18] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003610 10.0.0.41 - - [2026-03-19 04:31:18] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003526 10.0.0.41 - - [2026-03-19 04:31:18] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005749 10.0.0.41 - - [2026-03-19 04:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.41 - - [2026-03-19 04:31:18] "GET /routing-instance/dd7776ac-4c8f-44fd-90cf-e65687134052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004627 10.0.0.41 - - [2026-03-19 04:31:18] "GET /route-target/dec3694d-25d1-4a96-835d-54118822ae58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004908 10.0.0.41 - - [2026-03-19 04:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.41 - - [2026-03-19 04:31:18] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004376 10.0.0.41 - - [2026-03-19 04:31:18] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003343 10.0.0.41 - - [2026-03-19 04:31:18] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005541 10.0.0.41 - - [2026-03-19 04:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.41 - - [2026-03-19 04:31:18] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004623 10.0.0.41 - - [2026-03-19 04:31:18] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003493 10.0.0.41 - - [2026-03-19 04:31:18] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006055 10.0.0.41 - - [2026-03-19 04:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.41 - - [2026-03-19 04:31:18] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003586 10.0.0.41 - - [2026-03-19 04:31:18] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003126 10.0.0.41 - - [2026-03-19 04:31:18] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006945 10.0.0.27 - - [2026-03-19 04:31:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004089 10.0.0.41 - - [2026-03-19 04:31:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004433 10.0.0.41 - - [2026-03-19 04:31:19] "GET /obj-perms HTTP/1.1" 200 5032 0.003848 10.0.0.242 - - [2026-03-19 04:31:19] "GET /obj-perms HTTP/1.1" 200 5032 0.068606 10.0.0.41 - - [2026-03-19 04:31:24] "GET /virtual-machine/3adf9187-aa35-4c3b-9b13-81a031d79051 HTTP/1.1" 200 1293 0.005044 10.0.0.41 - - [2026-03-19 04:31:24] "POST /neutron/port HTTP/1.1" 200 1113 0.015668 10.0.0.41 - - [2026-03-19 04:31:26] "GET /virtual-machine/3adf9187-aa35-4c3b-9b13-81a031d79051 HTTP/1.1" 404 171 0.003122 10.0.0.41 - - [2026-03-19 04:31:26] "GET /virtual-machine/3adf9187-aa35-4c3b-9b13-81a031d79051 HTTP/1.1" 404 171 0.003368 10.0.0.41 - - [2026-03-19 04:31:26] "GET /virtual-machine/3adf9187-aa35-4c3b-9b13-81a031d79051 HTTP/1.1" 404 171 0.003124 10.0.0.41 - - [2026-03-19 04:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.41 - - [2026-03-19 04:31:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004802 10.0.0.41 - - [2026-03-19 04:31:26] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003415 10.0.0.41 - - [2026-03-19 04:31:26] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006139 10.0.0.41 - - [2026-03-19 04:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.41 - - [2026-03-19 04:31:26] "GET /routing-instance/dd7776ac-4c8f-44fd-90cf-e65687134052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004739 10.0.0.41 - - [2026-03-19 04:31:26] "GET /route-target/dec3694d-25d1-4a96-835d-54118822ae58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003536 10.0.0.41 - - [2026-03-19 04:31:30] "GET /obj-perms HTTP/1.1" 200 5032 0.003825 10.0.0.242 - - [2026-03-19 04:31:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004244 10.0.0.27 - - [2026-03-19 04:31:30] "GET /obj-perms HTTP/1.1" 200 5032 0.003536 10.0.0.41 - - [2026-03-19 04:31:30] "GET /virtual-machine/635480b7-dabf-430d-845b-bf65c1edfa4c HTTP/1.1" 200 1292 0.004347 10.0.0.41 - - [2026-03-19 04:31:30] "POST /neutron/port HTTP/1.1" 200 1113 0.014698 10.0.0.41 - - [2026-03-19 04:31:32] "GET /virtual-machine/635480b7-dabf-430d-845b-bf65c1edfa4c HTTP/1.1" 404 171 0.003534 10.0.0.41 - - [2026-03-19 04:31:32] "GET /virtual-machine/635480b7-dabf-430d-845b-bf65c1edfa4c HTTP/1.1" 404 171 0.003421 10.0.0.41 - - [2026-03-19 04:31:32] "GET /virtual-machine/635480b7-dabf-430d-845b-bf65c1edfa4c HTTP/1.1" 404 171 0.003067 10.0.0.41 - - [2026-03-19 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.41 - - [2026-03-19 04:31:32] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004111 10.0.0.41 - - [2026-03-19 04:31:32] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003923 10.0.0.41 - - [2026-03-19 04:31:32] "GET /virtual-network/611c8437-c674-4672-a9b2-7b1aae3a24d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006308 10.0.0.41 - - [2026-03-19 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.41 - - [2026-03-19 04:31:32] "GET /routing-instance/dd7776ac-4c8f-44fd-90cf-e65687134052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004569 10.0.0.41 - - [2026-03-19 04:31:32] "GET /route-target/dec3694d-25d1-4a96-835d-54118822ae58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004659 10.0.0.41 - - [2026-03-19 04:31:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004366 10.0.0.41 - - [2026-03-19 04:31:36] "GET /obj-perms HTTP/1.1" 200 5032 0.003893 10.0.0.41 - - [2026-03-19 04:31:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004844 10.0.0.242 - - [2026-03-19 04:31:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004433 10.0.0.27 - - [2026-03-19 04:31:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003038 10.0.0.27 - - [2026-03-19 04:31:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003296 10.0.0.41 - - [2026-03-19 04:31:39] "POST /neutron/network HTTP/1.1" 200 151 0.135574 10.0.0.27 - - [2026-03-19 04:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.034779 10.0.0.41 - - [2026-03-19 04:31:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.003545 10.0.0.41 - - [2026-03-19 04:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.27 - - [2026-03-19 04:31:42] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000953 10.0.0.41 - - [2026-03-19 04:31:42] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.058096 10.0.0.41 - - [2026-03-19 04:31:42] "POST /network-policys HTTP/1.1" 200 522 0.033192 10.0.0.41 - - [2026-03-19 04:31:42] "GET /network-policy/cb818b3b-c0c2-4f14-9106-429a454380f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006745 10.0.0.41 - - [2026-03-19 04:31:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.002743 10.0.0.41 - - [2026-03-19 04:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2026-03-19 04:31:42] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001302 10.0.0.41 - - [2026-03-19 04:31:42] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046175 10.0.0.41 - - [2026-03-19 04:31:42] "POST /network-policys HTTP/1.1" 200 522 0.033001 10.0.0.41 - - [2026-03-19 04:31:42] "GET /network-policy/e87c6df4-7ef5-42ef-81fe-876ae40658c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005855 10.0.0.41 - - [2026-03-19 04:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.27 - - [2026-03-19 04:31:42] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.41 - - [2026-03-19 04:31:42] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044354 10.0.0.41 - - [2026-03-19 04:31:42] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004001 10.0.0.41 - - [2026-03-19 04:31:42] "POST /virtual-networks HTTP/1.1" 200 546 0.088021 10.0.0.41 - - [2026-03-19 04:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.27 - - [2026-03-19 04:31:43] "POST /ref-update HTTP/1.1" 200 156 0.025407 10.0.0.41 - - [2026-03-19 04:31:43] "GET /network-ipam/dad55c04-1bf8-4088-99a8-4610d873b03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.010418 10.0.0.27 - - [2026-03-19 04:31:43] "POST /useragent-kv HTTP/1.1" 200 115 0.007833 10.0.0.41 - - [2026-03-19 04:31:43] "POST /ref-update HTTP/1.1" 200 156 0.073183 10.0.0.41 - - [2026-03-19 04:31:43] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005509 10.0.0.41 - - [2026-03-19 04:31:43] "POST /neutron/network HTTP/1.1" 200 809 0.006239 10.0.0.41 - - [2026-03-19 04:31:43] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005803 10.0.0.27 - - [2026-03-19 04:31:43] "GET /obj-perms HTTP/1.1" 200 5032 0.003792 10.0.0.41 - - [2026-03-19 04:31:43] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006332 10.0.0.41 - - [2026-03-19 04:31:43] "PUT /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf HTTP/1.1" 200 264 0.055202 10.0.0.41 - - [2026-03-19 04:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.41 - - [2026-03-19 04:31:44] "GET /network-policy/cb818b3b-c0c2-4f14-9106-429a454380f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003678 10.0.0.41 - - [2026-03-19 04:31:44] "POST /ref-update HTTP/1.1" 200 156 0.053509 10.0.0.41 - - [2026-03-19 04:31:44] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.025994 10.0.0.41 - - [2026-03-19 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.41 - - [2026-03-19 04:31:44] "GET /network-policy/cb818b3b-c0c2-4f14-9106-429a454380f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004923 10.0.0.41 - - [2026-03-19 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.27 - - [2026-03-19 04:31:44] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001188 10.0.0.41 - - [2026-03-19 04:31:44] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039179 10.0.0.41 - - [2026-03-19 04:31:44] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003466 10.0.0.41 - - [2026-03-19 04:31:44] "POST /virtual-networks HTTP/1.1" 200 546 0.075856 10.0.0.41 - - [2026-03-19 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2026-03-19 04:31:44] "POST /route-targets HTTP/1.1" 200 327 0.013679 10.0.0.41 - - [2026-03-19 04:31:44] "GET /network-ipam/dad55c04-1bf8-4088-99a8-4610d873b03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.006408 10.0.0.27 - - [2026-03-19 04:31:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007296 10.0.0.41 - - [2026-03-19 04:31:44] "POST /ref-update HTTP/1.1" 200 156 0.078391 10.0.0.41 - - [2026-03-19 04:31:44] "POST /neutron/network HTTP/1.1" 200 809 0.007667 10.0.0.41 - - [2026-03-19 04:31:44] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005708 10.0.0.41 - - [2026-03-19 04:31:44] "POST /neutron/subnet HTTP/1.1" 200 672 0.009585 10.0.0.41 - - [2026-03-19 04:31:45] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006591 10.0.0.41 - - [2026-03-19 04:31:45] "GET /obj-perms HTTP/1.1" 200 5032 0.003852 10.0.0.41 - - [2026-03-19 04:31:45] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006774 10.0.0.41 - - [2026-03-19 04:31:45] "PUT /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee HTTP/1.1" 200 264 0.049422 10.0.0.41 - - [2026-03-19 04:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.41 - - [2026-03-19 04:31:45] "GET /network-policy/e87c6df4-7ef5-42ef-81fe-876ae40658c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005067 10.0.0.41 - - [2026-03-19 04:31:45] "POST /ref-update HTTP/1.1" 200 156 0.052966 10.0.0.27 - - [2026-03-19 04:31:45] "POST /access-control-lists HTTP/1.1" 200 592 0.046489 10.0.0.41 - - [2026-03-19 04:31:45] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.010128 10.0.0.41 - - [2026-03-19 04:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.41 - - [2026-03-19 04:31:45] "GET /network-policy/e87c6df4-7ef5-42ef-81fe-876ae40658c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004393 10.0.0.41 - - [2026-03-19 04:31:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001162 10.0.0.27 - - [2026-03-19 04:31:46] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001593 10.0.0.41 - - [2026-03-19 04:31:46] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.092272 10.0.0.41 - - [2026-03-19 04:31:46] "POST /neutron/network HTTP/1.1" 200 886 0.007875 10.0.0.41 - - [2026-03-19 04:31:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001262 10.0.0.41 - - [2026-03-19 04:31:47] "POST /neutron/port HTTP/1.1" 200 117 0.007213 10.0.0.27 - - [2026-03-19 04:31:47] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001166 10.0.0.41 - - [2026-03-19 04:31:47] "POST /neutron/port HTTP/1.1" 200 1061 0.356874 10.0.0.41 - - [2026-03-19 04:31:48] "POST /neutron/port HTTP/1.1" 200 1115 0.136930 10.0.0.27 - - [2026-03-19 04:31:48] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.41 - - [2026-03-19 04:31:48] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.090988 10.0.0.41 - - [2026-03-19 04:31:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003856 10.0.0.41 - - [2026-03-19 04:31:48] "POST /neutron/network HTTP/1.1" 200 886 0.007595 10.0.0.41 - - [2026-03-19 04:31:48] "POST /neutron/port HTTP/1.1" 200 117 0.006361 10.0.0.41 - - [2026-03-19 04:31:49] "POST /neutron/network HTTP/1.1" 200 896 0.008625 10.0.0.27 - - [2026-03-19 04:31:49] "PUT /access-control-list/182b6c77-9b28-4353-8070-3b43125d93af HTTP/1.1" 200 272 0.078256 10.0.0.41 - - [2026-03-19 04:31:49] "POST /neutron/port HTTP/1.1" 200 1061 0.019188 10.0.0.41 - - [2026-03-19 04:31:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004766 10.0.0.41 - - [2026-03-19 04:31:49] "POST /neutron/network HTTP/1.1" 200 886 0.012251 10.0.0.41 - - [2026-03-19 04:31:52] "POST /neutron/network HTTP/1.1" 200 896 0.008908 10.0.0.41 - - [2026-03-19 04:31:52] "POST /neutron/port HTTP/1.1" 200 117 0.001480 10.0.0.41 - - [2026-03-19 04:31:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007015 10.0.0.41 - - [2026-03-19 04:31:53] "POST /neutron/port HTTP/1.1" 200 1125 0.017072 10.0.0.41 - - [2026-03-19 04:31:54] "GET /virtual-machine/68503ee5-53c8-417f-9d32-e5f3d5e20055 HTTP/1.1" 200 1293 0.006016 10.0.0.41 - - [2026-03-19 04:31:54] "GET /virtual-machine-interface/78999a47-7bbc-4f85-8cf4-bf762941e81f HTTP/1.1" 200 2948 0.005466 10.0.0.41 - - [2026-03-19 04:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.41 - - [2026-03-19 04:31:54] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004207 10.0.0.41 - - [2026-03-19 04:31:54] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003443 10.0.0.41 - - [2026-03-19 04:31:54] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006755 10.0.0.41 - - [2026-03-19 04:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.41 - - [2026-03-19 04:31:57] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006559 10.0.0.41 - - [2026-03-19 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.41 - - [2026-03-19 04:32:01] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005688 10.0.0.41 - - [2026-03-19 04:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.41 - - [2026-03-19 04:32:05] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005146 10.0.0.41 - - [2026-03-19 04:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.41 - - [2026-03-19 04:32:09] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006927 10.0.0.41 - - [2026-03-19 04:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.41 - - [2026-03-19 04:32:13] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005439 10.0.0.41 - - [2026-03-19 04:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.41 - - [2026-03-19 04:32:17] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005297 10.0.0.41 - - [2026-03-19 04:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.41 - - [2026-03-19 04:32:21] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005336 10.0.0.41 - - [2026-03-19 04:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.41 - - [2026-03-19 04:32:25] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005852 10.0.0.41 - - [2026-03-19 04:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.41 - - [2026-03-19 04:32:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003587 10.0.0.41 - - [2026-03-19 04:32:27] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003364 10.0.0.41 - - [2026-03-19 04:32:28] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009387 10.0.0.41 - - [2026-03-19 04:32:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010415 10.0.0.242 - - [2026-03-19 04:32:37] "GET /obj-perms HTTP/1.1" 200 5056 0.066281 10.0.0.41 - - [2026-03-19 04:32:37] "POST /neutron/port HTTP/1.1" 200 1125 0.019140 10.0.0.41 - - [2026-03-19 04:32:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007304 10.0.0.41 - - [2026-03-19 04:32:43] "POST /neutron/port HTTP/1.1" 200 1125 0.016871 10.0.0.41 - - [2026-03-19 04:32:48] "POST /neutron/port HTTP/1.1" 200 1125 0.020289 10.0.0.41 - - [2026-03-19 04:32:48] "POST /neutron/subnet HTTP/1.1" 200 646 0.010487 10.0.0.41 - - [2026-03-19 04:32:48] "POST /neutron/port HTTP/1.1" 200 1125 0.020414 10.0.0.41 - - [2026-03-19 04:32:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009769 10.0.0.41 - - [2026-03-19 04:32:49] "GET /virtual-machine/39da3c23-f529-451e-b263-16401a904598 HTTP/1.1" 200 1293 0.006058 10.0.0.41 - - [2026-03-19 04:32:49] "GET /virtual-machine-interface/7818ead0-0dd3-4b7c-8035-5a96453f3d2a HTTP/1.1" 200 2947 0.005268 10.0.0.41 - - [2026-03-19 04:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.41 - - [2026-03-19 04:32:49] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006639 10.0.0.41 - - [2026-03-19 04:32:49] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004941 10.0.0.41 - - [2026-03-19 04:32:49] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008573 10.0.0.41 - - [2026-03-19 04:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.41 - - [2026-03-19 04:32:50] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004560 10.0.0.41 - - [2026-03-19 04:32:50] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003494 10.0.0.41 - - [2026-03-19 04:32:50] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006271 10.0.0.41 - - [2026-03-19 04:32:53] "POST /neutron/port HTTP/1.1" 200 1125 0.019030 10.0.0.41 - - [2026-03-19 04:32:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003667 10.0.0.41 - - [2026-03-19 04:32:54] "POST /neutron/network HTTP/1.1" 200 886 0.007481 10.0.0.27 - - [2026-03-19 04:33:38] "GET /virtual-router/8de4b15e-1d35-4ea9-9245-4801bf05150b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.040090 10.0.0.41 - - [2026-03-19 04:33:49] "POST /neutron/network HTTP/1.1" 200 896 0.008162 10.0.0.41 - - [2026-03-19 04:33:49] "POST /neutron/port HTTP/1.1" 200 117 0.001386 10.0.0.27 - - [2026-03-19 04:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.27 - - [2026-03-19 04:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.242 - - [2026-03-19 04:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.242 - - [2026-03-19 04:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2026-03-19 04:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2026-03-19 04:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.242 - - [2026-03-19 04:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.242 - - [2026-03-19 04:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.41 - - [2026-03-19 04:33:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.41 - - [2026-03-19 04:33:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.41 - - [2026-03-19 04:33:56] "POST /neutron/port HTTP/1.1" 200 1125 0.019249 10.0.0.41 - - [2026-03-19 04:33:56] "POST /neutron/network HTTP/1.1" 200 896 0.006685 10.0.0.41 - - [2026-03-19 04:33:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003597 10.0.0.41 - - [2026-03-19 04:33:56] "POST /neutron/subnet HTTP/1.1" 200 646 0.009400 10.0.0.41 - - [2026-03-19 04:33:56] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.41 - - [2026-03-19 04:33:56] "POST /neutron/network HTTP/1.1" 200 886 0.006685 10.0.0.41 - - [2026-03-19 04:33:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.41 - - [2026-03-19 04:33:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Mar 19 04:34:24 AM UTC 2026 ===================' INFO: =================== Thu Mar 19 04:34:24 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 +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.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.41,10.0.0.242,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.242,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.242,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.242,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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.242:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.242:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.242: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.242:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.242:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.242:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.242,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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.242:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.242:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.242: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.41,10.0.0.242,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.242,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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.242:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.242:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.242: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.242:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.242:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.242: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.242:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.242:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.242: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.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.242,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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.242:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.242:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.242: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.242:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.242:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.242:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.242,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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.242:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.242:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.242: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.242:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.242:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.242: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.41,10.0.0.242,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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.242:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.242:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.242: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.41 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.41,10.0.0.242,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.41,10.0.0.242,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.41,10.0.0.242,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.242,10.0.0.27 +++ local servers=10.0.0.41,10.0.0.242,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ sort ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.27,10.20.0.18,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.18,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.41:9041 10.0.0.242:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.41:9041 10.0.0.242: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 ++ cut -d = -f 1 ++ sort ++ sed 's/^API__//g' ++ 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: 03/19/2026 04:34:32.648 7f36d763c400 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/19/2026 04:34:32.780 7f36d763c400 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/19/2026 04:34:32.792 7f36d763c400 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/19/2026 04:34:32.792 7f36d763c400 [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-03-19 04:34:33] "GET / HTTP/1.1" 503 181 0.000255 10.0.0.27 - - [2026-03-19 04:34:33] "GET / HTTP/1.1" 503 181 0.000180 10.0.0.27 - - [2026-03-19 04:34:34] "GET / HTTP/1.1" 200 45871 0.001416 10.0.0.27 - - [2026-03-19 04:34:34] "GET / HTTP/1.1" 200 45871 0.001012 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-03-19 04:34:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2026-03-19 04:34:34] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000226 [Introspect:8084]10.0.0.41 - - [2026-03-19 04:34:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3222 0.001337 10.0.0.27 - - [2026-03-19 04:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.700861 10.0.0.27 - - [2026-03-19 04:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.27 - - [2026-03-19 04:34:35] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.405890 10.0.0.27 - - [2026-03-19 04:34:35] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003379 /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-03-19 04:34:35] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001143 10.0.0.27 - - [2026-03-19 04:34:36] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.062211 10.0.0.27 - - [2026-03-19 04:34:36] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002427 10.0.0.27 - - [2026-03-19 04:34:36] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?fields=security_groups HTTP/1.1" 200 1087 0.045728 10.0.0.27 - - [2026-03-19 04:34:36] "GET /projects?obj_uuids=5f6584cc-2667-422c-9e9f-f26ba9496fce&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001100 10.0.0.27 - - [2026-03-19 04:34:36] "GET /project/5f6584cc-2667-422c-9e9f-f26ba9496fce?fields=application_policy_sets HTTP/1.1" 200 1380 0.039659 10.0.0.27 - - [2026-03-19 04:34:36] "DELETE /project/5f6584cc-2667-422c-9e9f-f26ba9496fce HTTP/1.1" 409 278 0.255362 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. [Introspect:8084]10.0.0.41 - - [2026-03-19 04:34:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001265 10.0.0.27 - - [2026-03-19 04:34:39] "GET /obj-perms HTTP/1.1" 200 5056 0.428670 [Introspect:8084]10.0.0.41 - - [2026-03-19 04:34:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001071 10.0.0.41 - - [2026-03-19 04:34:40] "GET /obj-perms HTTP/1.1" 200 5032 0.068423 10.0.0.41 - - [2026-03-19 04:34:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004918 10.0.0.41 - - [2026-03-19 04:34:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004027 10.0.0.41 - - [2026-03-19 04:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.035409 10.0.0.27 - - [2026-03-19 04:34:41] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001421 10.0.0.41 - - [2026-03-19 04:34:41] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.061034 10.0.0.41 - - [2026-03-19 04:34:41] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004267 10.0.0.41 - - [2026-03-19 04:34:41] "POST /virtual-networks HTTP/1.1" 200 546 0.086838 10.0.0.41 - - [2026-03-19 04:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.41 - - [2026-03-19 04:34:41] "GET /network-ipam/dad55c04-1bf8-4088-99a8-4610d873b03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004619 10.0.0.27 - - [2026-03-19 04:34:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006321 10.0.0.41 - - [2026-03-19 04:34:41] "POST /ref-update HTTP/1.1" 200 156 0.061826 10.0.0.41 - - [2026-03-19 04:34:42] "POST /neutron/network HTTP/1.1" 200 809 0.042316 10.0.0.41 - - [2026-03-19 04:34:42] "GET /virtual-network/e1076518-870c-4278-904e-4bfc11589c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005464 10.0.0.41 - - [2026-03-19 04:34:42] "POST /neutron/subnet HTTP/1.1" 200 672 0.012012 10.0.0.41 - - [2026-03-19 04:34:42] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006871 10.0.0.41 - - [2026-03-19 04:34:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001268 10.0.0.41 - - [2026-03-19 04:34:43] "POST /neutron/network HTTP/1.1" 200 896 0.006990 10.0.0.27 - - [2026-03-19 04:34:44] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.41 - - [2026-03-19 04:34:44] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.073303 10.0.0.41 - - [2026-03-19 04:34:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008836 10.0.0.41 - - [2026-03-19 04:34:44] "POST /neutron/network HTTP/1.1" 200 896 0.007184 10.0.0.41 - - [2026-03-19 04:34:45] "POST /neutron/port HTTP/1.1" 200 1061 0.051223 10.0.0.41 - - [2026-03-19 04:34:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004712 10.0.0.41 - - [2026-03-19 04:34:45] "POST /neutron/network HTTP/1.1" 200 886 0.007138 10.0.0.41 - - [2026-03-19 04:34:49] "POST /neutron/network HTTP/1.1" 200 896 0.042590 10.0.0.41 - - [2026-03-19 04:34:49] "POST /neutron/port HTTP/1.1" 200 117 0.001703 10.0.0.41 - - [2026-03-19 04:34:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010788 10.0.0.41 - - [2026-03-19 04:34:49] "POST /neutron/port HTTP/1.1" 200 1125 0.022928 10.0.0.41 - - [2026-03-19 04:34:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007519 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-machine/25d3b82f-4e2a-44b3-b60c-bd42e305ab8a HTTP/1.1" 200 1293 0.040928 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-machine/25d3b82f-4e2a-44b3-b60c-bd42e305ab8a HTTP/1.1" 200 1293 0.004122 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-machine-interface/5c9fd99d-2555-466b-b5a5-5fc92ed7608c HTTP/1.1" 200 2948 0.005806 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-machine/25d3b82f-4e2a-44b3-b60c-bd42e305ab8a HTTP/1.1" 200 1293 0.004296 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-machine-interface/5c9fd99d-2555-466b-b5a5-5fc92ed7608c HTTP/1.1" 200 2948 0.005590 10.0.0.41 - - [2026-03-19 04:34:50] "GET /instance-ip/f41998eb-bac1-4411-bf3a-bfbd74aee121 HTTP/1.1" 200 1624 0.006278 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-machine/25d3b82f-4e2a-44b3-b60c-bd42e305ab8a HTTP/1.1" 200 1293 0.003556 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-machine-interface/5c9fd99d-2555-466b-b5a5-5fc92ed7608c HTTP/1.1" 200 2948 0.005136 10.0.0.41 - - [2026-03-19 04:34:50] "GET /instance-ip/f41998eb-bac1-4411-bf3a-bfbd74aee121 HTTP/1.1" 200 1624 0.004169 10.0.0.41 - - [2026-03-19 04:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.41 - - [2026-03-19 04:34:50] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003958 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003343 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007055 10.0.0.41 - - [2026-03-19 04:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.41 - - [2026-03-19 04:34:50] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008000 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004144 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006430 10.0.0.41 - - [2026-03-19 04:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.41 - - [2026-03-19 04:34:50] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004054 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003043 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006861 10.0.0.41 - - [2026-03-19 04:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.41 - - [2026-03-19 04:34:50] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004449 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003763 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006196 10.0.0.41 - - [2026-03-19 04:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.41 - - [2026-03-19 04:34:50] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004777 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003686 10.0.0.41 - - [2026-03-19 04:34:50] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007320 10.0.0.41 - - [2026-03-19 04:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.41 - - [2026-03-19 04:34:53] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006589 10.0.0.41 - - [2026-03-19 04:34:56] "POST /neutron/network HTTP/1.1" 200 896 0.008167 10.0.0.41 - - [2026-03-19 04:34:56] "POST /neutron/port HTTP/1.1" 200 117 0.001441 10.0.0.41 - - [2026-03-19 04:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.41 - - [2026-03-19 04:34:57] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004962 10.0.0.41 - - [2026-03-19 04:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.41 - - [2026-03-19 04:35:02] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006583 10.0.0.41 - - [2026-03-19 04:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.41 - - [2026-03-19 04:35:06] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006703 10.0.0.41 - - [2026-03-19 04:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.41 - - [2026-03-19 04:35:10] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006656 10.0.0.41 - - [2026-03-19 04:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.41 - - [2026-03-19 04:35:14] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005774 10.0.0.41 - - [2026-03-19 04:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.41 - - [2026-03-19 04:35:18] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005898 10.0.0.41 - - [2026-03-19 04:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004754 10.0.0.41 - - [2026-03-19 04:35:22] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005048 10.0.0.41 - - [2026-03-19 04:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.41 - - [2026-03-19 04:35:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003864 10.0.0.41 - - [2026-03-19 04:35:26] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003047 10.0.0.41 - - [2026-03-19 04:35:26] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005636 10.0.0.41 - - [2026-03-19 04:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.41 - - [2026-03-19 04:35:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004350 10.0.0.41 - - [2026-03-19 04:35:26] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003364 10.0.0.41 - - [2026-03-19 04:35:26] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007261 10.0.0.41 - - [2026-03-19 04:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.41 - - [2026-03-19 04:35:27] "GET /routing-instance/baf36a6d-7713-42b0-8fb5-898203980890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.006727 10.0.0.41 - - [2026-03-19 04:35:27] "GET /route-target/8fd54a84-ae8e-49e8-b746-c766af25d7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004896 10.0.0.41 - - [2026-03-19 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.41 - - [2026-03-19 04:35:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003800 10.0.0.41 - - [2026-03-19 04:35:27] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003702 10.0.0.41 - - [2026-03-19 04:35:27] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006270 10.0.0.41 - - [2026-03-19 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.41 - - [2026-03-19 04:35:27] "GET /routing-instance/baf36a6d-7713-42b0-8fb5-898203980890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005110 10.0.0.41 - - [2026-03-19 04:35:27] "GET /route-target/8fd54a84-ae8e-49e8-b746-c766af25d7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003904 10.0.0.41 - - [2026-03-19 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.41 - - [2026-03-19 04:35:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008452 10.0.0.41 - - [2026-03-19 04:35:27] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003420 10.0.0.41 - - [2026-03-19 04:35:27] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005765 10.0.0.41 - - [2026-03-19 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.41 - - [2026-03-19 04:35:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005309 10.0.0.41 - - [2026-03-19 04:35:27] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004347 10.0.0.41 - - [2026-03-19 04:35:27] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005857 10.0.0.41 - - [2026-03-19 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.41 - - [2026-03-19 04:35:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003955 10.0.0.41 - - [2026-03-19 04:35:27] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004188 10.0.0.41 - - [2026-03-19 04:35:27] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008074 10.0.0.41 - - [2026-03-19 04:35:27] "GET /obj-perms HTTP/1.1" 200 5032 0.005653 10.0.0.27 - - [2026-03-19 04:35:27] "GET /obj-perms HTTP/1.1" 200 5032 0.062337 10.0.0.41 - - [2026-03-19 04:35:28] "GET /obj-perms HTTP/1.1" 200 5032 0.003245 10.0.0.242 - - [2026-03-19 04:35:28] "GET /obj-perms HTTP/1.1" 200 5032 0.062854 10.0.0.41 - - [2026-03-19 04:35:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001501 10.0.0.41 - - [2026-03-19 04:35:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009025 10.0.0.27 - - [2026-03-19 04:35:29] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000918 10.0.0.41 - - [2026-03-19 04:35:29] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.092039 10.0.0.41 - - [2026-03-19 04:35:29] "POST /neutron/port HTTP/1.1" 200 3070 0.047255 10.0.0.41 - - [2026-03-19 04:35:29] "POST /neutron/port HTTP/1.1" 200 117 0.006571 10.0.0.41 - - [2026-03-19 04:35:30] "POST /neutron/port HTTP/1.1" 200 1061 0.019855 10.0.0.41 - - [2026-03-19 04:35:30] "POST /neutron/port HTTP/1.1" 200 1125 0.031302 10.0.0.41 - - [2026-03-19 04:35:31] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.41 - - [2026-03-19 04:35:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008174 10.0.0.41 - - [2026-03-19 04:35:35] "POST /neutron/port HTTP/1.1" 200 1125 0.018040 10.0.0.41 - - [2026-03-19 04:35:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007996 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-machine/74322606-39b8-48ae-8363-fd7138036520 HTTP/1.1" 200 1292 0.006774 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-machine/74322606-39b8-48ae-8363-fd7138036520 HTTP/1.1" 200 1292 0.003736 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-machine-interface/18ff9a27-963a-425c-8629-12a609b62b85 HTTP/1.1" 200 2947 0.005815 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-machine/74322606-39b8-48ae-8363-fd7138036520 HTTP/1.1" 200 1292 0.004681 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-machine-interface/18ff9a27-963a-425c-8629-12a609b62b85 HTTP/1.1" 200 2947 0.007142 10.0.0.41 - - [2026-03-19 04:35:35] "GET /instance-ip/a160e292-f83c-4473-af85-96956db608fc HTTP/1.1" 200 1624 0.006945 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-machine/74322606-39b8-48ae-8363-fd7138036520 HTTP/1.1" 200 1292 0.004746 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-machine-interface/18ff9a27-963a-425c-8629-12a609b62b85 HTTP/1.1" 200 2947 0.005453 10.0.0.41 - - [2026-03-19 04:35:35] "GET /instance-ip/a160e292-f83c-4473-af85-96956db608fc HTTP/1.1" 200 1624 0.004601 10.0.0.41 - - [2026-03-19 04:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.41 - - [2026-03-19 04:35:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004503 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002996 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005947 10.0.0.41 - - [2026-03-19 04:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.41 - - [2026-03-19 04:35:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004051 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003348 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005907 10.0.0.41 - - [2026-03-19 04:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.41 - - [2026-03-19 04:35:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005915 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003268 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007007 10.0.0.41 - - [2026-03-19 04:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.41 - - [2026-03-19 04:35:35] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004321 10.0.0.41 - - [2026-03-19 04:35:35] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003450 10.0.0.41 - - [2026-03-19 04:35:36] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007946 10.0.0.41 - - [2026-03-19 04:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.41 - - [2026-03-19 04:35:36] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004490 10.0.0.41 - - [2026-03-19 04:35:36] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003389 10.0.0.41 - - [2026-03-19 04:35:36] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007467 10.0.0.41 - - [2026-03-19 04:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.41 - - [2026-03-19 04:35:39] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005943 10.0.0.41 - - [2026-03-19 04:35:40] "GET /obj-perms HTTP/1.1" 200 5056 0.056242 10.0.0.242 - - [2026-03-19 04:35:40] "GET /obj-perms HTTP/1.1" 200 5056 0.062937 10.0.0.41 - - [2026-03-19 04:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.41 - - [2026-03-19 04:35:43] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005556 10.0.0.41 - - [2026-03-19 04:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.41 - - [2026-03-19 04:35:47] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.009737 10.0.0.41 - - [2026-03-19 04:35:51] "POST /neutron/port HTTP/1.1" 200 1125 0.018870 10.0.0.41 - - [2026-03-19 04:35:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003759 10.0.0.41 - - [2026-03-19 04:35:51] "POST /neutron/network HTTP/1.1" 200 886 0.008914 10.0.0.41 - - [2026-03-19 04:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.41 - - [2026-03-19 04:35:51] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006507 10.0.0.41 - - [2026-03-19 04:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.41 - - [2026-03-19 04:35:55] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004993 10.0.0.41 - - [2026-03-19 04:35:57] "POST /neutron/network HTTP/1.1" 200 896 0.007962 10.0.0.41 - - [2026-03-19 04:35:57] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.41 - - [2026-03-19 04:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.41 - - [2026-03-19 04:35:59] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005326 10.0.0.41 - - [2026-03-19 04:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006980 10.0.0.41 - - [2026-03-19 04:36:03] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006241 10.0.0.41 - - [2026-03-19 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.41 - - [2026-03-19 04:36:07] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005210 10.0.0.41 - - [2026-03-19 04:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.41 - - [2026-03-19 04:36:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004310 10.0.0.41 - - [2026-03-19 04:36:10] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003815 10.0.0.41 - - [2026-03-19 04:36:10] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005415 10.0.0.41 - - [2026-03-19 04:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.41 - - [2026-03-19 04:36:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004018 10.0.0.41 - - [2026-03-19 04:36:10] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004068 10.0.0.41 - - [2026-03-19 04:36:10] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005897 10.0.0.41 - - [2026-03-19 04:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.41 - - [2026-03-19 04:36:10] "GET /routing-instance/7101a51f-e484-4e91-9619-422e3438998d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005087 10.0.0.41 - - [2026-03-19 04:36:10] "GET /route-target/363ef9d5-70bc-4d4f-99d4-06c6f0e66746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005485 10.0.0.41 - - [2026-03-19 04:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.41 - - [2026-03-19 04:36:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005134 10.0.0.41 - - [2026-03-19 04:36:10] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004457 10.0.0.41 - - [2026-03-19 04:36:10] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006739 10.0.0.41 - - [2026-03-19 04:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.41 - - [2026-03-19 04:36:10] "GET /routing-instance/7101a51f-e484-4e91-9619-422e3438998d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005182 10.0.0.41 - - [2026-03-19 04:36:10] "GET /route-target/363ef9d5-70bc-4d4f-99d4-06c6f0e66746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003867 10.0.0.41 - - [2026-03-19 04:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.41 - - [2026-03-19 04:36:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.052458 10.0.0.41 - - [2026-03-19 04:36:10] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003550 10.0.0.41 - - [2026-03-19 04:36:10] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006202 10.0.0.41 - - [2026-03-19 04:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.41 - - [2026-03-19 04:36:10] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003819 10.0.0.41 - - [2026-03-19 04:36:10] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002784 10.0.0.41 - - [2026-03-19 04:36:10] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006326 10.0.0.41 - - [2026-03-19 04:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.41 - - [2026-03-19 04:36:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004984 10.0.0.41 - - [2026-03-19 04:36:11] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005130 10.0.0.41 - - [2026-03-19 04:36:11] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006248 10.0.0.27 - - [2026-03-19 04:36:11] "GET /obj-perms HTTP/1.1" 200 5032 0.003772 10.0.0.41 - - [2026-03-19 04:36:11] "GET /obj-perms HTTP/1.1" 200 5032 0.003376 10.0.0.41 - - [2026-03-19 04:36:11] "GET /obj-perms HTTP/1.1" 200 5032 0.004037 10.0.0.242 - - [2026-03-19 04:36:11] "GET /obj-perms HTTP/1.1" 200 5032 0.003537 10.0.0.27 - - [2026-03-19 04:36:11] "GET /obj-perms HTTP/1.1" 200 5032 0.003740 10.0.0.41 - - [2026-03-19 04:36:11] "GET /virtual-machine/25d3b82f-4e2a-44b3-b60c-bd42e305ab8a HTTP/1.1" 200 1293 0.005788 10.0.0.41 - - [2026-03-19 04:36:11] "GET /virtual-machine-interface/5c9fd99d-2555-466b-b5a5-5fc92ed7608c HTTP/1.1" 200 2948 0.005996 10.0.0.41 - - [2026-03-19 04:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.41 - - [2026-03-19 04:36:11] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004551 10.0.0.41 - - [2026-03-19 04:36:11] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003815 10.0.0.41 - - [2026-03-19 04:36:11] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006444 10.0.0.41 - - [2026-03-19 04:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.41 - - [2026-03-19 04:36:12] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004015 10.0.0.41 - - [2026-03-19 04:36:12] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003851 10.0.0.41 - - [2026-03-19 04:36:12] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006493 10.0.0.41 - - [2026-03-19 04:36:12] "GET /virtual-machine/74322606-39b8-48ae-8363-fd7138036520 HTTP/1.1" 200 1292 0.004327 10.0.0.41 - - [2026-03-19 04:36:12] "GET /virtual-machine-interface/18ff9a27-963a-425c-8629-12a609b62b85 HTTP/1.1" 200 2947 0.005369 10.0.0.41 - - [2026-03-19 04:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.41 - - [2026-03-19 04:36:12] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003826 10.0.0.41 - - [2026-03-19 04:36:12] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003340 10.0.0.41 - - [2026-03-19 04:36:13] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005715 10.0.0.41 - - [2026-03-19 04:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.41 - - [2026-03-19 04:36:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003911 10.0.0.41 - - [2026-03-19 04:36:14] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003694 10.0.0.41 - - [2026-03-19 04:36:14] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006192 10.0.0.41 - - [2026-03-19 04:36:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008431 10.0.0.41 - - [2026-03-19 04:36:20] "POST /neutron/port HTTP/1.1" 200 1125 0.055925 10.0.0.41 - - [2026-03-19 04:36:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007168 10.0.0.41 - - [2026-03-19 04:36:51] "POST /neutron/port HTTP/1.1" 200 1125 0.022259 10.0.0.41 - - [2026-03-19 04:36:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004000 10.0.0.41 - - [2026-03-19 04:36:51] "POST /neutron/network HTTP/1.1" 200 886 0.011198 10.0.0.41 - - [2026-03-19 04:36:57] "POST /neutron/network HTTP/1.1" 200 896 0.012248 10.0.0.41 - - [2026-03-19 04:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.001299 10.0.0.41 - - [2026-03-19 04:37:15] "GET /virtual-machine/74322606-39b8-48ae-8363-fd7138036520 HTTP/1.1" 200 1292 0.004536 10.0.0.41 - - [2026-03-19 04:37:15] "POST /neutron/port HTTP/1.1" 200 1115 0.015948 10.0.0.41 - - [2026-03-19 04:37:17] "GET /virtual-machine/74322606-39b8-48ae-8363-fd7138036520 HTTP/1.1" 404 171 0.003486 10.0.0.41 - - [2026-03-19 04:37:17] "GET /virtual-machine/74322606-39b8-48ae-8363-fd7138036520 HTTP/1.1" 404 171 0.003245 10.0.0.41 - - [2026-03-19 04:37:17] "GET /virtual-machine/74322606-39b8-48ae-8363-fd7138036520 HTTP/1.1" 404 171 0.003614 10.0.0.41 - - [2026-03-19 04:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.41 - - [2026-03-19 04:37:17] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003570 10.0.0.41 - - [2026-03-19 04:37:17] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003791 10.0.0.41 - - [2026-03-19 04:37:17] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006159 10.0.0.41 - - [2026-03-19 04:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.41 - - [2026-03-19 04:37:17] "GET /routing-instance/7101a51f-e484-4e91-9619-422e3438998d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004459 10.0.0.41 - - [2026-03-19 04:37:17] "GET /route-target/363ef9d5-70bc-4d4f-99d4-06c6f0e66746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004410 10.0.0.41 - - [2026-03-19 04:37:17] "GET /obj-perms HTTP/1.1" 200 5032 0.003619 10.0.0.41 - - [2026-03-19 04:37:17] "GET /virtual-machine/25d3b82f-4e2a-44b3-b60c-bd42e305ab8a HTTP/1.1" 200 1293 0.005306 10.0.0.41 - - [2026-03-19 04:37:18] "POST /neutron/port HTTP/1.1" 200 1115 0.014720 10.0.0.41 - - [2026-03-19 04:37:19] "GET /virtual-machine/25d3b82f-4e2a-44b3-b60c-bd42e305ab8a HTTP/1.1" 404 171 0.002998 10.0.0.41 - - [2026-03-19 04:37:19] "GET /virtual-machine/25d3b82f-4e2a-44b3-b60c-bd42e305ab8a HTTP/1.1" 404 171 0.003041 10.0.0.41 - - [2026-03-19 04:37:19] "GET /virtual-machine/25d3b82f-4e2a-44b3-b60c-bd42e305ab8a HTTP/1.1" 404 171 0.003053 10.0.0.41 - - [2026-03-19 04:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.41 - - [2026-03-19 04:37:20] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004033 10.0.0.41 - - [2026-03-19 04:37:20] "GET /virtual-networks?parent_id=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004280 10.0.0.41 - - [2026-03-19 04:37:20] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006083 10.0.0.41 - - [2026-03-19 04:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.41 - - [2026-03-19 04:37:20] "GET /routing-instance/baf36a6d-7713-42b0-8fb5-898203980890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004738 10.0.0.41 - - [2026-03-19 04:37:20] "GET /route-target/8fd54a84-ae8e-49e8-b746-c766af25d7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003319 10.0.0.41 - - [2026-03-19 04:37:20] "GET /obj-perms HTTP/1.1" 200 5032 0.003684 10.0.0.242 - - [2026-03-19 04:37:20] "GET /obj-perms HTTP/1.1" 200 5032 0.003693 10.0.0.41 - - [2026-03-19 04:37:26] "GET /obj-perms HTTP/1.1" 200 5032 0.005920 10.0.0.242 - - [2026-03-19 04:37:26] "GET /obj-perms HTTP/1.1" 200 5032 0.003614 10.0.0.27 - - [2026-03-19 04:37:26] "GET /obj-perms HTTP/1.1" 200 5032 0.003649 10.0.0.27 - - [2026-03-19 04:37:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003075 10.0.0.27 - - [2026-03-19 04:37:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002904 10.0.0.41 - - [2026-03-19 04:37:27] "DELETE /virtual-network/e1076518-870c-4278-904e-4bfc11589c6e HTTP/1.1" 200 115 0.137299 10.0.0.27 - - [2026-03-19 04:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.046257 10.0.0.41 - - [2026-03-19 04:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.41 - - [2026-03-19 04:37:27] "GET /network-policy/e87c6df4-7ef5-42ef-81fe-876ae40658c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005052 10.0.0.41 - - [2026-03-19 04:37:27] "POST /ref-update HTTP/1.1" 200 156 0.063207 10.0.0.27 - - [2026-03-19 04:37:27] "POST /ref-update HTTP/1.1" 200 156 0.029826 10.0.0.41 - - [2026-03-19 04:37:27] "GET /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.015014 10.0.0.41 - - [2026-03-19 04:37:27] "DELETE /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee HTTP/1.1" 409 248 0.010637 10.0.0.41 - - [2026-03-19 04:37:27] "POST /neutron/port HTTP/1.1" 200 1125 0.016964 10.0.0.41 - - [2026-03-19 04:37:28] "POST /neutron/port HTTP/1.1" 200 151 0.292647 10.0.0.27 - - [2026-03-19 04:37:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007094 10.0.0.27 - - [2026-03-19 04:37:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005491 10.0.0.41 - - [2026-03-19 04:37:29] "DELETE /virtual-network/ce33b147-76a8-4116-8618-e7953a8fa0ee HTTP/1.1" 200 115 0.142279 10.0.0.41 - - [2026-03-19 04:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.41 - - [2026-03-19 04:37:29] "GET /network-policy/cb818b3b-c0c2-4f14-9106-429a454380f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003657 10.0.0.41 - - [2026-03-19 04:37:29] "POST /ref-update HTTP/1.1" 200 156 0.057623 10.0.0.27 - - [2026-03-19 04:37:29] "DELETE /access-control-list/3f97d475-1a87-44fd-b81d-abe45afe242b HTTP/1.1" 200 115 0.063232 10.0.0.41 - - [2026-03-19 04:37:29] "POST /neutron/network HTTP/1.1" 200 809 0.015880 10.0.0.41 - - [2026-03-19 04:37:29] "GET /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005407 10.0.0.27 - - [2026-03-19 04:37:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006700 10.0.0.27 - - [2026-03-19 04:37:30] "POST /useragent-kv HTTP/1.1" 200 115 0.005327 10.0.0.41 - - [2026-03-19 04:37:30] "DELETE /virtual-network/caabbec2-ebaf-4a69-af3f-b50463afd4bf HTTP/1.1" 200 115 0.140134 10.0.0.41 - - [2026-03-19 04:37:30] "DELETE /network-policy/e87c6df4-7ef5-42ef-81fe-876ae40658c0 HTTP/1.1" 200 115 0.051766 10.0.0.41 - - [2026-03-19 04:37:30] "DELETE /network-policy/cb818b3b-c0c2-4f14-9106-429a454380f5 HTTP/1.1" 200 115 0.041150 10.0.0.27 - - [2026-03-19 04:37:58] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001389 10.0.0.41 - - [2026-03-19 04:37:58] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.098161 10.0.0.27 - - [2026-03-19 04:37:58] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000993 10.0.0.41 - - [2026-03-19 04:37:58] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?fields=virtual_networks HTTP/1.1" 200 1032 0.091860 10.0.0.27 - - [2026-03-19 04:37:58] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001312 10.0.0.41 - - [2026-03-19 04:37:58] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.058086 10.0.0.27 - - [2026-03-19 04:37:58] "GET /projects?obj_uuids=0a35f22b-f58d-4096-9833-73f863659347&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001208 10.0.0.41 - - [2026-03-19 04:37:58] "GET /project/0a35f22b-f58d-4096-9833-73f863659347?fields=security_groups HTTP/1.1" 200 1259 0.042373 10.0.0.41 - - [2026-03-19 04:37:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.048233 10.0.0.27 - - [2026-03-19 04:37:59] "GET /projects?obj_uuids=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003401 10.0.0.27 - - [2026-03-19 04:37:59] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.27 - - [2026-03-19 04:37:59] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007417 10.0.0.27 - - [2026-03-19 04:38:00] "POST /id-to-fqname HTTP/1.1" 200 190 0.001665 10.0.0.27 - - [2026-03-19 04:38:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.011630 10.0.0.27 - - [2026-03-19 04:38:00] "POST /security-groups HTTP/1.1" 200 591 0.042281 10.0.0.27 - - [2026-03-19 04:38:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.003595 10.0.0.27 - - [2026-03-19 04:38:00] "POST /projects HTTP/1.1" 200 585 0.322383 10.0.0.27 - - [2026-03-19 04:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.396618 10.0.0.27 - - [2026-03-19 04:38:00] "POST /access-control-lists HTTP/1.1" 200 594 0.038412 10.0.0.41 - - [2026-03-19 04:38:00] "GET /project/cd5e6ac4-85d3-4b6b-9a5a-992916904544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.572834 10.0.0.41 - - [2026-03-19 04:38:01] "GET / HTTP/1.1" 200 35931 0.002357 10.0.0.41 - - [2026-03-19 04:38:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000679 10.0.0.41 - - [2026-03-19 04:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.147351 10.0.0.27 - - [2026-03-19 04:38:04] "GET /projects?obj_uuids=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001753 10.0.0.41 - - [2026-03-19 04:38:04] "GET /project/cd5e6ac4-85d3-4b6b-9a5a-992916904544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057475 10.0.0.27 - - [2026-03-19 04:38:05] "POST /useragent-kv HTTP/1.1" 200 115 0.010839 10.0.0.41 - - [2026-03-19 04:38:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.352450 10.0.0.41 - - [2026-03-19 04:38:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001195 10.0.0.41 - - [2026-03-19 04:38:05] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007625 10.0.0.27 - - [2026-03-19 04:38:05] "DELETE /access-control-list/0c7a7e95-dea4-4802-8573-975cdc1b5d50 HTTP/1.1" 200 115 0.069155 10.0.0.41 - - [2026-03-19 04:38:05] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.014822 10.0.0.41 - - [2026-03-19 04:38:05] "POST /neutron/network HTTP/1.1" 200 823 0.009409 10.0.0.41 - - [2026-03-19 04:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005961 10.0.0.27 - - [2026-03-19 04:38:05] "GET /projects?obj_uuids=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000971 10.0.0.41 - - [2026-03-19 04:38:05] "GET /project/cd5e6ac4-85d3-4b6b-9a5a-992916904544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052566 10.0.0.27 - - [2026-03-19 04:38:05] "GET /projects?obj_uuids=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000908 10.0.0.41 - - [2026-03-19 04:38:05] "POST /neutron/network HTTP/1.1" 200 605 0.137189 10.0.0.27 - - [2026-03-19 04:38:05] "POST /ref-update HTTP/1.1" 200 156 0.025136 10.0.0.41 - - [2026-03-19 04:38:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.003755 10.0.0.41 - - [2026-03-19 04:38:05] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005503 10.0.0.41 - - [2026-03-19 04:38:05] "POST /neutron/network HTTP/1.1" 200 823 0.007071 10.0.0.41 - - [2026-03-19 04:38:05] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005608 10.0.0.41 - - [2026-03-19 04:38:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001289 10.0.0.41 - - [2026-03-19 04:38:06] "POST /neutron/network HTTP/1.1" 200 833 0.007075 10.0.0.27 - - [2026-03-19 04:38:07] "GET /projects?obj_uuids=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.41 - - [2026-03-19 04:38:07] "GET /project/cd5e6ac4-85d3-4b6b-9a5a-992916904544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.093033 10.0.0.41 - - [2026-03-19 04:38:07] "POST /neutron/port HTTP/1.1" 200 117 0.009680 10.0.0.41 - - [2026-03-19 04:38:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001278 10.0.0.41 - - [2026-03-19 04:38:07] "POST /neutron/network HTTP/1.1" 200 833 0.007213 10.0.0.41 - - [2026-03-19 04:38:08] "POST /neutron/port HTTP/1.1" 200 1059 0.019811 10.0.0.27 - - [2026-03-19 04:38:08] "GET /projects?obj_uuids=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.41 - - [2026-03-19 04:38:08] "GET /project/cd5e6ac4-85d3-4b6b-9a5a-992916904544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.083708 10.0.0.41 - - [2026-03-19 04:38:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004401 10.0.0.41 - - [2026-03-19 04:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.41 - - [2026-03-19 04:38:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007795 10.0.0.41 - - [2026-03-19 04:38:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007246 10.0.0.41 - - [2026-03-19 04:38:09] "POST /neutron/port HTTP/1.1" 200 1059 0.021281 10.0.0.41 - - [2026-03-19 04:38:10] "POST /neutron/port HTTP/1.1" 200 1123 0.024887 10.0.0.41 - - [2026-03-19 04:38:10] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.41 - - [2026-03-19 04:38:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008684 10.0.0.41 - - [2026-03-19 04:38:14] "POST /neutron/port HTTP/1.1" 200 1123 0.021144 10.0.0.41 - - [2026-03-19 04:38:14] "GET /virtual-machine/9c5fb4e6-5017-4620-bf75-e634ab7ef3df HTTP/1.1" 401 292 0.000369 10.0.0.41 - - [2026-03-19 04:38:14] "GET /virtual-machine/9c5fb4e6-5017-4620-bf75-e634ab7ef3df HTTP/1.1" 200 1293 0.029956 10.0.0.41 - - [2026-03-19 04:38:14] "GET /virtual-machine-interface/b11045b7-a59b-4c45-bcfe-39ea00d0ffb5 HTTP/1.1" 200 2941 0.006100 10.0.0.41 - - [2026-03-19 04:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.41 - - [2026-03-19 04:38:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004608 10.0.0.41 - - [2026-03-19 04:38:14] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003713 10.0.0.41 - - [2026-03-19 04:38:14] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007425 10.0.0.41 - - [2026-03-19 04:38:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007102 10.0.0.41 - - [2026-03-19 04:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.41 - - [2026-03-19 04:38:18] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005390 10.0.0.41 - - [2026-03-19 04:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.41 - - [2026-03-19 04:38:20] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003821 10.0.0.41 - - [2026-03-19 04:38:20] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003628 10.0.0.41 - - [2026-03-19 04:38:20] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006806 10.0.0.41 - - [2026-03-19 04:38:20] "POST /neutron/port HTTP/1.1" 200 1123 0.017715 10.0.0.41 - - [2026-03-19 04:38:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007995 10.0.0.41 - - [2026-03-19 04:38:20] "GET /virtual-machine/990f0d56-7da1-4e75-9cc4-79787c21afc9 HTTP/1.1" 200 1293 0.006478 10.0.0.41 - - [2026-03-19 04:38:20] "GET /virtual-machine-interface/9bcefdf5-b97b-4363-964c-1669148fd083 HTTP/1.1" 200 2941 0.005502 10.0.0.41 - - [2026-03-19 04:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.41 - - [2026-03-19 04:38:20] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004748 10.0.0.41 - - [2026-03-19 04:38:20] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002980 10.0.0.41 - - [2026-03-19 04:38:20] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005701 10.0.0.41 - - [2026-03-19 04:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.41 - - [2026-03-19 04:38:21] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003443 10.0.0.41 - - [2026-03-19 04:38:21] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003144 10.0.0.41 - - [2026-03-19 04:38:21] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006148 10.0.0.41 - - [2026-03-19 04:38:22] "POST /neutron/port HTTP/1.1" 200 1123 0.021016 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-machine/9c5fb4e6-5017-4620-bf75-e634ab7ef3df HTTP/1.1" 200 1293 0.004379 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-machine-interface/b11045b7-a59b-4c45-bcfe-39ea00d0ffb5 HTTP/1.1" 200 2941 0.005511 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-machine/9c5fb4e6-5017-4620-bf75-e634ab7ef3df HTTP/1.1" 200 1293 0.004051 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-machine-interface/b11045b7-a59b-4c45-bcfe-39ea00d0ffb5 HTTP/1.1" 200 2941 0.006028 10.0.0.41 - - [2026-03-19 04:38:22] "GET /instance-ip/fc904c2c-32c6-4857-b520-3337b0d52c68 HTTP/1.1" 200 1620 0.006562 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-machine/9c5fb4e6-5017-4620-bf75-e634ab7ef3df HTTP/1.1" 200 1293 0.004323 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-machine-interface/b11045b7-a59b-4c45-bcfe-39ea00d0ffb5 HTTP/1.1" 200 2941 0.006653 10.0.0.41 - - [2026-03-19 04:38:22] "GET /instance-ip/fc904c2c-32c6-4857-b520-3337b0d52c68 HTTP/1.1" 200 1620 0.003952 10.0.0.41 - - [2026-03-19 04:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.41 - - [2026-03-19 04:38:22] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003510 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002864 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005535 10.0.0.41 - - [2026-03-19 04:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.41 - - [2026-03-19 04:38:22] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003549 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003120 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006054 10.0.0.41 - - [2026-03-19 04:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.41 - - [2026-03-19 04:38:22] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004488 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003671 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005624 10.0.0.41 - - [2026-03-19 04:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.41 - - [2026-03-19 04:38:22] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004945 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002778 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006509 10.0.0.41 - - [2026-03-19 04:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.41 - - [2026-03-19 04:38:22] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005229 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003517 10.0.0.41 - - [2026-03-19 04:38:22] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005933 10.0.0.41 - - [2026-03-19 04:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.41 - - [2026-03-19 04:38:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003695 10.0.0.41 - - [2026-03-19 04:38:23] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003810 10.0.0.41 - - [2026-03-19 04:38:23] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005771 10.0.0.41 - - [2026-03-19 04:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.41 - - [2026-03-19 04:38:23] "GET /routing-instance/e2d20be8-5e5a-4822-b9c7-a76d3796d8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005212 10.0.0.41 - - [2026-03-19 04:38:23] "GET /route-target/27de8300-19b3-42f6-bc8e-b7a2e3b6853b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004421 10.0.0.41 - - [2026-03-19 04:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.41 - - [2026-03-19 04:38:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005666 10.0.0.41 - - [2026-03-19 04:38:23] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003136 10.0.0.41 - - [2026-03-19 04:38:23] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006080 10.0.0.41 - - [2026-03-19 04:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.41 - - [2026-03-19 04:38:23] "GET /routing-instance/e2d20be8-5e5a-4822-b9c7-a76d3796d8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004147 10.0.0.41 - - [2026-03-19 04:38:23] "GET /route-target/27de8300-19b3-42f6-bc8e-b7a2e3b6853b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004435 10.0.0.41 - - [2026-03-19 04:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.41 - - [2026-03-19 04:38:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003658 10.0.0.41 - - [2026-03-19 04:38:23] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003839 10.0.0.41 - - [2026-03-19 04:38:23] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005791 10.0.0.41 - - [2026-03-19 04:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.41 - - [2026-03-19 04:38:23] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005208 10.0.0.41 - - [2026-03-19 04:38:23] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003930 10.0.0.41 - - [2026-03-19 04:38:23] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006197 10.0.0.41 - - [2026-03-19 04:38:24] "GET /obj-perms HTTP/1.1" 200 5030 0.066493 10.0.0.27 - - [2026-03-19 04:38:24] "GET /obj-perms HTTP/1.1" 200 5030 0.057367 10.0.0.41 - - [2026-03-19 04:38:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003854 10.0.0.242 - - [2026-03-19 04:38:25] "GET /obj-perms HTTP/1.1" 200 5030 0.061040 10.0.0.41 - - [2026-03-19 04:38:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008645 10.0.0.41 - - [2026-03-19 04:38:25] "GET /virtual-machine/990f0d56-7da1-4e75-9cc4-79787c21afc9 HTTP/1.1" 200 1293 0.005471 10.0.0.41 - - [2026-03-19 04:38:25] "GET /virtual-machine-interface/9bcefdf5-b97b-4363-964c-1669148fd083 HTTP/1.1" 200 2941 0.006353 10.0.0.41 - - [2026-03-19 04:38:25] "GET /virtual-machine/990f0d56-7da1-4e75-9cc4-79787c21afc9 HTTP/1.1" 200 1293 0.004345 10.0.0.41 - - [2026-03-19 04:38:25] "GET /virtual-machine-interface/9bcefdf5-b97b-4363-964c-1669148fd083 HTTP/1.1" 200 2941 0.005579 10.0.0.41 - - [2026-03-19 04:38:25] "GET /instance-ip/40ceeb61-cbbe-4474-b540-265c5e5c7808 HTTP/1.1" 200 1619 0.006817 10.0.0.41 - - [2026-03-19 04:38:25] "GET /virtual-machine/990f0d56-7da1-4e75-9cc4-79787c21afc9 HTTP/1.1" 200 1293 0.003846 10.0.0.41 - - [2026-03-19 04:38:25] "GET /virtual-machine-interface/9bcefdf5-b97b-4363-964c-1669148fd083 HTTP/1.1" 200 2941 0.009910 10.0.0.41 - - [2026-03-19 04:38:25] "GET /instance-ip/40ceeb61-cbbe-4474-b540-265c5e5c7808 HTTP/1.1" 200 1619 0.006578 10.0.0.41 - - [2026-03-19 04:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.41 - - [2026-03-19 04:38:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004231 10.0.0.41 - - [2026-03-19 04:38:26] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003161 10.0.0.41 - - [2026-03-19 04:38:26] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005930 10.0.0.41 - - [2026-03-19 04:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.41 - - [2026-03-19 04:38:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003915 10.0.0.41 - - [2026-03-19 04:38:26] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004044 10.0.0.41 - - [2026-03-19 04:38:26] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006225 10.0.0.41 - - [2026-03-19 04:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.015290 10.0.0.41 - - [2026-03-19 04:38:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004103 10.0.0.41 - - [2026-03-19 04:38:26] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003562 10.0.0.41 - - [2026-03-19 04:38:26] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005649 10.0.0.41 - - [2026-03-19 04:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.41 - - [2026-03-19 04:38:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004218 10.0.0.41 - - [2026-03-19 04:38:26] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003003 10.0.0.41 - - [2026-03-19 04:38:26] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007488 10.0.0.41 - - [2026-03-19 04:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.41 - - [2026-03-19 04:38:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007364 10.0.0.41 - - [2026-03-19 04:38:26] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003365 10.0.0.41 - - [2026-03-19 04:38:26] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006996 10.0.0.41 - - [2026-03-19 04:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005965 10.0.0.41 - - [2026-03-19 04:38:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005731 10.0.0.41 - - [2026-03-19 04:38:26] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.012115 10.0.0.41 - - [2026-03-19 04:38:26] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006975 10.0.0.41 - - [2026-03-19 04:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006907 10.0.0.41 - - [2026-03-19 04:38:26] "GET /routing-instance/a958aa5a-89ef-4929-b7f1-649d14fbae45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.007853 10.0.0.41 - - [2026-03-19 04:38:26] "GET /route-target/6871d16f-de71-4b25-a981-90b1b094c162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004533 10.0.0.41 - - [2026-03-19 04:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.41 - - [2026-03-19 04:38:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003783 10.0.0.41 - - [2026-03-19 04:38:27] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002745 10.0.0.41 - - [2026-03-19 04:38:27] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006212 10.0.0.41 - - [2026-03-19 04:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.41 - - [2026-03-19 04:38:27] "GET /routing-instance/a958aa5a-89ef-4929-b7f1-649d14fbae45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004684 10.0.0.41 - - [2026-03-19 04:38:27] "GET /route-target/6871d16f-de71-4b25-a981-90b1b094c162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003831 10.0.0.41 - - [2026-03-19 04:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.41 - - [2026-03-19 04:38:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004564 10.0.0.41 - - [2026-03-19 04:38:27] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003572 10.0.0.41 - - [2026-03-19 04:38:27] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006012 10.0.0.41 - - [2026-03-19 04:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.41 - - [2026-03-19 04:38:27] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004007 10.0.0.41 - - [2026-03-19 04:38:27] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003533 10.0.0.41 - - [2026-03-19 04:38:27] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006401 10.0.0.27 - - [2026-03-19 04:38:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003814 10.0.0.41 - - [2026-03-19 04:38:27] "GET /obj-perms HTTP/1.1" 200 5030 0.005279 10.0.0.41 - - [2026-03-19 04:38:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003217 10.0.0.242 - - [2026-03-19 04:38:27] "GET /obj-perms HTTP/1.1" 200 5030 0.009121 10.0.0.41 - - [2026-03-19 04:38:27] "GET /obj-perms HTTP/1.1" 200 5030 0.017604 10.0.0.27 - - [2026-03-19 04:38:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003952 10.0.0.27 - - [2026-03-19 04:38:36] "DELETE /project/cd5e6ac485d34b6b9a5a992916904544 HTTP/1.1" 404 173 0.003865 10.0.0.27 - - [2026-03-19 04:38:36] "DELETE /project/0a35f22b-f58d-4096-9833-73f863659347 HTTP/1.1" 404 177 0.003031 10.0.0.41 - - [2026-03-19 04:38:48] "GET /virtual-machine/990f0d56-7da1-4e75-9cc4-79787c21afc9 HTTP/1.1" 200 1293 0.004139 10.0.0.41 - - [2026-03-19 04:38:48] "POST /neutron/port HTTP/1.1" 200 151 0.185766 10.0.0.41 - - [2026-03-19 04:38:50] "GET /virtual-machine/990f0d56-7da1-4e75-9cc4-79787c21afc9 HTTP/1.1" 404 171 0.003223 10.0.0.41 - - [2026-03-19 04:38:50] "GET /virtual-machine/990f0d56-7da1-4e75-9cc4-79787c21afc9 HTTP/1.1" 404 171 0.003315 10.0.0.41 - - [2026-03-19 04:38:50] "GET /virtual-machine/990f0d56-7da1-4e75-9cc4-79787c21afc9 HTTP/1.1" 404 171 0.002995 10.0.0.41 - - [2026-03-19 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.41 - - [2026-03-19 04:38:50] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004852 10.0.0.41 - - [2026-03-19 04:38:50] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003768 10.0.0.41 - - [2026-03-19 04:38:50] "GET /virtual-network/41c029c6-00df-48c8-8e9b-d8eccaefa8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006555 10.0.0.41 - - [2026-03-19 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.41 - - [2026-03-19 04:38:50] "GET /routing-instance/a958aa5a-89ef-4929-b7f1-649d14fbae45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004676 10.0.0.41 - - [2026-03-19 04:38:50] "GET /route-target/6871d16f-de71-4b25-a981-90b1b094c162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006167 10.0.0.242 - - [2026-03-19 04:38:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004897 10.0.0.41 - - [2026-03-19 04:38:53] "POST /neutron/network HTTP/1.1" 200 833 0.006370 10.0.0.27 - - [2026-03-19 04:38:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.27 - - [2026-03-19 04:38:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.41 - - [2026-03-19 04:38:53] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.41 - - [2026-03-19 04:38:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003718 10.0.0.242 - - [2026-03-19 04:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.242 - - [2026-03-19 04:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2026-03-19 04:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2026-03-19 04:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.001049 10.0.0.242 - - [2026-03-19 04:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000840 10.0.0.242 - - [2026-03-19 04:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.41 - - [2026-03-19 04:38:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.41 - - [2026-03-19 04:38:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.41 - - [2026-03-19 04:38:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003871 10.0.0.242 - - [2026-03-19 04:38:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003525 10.0.0.41 - - [2026-03-19 04:38:57] "GET /virtual-machine/9c5fb4e6-5017-4620-bf75-e634ab7ef3df HTTP/1.1" 200 1293 0.004134 10.0.0.41 - - [2026-03-19 04:38:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.41 - - [2026-03-19 04:38:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.41 - - [2026-03-19 04:38:57] "POST /neutron/port HTTP/1.1" 200 1113 0.014046 10.0.0.41 - - [2026-03-19 04:38:59] "GET /virtual-machine/9c5fb4e6-5017-4620-bf75-e634ab7ef3df HTTP/1.1" 404 171 0.003223 10.0.0.41 - - [2026-03-19 04:38:59] "GET /virtual-machine/9c5fb4e6-5017-4620-bf75-e634ab7ef3df HTTP/1.1" 404 171 0.003671 10.0.0.41 - - [2026-03-19 04:38:59] "GET /virtual-machine/9c5fb4e6-5017-4620-bf75-e634ab7ef3df HTTP/1.1" 404 171 0.003776 10.0.0.41 - - [2026-03-19 04:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.41 - - [2026-03-19 04:38:59] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004209 10.0.0.41 - - [2026-03-19 04:38:59] "GET /virtual-networks?parent_id=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003043 10.0.0.41 - - [2026-03-19 04:38:59] "GET /virtual-network/c5be3491-fe1c-4e38-b463-fe2bd377a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006289 10.0.0.41 - - [2026-03-19 04:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2026-03-19 04:38:59] "GET /routing-instance/e2d20be8-5e5a-4822-b9c7-a76d3796d8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004403 10.0.0.41 - - [2026-03-19 04:38:59] "GET /route-target/27de8300-19b3-42f6-bc8e-b7a2e3b6853b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004107 10.0.0.41 - - [2026-03-19 04:39:05] "GET /obj-perms HTTP/1.1" 200 5030 0.003776 10.0.0.242 - - [2026-03-19 04:39:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004265 10.0.0.41 - - [2026-03-19 04:39:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004427 10.0.0.242 - - [2026-03-19 04:39:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003779 10.0.0.41 - - [2026-03-19 04:39:18] "GET /obj-perms HTTP/1.1" 200 5030 0.004209 10.0.0.27 - - [2026-03-19 04:39:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004318 10.0.0.27 - - [2026-03-19 04:39:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003207 10.0.0.41 - - [2026-03-19 04:39:18] "POST /neutron/network HTTP/1.1" 200 151 0.144024 10.0.0.27 - - [2026-03-19 04:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005934 10.0.0.27 - - [2026-03-19 04:39:20] "GET /projects?obj_uuids=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001304 10.0.0.41 - - [2026-03-19 04:39:20] "GET /project/cd5e6ac4-85d3-4b6b-9a5a-992916904544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.040796 10.0.0.27 - - [2026-03-19 04:39:20] "GET /projects?obj_uuids=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.41 - - [2026-03-19 04:39:20] "GET /project/cd5e6ac4-85d3-4b6b-9a5a-992916904544?fields=virtual_networks HTTP/1.1" 200 1032 0.050894 10.0.0.27 - - [2026-03-19 04:39:20] "GET /projects?obj_uuids=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.41 - - [2026-03-19 04:39:20] "GET /project/cd5e6ac4-85d3-4b6b-9a5a-992916904544?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.048433 10.0.0.27 - - [2026-03-19 04:39:20] "GET /projects?obj_uuids=cd5e6ac4-85d3-4b6b-9a5a-992916904544&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.41 - - [2026-03-19 04:39:20] "GET /project/cd5e6ac4-85d3-4b6b-9a5a-992916904544?fields=security_groups HTTP/1.1" 200 1258 0.052425 10.0.0.41 - - [2026-03-19 04:39:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.053551 10.0.0.27 - - [2026-03-19 04:39:21] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002903 10.0.0.27 - - [2026-03-19 04:39:21] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.27 - - [2026-03-19 04:39:21] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006499 10.0.0.27 - - [2026-03-19 04:39:21] "DELETE /access-control-list/1ee2937b-3093-4a32-afc2-f8bbc3305019 HTTP/1.1" 200 115 0.066281 10.0.0.27 - - [2026-03-19 04:39:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.002255 10.0.0.27 - - [2026-03-19 04:39:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003736 10.0.0.27 - - [2026-03-19 04:39:22] "POST /security-groups HTTP/1.1" 200 599 0.053922 10.0.0.27 - - [2026-03-19 04:39:22] "POST /projects HTTP/1.1" 200 601 0.313740 10.0.0.27 - - [2026-03-19 04:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.359758 10.0.0.27 - - [2026-03-19 04:39:22] "POST /fqname-to-id HTTP/1.1" 404 241 0.014641 10.0.0.41 - - [2026-03-19 04:39:22] "GET /project/e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.501264 10.0.0.41 - - [2026-03-19 04:39:23] "GET / HTTP/1.1" 200 35931 0.002196 10.0.0.41 - - [2026-03-19 04:39:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.41 - - [2026-03-19 04:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.093755 10.0.0.27 - - [2026-03-19 04:39:26] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001470 10.0.0.41 - - [2026-03-19 04:39:27] "GET /project/e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043538 10.0.0.41 - - [2026-03-19 04:39:27] "POST /neutron/network HTTP/1.1" 200 117 0.056605 10.0.0.27 - - [2026-03-19 04:39:27] "POST /ref-update HTTP/1.1" 200 156 0.035549 10.0.0.27 - - [2026-03-19 04:39:27] "POST /useragent-kv HTTP/1.1" 200 115 0.014998 10.0.0.41 - - [2026-03-19 04:39:27] "POST /neutron/subnet HTTP/1.1" 200 823 0.225683 10.0.0.41 - - [2026-03-19 04:39:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001340 10.0.0.41 - - [2026-03-19 04:39:28] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006194 10.0.0.41 - - [2026-03-19 04:39:28] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006377 10.0.0.41 - - [2026-03-19 04:39:28] "POST /neutron/network HTTP/1.1" 200 1004 0.012069 10.0.0.41 - - [2026-03-19 04:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.27 - - [2026-03-19 04:39:28] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.41 - - [2026-03-19 04:39:28] "GET /project/e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050637 10.0.0.41 - - [2026-03-19 04:39:28] "POST /neutron/network HTTP/1.1" 200 117 0.022143 10.0.0.27 - - [2026-03-19 04:39:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005771 10.0.0.41 - - [2026-03-19 04:39:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.216785 10.0.0.41 - - [2026-03-19 04:39:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001243 10.0.0.41 - - [2026-03-19 04:39:29] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006256 10.0.0.41 - - [2026-03-19 04:39:29] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006690 10.0.0.41 - - [2026-03-19 04:39:29] "POST /neutron/network HTTP/1.1" 200 1005 0.009256 10.0.0.41 - - [2026-03-19 04:39:29] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.014353 10.0.0.242 - - [2026-03-19 04:39:30] "GET /obj-perms HTTP/1.1" 200 5046 0.078081 10.0.0.27 - - [2026-03-19 04:39:31] "GET /obj-perms HTTP/1.1" 200 5046 0.070569 10.0.0.41 - - [2026-03-19 04:39:31] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005631 10.0.0.41 - - [2026-03-19 04:39:32] "POST /neutron/network HTTP/1.1" 200 1004 0.015593 10.0.0.41 - - [2026-03-19 04:39:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001928 10.0.0.41 - - [2026-03-19 04:39:32] "POST /neutron/network HTTP/1.1" 200 1014 0.010299 10.0.0.27 - - [2026-03-19 04:39:33] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.41 - - [2026-03-19 04:39:33] "GET /project/e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.071725 10.0.0.41 - - [2026-03-19 04:39:33] "POST /neutron/port HTTP/1.1" 200 117 0.006371 10.0.0.27 - - [2026-03-19 04:39:33] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.41 - - [2026-03-19 04:39:34] "POST /neutron/port HTTP/1.1" 200 1173 0.429214 10.0.0.41 - - [2026-03-19 04:39:34] "POST /neutron/port HTTP/1.1" 200 1227 0.139197 10.0.0.41 - - [2026-03-19 04:39:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004799 10.0.0.41 - - [2026-03-19 04:39:34] "POST /neutron/port HTTP/1.1" 200 117 0.001452 10.0.0.27 - - [2026-03-19 04:39:36] "DELETE /project/e23ad3a33bfd4f18bf8cdf17ce9b46d4 HTTP/1.1" 404 173 0.040479 10.0.0.27 - - [2026-03-19 04:39:36] "DELETE /project/cd5e6ac4-85d3-4b6b-9a5a-992916904544 HTTP/1.1" 404 177 0.062534 10.0.0.41 - - [2026-03-19 04:39:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007657 10.0.0.41 - - [2026-03-19 04:39:38] "POST /neutron/port HTTP/1.1" 200 1237 0.018973 10.0.0.41 - - [2026-03-19 04:39:38] "GET /virtual-machine/15d2f082-42c7-42de-b905-2d91fc8909f8 HTTP/1.1" 401 292 0.000433 10.0.0.41 - - [2026-03-19 04:39:39] "GET /virtual-machine/15d2f082-42c7-42de-b905-2d91fc8909f8 HTTP/1.1" 200 1300 0.037555 10.0.0.41 - - [2026-03-19 04:39:39] "GET /virtual-machine-interface/c0c4fc4c-fc6a-4602-8acb-d041797bcff4 HTTP/1.1" 200 3175 0.005341 10.0.0.41 - - [2026-03-19 04:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.41 - - [2026-03-19 04:39:39] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004195 10.0.0.41 - - [2026-03-19 04:39:39] "GET /virtual-networks?parent_id=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003588 10.0.0.41 - - [2026-03-19 04:39:39] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005813 10.0.0.41 - - [2026-03-19 04:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.41 - - [2026-03-19 04:39:42] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005483 10.0.0.41 - - [2026-03-19 04:39:44] "GET /obj-perms HTTP/1.1" 200 5056 0.059235 10.0.0.41 - - [2026-03-19 04:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.41 - - [2026-03-19 04:39:46] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006112 10.0.0.41 - - [2026-03-19 04:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.41 - - [2026-03-19 04:39:50] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005612 10.0.0.41 - - [2026-03-19 04:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.41 - - [2026-03-19 04:39:54] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005369 10.0.0.41 - - [2026-03-19 04:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.41 - - [2026-03-19 04:39:58] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005367 10.0.0.41 - - [2026-03-19 04:40:00] "POST /neutron/port HTTP/1.1" 200 1237 0.066965 10.0.0.41 - - [2026-03-19 04:40:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004074 10.0.0.41 - - [2026-03-19 04:40:00] "POST /neutron/port HTTP/1.1" 200 117 0.001482 10.0.0.41 - - [2026-03-19 04:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.41 - - [2026-03-19 04:40:02] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008965 10.0.0.41 - - [2026-03-19 04:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.41 - - [2026-03-19 04:40:06] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005742 10.0.0.41 - - [2026-03-19 04:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.41 - - [2026-03-19 04:40:11] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005908 10.0.0.41 - - [2026-03-19 04:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.41 - - [2026-03-19 04:40:13] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005926 10.0.0.41 - - [2026-03-19 04:40:13] "GET /virtual-networks?parent_id=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003390 10.0.0.41 - - [2026-03-19 04:40:13] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006145 10.0.0.41 - - [2026-03-19 04:40:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008226 10.0.0.41 - - [2026-03-19 04:40:23] "POST /neutron/port HTTP/1.1" 200 1237 0.016649 10.0.0.41 - - [2026-03-19 04:40:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006847 10.0.0.41 - - [2026-03-19 04:40:33] "POST /neutron/port HTTP/1.1" 200 1237 0.020176 10.0.0.41 - - [2026-03-19 04:40:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007619 10.0.0.41 - - [2026-03-19 04:40:39] "POST /neutron/port HTTP/1.1" 200 1237 0.028692 10.0.0.41 - - [2026-03-19 04:40:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007931 10.0.0.41 - - [2026-03-19 04:40:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001186 10.0.0.41 - - [2026-03-19 04:40:39] "GET /virtual-machine/15d2f082-42c7-42de-b905-2d91fc8909f8 HTTP/1.1" 200 1300 0.003644 10.0.0.41 - - [2026-03-19 04:40:39] "GET /virtual-machine-interface/c0c4fc4c-fc6a-4602-8acb-d041797bcff4 HTTP/1.1" 200 3175 0.005280 10.0.0.41 - - [2026-03-19 04:40:39] "GET /instance-ip/21140a3d-247b-4bda-b2a6-389a47324328 HTTP/1.1" 200 1635 0.006407 10.0.0.41 - - [2026-03-19 04:40:39] "GET /instance-ip/2f2875ba-2128-43f2-9704-f24c0db7b77f HTTP/1.1" 200 1655 0.006209 10.0.0.41 - - [2026-03-19 04:40:39] "POST /fqname-to-id HTTP/1.1" 404 218 0.003233 10.0.0.41 - - [2026-03-19 04:40:39] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007081 10.0.0.27 - - [2026-03-19 04:40:39] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.032855 10.0.0.41 - - [2026-03-19 04:40:39] "GET /project/e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075301 10.0.0.41 - - [2026-03-19 04:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.41 - - [2026-03-19 04:40:39] "GET /security-group/ce1725e7-83f0-4876-b8d1-8459c153412f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.007188 10.0.0.41 - - [2026-03-19 04:40:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.080467 10.0.0.41 - - [2026-03-19 04:40:40] "POST /instance-ips HTTP/1.1" 200 357 0.040859 10.0.0.41 - - [2026-03-19 04:40:40] "GET /instance-ip/3dd8a37f-a333-40a4-8b1a-e7950f1959d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.007258 10.0.0.41 - - [2026-03-19 04:40:40] "POST /instance-ips HTTP/1.1" 200 357 0.052058 10.0.0.41 - - [2026-03-19 04:40:40] "GET /instance-ip/7c6edb37-035f-4353-957c-4099626d77bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.006826 10.0.0.41 - - [2026-03-19 04:40:40] "GET /virtual-machine-interface/b9f0ab9f-898c-4f4c-b4ac-11f62d9d3bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.006208 10.0.0.41 - - [2026-03-19 04:40:40] "GET /virtual-machine-interface/b9f0ab9f-898c-4f4c-b4ac-11f62d9d3bbe?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.007689 10.0.0.41 - - [2026-03-19 04:40:40] "GET /instance-ip/3dd8a37f-a333-40a4-8b1a-e7950f1959d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.005044 10.0.0.41 - - [2026-03-19 04:40:40] "GET /instance-ip/7c6edb37-035f-4353-957c-4099626d77bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.006752 10.0.0.41 - - [2026-03-19 04:40:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001662 10.0.0.41 - - [2026-03-19 04:40:40] "POST /neutron/port HTTP/1.1" 200 1237 0.021997 10.0.0.41 - - [2026-03-19 04:40:40] "POST /neutron/port HTTP/1.1" 200 1079 0.038373 10.0.0.41 - - [2026-03-19 04:40:41] "POST /neutron/port HTTP/1.1" 200 1079 0.015815 10.0.0.41 - - [2026-03-19 04:40:41] "POST /neutron/port HTTP/1.1" 200 117 0.007029 10.0.0.41 - - [2026-03-19 04:40:41] "POST /neutron/network HTTP/1.1" 200 1014 0.007245 10.0.0.41 - - [2026-03-19 04:40:41] "POST /neutron/port HTTP/1.1" 200 1172 0.154305 10.0.0.41 - - [2026-03-19 04:40:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004573 10.0.0.41 - - [2026-03-19 04:40:42] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.27 - - [2026-03-19 04:40:44] "GET /obj-perms HTTP/1.1" 200 5056 0.069434 10.0.0.41 - - [2026-03-19 04:40:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008535 10.0.0.41 - - [2026-03-19 04:40:46] "POST /neutron/port HTTP/1.1" 200 1182 0.021721 10.0.0.41 - - [2026-03-19 04:40:46] "GET /virtual-machine/190a0726-c6b0-4a07-9b88-429afac31c93 HTTP/1.1" 200 1278 0.007814 10.0.0.41 - - [2026-03-19 04:40:46] "GET /virtual-machine-interface/b9f0ab9f-898c-4f4c-b4ac-11f62d9d3bbe HTTP/1.1" 200 3225 0.006014 10.0.0.41 - - [2026-03-19 04:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.41 - - [2026-03-19 04:40:46] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003597 10.0.0.41 - - [2026-03-19 04:40:46] "GET /virtual-networks?parent_id=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003734 10.0.0.41 - - [2026-03-19 04:40:46] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006114 10.0.0.41 - - [2026-03-19 04:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.41 - - [2026-03-19 04:40:49] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005014 10.0.0.41 - - [2026-03-19 04:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.41 - - [2026-03-19 04:40:53] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005722 10.0.0.41 - - [2026-03-19 04:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.41 - - [2026-03-19 04:40:57] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006083 10.0.0.41 - - [2026-03-19 04:41:01] "POST /neutron/port HTTP/1.1" 200 1237 0.023610 10.0.0.41 - - [2026-03-19 04:41:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004512 10.0.0.41 - - [2026-03-19 04:41:01] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.41 - - [2026-03-19 04:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.41 - - [2026-03-19 04:41:02] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005713 10.0.0.41 - - [2026-03-19 04:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.41 - - [2026-03-19 04:41:06] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005733 10.0.0.41 - - [2026-03-19 04:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.41 - - [2026-03-19 04:41:10] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005572 10.0.0.41 - - [2026-03-19 04:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.41 - - [2026-03-19 04:41:14] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005789 10.0.0.41 - - [2026-03-19 04:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.41 - - [2026-03-19 04:41:18] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005576 10.0.0.41 - - [2026-03-19 04:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.41 - - [2026-03-19 04:41:22] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007641 10.0.0.41 - - [2026-03-19 04:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.41 - - [2026-03-19 04:41:26] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003921 10.0.0.41 - - [2026-03-19 04:41:26] "GET /virtual-networks?parent_id=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003251 10.0.0.41 - - [2026-03-19 04:41:26] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006576 10.0.0.41 - - [2026-03-19 04:41:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007746 10.0.0.41 - - [2026-03-19 04:41:35] "POST /neutron/port HTTP/1.1" 200 1182 0.050070 10.0.0.41 - - [2026-03-19 04:41:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006975 10.0.0.242 - - [2026-03-19 04:41:45] "GET /obj-perms HTTP/1.1" 200 5056 0.071738 10.0.0.41 - - [2026-03-19 04:41:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001665 10.0.0.41 - - [2026-03-19 04:41:47] "POST /neutron/port HTTP/1.1" 200 2265 0.026704 10.0.0.27 - - [2026-03-19 04:41:48] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.41 - - [2026-03-19 04:41:48] "GET /project/e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.080668 10.0.0.41 - - [2026-03-19 04:41:48] "POST /neutron/network HTTP/1.1" 200 1005 0.010062 10.0.0.41 - - [2026-03-19 04:41:48] "POST /neutron/port HTTP/1.1" 200 117 0.006427 10.0.0.27 - - [2026-03-19 04:41:49] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000925 10.0.0.41 - - [2026-03-19 04:41:49] "POST /neutron/port HTTP/1.1" 200 1174 0.338531 10.0.0.41 - - [2026-03-19 04:41:50] "POST /neutron/port HTTP/1.1" 200 1228 0.158753 10.0.0.41 - - [2026-03-19 04:41:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004159 10.0.0.41 - - [2026-03-19 04:41:50] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.41 - - [2026-03-19 04:41:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008586 10.0.0.41 - - [2026-03-19 04:41:54] "POST /neutron/port HTTP/1.1" 200 1238 0.019404 10.0.0.41 - - [2026-03-19 04:41:54] "GET /virtual-machine/2ebf0fc1-c427-4bd7-97ac-883333d7c894 HTTP/1.1" 200 1300 0.007780 10.0.0.41 - - [2026-03-19 04:41:54] "GET /virtual-machine-interface/93301c45-ebc5-4a12-9ff2-3f3531cacc1a HTTP/1.1" 200 3175 0.005023 10.0.0.41 - - [2026-03-19 04:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.41 - - [2026-03-19 04:41:54] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004052 10.0.0.41 - - [2026-03-19 04:41:54] "GET /virtual-networks?parent_id=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002964 10.0.0.41 - - [2026-03-19 04:41:54] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005913 10.0.0.41 - - [2026-03-19 04:41:56] "POST /neutron/port HTTP/1.1" 200 1238 0.017780 10.0.0.41 - - [2026-03-19 04:41:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004141 10.0.0.41 - - [2026-03-19 04:41:56] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.41 - - [2026-03-19 04:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.41 - - [2026-03-19 04:41:57] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006185 10.0.0.41 - - [2026-03-19 04:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.41 - - [2026-03-19 04:42:01] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007286 10.0.0.41 - - [2026-03-19 04:42:02] "POST /neutron/port HTTP/1.1" 200 1182 0.020526 10.0.0.41 - - [2026-03-19 04:42:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004126 10.0.0.41 - - [2026-03-19 04:42:03] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.41 - - [2026-03-19 04:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.41 - - [2026-03-19 04:42:05] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005870 10.0.0.41 - - [2026-03-19 04:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.41 - - [2026-03-19 04:42:09] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006853 10.0.0.41 - - [2026-03-19 04:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.41 - - [2026-03-19 04:42:13] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005723 10.0.0.41 - - [2026-03-19 04:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.41 - - [2026-03-19 04:42:18] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007122 10.0.0.41 - - [2026-03-19 04:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.41 - - [2026-03-19 04:42:22] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005515 10.0.0.41 - - [2026-03-19 04:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.41 - - [2026-03-19 04:42:26] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005862 10.0.0.41 - - [2026-03-19 04:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.41 - - [2026-03-19 04:42:30] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004942 10.0.0.41 - - [2026-03-19 04:42:30] "GET /virtual-networks?parent_id=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003982 10.0.0.41 - - [2026-03-19 04:42:30] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005643 10.0.0.41 - - [2026-03-19 04:42:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007483 10.0.0.41 - - [2026-03-19 04:42:40] "POST /neutron/port HTTP/1.1" 200 1238 0.017703 10.0.0.41 - - [2026-03-19 04:42:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006959 10.0.0.41 - - [2026-03-19 04:42:51] "POST /neutron/port HTTP/1.1" 200 1238 0.018965 10.0.0.41 - - [2026-03-19 04:42:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014205 10.0.0.41 - - [2026-03-19 04:42:51] "POST /neutron/port HTTP/1.1" 200 1238 0.016282 10.0.0.41 - - [2026-03-19 04:42:51] "POST /neutron/network HTTP/1.1" 200 1005 0.011055 10.0.0.41 - - [2026-03-19 04:42:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001338 10.0.0.41 - - [2026-03-19 04:42:51] "GET /virtual-machine/2ebf0fc1-c427-4bd7-97ac-883333d7c894 HTTP/1.1" 200 1300 0.003828 10.0.0.41 - - [2026-03-19 04:42:51] "GET /virtual-machine-interface/93301c45-ebc5-4a12-9ff2-3f3531cacc1a HTTP/1.1" 200 3175 0.005199 10.0.0.41 - - [2026-03-19 04:42:51] "GET /instance-ip/e3b53503-01ae-4dd7-8767-8b4be545fcf3 HTTP/1.1" 200 1656 0.006366 10.0.0.41 - - [2026-03-19 04:42:51] "GET /instance-ip/fca53186-49f6-40ca-a5f0-967447c317eb HTTP/1.1" 200 1636 0.006562 10.0.0.41 - - [2026-03-19 04:42:51] "POST /fqname-to-id HTTP/1.1" 404 230 0.003898 10.0.0.41 - - [2026-03-19 04:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2026-03-19 04:42:51] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.41 - - [2026-03-19 04:42:51] "GET /project/e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051554 10.0.0.41 - - [2026-03-19 04:42:51] "POST /network-policys HTTP/1.1" 200 569 0.033519 10.0.0.41 - - [2026-03-19 04:42:52] "GET /network-policy/e9ec2fca-2ec7-4ca8-8c61-cca17918bda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006005 10.0.0.41 - - [2026-03-19 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.41 - - [2026-03-19 04:42:52] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005597 10.0.0.41 - - [2026-03-19 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.41 - - [2026-03-19 04:42:52] "GET /network-policy/e9ec2fca-2ec7-4ca8-8c61-cca17918bda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004808 10.0.0.41 - - [2026-03-19 04:42:52] "POST /ref-update HTTP/1.1" 200 156 0.059467 10.0.0.27 - - [2026-03-19 04:42:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.056035 10.0.0.41 - - [2026-03-19 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.41 - - [2026-03-19 04:42:52] "GET /network-policy/e9ec2fca-2ec7-4ca8-8c61-cca17918bda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003687 10.0.0.41 - - [2026-03-19 04:42:52] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.010404 10.0.0.41 - - [2026-03-19 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005138 10.0.0.41 - - [2026-03-19 04:42:52] "GET /network-policy/e9ec2fca-2ec7-4ca8-8c61-cca17918bda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005677 10.0.0.41 - - [2026-03-19 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.41 - - [2026-03-19 04:42:52] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006099 10.0.0.41 - - [2026-03-19 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.41 - - [2026-03-19 04:42:52] "GET /network-policy/e9ec2fca-2ec7-4ca8-8c61-cca17918bda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004450 10.0.0.27 - - [2026-03-19 04:42:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.034401 10.0.0.41 - - [2026-03-19 04:42:52] "POST /ref-update HTTP/1.1" 200 156 0.072837 10.0.0.41 - - [2026-03-19 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.012521 10.0.0.41 - - [2026-03-19 04:42:52] "GET /network-policy/e9ec2fca-2ec7-4ca8-8c61-cca17918bda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003533 10.0.0.41 - - [2026-03-19 04:42:52] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.009610 10.0.0.41 - - [2026-03-19 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.27 - - [2026-03-19 04:42:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.013886 10.0.0.41 - - [2026-03-19 04:42:52] "GET /network-policy/e9ec2fca-2ec7-4ca8-8c61-cca17918bda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003720 10.0.0.41 - - [2026-03-19 04:42:52] "GET /virtual-machine-interface/93301c45-ebc5-4a12-9ff2-3f3531cacc1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.004698 10.0.0.41 - - [2026-03-19 04:42:52] "PUT /virtual-machine-interface/93301c45-ebc5-4a12-9ff2-3f3531cacc1a HTTP/1.1" 200 284 0.044304 10.0.0.41 - - [2026-03-19 04:42:52] "GET /virtual-machine-interface/93301c45-ebc5-4a12-9ff2-3f3531cacc1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3070 0.010081 10.0.0.41 - - [2026-03-19 04:42:52] "PUT /virtual-machine-interface/93301c45-ebc5-4a12-9ff2-3f3531cacc1a HTTP/1.1" 200 284 0.019881 10.0.0.41 - - [2026-03-19 04:42:57] "POST /neutron/port HTTP/1.1" 200 1238 0.018241 10.0.0.41 - - [2026-03-19 04:42:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004257 10.0.0.41 - - [2026-03-19 04:42:57] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.41 - - [2026-03-19 04:43:03] "POST /neutron/port HTTP/1.1" 200 1237 0.018265 10.0.0.41 - - [2026-03-19 04:43:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004260 10.0.0.41 - - [2026-03-19 04:43:04] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.27 - - [2026-03-19 04:43:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-03-19 04:43:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.242 - - [2026-03-19 04:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.242 - - [2026-03-19 04:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2026-03-19 04:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.27 - - [2026-03-19 04:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.242 - - [2026-03-19 04:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.242 - - [2026-03-19 04:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.41 - - [2026-03-19 04:43:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.41 - - [2026-03-19 04:43:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.41 - - [2026-03-19 04:43:57] "POST /neutron/port HTTP/1.1" 200 1238 0.021430 10.0.0.41 - - [2026-03-19 04:43:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003879 10.0.0.41 - - [2026-03-19 04:43:57] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.41 - - [2026-03-19 04:43:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2026-03-19 04:43:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.41 - - [2026-03-19 04:44:04] "POST /neutron/port HTTP/1.1" 200 1182 0.019845 10.0.0.41 - - [2026-03-19 04:44:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004098 10.0.0.41 - - [2026-03-19 04:44:05] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.41 - - [2026-03-19 04:44:47] "GET /obj-perms HTTP/1.1" 200 5056 0.065994 10.0.0.41 - - [2026-03-19 04:44:52] "POST /ref-update HTTP/1.1" 200 156 0.084644 10.0.0.41 - - [2026-03-19 04:44:52] "POST /neutron/network HTTP/1.1" 200 1005 0.047715 10.0.0.41 - - [2026-03-19 04:44:52] "GET /virtual-network/e3979023-4596-4c57-8def-4fb363e1c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006294 10.0.0.41 - - [2026-03-19 04:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.41 - - [2026-03-19 04:44:52] "GET /network-policy/e9ec2fca-2ec7-4ca8-8c61-cca17918bda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004387 10.0.0.27 - - [2026-03-19 04:44:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003623 10.0.0.41 - - [2026-03-19 04:44:52] "POST /ref-update HTTP/1.1" 200 156 0.055461 10.0.0.41 - - [2026-03-19 04:44:53] "GET /virtual-network/6e81e68e-ab12-40f7-bfcd-99e8e2251e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007426 10.0.0.41 - - [2026-03-19 04:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.41 - - [2026-03-19 04:44:53] "GET /network-policy/e9ec2fca-2ec7-4ca8-8c61-cca17918bda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003734 10.0.0.41 - - [2026-03-19 04:44:53] "DELETE /network-policy/e9ec2fca-2ec7-4ca8-8c61-cca17918bda9 HTTP/1.1" 200 115 0.032190 10.0.0.27 - - [2026-03-19 04:44:53] "DELETE /access-control-list/2b0247db-d51b-4b5f-a675-1e2b54851ff5 HTTP/1.1" 200 115 0.039546 10.0.0.27 - - [2026-03-19 04:44:53] "POST /ref-update HTTP/1.1" 200 156 0.026170 10.0.0.41 - - [2026-03-19 04:44:53] "DELETE /instance-ip/3dd8a37f-a333-40a4-8b1a-e7950f1959d4 HTTP/1.1" 200 115 0.046249 10.0.0.41 - - [2026-03-19 04:44:53] "DELETE /instance-ip/7c6edb37-035f-4353-957c-4099626d77bb HTTP/1.1" 200 115 0.048059 10.0.0.41 - - [2026-03-19 04:44:53] "DELETE /virtual-machine-interface/b9f0ab9f-898c-4f4c-b4ac-11f62d9d3bbe HTTP/1.1" 200 115 0.080340 10.0.0.41 - - [2026-03-19 04:44:53] "POST /neutron/port HTTP/1.1" 200 1238 0.016953 10.0.0.41 - - [2026-03-19 04:44:54] "POST /neutron/port HTTP/1.1" 200 151 0.256766 10.0.0.41 - - [2026-03-19 04:44:54] "POST /neutron/port HTTP/1.1" 200 151 0.247229 10.0.0.41 - - [2026-03-19 04:44:56] "POST /neutron/network HTTP/1.1" 200 1004 0.009610 10.0.0.27 - - [2026-03-19 04:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.41 - - [2026-03-19 04:44:58] "POST /neutron/port HTTP/1.1" 400 205 0.004306 10.0.0.27 - - [2026-03-19 04:44:59] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.41 - - [2026-03-19 04:44:59] "GET /project/e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.085939 10.0.0.27 - - [2026-03-19 04:44:59] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.41 - - [2026-03-19 04:44:59] "GET /project/e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4?fields=virtual_networks HTTP/1.1" 200 1048 0.055068 10.0.0.27 - - [2026-03-19 04:44:59] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.41 - - [2026-03-19 04:44:59] "GET /project/e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.060996 10.0.0.27 - - [2026-03-19 04:44:59] "GET /projects?obj_uuids=e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001249 10.0.0.41 - - [2026-03-19 04:44:59] "GET /project/e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4?fields=security_groups HTTP/1.1" 200 1282 0.048513 10.0.0.41 - - [2026-03-19 04:45:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.036575 10.0.0.27 - - [2026-03-19 04:45:01] "GET /projects?obj_uuids=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003876 10.0.0.27 - - [2026-03-19 04:45:01] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.27 - - [2026-03-19 04:45:01] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049471 10.0.0.27 - - [2026-03-19 04:45:01] "POST /id-to-fqname HTTP/1.1" 200 194 0.003658 10.0.0.27 - - [2026-03-19 04:45:01] "POST /fqname-to-id HTTP/1.1" 404 203 0.004743 10.0.0.27 - - [2026-03-19 04:45:01] "POST /security-groups HTTP/1.1" 200 595 0.081271 10.0.0.27 - - [2026-03-19 04:45:01] "POST /projects HTTP/1.1" 200 593 0.304467 10.0.0.27 - - [2026-03-19 04:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.342669 10.0.0.27 - - [2026-03-19 04:45:01] "POST /access-control-lists HTTP/1.1" 200 600 0.040468 10.0.0.41 - - [2026-03-19 04:45:01] "GET /project/68e1c22c-2d78-42d4-aecb-d4e0c9fb804b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.580948 10.0.0.41 - - [2026-03-19 04:45:02] "GET / HTTP/1.1" 200 35931 0.001370 10.0.0.41 - - [2026-03-19 04:45:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.41 - - [2026-03-19 04:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.074450 10.0.0.27 - - [2026-03-19 04:45:05] "GET /projects?obj_uuids=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000835 10.0.0.41 - - [2026-03-19 04:45:05] "GET /project/68e1c22c-2d78-42d4-aecb-d4e0c9fb804b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.041550 10.0.0.27 - - [2026-03-19 04:45:05] "POST /route-targets HTTP/1.1" 200 327 0.020232 10.0.0.27 - - [2026-03-19 04:45:05] "POST /useragent-kv HTTP/1.1" 200 115 0.011319 10.0.0.41 - - [2026-03-19 04:45:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.259649 10.0.0.41 - - [2026-03-19 04:45:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001327 10.0.0.41 - - [2026-03-19 04:45:06] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.010855 10.0.0.41 - - [2026-03-19 04:45:06] "POST /neutron/network HTTP/1.1" 200 1004 0.007634 10.0.0.41 - - [2026-03-19 04:45:06] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006682 10.0.0.41 - - [2026-03-19 04:45:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.009247 10.0.0.27 - - [2026-03-19 04:45:06] "DELETE /access-control-list/975c953d-51b9-4860-9308-fbe0ad3ea2f4 HTTP/1.1" 200 115 0.044494 10.0.0.41 - - [2026-03-19 04:45:06] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005325 10.0.0.242 - - [2026-03-19 04:45:07] "GET /obj-perms HTTP/1.1" 200 5038 0.075899 10.0.0.27 - - [2026-03-19 04:45:08] "GET /obj-perms HTTP/1.1" 200 5038 0.099862 10.0.0.41 - - [2026-03-19 04:45:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001157 10.0.0.27 - - [2026-03-19 04:45:09] "GET /projects?obj_uuids=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001305 10.0.0.41 - - [2026-03-19 04:45:09] "GET /project/68e1c22c-2d78-42d4-aecb-d4e0c9fb804b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.078226 10.0.0.41 - - [2026-03-19 04:45:09] "POST /neutron/port HTTP/1.1" 200 117 0.009482 10.0.0.41 - - [2026-03-19 04:45:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001142 10.0.0.41 - - [2026-03-19 04:45:09] "POST /neutron/network HTTP/1.1" 200 1014 0.006348 10.0.0.41 - - [2026-03-19 04:45:10] "POST /neutron/port HTTP/1.1" 200 1173 0.091348 10.0.0.27 - - [2026-03-19 04:45:10] "GET /projects?obj_uuids=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001614 10.0.0.41 - - [2026-03-19 04:45:10] "GET /project/68e1c22c-2d78-42d4-aecb-d4e0c9fb804b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.128095 10.0.0.41 - - [2026-03-19 04:45:11] "POST /neutron/network HTTP/1.1" 200 1004 0.008642 10.0.0.41 - - [2026-03-19 04:45:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006310 10.0.0.41 - - [2026-03-19 04:45:11] "POST /neutron/subnet HTTP/1.1" 200 1394 0.015267 10.0.0.41 - - [2026-03-19 04:45:11] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.41 - - [2026-03-19 04:45:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001283 10.0.0.41 - - [2026-03-19 04:45:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008026 10.0.0.27 - - [2026-03-19 04:45:12] "GET /projects?obj_uuids=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000945 10.0.0.41 - - [2026-03-19 04:45:12] "POST /neutron/port HTTP/1.1" 200 1173 0.342223 10.0.0.41 - - [2026-03-19 04:45:12] "POST /neutron/port HTTP/1.1" 200 1227 0.136973 10.0.0.27 - - [2026-03-19 04:45:12] "GET /projects?obj_uuids=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001232 10.0.0.41 - - [2026-03-19 04:45:12] "GET /project/68e1c22c-2d78-42d4-aecb-d4e0c9fb804b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.085067 10.0.0.41 - - [2026-03-19 04:45:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004544 10.0.0.41 - - [2026-03-19 04:45:12] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.41 - - [2026-03-19 04:45:13] "POST /neutron/port HTTP/1.1" 200 2320 0.028704 10.0.0.41 - - [2026-03-19 04:45:13] "POST /neutron/port HTTP/1.1" 200 1237 0.017814 10.0.0.41 - - [2026-03-19 04:45:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006988 10.0.0.41 - - [2026-03-19 04:45:13] "GET /virtual-machine/54e59063-62f5-4787-86b5-792f9cb0fef7 HTTP/1.1" 401 292 0.000395 10.0.0.41 - - [2026-03-19 04:45:13] "POST /neutron/network HTTP/1.1" 200 1014 0.007103 10.0.0.41 - - [2026-03-19 04:45:14] "GET /virtual-machine/54e59063-62f5-4787-86b5-792f9cb0fef7 HTTP/1.1" 200 1295 0.061310 10.0.0.41 - - [2026-03-19 04:45:14] "GET /virtual-machine-interface/fe4363d7-c831-461d-9b9e-fde905d7b5d0 HTTP/1.1" 200 3155 0.006287 10.0.0.41 - - [2026-03-19 04:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.41 - - [2026-03-19 04:45:14] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003736 10.0.0.41 - - [2026-03-19 04:45:14] "GET /virtual-networks?parent_id=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002846 10.0.0.41 - - [2026-03-19 04:45:14] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005195 10.0.0.41 - - [2026-03-19 04:45:14] "POST /neutron/port HTTP/1.1" 200 1173 0.021268 10.0.0.41 - - [2026-03-19 04:45:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003815 10.0.0.41 - - [2026-03-19 04:45:14] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.41 - - [2026-03-19 04:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.41 - - [2026-03-19 04:45:17] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005344 10.0.0.41 - - [2026-03-19 04:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.41 - - [2026-03-19 04:45:21] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005919 10.0.0.41 - - [2026-03-19 04:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.41 - - [2026-03-19 04:45:25] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005205 10.0.0.41 - - [2026-03-19 04:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.41 - - [2026-03-19 04:45:29] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005811 10.0.0.41 - - [2026-03-19 04:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.41 - - [2026-03-19 04:45:33] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005544 10.0.0.27 - - [2026-03-19 04:45:36] "DELETE /project/68e1c22c2d7842d4aecbd4e0c9fb804b HTTP/1.1" 404 173 0.003637 10.0.0.27 - - [2026-03-19 04:45:36] "DELETE /project/e23ad3a3-3bfd-4f18-bf8c-df17ce9b46d4 HTTP/1.1" 404 177 0.003268 10.0.0.41 - - [2026-03-19 04:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.41 - - [2026-03-19 04:45:37] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005835 10.0.0.41 - - [2026-03-19 04:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.41 - - [2026-03-19 04:45:41] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005684 10.0.0.41 - - [2026-03-19 04:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.41 - - [2026-03-19 04:45:45] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005468 10.0.0.41 - - [2026-03-19 04:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.41 - - [2026-03-19 04:45:50] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004872 10.0.0.41 - - [2026-03-19 04:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.41 - - [2026-03-19 04:45:54] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005702 10.0.0.41 - - [2026-03-19 04:45:57] "POST /neutron/port HTTP/1.1" 200 1237 0.023644 10.0.0.41 - - [2026-03-19 04:45:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003752 10.0.0.41 - - [2026-03-19 04:45:57] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.41 - - [2026-03-19 04:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.41 - - [2026-03-19 04:45:58] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006002 10.0.0.41 - - [2026-03-19 04:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.41 - - [2026-03-19 04:46:02] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005117 10.0.0.41 - - [2026-03-19 04:46:04] "POST /neutron/port HTTP/1.1" 200 1237 0.020826 10.0.0.41 - - [2026-03-19 04:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.41 - - [2026-03-19 04:46:06] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005258 10.0.0.41 - - [2026-03-19 04:46:07] "POST /neutron/port HTTP/1.1" 200 1237 0.017608 10.0.0.41 - - [2026-03-19 04:46:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004283 10.0.0.41 - - [2026-03-19 04:46:08] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.41 - - [2026-03-19 04:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.41 - - [2026-03-19 04:46:08] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003706 10.0.0.41 - - [2026-03-19 04:46:08] "GET /virtual-networks?parent_id=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003479 10.0.0.41 - - [2026-03-19 04:46:08] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006122 10.0.0.41 - - [2026-03-19 04:46:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007526 10.0.0.41 - - [2026-03-19 04:46:17] "POST /neutron/port HTTP/1.1" 200 1237 0.017674 10.0.0.41 - - [2026-03-19 04:46:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007314 10.0.0.41 - - [2026-03-19 04:46:28] "POST /neutron/port HTTP/1.1" 200 1237 0.021667 10.0.0.41 - - [2026-03-19 04:46:34] "POST /neutron/port HTTP/1.1" 200 1237 0.017659 10.0.0.41 - - [2026-03-19 04:46:39] "POST /neutron/port HTTP/1.1" 200 1237 0.018091 10.0.0.41 - - [2026-03-19 04:46:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008453 10.0.0.41 - - [2026-03-19 04:46:44] "POST /neutron/port HTTP/1.1" 200 1237 0.018582 10.0.0.41 - - [2026-03-19 04:46:44] "GET /virtual-machine/072a29c8-3be4-43ff-aa24-b2c1223d138b HTTP/1.1" 200 1295 0.005625 10.0.0.41 - - [2026-03-19 04:46:44] "GET /virtual-machine-interface/c63f07e9-c7e0-4617-8c61-07901a790860 HTTP/1.1" 200 3155 0.005580 10.0.0.41 - - [2026-03-19 04:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.41 - - [2026-03-19 04:46:44] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003405 10.0.0.41 - - [2026-03-19 04:46:44] "GET /virtual-networks?parent_id=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003071 10.0.0.41 - - [2026-03-19 04:46:44] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005879 10.0.0.41 - - [2026-03-19 04:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.41 - - [2026-03-19 04:46:45] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004325 10.0.0.41 - - [2026-03-19 04:46:45] "GET /virtual-networks?parent_id=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004248 10.0.0.41 - - [2026-03-19 04:46:45] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006512 10.0.0.41 - - [2026-03-19 04:46:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010634 10.0.0.41 - - [2026-03-19 04:46:46] "POST /neutron/port HTTP/1.1" 200 1237 0.019628 10.0.0.41 - - [2026-03-19 04:46:46] "GET /virtual-machine/ec0436a3-9f6c-493a-a8c9-2efe80cee9e8 HTTP/1.1" 200 1297 0.005981 10.0.0.41 - - [2026-03-19 04:46:46] "GET /virtual-machine-interface/3777dbdb-1a58-47da-90a9-238f85028f8c HTTP/1.1" 200 3154 0.005273 10.0.0.41 - - [2026-03-19 04:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.41 - - [2026-03-19 04:46:46] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005524 10.0.0.41 - - [2026-03-19 04:46:46] "GET /virtual-networks?parent_id=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.008921 10.0.0.41 - - [2026-03-19 04:46:46] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006604 10.0.0.41 - - [2026-03-19 04:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.41 - - [2026-03-19 04:46:47] "GET /global-vrouter-config/60aa8da4-7eb1-44d5-8ee3-094762cc0475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003609 10.0.0.41 - - [2026-03-19 04:46:47] "GET /virtual-networks?parent_id=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003556 10.0.0.41 - - [2026-03-19 04:46:47] "GET /virtual-network/02f5af2e-e30c-4c58-83ff-6be525266e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006322 10.0.0.41 - - [2026-03-19 04:46:47] "GET /virtual-machine-interface/3777dbdb-1a58-47da-90a9-238f85028f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.026512 10.0.0.41 - - [2026-03-19 04:46:47] "PUT /virtual-machine-interface/3777dbdb-1a58-47da-90a9-238f85028f8c HTTP/1.1" 200 284 0.046518 10.0.0.41 - - [2026-03-19 04:46:57] "POST /neutron/port HTTP/1.1" 200 1237 0.048414 10.0.0.41 - - [2026-03-19 04:46:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003744 10.0.0.41 - - [2026-03-19 04:46:57] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.41 - - [2026-03-19 04:47:10] "POST /neutron/port HTTP/1.1" 200 1237 0.019004 10.0.0.41 - - [2026-03-19 04:47:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004651 10.0.0.41 - - [2026-03-19 04:47:10] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.41 - - [2026-03-19 04:47:50] "GET /obj-perms HTTP/1.1" 200 5056 0.054044 10.0.0.41 - - [2026-03-19 04:47:57] "POST /neutron/port HTTP/1.1" 200 1237 0.021368 10.0.0.41 - - [2026-03-19 04:47:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003891 10.0.0.41 - - [2026-03-19 04:47:57] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.41 - - [2026-03-19 04:48:11] "POST /neutron/port HTTP/1.1" 200 1237 0.019191 10.0.0.41 - - [2026-03-19 04:48:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003399 10.0.0.41 - - [2026-03-19 04:48:11] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.27 - - [2026-03-19 04:48:51] "GET /obj-perms HTTP/1.1" 200 5056 0.060848 10.0.0.27 - - [2026-03-19 04:48:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.27 - - [2026-03-19 04:48:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.242 - - [2026-03-19 04:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.242 - - [2026-03-19 04:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-03-19 04:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.27 - - [2026-03-19 04:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.242 - - [2026-03-19 04:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.242 - - [2026-03-19 04:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.41 - - [2026-03-19 04:48:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.41 - - [2026-03-19 04:48:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2026-03-19 04:48:57] "POST /neutron/port HTTP/1.1" 200 1237 0.017473 10.0.0.41 - - [2026-03-19 04:48:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004186 10.0.0.41 - - [2026-03-19 04:48:57] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.41 - - [2026-03-19 04:48:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.41 - - [2026-03-19 04:48:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.41 - - [2026-03-19 04:49:11] "POST /neutron/port HTTP/1.1" 200 1237 0.019120 10.0.0.41 - - [2026-03-19 04:49:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004686 10.0.0.41 - - [2026-03-19 04:49:11] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.41 - - [2026-03-19 04:49:11] "POST /neutron/network HTTP/1.1" 400 204 0.017336 10.0.0.41 - - [2026-03-19 04:49:12] "POST /neutron/port HTTP/1.1" 200 151 0.277870 10.0.0.41 - - [2026-03-19 04:49:12] "POST /neutron/port HTTP/1.1" 200 151 0.389261 10.0.0.41 - - [2026-03-19 04:49:12] "POST /neutron/port HTTP/1.1" 200 151 0.351670 10.0.0.27 - - [2026-03-19 04:49:15] "GET /projects?obj_uuids=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.058522 10.0.0.41 - - [2026-03-19 04:49:15] "GET /project/68e1c22c-2d78-42d4-aecb-d4e0c9fb804b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.116094 10.0.0.27 - - [2026-03-19 04:49:15] "GET /projects?obj_uuids=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000879 10.0.0.41 - - [2026-03-19 04:49:15] "GET /project/68e1c22c-2d78-42d4-aecb-d4e0c9fb804b?fields=virtual_networks HTTP/1.1" 200 1039 0.046479 10.0.0.27 - - [2026-03-19 04:49:15] "GET /projects?obj_uuids=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001435 10.0.0.41 - - [2026-03-19 04:49:15] "GET /project/68e1c22c-2d78-42d4-aecb-d4e0c9fb804b?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.042669 10.0.0.27 - - [2026-03-19 04:49:15] "GET /projects?obj_uuids=68e1c22c-2d78-42d4-aecb-d4e0c9fb804b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001046 10.0.0.41 - - [2026-03-19 04:49:15] "GET /project/68e1c22c-2d78-42d4-aecb-d4e0c9fb804b?fields=security_groups HTTP/1.1" 200 1269 0.044462 10.0.0.41 - - [2026-03-19 04:49:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.033024 10.0.0.27 - - [2026-03-19 04:49:17] "GET /projects?obj_uuids=70cf3fe5-794f-4550-bcba-23c6d628cb08&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002890 10.0.0.27 - - [2026-03-19 04:49:17] "GET /domains?obj_uuids=cb4acbf6-9e94-415a-a3f1-1be95317ba76&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.27 - - [2026-03-19 04:49:17] "GET /domain/cb4acbf6-9e94-415a-a3f1-1be95317ba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007062 10.0.0.27 - - [2026-03-19 04:49:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.005035 10.0.0.27 - - [2026-03-19 04:49:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.007827 10.0.0.27 - - [2026-03-19 04:49:17] "POST /security-groups HTTP/1.1" 200 591 0.036890 10.0.0.27 - - [2026-03-19 04:49:17] "POST /projects HTTP/1.1" 200 585 0.239308 10.0.0.27 - - [2026-03-19 04:49:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.033751 10.0.0.27 - - [2026-03-19 04:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.312083 10.0.0.27 - - [2026-03-19 04:49:17] "POST /access-control-lists HTTP/1.1" 200 594 0.036796 10.0.0.41 - - [2026-03-19 04:49:17] "GET /project/70cf3fe5-794f-4550-bcba-23c6d628cb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.482695 10.0.0.41 - - [2026-03-19 04:49:18] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.27 - - [2026-03-19 04:49:24] "GET /projects?obj_uuids=70cf3fe5-794f-4550-bcba-23c6d628cb08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.41 - - [2026-03-19 04:49:24] "GET /project/70cf3fe5-794f-4550-bcba-23c6d628cb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.047899 10.0.0.27 - - [2026-03-19 04:49:24] "GET /projects?obj_uuids=70cf3fe5-794f-4550-bcba-23c6d628cb08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000924 10.0.0.41 - - [2026-03-19 04:49:24] "GET /project/70cf3fe5-794f-4550-bcba-23c6d628cb08?fields=virtual_networks HTTP/1.1" 200 1031 0.042903 10.0.0.27 - - [2026-03-19 04:49:24] "GET /projects?obj_uuids=70cf3fe5-794f-4550-bcba-23c6d628cb08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.41 - - [2026-03-19 04:49:24] "GET /project/70cf3fe5-794f-4550-bcba-23c6d628cb08?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.047651 10.0.0.27 - - [2026-03-19 04:49:24] "GET /projects?obj_uuids=70cf3fe5-794f-4550-bcba-23c6d628cb08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.41 - - [2026-03-19 04:49:24] "GET /project/70cf3fe5-794f-4550-bcba-23c6d628cb08?fields=security_groups HTTP/1.1" 200 1257 0.043020 10.0.0.27 - - [2026-03-19 04:49:37] "DELETE /project/70cf3fe5794f4550bcba23c6d628cb08 HTTP/1.1" 404 173 0.009231 10.0.0.27 - - [2026-03-19 04:49:37] "DELETE /project/68e1c22c-2d78-42d4-aecb-d4e0c9fb804b HTTP/1.1" 404 177 0.007615 10.0.0.27 - - [2026-03-19 04:49:37] "GET /projects?obj_uuids=70cf3fe5-794f-4550-bcba-23c6d628cb08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.27 - - [2026-03-19 04:49:37] "GET /project/70cf3fe5-794f-4550-bcba-23c6d628cb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.054341 10.0.0.27 - - [2026-03-19 04:49:37] "GET /projects?obj_uuids=70cf3fe5-794f-4550-bcba-23c6d628cb08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001186 10.0.0.27 - - [2026-03-19 04:49:37] "GET /project/70cf3fe5-794f-4550-bcba-23c6d628cb08?fields=security_groups HTTP/1.1" 200 1362 0.071640 10.0.0.27 - - [2026-03-19 04:49:37] "DELETE /security-group/d28bfcd3-1917-4c14-af66-14a6ab5e468f HTTP/1.1" 200 115 0.073440 10.0.0.27 - - [2026-03-19 04:49:37] "GET /projects?obj_uuids=70cf3fe5-794f-4550-bcba-23c6d628cb08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001370 10.0.0.27 - - [2026-03-19 04:49:37] "DELETE /access-control-list/c8b89283-e8b7-4afd-870e-956249deaec5 HTTP/1.1" 200 115 0.051143 10.0.0.27 - - [2026-03-19 04:49:37] "GET /project/70cf3fe5-794f-4550-bcba-23c6d628cb08?fields=application_policy_sets HTTP/1.1" 200 1401 0.084366 10.0.0.27 - - [2026-03-19 04:49:37] "DELETE /project/70cf3fe5-794f-4550-bcba-23c6d628cb08 HTTP/1.1" 200 115 0.514746 10.0.0.242 - - [2026-03-19 04:49:51] "GET /obj-perms HTTP/1.1" 200 5056 0.072391 10.0.0.41 - - [2026-03-19 04:51:53] "GET /obj-perms HTTP/1.1" 200 5056 0.088056 [Introspect:8084]10.0.0.27 - - [2026-03-19 04:52:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000957 [Introspect:8084]10.0.0.27 - - [2026-03-19 04:52:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001072