++ 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 May 7 02:23:31 AM UTC 2026 ===================' INFO: =================== Thu May 7 02:23:31 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ cut -d / -f 1 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.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.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.141:8081 10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.141:8086 10.0.0.249: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.141,10.0.0.249,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.141:8082 10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.141:9161 10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.141:9041 10.0.0.249: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.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249: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.141:2181,10.0.0.249:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141:2181,10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249: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.141:5673,10.0.0.249:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.141:5673,10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.141:6379 10.0.0.249: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.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.141:9092 10.0.0.249: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.141 ++ 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.141,10.0.0.249,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.141,10.0.0.249,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.141,10.0.0.249,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 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.141,10.0.0.249,10.0.0.27 +++ local servers=10.0.0.141,10.0.0.249,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ uniq ++++ sort ++++ 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.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( 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.141:9041 10.0.0.249:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.141:9041 10.0.0.249: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=__ ++ sed 's/^API__//g' ++ set -o posix ++ set ++ sort ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 05/07/2026 02:23:41.704 7fc947033880 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/07/2026 02:23:41.871 7fc947033880 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/07/2026 02:23:41.885 7fc947033880 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/07/2026 02:23:41.886 7fc947033880 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.25: /usr/bin/python3 Thu May 7 02:23:57 2026 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3741 autonomous_system=64512, config_version=CONFIG_VERSION)) 3742 self._gsc_uuid = gsc.uuid 3743 gvc = self.create_singleton_entry(GlobalVrouterConfig( 3744 parent_obj=gsc)) 3745 domain = self.create_singleton_entry(Domain()) gvc undefined self = self.create_singleton_entry = > global GlobalVrouterConfig = parent_obj undefined gsc = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...54b87cbd-debb-48f3-8ce4-867197ed1346 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_vrouter_config:default-global-system-config:default-global-vrouter-config exists already with ID: 54b87cbd-debb-48f3-8ce4-867197ed1346 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_vrouter_config default-global-system-config:default-global-vrouter-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...54b87cbd-debb-48f3-8ce4-867197ed1346 at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...54b87cbd-debb-48f3-8ce4-867197ed1346 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...54b87cbd-debb-48f3-8ce4-867197ed1346 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2506, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_vrouter_config default-global-system-config:default-global-vrouter-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3743, in _db_init_entries gvc = self.create_singleton_entry(GlobalVrouterConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_vrouter_config:default-global-system-config:default-global-vrouter-config exists already with ID: 54b87cbd-debb-48f3-8ce4-867197ed1346 at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu May 7 02:23:59 AM UTC 2026 ===================' INFO: =================== Thu May 7 02:23:59 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ 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 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.141:8081 10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.141:8086 10.0.0.249: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.141,10.0.0.249,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.141:8082 10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.141:9161 10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.141:9041 10.0.0.249: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.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249: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.141:2181,10.0.0.249:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141:2181,10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249: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.141:5673,10.0.0.249:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.141:5673,10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.141:6379 10.0.0.249: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.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.141:9092 10.0.0.249: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.141 ++ 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.141,10.0.0.249,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.141,10.0.0.249,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.141,10.0.0.249,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.141 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.141,10.0.0.249,10.0.0.27 +++ local servers=10.0.0.141,10.0.0.249,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ uniq ++++ sort +++ local local_ips=,10.0.0.27,10.20.0.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.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( 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.141:9041 10.0.0.249:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.141:9041 10.0.0.249: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: 05/07/2026 02:24:08.981 7ff6e4bf77c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/07/2026 02:24:09.161 7ff6e4bf77c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/07/2026 02:24:09.174 7ff6e4bf77c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/07/2026 02:24:09.174 7ff6e4bf77c0 [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-05-07 02:24:10] "GET / HTTP/1.1" 200 45871 0.001956 10.0.0.27 - - [2026-05-07 02:24:10] "GET / HTTP/1.1" 200 45871 0.001228 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-05-07 02:24:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000722 10.0.0.27 - - [2026-05-07 02:24:10] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000330 10.0.0.27 - - [2026-05-07 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 2.799835 10.0.0.27 - - [2026-05-07 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005995 10.0.0.27 - - [2026-05-07 02:24:14] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.567355 10.0.0.27 - - [2026-05-07 02:24:14] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005232 /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.249 - - [2026-05-07 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.423274 10.0.0.249 - - [2026-05-07 02:24:22] "POST /access-control-lists HTTP/1.1" 200 587 0.053053 10.0.0.249 - - [2026-05-07 02:24:22] "POST /route-targets HTTP/1.1" 200 327 0.025911 10.0.0.249 - - [2026-05-07 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.033519 10.0.0.249 - - [2026-05-07 02:24:23] "POST /route-targets HTTP/1.1" 200 327 0.032792 10.0.0.249 - - [2026-05-07 02:24:23] "POST /access-control-lists HTTP/1.1" 200 551 0.077023 10.0.0.249 - - [2026-05-07 02:24:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.249 - - [2026-05-07 02:24:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.27 - - [2026-05-07 02:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.27 - - [2026-05-07 02:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000526 10.0.0.249 - - [2026-05-07 02:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.249 - - [2026-05-07 02:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.001540 10.0.0.141 - - [2026-05-07 02:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000595 10.0.0.27 - - [2026-05-07 02:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000604 10.0.0.141 - - [2026-05-07 02:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000557 10.0.0.27 - - [2026-05-07 02:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.001280 10.0.0.141 - - [2026-05-07 02:24:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.141 - - [2026-05-07 02:24:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2026-05-07 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.052205 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.141 - - [2026-05-07 02:28:09] "GET /obj-perms HTTP/1.1" 200 5075 0.373513 10.0.0.249 - - [2026-05-07 02:29:09] "GET /obj-perms HTTP/1.1" 200 5075 0.077312 10.0.0.27 - - [2026-05-07 02:29:10] "GET /obj-perms HTTP/1.1" 200 5075 0.066235 10.0.0.249 - - [2026-05-07 02:29:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.249 - - [2026-05-07 02:29:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.27 - - [2026-05-07 02:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000550 10.0.0.27 - - [2026-05-07 02:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000655 10.0.0.249 - - [2026-05-07 02:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.249 - - [2026-05-07 02:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.141 - - [2026-05-07 02:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.141 - - [2026-05-07 02:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.27 - - [2026-05-07 02:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.27 - - [2026-05-07 02:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.141 - - [2026-05-07 02:29:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.141 - - [2026-05-07 02:29:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 [Introspect:8084]10.0.0.27 - - [2026-05-07 02:30:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001010 [Introspect:8084]10.0.0.27 - - [2026-05-07 02:30:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.000925 [Introspect:8084]10.0.0.27 - - [2026-05-07 02:30:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001270 [Introspect:8084]10.0.0.27 - - [2026-05-07 02:30:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001461 10.0.0.141 - - [2026-05-07 02:31:39] "GET / HTTP/1.1" 200 35931 0.001913 10.0.0.141 - - [2026-05-07 02:31:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.141 - - [2026-05-07 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.058534 10.0.0.27 - - [2026-05-07 02:31:40] "GET /projects?obj_uuids=9664ae89-b340-4fce-92c0-84519c3aaa2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.073132 10.0.0.27 - - [2026-05-07 02:31:40] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001556 10.0.0.27 - - [2026-05-07 02:31:40] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042056 10.0.0.27 - - [2026-05-07 02:31:41] "POST /id-to-fqname HTTP/1.1" 200 188 0.002419 10.0.0.27 - - [2026-05-07 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.009790 10.0.0.27 - - [2026-05-07 02:31:41] "POST /security-groups HTTP/1.1" 200 589 0.095113 10.0.0.27 - - [2026-05-07 02:31:41] "POST /projects HTTP/1.1" 200 581 0.368017 10.0.0.27 - - [2026-05-07 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.405012 10.0.0.141 - - [2026-05-07 02:31:41] "GET /project/9664ae89-b340-4fce-92c0-84519c3aaa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.659463 10.0.0.249 - - [2026-05-07 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.061623 10.0.0.141 - - [2026-05-07 02:31:42] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.27 - - [2026-05-07 02:31:46] "GET /projects?obj_uuids=9664ae89-b340-4fce-92c0-84519c3aaa2a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001643 10.0.0.141 - - [2026-05-07 02:31:46] "GET /project/9664ae89-b340-4fce-92c0-84519c3aaa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.082052 10.0.0.27 - - [2026-05-07 02:31:46] "GET /projects?obj_uuids=9664ae89-b340-4fce-92c0-84519c3aaa2a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.141 - - [2026-05-07 02:31:46] "GET /project/9664ae89-b340-4fce-92c0-84519c3aaa2a?fields=virtual_networks HTTP/1.1" 200 1029 0.092865 10.0.0.27 - - [2026-05-07 02:31:46] "GET /projects?obj_uuids=9664ae89-b340-4fce-92c0-84519c3aaa2a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.141 - - [2026-05-07 02:31:46] "GET /project/9664ae89-b340-4fce-92c0-84519c3aaa2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.075100 10.0.0.27 - - [2026-05-07 02:31:46] "GET /projects?obj_uuids=9664ae89-b340-4fce-92c0-84519c3aaa2a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.141 - - [2026-05-07 02:31:46] "GET /project/9664ae89-b340-4fce-92c0-84519c3aaa2a?fields=security_groups HTTP/1.1" 200 1253 0.057576 10.0.0.27 - - [2026-05-07 02:31:47] "GET /projects?obj_uuids=e5460a0e-1c0f-464d-b315-2b0449d1f590&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004588 10.0.0.27 - - [2026-05-07 02:31:47] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.27 - - [2026-05-07 02:31:47] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009181 10.0.0.27 - - [2026-05-07 02:31:47] "POST /id-to-fqname HTTP/1.1" 200 167 0.005383 10.0.0.27 - - [2026-05-07 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 176 0.015480 10.0.0.27 - - [2026-05-07 02:31:47] "POST /security-groups HTTP/1.1" 200 568 0.111136 10.0.0.27 - - [2026-05-07 02:31:47] "POST /projects HTTP/1.1" 200 539 0.461066 10.0.0.27 - - [2026-05-07 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.540061 10.0.0.249 - - [2026-05-07 02:31:47] "POST /access-control-lists HTTP/1.1" 200 573 0.054582 10.0.0.141 - - [2026-05-07 02:31:48] "GET /project/e5460a0e-1c0f-464d-b315-2b0449d1f590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.761398 [Introspect:8084]10.0.0.141 - - [2026-05-07 02:31:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001261 10.0.0.27 - - [2026-05-07 02:31:50] "GET /projects?obj_uuids=e5460a0e-1c0f-464d-b315-2b0449d1f590&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001155 10.0.0.141 - - [2026-05-07 02:31:50] "GET /project/e5460a0e-1c0f-464d-b315-2b0449d1f590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.079005 10.0.0.27 - - [2026-05-07 02:31:51] "GET /obj-perms HTTP/1.1" 200 5075 0.083231 [Introspect:8084]10.0.0.141 - - [2026-05-07 02:31:52] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000797 10.0.0.141 - - [2026-05-07 02:31:53] "GET /obj-perms HTTP/1.1" 200 5075 0.086902 10.0.0.141 - - [2026-05-07 02:31:53] "GET /obj-perms HTTP/1.1" 200 5075 0.005904 10.0.0.141 - - [2026-05-07 02:31:53] "GET /obj-perms HTTP/1.1" 200 5075 0.004976 10.0.0.141 - - [2026-05-07 02:31:54] "GET /obj-perms HTTP/1.1" 200 5075 0.004853 10.0.0.141 - - [2026-05-07 02:31:54] "GET /obj-perms HTTP/1.1" 200 5075 0.005213 10.0.0.141 - - [2026-05-07 02:31:54] "GET /obj-perms HTTP/1.1" 200 5075 0.004778 10.0.0.141 - - [2026-05-07 02:31:54] "GET /obj-perms HTTP/1.1" 200 5075 0.005397 10.0.0.141 - - [2026-05-07 02:31:54] "GET /obj-perms HTTP/1.1" 200 5075 0.004524 10.0.0.141 - - [2026-05-07 02:31:54] "GET /obj-perms HTTP/1.1" 200 5075 0.004966 10.0.0.141 - - [2026-05-07 02:31:54] "GET /obj-perms HTTP/1.1" 200 5075 0.005500 10.0.0.141 - - [2026-05-07 02:31:54] "GET /obj-perms HTTP/1.1" 200 5075 0.004568 10.0.0.249 - - [2026-05-07 02:31:55] "GET /obj-perms HTTP/1.1" 200 5075 0.073436 10.0.0.141 - - [2026-05-07 02:31:55] "GET /obj-perms HTTP/1.1" 200 5075 0.005026 10.0.0.27 - - [2026-05-07 02:31:55] "GET /obj-perms HTTP/1.1" 200 5075 0.005121 10.0.0.27 - - [2026-05-07 02:31:55] "GET /obj-perms HTTP/1.1" 200 5075 0.006118 10.0.0.141 - - [2026-05-07 02:31:57] "GET /obj-perms HTTP/1.1" 200 5075 0.005398 10.0.0.141 - - [2026-05-07 02:31:57] "GET /obj-perms HTTP/1.1" 200 5075 0.005582 10.0.0.141 - - [2026-05-07 02:31:57] "GET /obj-perms HTTP/1.1" 200 5075 0.005175 10.0.0.141 - - [2026-05-07 02:31:57] "GET /obj-perms HTTP/1.1" 200 5075 0.005033 10.0.0.141 - - [2026-05-07 02:31:57] "GET /obj-perms HTTP/1.1" 200 5075 0.004752 10.0.0.141 - - [2026-05-07 02:31:57] "GET /obj-perms HTTP/1.1" 200 5075 0.005383 10.0.0.141 - - [2026-05-07 02:31:57] "GET /obj-perms HTTP/1.1" 200 5075 0.004630 10.0.0.141 - - [2026-05-07 02:31:57] "GET /obj-perms HTTP/1.1" 200 5075 0.005505 10.0.0.141 - - [2026-05-07 02:31:57] "GET /obj-perms HTTP/1.1" 200 5075 0.005338 10.0.0.141 - - [2026-05-07 02:31:57] "GET /obj-perms HTTP/1.1" 200 5075 0.005539 10.0.0.141 - - [2026-05-07 02:32:00] "GET /obj-perms HTTP/1.1" 200 5075 0.005655 10.0.0.141 - - [2026-05-07 02:32:00] "GET /obj-perms HTTP/1.1" 200 5075 0.005981 10.0.0.141 - - [2026-05-07 02:32:01] "GET /obj-perms HTTP/1.1" 200 5075 0.005073 10.0.0.141 - - [2026-05-07 02:32:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004842 10.0.0.141 - - [2026-05-07 02:32:02] "GET /obj-perms HTTP/1.1" 200 5075 0.005950 10.0.0.141 - - [2026-05-07 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.032241 10.0.0.27 - - [2026-05-07 02:32:04] "GET /projects?obj_uuids=7503974b-eee9-4c96-84aa-f0a8cd3aade7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003978 10.0.0.27 - - [2026-05-07 02:32:04] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.27 - - [2026-05-07 02:32:04] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009093 10.0.0.27 - - [2026-05-07 02:32:04] "POST /id-to-fqname HTTP/1.1" 200 201 0.002159 10.0.0.27 - - [2026-05-07 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 210 0.008213 10.0.0.27 - - [2026-05-07 02:32:04] "POST /security-groups HTTP/1.1" 200 602 0.051988 10.0.0.249 - - [2026-05-07 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 245 0.004544 10.0.0.27 - - [2026-05-07 02:32:04] "POST /projects HTTP/1.1" 200 607 0.386037 10.0.0.27 - - [2026-05-07 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.429226 10.0.0.141 - - [2026-05-07 02:32:04] "GET /project/7503974b-eee9-4c96-84aa-f0a8cd3aade7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.639729 10.0.0.249 - - [2026-05-07 02:32:04] "POST /access-control-lists HTTP/1.1" 200 605 0.081984 10.0.0.141 - - [2026-05-07 02:32:06] "GET / HTTP/1.1" 200 35931 0.001960 10.0.0.141 - - [2026-05-07 02:32:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000545 10.0.0.141 - - [2026-05-07 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.036903 10.0.0.27 - - [2026-05-07 02:32:07] "GET /projects?obj_uuids=7503974b-eee9-4c96-84aa-f0a8cd3aade7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001015 10.0.0.141 - - [2026-05-07 02:32:07] "GET /project/7503974b-eee9-4c96-84aa-f0a8cd3aade7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.080609 10.0.0.27 - - [2026-05-07 02:32:08] "POST /useragent-kv HTTP/1.1" 200 115 0.009765 10.0.0.141 - - [2026-05-07 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 730 0.342023 10.0.0.141 - - [2026-05-07 02:32:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001477 10.0.0.141 - - [2026-05-07 02:32:08] "GET /virtual-network/784642dd-7146-4967-b0fd-26293328a008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007378 10.0.0.141 - - [2026-05-07 02:32:08] "GET /virtual-network/784642dd-7146-4967-b0fd-26293328a008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007343 10.0.0.141 - - [2026-05-07 02:32:09] "POST /neutron/network HTTP/1.1" 200 840 0.010120 10.0.0.141 - - [2026-05-07 02:32:09] "GET /virtual-network/784642dd-7146-4967-b0fd-26293328a008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007962 10.0.0.141 - - [2026-05-07 02:32:10] "GET /obj-perms HTTP/1.1" 200 5071 0.082731 10.0.0.249 - - [2026-05-07 02:32:10] "GET /obj-perms HTTP/1.1" 200 5071 0.132318 10.0.0.141 - - [2026-05-07 02:32:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001451 10.0.0.27 - - [2026-05-07 02:32:13] "GET /obj-perms HTTP/1.1" 200 5075 0.063004 10.0.0.27 - - [2026-05-07 02:32:13] "GET /projects?obj_uuids=7503974b-eee9-4c96-84aa-f0a8cd3aade7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002180 10.0.0.141 - - [2026-05-07 02:32:14] "GET /project/7503974b-eee9-4c96-84aa-f0a8cd3aade7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.099053 10.0.0.141 - - [2026-05-07 02:32:14] "POST /neutron/network HTTP/1.1" 200 840 0.050496 10.0.0.141 - - [2026-05-07 02:32:15] "POST /neutron/port HTTP/1.1" 200 117 0.009990 10.0.0.27 - - [2026-05-07 02:32:15] "DELETE /project/e5460a0e1c0f464db3152b0449d1f590 HTTP/1.1" 404 173 0.100546 10.0.0.27 - - [2026-05-07 02:32:15] "DELETE /project/7503974beee94c9684aaf0a8cd3aade7 HTTP/1.1" 404 173 0.008864 10.0.0.27 - - [2026-05-07 02:32:15] "DELETE /project/9664ae89b3404fce92c084519c3aaa2a HTTP/1.1" 404 173 0.100199 10.0.0.27 - - [2026-05-07 02:32:15] "GET /projects?obj_uuids=9664ae89-b340-4fce-92c0-84519c3aaa2a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001530 10.0.0.27 - - [2026-05-07 02:32:15] "GET /project/9664ae89-b340-4fce-92c0-84519c3aaa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.068709 10.0.0.27 - - [2026-05-07 02:32:15] "GET /projects?obj_uuids=9664ae89-b340-4fce-92c0-84519c3aaa2a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001580 10.0.0.27 - - [2026-05-07 02:32:15] "GET /project/9664ae89-b340-4fce-92c0-84519c3aaa2a?fields=security_groups HTTP/1.1" 200 1358 0.074501 10.0.0.27 - - [2026-05-07 02:32:15] "DELETE /security-group/2827ea6f-3f2b-48fd-bfd9-f1e733098097 HTTP/1.1" 200 115 0.075839 10.0.0.27 - - [2026-05-07 02:32:15] "GET /projects?obj_uuids=9664ae89-b340-4fce-92c0-84519c3aaa2a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001055 10.0.0.249 - - [2026-05-07 02:32:16] "DELETE /access-control-list/d5d61ef3-7efc-4aae-9b72-04173e584a86 HTTP/1.1" 200 115 0.071499 10.0.0.27 - - [2026-05-07 02:32:16] "GET /project/9664ae89-b340-4fce-92c0-84519c3aaa2a?fields=application_policy_sets HTTP/1.1" 200 1397 0.091995 10.0.0.27 - - [2026-05-07 02:32:16] "DELETE /project/9664ae89-b340-4fce-92c0-84519c3aaa2a HTTP/1.1" 200 115 0.656555 10.0.0.141 - - [2026-05-07 02:32:17] "POST /neutron/port HTTP/1.1" 200 1072 0.059944 10.0.0.141 - - [2026-05-07 02:32:17] "POST /neutron/port HTTP/1.1" 200 1136 0.038472 10.0.0.141 - - [2026-05-07 02:32:17] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.141 - - [2026-05-07 02:32:20] "POST /neutron/security_group HTTP/1.1" 200 2069 0.011094 10.0.0.141 - - [2026-05-07 02:32:27] "GET /obj-perms HTTP/1.1" 200 5071 0.005764 10.0.0.141 - - [2026-05-07 02:32:31] "POST /neutron/network HTTP/1.1" 200 840 0.009398 10.0.0.141 - - [2026-05-07 02:32:31] "POST /neutron/port HTTP/1.1" 200 1126 0.043530 10.0.0.27 - - [2026-05-07 02:32:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003058 10.0.0.27 - - [2026-05-07 02:32:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004384 10.0.0.141 - - [2026-05-07 02:32:33] "POST /neutron/network HTTP/1.1" 200 151 0.216557 10.0.0.249 - - [2026-05-07 02:32:33] "DELETE /route-target/9658f825-9e40-4bfe-90f0-2a29e2f3bda0 HTTP/1.1" 200 115 0.052988 10.0.0.27 - - [2026-05-07 02:32:34] "GET /projects?obj_uuids=7503974b-eee9-4c96-84aa-f0a8cd3aade7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002005 10.0.0.141 - - [2026-05-07 02:32:34] "GET /project/7503974b-eee9-4c96-84aa-f0a8cd3aade7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.125591 10.0.0.27 - - [2026-05-07 02:32:34] "GET /projects?obj_uuids=7503974b-eee9-4c96-84aa-f0a8cd3aade7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001080 10.0.0.141 - - [2026-05-07 02:32:34] "GET /project/7503974b-eee9-4c96-84aa-f0a8cd3aade7?fields=virtual_networks HTTP/1.1" 200 1053 0.069241 10.0.0.27 - - [2026-05-07 02:32:34] "GET /projects?obj_uuids=7503974b-eee9-4c96-84aa-f0a8cd3aade7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001388 10.0.0.141 - - [2026-05-07 02:32:34] "GET /project/7503974b-eee9-4c96-84aa-f0a8cd3aade7?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.095008 10.0.0.27 - - [2026-05-07 02:32:34] "GET /projects?obj_uuids=7503974b-eee9-4c96-84aa-f0a8cd3aade7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000992 10.0.0.141 - - [2026-05-07 02:32:34] "GET /project/7503974b-eee9-4c96-84aa-f0a8cd3aade7?fields=security_groups HTTP/1.1" 200 1290 0.119802 10.0.0.27 - - [2026-05-07 02:32:35] "GET /projects?obj_uuids=e5460a0e-1c0f-464d-b315-2b0449d1f590&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001167 10.0.0.141 - - [2026-05-07 02:32:35] "GET /project/e5460a0e-1c0f-464d-b315-2b0449d1f590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.075294 10.0.0.27 - - [2026-05-07 02:32:43] "GET /projects?obj_uuids=e5460a0e-1c0f-464d-b315-2b0449d1f590&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001304 10.0.0.141 - - [2026-05-07 02:32:43] "GET /project/e5460a0e-1c0f-464d-b315-2b0449d1f590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.085784 10.0.0.141 - - [2026-05-07 02:32:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.045390 10.0.0.27 - - [2026-05-07 02:32:47] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004960 10.0.0.27 - - [2026-05-07 02:32:47] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001381 10.0.0.27 - - [2026-05-07 02:32:47] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009261 10.0.0.27 - - [2026-05-07 02:32:47] "POST /id-to-fqname HTTP/1.1" 200 202 0.001407 10.0.0.27 - - [2026-05-07 02:32:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.016159 10.0.0.27 - - [2026-05-07 02:32:47] "POST /security-groups HTTP/1.1" 200 603 0.111333 10.0.0.27 - - [2026-05-07 02:32:47] "POST /projects HTTP/1.1" 200 609 0.436495 10.0.0.27 - - [2026-05-07 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.487343 10.0.0.249 - - [2026-05-07 02:32:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.022128 10.0.0.141 - - [2026-05-07 02:32:47] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.733003 10.0.0.141 - - [2026-05-07 02:32:49] "GET / HTTP/1.1" 200 35931 0.001992 10.0.0.141 - - [2026-05-07 02:32:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000520 10.0.0.141 - - [2026-05-07 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.078138 10.0.0.27 - - [2026-05-07 02:32:50] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.141 - - [2026-05-07 02:32:50] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.106069 10.0.0.249 - - [2026-05-07 02:32:50] "POST /ref-update HTTP/1.1" 200 156 0.037367 10.0.0.27 - - [2026-05-07 02:32:50] "POST /useragent-kv HTTP/1.1" 200 115 0.010301 10.0.0.141 - - [2026-05-07 02:32:50] "POST /neutron/subnet HTTP/1.1" 200 719 0.284140 10.0.0.141 - - [2026-05-07 02:32:51] "POST /id-to-fqname HTTP/1.1" 200 275 0.002012 10.0.0.141 - - [2026-05-07 02:32:51] "GET /virtual-network/fdc4e1aa-eabc-48fc-a286-7c827eccc400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.007202 10.0.0.141 - - [2026-05-07 02:32:51] "GET /virtual-network/fdc4e1aa-eabc-48fc-a286-7c827eccc400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.007242 10.0.0.141 - - [2026-05-07 02:32:51] "POST /neutron/network HTTP/1.1" 200 921 0.007780 10.0.0.141 - - [2026-05-07 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.27 - - [2026-05-07 02:32:51] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001119 10.0.0.141 - - [2026-05-07 02:32:51] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054015 10.0.0.27 - - [2026-05-07 02:32:51] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027 10.0.0.141 - - [2026-05-07 02:32:51] "POST /neutron/network HTTP/1.1" 200 703 0.230003 10.0.0.141 - - [2026-05-07 02:32:51] "POST /id-to-fqname HTTP/1.1" 200 275 0.004690 10.0.0.141 - - [2026-05-07 02:32:51] "GET /virtual-network/a68e2d80-e517-414b-a362-3fc9dafd0ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.006397 10.0.0.141 - - [2026-05-07 02:32:52] "POST /neutron/network HTTP/1.1" 200 922 0.010524 10.0.0.141 - - [2026-05-07 02:32:52] "GET /virtual-network/a68e2d80-e517-414b-a362-3fc9dafd0ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.006651 10.0.0.141 - - [2026-05-07 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.27 - - [2026-05-07 02:32:52] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001424 10.0.0.141 - - [2026-05-07 02:32:52] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079787 10.0.0.141 - - [2026-05-07 02:32:52] "POST /neutron/network HTTP/1.1" 200 117 0.025267 10.0.0.249 - - [2026-05-07 02:32:52] "POST /route-targets HTTP/1.1" 200 327 0.020991 10.0.0.141 - - [2026-05-07 02:32:52] "POST /neutron/network HTTP/1.1" 200 923 0.020628 10.0.0.141 - - [2026-05-07 02:32:52] "POST /id-to-fqname HTTP/1.1" 200 276 0.001345 10.0.0.141 - - [2026-05-07 02:32:52] "GET /virtual-network/fcbb4b4b-753d-4b83-9d64-c41a83b8066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.006915 10.0.0.141 - - [2026-05-07 02:32:53] "GET /virtual-network/fcbb4b4b-753d-4b83-9d64-c41a83b8066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.007378 10.0.0.141 - - [2026-05-07 02:32:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.011148 10.0.0.141 - - [2026-05-07 02:32:53] "POST /id-to-fqname HTTP/1.1" 200 275 0.001366 10.0.0.27 - - [2026-05-07 02:32:54] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001698 10.0.0.141 - - [2026-05-07 02:32:54] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.098568 10.0.0.141 - - [2026-05-07 02:32:54] "POST /neutron/port HTTP/1.1" 200 117 0.009242 10.0.0.141 - - [2026-05-07 02:32:54] "POST /id-to-fqname HTTP/1.1" 200 276 0.001979 10.0.0.141 - - [2026-05-07 02:32:55] "POST /neutron/network HTTP/1.1" 200 933 0.011349 10.0.0.27 - - [2026-05-07 02:32:55] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001130 10.0.0.141 - - [2026-05-07 02:32:55] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.129232 10.0.0.141 - - [2026-05-07 02:32:55] "POST /neutron/port HTTP/1.1" 200 1072 0.025482 10.0.0.141 - - [2026-05-07 02:32:56] "POST /neutron/port HTTP/1.1" 200 1126 0.185129 10.0.0.141 - - [2026-05-07 02:32:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.016125 10.0.0.141 - - [2026-05-07 02:32:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010352 10.0.0.141 - - [2026-05-07 02:32:57] "POST /neutron/network HTTP/1.1" 200 933 0.009839 10.0.0.141 - - [2026-05-07 02:32:58] "POST /neutron/network HTTP/1.1" 400 204 0.018872 10.0.0.141 - - [2026-05-07 02:32:58] "POST /neutron/port HTTP/1.1" 200 1125 0.286712 10.0.0.141 - - [2026-05-07 02:32:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.016805 10.0.0.141 - - [2026-05-07 02:32:59] "POST /neutron/port HTTP/1.1" 200 151 0.358121 10.0.0.141 - - [2026-05-07 02:33:00] "POST /neutron/network HTTP/1.1" 200 922 0.010594 10.0.0.249 - - [2026-05-07 02:33:00] "DELETE /route-target/545b4792-169e-4151-a605-91625f55237f HTTP/1.1" 200 115 0.054697 10.0.0.141 - - [2026-05-07 02:33:00] "POST /neutron/network HTTP/1.1" 400 204 0.029735 10.0.0.141 - - [2026-05-07 02:33:03] "POST /neutron/port HTTP/1.1" 200 1135 0.025448 10.0.0.141 - - [2026-05-07 02:33:03] "POST /neutron/port HTTP/1.1" 200 117 0.009693 10.0.0.141 - - [2026-05-07 02:33:04] "POST /neutron/port HTTP/1.1" 200 117 0.009169 10.0.0.141 - - [2026-05-07 02:33:05] "POST /neutron/network HTTP/1.1" 200 921 0.019388 10.0.0.249 - - [2026-05-07 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005839 10.0.0.27 - - [2026-05-07 02:33:05] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002067 10.0.0.141 - - [2026-05-07 02:33:05] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.099900 10.0.0.27 - - [2026-05-07 02:33:05] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001175 10.0.0.141 - - [2026-05-07 02:33:05] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?fields=virtual_networks HTTP/1.1" 200 1056 0.072266 10.0.0.27 - - [2026-05-07 02:33:05] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001507 10.0.0.141 - - [2026-05-07 02:33:05] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.098788 10.0.0.27 - - [2026-05-07 02:33:05] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001423 10.0.0.141 - - [2026-05-07 02:33:05] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?fields=security_groups HTTP/1.1" 200 1294 0.067940 10.0.0.141 - - [2026-05-07 02:33:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.068518 10.0.0.249 - - [2026-05-07 02:33:07] "DELETE /access-control-list/8ca544cd-122f-43af-a0aa-5db219761d4b HTTP/1.1" 200 115 0.057458 10.0.0.27 - - [2026-05-07 02:33:07] "GET /projects?obj_uuids=921b2fe9-40b3-460e-8399-00cd944cb8f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006436 10.0.0.27 - - [2026-05-07 02:33:07] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001994 10.0.0.27 - - [2026-05-07 02:33:07] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012095 10.0.0.27 - - [2026-05-07 02:33:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.001242 10.0.0.27 - - [2026-05-07 02:33:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.016017 10.0.0.27 - - [2026-05-07 02:33:07] "POST /security-groups HTTP/1.1" 200 593 0.092739 10.0.0.27 - - [2026-05-07 02:33:07] "POST /projects HTTP/1.1" 200 589 0.346964 10.0.0.27 - - [2026-05-07 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.399377 10.0.0.249 - - [2026-05-07 02:33:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.024538 10.0.0.141 - - [2026-05-07 02:33:08] "GET /project/921b2fe9-40b3-460e-8399-00cd944cb8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.645398 10.0.0.141 - - [2026-05-07 02:33:09] "GET / HTTP/1.1" 200 35931 0.002187 10.0.0.141 - - [2026-05-07 02:33:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000478 10.0.0.141 - - [2026-05-07 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.084594 10.0.0.27 - - [2026-05-07 02:33:10] "GET /projects?obj_uuids=921b2fe9-40b3-460e-8399-00cd944cb8f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001039 10.0.0.141 - - [2026-05-07 02:33:10] "GET /project/921b2fe9-40b3-460e-8399-00cd944cb8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056323 10.0.0.27 - - [2026-05-07 02:33:10] "GET /projects?obj_uuids=921b2fe9-40b3-460e-8399-00cd944cb8f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001340 10.0.0.141 - - [2026-05-07 02:33:10] "POST /neutron/network HTTP/1.1" 200 673 0.296056 10.0.0.249 - - [2026-05-07 02:33:10] "POST /ref-update HTTP/1.1" 200 156 0.048078 10.0.0.141 - - [2026-05-07 02:33:11] "POST /id-to-fqname HTTP/1.1" 200 255 0.005974 10.0.0.141 - - [2026-05-07 02:33:11] "GET /virtual-network/fb3d0568-62a5-4493-bc2c-18eb7cda3355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006475 10.0.0.141 - - [2026-05-07 02:33:11] "POST /neutron/network HTTP/1.1" 200 891 0.009635 10.0.0.141 - - [2026-05-07 02:33:11] "GET /virtual-network/fb3d0568-62a5-4493-bc2c-18eb7cda3355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006909 10.0.0.141 - - [2026-05-07 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.27 - - [2026-05-07 02:33:11] "GET /projects?obj_uuids=921b2fe9-40b3-460e-8399-00cd944cb8f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001119 10.0.0.141 - - [2026-05-07 02:33:11] "GET /project/921b2fe9-40b3-460e-8399-00cd944cb8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.066238 10.0.0.141 - - [2026-05-07 02:33:11] "POST /neutron/network HTTP/1.1" 200 117 0.039610 10.0.0.141 - - [2026-05-07 02:33:12] "POST /neutron/network HTTP/1.1" 200 890 0.010606 10.0.0.141 - - [2026-05-07 02:33:12] "POST /id-to-fqname HTTP/1.1" 200 255 0.001190 10.0.0.141 - - [2026-05-07 02:33:12] "GET /virtual-network/df8bde51-fc28-42e6-a20f-dc99f56805b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006203 10.0.0.141 - - [2026-05-07 02:33:12] "GET /virtual-network/df8bde51-fc28-42e6-a20f-dc99f56805b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.009523 10.0.0.141 - - [2026-05-07 02:33:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.019150 10.0.0.141 - - [2026-05-07 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.27 - - [2026-05-07 02:33:12] "GET /projects?obj_uuids=921b2fe9-40b3-460e-8399-00cd944cb8f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001186 10.0.0.141 - - [2026-05-07 02:33:12] "GET /project/921b2fe9-40b3-460e-8399-00cd944cb8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.073437 10.0.0.249 - - [2026-05-07 02:33:12] "POST /route-targets HTTP/1.1" 200 327 0.017912 10.0.0.27 - - [2026-05-07 02:33:12] "POST /useragent-kv HTTP/1.1" 200 115 0.014087 10.0.0.141 - - [2026-05-07 02:33:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.232843 10.0.0.141 - - [2026-05-07 02:33:12] "POST /id-to-fqname HTTP/1.1" 200 256 0.001481 10.0.0.141 - - [2026-05-07 02:33:12] "GET /virtual-network/adb520fd-7cc8-45f4-a1fa-30dbbf5b4fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006757 10.0.0.141 - - [2026-05-07 02:33:13] "GET /virtual-network/adb520fd-7cc8-45f4-a1fa-30dbbf5b4fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006585 10.0.0.141 - - [2026-05-07 02:33:13] "POST /neutron/network HTTP/1.1" 200 894 0.009362 10.0.0.141 - - [2026-05-07 02:33:13] "POST /id-to-fqname HTTP/1.1" 200 255 0.001419 10.0.0.141 - - [2026-05-07 02:33:13] "GET /obj-perms HTTP/1.1" 200 5075 0.115836 10.0.0.27 - - [2026-05-07 02:33:14] "GET /projects?obj_uuids=921b2fe9-40b3-460e-8399-00cd944cb8f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001137 10.0.0.141 - - [2026-05-07 02:33:14] "GET /project/921b2fe9-40b3-460e-8399-00cd944cb8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.091093 10.0.0.141 - - [2026-05-07 02:33:14] "POST /neutron/network HTTP/1.1" 200 890 0.009638 10.0.0.141 - - [2026-05-07 02:33:14] "POST /id-to-fqname HTTP/1.1" 200 256 0.001373 10.0.0.141 - - [2026-05-07 02:33:14] "POST /neutron/port HTTP/1.1" 200 117 0.016989 10.0.0.27 - - [2026-05-07 02:33:15] "GET /projects?obj_uuids=921b2fe9-40b3-460e-8399-00cd944cb8f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001099 10.0.0.27 - - [2026-05-07 02:33:16] "GET /projects?obj_uuids=921b2fe9-40b3-460e-8399-00cd944cb8f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001686 10.0.0.141 - - [2026-05-07 02:33:16] "GET /project/921b2fe9-40b3-460e-8399-00cd944cb8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.138541 10.0.0.141 - - [2026-05-07 02:33:16] "POST /neutron/port HTTP/1.1" 200 1060 0.585237 10.0.0.27 - - [2026-05-07 02:33:16] "DELETE /project/e9030a770ab443c880b445f774d2c5ff HTTP/1.1" 404 173 0.007792 10.0.0.27 - - [2026-05-07 02:33:16] "DELETE /project/7503974b-eee9-4c96-84aa-f0a8cd3aade7 HTTP/1.1" 404 177 0.004587 10.0.0.27 - - [2026-05-07 02:33:16] "DELETE /project/921b2fe940b3460e839900cd944cb8f5 HTTP/1.1" 404 173 0.010356 10.0.0.27 - - [2026-05-07 02:33:16] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.141 - - [2026-05-07 02:33:16] "POST /neutron/port HTTP/1.1" 200 1060 0.017052 10.0.0.27 - - [2026-05-07 02:33:16] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.081616 10.0.0.27 - - [2026-05-07 02:33:16] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001500 10.0.0.27 - - [2026-05-07 02:33:16] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?fields=security_groups HTTP/1.1" 200 1399 0.065197 10.0.0.141 - - [2026-05-07 02:33:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.017088 10.0.0.27 - - [2026-05-07 02:33:16] "DELETE /security-group/f5140913-0765-40c0-a598-e0b6e96bf093 HTTP/1.1" 200 115 0.194919 10.0.0.27 - - [2026-05-07 02:33:16] "GET /projects?obj_uuids=e9030a77-0ab4-43c8-80b4-45f774d2c5ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001516 10.0.0.27 - - [2026-05-07 02:33:16] "GET /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff?fields=application_policy_sets HTTP/1.1" 200 1438 0.111650 10.0.0.249 - - [2026-05-07 02:33:17] "DELETE /access-control-list/14c3995e-91f5-4d6e-a890-c0ffbd5aafb6 HTTP/1.1" 200 115 0.126393 10.0.0.141 - - [2026-05-07 02:33:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.069587 10.0.0.141 - - [2026-05-07 02:33:17] "POST /neutron/network HTTP/1.1" 200 890 0.014617 10.0.0.27 - - [2026-05-07 02:33:17] "DELETE /project/e9030a77-0ab4-43c8-80b4-45f774d2c5ff HTTP/1.1" 200 115 0.888252 10.0.0.141 - - [2026-05-07 02:33:18] "POST /neutron/port HTTP/1.1" 200 1062 0.027152 10.0.0.141 - - [2026-05-07 02:33:18] "POST /neutron/port HTTP/1.1" 200 1126 0.038379 10.0.0.141 - - [2026-05-07 02:33:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007136 10.0.0.141 - - [2026-05-07 02:33:18] "POST /neutron/network HTTP/1.1" 200 894 0.008391 10.0.0.141 - - [2026-05-07 02:33:19] "POST /neutron/port HTTP/1.1" 200 151 0.239364 10.0.0.141 - - [2026-05-07 02:33:20] "POST /neutron/port HTTP/1.1" 200 151 0.266112 10.0.0.141 - - [2026-05-07 02:33:21] "POST /neutron/network HTTP/1.1" 200 894 0.011844 10.0.0.141 - - [2026-05-07 02:33:21] "POST /neutron/network HTTP/1.1" 200 1617 0.020705 10.0.0.249 - - [2026-05-07 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.27 - - [2026-05-07 02:33:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006756 10.0.0.27 - - [2026-05-07 02:33:21] "POST /useragent-kv HTTP/1.1" 200 115 0.009428 10.0.0.141 - - [2026-05-07 02:33:21] "POST /neutron/network HTTP/1.1" 200 151 0.156581 10.0.0.27 - - [2026-05-07 02:33:21] "GET /projects?obj_uuids=921b2fe9-40b3-460e-8399-00cd944cb8f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002437 10.0.0.249 - - [2026-05-07 02:33:21] "DELETE /route-target/683324ef-b9f0-43c5-a121-3027294fa589 HTTP/1.1" 200 115 0.050556 10.0.0.141 - - [2026-05-07 02:33:21] "GET /project/921b2fe9-40b3-460e-8399-00cd944cb8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.114398 10.0.0.27 - - [2026-05-07 02:33:21] "GET /projects?obj_uuids=921b2fe9-40b3-460e-8399-00cd944cb8f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001618 10.0.0.141 - - [2026-05-07 02:33:21] "GET /project/921b2fe9-40b3-460e-8399-00cd944cb8f5?fields=virtual_networks HTTP/1.1" 200 1036 0.081148 10.0.0.27 - - [2026-05-07 02:33:21] "GET /projects?obj_uuids=921b2fe9-40b3-460e-8399-00cd944cb8f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001258 10.0.0.141 - - [2026-05-07 02:33:21] "GET /project/921b2fe9-40b3-460e-8399-00cd944cb8f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.062504 10.0.0.27 - - [2026-05-07 02:33:22] "GET /projects?obj_uuids=921b2fe9-40b3-460e-8399-00cd944cb8f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001959 10.0.0.141 - - [2026-05-07 02:33:22] "GET /project/921b2fe9-40b3-460e-8399-00cd944cb8f5?fields=security_groups HTTP/1.1" 200 1264 0.054567 10.0.0.141 - - [2026-05-07 02:33:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.047182 10.0.0.27 - - [2026-05-07 02:33:23] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004160 10.0.0.27 - - [2026-05-07 02:33:23] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001497 10.0.0.27 - - [2026-05-07 02:33:23] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009484 10.0.0.27 - - [2026-05-07 02:33:23] "POST /id-to-fqname HTTP/1.1" 200 198 0.004679 10.0.0.27 - - [2026-05-07 02:33:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.007730 10.0.0.27 - - [2026-05-07 02:33:23] "POST /security-groups HTTP/1.1" 200 599 0.095135 10.0.0.27 - - [2026-05-07 02:33:23] "POST /projects HTTP/1.1" 200 601 0.350446 10.0.0.249 - - [2026-05-07 02:33:23] "POST /fqname-to-id HTTP/1.1" 404 241 0.016385 10.0.0.27 - - [2026-05-07 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.437553 10.0.0.141 - - [2026-05-07 02:33:23] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.618652 10.0.0.141 - - [2026-05-07 02:33:24] "GET / HTTP/1.1" 200 35931 0.002970 10.0.0.141 - - [2026-05-07 02:33:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000645 10.0.0.141 - - [2026-05-07 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.072783 10.0.0.27 - - [2026-05-07 02:33:25] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.141 - - [2026-05-07 02:33:25] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058836 10.0.0.27 - - [2026-05-07 02:33:26] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001847 10.0.0.141 - - [2026-05-07 02:33:26] "POST /neutron/network HTTP/1.1" 200 691 0.222908 10.0.0.249 - - [2026-05-07 02:33:26] "POST /ref-update HTTP/1.1" 200 156 0.037544 10.0.0.141 - - [2026-05-07 02:33:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.004539 10.0.0.141 - - [2026-05-07 02:33:26] "GET /virtual-network/332cfc5d-6961-4b78-85f2-0fb2ae5a1e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.006504 10.0.0.141 - - [2026-05-07 02:33:26] "POST /neutron/network HTTP/1.1" 200 908 0.008888 10.0.0.141 - - [2026-05-07 02:33:26] "GET /virtual-network/332cfc5d-6961-4b78-85f2-0fb2ae5a1e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.006510 10.0.0.141 - - [2026-05-07 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.27 - - [2026-05-07 02:33:26] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001621 10.0.0.141 - - [2026-05-07 02:33:26] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061173 10.0.0.141 - - [2026-05-07 02:33:27] "POST /neutron/network HTTP/1.1" 200 117 0.021161 10.0.0.141 - - [2026-05-07 02:33:27] "POST /neutron/network HTTP/1.1" 200 910 0.011386 10.0.0.141 - - [2026-05-07 02:33:27] "POST /id-to-fqname HTTP/1.1" 200 267 0.001286 10.0.0.141 - - [2026-05-07 02:33:27] "GET /virtual-network/3f7d69c3-cf32-41ac-aa36-1aced4c2a503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006082 10.0.0.141 - - [2026-05-07 02:33:27] "GET /virtual-network/3f7d69c3-cf32-41ac-aa36-1aced4c2a503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006486 10.0.0.141 - - [2026-05-07 02:33:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.011439 10.0.0.141 - - [2026-05-07 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.27 - - [2026-05-07 02:33:27] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.141 - - [2026-05-07 02:33:27] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058932 10.0.0.249 - - [2026-05-07 02:33:28] "POST /route-targets HTTP/1.1" 200 327 0.020819 10.0.0.27 - - [2026-05-07 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.010786 10.0.0.141 - - [2026-05-07 02:33:28] "POST /neutron/subnet HTTP/1.1" 200 715 0.242091 10.0.0.141 - - [2026-05-07 02:33:28] "POST /id-to-fqname HTTP/1.1" 200 268 0.001715 10.0.0.141 - - [2026-05-07 02:33:28] "GET /virtual-network/35be9535-d492-4167-b32e-75f8ee73eae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.007733 10.0.0.141 - - [2026-05-07 02:33:28] "GET /virtual-network/35be9535-d492-4167-b32e-75f8ee73eae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006705 10.0.0.141 - - [2026-05-07 02:33:28] "POST /neutron/network HTTP/1.1" 200 910 0.008943 10.0.0.141 - - [2026-05-07 02:33:28] "POST /id-to-fqname HTTP/1.1" 200 267 0.002578 10.0.0.27 - - [2026-05-07 02:34:06] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001447 10.0.0.141 - - [2026-05-07 02:34:06] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.105252 10.0.0.141 - - [2026-05-07 02:34:06] "POST /neutron/network HTTP/1.1" 200 910 0.008596 10.0.0.141 - - [2026-05-07 02:34:06] "POST /id-to-fqname HTTP/1.1" 200 268 0.001363 10.0.0.141 - - [2026-05-07 02:34:06] "POST /neutron/port HTTP/1.1" 200 117 0.011359 10.0.0.27 - - [2026-05-07 02:34:07] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001411 10.0.0.27 - - [2026-05-07 02:34:07] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001632 10.0.0.141 - - [2026-05-07 02:34:07] "POST /neutron/port HTTP/1.1" 200 1068 0.590607 10.0.0.141 - - [2026-05-07 02:34:07] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.170021 10.0.0.141 - - [2026-05-07 02:34:07] "POST /neutron/port HTTP/1.1" 200 1068 0.023196 10.0.0.141 - - [2026-05-07 02:34:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015907 10.0.0.141 - - [2026-05-07 02:34:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006182 10.0.0.27 - - [2026-05-07 02:34:08] "GET /projects?obj_uuids=e5460a0e-1c0f-464d-b315-2b0449d1f590&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001096 10.0.0.141 - - [2026-05-07 02:34:08] "GET /project/e5460a0e-1c0f-464d-b315-2b0449d1f590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.101015 10.0.0.141 - - [2026-05-07 02:34:08] "POST /neutron/network HTTP/1.1" 200 910 0.007415 10.0.0.141 - - [2026-05-07 02:34:09] "POST /neutron/port HTTP/1.1" 200 1066 0.056124 10.0.0.141 - - [2026-05-07 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.141 - - [2026-05-07 02:34:09] "GET /security-group/1cf6d707-37e3-46d3-a9fe-a0f4fdeddd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.021829 10.0.0.141 - - [2026-05-07 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.27 - - [2026-05-07 02:34:09] "GET /projects?obj_uuids=e5460a0e-1c0f-464d-b315-2b0449d1f590&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001421 10.0.0.141 - - [2026-05-07 02:34:10] "GET /project/e5460a0e-1c0f-464d-b315-2b0449d1f590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.168632 10.0.0.141 - - [2026-05-07 02:34:10] "POST /neutron/port HTTP/1.1" 200 1130 0.038976 10.0.0.141 - - [2026-05-07 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.018006 10.0.0.141 - - [2026-05-07 02:34:10] "GET /security-group/1cf6d707-37e3-46d3-a9fe-a0f4fdeddd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005550 10.0.0.141 - - [2026-05-07 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.010317 10.0.0.141 - - [2026-05-07 02:34:10] "POST /neutron/port HTTP/1.1" 200 117 0.001358 10.0.0.141 - - [2026-05-07 02:34:10] "PUT /security-group/1cf6d707-37e3-46d3-a9fe-a0f4fdeddd70 HTTP/1.1" 200 262 0.053218 10.0.0.249 - - [2026-05-07 02:34:10] "PUT /access-control-list/999fe27d-d0a4-4cf6-b527-e08a8505c44d HTTP/1.1" 200 272 0.037854 10.0.0.141 - - [2026-05-07 02:34:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.017599 10.0.0.141 - - [2026-05-07 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006829 10.0.0.27 - - [2026-05-07 02:34:11] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001925 10.0.0.141 - - [2026-05-07 02:34:11] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010408 10.0.0.141 - - [2026-05-07 02:34:11] "POST /service-templates HTTP/1.1" 200 543 0.075399 10.0.0.141 - - [2026-05-07 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005289 10.0.0.141 - - [2026-05-07 02:34:11] "GET /service-template/6132eb61-af9b-4b38-a4c3-7b777731c5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.014918 10.0.0.141 - - [2026-05-07 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.141 - - [2026-05-07 02:34:11] "GET /service-template/6132eb61-af9b-4b38-a4c3-7b777731c5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.014074 10.0.0.141 - - [2026-05-07 02:34:11] "POST /id-to-fqname HTTP/1.1" 200 267 0.003038 10.0.0.141 - - [2026-05-07 02:34:11] "POST /id-to-fqname HTTP/1.1" 200 267 0.006063 10.0.0.141 - - [2026-05-07 02:34:11] "POST /id-to-fqname HTTP/1.1" 200 268 0.006429 10.0.0.141 - - [2026-05-07 02:34:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.024396 10.0.0.141 - - [2026-05-07 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.010424 10.0.0.141 - - [2026-05-07 02:34:12] "DELETE /service-template/6132eb61-af9b-4b38-a4c3-7b777731c5d3 HTTP/1.1" 200 115 0.087994 10.0.0.141 - - [2026-05-07 02:34:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.004622 10.0.0.141 - - [2026-05-07 02:34:17] "POST /neutron/network HTTP/1.1" 200 910 0.008200 10.0.0.27 - - [2026-05-07 02:34:17] "DELETE /project/921b2fe9-40b3-460e-8399-00cd944cb8f5 HTTP/1.1" 404 177 0.003614 10.0.0.27 - - [2026-05-07 02:34:17] "DELETE /project/ce2c6df252d6418f845f5772ad34efa4 HTTP/1.1" 404 173 0.011445 10.0.0.141 - - [2026-05-07 02:34:19] "POST /neutron/network HTTP/1.1" 400 204 0.047394 10.0.0.141 - - [2026-05-07 02:34:23] "POST /neutron/network HTTP/1.1" 200 910 0.010757 10.0.0.249 - - [2026-05-07 02:34:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2026-05-07 02:34:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.27 - - [2026-05-07 02:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000775 10.0.0.27 - - [2026-05-07 02:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.249 - - [2026-05-07 02:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000628 10.0.0.249 - - [2026-05-07 02:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.141 - - [2026-05-07 02:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.141 - - [2026-05-07 02:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.141 - - [2026-05-07 02:34:25] "POST /neutron/network HTTP/1.1" 400 204 0.037760 10.0.0.27 - - [2026-05-07 02:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000604 10.0.0.27 - - [2026-05-07 02:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.141 - - [2026-05-07 02:34:27] "GET /global-system-configs HTTP/1.1" 401 293 0.001127 10.0.0.141 - - [2026-05-07 02:34:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000643 10.0.0.141 - - [2026-05-07 02:34:30] "POST /neutron/network HTTP/1.1" 200 910 0.025061 10.0.0.141 - - [2026-05-07 02:34:32] "POST /neutron/network HTTP/1.1" 400 204 0.030324 10.0.0.141 - - [2026-05-07 02:34:36] "POST /neutron/network HTTP/1.1" 200 910 0.022739 10.0.0.141 - - [2026-05-07 02:34:38] "POST /neutron/network HTTP/1.1" 400 204 0.045573 10.0.0.141 - - [2026-05-07 02:34:42] "POST /neutron/network HTTP/1.1" 200 910 0.008279 10.0.0.141 - - [2026-05-07 02:34:44] "POST /neutron/network HTTP/1.1" 400 204 0.017386 10.0.0.141 - - [2026-05-07 02:34:48] "POST /neutron/network HTTP/1.1" 200 910 0.008606 10.0.0.141 - - [2026-05-07 02:34:50] "POST /neutron/network HTTP/1.1" 400 204 0.020450 10.0.0.141 - - [2026-05-07 02:34:54] "POST /neutron/network HTTP/1.1" 200 910 0.009286 10.0.0.141 - - [2026-05-07 02:34:57] "POST /neutron/network HTTP/1.1" 400 204 0.019418 10.0.0.141 - - [2026-05-07 02:35:01] "POST /neutron/network HTTP/1.1" 200 910 0.010471 10.0.0.141 - - [2026-05-07 02:35:03] "POST /neutron/network HTTP/1.1" 400 204 0.021110 10.0.0.141 - - [2026-05-07 02:35:07] "POST /neutron/network HTTP/1.1" 200 910 0.009913 10.0.0.141 - - [2026-05-07 02:35:07] "POST /neutron/network HTTP/1.1" 400 204 0.018723 10.0.0.141 - - [2026-05-07 02:35:11] "POST /neutron/network HTTP/1.1" 200 910 0.011033 10.0.0.141 - - [2026-05-07 02:35:13] "POST /neutron/network HTTP/1.1" 400 204 0.023769 10.0.0.249 - - [2026-05-07 02:35:15] "GET /obj-perms HTTP/1.1" 200 5075 0.091490 10.0.0.141 - - [2026-05-07 02:35:17] "POST /neutron/network HTTP/1.1" 200 910 0.009010 10.0.0.141 - - [2026-05-07 02:35:19] "POST /neutron/network HTTP/1.1" 400 204 0.017542 10.0.0.141 - - [2026-05-07 02:35:22] "POST /neutron/port HTTP/1.1" 200 1132 0.033621 10.0.0.141 - - [2026-05-07 02:35:22] "POST /neutron/port HTTP/1.1" 200 1130 0.042881 10.0.0.141 - - [2026-05-07 02:35:23] "POST /neutron/port HTTP/1.1" 200 117 0.009422 10.0.0.27 - - [2026-05-07 02:35:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006155 10.0.0.27 - - [2026-05-07 02:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003652 10.0.0.249 - - [2026-05-07 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.011104 10.0.0.141 - - [2026-05-07 02:35:24] "POST /neutron/network HTTP/1.1" 200 151 0.181524 10.0.0.249 - - [2026-05-07 02:35:24] "DELETE /route-target/d77e8067-d82e-43ef-a7a6-4d1d915b4021 HTTP/1.1" 200 115 0.030803 10.0.0.27 - - [2026-05-07 02:35:24] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.141 - - [2026-05-07 02:35:24] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068965 10.0.0.27 - - [2026-05-07 02:35:24] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002044 10.0.0.141 - - [2026-05-07 02:35:24] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.093547 10.0.0.27 - - [2026-05-07 02:35:26] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.141 - - [2026-05-07 02:35:26] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053684 10.0.0.27 - - [2026-05-07 02:35:26] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.141 - - [2026-05-07 02:35:26] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.065246 10.0.0.27 - - [2026-05-07 02:35:28] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001335 10.0.0.141 - - [2026-05-07 02:35:28] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056597 10.0.0.27 - - [2026-05-07 02:35:28] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.141 - - [2026-05-07 02:35:28] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.046753 10.0.0.27 - - [2026-05-07 02:35:30] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001501 10.0.0.141 - - [2026-05-07 02:35:30] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056712 10.0.0.27 - - [2026-05-07 02:35:30] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.141 - - [2026-05-07 02:35:30] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.042767 10.0.0.27 - - [2026-05-07 02:35:33] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001293 10.0.0.141 - - [2026-05-07 02:35:33] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068385 10.0.0.27 - - [2026-05-07 02:35:33] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.141 - - [2026-05-07 02:35:33] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.062365 10.0.0.27 - - [2026-05-07 02:35:35] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001480 10.0.0.141 - - [2026-05-07 02:35:35] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064029 10.0.0.27 - - [2026-05-07 02:35:35] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002470 10.0.0.141 - - [2026-05-07 02:35:35] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.065123 10.0.0.27 - - [2026-05-07 02:35:37] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.141 - - [2026-05-07 02:35:37] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061446 10.0.0.27 - - [2026-05-07 02:35:37] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.141 - - [2026-05-07 02:35:37] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.059757 10.0.0.27 - - [2026-05-07 02:35:39] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001599 10.0.0.141 - - [2026-05-07 02:35:39] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058712 10.0.0.27 - - [2026-05-07 02:35:39] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001458 10.0.0.141 - - [2026-05-07 02:35:39] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.062777 10.0.0.27 - - [2026-05-07 02:35:41] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002425 10.0.0.141 - - [2026-05-07 02:35:41] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077729 10.0.0.27 - - [2026-05-07 02:35:41] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.141 - - [2026-05-07 02:35:41] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.061322 10.0.0.27 - - [2026-05-07 02:35:43] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.141 - - [2026-05-07 02:35:43] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051257 10.0.0.27 - - [2026-05-07 02:35:43] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001051 10.0.0.141 - - [2026-05-07 02:35:43] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.047001 10.0.0.27 - - [2026-05-07 02:35:46] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.141 - - [2026-05-07 02:35:46] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065891 10.0.0.27 - - [2026-05-07 02:35:46] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001317 10.0.0.141 - - [2026-05-07 02:35:46] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.055660 10.0.0.27 - - [2026-05-07 02:35:48] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001167 10.0.0.141 - - [2026-05-07 02:35:48] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075505 10.0.0.27 - - [2026-05-07 02:35:48] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.141 - - [2026-05-07 02:35:48] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.064176 10.0.0.27 - - [2026-05-07 02:35:50] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.141 - - [2026-05-07 02:35:50] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062049 10.0.0.27 - - [2026-05-07 02:35:50] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.141 - - [2026-05-07 02:35:50] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.052480 10.0.0.27 - - [2026-05-07 02:35:52] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001443 10.0.0.141 - - [2026-05-07 02:35:52] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053191 10.0.0.27 - - [2026-05-07 02:35:52] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.141 - - [2026-05-07 02:35:52] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.047628 10.0.0.27 - - [2026-05-07 02:35:54] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.141 - - [2026-05-07 02:35:54] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062667 10.0.0.27 - - [2026-05-07 02:35:54] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.141 - - [2026-05-07 02:35:54] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.048543 10.0.0.27 - - [2026-05-07 02:35:56] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.141 - - [2026-05-07 02:35:56] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052123 10.0.0.27 - - [2026-05-07 02:35:56] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.141 - - [2026-05-07 02:35:56] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.053178 10.0.0.27 - - [2026-05-07 02:35:59] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.141 - - [2026-05-07 02:35:59] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052871 10.0.0.27 - - [2026-05-07 02:35:59] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001600 10.0.0.141 - - [2026-05-07 02:35:59] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.069169 10.0.0.27 - - [2026-05-07 02:36:01] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001167 10.0.0.141 - - [2026-05-07 02:36:01] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.102503 10.0.0.27 - - [2026-05-07 02:36:01] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.141 - - [2026-05-07 02:36:01] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.075639 10.0.0.27 - - [2026-05-07 02:36:03] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.141 - - [2026-05-07 02:36:03] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056641 10.0.0.27 - - [2026-05-07 02:36:03] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.141 - - [2026-05-07 02:36:03] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.064342 10.0.0.27 - - [2026-05-07 02:36:05] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.141 - - [2026-05-07 02:36:05] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055598 10.0.0.27 - - [2026-05-07 02:36:05] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001248 10.0.0.141 - - [2026-05-07 02:36:05] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.066647 10.0.0.27 - - [2026-05-07 02:36:07] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001174 10.0.0.141 - - [2026-05-07 02:36:07] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056486 10.0.0.27 - - [2026-05-07 02:36:07] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001417 10.0.0.141 - - [2026-05-07 02:36:07] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.045314 10.0.0.27 - - [2026-05-07 02:36:09] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.141 - - [2026-05-07 02:36:09] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049965 10.0.0.27 - - [2026-05-07 02:36:09] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000987 10.0.0.141 - - [2026-05-07 02:36:10] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.056267 10.0.0.27 - - [2026-05-07 02:36:12] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001603 10.0.0.141 - - [2026-05-07 02:36:12] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054471 10.0.0.27 - - [2026-05-07 02:36:12] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001346 10.0.0.141 - - [2026-05-07 02:36:12] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.076432 10.0.0.27 - - [2026-05-07 02:36:14] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001718 10.0.0.141 - - [2026-05-07 02:36:14] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061627 10.0.0.27 - - [2026-05-07 02:36:14] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001336 10.0.0.141 - - [2026-05-07 02:36:14] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.062598 10.0.0.27 - - [2026-05-07 02:36:16] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001520 10.0.0.141 - - [2026-05-07 02:36:16] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076460 10.0.0.27 - - [2026-05-07 02:36:16] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001554 10.0.0.141 - - [2026-05-07 02:36:16] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.075957 10.0.0.27 - - [2026-05-07 02:36:18] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.141 - - [2026-05-07 02:36:18] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060320 10.0.0.27 - - [2026-05-07 02:36:18] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001608 10.0.0.141 - - [2026-05-07 02:36:18] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.070561 10.0.0.27 - - [2026-05-07 02:36:20] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.141 - - [2026-05-07 02:36:20] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049693 10.0.0.27 - - [2026-05-07 02:36:20] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.141 - - [2026-05-07 02:36:20] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.054776 10.0.0.27 - - [2026-05-07 02:36:22] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001196 10.0.0.141 - - [2026-05-07 02:36:23] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.071150 10.0.0.27 - - [2026-05-07 02:36:23] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.141 - - [2026-05-07 02:36:23] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.047514 10.0.0.27 - - [2026-05-07 02:36:25] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001473 10.0.0.141 - - [2026-05-07 02:36:25] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072247 10.0.0.27 - - [2026-05-07 02:36:25] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001275 10.0.0.141 - - [2026-05-07 02:36:25] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.058646 10.0.0.27 - - [2026-05-07 02:36:27] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.141 - - [2026-05-07 02:36:27] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052738 10.0.0.27 - - [2026-05-07 02:36:27] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003461 10.0.0.141 - - [2026-05-07 02:36:27] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.057425 10.0.0.27 - - [2026-05-07 02:36:29] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.141 - - [2026-05-07 02:36:29] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056491 10.0.0.27 - - [2026-05-07 02:36:29] "GET /projects?obj_uuids=ce2c6df2-52d6-418f-845f-5772ad34efa4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001372 10.0.0.141 - - [2026-05-07 02:36:29] "GET /project/ce2c6df2-52d6-418f-845f-5772ad34efa4?fields=virtual_networks HTTP/1.1" 200 1333 0.060895 10.0.0.141 - - [2026-05-07 02:36:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.041273 10.0.0.27 - - [2026-05-07 02:36:30] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004173 10.0.0.27 - - [2026-05-07 02:36:30] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001886 10.0.0.27 - - [2026-05-07 02:36:30] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013687 10.0.0.27 - - [2026-05-07 02:36:30] "POST /id-to-fqname HTTP/1.1" 200 191 0.001722 10.0.0.27 - - [2026-05-07 02:36:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.006279 10.0.0.27 - - [2026-05-07 02:36:30] "POST /security-groups HTTP/1.1" 200 592 0.053391 10.0.0.27 - - [2026-05-07 02:36:30] "POST /projects HTTP/1.1" 200 587 0.322359 10.0.0.27 - - [2026-05-07 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.368782 10.0.0.249 - - [2026-05-07 02:36:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.015811 10.0.0.141 - - [2026-05-07 02:36:30] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.616051 10.0.0.141 - - [2026-05-07 02:36:32] "GET / HTTP/1.1" 200 35931 0.001558 10.0.0.141 - - [2026-05-07 02:36:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000582 10.0.0.141 - - [2026-05-07 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.072159 10.0.0.27 - - [2026-05-07 02:36:33] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001284 10.0.0.141 - - [2026-05-07 02:36:33] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.066040 10.0.0.141 - - [2026-05-07 02:36:33] "POST /neutron/network HTTP/1.1" 200 117 0.050286 10.0.0.249 - - [2026-05-07 02:36:33] "POST /ref-update HTTP/1.1" 200 156 0.042747 10.0.0.141 - - [2026-05-07 02:36:33] "POST /neutron/network HTTP/1.1" 200 887 0.021731 10.0.0.141 - - [2026-05-07 02:36:33] "POST /id-to-fqname HTTP/1.1" 200 253 0.001402 10.0.0.141 - - [2026-05-07 02:36:33] "GET /virtual-network/44fa7112-c9a7-4a3d-9c01-72792c5dd2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.011764 10.0.0.141 - - [2026-05-07 02:36:33] "GET /virtual-network/44fa7112-c9a7-4a3d-9c01-72792c5dd2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.006918 10.0.0.141 - - [2026-05-07 02:36:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.012652 10.0.0.141 - - [2026-05-07 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.27 - - [2026-05-07 02:36:34] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001699 10.0.0.141 - - [2026-05-07 02:36:34] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.065133 10.0.0.27 - - [2026-05-07 02:36:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008132 10.0.0.141 - - [2026-05-07 02:36:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.257348 10.0.0.141 - - [2026-05-07 02:36:34] "POST /id-to-fqname HTTP/1.1" 200 253 0.001813 10.0.0.141 - - [2026-05-07 02:36:34] "GET /virtual-network/fc8d4ea7-ba6f-4eb2-9dc6-7aafb747207d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006094 10.0.0.141 - - [2026-05-07 02:36:34] "GET /virtual-network/fc8d4ea7-ba6f-4eb2-9dc6-7aafb747207d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.008197 10.0.0.141 - - [2026-05-07 02:36:34] "POST /neutron/network HTTP/1.1" 200 889 0.010484 10.0.0.141 - - [2026-05-07 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.27 - - [2026-05-07 02:36:34] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002478 10.0.0.141 - - [2026-05-07 02:36:34] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.057264 10.0.0.27 - - [2026-05-07 02:36:35] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001613 10.0.0.141 - - [2026-05-07 02:36:35] "POST /neutron/network HTTP/1.1" 200 672 0.185169 10.0.0.249 - - [2026-05-07 02:36:35] "POST /route-targets HTTP/1.1" 200 327 0.020770 10.0.0.141 - - [2026-05-07 02:36:35] "POST /id-to-fqname HTTP/1.1" 200 254 0.003994 10.0.0.141 - - [2026-05-07 02:36:35] "GET /virtual-network/2acac87c-9270-46e4-9e9a-42012039eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.007597 10.0.0.141 - - [2026-05-07 02:36:35] "POST /neutron/network HTTP/1.1" 200 892 0.009154 10.0.0.141 - - [2026-05-07 02:36:35] "GET /virtual-network/2acac87c-9270-46e4-9e9a-42012039eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.008835 10.0.0.141 - - [2026-05-07 02:36:35] "POST /id-to-fqname HTTP/1.1" 200 253 0.002056 10.0.0.141 - - [2026-05-07 02:36:35] "POST /neutron/network HTTP/1.1" 200 899 0.008078 10.0.0.27 - - [2026-05-07 02:36:36] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001397 10.0.0.141 - - [2026-05-07 02:36:36] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.107856 10.0.0.141 - - [2026-05-07 02:36:37] "POST /neutron/port HTTP/1.1" 200 117 0.008265 10.0.0.141 - - [2026-05-07 02:36:37] "POST /id-to-fqname HTTP/1.1" 200 254 0.001610 10.0.0.141 - - [2026-05-07 02:36:37] "POST /neutron/network HTTP/1.1" 200 899 0.008413 10.0.0.27 - - [2026-05-07 02:36:38] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002823 10.0.0.141 - - [2026-05-07 02:36:38] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.194725 10.0.0.141 - - [2026-05-07 02:36:38] "POST /neutron/port HTTP/1.1" 200 1061 0.028057 10.0.0.141 - - [2026-05-07 02:36:38] "POST /neutron/port HTTP/1.1" 200 1125 0.027881 10.0.0.141 - - [2026-05-07 02:36:38] "POST /neutron/port HTTP/1.1" 200 117 0.001412 10.0.0.141 - - [2026-05-07 02:36:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014352 10.0.0.27 - - [2026-05-07 02:36:39] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001325 10.0.0.141 - - [2026-05-07 02:36:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.015651 10.0.0.141 - - [2026-05-07 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.27 - - [2026-05-07 02:36:39] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001577 10.0.0.141 - - [2026-05-07 02:36:39] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010747 10.0.0.141 - - [2026-05-07 02:36:39] "POST /service-templates HTTP/1.1" 200 543 0.055575 10.0.0.141 - - [2026-05-07 02:36:39] "POST /neutron/port HTTP/1.1" 200 1062 0.436283 10.0.0.141 - - [2026-05-07 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.141 - - [2026-05-07 02:36:40] "GET /service-template/9f701a8a-6880-45f0-a47b-58297efbc8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.008996 10.0.0.141 - - [2026-05-07 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.141 - - [2026-05-07 02:36:40] "GET /service-template/9f701a8a-6880-45f0-a47b-58297efbc8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.015926 10.0.0.141 - - [2026-05-07 02:36:40] "POST /id-to-fqname HTTP/1.1" 200 253 0.001440 10.0.0.141 - - [2026-05-07 02:36:40] "POST /id-to-fqname HTTP/1.1" 200 253 0.001520 10.0.0.141 - - [2026-05-07 02:36:40] "POST /neutron/port HTTP/1.1" 200 1116 0.157414 10.0.0.141 - - [2026-05-07 02:36:40] "POST /id-to-fqname HTTP/1.1" 200 254 0.001433 10.0.0.141 - - [2026-05-07 02:36:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.012017 10.0.0.141 - - [2026-05-07 02:36:40] "POST /neutron/port HTTP/1.1" 200 2099 0.030638 10.0.0.141 - - [2026-05-07 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.141 - - [2026-05-07 02:36:40] "DELETE /service-template/9f701a8a-6880-45f0-a47b-58297efbc8c8 HTTP/1.1" 200 115 0.044111 10.0.0.141 - - [2026-05-07 02:36:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.005560 10.0.0.141 - - [2026-05-07 02:36:43] "POST /neutron/network HTTP/1.1" 400 204 0.018610 10.0.0.141 - - [2026-05-07 02:36:43] "POST /neutron/port HTTP/1.1" 200 151 0.320139 10.0.0.141 - - [2026-05-07 02:36:44] "POST /neutron/port HTTP/1.1" 200 151 0.339788 10.0.0.141 - - [2026-05-07 02:36:45] "POST /neutron/network HTTP/1.1" 200 892 0.007813 10.0.0.249 - - [2026-05-07 02:36:45] "DELETE /route-target/f5aec5e8-c1f6-4235-9602-26cc0dd6967b HTTP/1.1" 200 115 0.097005 10.0.0.249 - - [2026-05-07 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764 10.0.0.27 - - [2026-05-07 02:36:45] "POST /useragent-kv HTTP/1.1" 200 115 0.047185 10.0.0.27 - - [2026-05-07 02:36:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006490 10.0.0.141 - - [2026-05-07 02:36:45] "POST /neutron/network HTTP/1.1" 200 151 0.210310 10.0.0.27 - - [2026-05-07 02:36:45] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.141 - - [2026-05-07 02:36:45] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.127541 10.0.0.27 - - [2026-05-07 02:36:45] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002053 10.0.0.141 - - [2026-05-07 02:36:45] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?fields=virtual_networks HTTP/1.1" 200 1035 0.079832 10.0.0.27 - - [2026-05-07 02:36:46] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002285 10.0.0.141 - - [2026-05-07 02:36:46] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.066324 10.0.0.27 - - [2026-05-07 02:36:46] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001052 10.0.0.141 - - [2026-05-07 02:36:46] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?fields=security_groups HTTP/1.1" 200 1262 0.057241 10.0.0.141 - - [2026-05-07 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.032969 10.0.0.27 - - [2026-05-07 02:36:47] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004358 10.0.0.27 - - [2026-05-07 02:36:47] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001408 10.0.0.27 - - [2026-05-07 02:36:47] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.044626 10.0.0.27 - - [2026-05-07 02:36:47] "POST /id-to-fqname HTTP/1.1" 200 195 0.001475 10.0.0.27 - - [2026-05-07 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 204 0.010262 10.0.0.27 - - [2026-05-07 02:36:47] "POST /security-groups HTTP/1.1" 200 596 0.086469 10.0.0.27 - - [2026-05-07 02:36:47] "POST /projects HTTP/1.1" 200 595 0.345204 10.0.0.27 - - [2026-05-07 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.380208 10.0.0.249 - - [2026-05-07 02:36:47] "POST /access-control-lists HTTP/1.1" 200 601 0.052519 10.0.0.141 - - [2026-05-07 02:36:47] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.612843 10.0.0.141 - - [2026-05-07 02:36:49] "GET / HTTP/1.1" 200 35931 0.002137 10.0.0.141 - - [2026-05-07 02:36:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000646 10.0.0.141 - - [2026-05-07 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.093395 10.0.0.27 - - [2026-05-07 02:36:49] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001099 10.0.0.141 - - [2026-05-07 02:36:50] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.047877 10.0.0.249 - - [2026-05-07 02:36:50] "POST /route-targets HTTP/1.1" 200 327 0.021817 10.0.0.27 - - [2026-05-07 02:36:50] "POST /useragent-kv HTTP/1.1" 200 115 0.015168 10.0.0.141 - - [2026-05-07 02:36:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.312333 10.0.0.249 - - [2026-05-07 02:36:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.044822 10.0.0.141 - - [2026-05-07 02:36:51] "POST /id-to-fqname HTTP/1.1" 200 261 0.001315 10.0.0.141 - - [2026-05-07 02:36:51] "GET /virtual-network/3c14208a-bc9f-461b-916d-3fb30b170494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.011034 10.0.0.141 - - [2026-05-07 02:36:51] "POST /neutron/network HTTP/1.1" 200 1075 0.010027 10.0.0.141 - - [2026-05-07 02:36:51] "GET /virtual-network/3c14208a-bc9f-461b-916d-3fb30b170494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006719 10.0.0.141 - - [2026-05-07 02:36:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.012444 10.0.0.141 - - [2026-05-07 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.27 - - [2026-05-07 02:36:51] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001057 10.0.0.141 - - [2026-05-07 02:36:51] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.053595 10.0.0.249 - - [2026-05-07 02:36:51] "POST /ref-update HTTP/1.1" 200 156 0.037421 10.0.0.27 - - [2026-05-07 02:36:51] "POST /useragent-kv HTTP/1.1" 200 115 0.009002 10.0.0.141 - - [2026-05-07 02:36:51] "POST /neutron/subnet HTTP/1.1" 200 818 0.238788 10.0.0.249 - - [2026-05-07 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003333 10.0.0.141 - - [2026-05-07 02:36:52] "POST /id-to-fqname HTTP/1.1" 200 261 0.001387 10.0.0.141 - - [2026-05-07 02:36:52] "GET /virtual-network/ab6daed6-5926-40b5-9a28-5d2a30d72309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.008363 10.0.0.141 - - [2026-05-07 02:36:52] "POST /neutron/network HTTP/1.1" 200 1071 0.010746 10.0.0.141 - - [2026-05-07 02:36:52] "GET /virtual-network/ab6daed6-5926-40b5-9a28-5d2a30d72309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.008595 10.0.0.141 - - [2026-05-07 02:36:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.009647 10.0.0.141 - - [2026-05-07 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.27 - - [2026-05-07 02:36:52] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001003 10.0.0.141 - - [2026-05-07 02:36:52] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.064763 10.0.0.27 - - [2026-05-07 02:36:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006482 10.0.0.141 - - [2026-05-07 02:36:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.223505 10.0.0.141 - - [2026-05-07 02:36:53] "POST /id-to-fqname HTTP/1.1" 200 262 0.001420 10.0.0.141 - - [2026-05-07 02:36:53] "GET /virtual-network/11296a90-b957-4d84-8c07-bff57b207084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.008381 10.0.0.141 - - [2026-05-07 02:36:53] "POST /neutron/network HTTP/1.1" 200 1076 0.012583 10.0.0.141 - - [2026-05-07 02:36:53] "GET /virtual-network/11296a90-b957-4d84-8c07-bff57b207084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.007126 10.0.0.141 - - [2026-05-07 02:36:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.011040 10.0.0.141 - - [2026-05-07 02:36:53] "POST /id-to-fqname HTTP/1.1" 200 261 0.001303 10.0.0.27 - - [2026-05-07 02:36:54] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001015 10.0.0.141 - - [2026-05-07 02:36:54] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.075729 10.0.0.141 - - [2026-05-07 02:36:54] "POST /neutron/port HTTP/1.1" 200 117 0.007733 10.0.0.141 - - [2026-05-07 02:36:54] "POST /id-to-fqname HTTP/1.1" 200 262 0.001640 10.0.0.141 - - [2026-05-07 02:36:54] "POST /neutron/network HTTP/1.1" 200 1086 0.009952 10.0.0.141 - - [2026-05-07 02:36:55] "POST /neutron/port HTTP/1.1" 200 1168 0.032548 10.0.0.27 - - [2026-05-07 02:36:55] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001290 10.0.0.141 - - [2026-05-07 02:36:55] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.125555 10.0.0.141 - - [2026-05-07 02:36:55] "POST /neutron/network HTTP/1.1" 200 1076 0.008764 10.0.0.141 - - [2026-05-07 02:36:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004998 10.0.0.141 - - [2026-05-07 02:36:56] "POST /neutron/port HTTP/1.1" 200 117 0.001440 10.0.0.141 - - [2026-05-07 02:36:56] "POST /neutron/port HTTP/1.1" 200 117 0.007813 10.0.0.27 - - [2026-05-07 02:36:56] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001438 10.0.0.141 - - [2026-05-07 02:36:57] "POST /neutron/port HTTP/1.1" 200 1171 0.487872 10.0.0.141 - - [2026-05-07 02:36:57] "POST /neutron/port HTTP/1.1" 200 1225 0.175027 10.0.0.141 - - [2026-05-07 02:36:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005291 10.0.0.141 - - [2026-05-07 02:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.001438 10.0.0.141 - - [2026-05-07 02:36:57] "POST /neutron/network HTTP/1.1" 400 204 0.014481 10.0.0.141 - - [2026-05-07 02:36:58] "POST /neutron/port HTTP/1.1" 200 151 0.272210 10.0.0.141 - - [2026-05-07 02:36:59] "POST /neutron/port HTTP/1.1" 200 151 0.291632 10.0.0.141 - - [2026-05-07 02:36:59] "POST /neutron/network HTTP/1.1" 200 117 0.013078 10.0.0.141 - - [2026-05-07 02:37:00] "POST /neutron/port HTTP/1.1" 200 117 0.008338 10.0.0.249 - - [2026-05-07 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.249 - - [2026-05-07 02:37:00] "DELETE /route-target/ed0905c6-813d-48a7-bdc0-749b835cb335 HTTP/1.1" 200 115 0.039053 10.0.0.141 - - [2026-05-07 02:37:00] "POST /neutron/network HTTP/1.1" 200 1075 0.021029 10.0.0.27 - - [2026-05-07 02:37:00] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002319 10.0.0.141 - - [2026-05-07 02:37:00] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.053852 10.0.0.27 - - [2026-05-07 02:37:00] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001123 10.0.0.141 - - [2026-05-07 02:37:01] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?fields=virtual_networks HTTP/1.1" 200 1043 0.070493 10.0.0.27 - - [2026-05-07 02:37:01] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001082 10.0.0.141 - - [2026-05-07 02:37:01] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.072011 10.0.0.27 - - [2026-05-07 02:37:01] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001099 10.0.0.141 - - [2026-05-07 02:37:01] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?fields=security_groups HTTP/1.1" 200 1274 0.068491 10.0.0.141 - - [2026-05-07 02:37:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.033303 10.0.0.27 - - [2026-05-07 02:37:02] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005047 10.0.0.27 - - [2026-05-07 02:37:02] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.27 - - [2026-05-07 02:37:02] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007932 10.0.0.27 - - [2026-05-07 02:37:02] "POST /id-to-fqname HTTP/1.1" 200 198 0.005054 10.0.0.27 - - [2026-05-07 02:37:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.004273 10.0.0.27 - - [2026-05-07 02:37:02] "POST /security-groups HTTP/1.1" 200 599 0.082746 10.0.0.249 - - [2026-05-07 02:37:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.004964 10.0.0.27 - - [2026-05-07 02:37:02] "POST /projects HTTP/1.1" 200 601 0.320015 10.0.0.27 - - [2026-05-07 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.353841 10.0.0.141 - - [2026-05-07 02:37:03] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.544256 10.0.0.249 - - [2026-05-07 02:37:03] "POST /access-control-lists HTTP/1.1" 200 602 0.067807 10.0.0.141 - - [2026-05-07 02:37:04] "GET / HTTP/1.1" 200 35931 0.001979 10.0.0.141 - - [2026-05-07 02:37:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000546 10.0.0.141 - - [2026-05-07 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.067266 10.0.0.27 - - [2026-05-07 02:37:05] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.141 - - [2026-05-07 02:37:05] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043329 10.0.0.27 - - [2026-05-07 02:37:05] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001363 10.0.0.141 - - [2026-05-07 02:37:05] "POST /neutron/network HTTP/1.1" 200 691 0.167852 10.0.0.141 - - [2026-05-07 02:37:05] "POST /id-to-fqname HTTP/1.1" 200 267 0.003808 10.0.0.141 - - [2026-05-07 02:37:05] "GET /virtual-network/95f22866-2f60-4df5-8f74-e8f312bf53dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006074 10.0.0.141 - - [2026-05-07 02:37:05] "POST /neutron/network HTTP/1.1" 200 910 0.008437 10.0.0.141 - - [2026-05-07 02:37:05] "GET /virtual-network/95f22866-2f60-4df5-8f74-e8f312bf53dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006323 10.0.0.141 - - [2026-05-07 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.27 - - [2026-05-07 02:37:05] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.141 - - [2026-05-07 02:37:05] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054950 10.0.0.141 - - [2026-05-07 02:37:05] "POST /neutron/network HTTP/1.1" 200 117 0.017416 10.0.0.249 - - [2026-05-07 02:37:06] "POST /route-targets HTTP/1.1" 200 327 0.017250 10.0.0.141 - - [2026-05-07 02:37:06] "POST /neutron/network HTTP/1.1" 200 910 0.010056 10.0.0.141 - - [2026-05-07 02:37:06] "POST /id-to-fqname HTTP/1.1" 200 267 0.001268 10.0.0.141 - - [2026-05-07 02:37:06] "GET /virtual-network/170e5a16-07a1-4f2a-a9a8-3da844a4e8a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005697 10.0.0.141 - - [2026-05-07 02:37:06] "GET /virtual-network/170e5a16-07a1-4f2a-a9a8-3da844a4e8a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.007994 10.0.0.141 - - [2026-05-07 02:37:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.010993 10.0.0.141 - - [2026-05-07 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.27 - - [2026-05-07 02:37:06] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.141 - - [2026-05-07 02:37:06] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059741 10.0.0.249 - - [2026-05-07 02:37:07] "POST /ref-update HTTP/1.1" 200 156 0.028780 10.0.0.27 - - [2026-05-07 02:37:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006295 10.0.0.141 - - [2026-05-07 02:37:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.278154 10.0.0.141 - - [2026-05-07 02:37:07] "POST /id-to-fqname HTTP/1.1" 200 268 0.001518 10.0.0.141 - - [2026-05-07 02:37:07] "GET /virtual-network/51a0d210-a48d-41ea-bbeb-03dd935ee130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006524 10.0.0.141 - - [2026-05-07 02:37:07] "GET /virtual-network/51a0d210-a48d-41ea-bbeb-03dd935ee130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.008174 10.0.0.141 - - [2026-05-07 02:37:07] "POST /neutron/network HTTP/1.1" 200 912 0.008443 10.0.0.141 - - [2026-05-07 02:37:07] "POST /id-to-fqname HTTP/1.1" 200 267 0.001538 10.0.0.27 - - [2026-05-07 02:37:08] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001388 10.0.0.141 - - [2026-05-07 02:37:08] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.080724 10.0.0.141 - - [2026-05-07 02:37:08] "POST /neutron/network HTTP/1.1" 200 910 0.007638 10.0.0.141 - - [2026-05-07 02:37:08] "POST /id-to-fqname HTTP/1.1" 200 268 0.001474 10.0.0.141 - - [2026-05-07 02:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.007049 10.0.0.27 - - [2026-05-07 02:37:09] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001951 10.0.0.141 - - [2026-05-07 02:37:09] "POST /neutron/port HTTP/1.1" 200 1068 0.360237 10.0.0.27 - - [2026-05-07 02:37:09] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.141 - - [2026-05-07 02:37:09] "POST /neutron/port HTTP/1.1" 200 1122 0.160758 10.0.0.141 - - [2026-05-07 02:37:09] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.157949 10.0.0.141 - - [2026-05-07 02:37:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004680 10.0.0.141 - - [2026-05-07 02:37:09] "POST /neutron/network HTTP/1.1" 200 910 0.007710 10.0.0.141 - - [2026-05-07 02:37:10] "POST /neutron/port HTTP/1.1" 200 117 0.007906 10.0.0.141 - - [2026-05-07 02:37:10] "POST /neutron/port HTTP/1.1" 200 1068 0.020943 10.0.0.141 - - [2026-05-07 02:37:11] "POST /neutron/port HTTP/1.1" 200 1132 0.024463 10.0.0.141 - - [2026-05-07 02:37:11] "POST /neutron/port HTTP/1.1" 200 117 0.001243 10.0.0.141 - - [2026-05-07 02:37:11] "POST /neutron/network HTTP/1.1" 400 204 0.018179 10.0.0.141 - - [2026-05-07 02:37:12] "POST /neutron/port HTTP/1.1" 200 151 0.203647 10.0.0.141 - - [2026-05-07 02:37:13] "POST /neutron/port HTTP/1.1" 200 151 0.213509 10.0.0.27 - - [2026-05-07 02:37:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004924 10.0.0.27 - - [2026-05-07 02:37:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003801 10.0.0.141 - - [2026-05-07 02:37:13] "POST /neutron/network HTTP/1.1" 200 151 0.187841 10.0.0.249 - - [2026-05-07 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.141 - - [2026-05-07 02:37:14] "POST /neutron/network HTTP/1.1" 200 910 0.011598 10.0.0.249 - - [2026-05-07 02:37:14] "DELETE /route-target/b4658178-5672-4b09-a486-dfe55d190046 HTTP/1.1" 200 115 0.032845 10.0.0.27 - - [2026-05-07 02:37:14] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001603 10.0.0.141 - - [2026-05-07 02:37:14] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058544 10.0.0.27 - - [2026-05-07 02:37:14] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.141 - - [2026-05-07 02:37:14] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?fields=virtual_networks HTTP/1.1" 200 1049 0.060757 10.0.0.27 - - [2026-05-07 02:37:14] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.141 - - [2026-05-07 02:37:14] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.055451 10.0.0.27 - - [2026-05-07 02:37:14] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001396 10.0.0.141 - - [2026-05-07 02:37:14] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?fields=security_groups HTTP/1.1" 200 1283 0.054083 10.0.0.141 - - [2026-05-07 02:37:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.032457 10.0.0.27 - - [2026-05-07 02:37:15] "GET /projects?obj_uuids=736db6d5-636a-485d-8216-51be26e718c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005785 10.0.0.27 - - [2026-05-07 02:37:15] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004151 10.0.0.27 - - [2026-05-07 02:37:15] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013438 10.0.0.27 - - [2026-05-07 02:37:16] "POST /id-to-fqname HTTP/1.1" 200 195 0.001321 10.0.0.27 - - [2026-05-07 02:37:16] "POST /fqname-to-id HTTP/1.1" 404 204 0.007882 10.0.0.27 - - [2026-05-07 02:37:16] "POST /security-groups HTTP/1.1" 200 596 0.082518 10.0.0.27 - - [2026-05-07 02:37:16] "POST /projects HTTP/1.1" 200 595 0.308097 10.0.0.27 - - [2026-05-07 02:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.344667 10.0.0.249 - - [2026-05-07 02:37:16] "POST /fqname-to-id HTTP/1.1" 404 238 0.011874 10.0.0.141 - - [2026-05-07 02:37:16] "GET /project/736db6d5-636a-485d-8216-51be26e718c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.519360 10.0.0.27 - - [2026-05-07 02:37:17] "GET /obj-perms HTTP/1.1" 200 5075 0.149516 10.0.0.27 - - [2026-05-07 02:37:17] "DELETE /project/736db6d5636a485d821651be26e718c0 HTTP/1.1" 404 173 0.016197 10.0.0.27 - - [2026-05-07 02:37:17] "DELETE /project/b76e4f5779384ebdb8d3259f72eff066 HTTP/1.1" 404 173 0.009541 10.0.0.141 - - [2026-05-07 02:37:17] "GET /obj-perms HTTP/1.1" 200 5075 0.194455 10.0.0.27 - - [2026-05-07 02:37:17] "DELETE /project/ed1e9a029b82461ab9270068d3d983e5 HTTP/1.1" 404 173 0.012879 10.0.0.27 - - [2026-05-07 02:37:17] "DELETE /project/90ceb67dad9c4d24a95d4925a38b6cca HTTP/1.1" 404 173 0.014436 10.0.0.27 - - [2026-05-07 02:37:17] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.27 - - [2026-05-07 02:37:17] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000854 10.0.0.27 - - [2026-05-07 02:37:17] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000844 10.0.0.27 - - [2026-05-07 02:37:17] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.073416 10.0.0.27 - - [2026-05-07 02:37:17] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001396 10.0.0.27 - - [2026-05-07 02:37:17] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.097953 10.0.0.27 - - [2026-05-07 02:37:17] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001417 10.0.0.27 - - [2026-05-07 02:37:18] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.122116 10.0.0.27 - - [2026-05-07 02:37:18] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001740 10.0.0.27 - - [2026-05-07 02:37:18] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?fields=security_groups HTTP/1.1" 200 1379 0.085701 10.0.0.27 - - [2026-05-07 02:37:18] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?fields=security_groups HTTP/1.1" 200 1367 0.071676 10.0.0.27 - - [2026-05-07 02:37:18] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?fields=security_groups HTTP/1.1" 200 1388 0.134658 10.0.0.27 - - [2026-05-07 02:37:18] "DELETE /security-group/a00dfa61-d300-49ef-997b-4d51ebd7292a HTTP/1.1" 200 115 0.114981 10.0.0.27 - - [2026-05-07 02:37:18] "GET /projects?obj_uuids=b76e4f57-7938-4ebd-b8d3-259f72eff066&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001037 10.0.0.27 - - [2026-05-07 02:37:18] "DELETE /security-group/9eba5e2f-6319-4365-8955-2889cc33f14a HTTP/1.1" 200 115 0.125484 10.0.0.27 - - [2026-05-07 02:37:18] "GET /projects?obj_uuids=ed1e9a02-9b82-461a-b927-0068d3d983e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002559 10.0.0.27 - - [2026-05-07 02:37:18] "GET /project/b76e4f57-7938-4ebd-b8d3-259f72eff066?fields=application_policy_sets HTTP/1.1" 200 1418 0.096864 10.0.0.27 - - [2026-05-07 02:37:18] "DELETE /security-group/3f59b03e-0cea-4948-894d-6d110ed8ae58 HTTP/1.1" 200 115 0.166327 10.0.0.27 - - [2026-05-07 02:37:18] "GET /projects?obj_uuids=90ceb67d-ad9c-4d24-a95d-4925a38b6cca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001820 10.0.0.27 - - [2026-05-07 02:37:18] "GET /project/ed1e9a02-9b82-461a-b927-0068d3d983e5?fields=application_policy_sets HTTP/1.1" 200 1406 0.100757 10.0.0.249 - - [2026-05-07 02:37:18] "DELETE /access-control-list/9accde65-cc8b-4c41-9322-bf066f4b0942 HTTP/1.1" 200 115 0.112779 10.0.0.27 - - [2026-05-07 02:37:18] "GET /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca?fields=application_policy_sets HTTP/1.1" 200 1427 0.076718 10.0.0.27 - - [2026-05-07 02:37:18] "DELETE /project/b76e4f57-7938-4ebd-b8d3-259f72eff066 HTTP/1.1" 200 115 0.707086 10.0.0.27 - - [2026-05-07 02:37:18] "DELETE /project/ed1e9a02-9b82-461a-b927-0068d3d983e5 HTTP/1.1" 200 115 0.766585 10.0.0.249 - - [2026-05-07 02:37:18] "DELETE /access-control-list/361c9be4-84d0-4c85-b9ba-d2ec42c2ef53 HTTP/1.1" 200 115 0.101552 10.0.0.27 - - [2026-05-07 02:37:18] "DELETE /project/90ceb67d-ad9c-4d24-a95d-4925a38b6cca HTTP/1.1" 200 115 0.798010 10.0.0.141 - - [2026-05-07 02:37:18] "GET / HTTP/1.1" 200 35931 0.001748 10.0.0.141 - - [2026-05-07 02:37:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000548 10.0.0.141 - - [2026-05-07 02:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.071329 10.0.0.27 - - [2026-05-07 02:37:19] "GET /projects?obj_uuids=736db6d5-636a-485d-8216-51be26e718c0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001487 10.0.0.141 - - [2026-05-07 02:37:19] "GET /project/736db6d5-636a-485d-8216-51be26e718c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.061932 10.0.0.27 - - [2026-05-07 02:37:19] "GET /projects?obj_uuids=736db6d5-636a-485d-8216-51be26e718c0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001158 10.0.0.141 - - [2026-05-07 02:37:20] "POST /neutron/network HTTP/1.1" 200 682 0.173541 10.0.0.249 - - [2026-05-07 02:37:20] "POST /ref-update HTTP/1.1" 200 156 0.030669 10.0.0.141 - - [2026-05-07 02:37:20] "POST /id-to-fqname HTTP/1.1" 200 261 0.004633 10.0.0.141 - - [2026-05-07 02:37:20] "GET /virtual-network/0842c3e3-87ea-4899-beeb-339e8d1c704a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.008934 10.0.0.141 - - [2026-05-07 02:37:20] "POST /neutron/network HTTP/1.1" 200 899 0.009400 10.0.0.141 - - [2026-05-07 02:37:20] "GET /virtual-network/0842c3e3-87ea-4899-beeb-339e8d1c704a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.009261 10.0.0.141 - - [2026-05-07 02:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.27 - - [2026-05-07 02:37:20] "GET /projects?obj_uuids=736db6d5-636a-485d-8216-51be26e718c0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001048 10.0.0.141 - - [2026-05-07 02:37:20] "GET /project/736db6d5-636a-485d-8216-51be26e718c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.053141 10.0.0.141 - - [2026-05-07 02:37:20] "POST /neutron/network HTTP/1.1" 200 117 0.020886 10.0.0.141 - - [2026-05-07 02:37:21] "POST /neutron/network HTTP/1.1" 200 901 0.009856 10.0.0.141 - - [2026-05-07 02:37:21] "POST /id-to-fqname HTTP/1.1" 200 261 0.001234 10.0.0.141 - - [2026-05-07 02:37:21] "GET /virtual-network/7f2ce79d-6f0e-4f3d-b6f9-6b0bc370dab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.007523 10.0.0.141 - - [2026-05-07 02:37:21] "GET /virtual-network/7f2ce79d-6f0e-4f3d-b6f9-6b0bc370dab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.007168 10.0.0.141 - - [2026-05-07 02:37:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.017088 10.0.0.141 - - [2026-05-07 02:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.27 - - [2026-05-07 02:37:21] "GET /projects?obj_uuids=736db6d5-636a-485d-8216-51be26e718c0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001415 10.0.0.141 - - [2026-05-07 02:37:21] "GET /project/736db6d5-636a-485d-8216-51be26e718c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.069574 10.0.0.249 - - [2026-05-07 02:37:21] "POST /route-targets HTTP/1.1" 200 327 0.015517 10.0.0.27 - - [2026-05-07 02:37:22] "POST /useragent-kv HTTP/1.1" 200 115 0.012316 10.0.0.141 - - [2026-05-07 02:37:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.249953 10.0.0.141 - - [2026-05-07 02:37:22] "POST /id-to-fqname HTTP/1.1" 200 262 0.001449 10.0.0.141 - - [2026-05-07 02:37:22] "GET /virtual-network/162ea360-4838-4942-901f-02e2ff2282f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.006664 10.0.0.141 - - [2026-05-07 02:37:22] "GET /virtual-network/162ea360-4838-4942-901f-02e2ff2282f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.006754 10.0.0.141 - - [2026-05-07 02:37:22] "POST /neutron/network HTTP/1.1" 200 902 0.009341 10.0.0.141 - - [2026-05-07 02:37:22] "POST /id-to-fqname HTTP/1.1" 200 261 0.001436 10.0.0.27 - - [2026-05-07 02:37:23] "GET /projects?obj_uuids=736db6d5-636a-485d-8216-51be26e718c0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001224 10.0.0.141 - - [2026-05-07 02:37:23] "GET /project/736db6d5-636a-485d-8216-51be26e718c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.101938 10.0.0.141 - - [2026-05-07 02:37:23] "POST /neutron/network HTTP/1.1" 200 901 0.038992 10.0.0.141 - - [2026-05-07 02:37:23] "POST /id-to-fqname HTTP/1.1" 200 262 0.001565 10.0.0.141 - - [2026-05-07 02:37:23] "POST /neutron/port HTTP/1.1" 200 117 0.009172 10.0.0.27 - - [2026-05-07 02:37:24] "GET /projects?obj_uuids=736db6d5-636a-485d-8216-51be26e718c0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001093 10.0.0.141 - - [2026-05-07 02:37:24] "POST /neutron/port HTTP/1.1" 200 1065 0.373980 10.0.0.27 - - [2026-05-07 02:37:24] "GET /projects?obj_uuids=736db6d5-636a-485d-8216-51be26e718c0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001335 10.0.0.141 - - [2026-05-07 02:37:24] "GET /project/736db6d5-636a-485d-8216-51be26e718c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.123044 10.0.0.141 - - [2026-05-07 02:37:24] "POST /neutron/network HTTP/1.1" 200 902 0.009958 10.0.0.141 - - [2026-05-07 02:37:25] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008559 10.0.0.141 - - [2026-05-07 02:37:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.043390 10.0.0.141 - - [2026-05-07 02:37:25] "POST /neutron/network HTTP/1.1" 200 901 0.013961 10.0.0.141 - - [2026-05-07 02:37:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.004107 10.0.0.141 - - [2026-05-07 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005065 10.0.0.27 - - [2026-05-07 02:37:26] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001585 10.0.0.141 - - [2026-05-07 02:37:26] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.016310 10.0.0.141 - - [2026-05-07 02:37:26] "POST /neutron/port HTTP/1.1" 200 1064 0.035607 10.0.0.141 - - [2026-05-07 02:37:26] "POST /service-templates HTTP/1.1" 200 543 0.057318 10.0.0.141 - - [2026-05-07 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.141 - - [2026-05-07 02:37:26] "GET /service-template/2e18b379-c41e-4610-934f-08c0b0bc09e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.021666 10.0.0.141 - - [2026-05-07 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.141 - - [2026-05-07 02:37:26] "GET /service-template/2e18b379-c41e-4610-934f-08c0b0bc09e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004608 10.0.0.141 - - [2026-05-07 02:37:26] "POST /id-to-fqname HTTP/1.1" 200 261 0.001559 10.0.0.141 - - [2026-05-07 02:37:26] "POST /id-to-fqname HTTP/1.1" 200 261 0.001289 10.0.0.141 - - [2026-05-07 02:37:26] "POST /id-to-fqname HTTP/1.1" 200 262 0.001341 10.0.0.141 - - [2026-05-07 02:37:26] "POST /neutron/port HTTP/1.1" 200 1128 0.023779 10.0.0.141 - - [2026-05-07 02:37:26] "POST /neutron/port HTTP/1.1" 200 117 0.001471 10.0.0.141 - - [2026-05-07 02:37:26] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008406 10.0.0.141 - - [2026-05-07 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.141 - - [2026-05-07 02:37:26] "DELETE /service-template/2e18b379-c41e-4610-934f-08c0b0bc09e3 HTTP/1.1" 200 115 0.040369 10.0.0.141 - - [2026-05-07 02:37:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.005172 10.0.0.141 - - [2026-05-07 02:37:29] "POST /neutron/port HTTP/1.1" 200 1128 0.022618 10.0.0.141 - - [2026-05-07 02:37:29] "POST /neutron/port HTTP/1.1" 200 1129 0.045474 10.0.0.141 - - [2026-05-07 02:37:31] "POST /neutron/network HTTP/1.1" 200 901 0.012340 10.0.0.249 - - [2026-05-07 02:37:31] "DELETE /route-target/64806a76-f2c9-4fca-aacb-2dc426c1c294 HTTP/1.1" 200 115 0.026399 10.0.0.27 - - [2026-05-07 02:37:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005902 10.0.0.27 - - [2026-05-07 02:37:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004052 10.0.0.141 - - [2026-05-07 02:37:31] "POST /neutron/network HTTP/1.1" 200 151 0.203740 10.0.0.249 - - [2026-05-07 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006486 10.0.0.27 - - [2026-05-07 02:37:31] "GET /projects?obj_uuids=736db6d5-636a-485d-8216-51be26e718c0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001069 10.0.0.141 - - [2026-05-07 02:37:31] "GET /project/736db6d5-636a-485d-8216-51be26e718c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.048059 10.0.0.27 - - [2026-05-07 02:37:31] "GET /projects?obj_uuids=736db6d5-636a-485d-8216-51be26e718c0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001775 10.0.0.141 - - [2026-05-07 02:37:32] "GET /project/736db6d5-636a-485d-8216-51be26e718c0?fields=virtual_networks HTTP/1.1" 200 1041 0.041997 10.0.0.27 - - [2026-05-07 02:37:32] "GET /projects?obj_uuids=736db6d5-636a-485d-8216-51be26e718c0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001074 10.0.0.141 - - [2026-05-07 02:37:32] "GET /project/736db6d5-636a-485d-8216-51be26e718c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.050702 10.0.0.27 - - [2026-05-07 02:37:32] "GET /projects?obj_uuids=736db6d5-636a-485d-8216-51be26e718c0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001145 10.0.0.141 - - [2026-05-07 02:37:32] "GET /project/736db6d5-636a-485d-8216-51be26e718c0?fields=security_groups HTTP/1.1" 200 1272 0.050941 10.0.0.141 - - [2026-05-07 02:37:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.035590 10.0.0.27 - - [2026-05-07 02:37:33] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004222 10.0.0.27 - - [2026-05-07 02:37:33] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001327 10.0.0.27 - - [2026-05-07 02:37:33] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008352 10.0.0.27 - - [2026-05-07 02:37:33] "POST /id-to-fqname HTTP/1.1" 200 199 0.001718 10.0.0.27 - - [2026-05-07 02:37:33] "POST /fqname-to-id HTTP/1.1" 404 208 0.010745 10.0.0.27 - - [2026-05-07 02:37:33] "POST /security-groups HTTP/1.1" 200 600 0.082646 10.0.0.27 - - [2026-05-07 02:37:33] "POST /projects HTTP/1.1" 200 603 0.346661 10.0.0.27 - - [2026-05-07 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.390691 10.0.0.249 - - [2026-05-07 02:37:33] "POST /access-control-lists HTTP/1.1" 200 605 0.049898 10.0.0.141 - - [2026-05-07 02:37:33] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.608639 10.0.0.141 - - [2026-05-07 02:37:35] "GET / HTTP/1.1" 200 35931 0.001595 10.0.0.141 - - [2026-05-07 02:37:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000487 10.0.0.141 - - [2026-05-07 02:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.078134 10.0.0.27 - - [2026-05-07 02:37:36] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001004 10.0.0.141 - - [2026-05-07 02:37:36] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.047646 10.0.0.141 - - [2026-05-07 02:37:36] "POST /neutron/network HTTP/1.1" 200 117 0.048674 10.0.0.249 - - [2026-05-07 02:37:36] "POST /route-targets HTTP/1.1" 200 327 0.021100 10.0.0.249 - - [2026-05-07 02:37:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.006064 10.0.0.27 - - [2026-05-07 02:37:37] "POST /useragent-kv HTTP/1.1" 200 115 0.009743 10.0.0.141 - - [2026-05-07 02:37:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.243331 10.0.0.141 - - [2026-05-07 02:37:37] "POST /id-to-fqname HTTP/1.1" 200 269 0.001491 10.0.0.141 - - [2026-05-07 02:37:37] "GET /virtual-network/1342aa8e-bcae-4259-a549-ea071c3346ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.006768 10.0.0.141 - - [2026-05-07 02:37:37] "GET /virtual-network/1342aa8e-bcae-4259-a549-ea071c3346ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.006881 10.0.0.141 - - [2026-05-07 02:37:37] "POST /neutron/network HTTP/1.1" 200 1085 0.010757 10.0.0.141 - - [2026-05-07 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.27 - - [2026-05-07 02:37:37] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001143 10.0.0.141 - - [2026-05-07 02:37:37] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.054694 10.0.0.141 - - [2026-05-07 02:37:37] "POST /neutron/network HTTP/1.1" 200 117 0.021941 10.0.0.249 - - [2026-05-07 02:37:37] "POST /ref-update HTTP/1.1" 200 156 0.035569 10.0.0.249 - - [2026-05-07 02:37:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.004707 10.0.0.27 - - [2026-05-07 02:37:38] "POST /useragent-kv HTTP/1.1" 200 115 0.015708 10.0.0.141 - - [2026-05-07 02:37:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.241851 10.0.0.141 - - [2026-05-07 02:37:38] "POST /id-to-fqname HTTP/1.1" 200 269 0.001806 10.0.0.141 - - [2026-05-07 02:37:38] "GET /virtual-network/34760dbb-76b7-4c2a-a8af-e4f9bde74ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.009413 10.0.0.141 - - [2026-05-07 02:37:38] "GET /virtual-network/34760dbb-76b7-4c2a-a8af-e4f9bde74ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.007068 10.0.0.141 - - [2026-05-07 02:37:38] "POST /neutron/network HTTP/1.1" 200 1086 0.015967 10.0.0.141 - - [2026-05-07 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.27 - - [2026-05-07 02:37:38] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001010 10.0.0.141 - - [2026-05-07 02:37:38] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.057280 10.0.0.141 - - [2026-05-07 02:37:38] "POST /neutron/network HTTP/1.1" 200 117 0.029830 10.0.0.27 - - [2026-05-07 02:37:39] "POST /useragent-kv HTTP/1.1" 200 115 0.008734 10.0.0.141 - - [2026-05-07 02:37:39] "POST /neutron/subnet HTTP/1.1" 200 734 0.182636 10.0.0.141 - - [2026-05-07 02:37:39] "POST /id-to-fqname HTTP/1.1" 200 270 0.001996 10.0.0.141 - - [2026-05-07 02:37:39] "GET /virtual-network/7c3461fc-9132-4272-933c-b8aa260e15ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.007106 10.0.0.141 - - [2026-05-07 02:37:39] "GET /virtual-network/7c3461fc-9132-4272-933c-b8aa260e15ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.006834 10.0.0.141 - - [2026-05-07 02:37:39] "POST /neutron/network HTTP/1.1" 200 1090 0.010789 10.0.0.141 - - [2026-05-07 02:37:39] "POST /id-to-fqname HTTP/1.1" 200 269 0.001630 10.0.0.141 - - [2026-05-07 02:37:39] "POST /neutron/network HTTP/1.1" 200 1096 0.009808 10.0.0.27 - - [2026-05-07 02:37:40] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002118 10.0.0.141 - - [2026-05-07 02:37:40] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.094746 10.0.0.141 - - [2026-05-07 02:37:40] "POST /neutron/port HTTP/1.1" 200 117 0.010605 10.0.0.141 - - [2026-05-07 02:37:40] "POST /id-to-fqname HTTP/1.1" 200 270 0.001826 10.0.0.141 - - [2026-05-07 02:37:41] "POST /neutron/network HTTP/1.1" 200 1096 0.007900 10.0.0.27 - - [2026-05-07 02:37:41] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001037 10.0.0.141 - - [2026-05-07 02:37:41] "POST /neutron/port HTTP/1.1" 200 1175 0.029397 10.0.0.141 - - [2026-05-07 02:37:42] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.120244 10.0.0.141 - - [2026-05-07 02:37:42] "POST /neutron/port HTTP/1.1" 200 1239 0.025796 10.0.0.141 - - [2026-05-07 02:37:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005440 10.0.0.141 - - [2026-05-07 02:37:42] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.141 - - [2026-05-07 02:37:42] "POST /neutron/network HTTP/1.1" 200 1086 0.013369 10.0.0.141 - - [2026-05-07 02:37:43] "POST /neutron/port HTTP/1.1" 200 1177 0.031364 10.0.0.141 - - [2026-05-07 02:37:43] "POST /neutron/port HTTP/1.1" 200 1241 0.024568 10.0.0.141 - - [2026-05-07 02:37:43] "POST /neutron/subnet HTTP/1.1" 200 1389 0.025501 10.0.0.141 - - [2026-05-07 02:37:43] "POST /neutron/network HTTP/1.1" 200 1090 0.013656 10.0.0.141 - - [2026-05-07 02:37:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.005724 10.0.0.141 - - [2026-05-07 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.016524 10.0.0.27 - - [2026-05-07 02:37:44] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003367 10.0.0.141 - - [2026-05-07 02:37:44] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012233 10.0.0.141 - - [2026-05-07 02:37:44] "POST /service-templates HTTP/1.1" 200 543 0.032876 10.0.0.141 - - [2026-05-07 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.141 - - [2026-05-07 02:37:44] "GET /service-template/67cacec9-f16c-4127-a182-bc0cb050edc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.010691 10.0.0.141 - - [2026-05-07 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.141 - - [2026-05-07 02:37:44] "GET /service-template/67cacec9-f16c-4127-a182-bc0cb050edc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.005777 10.0.0.141 - - [2026-05-07 02:37:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001422 10.0.0.141 - - [2026-05-07 02:37:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001419 10.0.0.141 - - [2026-05-07 02:37:44] "POST /id-to-fqname HTTP/1.1" 200 270 0.002636 10.0.0.141 - - [2026-05-07 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.141 - - [2026-05-07 02:37:44] "DELETE /service-template/67cacec9-f16c-4127-a182-bc0cb050edc1 HTTP/1.1" 200 115 0.050112 10.0.0.141 - - [2026-05-07 02:37:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003639 10.0.0.141 - - [2026-05-07 02:37:46] "POST /neutron/network HTTP/1.1" 200 1086 0.011973 10.0.0.141 - - [2026-05-07 02:37:46] "POST /neutron/port HTTP/1.1" 200 1241 0.031328 10.0.0.141 - - [2026-05-07 02:37:47] "POST /neutron/port HTTP/1.1" 200 151 0.471038 10.0.0.27 - - [2026-05-07 02:37:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005405 10.0.0.249 - - [2026-05-07 02:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.011756 10.0.0.27 - - [2026-05-07 02:37:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005701 10.0.0.27 - - [2026-05-07 02:37:48] "POST /useragent-kv HTTP/1.1" 200 115 0.008939 10.0.0.27 - - [2026-05-07 02:37:48] "POST /useragent-kv HTTP/1.1" 200 115 0.011278 10.0.0.141 - - [2026-05-07 02:37:48] "POST /neutron/network HTTP/1.1" 200 151 0.246054 10.0.0.249 - - [2026-05-07 02:37:49] "DELETE /route-target/3f648882-d9c6-4822-9433-445daebfb6e3 HTTP/1.1" 200 115 0.052263 10.0.0.141 - - [2026-05-07 02:37:49] "POST /neutron/network HTTP/1.1" 200 1085 0.019043 10.0.0.27 - - [2026-05-07 02:37:49] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001233 10.0.0.141 - - [2026-05-07 02:37:49] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.071481 10.0.0.27 - - [2026-05-07 02:37:49] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001041 10.0.0.141 - - [2026-05-07 02:37:49] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?fields=virtual_networks HTTP/1.1" 200 1051 0.061704 10.0.0.27 - - [2026-05-07 02:37:49] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001239 10.0.0.141 - - [2026-05-07 02:37:49] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.053201 10.0.0.27 - - [2026-05-07 02:37:49] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001962 10.0.0.141 - - [2026-05-07 02:37:49] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?fields=security_groups HTTP/1.1" 200 1286 0.057685 10.0.0.141 - - [2026-05-07 02:37:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.054872 10.0.0.27 - - [2026-05-07 02:37:50] "GET /projects?obj_uuids=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005607 10.0.0.27 - - [2026-05-07 02:37:50] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001479 10.0.0.27 - - [2026-05-07 02:37:50] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008690 10.0.0.27 - - [2026-05-07 02:37:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.003206 10.0.0.27 - - [2026-05-07 02:37:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.008801 10.0.0.27 - - [2026-05-07 02:37:51] "POST /security-groups HTTP/1.1" 200 603 0.038762 10.0.0.249 - - [2026-05-07 02:37:51] "POST /fqname-to-id HTTP/1.1" 404 246 0.004055 10.0.0.27 - - [2026-05-07 02:37:51] "POST /projects HTTP/1.1" 200 609 0.264240 10.0.0.27 - - [2026-05-07 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.343119 10.0.0.249 - - [2026-05-07 02:37:51] "POST /access-control-lists HTTP/1.1" 200 606 0.046447 10.0.0.141 - - [2026-05-07 02:37:51] "GET /project/06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.542427 10.0.0.141 - - [2026-05-07 02:37:52] "GET / HTTP/1.1" 200 35931 0.001999 10.0.0.141 - - [2026-05-07 02:37:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000737 10.0.0.141 - - [2026-05-07 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.104446 10.0.0.27 - - [2026-05-07 02:37:54] "GET /projects?obj_uuids=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.141 - - [2026-05-07 02:37:54] "GET /project/06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047193 10.0.0.27 - - [2026-05-07 02:37:54] "GET /projects?obj_uuids=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002426 10.0.0.141 - - [2026-05-07 02:37:54] "POST /neutron/network HTTP/1.1" 200 619 0.193151 10.0.0.141 - - [2026-05-07 02:37:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.004217 10.0.0.141 - - [2026-05-07 02:37:55] "GET /virtual-network/0f1fe70b-4acd-47e8-9429-92f3e8769810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006511 10.0.0.141 - - [2026-05-07 02:37:55] "POST /neutron/network HTTP/1.1" 200 840 0.010171 10.0.0.141 - - [2026-05-07 02:37:55] "GET /virtual-network/0f1fe70b-4acd-47e8-9429-92f3e8769810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006405 10.0.0.141 - - [2026-05-07 02:37:55] "GET /virtual-network/0f1fe70b-4acd-47e8-9429-92f3e8769810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008876 10.0.0.141 - - [2026-05-07 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005189 10.0.0.27 - - [2026-05-07 02:37:57] "GET /projects?obj_uuids=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001566 10.0.0.141 - - [2026-05-07 02:37:57] "GET /project/06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.082864 10.0.0.141 - - [2026-05-07 02:37:57] "POST /neutron/network HTTP/1.1" 200 117 0.016900 10.0.0.249 - - [2026-05-07 02:37:57] "POST /route-targets HTTP/1.1" 200 327 0.015624 10.0.0.141 - - [2026-05-07 02:37:57] "POST /neutron/network HTTP/1.1" 200 838 0.012294 10.0.0.141 - - [2026-05-07 02:37:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001323 10.0.0.141 - - [2026-05-07 02:37:57] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006525 10.0.0.141 - - [2026-05-07 02:37:58] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006815 10.0.0.141 - - [2026-05-07 02:37:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.012281 10.0.0.141 - - [2026-05-07 02:37:58] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006513 10.0.0.249 - - [2026-05-07 02:37:58] "GET /obj-perms HTTP/1.1" 200 5073 0.087239 10.0.0.141 - - [2026-05-07 02:37:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001505 10.0.0.249 - - [2026-05-07 02:38:17] "DELETE /access-control-list/ee6c88d3-1c87-43bb-9c73-267a640ef03a HTTP/1.1" 200 115 0.063838 10.0.0.27 - - [2026-05-07 02:38:18] "DELETE /project/eeefe870743744a396f7e5bb9c078639 HTTP/1.1" 404 173 0.007905 10.0.0.27 - - [2026-05-07 02:38:18] "DELETE /project/736db6d5-636a-485d-8216-51be26e718c0 HTTP/1.1" 404 177 0.009804 10.0.0.27 - - [2026-05-07 02:38:18] "DELETE /project/06e7dc0fb95c47439f331f5c3f0afbf3 HTTP/1.1" 404 173 0.012054 10.0.0.27 - - [2026-05-07 02:38:18] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001238 10.0.0.27 - - [2026-05-07 02:38:18] "GET /obj-perms HTTP/1.1" 200 5075 0.090353 10.0.0.27 - - [2026-05-07 02:38:18] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.059512 10.0.0.27 - - [2026-05-07 02:38:18] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001528 10.0.0.27 - - [2026-05-07 02:38:18] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?fields=security_groups HTTP/1.1" 200 1391 0.074788 10.0.0.27 - - [2026-05-07 02:38:19] "DELETE /security-group/a37e86cb-9d0e-4b55-b930-3a505d06b30a HTTP/1.1" 200 115 0.060325 10.0.0.27 - - [2026-05-07 02:38:19] "GET /projects?obj_uuids=eeefe870-7437-44a3-96f7-e5bb9c078639&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000983 10.0.0.27 - - [2026-05-07 02:38:19] "GET /project/eeefe870-7437-44a3-96f7-e5bb9c078639?fields=application_policy_sets HTTP/1.1" 200 1430 0.076857 10.0.0.27 - - [2026-05-07 02:38:19] "DELETE /project/eeefe870-7437-44a3-96f7-e5bb9c078639 HTTP/1.1" 200 115 0.546488 10.0.0.27 - - [2026-05-07 02:38:31] "GET /projects?obj_uuids=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001227 10.0.0.141 - - [2026-05-07 02:38:31] "GET /project/06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.091431 10.0.0.141 - - [2026-05-07 02:38:32] "POST /neutron/port HTTP/1.1" 200 117 0.007618 10.0.0.141 - - [2026-05-07 02:38:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001420 10.0.0.141 - - [2026-05-07 02:38:32] "POST /neutron/network HTTP/1.1" 200 850 0.008949 10.0.0.27 - - [2026-05-07 02:38:33] "GET /projects?obj_uuids=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004840 10.0.0.141 - - [2026-05-07 02:38:33] "POST /neutron/port HTTP/1.1" 200 1072 0.044116 10.0.0.141 - - [2026-05-07 02:38:33] "GET /project/06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.179090 10.0.0.141 - - [2026-05-07 02:38:33] "POST /neutron/network HTTP/1.1" 200 840 0.017483 10.0.0.141 - - [2026-05-07 02:38:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.031744 10.0.0.141 - - [2026-05-07 02:38:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.020232 10.0.0.141 - - [2026-05-07 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.27 - - [2026-05-07 02:38:34] "GET /projects?obj_uuids=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001338 10.0.0.141 - - [2026-05-07 02:38:34] "GET /project/06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.090078 10.0.0.141 - - [2026-05-07 02:38:34] "GET /virtual-network/0f1fe70b-4acd-47e8-9429-92f3e8769810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005961 10.0.0.141 - - [2026-05-07 02:38:34] "GET /floating-ip-pools?parent_id=0f1fe70b-4acd-47e8-9429-92f3e8769810&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.012621 10.0.0.141 - - [2026-05-07 02:38:34] "GET /virtual-network/0f1fe70b-4acd-47e8-9429-92f3e8769810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006674 10.0.0.141 - - [2026-05-07 02:38:34] "POST /floating-ip-pools HTTP/1.1" 200 609 0.091124 10.0.0.141 - - [2026-05-07 02:38:34] "POST /ref-update HTTP/1.1" 200 156 0.035518 10.0.0.141 - - [2026-05-07 02:38:34] "GET /virtual-network/0f1fe70b-4acd-47e8-9429-92f3e8769810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007388 10.0.0.141 - - [2026-05-07 02:38:34] "POST /neutron/network HTTP/1.1" 200 850 0.020946 10.0.0.141 - - [2026-05-07 02:38:35] "GET /virtual-network/0f1fe70b-4acd-47e8-9429-92f3e8769810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006929 10.0.0.141 - - [2026-05-07 02:38:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013698 10.0.0.141 - - [2026-05-07 02:38:36] "POST /neutron/port HTTP/1.1" 200 1128 0.322994 10.0.0.141 - - [2026-05-07 02:38:36] "POST /neutron/subnet HTTP/1.1" 200 708 0.028928 10.0.0.141 - - [2026-05-07 02:38:40] "POST /neutron/port HTTP/1.1" 200 1136 0.051874 10.0.0.141 - - [2026-05-07 02:38:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.025616 10.0.0.141 - - [2026-05-07 02:38:56] "POST /neutron/port HTTP/1.1" 200 1136 0.058969 10.0.0.141 - - [2026-05-07 02:39:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.022699 10.0.0.141 - - [2026-05-07 02:39:11] "POST /neutron/port HTTP/1.1" 200 1136 0.021241 10.0.0.141 - - [2026-05-07 02:39:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011417 10.0.0.141 - - [2026-05-07 02:39:19] "GET /obj-perms HTTP/1.1" 200 5075 0.064453 10.0.0.249 - - [2026-05-07 02:39:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000465 10.0.0.249 - - [2026-05-07 02:39:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.27 - - [2026-05-07 02:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.27 - - [2026-05-07 02:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000964 10.0.0.249 - - [2026-05-07 02:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.249 - - [2026-05-07 02:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.141 - - [2026-05-07 02:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.141 - - [2026-05-07 02:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.27 - - [2026-05-07 02:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000768 10.0.0.27 - - [2026-05-07 02:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.141 - - [2026-05-07 02:39:26] "POST /neutron/port HTTP/1.1" 200 1136 0.023801 10.0.0.141 - - [2026-05-07 02:39:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.141 - - [2026-05-07 02:39:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.141 - - [2026-05-07 02:39:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008793 10.0.0.141 - - [2026-05-07 02:39:42] "POST /neutron/port HTTP/1.1" 200 1136 0.025239 10.0.0.141 - - [2026-05-07 02:39:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010731 10.0.0.141 - - [2026-05-07 02:39:52] "POST /neutron/port HTTP/1.1" 200 1136 0.021161 10.0.0.141 - - [2026-05-07 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008030 10.0.0.141 - - [2026-05-07 02:39:52] "GET /virtual-machine/3235857d-c060-4d9d-ab84-637c103aa7d8 HTTP/1.1" 401 293 0.000454 10.0.0.141 - - [2026-05-07 02:39:53] "GET /virtual-machine/3235857d-c060-4d9d-ab84-637c103aa7d8 HTTP/1.1" 200 1304 0.036677 10.0.0.141 - - [2026-05-07 02:39:53] "GET /virtual-machine-interface/b71aa28e-7843-4f1c-9325-3e1727c3f19d HTTP/1.1" 200 3005 0.006012 10.0.0.141 - - [2026-05-07 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.141 - - [2026-05-07 02:39:53] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004859 10.0.0.141 - - [2026-05-07 02:39:53] "GET /virtual-networks?parent_id=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003670 10.0.0.141 - - [2026-05-07 02:39:53] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007018 10.0.0.141 - - [2026-05-07 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.141 - - [2026-05-07 02:39:56] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006845 10.0.0.141 - - [2026-05-07 02:39:58] "POST /neutron/network HTTP/1.1" 200 848 0.008235 10.0.0.141 - - [2026-05-07 02:39:58] "POST /neutron/port HTTP/1.1" 200 117 0.001535 10.0.0.141 - - [2026-05-07 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005392 10.0.0.141 - - [2026-05-07 02:40:00] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007141 10.0.0.141 - - [2026-05-07 02:40:04] "POST /neutron/port HTTP/1.1" 200 1138 0.024508 10.0.0.141 - - [2026-05-07 02:40:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.011177 10.0.0.141 - - [2026-05-07 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005141 10.0.0.141 - - [2026-05-07 02:40:04] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006793 10.0.0.141 - - [2026-05-07 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.141 - - [2026-05-07 02:40:08] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005567 10.0.0.141 - - [2026-05-07 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.141 - - [2026-05-07 02:40:12] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006575 10.0.0.141 - - [2026-05-07 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.141 - - [2026-05-07 02:40:16] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.009116 10.0.0.141 - - [2026-05-07 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005624 10.0.0.141 - - [2026-05-07 02:40:20] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006765 10.0.0.141 - - [2026-05-07 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.141 - - [2026-05-07 02:40:24] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007618 10.0.0.141 - - [2026-05-07 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.141 - - [2026-05-07 02:40:28] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006947 10.0.0.141 - - [2026-05-07 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.141 - - [2026-05-07 02:40:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004080 10.0.0.141 - - [2026-05-07 02:40:30] "GET /virtual-networks?parent_id=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004257 10.0.0.141 - - [2026-05-07 02:40:30] "GET /virtual-network/b4d5a4a6-dc80-46c5-9851-e4100fea644c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006768 10.0.0.141 - - [2026-05-07 02:40:31] "POST /neutron/port HTTP/1.1" 200 1136 0.019042 10.0.0.141 - - [2026-05-07 02:40:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008524 10.0.0.141 - - [2026-05-07 02:40:41] "POST /neutron/port HTTP/1.1" 200 1136 0.051095 10.0.0.141 - - [2026-05-07 02:40:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010475 10.0.0.27 - - [2026-05-07 02:40:51] "GET /projects?obj_uuids=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001161 10.0.0.141 - - [2026-05-07 02:40:51] "POST /neutron/floatingip HTTP/1.1" 200 532 0.132578 10.0.0.141 - - [2026-05-07 02:40:51] "POST /neutron/floatingip HTTP/1.1" 200 579 0.078901 10.0.0.141 - - [2026-05-07 02:40:52] "POST /neutron/port HTTP/1.1" 200 1138 0.025080 10.0.0.141 - - [2026-05-07 02:40:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008288 10.0.0.141 - - [2026-05-07 02:40:52] "GET /virtual-machine/5cb9b10a-d617-41bf-a11b-61e73acb682f HTTP/1.1" 200 1304 0.006497 10.0.0.141 - - [2026-05-07 02:40:52] "GET /virtual-machine-interface/d3bc76de-6576-439c-86dc-e195a7f92e05 HTTP/1.1" 200 3004 0.006266 10.0.0.141 - - [2026-05-07 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.141 - - [2026-05-07 02:40:52] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003784 10.0.0.141 - - [2026-05-07 02:40:52] "GET /virtual-networks?parent_id=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004167 10.0.0.141 - - [2026-05-07 02:40:52] "GET /virtual-network/0f1fe70b-4acd-47e8-9429-92f3e8769810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006665 10.0.0.141 - - [2026-05-07 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.141 - - [2026-05-07 02:40:53] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004571 10.0.0.141 - - [2026-05-07 02:40:53] "GET /virtual-networks?parent_id=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003417 10.0.0.141 - - [2026-05-07 02:40:53] "GET /virtual-network/0f1fe70b-4acd-47e8-9429-92f3e8769810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006399 10.0.0.141 - - [2026-05-07 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.141 - - [2026-05-07 02:40:53] "GET /routing-instance/a028df7b-2b24-4ef7-baaa-af75db0e730e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.006891 10.0.0.141 - - [2026-05-07 02:40:53] "GET /route-target/ccaf8abb-6a1a-4534-bf7a-933b55117c56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004865 10.0.0.141 - - [2026-05-07 02:40:59] "POST /neutron/port HTTP/1.1" 200 1136 0.022788 10.0.0.141 - - [2026-05-07 02:40:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.011024 10.0.0.141 - - [2026-05-07 02:41:05] "POST /neutron/port HTTP/1.1" 200 1138 0.022838 10.0.0.141 - - [2026-05-07 02:41:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005772 10.0.0.141 - - [2026-05-07 02:41:05] "POST /neutron/network HTTP/1.1" 200 840 0.008556 10.0.0.249 - - [2026-05-07 02:41:20] "GET /obj-perms HTTP/1.1" 200 5075 0.060937 10.0.0.141 - - [2026-05-07 02:41:55] "POST /neutron/floatingip HTTP/1.1" 200 532 0.009982 10.0.0.141 - - [2026-05-07 02:41:55] "GET /floating-ip-pool/dd75baac-0f0c-41d3-a0de-0365ab555e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.005190 10.0.0.141 - - [2026-05-07 02:41:55] "POST /ref-update HTTP/1.1" 200 156 0.015827 10.0.0.141 - - [2026-05-07 02:41:55] "DELETE /floating-ip-pool/dd75baac-0f0c-41d3-a0de-0365ab555e48 HTTP/1.1" 200 115 0.048408 10.0.0.141 - - [2026-05-07 02:41:55] "POST /neutron/network HTTP/1.1" 400 204 0.015820 10.0.0.141 - - [2026-05-07 02:41:56] "POST /neutron/port HTTP/1.1" 200 151 0.310558 10.0.0.141 - - [2026-05-07 02:41:56] "POST /neutron/port HTTP/1.1" 200 151 0.309991 10.0.0.249 - - [2026-05-07 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.044526 10.0.0.141 - - [2026-05-07 02:41:58] "POST /neutron/network HTTP/1.1" 200 840 0.010960 10.0.0.249 - - [2026-05-07 02:41:58] "DELETE /route-target/ccaf8abb-6a1a-4534-bf7a-933b55117c56 HTTP/1.1" 200 115 0.028179 10.0.0.27 - - [2026-05-07 02:42:00] "GET /projects?obj_uuids=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.028891 10.0.0.141 - - [2026-05-07 02:42:00] "GET /project/06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.105947 10.0.0.27 - - [2026-05-07 02:42:00] "GET /projects?obj_uuids=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001427 10.0.0.141 - - [2026-05-07 02:42:00] "GET /project/06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3?fields=virtual_networks HTTP/1.1" 200 1055 0.048409 10.0.0.27 - - [2026-05-07 02:42:00] "GET /projects?obj_uuids=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001047 10.0.0.141 - - [2026-05-07 02:42:00] "GET /project/06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.058915 10.0.0.27 - - [2026-05-07 02:42:00] "GET /projects?obj_uuids=06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.141 - - [2026-05-07 02:42:00] "GET /project/06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3?fields=security_groups HTTP/1.1" 200 1293 0.048103 10.0.0.141 - - [2026-05-07 02:42:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.034327 10.0.0.27 - - [2026-05-07 02:42:01] "GET /projects?obj_uuids=b1a984d7-8caf-4a95-99ff-6a8dd8981773&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003666 10.0.0.27 - - [2026-05-07 02:42:01] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001320 10.0.0.27 - - [2026-05-07 02:42:01] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050192 10.0.0.27 - - [2026-05-07 02:42:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.001224 10.0.0.27 - - [2026-05-07 02:42:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.007146 10.0.0.27 - - [2026-05-07 02:42:02] "POST /security-groups HTTP/1.1" 200 591 0.039879 10.0.0.27 - - [2026-05-07 02:42:02] "POST /projects HTTP/1.1" 200 585 0.286417 10.0.0.249 - - [2026-05-07 02:42:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.003917 10.0.0.27 - - [2026-05-07 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.369214 10.0.0.141 - - [2026-05-07 02:42:02] "GET /project/b1a984d7-8caf-4a95-99ff-6a8dd8981773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.595312 10.0.0.141 - - [2026-05-07 02:42:03] "GET / HTTP/1.1" 200 35931 0.002198 10.0.0.27 - - [2026-05-07 02:42:06] "GET /projects?obj_uuids=b1a984d7-8caf-4a95-99ff-6a8dd8981773&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.141 - - [2026-05-07 02:42:06] "GET /project/b1a984d7-8caf-4a95-99ff-6a8dd8981773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050771 10.0.0.27 - - [2026-05-07 02:42:06] "GET /projects?obj_uuids=b1a984d7-8caf-4a95-99ff-6a8dd8981773&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.141 - - [2026-05-07 02:42:06] "GET /project/b1a984d7-8caf-4a95-99ff-6a8dd8981773?fields=virtual_networks HTTP/1.1" 200 1033 0.057022 10.0.0.27 - - [2026-05-07 02:42:06] "GET /projects?obj_uuids=b1a984d7-8caf-4a95-99ff-6a8dd8981773&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001359 10.0.0.141 - - [2026-05-07 02:42:06] "GET /project/b1a984d7-8caf-4a95-99ff-6a8dd8981773?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.051081 10.0.0.27 - - [2026-05-07 02:42:06] "GET /projects?obj_uuids=b1a984d7-8caf-4a95-99ff-6a8dd8981773&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.141 - - [2026-05-07 02:42:06] "GET /project/b1a984d7-8caf-4a95-99ff-6a8dd8981773?fields=security_groups HTTP/1.1" 200 1259 0.052270 10.0.0.141 - - [2026-05-07 02:42:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.029508 10.0.0.27 - - [2026-05-07 02:42:07] "GET /projects?obj_uuids=af7b90fe-1e45-4dac-999e-ad4fdc6e217a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003879 10.0.0.27 - - [2026-05-07 02:42:07] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001619 10.0.0.27 - - [2026-05-07 02:42:07] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011567 10.0.0.27 - - [2026-05-07 02:42:08] "POST /id-to-fqname HTTP/1.1" 200 185 0.004207 10.0.0.27 - - [2026-05-07 02:42:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.010297 10.0.0.27 - - [2026-05-07 02:42:08] "POST /security-groups HTTP/1.1" 200 586 0.082969 10.0.0.27 - - [2026-05-07 02:42:08] "POST /projects HTTP/1.1" 200 575 0.319464 10.0.0.27 - - [2026-05-07 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.353727 10.0.0.249 - - [2026-05-07 02:42:08] "POST /access-control-lists HTTP/1.1" 200 591 0.052140 10.0.0.141 - - [2026-05-07 02:42:08] "GET /project/af7b90fe-1e45-4dac-999e-ad4fdc6e217a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.537555 10.0.0.249 - - [2026-05-07 02:42:08] "DELETE /access-control-list/a0c54d80-1a8f-4699-9335-e8722c1681cf HTTP/1.1" 200 115 0.056074 10.0.0.141 - - [2026-05-07 02:42:09] "GET / HTTP/1.1" 200 35931 0.002448 10.0.0.27 - - [2026-05-07 02:42:15] "GET /projects?obj_uuids=af7b90fe-1e45-4dac-999e-ad4fdc6e217a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001261 10.0.0.141 - - [2026-05-07 02:42:15] "GET /project/af7b90fe-1e45-4dac-999e-ad4fdc6e217a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.046018 10.0.0.27 - - [2026-05-07 02:42:15] "GET /projects?obj_uuids=af7b90fe-1e45-4dac-999e-ad4fdc6e217a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001278 10.0.0.141 - - [2026-05-07 02:42:15] "GET /project/af7b90fe-1e45-4dac-999e-ad4fdc6e217a?fields=virtual_networks HTTP/1.1" 200 1023 0.050339 10.0.0.27 - - [2026-05-07 02:42:15] "GET /projects?obj_uuids=af7b90fe-1e45-4dac-999e-ad4fdc6e217a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.141 - - [2026-05-07 02:42:15] "GET /project/af7b90fe-1e45-4dac-999e-ad4fdc6e217a?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.049176 10.0.0.27 - - [2026-05-07 02:42:15] "GET /projects?obj_uuids=af7b90fe-1e45-4dac-999e-ad4fdc6e217a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001024 10.0.0.141 - - [2026-05-07 02:42:15] "GET /project/af7b90fe-1e45-4dac-999e-ad4fdc6e217a?fields=security_groups HTTP/1.1" 200 1244 0.047268 10.0.0.141 - - [2026-05-07 02:42:16] "POST /fqname-to-id HTTP/1.1" 404 187 0.029361 10.0.0.27 - - [2026-05-07 02:42:17] "GET /projects?obj_uuids=66e16905-aaa1-40aa-982a-7752fe8dac9b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003570 10.0.0.27 - - [2026-05-07 02:42:17] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.27 - - [2026-05-07 02:42:17] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007800 10.0.0.27 - - [2026-05-07 02:42:17] "POST /id-to-fqname HTTP/1.1" 200 189 0.005549 10.0.0.27 - - [2026-05-07 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.005342 10.0.0.27 - - [2026-05-07 02:42:17] "POST /security-groups HTTP/1.1" 200 590 0.086808 10.0.0.27 - - [2026-05-07 02:42:17] "POST /projects HTTP/1.1" 200 583 0.321467 10.0.0.249 - - [2026-05-07 02:42:17] "POST /access-control-lists HTTP/1.1" 200 595 0.032402 10.0.0.27 - - [2026-05-07 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.404508 10.0.0.141 - - [2026-05-07 02:42:17] "GET /project/66e16905-aaa1-40aa-982a-7752fe8dac9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.561978 10.0.0.141 - - [2026-05-07 02:42:18] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.27 - - [2026-05-07 02:42:19] "DELETE /project/66e16905aaa140aa982a7752fe8dac9b HTTP/1.1" 404 173 0.008901 10.0.0.27 - - [2026-05-07 02:42:19] "DELETE /project/b1a984d78caf4a9599ff6a8dd8981773 HTTP/1.1" 404 173 0.008114 10.0.0.27 - - [2026-05-07 02:42:19] "DELETE /project/06e7dc0f-b95c-4743-9f33-1f5c3f0afbf3 HTTP/1.1" 404 177 0.010743 10.0.0.27 - - [2026-05-07 02:42:19] "DELETE /project/af7b90fe1e454dac999ead4fdc6e217a HTTP/1.1" 404 173 0.007608 10.0.0.27 - - [2026-05-07 02:42:19] "GET /projects?obj_uuids=b1a984d7-8caf-4a95-99ff-6a8dd8981773&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.27 - - [2026-05-07 02:42:19] "GET /projects?obj_uuids=af7b90fe-1e45-4dac-999e-ad4fdc6e217a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000797 10.0.0.27 - - [2026-05-07 02:42:19] "GET /project/af7b90fe-1e45-4dac-999e-ad4fdc6e217a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.081056 10.0.0.27 - - [2026-05-07 02:42:19] "GET /project/b1a984d7-8caf-4a95-99ff-6a8dd8981773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.086592 10.0.0.27 - - [2026-05-07 02:42:19] "GET /projects?obj_uuids=af7b90fe-1e45-4dac-999e-ad4fdc6e217a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000960 10.0.0.27 - - [2026-05-07 02:42:19] "GET /projects?obj_uuids=b1a984d7-8caf-4a95-99ff-6a8dd8981773&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002262 10.0.0.27 - - [2026-05-07 02:42:19] "GET /project/af7b90fe-1e45-4dac-999e-ad4fdc6e217a?fields=security_groups HTTP/1.1" 200 1349 0.051372 10.0.0.27 - - [2026-05-07 02:42:19] "GET /project/b1a984d7-8caf-4a95-99ff-6a8dd8981773?fields=security_groups HTTP/1.1" 200 1364 0.067614 10.0.0.27 - - [2026-05-07 02:42:20] "DELETE /security-group/940ace3e-f8a9-4b75-92a5-3eb2aa111f61 HTTP/1.1" 200 115 0.083938 10.0.0.27 - - [2026-05-07 02:42:20] "GET /projects?obj_uuids=af7b90fe-1e45-4dac-999e-ad4fdc6e217a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001119 10.0.0.27 - - [2026-05-07 02:42:20] "DELETE /security-group/8c447cc7-047f-4b62-af94-c27956e1ea80 HTTP/1.1" 200 115 0.129593 10.0.0.249 - - [2026-05-07 02:42:20] "DELETE /access-control-list/80994495-cbca-4f8b-8592-9819ddea5b1a HTTP/1.1" 200 115 0.097479 10.0.0.27 - - [2026-05-07 02:42:20] "GET /projects?obj_uuids=b1a984d7-8caf-4a95-99ff-6a8dd8981773&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001270 10.0.0.27 - - [2026-05-07 02:42:20] "GET /project/af7b90fe-1e45-4dac-999e-ad4fdc6e217a?fields=application_policy_sets HTTP/1.1" 200 1388 0.099101 10.0.0.27 - - [2026-05-07 02:42:20] "GET /project/b1a984d7-8caf-4a95-99ff-6a8dd8981773?fields=application_policy_sets HTTP/1.1" 200 1403 0.090765 10.0.0.249 - - [2026-05-07 02:42:20] "DELETE /access-control-list/48603935-bc9e-4f63-aae6-6015dabb3deb HTTP/1.1" 200 115 0.066206 10.0.0.27 - - [2026-05-07 02:42:20] "DELETE /project/af7b90fe-1e45-4dac-999e-ad4fdc6e217a HTTP/1.1" 200 115 0.687003 10.0.0.27 - - [2026-05-07 02:42:20] "DELETE /project/b1a984d7-8caf-4a95-99ff-6a8dd8981773 HTTP/1.1" 200 115 0.715329 10.0.0.27 - - [2026-05-07 02:42:22] "GET /projects?obj_uuids=66e16905-aaa1-40aa-982a-7752fe8dac9b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001032 10.0.0.141 - - [2026-05-07 02:42:22] "GET /project/66e16905-aaa1-40aa-982a-7752fe8dac9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.043435 10.0.0.27 - - [2026-05-07 02:42:22] "GET /projects?obj_uuids=66e16905-aaa1-40aa-982a-7752fe8dac9b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000996 10.0.0.141 - - [2026-05-07 02:42:22] "GET /project/66e16905-aaa1-40aa-982a-7752fe8dac9b?fields=virtual_networks HTTP/1.1" 200 1030 0.045830 10.0.0.27 - - [2026-05-07 02:42:22] "GET /projects?obj_uuids=66e16905-aaa1-40aa-982a-7752fe8dac9b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001788 10.0.0.141 - - [2026-05-07 02:42:22] "GET /project/66e16905-aaa1-40aa-982a-7752fe8dac9b?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.050445 10.0.0.27 - - [2026-05-07 02:42:22] "GET /projects?obj_uuids=66e16905-aaa1-40aa-982a-7752fe8dac9b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001749 10.0.0.141 - - [2026-05-07 02:42:22] "GET /project/66e16905-aaa1-40aa-982a-7752fe8dac9b?fields=security_groups HTTP/1.1" 200 1255 0.059237 10.0.0.141 - - [2026-05-07 02:42:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.032814 10.0.0.27 - - [2026-05-07 02:42:23] "GET /projects?obj_uuids=a866002f-59d4-4f29-a8b9-a84c8edb5836&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004813 10.0.0.27 - - [2026-05-07 02:42:23] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.27 - - [2026-05-07 02:42:23] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008996 10.0.0.27 - - [2026-05-07 02:42:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.002123 10.0.0.27 - - [2026-05-07 02:42:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.013073 10.0.0.27 - - [2026-05-07 02:42:23] "POST /security-groups HTTP/1.1" 200 591 0.036284 10.0.0.27 - - [2026-05-07 02:42:23] "POST /projects HTTP/1.1" 200 585 0.263170 10.0.0.27 - - [2026-05-07 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.297620 10.0.0.249 - - [2026-05-07 02:42:23] "POST /fqname-to-id HTTP/1.1" 404 233 0.012426 10.0.0.141 - - [2026-05-07 02:42:23] "GET /project/a866002f-59d4-4f29-a8b9-a84c8edb5836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.452971 10.0.0.141 - - [2026-05-07 02:42:24] "GET / HTTP/1.1" 200 35931 0.002197 10.0.0.27 - - [2026-05-07 02:42:28] "GET /projects?obj_uuids=a866002f-59d4-4f29-a8b9-a84c8edb5836&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.141 - - [2026-05-07 02:42:28] "GET /project/a866002f-59d4-4f29-a8b9-a84c8edb5836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048496 10.0.0.27 - - [2026-05-07 02:42:28] "GET /projects?obj_uuids=a866002f-59d4-4f29-a8b9-a84c8edb5836&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.141 - - [2026-05-07 02:42:28] "GET /project/a866002f-59d4-4f29-a8b9-a84c8edb5836?fields=virtual_networks HTTP/1.1" 200 1033 0.063578 10.0.0.27 - - [2026-05-07 02:42:28] "GET /projects?obj_uuids=a866002f-59d4-4f29-a8b9-a84c8edb5836&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001726 10.0.0.141 - - [2026-05-07 02:42:28] "GET /project/a866002f-59d4-4f29-a8b9-a84c8edb5836?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.055198 10.0.0.27 - - [2026-05-07 02:42:28] "GET /projects?obj_uuids=a866002f-59d4-4f29-a8b9-a84c8edb5836&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001169 10.0.0.141 - - [2026-05-07 02:42:28] "GET /project/a866002f-59d4-4f29-a8b9-a84c8edb5836?fields=security_groups HTTP/1.1" 200 1259 0.064486 10.0.0.141 - - [2026-05-07 02:42:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.039062 10.0.0.27 - - [2026-05-07 02:42:29] "GET /projects?obj_uuids=9cbca853-adfe-4173-bedf-b7d67a90eb73&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004380 10.0.0.27 - - [2026-05-07 02:42:29] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001410 10.0.0.27 - - [2026-05-07 02:42:29] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009710 10.0.0.27 - - [2026-05-07 02:42:29] "POST /id-to-fqname HTTP/1.1" 200 194 0.005448 10.0.0.27 - - [2026-05-07 02:42:29] "POST /fqname-to-id HTTP/1.1" 404 203 0.005754 10.0.0.27 - - [2026-05-07 02:42:29] "POST /security-groups HTTP/1.1" 200 595 0.038520 10.0.0.27 - - [2026-05-07 02:42:29] "POST /projects HTTP/1.1" 200 593 0.286536 10.0.0.27 - - [2026-05-07 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.326323 10.0.0.249 - - [2026-05-07 02:42:29] "POST /access-control-lists HTTP/1.1" 200 600 0.036600 10.0.0.141 - - [2026-05-07 02:42:30] "GET /project/9cbca853-adfe-4173-bedf-b7d67a90eb73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.498491 10.0.0.141 - - [2026-05-07 02:42:31] "GET / HTTP/1.1" 200 35931 0.001613 10.0.0.27 - - [2026-05-07 02:42:34] "GET /projects?obj_uuids=9cbca853-adfe-4173-bedf-b7d67a90eb73&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001093 10.0.0.141 - - [2026-05-07 02:42:34] "GET /project/9cbca853-adfe-4173-bedf-b7d67a90eb73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.053068 10.0.0.27 - - [2026-05-07 02:42:34] "GET /projects?obj_uuids=9cbca853-adfe-4173-bedf-b7d67a90eb73&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001081 10.0.0.141 - - [2026-05-07 02:42:34] "GET /project/9cbca853-adfe-4173-bedf-b7d67a90eb73?fields=virtual_networks HTTP/1.1" 200 1041 0.066363 10.0.0.27 - - [2026-05-07 02:42:34] "GET /projects?obj_uuids=9cbca853-adfe-4173-bedf-b7d67a90eb73&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001427 10.0.0.141 - - [2026-05-07 02:42:34] "GET /project/9cbca853-adfe-4173-bedf-b7d67a90eb73?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.057463 10.0.0.27 - - [2026-05-07 02:42:34] "GET /projects?obj_uuids=9cbca853-adfe-4173-bedf-b7d67a90eb73&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001557 10.0.0.141 - - [2026-05-07 02:42:34] "GET /project/9cbca853-adfe-4173-bedf-b7d67a90eb73?fields=security_groups HTTP/1.1" 200 1271 0.056665 10.0.0.141 - - [2026-05-07 02:42:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.036246 10.0.0.27 - - [2026-05-07 02:42:35] "GET /projects?obj_uuids=9a2a6411-b2c4-4233-8d17-d2677885bb12&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003282 10.0.0.27 - - [2026-05-07 02:42:35] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.27 - - [2026-05-07 02:42:35] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007993 10.0.0.27 - - [2026-05-07 02:42:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.006953 10.0.0.27 - - [2026-05-07 02:42:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.004898 10.0.0.27 - - [2026-05-07 02:42:36] "POST /security-groups HTTP/1.1" 200 586 0.043034 10.0.0.249 - - [2026-05-07 02:42:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.004713 10.0.0.27 - - [2026-05-07 02:42:36] "POST /projects HTTP/1.1" 200 575 0.273126 10.0.0.27 - - [2026-05-07 02:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.316352 10.0.0.141 - - [2026-05-07 02:42:36] "GET /project/9a2a6411-b2c4-4233-8d17-d2677885bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.468590 10.0.0.249 - - [2026-05-07 02:42:36] "POST /access-control-lists HTTP/1.1" 200 589 0.046660 10.0.0.141 - - [2026-05-07 02:42:37] "GET / HTTP/1.1" 200 35931 0.003305 10.0.0.141 - - [2026-05-07 02:42:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003844 10.0.0.249 - - [2026-05-07 02:42:38] "POST /fqname-to-id HTTP/1.1" 404 227 0.009273 10.0.0.249 - - [2026-05-07 02:42:38] "PUT /access-control-list/c5dc5627-c3d7-4cad-b75e-09f85a9cb45b HTTP/1.1" 200 272 0.024378 10.0.0.27 - - [2026-05-07 02:42:38] "GET /projects?obj_uuids=e5460a0e-1c0f-464d-b315-2b0449d1f590&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001086 10.0.0.141 - - [2026-05-07 02:42:38] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.136554 10.0.0.141 - - [2026-05-07 02:42:39] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.025381 10.0.0.141 - - [2026-05-07 02:42:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.004025 10.0.0.249 - - [2026-05-07 02:42:39] "POST /fqname-to-id HTTP/1.1" 404 228 0.003349 10.0.0.249 - - [2026-05-07 02:42:39] "POST /access-control-lists HTTP/1.1" 200 588 0.031741 10.0.0.27 - - [2026-05-07 02:42:39] "GET /projects?obj_uuids=e5460a0e-1c0f-464d-b315-2b0449d1f590&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.003401 10.0.0.141 - - [2026-05-07 02:42:39] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.085860 10.0.0.141 - - [2026-05-07 02:42:40] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020952 10.0.0.249 - - [2026-05-07 02:42:40] "PUT /access-control-list/20a75f03-8ab0-457f-a9ef-0f9d384d7152 HTTP/1.1" 200 272 0.034458 10.0.0.141 - - [2026-05-07 02:42:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000549 10.0.0.141 - - [2026-05-07 02:42:40] "POST /fqname-to-id HTTP/1.1" 404 210 0.044572 10.0.0.249 - - [2026-05-07 02:42:41] "POST /access-control-lists HTTP/1.1" 200 607 0.042529 10.0.0.249 - - [2026-05-07 02:42:41] "PUT /access-control-list/27ede1ae-3fb6-46ca-bdb3-a2b64f521fad HTTP/1.1" 200 272 0.016732 10.0.0.27 - - [2026-05-07 02:42:41] "GET /projects?obj_uuids=9a2a6411-b2c4-4233-8d17-d2677885bb12&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.141 - - [2026-05-07 02:42:41] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.110090 10.0.0.141 - - [2026-05-07 02:42:41] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.102051 10.0.0.141 - - [2026-05-07 02:42:41] "POST /fqname-to-id HTTP/1.1" 404 210 0.004019 10.0.0.249 - - [2026-05-07 02:42:41] "PUT /access-control-list/27ede1ae-3fb6-46ca-bdb3-a2b64f521fad HTTP/1.1" 200 272 0.013871 10.0.0.249 - - [2026-05-07 02:42:42] "POST /fqname-to-id HTTP/1.1" 404 244 0.007766 10.0.0.27 - - [2026-05-07 02:42:42] "GET /projects?obj_uuids=9a2a6411-b2c4-4233-8d17-d2677885bb12&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001225 10.0.0.249 - - [2026-05-07 02:42:42] "PUT /access-control-list/dd334614-748a-4118-afa9-3c8322b0fd91 HTTP/1.1" 200 272 0.038394 10.0.0.141 - - [2026-05-07 02:42:42] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.061050 10.0.0.141 - - [2026-05-07 02:42:42] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.019851 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 541 0.006723 10.0.0.249 - - [2026-05-07 02:42:44] "POST /route-targets HTTP/1.1" 200 327 0.020872 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 541 0.016258 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 541 0.005247 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 541 0.006398 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 541 0.004816 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 541 0.005364 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 541 0.005506 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 541 0.004590 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 541 0.004806 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 541 0.005703 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 541 0.004563 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 541 0.007789 10.0.0.141 - - [2026-05-07 02:42:44] "POST /neutron/router HTTP/1.1" 200 151 0.089546 10.0.0.249 - - [2026-05-07 02:42:45] "DELETE /route-target/bf2e3b46-f02f-456d-a09f-84fab8744590 HTTP/1.1" 200 115 0.035373 10.0.0.141 - - [2026-05-07 02:42:45] "POST /neutron/router HTTP/1.1" 200 542 0.019806 10.0.0.141 - - [2026-05-07 02:42:45] "POST /neutron/router HTTP/1.1" 200 542 0.008749 10.0.0.141 - - [2026-05-07 02:42:45] "POST /neutron/router HTTP/1.1" 200 542 0.004980 10.0.0.141 - - [2026-05-07 02:42:45] "POST /neutron/router HTTP/1.1" 200 542 0.004922 10.0.0.141 - - [2026-05-07 02:42:45] "POST /neutron/router HTTP/1.1" 200 542 0.005682 10.0.0.141 - - [2026-05-07 02:42:45] "POST /neutron/router HTTP/1.1" 200 542 0.005154 10.0.0.141 - - [2026-05-07 02:42:45] "POST /neutron/router HTTP/1.1" 200 542 0.004911 10.0.0.141 - - [2026-05-07 02:42:45] "POST /neutron/router HTTP/1.1" 200 542 0.004836 10.0.0.141 - - [2026-05-07 02:42:45] "POST /neutron/router HTTP/1.1" 200 542 0.004735 10.0.0.141 - - [2026-05-07 02:42:45] "POST /neutron/router HTTP/1.1" 200 542 0.004806 10.0.0.141 - - [2026-05-07 02:42:45] "POST /neutron/router HTTP/1.1" 200 542 0.004958 10.0.0.141 - - [2026-05-07 02:42:45] "POST /neutron/router HTTP/1.1" 200 541 0.068045 10.0.0.249 - - [2026-05-07 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008284 10.0.0.27 - - [2026-05-07 02:42:46] "GET /projects?obj_uuids=9a2a6411-b2c4-4233-8d17-d2677885bb12&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001388 10.0.0.249 - - [2026-05-07 02:42:46] "GET /logical-router/0aae23b0-c94f-4864-8b5e-b25f5bdde15b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.104170 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.115935 10.0.0.249 - - [2026-05-07 02:42:46] "PUT /logical-router/de3d6ce6-18c9-44a7-a58d-6900a49c7e19 HTTP/1.1" 200 262 0.047460 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.011428 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.005935 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.004681 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.004598 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.005558 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.005166 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.004655 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.005155 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.010266 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.005204 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.063967 10.0.0.141 - - [2026-05-07 02:42:46] "POST /neutron/router HTTP/1.1" 200 559 0.005455 10.0.0.141 - - [2026-05-07 02:42:47] "POST /neutron/security_group HTTP/1.1" 200 151 0.104339 10.0.0.249 - - [2026-05-07 02:42:47] "DELETE /access-control-list/6449663b-2d26-482a-9783-3393a3762bd9 HTTP/1.1" 200 115 0.053948 10.0.0.141 - - [2026-05-07 02:42:47] "POST /neutron/security_group HTTP/1.1" 200 506 0.004649 10.0.0.249 - - [2026-05-07 02:42:47] "DELETE /access-control-list/27ede1ae-3fb6-46ca-bdb3-a2b64f521fad HTTP/1.1" 200 115 0.043795 10.0.0.141 - - [2026-05-07 02:42:47] "POST /neutron/security_group HTTP/1.1" 200 151 0.084372 10.0.0.249 - - [2026-05-07 02:42:47] "DELETE /access-control-list/e0d1135f-21f1-4b87-a3a3-d21ceab44d8f HTTP/1.1" 200 115 0.050285 10.0.0.27 - - [2026-05-07 02:42:48] "GET /projects?obj_uuids=9a2a6411-b2c4-4233-8d17-d2677885bb12&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001291 10.0.0.141 - - [2026-05-07 02:42:48] "GET /project/9a2a6411-b2c4-4233-8d17-d2677885bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.052263 10.0.0.27 - - [2026-05-07 02:42:48] "GET /projects?obj_uuids=9a2a6411-b2c4-4233-8d17-d2677885bb12&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002126 10.0.0.141 - - [2026-05-07 02:42:49] "GET /project/9a2a6411-b2c4-4233-8d17-d2677885bb12?fields=virtual_networks HTTP/1.1" 200 1023 0.067969 10.0.0.27 - - [2026-05-07 02:42:49] "GET /projects?obj_uuids=9a2a6411-b2c4-4233-8d17-d2677885bb12&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001206 10.0.0.141 - - [2026-05-07 02:42:49] "GET /project/9a2a6411-b2c4-4233-8d17-d2677885bb12?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.068919 10.0.0.27 - - [2026-05-07 02:42:49] "GET /projects?obj_uuids=9a2a6411-b2c4-4233-8d17-d2677885bb12&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001279 10.0.0.141 - - [2026-05-07 02:42:49] "GET /project/9a2a6411-b2c4-4233-8d17-d2677885bb12?fields=security_groups HTTP/1.1" 200 1244 0.058479 10.0.0.141 - - [2026-05-07 02:42:50] "POST /fqname-to-id HTTP/1.1" 404 184 0.041452 10.0.0.27 - - [2026-05-07 02:42:50] "GET /projects?obj_uuids=3d03061c-7719-4c46-b54b-6e41ac2423b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003879 10.0.0.27 - - [2026-05-07 02:42:50] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.27 - - [2026-05-07 02:42:50] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011577 10.0.0.27 - - [2026-05-07 02:42:50] "POST /id-to-fqname HTTP/1.1" 200 186 0.002386 10.0.0.27 - - [2026-05-07 02:42:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.004356 10.0.0.27 - - [2026-05-07 02:42:50] "POST /security-groups HTTP/1.1" 200 587 0.035691 10.0.0.27 - - [2026-05-07 02:42:50] "POST /projects HTTP/1.1" 200 577 0.292200 10.0.0.27 - - [2026-05-07 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.329030 10.0.0.249 - - [2026-05-07 02:42:50] "POST /access-control-lists HTTP/1.1" 200 592 0.031922 10.0.0.141 - - [2026-05-07 02:42:50] "GET /project/3d03061c-7719-4c46-b54b-6e41ac2423b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.498717 10.0.0.141 - - [2026-05-07 02:42:52] "GET / HTTP/1.1" 200 35931 0.001896 10.0.0.141 - - [2026-05-07 02:42:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000545 10.0.0.141 - - [2026-05-07 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.071976 10.0.0.27 - - [2026-05-07 02:42:54] "GET /projects?obj_uuids=3d03061c-7719-4c46-b54b-6e41ac2423b1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001042 10.0.0.141 - - [2026-05-07 02:42:54] "GET /project/3d03061c-7719-4c46-b54b-6e41ac2423b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.051699 10.0.0.249 - - [2026-05-07 02:42:54] "POST /route-targets HTTP/1.1" 200 327 0.018235 10.0.0.27 - - [2026-05-07 02:42:54] "POST /useragent-kv HTTP/1.1" 200 115 0.011220 10.0.0.141 - - [2026-05-07 02:42:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.313006 10.0.0.141 - - [2026-05-07 02:42:54] "POST /id-to-fqname HTTP/1.1" 200 216 0.001494 10.0.0.141 - - [2026-05-07 02:42:54] "GET /virtual-network/3dd61bab-ca75-4e2d-8276-0a66894ab5d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007123 10.0.0.141 - - [2026-05-07 02:42:54] "GET /virtual-network/3dd61bab-ca75-4e2d-8276-0a66894ab5d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007245 10.0.0.141 - - [2026-05-07 02:42:55] "POST /neutron/network HTTP/1.1" 200 820 0.007161 10.0.0.141 - - [2026-05-07 02:42:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.003545 10.0.0.141 - - [2026-05-07 02:42:55] "GET /virtual-network/3dd61bab-ca75-4e2d-8276-0a66894ab5d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005678 10.0.0.141 - - [2026-05-07 02:42:55] "GET /virtual-machine-interface/05d74ebf-014d-41c8-85e9-c07e5f9e560a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2382 0.009235 10.0.0.141 - - [2026-05-07 02:42:55] "GET /virtual-machine-interface/05d74ebf-014d-41c8-85e9-c07e5f9e560a?fields=instance_ip_back_refs HTTP/1.1" 200 1315 0.010376 10.0.0.141 - - [2026-05-07 02:42:55] "GET /instance-ip/ecc67590-45ee-436f-8a2a-e0e3e9d56bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.005782 10.0.0.141 - - [2026-05-07 02:42:55] "POST /neutron/port HTTP/1.1" 200 1017 0.019170 10.0.0.27 - - [2026-05-07 02:42:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003351 10.0.0.27 - - [2026-05-07 02:42:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002980 10.0.0.141 - - [2026-05-07 02:42:56] "POST /neutron/network HTTP/1.1" 200 151 0.146055 10.0.0.249 - - [2026-05-07 02:42:56] "DELETE /route-target/68400263-3236-43ff-a884-d1367572f2d0 HTTP/1.1" 200 115 0.028138 10.0.0.141 - - [2026-05-07 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.27 - - [2026-05-07 02:42:58] "GET /projects?obj_uuids=3d03061c-7719-4c46-b54b-6e41ac2423b1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002515 10.0.0.141 - - [2026-05-07 02:42:58] "GET /project/3d03061c-7719-4c46-b54b-6e41ac2423b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.056966 10.0.0.27 - - [2026-05-07 02:42:59] "POST /useragent-kv HTTP/1.1" 200 115 0.013583 10.0.0.141 - - [2026-05-07 02:42:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.209516 10.0.0.141 - - [2026-05-07 02:42:59] "POST /id-to-fqname HTTP/1.1" 200 217 0.001468 10.0.0.141 - - [2026-05-07 02:42:59] "GET /virtual-network/3f590ed0-5f79-4526-bd11-09ea9c22b84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.012079 10.0.0.141 - - [2026-05-07 02:42:59] "POST /neutron/network HTTP/1.1" 200 980 0.011168 10.0.0.141 - - [2026-05-07 02:42:59] "GET /virtual-network/3f590ed0-5f79-4526-bd11-09ea9c22b84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006272 10.0.0.141 - - [2026-05-07 02:42:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.010685 10.0.0.141 - - [2026-05-07 02:43:00] "POST /id-to-fqname HTTP/1.1" 200 217 0.001511 10.0.0.141 - - [2026-05-07 02:43:01] "POST /neutron/port HTTP/1.1" 200 1018 0.019852 10.0.0.141 - - [2026-05-07 02:43:01] "POST /neutron/port HTTP/1.1" 200 1018 0.015821 10.0.0.141 - - [2026-05-07 02:43:01] "POST /id-to-fqname HTTP/1.1" 200 217 0.001765 10.0.0.141 - - [2026-05-07 02:43:01] "POST /neutron/port HTTP/1.1" 200 117 0.008178 10.0.0.141 - - [2026-05-07 02:43:02] "POST /neutron/port HTTP/1.1" 200 1020 0.075977 10.0.0.141 - - [2026-05-07 02:43:02] "POST /neutron/port HTTP/1.1" 200 1020 0.014625 10.0.0.141 - - [2026-05-07 02:43:02] "POST /neutron/port HTTP/1.1" 200 117 0.007791 10.0.0.141 - - [2026-05-07 02:43:02] "POST /neutron/port HTTP/1.1" 200 1018 0.051500 10.0.0.141 - - [2026-05-07 02:43:03] "POST /neutron/port HTTP/1.1" 200 1020 0.013355 10.0.0.141 - - [2026-05-07 02:43:03] "POST /neutron/port HTTP/1.1" 200 1020 0.017371 10.0.0.141 - - [2026-05-07 02:43:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006732 10.0.0.141 - - [2026-05-07 02:43:03] "POST /neutron/network HTTP/1.1" 200 980 0.012399 10.0.0.141 - - [2026-05-07 02:43:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.013732 10.0.0.141 - - [2026-05-07 02:43:06] "POST /neutron/port HTTP/1.1" 200 1122 0.027753 10.0.0.141 - - [2026-05-07 02:43:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004526 10.0.0.141 - - [2026-05-07 02:43:06] "POST /neutron/network HTTP/1.1" 200 980 0.009975 10.0.0.141 - - [2026-05-07 02:43:07] "POST /neutron/port HTTP/1.1" 200 1120 0.024312 10.0.0.141 - - [2026-05-07 02:43:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009174 10.0.0.141 - - [2026-05-07 02:43:07] "GET /virtual-machine/364bb677-7631-460c-bf07-43be9bbac3e8 HTTP/1.1" 401 293 0.000467 10.0.0.141 - - [2026-05-07 02:43:08] "GET /virtual-machine/364bb677-7631-460c-bf07-43be9bbac3e8 HTTP/1.1" 200 1284 0.065478 10.0.0.141 - - [2026-05-07 02:43:08] "GET /virtual-machine-interface/f2c85b5b-04c0-4006-9544-9a9bd496485e HTTP/1.1" 200 2925 0.007141 10.0.0.141 - - [2026-05-07 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.141 - - [2026-05-07 02:43:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004738 10.0.0.141 - - [2026-05-07 02:43:08] "GET /virtual-networks?parent_id=3d03061c-7719-4c46-b54b-6e41ac2423b1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004548 10.0.0.141 - - [2026-05-07 02:43:08] "GET /virtual-network/3f590ed0-5f79-4526-bd11-09ea9c22b84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006887 10.0.0.141 - - [2026-05-07 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.141 - - [2026-05-07 02:43:11] "GET /virtual-network/3f590ed0-5f79-4526-bd11-09ea9c22b84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006090 10.0.0.141 - - [2026-05-07 02:43:14] "POST /neutron/port HTTP/1.1" 200 1120 0.020855 10.0.0.141 - - [2026-05-07 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005746 10.0.0.141 - - [2026-05-07 02:43:15] "GET /virtual-network/3f590ed0-5f79-4526-bd11-09ea9c22b84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.008177 10.0.0.141 - - [2026-05-07 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.141 - - [2026-05-07 02:43:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005408 10.0.0.141 - - [2026-05-07 02:43:17] "GET /virtual-networks?parent_id=3d03061c-7719-4c46-b54b-6e41ac2423b1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003877 10.0.0.141 - - [2026-05-07 02:43:17] "GET /virtual-network/3f590ed0-5f79-4526-bd11-09ea9c22b84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007847 10.0.0.141 - - [2026-05-07 02:43:17] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008953 10.0.0.141 - - [2026-05-07 02:43:18] "POST /neutron/port HTTP/1.1" 200 1122 0.021253 10.0.0.141 - - [2026-05-07 02:43:18] "GET /virtual-machine/7f016225-b65c-48d0-a460-1e49ae0df4d9 HTTP/1.1" 200 1284 0.007892 10.0.0.141 - - [2026-05-07 02:43:18] "GET /virtual-machine-interface/9d974c0d-0710-4472-9173-6ae54f27d706 HTTP/1.1" 200 2925 0.006125 10.0.0.141 - - [2026-05-07 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.010041 10.0.0.141 - - [2026-05-07 02:43:18] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010360 10.0.0.141 - - [2026-05-07 02:43:18] "GET /virtual-networks?parent_id=3d03061c-7719-4c46-b54b-6e41ac2423b1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003912 10.0.0.141 - - [2026-05-07 02:43:18] "GET /virtual-network/3f590ed0-5f79-4526-bd11-09ea9c22b84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007314 10.0.0.249 - - [2026-05-07 02:43:18] "DELETE /access-control-list/21fb8b47-5289-4207-9b29-e6ffaf506b66 HTTP/1.1" 200 115 0.064514 10.0.0.141 - - [2026-05-07 02:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.141 - - [2026-05-07 02:43:19] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005407 10.0.0.141 - - [2026-05-07 02:43:19] "GET /virtual-networks?parent_id=3d03061c-7719-4c46-b54b-6e41ac2423b1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005357 10.0.0.141 - - [2026-05-07 02:43:19] "GET /virtual-network/3f590ed0-5f79-4526-bd11-09ea9c22b84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007937 10.0.0.27 - - [2026-05-07 02:43:20] "DELETE /project/3d03061c77194c46b54b6e41ac2423b1 HTTP/1.1" 404 173 0.020139 10.0.0.27 - - [2026-05-07 02:43:20] "DELETE /project/a866002f59d44f29a8b9a84c8edb5836 HTTP/1.1" 404 173 0.019026 10.0.0.27 - - [2026-05-07 02:43:20] "DELETE /project/9a2a6411b2c442338d17d2677885bb12 HTTP/1.1" 404 173 0.014012 10.0.0.27 - - [2026-05-07 02:43:20] "DELETE /project/66e16905-aaa1-40aa-982a-7752fe8dac9b HTTP/1.1" 404 177 0.011636 10.0.0.27 - - [2026-05-07 02:43:20] "DELETE /project/9cbca853adfe4173bedfb7d67a90eb73 HTTP/1.1" 404 173 0.008639 10.0.0.27 - - [2026-05-07 02:43:20] "GET /projects?obj_uuids=9a2a6411-b2c4-4233-8d17-d2677885bb12&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000920 10.0.0.27 - - [2026-05-07 02:43:20] "GET /projects?obj_uuids=a866002f-59d4-4f29-a8b9-a84c8edb5836&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000790 10.0.0.27 - - [2026-05-07 02:43:20] "GET /projects?obj_uuids=9cbca853-adfe-4173-bedf-b7d67a90eb73&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000757 10.0.0.27 - - [2026-05-07 02:43:20] "GET /project/a866002f-59d4-4f29-a8b9-a84c8edb5836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.079429 10.0.0.27 - - [2026-05-07 02:43:20] "GET /project/9a2a6411-b2c4-4233-8d17-d2677885bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.099902 10.0.0.27 - - [2026-05-07 02:43:20] "GET /project/9cbca853-adfe-4173-bedf-b7d67a90eb73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.114904 10.0.0.27 - - [2026-05-07 02:43:20] "GET /projects?obj_uuids=a866002f-59d4-4f29-a8b9-a84c8edb5836&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001287 10.0.0.27 - - [2026-05-07 02:43:20] "GET /projects?obj_uuids=9cbca853-adfe-4173-bedf-b7d67a90eb73&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001310 10.0.0.27 - - [2026-05-07 02:43:20] "GET /projects?obj_uuids=9a2a6411-b2c4-4233-8d17-d2677885bb12&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000835 10.0.0.27 - - [2026-05-07 02:43:20] "GET /project/a866002f-59d4-4f29-a8b9-a84c8edb5836?fields=security_groups HTTP/1.1" 200 1364 0.085731 10.0.0.27 - - [2026-05-07 02:43:20] "GET /project/9a2a6411-b2c4-4233-8d17-d2677885bb12?fields=security_groups HTTP/1.1" 200 1349 0.077204 10.0.0.27 - - [2026-05-07 02:43:20] "GET /project/9cbca853-adfe-4173-bedf-b7d67a90eb73?fields=security_groups HTTP/1.1" 200 1376 0.116781 10.0.0.27 - - [2026-05-07 02:43:20] "DELETE /security-group/a625885a-7768-4346-a624-d7887f93a6a1 HTTP/1.1" 200 115 0.088634 10.0.0.27 - - [2026-05-07 02:43:20] "GET /projects?obj_uuids=a866002f-59d4-4f29-a8b9-a84c8edb5836&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001463 10.0.0.27 - - [2026-05-07 02:43:20] "DELETE /security-group/6f59342f-d1a1-47b8-b954-c35869ea99d5 HTTP/1.1" 200 115 0.104250 10.0.0.27 - - [2026-05-07 02:43:20] "GET /projects?obj_uuids=9a2a6411-b2c4-4233-8d17-d2677885bb12&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001413 10.0.0.27 - - [2026-05-07 02:43:21] "DELETE /security-group/891d4305-9ece-4fac-8965-720092030314 HTTP/1.1" 200 115 0.132320 10.0.0.27 - - [2026-05-07 02:43:21] "GET /projects?obj_uuids=9cbca853-adfe-4173-bedf-b7d67a90eb73&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001310 10.0.0.27 - - [2026-05-07 02:43:21] "GET /project/a866002f-59d4-4f29-a8b9-a84c8edb5836?fields=application_policy_sets HTTP/1.1" 200 1403 0.102714 10.0.0.249 - - [2026-05-07 02:43:21] "DELETE /access-control-list/918b0436-7f12-4188-873a-9d059dca98a9 HTTP/1.1" 200 115 0.087321 10.0.0.27 - - [2026-05-07 02:43:21] "GET /project/9a2a6411-b2c4-4233-8d17-d2677885bb12?fields=application_policy_sets HTTP/1.1" 200 1388 0.163452 10.0.0.27 - - [2026-05-07 02:43:21] "GET /project/9cbca853-adfe-4173-bedf-b7d67a90eb73?fields=application_policy_sets HTTP/1.1" 200 1415 0.172046 10.0.0.249 - - [2026-05-07 02:43:21] "DELETE /access-control-list/bdb3c4f0-9165-499d-adee-1abe59243379 HTTP/1.1" 200 115 0.117913 10.0.0.27 - - [2026-05-07 02:43:21] "DELETE /project/a866002f-59d4-4f29-a8b9-a84c8edb5836 HTTP/1.1" 200 115 0.820031 10.0.0.27 - - [2026-05-07 02:43:21] "DELETE /project/9a2a6411-b2c4-4233-8d17-d2677885bb12 HTTP/1.1" 200 115 0.895079 10.0.0.27 - - [2026-05-07 02:43:21] "DELETE /project/9cbca853-adfe-4173-bedf-b7d67a90eb73 HTTP/1.1" 200 115 0.920028 10.0.0.27 - - [2026-05-07 02:43:22] "GET /obj-perms HTTP/1.1" 200 5075 0.069222 10.0.0.141 - - [2026-05-07 02:43:22] "GET /obj-perms HTTP/1.1" 200 5075 0.060591 10.0.0.141 - - [2026-05-07 02:43:22] "POST /neutron/port HTTP/1.1" 200 1112 0.017933 10.0.0.141 - - [2026-05-07 02:43:23] "POST /neutron/port HTTP/1.1" 200 1110 0.017255 10.0.0.27 - - [2026-05-07 02:43:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004464 10.0.0.27 - - [2026-05-07 02:43:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003832 10.0.0.27 - - [2026-05-07 02:43:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004914 10.0.0.27 - - [2026-05-07 02:43:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004270 10.0.0.141 - - [2026-05-07 02:43:23] "POST /neutron/network HTTP/1.1" 200 151 0.204311 10.0.0.249 - - [2026-05-07 02:43:23] "DELETE /route-target/59d0c24d-6272-494e-b9dc-04759539ee92 HTTP/1.1" 200 115 0.045056 10.0.0.27 - - [2026-05-07 02:43:25] "GET /projects?obj_uuids=3d03061c-7719-4c46-b54b-6e41ac2423b1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001128 10.0.0.141 - - [2026-05-07 02:43:25] "GET /project/3d03061c-7719-4c46-b54b-6e41ac2423b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.059013 10.0.0.27 - - [2026-05-07 02:43:25] "GET /projects?obj_uuids=3d03061c-7719-4c46-b54b-6e41ac2423b1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001449 10.0.0.141 - - [2026-05-07 02:43:25] "GET /project/3d03061c-7719-4c46-b54b-6e41ac2423b1?fields=virtual_networks HTTP/1.1" 200 1024 0.058220 10.0.0.27 - - [2026-05-07 02:43:25] "GET /projects?obj_uuids=3d03061c-7719-4c46-b54b-6e41ac2423b1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001598 10.0.0.141 - - [2026-05-07 02:43:25] "GET /project/3d03061c-7719-4c46-b54b-6e41ac2423b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.049718 10.0.0.27 - - [2026-05-07 02:43:25] "GET /projects?obj_uuids=3d03061c-7719-4c46-b54b-6e41ac2423b1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001181 10.0.0.141 - - [2026-05-07 02:43:25] "GET /project/3d03061c-7719-4c46-b54b-6e41ac2423b1?fields=security_groups HTTP/1.1" 200 1246 0.050932 10.0.0.141 - - [2026-05-07 02:43:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.029688 10.0.0.27 - - [2026-05-07 02:43:26] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003992 10.0.0.27 - - [2026-05-07 02:43:26] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001421 10.0.0.27 - - [2026-05-07 02:43:26] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010848 10.0.0.27 - - [2026-05-07 02:43:26] "POST /id-to-fqname HTTP/1.1" 200 188 0.001567 10.0.0.27 - - [2026-05-07 02:43:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.005496 10.0.0.27 - - [2026-05-07 02:43:26] "POST /security-groups HTTP/1.1" 200 589 0.090570 10.0.0.27 - - [2026-05-07 02:43:26] "POST /projects HTTP/1.1" 200 581 0.323879 10.0.0.27 - - [2026-05-07 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.359254 10.0.0.249 - - [2026-05-07 02:43:26] "POST /fqname-to-id HTTP/1.1" 404 231 0.014021 10.0.0.141 - - [2026-05-07 02:43:26] "GET /project/a068dde0-822a-4709-9dc6-74865105b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.517987 10.0.0.141 - - [2026-05-07 02:43:28] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.141 - - [2026-05-07 02:43:28] "POST /neutron/port HTTP/1.1" 200 117 0.009449 10.0.0.141 - - [2026-05-07 02:43:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000471 10.0.0.141 - - [2026-05-07 02:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.066849 10.0.0.27 - - [2026-05-07 02:43:30] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001585 10.0.0.141 - - [2026-05-07 02:43:30] "GET /project/a068dde0-822a-4709-9dc6-74865105b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.063656 10.0.0.27 - - [2026-05-07 02:43:30] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.141 - - [2026-05-07 02:43:30] "POST /neutron/network HTTP/1.1" 200 605 0.192775 10.0.0.249 - - [2026-05-07 02:43:30] "POST /ref-update HTTP/1.1" 200 156 0.043532 10.0.0.141 - - [2026-05-07 02:43:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.004261 10.0.0.141 - - [2026-05-07 02:43:31] "GET /virtual-network/1a9157d4-11b5-4118-8bc6-114855bfd8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006683 10.0.0.141 - - [2026-05-07 02:43:31] "POST /neutron/network HTTP/1.1" 200 824 0.008559 10.0.0.141 - - [2026-05-07 02:43:31] "GET /virtual-network/1a9157d4-11b5-4118-8bc6-114855bfd8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007008 10.0.0.141 - - [2026-05-07 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.27 - - [2026-05-07 02:43:31] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.141 - - [2026-05-07 02:43:31] "GET /project/a068dde0-822a-4709-9dc6-74865105b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.057190 10.0.0.141 - - [2026-05-07 02:43:31] "POST /neutron/network HTTP/1.1" 200 117 0.016020 10.0.0.141 - - [2026-05-07 02:43:31] "POST /neutron/network HTTP/1.1" 200 824 0.010818 10.0.0.141 - - [2026-05-07 02:43:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.001238 10.0.0.141 - - [2026-05-07 02:43:31] "GET /virtual-network/52ff4a72-c834-4389-afa6-761b8671ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005814 10.0.0.141 - - [2026-05-07 02:43:31] "GET /virtual-network/52ff4a72-c834-4389-afa6-761b8671ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006799 10.0.0.141 - - [2026-05-07 02:43:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.010244 10.0.0.141 - - [2026-05-07 02:43:32] "POST /id-to-fqname HTTP/1.1" 200 219 0.001142 10.0.0.27 - - [2026-05-07 02:43:33] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.141 - - [2026-05-07 02:43:33] "GET /project/a068dde0-822a-4709-9dc6-74865105b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.078227 10.0.0.141 - - [2026-05-07 02:43:33] "POST /neutron/port HTTP/1.1" 200 117 0.007252 10.0.0.141 - - [2026-05-07 02:43:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.001427 10.0.0.141 - - [2026-05-07 02:43:33] "POST /neutron/network HTTP/1.1" 200 834 0.009882 10.0.0.141 - - [2026-05-07 02:43:34] "POST /neutron/port HTTP/1.1" 200 1058 0.023716 10.0.0.27 - - [2026-05-07 02:43:34] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001360 10.0.0.141 - - [2026-05-07 02:43:34] "GET /project/a068dde0-822a-4709-9dc6-74865105b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.100282 10.0.0.141 - - [2026-05-07 02:43:34] "POST /neutron/network HTTP/1.1" 200 824 0.025293 10.0.0.141 - - [2026-05-07 02:43:34] "POST /neutron/subnet HTTP/1.1" 200 698 0.010239 10.0.0.141 - - [2026-05-07 02:43:34] "POST /neutron/port HTTP/1.1" 200 1122 0.027946 10.0.0.27 - - [2026-05-07 02:43:34] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001647 10.0.0.141 - - [2026-05-07 02:43:35] "POST /neutron/router HTTP/1.1" 200 580 0.129243 10.0.0.249 - - [2026-05-07 02:43:35] "POST /route-targets HTTP/1.1" 200 327 0.026138 10.0.0.141 - - [2026-05-07 02:43:35] "POST /neutron/network HTTP/1.1" 200 834 0.009367 10.0.0.141 - - [2026-05-07 02:43:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017297 10.0.0.141 - - [2026-05-07 02:43:36] "POST /neutron/port HTTP/1.1" 200 1112 0.173257 10.0.0.141 - - [2026-05-07 02:43:36] "POST /neutron/subnet HTTP/1.1" 200 698 0.012679 10.0.0.141 - - [2026-05-07 02:43:40] "POST /neutron/port HTTP/1.1" 200 1122 0.020512 10.0.0.141 - - [2026-05-07 02:43:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007948 10.0.0.141 - - [2026-05-07 02:43:41] "GET /virtual-machine/9bf1b721-f868-4153-a312-e789fe6715e3 HTTP/1.1" 401 293 0.000539 10.0.0.141 - - [2026-05-07 02:43:41] "GET /virtual-machine/9bf1b721-f868-4153-a312-e789fe6715e3 HTTP/1.1" 200 1291 0.051952 10.0.0.141 - - [2026-05-07 02:43:41] "GET /virtual-machine-interface/925343f6-d257-4bac-9566-2cf4322a81ec HTTP/1.1" 200 2935 0.007624 10.0.0.141 - - [2026-05-07 02:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.141 - - [2026-05-07 02:43:41] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004190 10.0.0.141 - - [2026-05-07 02:43:41] "GET /virtual-networks?parent_id=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003049 10.0.0.141 - - [2026-05-07 02:43:41] "GET /virtual-network/1a9157d4-11b5-4118-8bc6-114855bfd8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006880 10.0.0.141 - - [2026-05-07 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.141 - - [2026-05-07 02:43:44] "GET /virtual-network/1a9157d4-11b5-4118-8bc6-114855bfd8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008387 10.0.0.141 - - [2026-05-07 02:43:45] "POST /neutron/port HTTP/1.1" 200 1122 0.019416 10.0.0.141 - - [2026-05-07 02:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.141 - - [2026-05-07 02:43:46] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003763 10.0.0.141 - - [2026-05-07 02:43:46] "GET /virtual-networks?parent_id=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003783 10.0.0.141 - - [2026-05-07 02:43:46] "GET /virtual-network/1a9157d4-11b5-4118-8bc6-114855bfd8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006948 10.0.0.141 - - [2026-05-07 02:43:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.021531 10.0.0.141 - - [2026-05-07 02:43:52] "POST /neutron/port HTTP/1.1" 200 1122 0.027889 10.0.0.141 - - [2026-05-07 02:43:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008407 10.0.0.141 - - [2026-05-07 02:43:52] "GET /virtual-machine/d49151e3-55ab-4b6a-967e-6d1473bdadc0 HTTP/1.1" 200 1291 0.008355 10.0.0.141 - - [2026-05-07 02:43:52] "GET /virtual-machine-interface/ec1ce479-a1f9-4690-85d7-80f3b03fd80b HTTP/1.1" 200 2934 0.008378 10.0.0.141 - - [2026-05-07 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.141 - - [2026-05-07 02:43:52] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003982 10.0.0.141 - - [2026-05-07 02:43:52] "GET /virtual-networks?parent_id=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003902 10.0.0.141 - - [2026-05-07 02:43:52] "GET /virtual-network/52ff4a72-c834-4389-afa6-761b8671ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007725 10.0.0.141 - - [2026-05-07 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.141 - - [2026-05-07 02:43:53] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004765 10.0.0.141 - - [2026-05-07 02:43:53] "GET /virtual-networks?parent_id=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003628 10.0.0.141 - - [2026-05-07 02:43:53] "GET /virtual-network/52ff4a72-c834-4389-afa6-761b8671ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008325 10.0.0.141 - - [2026-05-07 02:43:58] "POST /neutron/router HTTP/1.1" 200 580 0.015180 10.0.0.249 - - [2026-05-07 02:43:58] "POST /ref-update HTTP/1.1" 200 156 0.020434 10.0.0.141 - - [2026-05-07 02:44:00] "POST /neutron/port HTTP/1.1" 200 1122 0.021867 10.0.0.141 - - [2026-05-07 02:44:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004448 10.0.0.141 - - [2026-05-07 02:44:00] "POST /neutron/network HTTP/1.1" 200 824 0.008803 10.0.0.141 - - [2026-05-07 02:44:08] "POST /neutron/port HTTP/1.1" 200 1122 0.022950 10.0.0.141 - - [2026-05-07 02:44:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004649 10.0.0.141 - - [2026-05-07 02:44:08] "POST /neutron/network HTTP/1.1" 200 824 0.007822 10.0.0.249 - - [2026-05-07 02:44:09] "DELETE /access-control-list/1306cfdb-fa20-4b46-bf61-d6be906f3281 HTTP/1.1" 200 115 0.069156 10.0.0.141 - - [2026-05-07 02:44:11] "POST /neutron/router HTTP/1.1" 200 580 0.013813 10.0.0.249 - - [2026-05-07 02:44:11] "POST /ref-update HTTP/1.1" 200 156 0.022466 10.0.0.141 - - [2026-05-07 02:44:11] "POST /neutron/router HTTP/1.1" 200 344 0.235401 10.0.0.141 - - [2026-05-07 02:44:12] "POST /neutron/network HTTP/1.1" 200 824 0.008445 10.0.0.141 - - [2026-05-07 02:44:12] "POST /neutron/port HTTP/1.1" 200 1122 0.018225 10.0.0.141 - - [2026-05-07 02:44:12] "POST /neutron/port HTTP/1.1" 200 1112 0.016256 10.0.0.249 - - [2026-05-07 02:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.27 - - [2026-05-07 02:44:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002630 10.0.0.27 - - [2026-05-07 02:44:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003956 10.0.0.141 - - [2026-05-07 02:44:14] "POST /neutron/network HTTP/1.1" 200 151 0.154743 10.0.0.249 - - [2026-05-07 02:44:14] "DELETE /route-target/a4d0b003-d9f7-4b5a-994f-59f700e40524 HTTP/1.1" 200 115 0.024073 10.0.0.27 - - [2026-05-07 02:44:15] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.141 - - [2026-05-07 02:44:15] "GET /project/a068dde0-822a-4709-9dc6-74865105b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053071 10.0.0.27 - - [2026-05-07 02:44:15] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001437 10.0.0.141 - - [2026-05-07 02:44:16] "GET /project/a068dde0-822a-4709-9dc6-74865105b685?fields=virtual_networks HTTP/1.1" 200 1029 0.047384 10.0.0.27 - - [2026-05-07 02:44:16] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001181 10.0.0.141 - - [2026-05-07 02:44:16] "GET /project/a068dde0-822a-4709-9dc6-74865105b685?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.047446 10.0.0.27 - - [2026-05-07 02:44:16] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001504 10.0.0.141 - - [2026-05-07 02:44:16] "GET /project/a068dde0-822a-4709-9dc6-74865105b685?fields=security_groups HTTP/1.1" 200 1253 0.046640 10.0.0.141 - - [2026-05-07 02:44:17] "POST /fqname-to-id HTTP/1.1" 404 191 0.031383 10.0.0.27 - - [2026-05-07 02:44:17] "GET /projects?obj_uuids=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004378 10.0.0.27 - - [2026-05-07 02:44:17] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001858 10.0.0.27 - - [2026-05-07 02:44:17] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010324 10.0.0.27 - - [2026-05-07 02:44:17] "POST /id-to-fqname HTTP/1.1" 200 193 0.005089 10.0.0.27 - - [2026-05-07 02:44:17] "POST /fqname-to-id HTTP/1.1" 404 202 0.005522 10.0.0.27 - - [2026-05-07 02:44:17] "POST /security-groups HTTP/1.1" 200 594 0.085317 10.0.0.27 - - [2026-05-07 02:44:17] "POST /projects HTTP/1.1" 200 591 0.327471 10.0.0.27 - - [2026-05-07 02:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.361876 10.0.0.249 - - [2026-05-07 02:44:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.013832 10.0.0.141 - - [2026-05-07 02:44:17] "GET /project/afad3034-5d75-4781-af0a-52b3002b93e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.519484 10.0.0.141 - - [2026-05-07 02:44:18] "GET / HTTP/1.1" 200 35931 0.001792 10.0.0.141 - - [2026-05-07 02:44:21] "GET /project/afad3034-5d75-4781-af0a-52b3002b93e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000497 10.0.0.27 - - [2026-05-07 02:44:21] "GET /projects?obj_uuids=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001058 10.0.0.141 - - [2026-05-07 02:44:21] "GET /project/afad3034-5d75-4781-af0a-52b3002b93e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.108197 10.0.0.141 - - [2026-05-07 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006387 10.0.0.141 - - [2026-05-07 02:44:21] "GET /security-group/54aaa07b-0d96-4561-9b41-b8c9c875ec5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.009717 10.0.0.141 - - [2026-05-07 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.27 - - [2026-05-07 02:44:21] "DELETE /project/a068dde0822a47099dc674865105b685 HTTP/1.1" 404 173 0.004290 10.0.0.27 - - [2026-05-07 02:44:21] "DELETE /project/3d03061c-7719-4c46-b54b-6e41ac2423b1 HTTP/1.1" 404 177 0.007170 10.0.0.27 - - [2026-05-07 02:44:21] "DELETE /project/afad30345d754781af0a52b3002b93e3 HTTP/1.1" 404 173 0.006247 10.0.0.27 - - [2026-05-07 02:44:21] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.27 - - [2026-05-07 02:44:21] "GET /projects?obj_uuids=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002795 10.0.0.27 - - [2026-05-07 02:44:21] "GET /project/a068dde0-822a-4709-9dc6-74865105b685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.078205 10.0.0.27 - - [2026-05-07 02:44:21] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001221 10.0.0.27 - - [2026-05-07 02:44:21] "GET /project/a068dde0-822a-4709-9dc6-74865105b685?fields=security_groups HTTP/1.1" 200 1358 0.063999 10.0.0.141 - - [2026-05-07 02:44:21] "GET /project/afad3034-5d75-4781-af0a-52b3002b93e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.120786 10.0.0.141 - - [2026-05-07 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.27 - - [2026-05-07 02:44:21] "DELETE /security-group/25db1e2a-dcc1-41ce-bf86-ed9c44990d68 HTTP/1.1" 200 115 0.058212 10.0.0.141 - - [2026-05-07 02:44:21] "GET /security-group/54aaa07b-0d96-4561-9b41-b8c9c875ec5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.010891 10.0.0.27 - - [2026-05-07 02:44:21] "GET /projects?obj_uuids=a068dde0-822a-4709-9dc6-74865105b685&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.141 - - [2026-05-07 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006377 10.0.0.27 - - [2026-05-07 02:44:21] "GET /project/a068dde0-822a-4709-9dc6-74865105b685?fields=application_policy_sets HTTP/1.1" 200 1397 0.083545 10.0.0.141 - - [2026-05-07 02:44:21] "PUT /security-group/54aaa07b-0d96-4561-9b41-b8c9c875ec5c HTTP/1.1" 200 262 0.044206 10.0.0.249 - - [2026-05-07 02:44:21] "DELETE /access-control-list/c69da357-cad8-426a-ad20-a666efba2a78 HTTP/1.1" 200 115 0.068403 10.0.0.141 - - [2026-05-07 02:44:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.005725 10.0.0.141 - - [2026-05-07 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010179 10.0.0.27 - - [2026-05-07 02:44:22] "GET /projects?obj_uuids=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001639 10.0.0.27 - - [2026-05-07 02:44:22] "DELETE /project/a068dde0-822a-4709-9dc6-74865105b685 HTTP/1.1" 200 115 0.562514 10.0.0.141 - - [2026-05-07 02:44:22] "GET /project/afad3034-5d75-4781-af0a-52b3002b93e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.075647 10.0.0.141 - - [2026-05-07 02:44:22] "POST /neutron/network HTTP/1.1" 200 117 0.044617 10.0.0.249 - - [2026-05-07 02:44:22] "POST /route-targets HTTP/1.1" 200 327 0.017370 10.0.0.141 - - [2026-05-07 02:44:22] "POST /neutron/network HTTP/1.1" 200 828 0.011668 10.0.0.141 - - [2026-05-07 02:44:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001369 10.0.0.141 - - [2026-05-07 02:44:22] "GET /virtual-network/b462cee1-407c-4b43-bf94-4f8ddd093d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006143 10.0.0.141 - - [2026-05-07 02:44:22] "GET /virtual-network/b462cee1-407c-4b43-bf94-4f8ddd093d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006810 10.0.0.141 - - [2026-05-07 02:44:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.010500 10.0.0.141 - - [2026-05-07 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.27 - - [2026-05-07 02:44:22] "GET /projects?obj_uuids=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001114 10.0.0.141 - - [2026-05-07 02:44:23] "GET /project/afad3034-5d75-4781-af0a-52b3002b93e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.055695 10.0.0.249 - - [2026-05-07 02:44:23] "POST /ref-update HTTP/1.1" 200 156 0.037191 10.0.0.27 - - [2026-05-07 02:44:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006846 10.0.0.141 - - [2026-05-07 02:44:23] "POST /neutron/subnet HTTP/1.1" 200 710 0.302170 10.0.0.141 - - [2026-05-07 02:44:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001461 10.0.0.141 - - [2026-05-07 02:44:23] "GET /virtual-network/2a798268-2e35-40a4-8cf2-677fbe761fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006384 10.0.0.141 - - [2026-05-07 02:44:23] "GET /virtual-network/2a798268-2e35-40a4-8cf2-677fbe761fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006181 10.0.0.141 - - [2026-05-07 02:44:23] "POST /neutron/network HTTP/1.1" 200 831 0.007696 10.0.0.141 - - [2026-05-07 02:44:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001381 10.0.0.249 - - [2026-05-07 02:44:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.249 - - [2026-05-07 02:44:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.27 - - [2026-05-07 02:44:24] "GET /projects?obj_uuids=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001053 10.0.0.141 - - [2026-05-07 02:44:24] "GET /project/afad3034-5d75-4781-af0a-52b3002b93e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.108209 10.0.0.141 - - [2026-05-07 02:44:24] "POST /neutron/network HTTP/1.1" 200 828 0.010836 10.0.0.141 - - [2026-05-07 02:44:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001673 10.0.0.141 - - [2026-05-07 02:44:25] "POST /neutron/port HTTP/1.1" 200 117 0.007051 10.0.0.27 - - [2026-05-07 02:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.27 - - [2026-05-07 02:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.249 - - [2026-05-07 02:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000647 10.0.0.249 - - [2026-05-07 02:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.27 - - [2026-05-07 02:44:25] "GET /projects?obj_uuids=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002604 10.0.0.141 - - [2026-05-07 02:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.141 - - [2026-05-07 02:44:26] "POST /neutron/port HTTP/1.1" 200 1064 0.450209 10.0.0.27 - - [2026-05-07 02:44:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.141 - - [2026-05-07 02:44:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.27 - - [2026-05-07 02:44:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000754 10.0.0.141 - - [2026-05-07 02:44:26] "POST /neutron/port HTTP/1.1" 200 1118 0.155530 10.0.0.27 - - [2026-05-07 02:44:26] "GET /projects?obj_uuids=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001060 10.0.0.141 - - [2026-05-07 02:44:26] "GET /project/afad3034-5d75-4781-af0a-52b3002b93e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.124974 10.0.0.141 - - [2026-05-07 02:44:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008003 10.0.0.141 - - [2026-05-07 02:44:26] "POST /neutron/network HTTP/1.1" 200 828 0.011754 10.0.0.141 - - [2026-05-07 02:44:26] "POST /neutron/port HTTP/1.1" 200 117 0.007467 10.0.0.141 - - [2026-05-07 02:44:26] "POST /neutron/router HTTP/1.1" 200 656 0.054493 10.0.0.249 - - [2026-05-07 02:44:27] "GET /logical-router/03e4499d-2362-4e44-9bb0-cc7234212f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.058314 10.0.0.249 - - [2026-05-07 02:44:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.012051 10.0.0.141 - - [2026-05-07 02:44:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.249 - - [2026-05-07 02:44:27] "POST /route-targets HTTP/1.1" 200 327 0.036606 10.0.0.141 - - [2026-05-07 02:44:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000342 10.0.0.141 - - [2026-05-07 02:44:27] "POST /neutron/network HTTP/1.1" 200 841 0.009151 10.0.0.249 - - [2026-05-07 02:44:27] "POST /route-tables HTTP/1.1" 200 582 0.073452 10.0.0.141 - - [2026-05-07 02:44:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.018795 10.0.0.249 - - [2026-05-07 02:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.249 - - [2026-05-07 02:44:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.135379 10.0.0.249 - - [2026-05-07 02:44:28] "POST /instance-ips HTTP/1.1" 400 246 0.060353 10.0.0.249 - - [2026-05-07 02:44:28] "PUT /instance-ip/d01189f6-817b-4218-8492-228d0fa88c53 HTTP/1.1" 200 256 0.059278 10.0.0.141 - - [2026-05-07 02:44:28] "POST /neutron/port HTTP/1.1" 200 1114 0.187323 10.0.0.141 - - [2026-05-07 02:44:28] "POST /neutron/subnet HTTP/1.1" 200 684 0.018164 10.0.0.249 - - [2026-05-07 02:44:28] "POST /chown HTTP/1.1" 200 109 0.035684 10.0.0.249 - - [2026-05-07 02:44:28] "POST /chown HTTP/1.1" 200 109 0.022763 10.0.0.249 - - [2026-05-07 02:44:28] "POST /ref-update HTTP/1.1" 200 156 0.033761 10.0.0.249 - - [2026-05-07 02:44:28] "POST /ref-update HTTP/1.1" 200 156 0.048005 10.0.0.249 - - [2026-05-07 02:44:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.124683 10.0.0.249 - - [2026-05-07 02:44:29] "POST /chown HTTP/1.1" 200 109 0.017657 10.0.0.249 - - [2026-05-07 02:44:29] "POST /ref-update HTTP/1.1" 200 156 0.029628 10.0.0.249 - - [2026-05-07 02:44:29] "POST /chown HTTP/1.1" 200 109 0.101378 10.0.0.249 - - [2026-05-07 02:44:29] "PUT /routing-instance/34ddde24-9d04-4ecd-9c67-83abd30975cd HTTP/1.1" 200 266 0.047776 10.0.0.249 - - [2026-05-07 02:44:29] "PUT /virtual-machine-interface/b3116b15-59ff-40b7-85d5-2dfb96204a28 HTTP/1.1" 200 284 0.043408 10.0.0.249 - - [2026-05-07 02:44:29] "POST /ref-update HTTP/1.1" 200 156 0.036150 10.0.0.141 - - [2026-05-07 02:44:32] "POST /neutron/port HTTP/1.1" 200 1128 0.022649 10.0.0.141 - - [2026-05-07 02:44:32] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008330 10.0.0.141 - - [2026-05-07 02:44:33] "GET /virtual-machine/f009a856-5df5-4bdd-adb5-ef52f2b7aa96 HTTP/1.1" 401 293 0.000469 10.0.0.141 - - [2026-05-07 02:44:33] "GET /virtual-machine/f009a856-5df5-4bdd-adb5-ef52f2b7aa96 HTTP/1.1" 200 1296 0.041600 10.0.0.141 - - [2026-05-07 02:44:33] "GET /virtual-machine-interface/cdcf58a8-9e2e-4588-8c17-0cc12226d081 HTTP/1.1" 200 2957 0.008329 10.0.0.141 - - [2026-05-07 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007199 10.0.0.141 - - [2026-05-07 02:44:33] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004073 10.0.0.141 - - [2026-05-07 02:44:33] "GET /virtual-networks?parent_id=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003173 10.0.0.141 - - [2026-05-07 02:44:33] "GET /virtual-network/b462cee1-407c-4b43-bf94-4f8ddd093d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006510 10.0.0.141 - - [2026-05-07 02:44:36] "POST /neutron/port HTTP/1.1" 200 1128 0.024397 10.0.0.141 - - [2026-05-07 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.141 - - [2026-05-07 02:44:36] "GET /virtual-network/b462cee1-407c-4b43-bf94-4f8ddd093d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006026 10.0.0.141 - - [2026-05-07 02:44:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007747 10.0.0.141 - - [2026-05-07 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.141 - - [2026-05-07 02:44:38] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004196 10.0.0.141 - - [2026-05-07 02:44:38] "GET /virtual-networks?parent_id=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003096 10.0.0.141 - - [2026-05-07 02:44:38] "GET /virtual-network/b462cee1-407c-4b43-bf94-4f8ddd093d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006876 10.0.0.141 - - [2026-05-07 02:44:39] "POST /neutron/port HTTP/1.1" 200 1124 0.020851 10.0.0.141 - - [2026-05-07 02:44:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011410 10.0.0.141 - - [2026-05-07 02:44:39] "GET /virtual-machine/783f21ba-d7dd-4aaa-b743-184ba1180891 HTTP/1.1" 200 1295 0.008520 10.0.0.141 - - [2026-05-07 02:44:39] "GET /virtual-machine-interface/0704961b-bdad-4325-aa9f-5d98f939c1b9 HTTP/1.1" 200 2967 0.009132 10.0.0.141 - - [2026-05-07 02:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005227 10.0.0.141 - - [2026-05-07 02:44:39] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005075 10.0.0.141 - - [2026-05-07 02:44:39] "GET /virtual-networks?parent_id=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004659 10.0.0.141 - - [2026-05-07 02:44:39] "GET /virtual-network/2a798268-2e35-40a4-8cf2-677fbe761fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006973 10.0.0.141 - - [2026-05-07 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.141 - - [2026-05-07 02:44:40] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005031 10.0.0.141 - - [2026-05-07 02:44:40] "GET /virtual-networks?parent_id=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005422 10.0.0.141 - - [2026-05-07 02:44:40] "GET /virtual-network/2a798268-2e35-40a4-8cf2-677fbe761fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006536 10.0.0.249 - - [2026-05-07 02:44:44] "POST /ref-update HTTP/1.1" 200 156 0.027375 10.0.0.141 - - [2026-05-07 02:44:44] "POST /neutron/router HTTP/1.1" 200 656 0.014393 10.0.0.249 - - [2026-05-07 02:44:44] "GET /service-instance/e702d997-c2f7-4d69-9b69-ebb4f732eb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.005365 10.0.0.249 - - [2026-05-07 02:44:44] "DELETE /route-table/5d7414d1-b5ea-4ee7-b041-703a61ff61e4 HTTP/1.1" 200 115 0.061187 10.0.0.249 - - [2026-05-07 02:44:44] "POST /ref-update HTTP/1.1" 200 156 0.029123 10.0.0.249 - - [2026-05-07 02:44:45] "POST /ref-update HTTP/1.1" 200 156 0.029644 10.0.0.249 - - [2026-05-07 02:44:45] "POST /ref-update HTTP/1.1" 200 156 0.026377 10.0.0.249 - - [2026-05-07 02:44:45] "GET /virtual-machine-interface/b3116b15-59ff-40b7-85d5-2dfb96204a28?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1650 0.007147 10.0.0.249 - - [2026-05-07 02:44:45] "DELETE /instance-ip/52456f15-fef6-4599-bf5e-87398d15b881 HTTP/1.1" 200 115 0.057851 10.0.0.141 - - [2026-05-07 02:44:45] "POST /neutron/network HTTP/1.1" 400 204 0.059426 10.0.0.27 - - [2026-05-07 02:44:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005109 10.0.0.27 - - [2026-05-07 02:44:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003072 10.0.0.249 - - [2026-05-07 02:44:45] "DELETE /virtual-network/4a2b3eb0-8cf6-463d-be25-9971cd3a8215 HTTP/1.1" 200 115 0.129226 10.0.0.249 - - [2026-05-07 02:44:45] "DELETE /route-target/ceefa1a5-dfa3-4d9b-ba28-fb5b168b32ae HTTP/1.1" 200 115 0.028090 10.0.0.249 - - [2026-05-07 02:44:45] "GET /service-instance/e702d997-c2f7-4d69-9b69-ebb4f732eb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004403 10.0.0.249 - - [2026-05-07 02:44:45] "GET /instance-ip/d01189f6-817b-4218-8492-228d0fa88c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.012908 10.0.0.249 - - [2026-05-07 02:44:46] "DELETE /virtual-machine/765c2ccc-5a12-4100-9d57-f4ea6cca6e29 HTTP/1.1" 200 115 0.062877 10.0.0.141 - - [2026-05-07 02:44:46] "POST /neutron/port HTTP/1.1" 200 151 0.259133 10.0.0.249 - - [2026-05-07 02:44:46] "GET /instance-ip/d01189f6-817b-4218-8492-228d0fa88c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.012800 10.0.0.249 - - [2026-05-07 02:44:46] "POST /ref-update HTTP/1.1" 200 156 0.030771 10.0.0.141 - - [2026-05-07 02:44:46] "POST /neutron/port HTTP/1.1" 200 151 0.258058 10.0.0.141 - - [2026-05-07 02:44:47] "POST /neutron/network HTTP/1.1" 200 828 0.008086 10.0.0.249 - - [2026-05-07 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.27 - - [2026-05-07 02:44:49] "GET /projects?obj_uuids=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001310 10.0.0.141 - - [2026-05-07 02:44:49] "GET /project/afad3034-5d75-4781-af0a-52b3002b93e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.052209 10.0.0.27 - - [2026-05-07 02:44:49] "GET /projects?obj_uuids=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000960 10.0.0.141 - - [2026-05-07 02:44:49] "GET /project/afad3034-5d75-4781-af0a-52b3002b93e3?fields=virtual_networks HTTP/1.1" 200 1039 0.036934 10.0.0.27 - - [2026-05-07 02:44:49] "GET /projects?obj_uuids=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001046 10.0.0.141 - - [2026-05-07 02:44:49] "GET /project/afad3034-5d75-4781-af0a-52b3002b93e3?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.056380 10.0.0.27 - - [2026-05-07 02:44:49] "GET /projects?obj_uuids=afad3034-5d75-4781-af0a-52b3002b93e3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001227 10.0.0.141 - - [2026-05-07 02:44:49] "GET /project/afad3034-5d75-4781-af0a-52b3002b93e3?fields=security_groups HTTP/1.1" 200 1268 0.046434 10.0.0.141 - - [2026-05-07 02:44:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.040659 10.0.0.27 - - [2026-05-07 02:44:50] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004331 10.0.0.27 - - [2026-05-07 02:44:50] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001461 10.0.0.27 - - [2026-05-07 02:44:50] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009054 10.0.0.27 - - [2026-05-07 02:44:50] "POST /id-to-fqname HTTP/1.1" 200 198 0.003352 10.0.0.27 - - [2026-05-07 02:44:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.014264 10.0.0.27 - - [2026-05-07 02:44:51] "POST /security-groups HTTP/1.1" 200 599 0.078393 10.0.0.27 - - [2026-05-07 02:44:51] "POST /projects HTTP/1.1" 200 601 0.343478 10.0.0.27 - - [2026-05-07 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.377161 10.0.0.249 - - [2026-05-07 02:44:51] "POST /access-control-lists HTTP/1.1" 200 604 0.033589 10.0.0.141 - - [2026-05-07 02:44:51] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.573848 10.0.0.141 - - [2026-05-07 02:44:52] "GET / HTTP/1.1" 200 35931 0.001635 10.0.0.141 - - [2026-05-07 02:44:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000526 10.0.0.141 - - [2026-05-07 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.080506 10.0.0.27 - - [2026-05-07 02:44:54] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001159 10.0.0.141 - - [2026-05-07 02:44:54] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051611 10.0.0.27 - - [2026-05-07 02:44:54] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001259 10.0.0.141 - - [2026-05-07 02:44:54] "POST /neutron/network HTTP/1.1" 200 613 0.185302 10.0.0.249 - - [2026-05-07 02:44:55] "POST /route-targets HTTP/1.1" 200 327 0.020586 10.0.0.249 - - [2026-05-07 02:44:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.068731 10.0.0.141 - - [2026-05-07 02:44:55] "POST /neutron/network HTTP/1.1" 200 1007 0.016398 10.0.0.141 - - [2026-05-07 02:44:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001683 10.0.0.141 - - [2026-05-07 02:44:55] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006941 10.0.0.141 - - [2026-05-07 02:44:55] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006667 10.0.0.141 - - [2026-05-07 02:44:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.015094 10.0.0.141 - - [2026-05-07 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2026-05-07 02:44:55] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.141 - - [2026-05-07 02:44:55] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054902 10.0.0.27 - - [2026-05-07 02:44:55] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.141 - - [2026-05-07 02:44:56] "POST /neutron/network HTTP/1.1" 200 613 0.146586 10.0.0.249 - - [2026-05-07 02:44:56] "POST /ref-update HTTP/1.1" 200 156 0.039598 10.0.0.141 - - [2026-05-07 02:44:56] "POST /neutron/network HTTP/1.1" 200 1005 0.013179 10.0.0.141 - - [2026-05-07 02:44:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001179 10.0.0.141 - - [2026-05-07 02:44:56] "GET /virtual-network/6944267c-969f-4334-a125-c58d5d7beb11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006256 10.0.0.141 - - [2026-05-07 02:44:56] "GET /virtual-network/6944267c-969f-4334-a125-c58d5d7beb11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007360 10.0.0.141 - - [2026-05-07 02:44:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.009912 10.0.0.141 - - [2026-05-07 02:44:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.004033 10.0.0.141 - - [2026-05-07 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.27 - - [2026-05-07 02:44:56] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.141 - - [2026-05-07 02:44:56] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058864 10.0.0.141 - - [2026-05-07 02:44:57] "POST /network-policys HTTP/1.1" 200 577 0.040339 10.0.0.141 - - [2026-05-07 02:44:57] "GET /network-policy/d4bebdc5-c7d1-4211-8834-a20cf2873df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.007086 10.0.0.141 - - [2026-05-07 02:44:57] "POST /neutron/network HTTP/1.1" 200 1115 0.122029 10.0.0.141 - - [2026-05-07 02:44:57] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.008938 10.0.0.141 - - [2026-05-07 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005855 10.0.0.141 - - [2026-05-07 02:44:57] "GET /network-policy/d4bebdc5-c7d1-4211-8834-a20cf2873df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004806 10.0.0.249 - - [2026-05-07 02:44:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.015601 10.0.0.249 - - [2026-05-07 02:44:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.008758 10.0.0.141 - - [2026-05-07 02:44:57] "POST /neutron/network HTTP/1.1" 200 1113 0.098121 10.0.0.141 - - [2026-05-07 02:44:57] "GET /virtual-network/6944267c-969f-4334-a125-c58d5d7beb11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007408 10.0.0.141 - - [2026-05-07 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.141 - - [2026-05-07 02:44:57] "GET /network-policy/d4bebdc5-c7d1-4211-8834-a20cf2873df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004533 10.0.0.141 - - [2026-05-07 02:44:58] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006737 10.0.0.249 - - [2026-05-07 02:44:59] "GET /obj-perms HTTP/1.1" 200 5065 0.064232 10.0.0.141 - - [2026-05-07 02:44:59] "GET /virtual-network/6944267c-969f-4334-a125-c58d5d7beb11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006363 10.0.0.27 - - [2026-05-07 02:45:00] "GET /obj-perms HTTP/1.1" 200 5065 0.065141 10.0.0.141 - - [2026-05-07 02:45:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001613 10.0.0.27 - - [2026-05-07 02:45:01] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001842 10.0.0.141 - - [2026-05-07 02:45:01] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.115923 10.0.0.141 - - [2026-05-07 02:45:01] "POST /neutron/network HTTP/1.1" 200 1115 0.025126 10.0.0.141 - - [2026-05-07 02:45:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001490 10.0.0.141 - - [2026-05-07 02:45:02] "POST /neutron/port HTTP/1.1" 200 117 0.011748 10.0.0.27 - - [2026-05-07 02:45:02] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.141 - - [2026-05-07 02:45:03] "POST /neutron/port HTTP/1.1" 200 1176 0.480665 10.0.0.27 - - [2026-05-07 02:45:03] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.141 - - [2026-05-07 02:45:03] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.126987 10.0.0.141 - - [2026-05-07 02:45:03] "POST /neutron/network HTTP/1.1" 200 1113 0.010499 10.0.0.141 - - [2026-05-07 02:45:03] "POST /neutron/port HTTP/1.1" 200 1240 0.026220 10.0.0.141 - - [2026-05-07 02:45:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004628 10.0.0.141 - - [2026-05-07 02:45:03] "POST /neutron/port HTTP/1.1" 200 117 0.001347 10.0.0.141 - - [2026-05-07 02:45:03] "POST /neutron/port HTTP/1.1" 200 1240 0.030825 10.0.0.27 - - [2026-05-07 02:45:04] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001731 10.0.0.141 - - [2026-05-07 02:45:04] "POST /neutron/port HTTP/1.1" 200 1174 0.461757 10.0.0.141 - - [2026-05-07 02:45:05] "POST /neutron/port HTTP/1.1" 200 1228 0.131351 10.0.0.141 - - [2026-05-07 02:45:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004981 10.0.0.141 - - [2026-05-07 02:45:05] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.141 - - [2026-05-07 02:45:08] "POST /neutron/port HTTP/1.1" 200 1238 0.023115 10.0.0.141 - - [2026-05-07 02:45:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005652 10.0.0.141 - - [2026-05-07 02:45:08] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.141 - - [2026-05-07 02:45:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009695 10.0.0.141 - - [2026-05-07 02:45:09] "POST /neutron/port HTTP/1.1" 200 1240 0.021358 10.0.0.141 - - [2026-05-07 02:45:09] "GET /virtual-machine/92a673d5-756d-4126-93cd-4abef950f4f8 HTTP/1.1" 401 293 0.000441 10.0.0.141 - - [2026-05-07 02:45:09] "GET /virtual-machine/92a673d5-756d-4126-93cd-4abef950f4f8 HTTP/1.1" 200 1301 0.046105 10.0.0.141 - - [2026-05-07 02:45:09] "GET /virtual-machine-interface/ecae959e-a199-44d2-8060-d9e532f1cfa8 HTTP/1.1" 200 3175 0.005837 10.0.0.141 - - [2026-05-07 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.141 - - [2026-05-07 02:45:09] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003978 10.0.0.141 - - [2026-05-07 02:45:09] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003849 10.0.0.141 - - [2026-05-07 02:45:09] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007422 10.0.0.141 - - [2026-05-07 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.141 - - [2026-05-07 02:45:13] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007145 10.0.0.141 - - [2026-05-07 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.141 - - [2026-05-07 02:45:17] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006366 10.0.0.249 - - [2026-05-07 02:45:19] "DELETE /access-control-list/640a9e96-7e61-41d7-af46-2a4ef118eea2 HTTP/1.1" 200 115 0.041033 10.0.0.141 - - [2026-05-07 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.141 - - [2026-05-07 02:45:21] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007077 10.0.0.27 - - [2026-05-07 02:45:22] "DELETE /project/afad3034-5d75-4781-af0a-52b3002b93e3 HTTP/1.1" 404 177 0.004366 10.0.0.27 - - [2026-05-07 02:45:22] "DELETE /project/8a5464cfa73e4248adf280cf0a9e027f HTTP/1.1" 404 173 0.004032 10.0.0.141 - - [2026-05-07 02:45:24] "GET /obj-perms HTTP/1.1" 200 5075 0.064880 10.0.0.141 - - [2026-05-07 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.141 - - [2026-05-07 02:45:25] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.008316 10.0.0.141 - - [2026-05-07 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.141 - - [2026-05-07 02:45:29] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006421 10.0.0.141 - - [2026-05-07 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.141 - - [2026-05-07 02:45:33] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006702 10.0.0.141 - - [2026-05-07 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.141 - - [2026-05-07 02:45:37] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006582 10.0.0.141 - - [2026-05-07 02:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.141 - - [2026-05-07 02:45:41] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006464 10.0.0.141 - - [2026-05-07 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.141 - - [2026-05-07 02:45:45] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007041 10.0.0.141 - - [2026-05-07 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005514 10.0.0.141 - - [2026-05-07 02:45:49] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.008819 10.0.0.141 - - [2026-05-07 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007858 10.0.0.141 - - [2026-05-07 02:45:54] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.008156 10.0.0.141 - - [2026-05-07 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.141 - - [2026-05-07 02:45:58] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006348 10.0.0.141 - - [2026-05-07 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.141 - - [2026-05-07 02:46:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004679 10.0.0.141 - - [2026-05-07 02:46:00] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004251 10.0.0.141 - - [2026-05-07 02:46:00] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007803 10.0.0.141 - - [2026-05-07 02:46:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.059481 10.0.0.141 - - [2026-05-07 02:46:03] "POST /neutron/port HTTP/1.1" 200 1240 0.021864 10.0.0.141 - - [2026-05-07 02:46:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004970 10.0.0.141 - - [2026-05-07 02:46:03] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.141 - - [2026-05-07 02:46:05] "POST /neutron/port HTTP/1.1" 200 1240 0.021932 10.0.0.141 - - [2026-05-07 02:46:08] "POST /neutron/port HTTP/1.1" 200 1238 0.021633 10.0.0.141 - - [2026-05-07 02:46:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004822 10.0.0.141 - - [2026-05-07 02:46:08] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.141 - - [2026-05-07 02:46:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011988 10.0.0.141 - - [2026-05-07 02:46:16] "POST /neutron/port HTTP/1.1" 200 1240 0.023577 10.0.0.141 - - [2026-05-07 02:46:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012238 10.0.0.141 - - [2026-05-07 02:46:26] "POST /neutron/port HTTP/1.1" 200 1238 0.021300 10.0.0.141 - - [2026-05-07 02:46:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008966 10.0.0.141 - - [2026-05-07 02:46:26] "GET /virtual-machine/a7628a2e-f29b-477d-b2a7-3bec50544483 HTTP/1.1" 200 1301 0.009876 10.0.0.141 - - [2026-05-07 02:46:26] "GET /virtual-machine-interface/e8997202-df4b-4c0c-b58c-c1bdcb112cdc HTTP/1.1" 200 3176 0.007604 10.0.0.141 - - [2026-05-07 02:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.141 - - [2026-05-07 02:46:26] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008159 10.0.0.141 - - [2026-05-07 02:46:26] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004384 10.0.0.141 - - [2026-05-07 02:46:26] "GET /virtual-network/6944267c-969f-4334-a125-c58d5d7beb11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006721 10.0.0.141 - - [2026-05-07 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.141 - - [2026-05-07 02:46:28] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004654 10.0.0.141 - - [2026-05-07 02:46:28] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003569 10.0.0.141 - - [2026-05-07 02:46:28] "GET /virtual-network/6944267c-969f-4334-a125-c58d5d7beb11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007414 10.0.0.141 - - [2026-05-07 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.27 - - [2026-05-07 02:46:52] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001980 10.0.0.141 - - [2026-05-07 02:46:52] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067167 10.0.0.141 - - [2026-05-07 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.141 - - [2026-05-07 02:46:52] "PUT /network-policy/d4bebdc5-c7d1-4211-8834-a20cf2873df7 HTTP/1.1" 200 262 0.026886 10.0.0.249 - - [2026-05-07 02:46:53] "PUT /access-control-list/bb607952-4032-413c-a061-0e64f711097d HTTP/1.1" 200 272 0.025749 10.0.0.141 - - [2026-05-07 02:46:56] "GET /virtual-network/6944267c-969f-4334-a125-c58d5d7beb11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007946 10.0.0.141 - - [2026-05-07 02:46:56] "POST /neutron/network HTTP/1.1" 200 1005 0.019860 10.0.0.141 - - [2026-05-07 02:46:56] "GET /virtual-network/6944267c-969f-4334-a125-c58d5d7beb11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.017269 10.0.0.141 - - [2026-05-07 02:46:56] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.017465 10.0.0.249 - - [2026-05-07 02:46:56] "DELETE /access-control-list/a3fda1b8-ed3e-4474-a1f8-023d0e2ca7e6 HTTP/1.1" 200 115 0.042635 10.0.0.141 - - [2026-05-07 02:46:56] "POST /neutron/network HTTP/1.1" 200 1007 0.018993 10.0.0.141 - - [2026-05-07 02:46:56] "GET /virtual-network/b4229b37-8418-4148-90b9-cca6c1acef1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006447 10.0.0.141 - - [2026-05-07 02:46:56] "DELETE /network-policy/d4bebdc5-c7d1-4211-8834-a20cf2873df7 HTTP/1.1" 200 115 0.060083 10.0.0.141 - - [2026-05-07 02:46:56] "POST /neutron/network HTTP/1.1" 200 1005 0.018840 10.0.0.141 - - [2026-05-07 02:46:56] "POST /neutron/network HTTP/1.1" 400 204 0.022412 10.0.0.141 - - [2026-05-07 02:46:58] "POST /neutron/network HTTP/1.1" 200 1005 0.012179 10.0.0.249 - - [2026-05-07 02:46:59] "DELETE /route-target/c938f257-4b9e-4919-ad08-828dfda63230 HTTP/1.1" 200 115 0.054984 10.0.0.27 - - [2026-05-07 02:46:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003599 10.0.0.27 - - [2026-05-07 02:46:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004590 10.0.0.27 - - [2026-05-07 02:46:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003615 10.0.0.27 - - [2026-05-07 02:46:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003922 10.0.0.141 - - [2026-05-07 02:46:59] "POST /neutron/network HTTP/1.1" 200 151 0.187975 10.0.0.27 - - [2026-05-07 02:47:04] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.037569 10.0.0.141 - - [2026-05-07 02:47:04] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084650 10.0.0.141 - - [2026-05-07 02:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.27 - - [2026-05-07 02:47:04] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001585 10.0.0.141 - - [2026-05-07 02:47:04] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009943 10.0.0.141 - - [2026-05-07 02:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.27 - - [2026-05-07 02:47:04] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.141 - - [2026-05-07 02:47:04] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052460 10.0.0.141 - - [2026-05-07 02:47:05] "GET /domains HTTP/1.1" 200 280 0.005114 10.0.0.27 - - [2026-05-07 02:47:05] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.141 - - [2026-05-07 02:47:05] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe HTTP/1.1" 200 2775 0.011255 10.0.0.27 - - [2026-05-07 02:47:05] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001652 10.0.0.141 - - [2026-05-07 02:47:05] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f HTTP/1.1" 200 1900 0.110432 10.0.0.141 - - [2026-05-07 02:47:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.008007 10.0.0.141 - - [2026-05-07 02:47:05] "POST /network-ipams HTTP/1.1" 200 609 0.043680 10.0.0.141 - - [2026-05-07 02:47:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.005026 10.0.0.141 - - [2026-05-07 02:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005446 10.0.0.141 - - [2026-05-07 02:47:05] "GET /network-ipam/cf61ce52-9f40-4c19-b751-5894f4cb4e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.009002 10.0.0.141 - - [2026-05-07 02:47:05] "PUT /network-ipam/cf61ce52-9f40-4c19-b751-5894f4cb4e99 HTTP/1.1" 200 258 0.020827 10.0.0.141 - - [2026-05-07 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.27 - - [2026-05-07 02:47:06] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001237 10.0.0.141 - - [2026-05-07 02:47:06] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045656 10.0.0.249 - - [2026-05-07 02:47:06] "POST /route-targets HTTP/1.1" 200 327 0.015825 10.0.0.27 - - [2026-05-07 02:47:06] "POST /useragent-kv HTTP/1.1" 200 115 0.009260 10.0.0.141 - - [2026-05-07 02:47:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.235563 10.0.0.249 - - [2026-05-07 02:47:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.007780 10.0.0.141 - - [2026-05-07 02:47:07] "POST /neutron/network HTTP/1.1" 200 1309 0.015099 10.0.0.141 - - [2026-05-07 02:47:07] "POST /id-to-fqname HTTP/1.1" 200 231 0.001197 10.0.0.141 - - [2026-05-07 02:47:07] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006903 10.0.0.141 - - [2026-05-07 02:47:07] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006475 10.0.0.141 - - [2026-05-07 02:47:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.011253 10.0.0.141 - - [2026-05-07 02:47:07] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006521 10.0.0.249 - - [2026-05-07 02:47:08] "GET /obj-perms HTTP/1.1" 200 5065 0.004455 10.0.0.141 - - [2026-05-07 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.27 - - [2026-05-07 02:47:08] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.141 - - [2026-05-07 02:47:08] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068805 10.0.0.141 - - [2026-05-07 02:47:08] "POST /neutron/network HTTP/1.1" 200 117 0.017434 10.0.0.249 - - [2026-05-07 02:47:08] "POST /ref-update HTTP/1.1" 200 156 0.042359 10.0.0.27 - - [2026-05-07 02:47:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008046 10.0.0.141 - - [2026-05-07 02:47:08] "POST /neutron/subnet HTTP/1.1" 200 701 0.179978 10.0.0.141 - - [2026-05-07 02:47:09] "POST /id-to-fqname HTTP/1.1" 200 231 0.001652 10.0.0.141 - - [2026-05-07 02:47:09] "GET /virtual-network/08826330-f0fa-4e4f-9167-943e56018f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008578 10.0.0.141 - - [2026-05-07 02:47:09] "POST /neutron/network HTTP/1.1" 200 1309 0.013515 10.0.0.141 - - [2026-05-07 02:47:09] "GET /virtual-network/08826330-f0fa-4e4f-9167-943e56018f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006109 10.0.0.141 - - [2026-05-07 02:47:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.010504 10.0.0.141 - - [2026-05-07 02:47:09] "GET /virtual-network/08826330-f0fa-4e4f-9167-943e56018f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007091 10.0.0.141 - - [2026-05-07 02:47:09] "GET /obj-perms HTTP/1.1" 200 5065 0.065517 10.0.0.27 - - [2026-05-07 02:47:09] "GET /obj-perms HTTP/1.1" 200 5065 0.003685 10.0.0.141 - - [2026-05-07 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005026 10.0.0.27 - - [2026-05-07 02:47:10] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.141 - - [2026-05-07 02:47:10] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057595 10.0.0.27 - - [2026-05-07 02:47:10] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001222 10.0.0.141 - - [2026-05-07 02:47:10] "POST /neutron/network HTTP/1.1" 200 619 0.165638 10.0.0.27 - - [2026-05-07 02:47:11] "POST /useragent-kv HTTP/1.1" 200 115 0.009713 10.0.0.141 - - [2026-05-07 02:47:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.223172 10.0.0.141 - - [2026-05-07 02:47:11] "POST /id-to-fqname HTTP/1.1" 200 231 0.001490 10.0.0.141 - - [2026-05-07 02:47:11] "GET /virtual-network/a8fb0e4b-3432-4e2b-80ce-6721bc8b67d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.009001 10.0.0.141 - - [2026-05-07 02:47:11] "GET /virtual-network/a8fb0e4b-3432-4e2b-80ce-6721bc8b67d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008050 10.0.0.141 - - [2026-05-07 02:47:11] "POST /neutron/network HTTP/1.1" 200 1309 0.015723 10.0.0.141 - - [2026-05-07 02:47:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.015997 10.0.0.141 - - [2026-05-07 02:47:11] "GET /virtual-network/a8fb0e4b-3432-4e2b-80ce-6721bc8b67d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.009817 10.0.0.141 - - [2026-05-07 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006408 10.0.0.27 - - [2026-05-07 02:47:12] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097 10.0.0.141 - - [2026-05-07 02:47:12] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063383 10.0.0.249 - - [2026-05-07 02:47:12] "POST /ref-update HTTP/1.1" 200 156 0.025164 10.0.0.27 - - [2026-05-07 02:47:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007902 10.0.0.141 - - [2026-05-07 02:47:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.251895 10.0.0.249 - - [2026-05-07 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003046 10.0.0.141 - - [2026-05-07 02:47:13] "POST /neutron/network HTTP/1.1" 200 1308 0.016901 10.0.0.141 - - [2026-05-07 02:47:13] "POST /id-to-fqname HTTP/1.1" 200 231 0.001292 10.0.0.141 - - [2026-05-07 02:47:13] "GET /virtual-network/9833e27b-1e27-4269-b0a9-2c494bde5b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.007978 10.0.0.141 - - [2026-05-07 02:47:13] "GET /virtual-network/9833e27b-1e27-4269-b0a9-2c494bde5b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006333 10.0.0.141 - - [2026-05-07 02:47:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.010678 10.0.0.141 - - [2026-05-07 02:47:13] "GET /virtual-network/9833e27b-1e27-4269-b0a9-2c494bde5b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006439 10.0.0.249 - - [2026-05-07 02:47:13] "GET /obj-perms HTTP/1.1" 200 5065 0.005616 10.0.0.141 - - [2026-05-07 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 225 0.005586 10.0.0.141 - - [2026-05-07 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005477 10.0.0.27 - - [2026-05-07 02:47:13] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001219 10.0.0.141 - - [2026-05-07 02:47:13] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050644 10.0.0.141 - - [2026-05-07 02:47:14] "POST /network-policys HTTP/1.1" 200 559 0.039869 10.0.0.141 - - [2026-05-07 02:47:14] "GET /network-policy/ed205862-ffd3-4732-b8e2-6bdd7eccd7a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.008012 10.0.0.141 - - [2026-05-07 02:47:14] "POST /fqname-to-id HTTP/1.1" 404 225 0.003690 10.0.0.141 - - [2026-05-07 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.27 - - [2026-05-07 02:47:14] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001405 10.0.0.141 - - [2026-05-07 02:47:14] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052619 10.0.0.141 - - [2026-05-07 02:47:14] "POST /network-policys HTTP/1.1" 200 559 0.042607 10.0.0.141 - - [2026-05-07 02:47:14] "GET /network-policy/9d390d23-a4d0-40cd-8cf7-6b8e073bfd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007078 10.0.0.141 - - [2026-05-07 02:47:14] "POST /fqname-to-id HTTP/1.1" 404 225 0.003951 10.0.0.141 - - [2026-05-07 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.27 - - [2026-05-07 02:47:14] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001129 10.0.0.141 - - [2026-05-07 02:47:14] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048507 10.0.0.141 - - [2026-05-07 02:47:14] "POST /network-policys HTTP/1.1" 200 559 0.048297 10.0.0.141 - - [2026-05-07 02:47:14] "GET /network-policy/34b5df04-f358-4748-8a3e-64d617c5d606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.007483 10.0.0.141 - - [2026-05-07 02:47:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.003565 10.0.0.141 - - [2026-05-07 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.27 - - [2026-05-07 02:47:15] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001248 10.0.0.141 - - [2026-05-07 02:47:15] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051293 10.0.0.141 - - [2026-05-07 02:47:15] "POST /network-policys HTTP/1.1" 200 559 0.040955 10.0.0.141 - - [2026-05-07 02:47:15] "GET /network-policy/ebf48943-f86f-4821-9988-3c861f509208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.009152 10.0.0.141 - - [2026-05-07 02:47:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.004168 10.0.0.141 - - [2026-05-07 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.27 - - [2026-05-07 02:47:15] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.141 - - [2026-05-07 02:47:15] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048586 10.0.0.141 - - [2026-05-07 02:47:15] "POST /network-policys HTTP/1.1" 200 559 0.058327 10.0.0.141 - - [2026-05-07 02:47:15] "GET /network-policy/ea9f0eb0-cf60-41e0-9b78-ed08d8e8e780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007417 10.0.0.141 - - [2026-05-07 02:47:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.004032 10.0.0.141 - - [2026-05-07 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.27 - - [2026-05-07 02:47:15] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001226 10.0.0.141 - - [2026-05-07 02:47:16] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058308 10.0.0.141 - - [2026-05-07 02:47:16] "POST /network-policys HTTP/1.1" 200 559 0.034292 10.0.0.141 - - [2026-05-07 02:47:16] "GET /network-policy/57cb0f8a-e978-4226-8815-bee1c42a98ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006737 10.0.0.141 - - [2026-05-07 02:47:16] "POST /fqname-to-id HTTP/1.1" 404 225 0.003570 10.0.0.141 - - [2026-05-07 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.27 - - [2026-05-07 02:47:16] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.141 - - [2026-05-07 02:47:16] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065654 10.0.0.141 - - [2026-05-07 02:47:16] "POST /network-policys HTTP/1.1" 200 559 0.037339 10.0.0.141 - - [2026-05-07 02:47:16] "GET /network-policy/403b6ce8-c035-4c6c-afe2-d6c4cb1956a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.008842 10.0.0.141 - - [2026-05-07 02:47:16] "POST /fqname-to-id HTTP/1.1" 404 225 0.006607 10.0.0.141 - - [2026-05-07 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.27 - - [2026-05-07 02:47:16] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.141 - - [2026-05-07 02:47:16] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064687 10.0.0.141 - - [2026-05-07 02:47:16] "POST /network-policys HTTP/1.1" 200 559 0.041347 10.0.0.141 - - [2026-05-07 02:47:17] "GET /network-policy/a979e9e9-d85b-41fa-a164-e96d9858ef7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007245 10.0.0.141 - - [2026-05-07 02:47:17] "POST /neutron/network HTTP/1.1" 200 1309 0.013942 10.0.0.141 - - [2026-05-07 02:47:17] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.017293 10.0.0.141 - - [2026-05-07 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005798 10.0.0.141 - - [2026-05-07 02:47:17] "GET /network-policy/9d390d23-a4d0-40cd-8cf7-6b8e073bfd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006416 10.0.0.141 - - [2026-05-07 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.141 - - [2026-05-07 02:47:17] "GET /network-policy/ed205862-ffd3-4732-b8e2-6bdd7eccd7a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005764 10.0.0.141 - - [2026-05-07 02:47:17] "POST /neutron/network HTTP/1.1" 200 1309 0.013247 10.0.0.249 - - [2026-05-07 02:47:18] "POST /fqname-to-id HTTP/1.1" 404 248 0.004625 10.0.0.141 - - [2026-05-07 02:47:18] "GET /virtual-network/08826330-f0fa-4e4f-9167-943e56018f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.012876 10.0.0.141 - - [2026-05-07 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.141 - - [2026-05-07 02:47:18] "GET /network-policy/34b5df04-f358-4748-8a3e-64d617c5d606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.008708 10.0.0.141 - - [2026-05-07 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.141 - - [2026-05-07 02:47:18] "GET /network-policy/ebf48943-f86f-4821-9988-3c861f509208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005611 10.0.0.141 - - [2026-05-07 02:47:18] "POST /neutron/network HTTP/1.1" 200 1309 0.014604 10.0.0.249 - - [2026-05-07 02:47:18] "POST /fqname-to-id HTTP/1.1" 404 248 0.003962 10.0.0.249 - - [2026-05-07 02:47:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.003919 10.0.0.141 - - [2026-05-07 02:47:18] "GET /virtual-network/a8fb0e4b-3432-4e2b-80ce-6721bc8b67d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.016944 10.0.0.141 - - [2026-05-07 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.141 - - [2026-05-07 02:47:18] "GET /network-policy/57cb0f8a-e978-4226-8815-bee1c42a98ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.007140 10.0.0.141 - - [2026-05-07 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.141 - - [2026-05-07 02:47:18] "GET /network-policy/ea9f0eb0-cf60-41e0-9b78-ed08d8e8e780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004879 10.0.0.141 - - [2026-05-07 02:47:19] "POST /neutron/network HTTP/1.1" 200 1308 0.013902 10.0.0.249 - - [2026-05-07 02:47:19] "POST /access-control-lists HTTP/1.1" 200 605 0.055790 10.0.0.141 - - [2026-05-07 02:47:19] "GET /virtual-network/9833e27b-1e27-4269-b0a9-2c494bde5b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.008781 10.0.0.141 - - [2026-05-07 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.141 - - [2026-05-07 02:47:19] "GET /network-policy/403b6ce8-c035-4c6c-afe2-d6c4cb1956a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005888 10.0.0.141 - - [2026-05-07 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.141 - - [2026-05-07 02:47:19] "GET /network-policy/a979e9e9-d85b-41fa-a164-e96d9858ef7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005836 10.0.0.141 - - [2026-05-07 02:47:19] "POST /id-to-fqname HTTP/1.1" 200 231 0.001280 10.0.0.27 - - [2026-05-07 02:47:26] "GET /obj-perms HTTP/1.1" 200 5075 0.065287 10.0.0.141 - - [2026-05-07 02:47:52] "POST /neutron/network HTTP/1.1" 200 1504 0.009652 10.0.0.27 - - [2026-05-07 02:47:53] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001293 10.0.0.141 - - [2026-05-07 02:47:53] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.097893 10.0.0.141 - - [2026-05-07 02:47:54] "POST /neutron/port HTTP/1.1" 200 117 0.007988 10.0.0.141 - - [2026-05-07 02:47:54] "POST /id-to-fqname HTTP/1.1" 200 231 0.001377 10.0.0.141 - - [2026-05-07 02:47:54] "POST /neutron/network HTTP/1.1" 200 1504 0.008623 10.0.0.27 - - [2026-05-07 02:47:55] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001634 10.0.0.141 - - [2026-05-07 02:47:55] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.174978 10.0.0.141 - - [2026-05-07 02:47:55] "POST /neutron/port HTTP/1.1" 200 1170 0.070952 10.0.0.141 - - [2026-05-07 02:47:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.031511 10.0.0.141 - - [2026-05-07 02:47:55] "POST /neutron/port HTTP/1.1" 200 1192 0.061520 10.0.0.141 - - [2026-05-07 02:47:56] "POST /neutron/port HTTP/1.1" 200 1234 0.057569 10.0.0.141 - - [2026-05-07 02:47:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016292 10.0.0.141 - - [2026-05-07 02:47:56] "POST /neutron/port HTTP/1.1" 200 117 0.005792 10.0.0.141 - - [2026-05-07 02:47:57] "POST /neutron/port HTTP/1.1" 200 1170 0.065913 10.0.0.141 - - [2026-05-07 02:47:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009392 10.0.0.141 - - [2026-05-07 02:47:58] "POST /neutron/port HTTP/1.1" 200 117 0.005031 10.0.0.141 - - [2026-05-07 02:48:01] "POST /neutron/port HTTP/1.1" 200 1234 0.076547 10.0.0.141 - - [2026-05-07 02:48:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.029971 10.0.0.141 - - [2026-05-07 02:48:16] "POST /neutron/port HTTP/1.1" 200 1234 0.058094 10.0.0.141 - - [2026-05-07 02:48:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.022784 10.0.0.141 - - [2026-05-07 02:48:26] "GET /obj-perms HTTP/1.1" 200 5075 0.091953 10.0.0.141 - - [2026-05-07 02:48:32] "POST /neutron/port HTTP/1.1" 200 1234 0.019536 10.0.0.141 - - [2026-05-07 02:48:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008886 10.0.0.141 - - [2026-05-07 02:48:47] "POST /neutron/port HTTP/1.1" 200 1234 0.023904 10.0.0.141 - - [2026-05-07 02:48:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009157 10.0.0.141 - - [2026-05-07 02:49:03] "POST /neutron/port HTTP/1.1" 200 1234 0.028318 10.0.0.141 - - [2026-05-07 02:49:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008869 10.0.0.141 - - [2026-05-07 02:49:12] "POST /neutron/network HTTP/1.1" 200 1504 0.046879 10.0.0.141 - - [2026-05-07 02:49:12] "POST /neutron/subnet HTTP/1.1" 200 1361 0.023845 10.0.0.141 - - [2026-05-07 02:49:12] "POST /neutron/network HTTP/1.1" 200 1494 0.016370 10.0.0.141 - - [2026-05-07 02:49:13] "POST /neutron/port HTTP/1.1" 200 1234 0.021877 10.0.0.141 - - [2026-05-07 02:49:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009729 10.0.0.141 - - [2026-05-07 02:49:13] "GET /virtual-machine/586a1e70-f496-4d20-a526-ffb6e8e0d801 HTTP/1.1" 200 1300 0.007442 10.0.0.141 - - [2026-05-07 02:49:13] "GET /virtual-machine-interface/f7c07e53-c613-44e5-90f2-8929e6212478 HTTP/1.1" 200 3185 0.006184 10.0.0.141 - - [2026-05-07 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.141 - - [2026-05-07 02:49:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004384 10.0.0.141 - - [2026-05-07 02:49:13] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.010526 10.0.0.141 - - [2026-05-07 02:49:13] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007290 10.0.0.141 - - [2026-05-07 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.141 - - [2026-05-07 02:49:16] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008613 10.0.0.141 - - [2026-05-07 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.141 - - [2026-05-07 02:49:20] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005962 10.0.0.249 - - [2026-05-07 02:49:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.249 - - [2026-05-07 02:49:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.141 - - [2026-05-07 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.141 - - [2026-05-07 02:49:25] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006066 10.0.0.27 - - [2026-05-07 02:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.27 - - [2026-05-07 02:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.249 - - [2026-05-07 02:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2026-05-07 02:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.141 - - [2026-05-07 02:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-05-07 02:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000564 10.0.0.27 - - [2026-05-07 02:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.001014 10.0.0.27 - - [2026-05-07 02:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.141 - - [2026-05-07 02:49:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.141 - - [2026-05-07 02:49:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.141 - - [2026-05-07 02:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.141 - - [2026-05-07 02:49:29] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006774 10.0.0.141 - - [2026-05-07 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.141 - - [2026-05-07 02:49:33] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007418 10.0.0.141 - - [2026-05-07 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004973 10.0.0.141 - - [2026-05-07 02:49:37] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008285 10.0.0.141 - - [2026-05-07 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.141 - - [2026-05-07 02:49:41] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008076 10.0.0.141 - - [2026-05-07 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.141 - - [2026-05-07 02:49:45] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005999 10.0.0.141 - - [2026-05-07 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005465 10.0.0.141 - - [2026-05-07 02:49:49] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006537 10.0.0.141 - - [2026-05-07 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.141 - - [2026-05-07 02:49:51] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005231 10.0.0.141 - - [2026-05-07 02:49:51] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004312 10.0.0.141 - - [2026-05-07 02:49:51] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006856 10.0.0.141 - - [2026-05-07 02:49:57] "POST /neutron/port HTTP/1.1" 200 1234 0.048881 10.0.0.141 - - [2026-05-07 02:50:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009411 10.0.0.141 - - [2026-05-07 02:50:05] "POST /neutron/port HTTP/1.1" 200 1234 0.024293 10.0.0.141 - - [2026-05-07 02:50:07] "POST /neutron/port HTTP/1.1" 200 1234 0.061238 10.0.0.141 - - [2026-05-07 02:50:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004781 10.0.0.141 - - [2026-05-07 02:50:07] "POST /neutron/port HTTP/1.1" 200 117 0.001832 10.0.0.141 - - [2026-05-07 02:50:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009908 10.0.0.141 - - [2026-05-07 02:50:14] "POST /neutron/port HTTP/1.1" 200 1234 0.034021 10.0.0.141 - - [2026-05-07 02:50:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004531 10.0.0.141 - - [2026-05-07 02:50:14] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.141 - - [2026-05-07 02:50:18] "POST /neutron/port HTTP/1.1" 200 1234 0.023945 10.0.0.141 - - [2026-05-07 02:50:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009963 10.0.0.141 - - [2026-05-07 02:50:18] "GET /virtual-machine/805f7710-6b70-48b0-8be4-b6d57c89dd69 HTTP/1.1" 200 1300 0.036632 10.0.0.141 - - [2026-05-07 02:50:18] "GET /virtual-machine-interface/3b506401-f86e-4f91-b326-9969b21eb579 HTTP/1.1" 200 3184 0.007117 10.0.0.141 - - [2026-05-07 02:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.033470 10.0.0.141 - - [2026-05-07 02:50:18] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004783 10.0.0.141 - - [2026-05-07 02:50:18] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004083 10.0.0.141 - - [2026-05-07 02:50:18] "GET /virtual-network/08826330-f0fa-4e4f-9167-943e56018f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007160 10.0.0.141 - - [2026-05-07 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.141 - - [2026-05-07 02:50:19] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004910 10.0.0.141 - - [2026-05-07 02:50:19] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003967 10.0.0.141 - - [2026-05-07 02:50:19] "GET /virtual-network/08826330-f0fa-4e4f-9167-943e56018f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006551 10.0.0.141 - - [2026-05-07 02:50:19] "POST /neutron/port HTTP/1.1" 200 2314 0.029171 10.0.0.141 - - [2026-05-07 02:50:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008628 10.0.0.141 - - [2026-05-07 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.141 - - [2026-05-07 02:50:20] "GET /network-policy/34b5df04-f358-4748-8a3e-64d617c5d606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.005960 10.0.0.141 - - [2026-05-07 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.141 - - [2026-05-07 02:50:20] "GET /network-policy/ebf48943-f86f-4821-9988-3c861f509208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006655 10.0.0.141 - - [2026-05-07 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.141 - - [2026-05-07 02:50:20] "GET /network-policy/ed205862-ffd3-4732-b8e2-6bdd7eccd7a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005545 10.0.0.141 - - [2026-05-07 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.141 - - [2026-05-07 02:50:20] "GET /network-policy/9d390d23-a4d0-40cd-8cf7-6b8e073bfd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007682 10.0.0.249 - - [2026-05-07 02:50:28] "GET /obj-perms HTTP/1.1" 200 5075 0.063746 10.0.0.141 - - [2026-05-07 02:50:46] "GET /virtual-machine/805f7710-6b70-48b0-8be4-b6d57c89dd69 HTTP/1.1" 200 1300 0.004901 10.0.0.141 - - [2026-05-07 02:50:47] "POST /neutron/port HTTP/1.1" 200 1234 0.022032 10.0.0.141 - - [2026-05-07 02:50:48] "GET /virtual-machine/805f7710-6b70-48b0-8be4-b6d57c89dd69 HTTP/1.1" 404 171 0.003764 10.0.0.141 - - [2026-05-07 02:50:48] "GET /virtual-machine/805f7710-6b70-48b0-8be4-b6d57c89dd69 HTTP/1.1" 404 171 0.003566 10.0.0.141 - - [2026-05-07 02:50:48] "GET /virtual-machine/805f7710-6b70-48b0-8be4-b6d57c89dd69 HTTP/1.1" 404 171 0.004108 10.0.0.141 - - [2026-05-07 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.141 - - [2026-05-07 02:50:49] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004918 10.0.0.141 - - [2026-05-07 02:50:49] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004574 10.0.0.141 - - [2026-05-07 02:50:49] "GET /virtual-network/08826330-f0fa-4e4f-9167-943e56018f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007327 10.0.0.141 - - [2026-05-07 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.141 - - [2026-05-07 02:50:49] "GET /routing-instance/8ada9f6c-1fa2-416a-8403-cf1c7530ca4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007208 10.0.0.141 - - [2026-05-07 02:50:49] "GET /route-target/3cd9324d-ac1f-42ee-ab3c-e647e97a101f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005776 10.0.0.141 - - [2026-05-07 02:50:49] "GET /virtual-machine/805f7710-6b70-48b0-8be4-b6d57c89dd69 HTTP/1.1" 404 171 0.004256 10.0.0.141 - - [2026-05-07 02:50:50] "GET /virtual-machine/805f7710-6b70-48b0-8be4-b6d57c89dd69 HTTP/1.1" 404 171 0.005099 10.0.0.141 - - [2026-05-07 02:50:51] "GET /virtual-machine/805f7710-6b70-48b0-8be4-b6d57c89dd69 HTTP/1.1" 404 171 0.004610 10.0.0.141 - - [2026-05-07 02:50:52] "GET /virtual-machine/805f7710-6b70-48b0-8be4-b6d57c89dd69 HTTP/1.1" 404 171 0.003560 10.0.0.141 - - [2026-05-07 02:50:53] "GET /virtual-machine/805f7710-6b70-48b0-8be4-b6d57c89dd69 HTTP/1.1" 404 171 0.004633 10.0.0.141 - - [2026-05-07 02:50:54] "GET /virtual-machine/805f7710-6b70-48b0-8be4-b6d57c89dd69 HTTP/1.1" 404 171 0.004559 10.0.0.141 - - [2026-05-07 02:50:57] "GET /obj-perms HTTP/1.1" 200 5065 0.004270 10.0.0.249 - - [2026-05-07 02:51:00] "GET /obj-perms HTTP/1.1" 200 5065 0.068855 10.0.0.141 - - [2026-05-07 02:51:03] "GET /obj-perms HTTP/1.1" 200 5065 0.004993 10.0.0.27 - - [2026-05-07 02:51:04] "GET /obj-perms HTTP/1.1" 200 5065 0.096124 10.0.0.141 - - [2026-05-07 02:51:04] "GET /virtual-machine/586a1e70-f496-4d20-a526-ffb6e8e0d801 HTTP/1.1" 200 1300 0.005349 10.0.0.141 - - [2026-05-07 02:51:04] "POST /neutron/port HTTP/1.1" 200 1234 0.022912 10.0.0.141 - - [2026-05-07 02:51:06] "GET /virtual-machine/586a1e70-f496-4d20-a526-ffb6e8e0d801 HTTP/1.1" 404 171 0.003807 10.0.0.141 - - [2026-05-07 02:51:06] "GET /virtual-machine/586a1e70-f496-4d20-a526-ffb6e8e0d801 HTTP/1.1" 404 171 0.003284 10.0.0.141 - - [2026-05-07 02:51:06] "GET /virtual-machine/586a1e70-f496-4d20-a526-ffb6e8e0d801 HTTP/1.1" 404 171 0.002848 10.0.0.141 - - [2026-05-07 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.141 - - [2026-05-07 02:51:06] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004563 10.0.0.141 - - [2026-05-07 02:51:06] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004251 10.0.0.141 - - [2026-05-07 02:51:06] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007571 10.0.0.141 - - [2026-05-07 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.141 - - [2026-05-07 02:51:06] "GET /routing-instance/bce2d20d-62a9-4a98-8b15-2a9435fd50f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005232 10.0.0.141 - - [2026-05-07 02:51:06] "GET /route-target/3625a494-4708-4342-9108-0c6d95c916f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005177 10.0.0.249 - - [2026-05-07 02:51:06] "GET /obj-perms HTTP/1.1" 200 5065 0.004777 10.0.0.141 - - [2026-05-07 02:51:09] "GET /obj-perms HTTP/1.1" 200 5065 0.005602 10.0.0.249 - - [2026-05-07 02:51:16] "GET /obj-perms HTTP/1.1" 200 5065 0.005023 10.0.0.141 - - [2026-05-07 02:51:19] "GET /obj-perms HTTP/1.1" 200 5065 0.004851 10.0.0.249 - - [2026-05-07 02:51:25] "GET /obj-perms HTTP/1.1" 200 5065 0.004265 10.0.0.141 - - [2026-05-07 02:51:28] "GET /obj-perms HTTP/1.1" 200 5065 0.004437 10.0.0.249 - - [2026-05-07 02:51:31] "GET /obj-perms HTTP/1.1" 200 5065 0.004562 10.0.0.141 - - [2026-05-07 02:51:34] "GET /obj-perms HTTP/1.1" 200 5065 0.004342 10.0.0.141 - - [2026-05-07 02:51:34] "GET /virtual-network/9833e27b-1e27-4269-b0a9-2c494bde5b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006401 10.0.0.141 - - [2026-05-07 02:51:34] "POST /neutron/network HTTP/1.1" 200 1493 0.014454 10.0.0.141 - - [2026-05-07 02:51:35] "GET /virtual-network/9833e27b-1e27-4269-b0a9-2c494bde5b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.009863 10.0.0.141 - - [2026-05-07 02:51:35] "GET /virtual-network/a8fb0e4b-3432-4e2b-80ce-6721bc8b67d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007110 10.0.0.141 - - [2026-05-07 02:51:35] "POST /neutron/network HTTP/1.1" 200 1494 0.014720 10.0.0.249 - - [2026-05-07 02:51:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.084503 10.0.0.141 - - [2026-05-07 02:51:35] "GET /virtual-network/a8fb0e4b-3432-4e2b-80ce-6721bc8b67d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008306 10.0.0.141 - - [2026-05-07 02:51:35] "GET /virtual-network/08826330-f0fa-4e4f-9167-943e56018f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007106 10.0.0.141 - - [2026-05-07 02:51:35] "POST /neutron/network HTTP/1.1" 200 1494 0.015345 10.0.0.249 - - [2026-05-07 02:51:35] "DELETE /access-control-list/c25e4997-a04c-4201-9197-afd7c46d4b91 HTTP/1.1" 200 115 0.084473 10.0.0.141 - - [2026-05-07 02:51:35] "GET /virtual-network/08826330-f0fa-4e4f-9167-943e56018f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.010662 10.0.0.141 - - [2026-05-07 02:51:36] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006313 10.0.0.141 - - [2026-05-07 02:51:36] "POST /neutron/network HTTP/1.1" 200 1494 0.015672 10.0.0.249 - - [2026-05-07 02:51:36] "POST /ref-update HTTP/1.1" 200 156 0.045698 10.0.0.141 - - [2026-05-07 02:51:36] "GET /virtual-network/cdadeadb-70d6-4b5f-abe3-eb5421836144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.009443 10.0.0.141 - - [2026-05-07 02:51:36] "DELETE /network-policy/a979e9e9-d85b-41fa-a164-e96d9858ef7c HTTP/1.1" 200 115 0.049237 10.0.0.141 - - [2026-05-07 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.27 - - [2026-05-07 02:51:36] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.141 - - [2026-05-07 02:51:36] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047749 10.0.0.141 - - [2026-05-07 02:51:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46733564&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005872 10.0.0.141 - - [2026-05-07 02:51:36] "DELETE /network-policy/403b6ce8-c035-4c6c-afe2-d6c4cb1956a8 HTTP/1.1" 200 115 0.047123 10.0.0.141 - - [2026-05-07 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009781 10.0.0.27 - - [2026-05-07 02:51:36] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.141 - - [2026-05-07 02:51:36] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.079294 10.0.0.141 - - [2026-05-07 02:51:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46733564&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.006433 10.0.0.141 - - [2026-05-07 02:51:36] "DELETE /network-policy/57cb0f8a-e978-4226-8815-bee1c42a98ee HTTP/1.1" 200 115 0.051358 10.0.0.141 - - [2026-05-07 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.27 - - [2026-05-07 02:51:37] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126 10.0.0.141 - - [2026-05-07 02:51:37] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044019 10.0.0.141 - - [2026-05-07 02:51:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46733564&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005885 10.0.0.141 - - [2026-05-07 02:51:37] "DELETE /network-policy/ea9f0eb0-cf60-41e0-9b78-ed08d8e8e780 HTTP/1.1" 200 115 0.046031 10.0.0.141 - - [2026-05-07 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005701 10.0.0.27 - - [2026-05-07 02:51:37] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.141 - - [2026-05-07 02:51:37] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045666 10.0.0.141 - - [2026-05-07 02:51:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46733564&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005940 10.0.0.141 - - [2026-05-07 02:51:37] "DELETE /network-policy/ebf48943-f86f-4821-9988-3c861f509208 HTTP/1.1" 200 115 0.048999 10.0.0.141 - - [2026-05-07 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.27 - - [2026-05-07 02:51:37] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.141 - - [2026-05-07 02:51:37] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063482 10.0.0.141 - - [2026-05-07 02:51:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46733564&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.015810 10.0.0.141 - - [2026-05-07 02:51:37] "DELETE /network-policy/34b5df04-f358-4748-8a3e-64d617c5d606 HTTP/1.1" 200 115 0.044112 10.0.0.141 - - [2026-05-07 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.27 - - [2026-05-07 02:51:37] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.141 - - [2026-05-07 02:51:37] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050703 10.0.0.141 - - [2026-05-07 02:51:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46733564&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.006977 10.0.0.141 - - [2026-05-07 02:51:37] "DELETE /network-policy/9d390d23-a4d0-40cd-8cf7-6b8e073bfd2d HTTP/1.1" 200 115 0.050843 10.0.0.141 - - [2026-05-07 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005283 10.0.0.27 - - [2026-05-07 02:51:38] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.141 - - [2026-05-07 02:51:38] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047542 10.0.0.141 - - [2026-05-07 02:51:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46733564&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005728 10.0.0.141 - - [2026-05-07 02:51:38] "DELETE /network-policy/ed205862-ffd3-4732-b8e2-6bdd7eccd7a0 HTTP/1.1" 200 115 0.048430 10.0.0.141 - - [2026-05-07 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007360 10.0.0.27 - - [2026-05-07 02:51:38] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.141 - - [2026-05-07 02:51:38] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041907 10.0.0.141 - - [2026-05-07 02:51:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46733564&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006190 10.0.0.141 - - [2026-05-07 02:51:38] "POST /neutron/network HTTP/1.1" 200 1308 0.014413 10.0.0.27 - - [2026-05-07 02:51:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005815 10.0.0.27 - - [2026-05-07 02:51:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002997 10.0.0.249 - - [2026-05-07 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.27 - - [2026-05-07 02:51:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002989 10.0.0.27 - - [2026-05-07 02:51:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002588 10.0.0.27 - - [2026-05-07 02:51:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003117 10.0.0.27 - - [2026-05-07 02:51:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002790 10.0.0.141 - - [2026-05-07 02:51:39] "POST /neutron/network HTTP/1.1" 200 151 0.166108 10.0.0.249 - - [2026-05-07 02:51:39] "DELETE /route-target/3cd9324d-ac1f-42ee-ab3c-e647e97a101f HTTP/1.1" 200 115 0.034133 10.0.0.141 - - [2026-05-07 02:51:39] "POST /neutron/network HTTP/1.1" 200 1309 0.013083 10.0.0.141 - - [2026-05-07 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.141 - - [2026-05-07 02:51:40] "DELETE /network-ipam/cf61ce52-9f40-4c19-b751-5894f4cb4e99 HTTP/1.1" 200 115 0.042405 10.0.0.141 - - [2026-05-07 02:51:40] "POST /fqname-to-id HTTP/1.1" 404 252 0.003491 10.0.0.27 - - [2026-05-07 02:51:40] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.27 - - [2026-05-07 02:51:40] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.045289 10.0.0.27 - - [2026-05-07 02:51:40] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.27 - - [2026-05-07 02:51:40] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?fields=security_groups HTTP/1.1" 200 1387 0.053040 10.0.0.27 - - [2026-05-07 02:51:40] "DELETE /security-group/f46b7468-4944-4202-b992-a0012f1a89aa HTTP/1.1" 200 115 0.065706 10.0.0.27 - - [2026-05-07 02:51:40] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.249 - - [2026-05-07 02:51:40] "DELETE /access-control-list/6498cc26-da56-485b-9f94-1da082ca45c2 HTTP/1.1" 200 115 0.040575 10.0.0.27 - - [2026-05-07 02:51:40] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?fields=application_policy_sets HTTP/1.1" 200 1426 0.066770 10.0.0.141 - - [2026-05-07 02:51:41] "DELETE /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f HTTP/1.1" 200 115 0.476709 10.0.0.27 - - [2026-05-07 02:51:41] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001671 10.0.0.141 - - [2026-05-07 02:51:41] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?fields=projects HTTP/1.1" 200 1438 0.014414 10.0.0.141 - - [2026-05-07 02:51:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.003631 10.0.0.27 - - [2026-05-07 02:51:46] "POST /id-to-fqname HTTP/1.1" 200 198 0.006607 10.0.0.27 - - [2026-05-07 02:51:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.021912 10.0.0.27 - - [2026-05-07 02:51:46] "POST /security-groups HTTP/1.1" 200 599 0.049448 10.0.0.27 - - [2026-05-07 02:51:46] "POST /projects HTTP/1.1" 200 601 0.352894 10.0.0.141 - - [2026-05-07 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.395970 10.0.0.249 - - [2026-05-07 02:51:46] "POST /access-control-lists HTTP/1.1" 200 604 0.036171 10.0.0.27 - - [2026-05-07 02:51:46] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.141 - - [2026-05-07 02:51:46] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056322 10.0.0.141 - - [2026-05-07 02:51:46] "POST /network-policys HTTP/1.1" 200 559 0.062001 10.0.0.141 - - [2026-05-07 02:51:47] "GET /network-policy/e8c92c15-38a9-416d-be93-5668de97194f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.008436 10.0.0.141 - - [2026-05-07 02:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.27 - - [2026-05-07 02:51:47] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.141 - - [2026-05-07 02:51:47] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045177 10.0.0.27 - - [2026-05-07 02:51:47] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.141 - - [2026-05-07 02:51:47] "POST /neutron/network HTTP/1.1" 200 615 0.205058 10.0.0.249 - - [2026-05-07 02:51:47] "POST /route-targets HTTP/1.1" 200 327 0.017599 10.0.0.249 - - [2026-05-07 02:51:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.016705 10.0.0.141 - - [2026-05-07 02:51:48] "POST /neutron/network HTTP/1.1" 200 1007 0.014568 10.0.0.141 - - [2026-05-07 02:51:48] "POST /id-to-fqname HTTP/1.1" 200 229 0.001312 10.0.0.141 - - [2026-05-07 02:51:48] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005915 10.0.0.141 - - [2026-05-07 02:51:48] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007082 10.0.0.141 - - [2026-05-07 02:51:48] "POST /neutron/subnet HTTP/1.1" 200 721 0.015340 10.0.0.141 - - [2026-05-07 02:51:48] "POST /neutron/network HTTP/1.1" 200 1106 0.111205 10.0.0.141 - - [2026-05-07 02:51:48] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008125 10.0.0.141 - - [2026-05-07 02:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.141 - - [2026-05-07 02:51:48] "GET /network-policy/e8c92c15-38a9-416d-be93-5668de97194f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.016736 10.0.0.249 - - [2026-05-07 02:51:48] "POST /access-control-lists HTTP/1.1" 200 599 0.068630 10.0.0.141 - - [2026-05-07 02:51:48] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006255 10.0.0.141 - - [2026-05-07 02:51:49] "GET /obj-perms HTTP/1.1" 200 5065 0.004176 10.0.0.249 - - [2026-05-07 02:51:49] "GET /obj-perms HTTP/1.1" 200 5065 0.004176 10.0.0.141 - - [2026-05-07 02:51:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001345 10.0.0.27 - - [2026-05-07 02:51:50] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.141 - - [2026-05-07 02:51:50] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.099731 10.0.0.141 - - [2026-05-07 02:51:50] "POST /neutron/network HTTP/1.1" 200 1106 0.041806 10.0.0.141 - - [2026-05-07 02:51:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001384 10.0.0.141 - - [2026-05-07 02:51:50] "POST /neutron/port HTTP/1.1" 200 117 0.007581 10.0.0.27 - - [2026-05-07 02:51:51] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001526 10.0.0.141 - - [2026-05-07 02:51:51] "POST /neutron/port HTTP/1.1" 200 1174 0.435798 10.0.0.27 - - [2026-05-07 02:51:51] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001495 10.0.0.141 - - [2026-05-07 02:51:51] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.111855 10.0.0.141 - - [2026-05-07 02:51:51] "POST /neutron/port HTTP/1.1" 200 1228 0.190806 10.0.0.141 - - [2026-05-07 02:51:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004718 10.0.0.141 - - [2026-05-07 02:51:52] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.141 - - [2026-05-07 02:51:52] "POST /neutron/network HTTP/1.1" 200 1106 0.010567 10.0.0.141 - - [2026-05-07 02:51:52] "POST /neutron/port HTTP/1.1" 200 1238 0.022134 10.0.0.27 - - [2026-05-07 02:51:52] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001531 10.0.0.141 - - [2026-05-07 02:51:52] "POST /neutron/port HTTP/1.1" 200 1174 0.386764 10.0.0.141 - - [2026-05-07 02:51:53] "POST /neutron/port HTTP/1.1" 200 1228 0.168998 10.0.0.141 - - [2026-05-07 02:51:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004869 10.0.0.141 - - [2026-05-07 02:51:53] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.141 - - [2026-05-07 02:51:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009243 10.0.0.141 - - [2026-05-07 02:51:57] "POST /neutron/port HTTP/1.1" 200 1238 0.019899 10.0.0.141 - - [2026-05-07 02:51:57] "GET /virtual-machine/fbf205b0-4118-43ac-906e-71fecddbce72 HTTP/1.1" 200 1301 0.009238 10.0.0.141 - - [2026-05-07 02:51:57] "GET /virtual-machine-interface/2cc621e4-c8c7-4c5c-9d02-023fdfb8661d HTTP/1.1" 200 3178 0.005914 10.0.0.141 - - [2026-05-07 02:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.141 - - [2026-05-07 02:51:57] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004502 10.0.0.141 - - [2026-05-07 02:51:57] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005496 10.0.0.141 - - [2026-05-07 02:51:57] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005863 10.0.0.141 - - [2026-05-07 02:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005365 10.0.0.141 - - [2026-05-07 02:52:00] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.009450 10.0.0.141 - - [2026-05-07 02:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.141 - - [2026-05-07 02:52:04] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006217 10.0.0.141 - - [2026-05-07 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.141 - - [2026-05-07 02:52:09] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005716 10.0.0.141 - - [2026-05-07 02:52:10] "POST /neutron/port HTTP/1.1" 200 1238 0.022394 10.0.0.141 - - [2026-05-07 02:52:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005646 10.0.0.141 - - [2026-05-07 02:52:10] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.141 - - [2026-05-07 02:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006370 10.0.0.141 - - [2026-05-07 02:52:13] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008010 10.0.0.141 - - [2026-05-07 02:52:16] "POST /neutron/port HTTP/1.1" 200 1238 0.023433 10.0.0.141 - - [2026-05-07 02:52:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006008 10.0.0.141 - - [2026-05-07 02:52:16] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.141 - - [2026-05-07 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.141 - - [2026-05-07 02:52:17] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006818 10.0.0.141 - - [2026-05-07 02:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005150 10.0.0.141 - - [2026-05-07 02:52:21] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008874 10.0.0.27 - - [2026-05-07 02:52:22] "DELETE /project/8a5464cfa73e4248adf280cf0a9e027f HTTP/1.1" 404 173 0.032642 10.0.0.141 - - [2026-05-07 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005444 10.0.0.141 - - [2026-05-07 02:52:25] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007823 10.0.0.141 - - [2026-05-07 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005168 10.0.0.141 - - [2026-05-07 02:52:29] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007123 10.0.0.27 - - [2026-05-07 02:52:29] "GET /obj-perms HTTP/1.1" 200 5075 0.077274 10.0.0.141 - - [2026-05-07 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.141 - - [2026-05-07 02:52:33] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007092 10.0.0.141 - - [2026-05-07 02:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.141 - - [2026-05-07 02:52:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004716 10.0.0.141 - - [2026-05-07 02:52:35] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004503 10.0.0.141 - - [2026-05-07 02:52:35] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006492 10.0.0.141 - - [2026-05-07 02:52:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009779 10.0.0.141 - - [2026-05-07 02:52:46] "POST /neutron/port HTTP/1.1" 200 1238 0.031494 10.0.0.141 - - [2026-05-07 02:52:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.058580 10.0.0.141 - - [2026-05-07 02:52:51] "POST /neutron/port HTTP/1.1" 200 1238 0.022714 10.0.0.141 - - [2026-05-07 02:52:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010084 10.0.0.141 - - [2026-05-07 02:52:57] "POST /neutron/port HTTP/1.1" 200 1238 0.023401 10.0.0.141 - - [2026-05-07 02:52:57] "GET /virtual-machine/2f1b44e6-7a01-4de9-8127-8a31e931521f HTTP/1.1" 200 1299 0.007735 10.0.0.141 - - [2026-05-07 02:52:57] "GET /virtual-machine-interface/cf6d7296-ffad-4762-9c2a-dc26a31d4cf7 HTTP/1.1" 200 3179 0.006067 10.0.0.141 - - [2026-05-07 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.141 - - [2026-05-07 02:52:57] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004924 10.0.0.141 - - [2026-05-07 02:52:57] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004429 10.0.0.141 - - [2026-05-07 02:52:57] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007169 10.0.0.141 - - [2026-05-07 02:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.141 - - [2026-05-07 02:52:58] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004461 10.0.0.141 - - [2026-05-07 02:52:58] "GET /virtual-networks?parent_id=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004523 10.0.0.141 - - [2026-05-07 02:52:58] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007153 10.0.0.141 - - [2026-05-07 02:53:12] "POST /neutron/port HTTP/1.1" 200 1238 0.023489 10.0.0.141 - - [2026-05-07 02:53:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005108 10.0.0.141 - - [2026-05-07 02:53:12] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.141 - - [2026-05-07 02:53:16] "POST /neutron/port HTTP/1.1" 200 1238 0.022284 10.0.0.141 - - [2026-05-07 02:53:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004681 10.0.0.141 - - [2026-05-07 02:53:16] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.141 - - [2026-05-07 02:53:27] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006564 10.0.0.141 - - [2026-05-07 02:53:28] "POST /neutron/network HTTP/1.1" 200 1007 0.123137 10.0.0.141 - - [2026-05-07 02:53:28] "GET /virtual-network/85863991-4e2e-4159-9582-b9e16813ce5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.010593 10.0.0.141 - - [2026-05-07 02:53:28] "POST /neutron/network HTTP/1.1" 400 204 0.017771 10.0.0.141 - - [2026-05-07 02:53:28] "POST /neutron/port HTTP/1.1" 200 151 0.353024 10.0.0.141 - - [2026-05-07 02:53:28] "POST /neutron/port HTTP/1.1" 200 151 0.376275 10.0.0.249 - - [2026-05-07 02:53:30] "DELETE /route-target/b1aeef6e-c771-4236-8586-95aa34b68021 HTTP/1.1" 200 115 0.092598 10.0.0.141 - - [2026-05-07 02:53:31] "DELETE /network-policy/e8c92c15-38a9-416d-be93-5668de97194f HTTP/1.1" 200 115 0.058839 10.0.0.27 - - [2026-05-07 02:53:33] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.039132 10.0.0.141 - - [2026-05-07 02:53:33] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.153750 10.0.0.27 - - [2026-05-07 02:53:33] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001712 10.0.0.141 - - [2026-05-07 02:53:33] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?fields=virtual_networks HTTP/1.1" 200 1048 0.077852 10.0.0.27 - - [2026-05-07 02:53:33] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.141 - - [2026-05-07 02:53:34] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.053341 10.0.0.27 - - [2026-05-07 02:53:34] "GET /projects?obj_uuids=8a5464cf-a73e-4248-adf2-80cf0a9e027f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001103 10.0.0.141 - - [2026-05-07 02:53:34] "GET /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f?fields=security_groups HTTP/1.1" 200 1282 0.053050 10.0.0.141 - - [2026-05-07 02:53:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.049258 10.0.0.27 - - [2026-05-07 02:53:35] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003742 10.0.0.27 - - [2026-05-07 02:53:35] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.27 - - [2026-05-07 02:53:35] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007425 10.0.0.27 - - [2026-05-07 02:53:35] "POST /id-to-fqname HTTP/1.1" 200 204 0.007870 10.0.0.27 - - [2026-05-07 02:53:35] "POST /fqname-to-id HTTP/1.1" 404 213 0.012262 10.0.0.27 - - [2026-05-07 02:53:35] "POST /security-groups HTTP/1.1" 200 605 0.048675 10.0.0.27 - - [2026-05-07 02:53:35] "POST /projects HTTP/1.1" 200 613 0.306972 10.0.0.27 - - [2026-05-07 02:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.384746 10.0.0.249 - - [2026-05-07 02:53:35] "POST /fqname-to-id HTTP/1.1" 404 247 0.017834 10.0.0.141 - - [2026-05-07 02:53:35] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.564086 10.0.0.141 - - [2026-05-07 02:53:37] "GET / HTTP/1.1" 200 35931 0.002132 10.0.0.141 - - [2026-05-07 02:53:40] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000490 10.0.0.27 - - [2026-05-07 02:53:40] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001038 10.0.0.141 - - [2026-05-07 02:53:40] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.085606 10.0.0.141 - - [2026-05-07 02:53:41] "GET / HTTP/1.1" 200 35931 0.001864 10.0.0.141 - - [2026-05-07 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.27 - - [2026-05-07 02:53:41] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.141 - - [2026-05-07 02:53:41] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007561 10.0.0.141 - - [2026-05-07 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.27 - - [2026-05-07 02:53:42] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001256 10.0.0.141 - - [2026-05-07 02:53:42] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.047528 10.0.0.141 - - [2026-05-07 02:53:43] "GET /domains HTTP/1.1" 401 293 0.000459 10.0.0.141 - - [2026-05-07 02:53:43] "GET /domains HTTP/1.1" 200 280 0.030792 10.0.0.27 - - [2026-05-07 02:53:43] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.141 - - [2026-05-07 02:53:43] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe HTTP/1.1" 200 2975 0.009623 10.0.0.27 - - [2026-05-07 02:53:43] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001090 10.0.0.141 - - [2026-05-07 02:53:43] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd HTTP/1.1" 200 1937 0.095315 10.0.0.141 - - [2026-05-07 02:53:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003703 10.0.0.141 - - [2026-05-07 02:53:43] "POST /network-ipams HTTP/1.1" 200 627 0.039913 10.0.0.141 - - [2026-05-07 02:53:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.004069 10.0.0.141 - - [2026-05-07 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.141 - - [2026-05-07 02:53:43] "GET /network-ipam/96c4b7f0-abde-4bfe-9870-d19c3329ae19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.007717 10.0.0.141 - - [2026-05-07 02:53:43] "PUT /network-ipam/96c4b7f0-abde-4bfe-9870-d19c3329ae19 HTTP/1.1" 200 258 0.019244 10.0.0.141 - - [2026-05-07 02:53:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000507 10.0.0.141 - - [2026-05-07 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.030911 10.0.0.27 - - [2026-05-07 02:53:44] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000981 10.0.0.141 - - [2026-05-07 02:53:44] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.050852 10.0.0.141 - - [2026-05-07 02:53:44] "POST /neutron/network HTTP/1.1" 200 117 0.041405 10.0.0.249 - - [2026-05-07 02:53:44] "POST /ref-update HTTP/1.1" 200 156 0.030598 10.0.0.249 - - [2026-05-07 02:53:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.014289 10.0.0.27 - - [2026-05-07 02:53:45] "POST /useragent-kv HTTP/1.1" 200 115 0.010782 10.0.0.141 - - [2026-05-07 02:53:45] "POST /neutron/subnet HTTP/1.1" 200 828 0.186383 10.0.0.141 - - [2026-05-07 02:53:45] "POST /id-to-fqname HTTP/1.1" 200 237 0.002272 10.0.0.141 - - [2026-05-07 02:53:45] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.008832 10.0.0.141 - - [2026-05-07 02:53:45] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.007229 10.0.0.141 - - [2026-05-07 02:53:45] "POST /neutron/network HTTP/1.1" 200 1141 0.012131 10.0.0.141 - - [2026-05-07 02:53:45] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.006736 10.0.0.141 - - [2026-05-07 02:53:47] "POST /fqname-to-id HTTP/1.1" 404 231 0.005762 10.0.0.141 - - [2026-05-07 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.27 - - [2026-05-07 02:53:47] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001052 10.0.0.141 - - [2026-05-07 02:53:47] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.062272 10.0.0.141 - - [2026-05-07 02:53:47] "POST /network-policys HTTP/1.1" 200 565 0.090483 10.0.0.141 - - [2026-05-07 02:53:47] "GET /network-policy/a25f6d2d-0066-4ed8-b689-9c2074d4ce96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.006721 10.0.0.141 - - [2026-05-07 02:53:47] "POST /fqname-to-id HTTP/1.1" 404 231 0.003300 10.0.0.141 - - [2026-05-07 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2026-05-07 02:53:47] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001061 10.0.0.141 - - [2026-05-07 02:53:47] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.060342 10.0.0.141 - - [2026-05-07 02:53:48] "POST /network-policys HTTP/1.1" 200 565 0.084003 10.0.0.141 - - [2026-05-07 02:53:48] "GET /network-policy/be7eda80-f9e6-4809-bfd5-217a1441288f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.011130 10.0.0.141 - - [2026-05-07 02:53:48] "POST /fqname-to-id HTTP/1.1" 404 231 0.003271 10.0.0.141 - - [2026-05-07 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2026-05-07 02:53:48] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001013 10.0.0.141 - - [2026-05-07 02:53:48] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.057537 10.0.0.141 - - [2026-05-07 02:53:48] "POST /network-policys HTTP/1.1" 200 565 0.036124 10.0.0.141 - - [2026-05-07 02:53:48] "GET /network-policy/f109acd1-4f13-495b-83e6-84d49e612056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.007214 10.0.0.141 - - [2026-05-07 02:53:48] "POST /neutron/network HTTP/1.1" 200 1141 0.010970 10.0.0.141 - - [2026-05-07 02:53:49] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.009891 10.0.0.141 - - [2026-05-07 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.019522 10.0.0.141 - - [2026-05-07 02:53:49] "GET /network-policy/a25f6d2d-0066-4ed8-b689-9c2074d4ce96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004731 10.0.0.141 - - [2026-05-07 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.141 - - [2026-05-07 02:53:49] "GET /network-policy/be7eda80-f9e6-4809-bfd5-217a1441288f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004890 10.0.0.141 - - [2026-05-07 02:53:49] "POST /id-to-fqname HTTP/1.1" 200 237 0.001462 10.0.0.141 - - [2026-05-07 02:53:49] "POST /neutron/network HTTP/1.1" 200 1349 0.010081 10.0.0.27 - - [2026-05-07 02:53:50] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001251 10.0.0.141 - - [2026-05-07 02:53:50] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.106112 10.0.0.141 - - [2026-05-07 02:53:50] "POST /neutron/port HTTP/1.1" 200 117 0.009234 10.0.0.27 - - [2026-05-07 02:53:51] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001073 10.0.0.141 - - [2026-05-07 02:53:51] "POST /neutron/port HTTP/1.1" 200 1180 0.414792 10.0.0.141 - - [2026-05-07 02:53:51] "POST /neutron/port HTTP/1.1" 200 1234 0.141889 10.0.0.141 - - [2026-05-07 02:53:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006603 10.0.0.141 - - [2026-05-07 02:53:51] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.141 - - [2026-05-07 02:53:55] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009183 10.0.0.141 - - [2026-05-07 02:53:56] "POST /neutron/port HTTP/1.1" 200 1244 0.021720 10.0.0.141 - - [2026-05-07 02:53:56] "GET /virtual-machine/bcdf2713-ad96-48c7-b807-d0f1cd61a0e2 HTTP/1.1" 401 293 0.000511 10.0.0.141 - - [2026-05-07 02:53:56] "GET /virtual-machine/bcdf2713-ad96-48c7-b807-d0f1cd61a0e2 HTTP/1.1" 200 1307 0.039670 10.0.0.141 - - [2026-05-07 02:53:56] "GET /virtual-machine-interface/8bbb12a2-10b4-4bd8-9577-70f3c8302e3f HTTP/1.1" 200 3178 0.006905 10.0.0.141 - - [2026-05-07 02:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.141 - - [2026-05-07 02:53:56] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004291 10.0.0.141 - - [2026-05-07 02:53:56] "GET /virtual-networks?parent_id=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003939 10.0.0.141 - - [2026-05-07 02:53:56] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006720 10.0.0.141 - - [2026-05-07 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.141 - - [2026-05-07 02:53:59] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007340 10.0.0.141 - - [2026-05-07 02:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.141 - - [2026-05-07 02:54:03] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007826 10.0.0.141 - - [2026-05-07 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.141 - - [2026-05-07 02:54:07] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006125 10.0.0.249 - - [2026-05-07 02:54:10] "DELETE /access-control-list/4643c84c-33b8-4e88-a837-707ed1d66a7d HTTP/1.1" 200 115 0.041909 10.0.0.141 - - [2026-05-07 02:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.141 - - [2026-05-07 02:54:11] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.008096 10.0.0.141 - - [2026-05-07 02:54:12] "POST /neutron/port HTTP/1.1" 200 1244 0.029956 10.0.0.141 - - [2026-05-07 02:54:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005227 10.0.0.141 - - [2026-05-07 02:54:12] "POST /neutron/port HTTP/1.1" 200 117 0.001588 10.0.0.141 - - [2026-05-07 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006589 10.0.0.141 - - [2026-05-07 02:54:16] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.011092 10.0.0.141 - - [2026-05-07 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.141 - - [2026-05-07 02:54:20] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006761 10.0.0.27 - - [2026-05-07 02:54:22] "DELETE /project/a44eeec8ec044f3c9ed0eb464e9d93fd HTTP/1.1" 404 173 0.004919 10.0.0.27 - - [2026-05-07 02:54:22] "DELETE /project/8a5464cf-a73e-4248-adf2-80cf0a9e027f HTTP/1.1" 404 177 0.003942 10.0.0.141 - - [2026-05-07 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.249 - - [2026-05-07 02:54:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000548 10.0.0.141 - - [2026-05-07 02:54:24] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007585 10.0.0.249 - - [2026-05-07 02:54:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.27 - - [2026-05-07 02:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.27 - - [2026-05-07 02:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.249 - - [2026-05-07 02:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.249 - - [2026-05-07 02:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000529 10.0.0.141 - - [2026-05-07 02:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.141 - - [2026-05-07 02:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.27 - - [2026-05-07 02:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.27 - - [2026-05-07 02:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.141 - - [2026-05-07 02:54:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.141 - - [2026-05-07 02:54:27] "GET /global-system-configs HTTP/1.1" 401 293 0.001307 10.0.0.141 - - [2026-05-07 02:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.141 - - [2026-05-07 02:54:28] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006779 10.0.0.141 - - [2026-05-07 02:54:31] "GET /obj-perms HTTP/1.1" 200 5075 0.113079 10.0.0.249 - - [2026-05-07 02:54:32] "GET /obj-perms HTTP/1.1" 200 5075 0.061756 10.0.0.141 - - [2026-05-07 02:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.141 - - [2026-05-07 02:54:32] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006369 10.0.0.141 - - [2026-05-07 02:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.141 - - [2026-05-07 02:54:34] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004643 10.0.0.141 - - [2026-05-07 02:54:34] "GET /virtual-networks?parent_id=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003970 10.0.0.141 - - [2026-05-07 02:54:34] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.008859 10.0.0.141 - - [2026-05-07 02:54:34] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009973 10.0.0.141 - - [2026-05-07 02:54:45] "POST /neutron/port HTTP/1.1" 200 1244 0.026216 10.0.0.141 - - [2026-05-07 02:54:46] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008797 10.0.0.141 - - [2026-05-07 02:54:55] "POST /neutron/port HTTP/1.1" 200 1244 0.025927 10.0.0.141 - - [2026-05-07 02:55:00] "POST /neutron/security_group HTTP/1.1" 200 2072 0.010640 10.0.0.141 - - [2026-05-07 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.141 - - [2026-05-07 02:55:01] "GET /network-policy/a25f6d2d-0066-4ed8-b689-9c2074d4ce96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005047 10.0.0.141 - - [2026-05-07 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.141 - - [2026-05-07 02:55:01] "GET /network-policy/be7eda80-f9e6-4809-bfd5-217a1441288f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005332 10.0.0.141 - - [2026-05-07 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.141 - - [2026-05-07 02:55:01] "GET /network-policy/f109acd1-4f13-495b-83e6-84d49e612056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005214 10.0.0.141 - - [2026-05-07 02:55:01] "POST /neutron/network HTTP/1.1" 200 1339 0.013319 10.0.0.141 - - [2026-05-07 02:55:01] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.015006 10.0.0.141 - - [2026-05-07 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.141 - - [2026-05-07 02:55:01] "GET /network-policy/a25f6d2d-0066-4ed8-b689-9c2074d4ce96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005300 10.0.0.141 - - [2026-05-07 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006957 10.0.0.141 - - [2026-05-07 02:55:01] "GET /network-policy/be7eda80-f9e6-4809-bfd5-217a1441288f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005433 10.0.0.141 - - [2026-05-07 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.141 - - [2026-05-07 02:55:01] "GET /network-policy/f109acd1-4f13-495b-83e6-84d49e612056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005810 10.0.0.141 - - [2026-05-07 02:55:06] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.008345 10.0.0.141 - - [2026-05-07 02:55:06] "POST /neutron/network HTTP/1.1" 200 1431 0.014896 10.0.0.249 - - [2026-05-07 02:55:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.004120 10.0.0.249 - - [2026-05-07 02:55:07] "DELETE /access-control-list/fa0aa9a7-8ae7-4361-bb9c-e125dc4b425a HTTP/1.1" 200 115 0.060746 10.0.0.141 - - [2026-05-07 02:55:07] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.009845 10.0.0.141 - - [2026-05-07 02:55:12] "GET /virtual-machine/bcdf2713-ad96-48c7-b807-d0f1cd61a0e2 HTTP/1.1" 200 1307 0.004667 10.0.0.141 - - [2026-05-07 02:55:12] "POST /neutron/port HTTP/1.1" 200 1244 0.020979 10.0.0.141 - - [2026-05-07 02:55:14] "GET /virtual-machine/bcdf2713-ad96-48c7-b807-d0f1cd61a0e2 HTTP/1.1" 404 171 0.003998 10.0.0.141 - - [2026-05-07 02:55:14] "GET /virtual-machine/bcdf2713-ad96-48c7-b807-d0f1cd61a0e2 HTTP/1.1" 404 171 0.004470 10.0.0.141 - - [2026-05-07 02:55:14] "GET /virtual-machine/bcdf2713-ad96-48c7-b807-d0f1cd61a0e2 HTTP/1.1" 404 171 0.003903 10.0.0.141 - - [2026-05-07 02:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.141 - - [2026-05-07 02:55:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004465 10.0.0.141 - - [2026-05-07 02:55:14] "GET /virtual-networks?parent_id=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004045 10.0.0.141 - - [2026-05-07 02:55:14] "GET /virtual-network/50765abf-ced7-4deb-92fc-8c012c6c54a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.006518 10.0.0.141 - - [2026-05-07 02:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.141 - - [2026-05-07 02:55:14] "GET /routing-instance/bcbc8857-62d8-491f-b3c9-c8c5212a552e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005745 10.0.0.141 - - [2026-05-07 02:55:14] "GET /route-target/772ae12c-aa20-4069-a212-504220cb4803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004600 10.0.0.141 - - [2026-05-07 02:55:21] "GET /obj-perms HTTP/1.1" 200 5040 0.069316 10.0.0.249 - - [2026-05-07 02:55:21] "GET /obj-perms HTTP/1.1" 200 5040 0.064977 10.0.0.141 - - [2026-05-07 02:55:30] "GET /obj-perms HTTP/1.1" 200 5040 0.004689 10.0.0.249 - - [2026-05-07 02:55:30] "GET /obj-perms HTTP/1.1" 200 5040 0.004162 10.0.0.27 - - [2026-05-07 02:55:32] "GET /obj-perms HTTP/1.1" 200 5075 0.064694 10.0.0.141 - - [2026-05-07 02:55:33] "GET /obj-perms HTTP/1.1" 200 5040 0.004659 10.0.0.141 - - [2026-05-07 02:55:33] "DELETE /network-policy/f109acd1-4f13-495b-83e6-84d49e612056 HTTP/1.1" 200 115 0.050230 10.0.0.141 - - [2026-05-07 02:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007830 10.0.0.27 - - [2026-05-07 02:55:34] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001149 10.0.0.141 - - [2026-05-07 02:55:34] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.062712 10.0.0.141 - - [2026-05-07 02:55:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-19564684&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.007012 10.0.0.141 - - [2026-05-07 02:55:34] "DELETE /network-policy/be7eda80-f9e6-4809-bfd5-217a1441288f HTTP/1.1" 200 115 0.045310 10.0.0.141 - - [2026-05-07 02:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.019369 10.0.0.27 - - [2026-05-07 02:55:34] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001102 10.0.0.141 - - [2026-05-07 02:55:34] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.053778 10.0.0.141 - - [2026-05-07 02:55:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-19564684&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.006609 10.0.0.141 - - [2026-05-07 02:55:34] "DELETE /network-policy/a25f6d2d-0066-4ed8-b689-9c2074d4ce96 HTTP/1.1" 200 115 0.054155 10.0.0.141 - - [2026-05-07 02:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.27 - - [2026-05-07 02:55:34] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001634 10.0.0.141 - - [2026-05-07 02:55:34] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.065235 10.0.0.141 - - [2026-05-07 02:55:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-19564684&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007175 10.0.0.141 - - [2026-05-07 02:55:34] "POST /neutron/network HTTP/1.1" 200 1141 0.012701 10.0.0.141 - - [2026-05-07 02:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.141 - - [2026-05-07 02:55:35] "DELETE /network-ipam/96c4b7f0-abde-4bfe-9870-d19c3329ae19 HTTP/1.1" 200 115 0.043113 10.0.0.141 - - [2026-05-07 02:55:35] "POST /fqname-to-id HTTP/1.1" 404 264 0.006088 10.0.0.27 - - [2026-05-07 02:55:35] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000957 10.0.0.27 - - [2026-05-07 02:55:35] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.058141 10.0.0.27 - - [2026-05-07 02:55:35] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001812 10.0.0.27 - - [2026-05-07 02:55:35] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?fields=security_groups HTTP/1.1" 200 1406 0.055725 10.0.0.27 - - [2026-05-07 02:55:35] "DELETE /security-group/445f4055-e46d-4b24-88c1-16cc3d9e5909 HTTP/1.1" 200 115 0.071675 10.0.0.27 - - [2026-05-07 02:55:35] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003218 10.0.0.249 - - [2026-05-07 02:55:35] "DELETE /access-control-list/e9f55462-bdcd-418f-935f-0ed04f555464 HTTP/1.1" 200 115 0.071878 10.0.0.27 - - [2026-05-07 02:55:35] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?fields=application_policy_sets HTTP/1.1" 200 1445 0.078478 10.0.0.141 - - [2026-05-07 02:55:35] "DELETE /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd HTTP/1.1" 200 115 0.536497 10.0.0.27 - - [2026-05-07 02:55:35] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001955 10.0.0.141 - - [2026-05-07 02:55:35] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?fields=projects HTTP/1.1" 200 1438 0.020926 10.0.0.27 - - [2026-05-07 02:55:38] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004973 10.0.0.27 - - [2026-05-07 02:55:38] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.27 - - [2026-05-07 02:55:38] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050427 10.0.0.27 - - [2026-05-07 02:55:38] "POST /id-to-fqname HTTP/1.1" 200 204 0.002106 10.0.0.27 - - [2026-05-07 02:55:38] "POST /fqname-to-id HTTP/1.1" 404 213 0.008483 10.0.0.27 - - [2026-05-07 02:55:38] "POST /security-groups HTTP/1.1" 200 605 0.039850 10.0.0.27 - - [2026-05-07 02:55:38] "POST /projects HTTP/1.1" 200 613 0.264593 10.0.0.27 - - [2026-05-07 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.303686 10.0.0.249 - - [2026-05-07 02:55:39] "POST /access-control-lists HTTP/1.1" 200 610 0.036620 10.0.0.141 - - [2026-05-07 02:55:39] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.490433 10.0.0.27 - - [2026-05-07 02:55:39] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001695 10.0.0.141 - - [2026-05-07 02:55:39] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?fields=virtual_networks HTTP/1.1" 200 1061 0.088696 10.0.0.27 - - [2026-05-07 02:55:39] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001155 10.0.0.141 - - [2026-05-07 02:55:39] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.054548 10.0.0.27 - - [2026-05-07 02:55:39] "GET /projects?obj_uuids=a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003407 10.0.0.141 - - [2026-05-07 02:55:39] "GET /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd?fields=security_groups HTTP/1.1" 200 1301 0.048325 10.0.0.141 - - [2026-05-07 02:55:40] "POST /fqname-to-id HTTP/1.1" 404 204 0.034266 10.0.0.27 - - [2026-05-07 02:55:40] "GET /projects?obj_uuids=a5a3e31b-f82f-48cf-9c12-df404dcda832&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004107 10.0.0.27 - - [2026-05-07 02:55:40] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001889 10.0.0.27 - - [2026-05-07 02:55:40] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010366 10.0.0.27 - - [2026-05-07 02:55:40] "POST /id-to-fqname HTTP/1.1" 200 206 0.002321 10.0.0.27 - - [2026-05-07 02:55:40] "POST /fqname-to-id HTTP/1.1" 404 215 0.008868 10.0.0.27 - - [2026-05-07 02:55:40] "POST /security-groups HTTP/1.1" 200 607 0.104051 10.0.0.249 - - [2026-05-07 02:55:40] "POST /fqname-to-id HTTP/1.1" 404 250 0.004238 10.0.0.27 - - [2026-05-07 02:55:40] "POST /projects HTTP/1.1" 200 617 0.366626 10.0.0.27 - - [2026-05-07 02:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.449184 10.0.0.249 - - [2026-05-07 02:55:40] "POST /access-control-lists HTTP/1.1" 200 610 0.033930 10.0.0.141 - - [2026-05-07 02:55:41] "GET /project/a5a3e31b-f82f-48cf-9c12-df404dcda832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.609253 10.0.0.141 - - [2026-05-07 02:55:42] "GET / HTTP/1.1" 200 35931 0.002099 10.0.0.141 - - [2026-05-07 02:55:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000504 10.0.0.141 - - [2026-05-07 02:55:45] "POST /fqname-to-id HTTP/1.1" 404 233 0.069044 10.0.0.141 - - [2026-05-07 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.27 - - [2026-05-07 02:55:45] "GET /projects?obj_uuids=a5a3e31b-f82f-48cf-9c12-df404dcda832&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001060 10.0.0.141 - - [2026-05-07 02:55:45] "GET /project/a5a3e31b-f82f-48cf-9c12-df404dcda832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.055670 10.0.0.141 - - [2026-05-07 02:55:45] "POST /network-policys HTTP/1.1" 200 567 0.038494 10.0.0.141 - - [2026-05-07 02:55:45] "GET /network-policy/fe99e349-1920-4152-908f-4bedced45dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.007924 10.0.0.141 - - [2026-05-07 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.27 - - [2026-05-07 02:55:45] "GET /projects?obj_uuids=a5a3e31b-f82f-48cf-9c12-df404dcda832&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001614 10.0.0.141 - - [2026-05-07 02:55:45] "GET /project/a5a3e31b-f82f-48cf-9c12-df404dcda832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.056257 10.0.0.27 - - [2026-05-07 02:55:46] "GET /projects?obj_uuids=a5a3e31b-f82f-48cf-9c12-df404dcda832&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001095 10.0.0.141 - - [2026-05-07 02:55:46] "POST /neutron/network HTTP/1.1" 200 623 0.193959 10.0.0.141 - - [2026-05-07 02:55:46] "POST /neutron/network HTTP/1.1" 200 1014 0.013853 10.0.0.141 - - [2026-05-07 02:55:46] "POST /id-to-fqname HTTP/1.1" 200 237 0.001238 10.0.0.141 - - [2026-05-07 02:55:46] "GET /virtual-network/3718cbf8-7f48-4b38-83ae-9bccc2d95834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006226 10.0.0.141 - - [2026-05-07 02:55:46] "GET /virtual-network/3718cbf8-7f48-4b38-83ae-9bccc2d95834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.007315 10.0.0.141 - - [2026-05-07 02:55:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.010421 10.0.0.249 - - [2026-05-07 02:55:47] "POST /fqname-to-id HTTP/1.1" 404 252 0.004407 10.0.0.141 - - [2026-05-07 02:55:47] "POST /neutron/network HTTP/1.1" 200 1121 0.114159 10.0.0.141 - - [2026-05-07 02:55:47] "GET /virtual-network/3718cbf8-7f48-4b38-83ae-9bccc2d95834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.006738 10.0.0.141 - - [2026-05-07 02:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005742 10.0.0.141 - - [2026-05-07 02:55:47] "GET /network-policy/fe99e349-1920-4152-908f-4bedced45dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005352 10.0.0.141 - - [2026-05-07 02:55:47] "GET /virtual-network/3718cbf8-7f48-4b38-83ae-9bccc2d95834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.006745 10.0.0.249 - - [2026-05-07 02:55:48] "GET /obj-perms HTTP/1.1" 200 5081 0.068218 10.0.0.141 - - [2026-05-07 02:55:49] "DELETE /network-policy/fe99e349-1920-4152-908f-4bedced45dca HTTP/1.1" 409 238 0.009034 10.0.0.27 - - [2026-05-07 02:55:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007210 10.0.0.249 - - [2026-05-07 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006261 10.0.0.27 - - [2026-05-07 02:55:49] "POST /useragent-kv HTTP/1.1" 200 115 0.010709 10.0.0.27 - - [2026-05-07 02:55:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004157 10.0.0.27 - - [2026-05-07 02:55:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003627 10.0.0.141 - - [2026-05-07 02:55:49] "POST /neutron/network HTTP/1.1" 200 151 0.228764 10.0.0.141 - - [2026-05-07 02:55:50] "DELETE /network-policy/fe99e349-1920-4152-908f-4bedced45dca HTTP/1.1" 200 115 0.045738 10.0.0.141 - - [2026-05-07 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010469 10.0.0.27 - - [2026-05-07 02:55:50] "GET /projects?obj_uuids=a5a3e31b-f82f-48cf-9c12-df404dcda832&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001711 10.0.0.141 - - [2026-05-07 02:55:50] "GET /project/a5a3e31b-f82f-48cf-9c12-df404dcda832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.057037 10.0.0.141 - - [2026-05-07 02:55:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-12630660&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007430 10.0.0.27 - - [2026-05-07 02:55:52] "GET /projects?obj_uuids=a5a3e31b-f82f-48cf-9c12-df404dcda832&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003310 10.0.0.141 - - [2026-05-07 02:55:52] "GET /project/a5a3e31b-f82f-48cf-9c12-df404dcda832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.076110 10.0.0.27 - - [2026-05-07 02:55:52] "GET /projects?obj_uuids=a5a3e31b-f82f-48cf-9c12-df404dcda832&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002020 10.0.0.141 - - [2026-05-07 02:55:53] "GET /project/a5a3e31b-f82f-48cf-9c12-df404dcda832?fields=virtual_networks HTTP/1.1" 200 1065 0.052967 10.0.0.27 - - [2026-05-07 02:55:53] "GET /projects?obj_uuids=a5a3e31b-f82f-48cf-9c12-df404dcda832&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001153 10.0.0.141 - - [2026-05-07 02:55:53] "GET /project/a5a3e31b-f82f-48cf-9c12-df404dcda832?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.057387 10.0.0.27 - - [2026-05-07 02:55:53] "GET /projects?obj_uuids=a5a3e31b-f82f-48cf-9c12-df404dcda832&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001180 10.0.0.141 - - [2026-05-07 02:55:53] "GET /project/a5a3e31b-f82f-48cf-9c12-df404dcda832?fields=security_groups HTTP/1.1" 200 1307 0.057022 10.0.0.141 - - [2026-05-07 02:55:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.031618 10.0.0.27 - - [2026-05-07 02:55:54] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003951 10.0.0.27 - - [2026-05-07 02:55:54] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.27 - - [2026-05-07 02:55:54] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008372 10.0.0.27 - - [2026-05-07 02:55:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.002876 10.0.0.27 - - [2026-05-07 02:55:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.008338 10.0.0.27 - - [2026-05-07 02:55:54] "POST /security-groups HTTP/1.1" 200 591 0.081534 10.0.0.27 - - [2026-05-07 02:55:54] "POST /projects HTTP/1.1" 200 585 0.306724 10.0.0.249 - - [2026-05-07 02:55:54] "POST /access-control-lists HTTP/1.1" 200 596 0.045494 10.0.0.27 - - [2026-05-07 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.390108 10.0.0.141 - - [2026-05-07 02:55:54] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.549247 10.0.0.141 - - [2026-05-07 02:55:55] "GET / HTTP/1.1" 200 35931 0.001882 10.0.0.141 - - [2026-05-07 02:55:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000487 10.0.0.141 - - [2026-05-07 02:55:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.068009 10.0.0.141 - - [2026-05-07 02:55:58] "POST /network-ipams HTTP/1.1" 200 513 0.044368 10.0.0.141 - - [2026-05-07 02:55:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003385 10.0.0.141 - - [2026-05-07 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.141 - - [2026-05-07 02:55:58] "GET /network-ipam/dff65082-3f14-40ad-9ac2-6384a2a1898e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.007758 10.0.0.141 - - [2026-05-07 02:55:58] "PUT /network-ipam/dff65082-3f14-40ad-9ac2-6384a2a1898e HTTP/1.1" 200 258 0.018393 10.0.0.141 - - [2026-05-07 02:55:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.004401 10.0.0.141 - - [2026-05-07 02:55:58] "POST /network-ipams HTTP/1.1" 200 513 0.038153 10.0.0.141 - - [2026-05-07 02:55:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004068 10.0.0.141 - - [2026-05-07 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.141 - - [2026-05-07 02:55:58] "GET /network-ipam/2c25ecbe-ee59-4bf5-811b-6d3a897e757e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.007415 10.0.0.141 - - [2026-05-07 02:55:58] "PUT /network-ipam/2c25ecbe-ee59-4bf5-811b-6d3a897e757e HTTP/1.1" 200 258 0.018060 10.0.0.141 - - [2026-05-07 02:55:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003778 10.0.0.141 - - [2026-05-07 02:55:58] "POST /network-ipams HTTP/1.1" 200 513 0.039436 10.0.0.141 - - [2026-05-07 02:55:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.004432 10.0.0.141 - - [2026-05-07 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.141 - - [2026-05-07 02:55:58] "GET /network-ipam/d70a6b1f-9bf5-461a-891f-42a6d83af4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.008102 10.0.0.141 - - [2026-05-07 02:55:59] "PUT /network-ipam/d70a6b1f-9bf5-461a-891f-42a6d83af4b8 HTTP/1.1" 200 258 0.018581 10.0.0.141 - - [2026-05-07 02:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.27 - - [2026-05-07 02:55:59] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.141 - - [2026-05-07 02:55:59] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050615 10.0.0.249 - - [2026-05-07 02:56:00] "POST /route-targets HTTP/1.1" 200 327 0.024350 10.0.0.27 - - [2026-05-07 02:56:00] "POST /useragent-kv HTTP/1.1" 200 115 0.021055 10.0.0.141 - - [2026-05-07 02:56:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.354354 10.0.0.141 - - [2026-05-07 02:56:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001532 10.0.0.141 - - [2026-05-07 02:56:00] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006551 10.0.0.141 - - [2026-05-07 02:56:00] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006361 10.0.0.141 - - [2026-05-07 02:56:00] "POST /neutron/network HTTP/1.1" 200 824 0.008611 10.0.0.141 - - [2026-05-07 02:56:00] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006407 10.0.0.141 - - [2026-05-07 02:56:00] "GET /network-ipam/dff65082-3f14-40ad-9ac2-6384a2a1898e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.005244 10.0.0.141 - - [2026-05-07 02:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.27 - - [2026-05-07 02:56:01] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003126 10.0.0.141 - - [2026-05-07 02:56:01] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.090832 10.0.0.141 - - [2026-05-07 02:56:01] "POST /neutron/network HTTP/1.1" 200 117 0.024461 10.0.0.249 - - [2026-05-07 02:56:01] "POST /ref-update HTTP/1.1" 200 156 0.030126 10.0.0.141 - - [2026-05-07 02:56:01] "POST /neutron/network HTTP/1.1" 200 822 0.011822 10.0.0.141 - - [2026-05-07 02:56:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001422 10.0.0.141 - - [2026-05-07 02:56:01] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007913 10.0.0.141 - - [2026-05-07 02:56:01] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006573 10.0.0.141 - - [2026-05-07 02:56:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.011371 10.0.0.141 - - [2026-05-07 02:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.27 - - [2026-05-07 02:56:01] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001351 10.0.0.141 - - [2026-05-07 02:56:01] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052634 10.0.0.27 - - [2026-05-07 02:56:02] "POST /useragent-kv HTTP/1.1" 200 115 0.015635 10.0.0.141 - - [2026-05-07 02:56:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.192733 10.0.0.141 - - [2026-05-07 02:56:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001660 10.0.0.141 - - [2026-05-07 02:56:02] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006185 10.0.0.141 - - [2026-05-07 02:56:02] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007269 10.0.0.141 - - [2026-05-07 02:56:02] "POST /neutron/network HTTP/1.1" 200 825 0.010675 10.0.0.141 - - [2026-05-07 02:56:02] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006388 10.0.0.141 - - [2026-05-07 02:56:03] "GET /obj-perms HTTP/1.1" 200 5049 0.063176 10.0.0.27 - - [2026-05-07 02:56:04] "GET /obj-perms HTTP/1.1" 200 5049 0.063634 10.0.0.141 - - [2026-05-07 02:56:04] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006536 10.0.0.141 - - [2026-05-07 02:56:05] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006226 10.0.0.249 - - [2026-05-07 02:56:05] "GET /obj-perms HTTP/1.1" 200 5049 0.069700 10.0.0.141 - - [2026-05-07 02:56:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.004123 10.0.0.141 - - [2026-05-07 02:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.27 - - [2026-05-07 02:56:05] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.141 - - [2026-05-07 02:56:05] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052566 10.0.0.141 - - [2026-05-07 02:56:05] "POST /network-policys HTTP/1.1" 200 553 0.037873 10.0.0.141 - - [2026-05-07 02:56:06] "GET /network-policy/854fa53a-3a84-4b93-9858-aaf3e09b092b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007484 10.0.0.141 - - [2026-05-07 02:56:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.003539 10.0.0.141 - - [2026-05-07 02:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.27 - - [2026-05-07 02:56:06] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.141 - - [2026-05-07 02:56:06] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.067531 10.0.0.141 - - [2026-05-07 02:56:06] "POST /network-policys HTTP/1.1" 200 553 0.051605 10.0.0.141 - - [2026-05-07 02:56:06] "GET /network-policy/015f20a1-f0df-472a-be29-8781966d1c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.008836 10.0.0.141 - - [2026-05-07 02:56:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.003101 10.0.0.141 - - [2026-05-07 02:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006431 10.0.0.27 - - [2026-05-07 02:56:06] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.141 - - [2026-05-07 02:56:06] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057491 10.0.0.141 - - [2026-05-07 02:56:06] "POST /network-policys HTTP/1.1" 200 553 0.034677 10.0.0.141 - - [2026-05-07 02:56:06] "GET /network-policy/2ee26543-7469-4625-b6eb-a01ef0adedca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006624 10.0.0.249 - - [2026-05-07 02:56:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.011373 10.0.0.141 - - [2026-05-07 02:56:06] "POST /ref-update HTTP/1.1" 200 156 0.097792 10.0.0.141 - - [2026-05-07 02:56:06] "POST /ref-update HTTP/1.1" 200 156 0.094005 10.0.0.249 - - [2026-05-07 02:56:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.007717 10.0.0.141 - - [2026-05-07 02:56:07] "POST /neutron/network HTTP/1.1" 200 914 0.114371 10.0.0.141 - - [2026-05-07 02:56:07] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.011232 10.0.0.141 - - [2026-05-07 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.141 - - [2026-05-07 02:56:07] "GET /network-policy/015f20a1-f0df-472a-be29-8781966d1c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006850 10.0.0.141 - - [2026-05-07 02:56:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001335 10.0.0.27 - - [2026-05-07 02:56:08] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.141 - - [2026-05-07 02:56:08] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.076753 10.0.0.141 - - [2026-05-07 02:56:08] "POST /neutron/network HTTP/1.1" 200 995 0.010468 10.0.0.141 - - [2026-05-07 02:56:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001966 10.0.0.141 - - [2026-05-07 02:56:08] "POST /neutron/port HTTP/1.1" 200 117 0.008488 10.0.0.27 - - [2026-05-07 02:56:09] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002152 10.0.0.27 - - [2026-05-07 02:56:09] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002072 10.0.0.141 - - [2026-05-07 02:56:09] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.148524 10.0.0.141 - - [2026-05-07 02:56:09] "POST /neutron/port HTTP/1.1" 200 1060 0.483206 10.0.0.141 - - [2026-05-07 02:56:10] "POST /neutron/port HTTP/1.1" 200 1070 0.030530 10.0.0.141 - - [2026-05-07 02:56:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001511 10.0.0.141 - - [2026-05-07 02:56:10] "POST /neutron/port HTTP/1.1" 200 1114 0.181214 10.0.0.141 - - [2026-05-07 02:56:10] "POST /neutron/port HTTP/1.1" 200 1124 0.027479 10.0.0.141 - - [2026-05-07 02:56:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.015415 10.0.0.141 - - [2026-05-07 02:56:10] "POST /neutron/network HTTP/1.1" 200 995 0.007473 10.0.0.141 - - [2026-05-07 02:56:11] "POST /neutron/port HTTP/1.1" 200 1058 0.116745 10.0.0.249 - - [2026-05-07 02:56:11] "DELETE /access-control-list/f126591c-3df9-453e-bad0-7ad0977ae3ed HTTP/1.1" 200 115 0.059622 10.0.0.27 - - [2026-05-07 02:56:11] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002987 10.0.0.141 - - [2026-05-07 02:56:11] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.171629 10.0.0.141 - - [2026-05-07 02:56:11] "POST /neutron/network HTTP/1.1" 200 825 0.008242 10.0.0.141 - - [2026-05-07 02:56:12] "POST /neutron/subnet HTTP/1.1" 200 689 0.011834 10.0.0.141 - - [2026-05-07 02:56:12] "POST /neutron/port HTTP/1.1" 200 2094 0.039415 10.0.0.141 - - [2026-05-07 02:56:12] "POST /neutron/port HTTP/1.1" 200 1124 0.024851 10.0.0.141 - - [2026-05-07 02:56:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011019 10.0.0.141 - - [2026-05-07 02:56:12] "POST /neutron/port HTTP/1.1" 200 1124 0.021878 10.0.0.141 - - [2026-05-07 02:56:12] "GET /virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47 HTTP/1.1" 401 293 0.000573 10.0.0.27 - - [2026-05-07 02:56:12] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.141 - - [2026-05-07 02:56:13] "POST /neutron/port HTTP/1.1" 200 1061 0.402703 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47 HTTP/1.1" 200 1292 0.044459 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47 HTTP/1.1" 200 1292 0.004512 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-machine-interface/b6061990-52f6-4334-9791-761d2a13e17e HTTP/1.1" 200 2945 0.005973 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47 HTTP/1.1" 200 1292 0.003770 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-machine-interface/b6061990-52f6-4334-9791-761d2a13e17e HTTP/1.1" 200 2945 0.005603 10.0.0.141 - - [2026-05-07 02:56:13] "GET /instance-ip/17f72e4c-aead-4c53-b835-15776a88fcde HTTP/1.1" 200 1621 0.006392 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47 HTTP/1.1" 200 1292 0.004145 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-machine-interface/b6061990-52f6-4334-9791-761d2a13e17e HTTP/1.1" 200 2945 0.006335 10.0.0.141 - - [2026-05-07 02:56:13] "GET /instance-ip/17f72e4c-aead-4c53-b835-15776a88fcde HTTP/1.1" 200 1621 0.005368 10.0.0.141 - - [2026-05-07 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.141 - - [2026-05-07 02:56:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.023393 10.0.0.141 - - [2026-05-07 02:56:13] "POST /neutron/port HTTP/1.1" 200 1115 0.153893 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004417 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005619 10.0.0.141 - - [2026-05-07 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.141 - - [2026-05-07 02:56:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005609 10.0.0.141 - - [2026-05-07 02:56:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.012603 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003858 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008994 10.0.0.141 - - [2026-05-07 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.141 - - [2026-05-07 02:56:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.021478 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005107 10.0.0.141 - - [2026-05-07 02:56:13] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006887 10.0.0.141 - - [2026-05-07 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.141 - - [2026-05-07 02:56:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004740 10.0.0.141 - - [2026-05-07 02:56:14] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004214 10.0.0.141 - - [2026-05-07 02:56:14] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006452 10.0.0.141 - - [2026-05-07 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.141 - - [2026-05-07 02:56:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007861 10.0.0.141 - - [2026-05-07 02:56:14] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004649 10.0.0.141 - - [2026-05-07 02:56:14] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007643 10.0.0.141 - - [2026-05-07 02:56:15] "POST /neutron/port HTTP/1.1" 200 1124 0.026910 10.0.0.141 - - [2026-05-07 02:56:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006344 10.0.0.141 - - [2026-05-07 02:56:15] "POST /neutron/network HTTP/1.1" 200 995 0.011796 10.0.0.141 - - [2026-05-07 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.141 - - [2026-05-07 02:56:17] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006005 10.0.0.141 - - [2026-05-07 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006785 10.0.0.141 - - [2026-05-07 02:56:21] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.009641 10.0.0.141 - - [2026-05-07 02:56:22] "POST /neutron/network HTTP/1.1" 200 924 0.010104 10.0.0.141 - - [2026-05-07 02:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.27 - - [2026-05-07 02:56:22] "DELETE /project/a44eeec8-ec04-4f3c-9ed0-eb464e9d93fd HTTP/1.1" 404 177 0.006284 10.0.0.27 - - [2026-05-07 02:56:22] "DELETE /project/a5a3e31bf82f48cf9c12df404dcda832 HTTP/1.1" 404 173 0.007730 10.0.0.27 - - [2026-05-07 02:56:22] "DELETE /project/a44eeec8ec044f3c9ed0eb464e9d93fd HTTP/1.1" 404 173 0.009419 10.0.0.27 - - [2026-05-07 02:56:22] "DELETE /project/ad9b30c979ec4d94832fa09c70719a79 HTTP/1.1" 404 173 0.006161 10.0.0.27 - - [2026-05-07 02:56:22] "GET /projects?obj_uuids=a5a3e31b-f82f-48cf-9c12-df404dcda832&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000950 10.0.0.27 - - [2026-05-07 02:56:23] "GET /project/a5a3e31b-f82f-48cf-9c12-df404dcda832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.062652 10.0.0.27 - - [2026-05-07 02:56:23] "GET /projects?obj_uuids=a5a3e31b-f82f-48cf-9c12-df404dcda832&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001071 10.0.0.27 - - [2026-05-07 02:56:23] "GET /project/a5a3e31b-f82f-48cf-9c12-df404dcda832?fields=security_groups HTTP/1.1" 200 1412 0.048117 10.0.0.27 - - [2026-05-07 02:56:23] "DELETE /security-group/210a79c0-31e2-4469-bb62-29b99640d443 HTTP/1.1" 200 115 0.165635 10.0.0.27 - - [2026-05-07 02:56:23] "GET /projects?obj_uuids=a5a3e31b-f82f-48cf-9c12-df404dcda832&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001354 10.0.0.249 - - [2026-05-07 02:56:23] "DELETE /access-control-list/1fda75aa-8cf3-4317-a087-b820e50c1efd HTTP/1.1" 200 115 0.048593 10.0.0.27 - - [2026-05-07 02:56:23] "GET /project/a5a3e31b-f82f-48cf-9c12-df404dcda832?fields=application_policy_sets HTTP/1.1" 200 1451 0.056654 10.0.0.27 - - [2026-05-07 02:56:23] "DELETE /project/a5a3e31b-f82f-48cf-9c12-df404dcda832 HTTP/1.1" 200 115 0.551788 10.0.0.141 - - [2026-05-07 02:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.141 - - [2026-05-07 02:56:25] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007380 10.0.0.141 - - [2026-05-07 02:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.141 - - [2026-05-07 02:56:29] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007316 10.0.0.27 - - [2026-05-07 02:56:33] "GET /obj-perms HTTP/1.1" 200 5075 0.059511 10.0.0.141 - - [2026-05-07 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.141 - - [2026-05-07 02:56:33] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008974 10.0.0.141 - - [2026-05-07 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.141 - - [2026-05-07 02:56:37] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006757 10.0.0.141 - - [2026-05-07 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.141 - - [2026-05-07 02:56:41] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006871 10.0.0.141 - - [2026-05-07 02:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.141 - - [2026-05-07 02:56:46] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007000 10.0.0.141 - - [2026-05-07 02:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.141 - - [2026-05-07 02:56:50] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005917 10.0.0.141 - - [2026-05-07 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005070 10.0.0.141 - - [2026-05-07 02:56:54] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007149 10.0.0.141 - - [2026-05-07 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.141 - - [2026-05-07 02:56:58] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006517 10.0.0.141 - - [2026-05-07 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.141 - - [2026-05-07 02:57:02] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006529 10.0.0.141 - - [2026-05-07 02:57:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009789 10.0.0.141 - - [2026-05-07 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.141 - - [2026-05-07 02:57:06] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006474 10.0.0.141 - - [2026-05-07 02:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.141 - - [2026-05-07 02:57:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004588 10.0.0.141 - - [2026-05-07 02:57:08] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004513 10.0.0.141 - - [2026-05-07 02:57:08] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006965 10.0.0.141 - - [2026-05-07 02:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.141 - - [2026-05-07 02:57:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005093 10.0.0.141 - - [2026-05-07 02:57:08] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003972 10.0.0.141 - - [2026-05-07 02:57:09] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006917 10.0.0.141 - - [2026-05-07 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.141 - - [2026-05-07 02:57:09] "GET /routing-instance/116d5835-c25a-453b-98c0-657a9417d999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005434 10.0.0.141 - - [2026-05-07 02:57:09] "GET /route-target/f6fe7018-596a-472b-be7f-7afd98cf3a68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004275 10.0.0.141 - - [2026-05-07 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005322 10.0.0.141 - - [2026-05-07 02:57:09] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005730 10.0.0.141 - - [2026-05-07 02:57:09] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005696 10.0.0.141 - - [2026-05-07 02:57:09] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007210 10.0.0.141 - - [2026-05-07 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.141 - - [2026-05-07 02:57:09] "GET /routing-instance/116d5835-c25a-453b-98c0-657a9417d999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.006430 10.0.0.141 - - [2026-05-07 02:57:09] "GET /route-target/f6fe7018-596a-472b-be7f-7afd98cf3a68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005075 10.0.0.141 - - [2026-05-07 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.141 - - [2026-05-07 02:57:09] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005210 10.0.0.141 - - [2026-05-07 02:57:09] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004306 10.0.0.141 - - [2026-05-07 02:57:09] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006529 10.0.0.141 - - [2026-05-07 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.141 - - [2026-05-07 02:57:09] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005582 10.0.0.141 - - [2026-05-07 02:57:09] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004148 10.0.0.141 - - [2026-05-07 02:57:09] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007783 10.0.0.141 - - [2026-05-07 02:57:09] "GET /obj-perms HTTP/1.1" 200 5049 0.005306 10.0.0.141 - - [2026-05-07 02:57:09] "GET /obj-perms HTTP/1.1" 200 5049 0.005773 10.0.0.27 - - [2026-05-07 02:57:09] "GET /obj-perms HTTP/1.1" 200 5049 0.004314 10.0.0.249 - - [2026-05-07 02:57:09] "GET /obj-perms HTTP/1.1" 200 5049 0.004673 10.0.0.141 - - [2026-05-07 02:57:09] "GET /obj-perms HTTP/1.1" 200 5049 0.004921 10.0.0.141 - - [2026-05-07 02:57:10] "POST /neutron/port HTTP/1.1" 200 1122 0.021941 10.0.0.141 - - [2026-05-07 02:57:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010077 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-machine/b56105f7-5ad4-4c10-849d-1655840385b9 HTTP/1.1" 200 1292 0.007749 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-machine/b56105f7-5ad4-4c10-849d-1655840385b9 HTTP/1.1" 200 1292 0.004467 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-machine-interface/8958164a-2b0e-4435-be0d-3bf8aa5d61fd HTTP/1.1" 200 2944 0.005624 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-machine/b56105f7-5ad4-4c10-849d-1655840385b9 HTTP/1.1" 200 1292 0.004374 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-machine-interface/8958164a-2b0e-4435-be0d-3bf8aa5d61fd HTTP/1.1" 200 2944 0.005735 10.0.0.141 - - [2026-05-07 02:57:10] "GET /instance-ip/bc747e8f-9866-4bff-9a47-d28a3441d215 HTTP/1.1" 200 1620 0.006426 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-machine/b56105f7-5ad4-4c10-849d-1655840385b9 HTTP/1.1" 200 1292 0.004560 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-machine-interface/8958164a-2b0e-4435-be0d-3bf8aa5d61fd HTTP/1.1" 200 2944 0.005419 10.0.0.141 - - [2026-05-07 02:57:10] "GET /instance-ip/bc747e8f-9866-4bff-9a47-d28a3441d215 HTTP/1.1" 200 1620 0.004633 10.0.0.141 - - [2026-05-07 02:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.141 - - [2026-05-07 02:57:10] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004875 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003879 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.007999 10.0.0.141 - - [2026-05-07 02:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.141 - - [2026-05-07 02:57:10] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004920 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004459 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.008825 10.0.0.141 - - [2026-05-07 02:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007120 10.0.0.141 - - [2026-05-07 02:57:10] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006374 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003802 10.0.0.141 - - [2026-05-07 02:57:10] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006932 10.0.0.141 - - [2026-05-07 02:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.141 - - [2026-05-07 02:57:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004632 10.0.0.141 - - [2026-05-07 02:57:11] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004334 10.0.0.141 - - [2026-05-07 02:57:11] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.008423 10.0.0.141 - - [2026-05-07 02:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.141 - - [2026-05-07 02:57:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005045 10.0.0.141 - - [2026-05-07 02:57:11] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003760 10.0.0.141 - - [2026-05-07 02:57:11] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.007072 10.0.0.141 - - [2026-05-07 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.141 - - [2026-05-07 02:57:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003874 10.0.0.141 - - [2026-05-07 02:57:12] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003157 10.0.0.141 - - [2026-05-07 02:57:12] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.007440 10.0.0.141 - - [2026-05-07 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.141 - - [2026-05-07 02:57:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003979 10.0.0.141 - - [2026-05-07 02:57:12] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004095 10.0.0.141 - - [2026-05-07 02:57:12] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.007295 10.0.0.141 - - [2026-05-07 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.141 - - [2026-05-07 02:57:12] "GET /routing-instance/ad613956-9197-4bf4-a203-9025d56d1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005347 10.0.0.141 - - [2026-05-07 02:57:12] "GET /route-target/70247975-8075-427c-bd01-1d43e68f82f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004013 10.0.0.141 - - [2026-05-07 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.141 - - [2026-05-07 02:57:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005738 10.0.0.141 - - [2026-05-07 02:57:12] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004534 10.0.0.141 - - [2026-05-07 02:57:12] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006597 10.0.0.141 - - [2026-05-07 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.141 - - [2026-05-07 02:57:12] "GET /routing-instance/ad613956-9197-4bf4-a203-9025d56d1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.007413 10.0.0.141 - - [2026-05-07 02:57:12] "GET /route-target/70247975-8075-427c-bd01-1d43e68f82f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005026 10.0.0.141 - - [2026-05-07 02:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.141 - - [2026-05-07 02:57:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005414 10.0.0.141 - - [2026-05-07 02:57:13] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003688 10.0.0.141 - - [2026-05-07 02:57:13] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006906 10.0.0.141 - - [2026-05-07 02:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.141 - - [2026-05-07 02:57:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004085 10.0.0.141 - - [2026-05-07 02:57:13] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004645 10.0.0.141 - - [2026-05-07 02:57:13] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006966 10.0.0.27 - - [2026-05-07 02:57:13] "GET /obj-perms HTTP/1.1" 200 5049 0.004144 10.0.0.141 - - [2026-05-07 02:57:13] "GET /obj-perms HTTP/1.1" 200 5049 0.004821 10.0.0.141 - - [2026-05-07 02:57:13] "GET /obj-perms HTTP/1.1" 200 5049 0.005672 10.0.0.249 - - [2026-05-07 02:57:13] "GET /obj-perms HTTP/1.1" 200 5049 0.004543 10.0.0.141 - - [2026-05-07 02:57:13] "POST /neutron/port HTTP/1.1" 200 1125 0.021407 10.0.0.141 - - [2026-05-07 02:57:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010867 10.0.0.141 - - [2026-05-07 02:57:14] "POST /neutron/port HTTP/1.1" 200 1125 0.028907 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-machine/b1c4182c-5ff2-4d4f-8d4e-fea35dec4d70 HTTP/1.1" 200 1293 0.008271 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-machine/b1c4182c-5ff2-4d4f-8d4e-fea35dec4d70 HTTP/1.1" 200 1293 0.005026 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-machine-interface/b5652a81-3878-4ae8-88b7-4643e9b182f8 HTTP/1.1" 200 2944 0.006296 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-machine/b1c4182c-5ff2-4d4f-8d4e-fea35dec4d70 HTTP/1.1" 200 1293 0.004629 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-machine-interface/b5652a81-3878-4ae8-88b7-4643e9b182f8 HTTP/1.1" 200 2944 0.006495 10.0.0.141 - - [2026-05-07 02:57:14] "GET /instance-ip/dee06c57-1941-4770-822b-1a8f4771491f HTTP/1.1" 200 1622 0.007943 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-machine/b1c4182c-5ff2-4d4f-8d4e-fea35dec4d70 HTTP/1.1" 200 1293 0.004766 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-machine-interface/b5652a81-3878-4ae8-88b7-4643e9b182f8 HTTP/1.1" 200 2944 0.005832 10.0.0.141 - - [2026-05-07 02:57:14] "GET /instance-ip/dee06c57-1941-4770-822b-1a8f4771491f HTTP/1.1" 200 1622 0.004485 10.0.0.141 - - [2026-05-07 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.141 - - [2026-05-07 02:57:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004000 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003509 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007146 10.0.0.141 - - [2026-05-07 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.141 - - [2026-05-07 02:57:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005543 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004396 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006948 10.0.0.141 - - [2026-05-07 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.141 - - [2026-05-07 02:57:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004363 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003942 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007121 10.0.0.141 - - [2026-05-07 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004881 10.0.0.141 - - [2026-05-07 02:57:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005297 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003918 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006985 10.0.0.141 - - [2026-05-07 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.141 - - [2026-05-07 02:57:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004998 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003962 10.0.0.141 - - [2026-05-07 02:57:14] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006966 10.0.0.141 - - [2026-05-07 02:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.141 - - [2026-05-07 02:57:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004519 10.0.0.141 - - [2026-05-07 02:57:16] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004095 10.0.0.141 - - [2026-05-07 02:57:16] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007208 10.0.0.141 - - [2026-05-07 02:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.141 - - [2026-05-07 02:57:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004597 10.0.0.141 - - [2026-05-07 02:57:16] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003243 10.0.0.141 - - [2026-05-07 02:57:16] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007097 10.0.0.141 - - [2026-05-07 02:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.141 - - [2026-05-07 02:57:16] "GET /routing-instance/d0131b32-e3c0-4028-8010-c7b376c0f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.007480 10.0.0.141 - - [2026-05-07 02:57:16] "GET /route-target/0fdfb5a5-de9d-428c-902c-cd586021bf6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004728 10.0.0.141 - - [2026-05-07 02:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.141 - - [2026-05-07 02:57:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004572 10.0.0.141 - - [2026-05-07 02:57:16] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004040 10.0.0.141 - - [2026-05-07 02:57:16] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006842 10.0.0.141 - - [2026-05-07 02:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.141 - - [2026-05-07 02:57:16] "GET /routing-instance/d0131b32-e3c0-4028-8010-c7b376c0f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005911 10.0.0.141 - - [2026-05-07 02:57:16] "GET /route-target/0fdfb5a5-de9d-428c-902c-cd586021bf6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005247 10.0.0.141 - - [2026-05-07 02:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.141 - - [2026-05-07 02:57:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005018 10.0.0.141 - - [2026-05-07 02:57:16] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003643 10.0.0.141 - - [2026-05-07 02:57:16] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007145 10.0.0.141 - - [2026-05-07 02:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.141 - - [2026-05-07 02:57:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004998 10.0.0.141 - - [2026-05-07 02:57:16] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004482 10.0.0.141 - - [2026-05-07 02:57:17] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006824 10.0.0.27 - - [2026-05-07 02:57:17] "GET /obj-perms HTTP/1.1" 200 5049 0.004336 10.0.0.141 - - [2026-05-07 02:57:17] "POST /neutron/port HTTP/1.1" 200 1124 0.027999 10.0.0.141 - - [2026-05-07 02:57:17] "GET /obj-perms HTTP/1.1" 200 5049 0.006248 10.0.0.141 - - [2026-05-07 02:57:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.012661 10.0.0.141 - - [2026-05-07 02:57:17] "GET /obj-perms HTTP/1.1" 200 5049 0.004081 10.0.0.249 - - [2026-05-07 02:57:17] "GET /obj-perms HTTP/1.1" 200 5049 0.004986 10.0.0.27 - - [2026-05-07 02:57:17] "GET /obj-perms HTTP/1.1" 200 5049 0.004882 10.0.0.141 - - [2026-05-07 02:57:17] "GET /virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47 HTTP/1.1" 200 1292 0.004342 10.0.0.141 - - [2026-05-07 02:57:17] "GET /virtual-machine-interface/b6061990-52f6-4334-9791-761d2a13e17e HTTP/1.1" 200 2945 0.005895 10.0.0.141 - - [2026-05-07 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.141 - - [2026-05-07 02:57:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004597 10.0.0.141 - - [2026-05-07 02:57:17] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004165 10.0.0.141 - - [2026-05-07 02:57:17] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007011 10.0.0.141 - - [2026-05-07 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005168 10.0.0.141 - - [2026-05-07 02:57:18] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004746 10.0.0.141 - - [2026-05-07 02:57:18] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004601 10.0.0.141 - - [2026-05-07 02:57:18] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007018 10.0.0.141 - - [2026-05-07 02:57:18] "POST /neutron/port HTTP/1.1" 200 1124 0.026091 10.0.0.141 - - [2026-05-07 02:57:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009358 10.0.0.141 - - [2026-05-07 02:57:22] "POST /neutron/port HTTP/1.1" 200 1122 0.028069 10.0.0.141 - - [2026-05-07 02:57:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004707 10.0.0.141 - - [2026-05-07 02:57:22] "POST /neutron/network HTTP/1.1" 200 914 0.008780 10.0.0.141 - - [2026-05-07 02:57:29] "POST /neutron/port HTTP/1.1" 200 1124 0.021853 10.0.0.141 - - [2026-05-07 02:57:34] "GET /obj-perms HTTP/1.1" 200 5075 0.090755 10.0.0.141 - - [2026-05-07 02:57:34] "GET /virtual-machine/b56105f7-5ad4-4c10-849d-1655840385b9 HTTP/1.1" 200 1292 0.005278 10.0.0.141 - - [2026-05-07 02:57:34] "GET /virtual-machine-interface/8958164a-2b0e-4435-be0d-3bf8aa5d61fd HTTP/1.1" 200 2944 0.006053 10.0.0.141 - - [2026-05-07 02:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.141 - - [2026-05-07 02:57:34] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005625 10.0.0.141 - - [2026-05-07 02:57:34] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004250 10.0.0.141 - - [2026-05-07 02:57:34] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006869 10.0.0.141 - - [2026-05-07 02:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.141 - - [2026-05-07 02:57:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005698 10.0.0.141 - - [2026-05-07 02:57:35] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005274 10.0.0.141 - - [2026-05-07 02:57:35] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.007864 10.0.0.141 - - [2026-05-07 02:57:35] "GET /virtual-machine/b1c4182c-5ff2-4d4f-8d4e-fea35dec4d70 HTTP/1.1" 200 1293 0.005981 10.0.0.141 - - [2026-05-07 02:57:35] "GET /virtual-machine-interface/b5652a81-3878-4ae8-88b7-4643e9b182f8 HTTP/1.1" 200 2944 0.007171 10.0.0.141 - - [2026-05-07 02:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.141 - - [2026-05-07 02:57:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004832 10.0.0.141 - - [2026-05-07 02:57:35] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003610 10.0.0.141 - - [2026-05-07 02:57:36] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.011074 10.0.0.141 - - [2026-05-07 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.141 - - [2026-05-07 02:57:37] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004472 10.0.0.141 - - [2026-05-07 02:57:37] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004415 10.0.0.141 - - [2026-05-07 02:57:37] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006835 10.0.0.141 - - [2026-05-07 02:58:03] "GET /virtual-machine/b1c4182c-5ff2-4d4f-8d4e-fea35dec4d70 HTTP/1.1" 200 1293 0.004589 10.0.0.141 - - [2026-05-07 02:58:03] "POST /neutron/port HTTP/1.1" 200 1115 0.020295 10.0.0.141 - - [2026-05-07 02:58:05] "GET /virtual-machine/b1c4182c-5ff2-4d4f-8d4e-fea35dec4d70 HTTP/1.1" 404 171 0.004796 10.0.0.141 - - [2026-05-07 02:58:05] "GET /virtual-machine/b1c4182c-5ff2-4d4f-8d4e-fea35dec4d70 HTTP/1.1" 404 171 0.003437 10.0.0.141 - - [2026-05-07 02:58:05] "GET /virtual-machine/b1c4182c-5ff2-4d4f-8d4e-fea35dec4d70 HTTP/1.1" 404 171 0.004649 10.0.0.141 - - [2026-05-07 02:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.141 - - [2026-05-07 02:58:05] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004086 10.0.0.141 - - [2026-05-07 02:58:05] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003723 10.0.0.141 - - [2026-05-07 02:58:05] "GET /virtual-network/d44fac93-b845-498e-a9d5-e06227944ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007476 10.0.0.141 - - [2026-05-07 02:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.141 - - [2026-05-07 02:58:05] "GET /routing-instance/d0131b32-e3c0-4028-8010-c7b376c0f1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005224 10.0.0.141 - - [2026-05-07 02:58:05] "GET /route-target/0fdfb5a5-de9d-428c-902c-cd586021bf6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005134 10.0.0.249 - - [2026-05-07 02:58:05] "GET /obj-perms HTTP/1.1" 200 5049 0.005075 10.0.0.141 - - [2026-05-07 02:58:11] "GET /obj-perms HTTP/1.1" 200 5049 0.004988 10.0.0.249 - - [2026-05-07 02:58:14] "GET /obj-perms HTTP/1.1" 200 5049 0.004629 10.0.0.141 - - [2026-05-07 02:58:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004194 10.0.0.141 - - [2026-05-07 02:58:23] "POST /neutron/port HTTP/1.1" 200 1122 0.021931 10.0.0.141 - - [2026-05-07 02:58:23] "POST /neutron/subnet HTTP/1.1" 200 689 0.012317 10.0.0.249 - - [2026-05-07 02:58:24] "GET /obj-perms HTTP/1.1" 200 5049 0.004411 10.0.0.141 - - [2026-05-07 02:58:30] "GET /obj-perms HTTP/1.1" 200 5049 0.004362 10.0.0.249 - - [2026-05-07 02:58:33] "GET /obj-perms HTTP/1.1" 200 5049 0.004450 10.0.0.141 - - [2026-05-07 02:58:33] "GET /obj-perms HTTP/1.1" 200 5049 0.006262 10.0.0.141 - - [2026-05-07 02:58:33] "GET /virtual-machine/b56105f7-5ad4-4c10-849d-1655840385b9 HTTP/1.1" 200 1292 0.004547 10.0.0.141 - - [2026-05-07 02:58:34] "POST /neutron/port HTTP/1.1" 200 1122 0.020319 10.0.0.141 - - [2026-05-07 02:58:35] "GET /virtual-machine/b56105f7-5ad4-4c10-849d-1655840385b9 HTTP/1.1" 404 171 0.003804 10.0.0.141 - - [2026-05-07 02:58:35] "GET /virtual-machine/b56105f7-5ad4-4c10-849d-1655840385b9 HTTP/1.1" 404 171 0.003628 10.0.0.141 - - [2026-05-07 02:58:35] "GET /virtual-machine/b56105f7-5ad4-4c10-849d-1655840385b9 HTTP/1.1" 404 171 0.002959 10.0.0.141 - - [2026-05-07 02:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.141 - - [2026-05-07 02:58:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004527 10.0.0.141 - - [2026-05-07 02:58:35] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004157 10.0.0.141 - - [2026-05-07 02:58:35] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006954 10.0.0.141 - - [2026-05-07 02:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.141 - - [2026-05-07 02:58:35] "GET /routing-instance/ad613956-9197-4bf4-a203-9025d56d1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004838 10.0.0.141 - - [2026-05-07 02:58:35] "GET /route-target/70247975-8075-427c-bd01-1d43e68f82f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004792 10.0.0.141 - - [2026-05-07 02:58:39] "GET /obj-perms HTTP/1.1" 200 5049 0.006001 10.0.0.249 - - [2026-05-07 02:58:39] "GET /obj-perms HTTP/1.1" 200 5049 0.007071 10.0.0.141 - - [2026-05-07 02:58:48] "GET /obj-perms HTTP/1.1" 200 5049 0.004989 10.0.0.249 - - [2026-05-07 02:58:48] "GET /obj-perms HTTP/1.1" 200 5049 0.004657 10.0.0.141 - - [2026-05-07 02:58:57] "GET /obj-perms HTTP/1.1" 200 5049 0.004189 10.0.0.249 - - [2026-05-07 02:58:57] "GET /obj-perms HTTP/1.1" 200 5049 0.004589 10.0.0.141 - - [2026-05-07 02:59:03] "GET /obj-perms HTTP/1.1" 200 5049 0.006436 10.0.0.249 - - [2026-05-07 02:59:03] "GET /obj-perms HTTP/1.1" 200 5049 0.004457 10.0.0.27 - - [2026-05-07 02:59:03] "GET /obj-perms HTTP/1.1" 200 5049 0.005683 10.0.0.141 - - [2026-05-07 02:59:04] "GET /virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47 HTTP/1.1" 200 1292 0.006724 10.0.0.141 - - [2026-05-07 02:59:04] "POST /neutron/port HTTP/1.1" 200 1124 0.037359 10.0.0.141 - - [2026-05-07 02:59:06] "GET /virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47 HTTP/1.1" 404 171 0.003791 10.0.0.141 - - [2026-05-07 02:59:06] "GET /virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47 HTTP/1.1" 404 171 0.003564 10.0.0.141 - - [2026-05-07 02:59:06] "GET /virtual-machine/33078667-689b-4700-ab7a-9d06b9d6de47 HTTP/1.1" 404 171 0.003640 10.0.0.141 - - [2026-05-07 02:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005700 10.0.0.141 - - [2026-05-07 02:59:06] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005457 10.0.0.141 - - [2026-05-07 02:59:06] "GET /virtual-networks?parent_id=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004303 10.0.0.141 - - [2026-05-07 02:59:06] "GET /virtual-network/5318b54b-3dc4-4b57-acf1-e8d4a255b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008450 10.0.0.141 - - [2026-05-07 02:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.141 - - [2026-05-07 02:59:06] "GET /routing-instance/116d5835-c25a-453b-98c0-657a9417d999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.006266 10.0.0.141 - - [2026-05-07 02:59:06] "GET /route-target/f6fe7018-596a-472b-be7f-7afd98cf3a68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005428 10.0.0.141 - - [2026-05-07 02:59:09] "GET /obj-perms HTTP/1.1" 200 5049 0.004635 10.0.0.249 - - [2026-05-07 02:59:12] "GET /obj-perms HTTP/1.1" 200 5049 0.005071 10.0.0.141 - - [2026-05-07 02:59:18] "GET /obj-perms HTTP/1.1" 200 5049 0.004828 10.0.0.249 - - [2026-05-07 02:59:21] "GET /obj-perms HTTP/1.1" 200 5049 0.004921 10.0.0.249 - - [2026-05-07 02:59:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000573 10.0.0.249 - - [2026-05-07 02:59:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000508 10.0.0.27 - - [2026-05-07 02:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000563 10.0.0.27 - - [2026-05-07 02:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.001031 10.0.0.249 - - [2026-05-07 02:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000726 10.0.0.249 - - [2026-05-07 02:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.141 - - [2026-05-07 02:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.141 - - [2026-05-07 02:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.27 - - [2026-05-07 02:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.27 - - [2026-05-07 02:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.141 - - [2026-05-07 02:59:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.141 - - [2026-05-07 02:59:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.141 - - [2026-05-07 02:59:28] "GET /obj-perms HTTP/1.1" 200 5049 0.005312 10.0.0.249 - - [2026-05-07 02:59:31] "GET /obj-perms HTTP/1.1" 200 5049 0.004983 10.0.0.141 - - [2026-05-07 02:59:34] "GET /obj-perms HTTP/1.1" 200 5049 0.004942 10.0.0.141 - - [2026-05-07 02:59:34] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006955 10.0.0.141 - - [2026-05-07 02:59:34] "POST /neutron/network HTTP/1.1" 200 914 0.008496 10.0.0.141 - - [2026-05-07 02:59:35] "GET /virtual-network/de21d1dd-ed30-44e9-a2c5-e5521a1e69d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.016205 10.0.0.141 - - [2026-05-07 02:59:35] "POST /ref-update HTTP/1.1" 200 156 0.099081 10.0.0.249 - - [2026-05-07 02:59:35] "PUT /access-control-list/beb14015-7893-48b1-827b-82ffe40d1fee HTTP/1.1" 200 272 0.142122 10.0.0.141 - - [2026-05-07 02:59:35] "POST /ref-update HTTP/1.1" 200 156 0.100652 10.0.0.141 - - [2026-05-07 02:59:35] "DELETE /network-policy/2ee26543-7469-4625-b6eb-a01ef0adedca HTTP/1.1" 200 115 0.055489 10.0.0.141 - - [2026-05-07 02:59:35] "DELETE /network-policy/015f20a1-f0df-472a-be29-8781966d1c53 HTTP/1.1" 200 115 0.068116 10.0.0.141 - - [2026-05-07 02:59:35] "DELETE /network-policy/854fa53a-3a84-4b93-9858-aaf3e09b092b HTTP/1.1" 200 115 0.050132 10.0.0.141 - - [2026-05-07 02:59:35] "POST /neutron/network HTTP/1.1" 200 825 0.016711 10.0.0.249 - - [2026-05-07 02:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.249 - - [2026-05-07 02:59:36] "GET /obj-perms HTTP/1.1" 200 5075 0.095939 10.0.0.249 - - [2026-05-07 02:59:36] "DELETE /route-target/70247975-8075-427c-bd01-1d43e68f82f3 HTTP/1.1" 200 115 0.029512 10.0.0.27 - - [2026-05-07 02:59:36] "POST /useragent-kv HTTP/1.1" 200 115 0.206145 10.0.0.27 - - [2026-05-07 02:59:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003044 10.0.0.141 - - [2026-05-07 02:59:36] "POST /neutron/network HTTP/1.1" 200 151 0.366782 10.0.0.141 - - [2026-05-07 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.141 - - [2026-05-07 02:59:37] "DELETE /network-ipam/d70a6b1f-9bf5-461a-891f-42a6d83af4b8 HTTP/1.1" 200 115 0.040877 10.0.0.141 - - [2026-05-07 02:59:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.003884 10.0.0.141 - - [2026-05-07 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.141 - - [2026-05-07 02:59:37] "DELETE /network-ipam/2c25ecbe-ee59-4bf5-811b-6d3a897e757e HTTP/1.1" 200 115 0.043550 10.0.0.141 - - [2026-05-07 02:59:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.004022 10.0.0.141 - - [2026-05-07 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.141 - - [2026-05-07 02:59:37] "DELETE /network-ipam/dff65082-3f14-40ad-9ac2-6384a2a1898e HTTP/1.1" 200 115 0.043452 10.0.0.141 - - [2026-05-07 02:59:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.003579 10.0.0.27 - - [2026-05-07 02:59:39] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.141 - - [2026-05-07 02:59:39] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.085053 10.0.0.27 - - [2026-05-07 02:59:39] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001106 10.0.0.141 - - [2026-05-07 02:59:39] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?fields=virtual_networks HTTP/1.1" 200 1032 0.051096 10.0.0.27 - - [2026-05-07 02:59:39] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001545 10.0.0.141 - - [2026-05-07 02:59:39] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.054163 10.0.0.27 - - [2026-05-07 02:59:39] "GET /projects?obj_uuids=ad9b30c9-79ec-4d94-832f-a09c70719a79&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001411 10.0.0.141 - - [2026-05-07 02:59:39] "GET /project/ad9b30c9-79ec-4d94-832f-a09c70719a79?fields=security_groups HTTP/1.1" 200 1258 0.049409 10.0.0.141 - - [2026-05-07 02:59:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.033561 10.0.0.27 - - [2026-05-07 02:59:40] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003741 10.0.0.27 - - [2026-05-07 02:59:40] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.27 - - [2026-05-07 02:59:40] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042778 10.0.0.27 - - [2026-05-07 02:59:41] "POST /id-to-fqname HTTP/1.1" 200 196 0.002331 10.0.0.27 - - [2026-05-07 02:59:41] "POST /fqname-to-id HTTP/1.1" 404 205 0.006660 10.0.0.27 - - [2026-05-07 02:59:41] "POST /security-groups HTTP/1.1" 200 597 0.044707 10.0.0.249 - - [2026-05-07 02:59:41] "POST /fqname-to-id HTTP/1.1" 404 240 0.005044 10.0.0.27 - - [2026-05-07 02:59:41] "POST /projects HTTP/1.1" 200 597 0.283193 10.0.0.27 - - [2026-05-07 02:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.366441 10.0.0.249 - - [2026-05-07 02:59:41] "POST /access-control-lists HTTP/1.1" 200 600 0.040076 10.0.0.141 - - [2026-05-07 02:59:41] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.588489 10.0.0.141 - - [2026-05-07 02:59:42] "GET / HTTP/1.1" 200 35931 0.003084 10.0.0.141 - - [2026-05-07 02:59:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000743 10.0.0.141 - - [2026-05-07 02:59:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.101326 10.0.0.141 - - [2026-05-07 02:59:46] "POST /network-ipams HTTP/1.1" 200 519 0.037927 10.0.0.141 - - [2026-05-07 02:59:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003852 10.0.0.141 - - [2026-05-07 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005287 10.0.0.141 - - [2026-05-07 02:59:46] "GET /network-ipam/9fb9ae3b-7dab-4fec-bdf2-f3c57c60d2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.009551 10.0.0.141 - - [2026-05-07 02:59:46] "PUT /network-ipam/9fb9ae3b-7dab-4fec-bdf2-f3c57c60d2cf HTTP/1.1" 200 258 0.018703 10.0.0.141 - - [2026-05-07 02:59:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004031 10.0.0.141 - - [2026-05-07 02:59:46] "POST /network-ipams HTTP/1.1" 200 519 0.044264 10.0.0.141 - - [2026-05-07 02:59:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004468 10.0.0.141 - - [2026-05-07 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.141 - - [2026-05-07 02:59:46] "GET /network-ipam/75a36932-58ef-4759-a7ba-f2b7f9193c9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.008689 10.0.0.141 - - [2026-05-07 02:59:46] "PUT /network-ipam/75a36932-58ef-4759-a7ba-f2b7f9193c9c HTTP/1.1" 200 258 0.021588 10.0.0.141 - - [2026-05-07 02:59:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003884 10.0.0.141 - - [2026-05-07 02:59:46] "POST /network-ipams HTTP/1.1" 200 519 0.045670 10.0.0.141 - - [2026-05-07 02:59:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.004918 10.0.0.141 - - [2026-05-07 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005514 10.0.0.141 - - [2026-05-07 02:59:46] "GET /network-ipam/f4deb601-eba2-411d-8083-5894834c8a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.014085 10.0.0.141 - - [2026-05-07 02:59:47] "PUT /network-ipam/f4deb601-eba2-411d-8083-5894834c8a3d HTTP/1.1" 200 258 0.017494 10.0.0.141 - - [2026-05-07 02:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.27 - - [2026-05-07 02:59:48] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001179 10.0.0.141 - - [2026-05-07 02:59:48] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054873 10.0.0.141 - - [2026-05-07 02:59:48] "POST /neutron/network HTTP/1.1" 200 117 0.046338 10.0.0.27 - - [2026-05-07 02:59:49] "POST /useragent-kv HTTP/1.1" 200 115 0.015794 10.0.0.249 - - [2026-05-07 02:59:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.066695 10.0.0.141 - - [2026-05-07 02:59:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.301409 10.0.0.141 - - [2026-05-07 02:59:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001412 10.0.0.141 - - [2026-05-07 02:59:49] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007953 10.0.0.141 - - [2026-05-07 02:59:49] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006681 10.0.0.141 - - [2026-05-07 02:59:49] "POST /neutron/network HTTP/1.1" 200 1013 0.021918 10.0.0.141 - - [2026-05-07 02:59:49] "POST /neutron/network HTTP/1.1" 200 1013 0.013897 10.0.0.141 - - [2026-05-07 02:59:49] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006435 10.0.0.141 - - [2026-05-07 02:59:49] "GET /network-ipam/9fb9ae3b-7dab-4fec-bdf2-f3c57c60d2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.005882 10.0.0.141 - - [2026-05-07 02:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.27 - - [2026-05-07 02:59:49] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001656 10.0.0.141 - - [2026-05-07 02:59:49] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.069928 10.0.0.249 - - [2026-05-07 02:59:49] "POST /route-targets HTTP/1.1" 200 327 0.017074 10.0.0.27 - - [2026-05-07 02:59:50] "POST /useragent-kv HTTP/1.1" 200 115 0.022253 10.0.0.141 - - [2026-05-07 02:59:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.242289 10.0.0.141 - - [2026-05-07 02:59:50] "POST /id-to-fqname HTTP/1.1" 200 227 0.001473 10.0.0.141 - - [2026-05-07 02:59:50] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.009311 10.0.0.141 - - [2026-05-07 02:59:50] "POST /neutron/network HTTP/1.1" 200 1014 0.014550 10.0.0.141 - - [2026-05-07 02:59:50] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006597 10.0.0.141 - - [2026-05-07 02:59:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.011173 10.0.0.141 - - [2026-05-07 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2026-05-07 02:59:50] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001117 10.0.0.141 - - [2026-05-07 02:59:50] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054776 10.0.0.249 - - [2026-05-07 02:59:50] "POST /ref-update HTTP/1.1" 200 156 0.045969 10.0.0.27 - - [2026-05-07 02:59:51] "POST /useragent-kv HTTP/1.1" 200 115 0.008208 10.0.0.141 - - [2026-05-07 02:59:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.260237 10.0.0.141 - - [2026-05-07 02:59:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001506 10.0.0.141 - - [2026-05-07 02:59:51] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.009471 10.0.0.141 - - [2026-05-07 02:59:51] "POST /neutron/network HTTP/1.1" 200 1014 0.010900 10.0.0.141 - - [2026-05-07 02:59:51] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006418 10.0.0.141 - - [2026-05-07 02:59:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.010998 10.0.0.141 - - [2026-05-07 02:59:51] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007246 10.0.0.27 - - [2026-05-07 02:59:53] "GET /obj-perms HTTP/1.1" 200 5061 0.061774 10.0.0.141 - - [2026-05-07 02:59:53] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006769 10.0.0.141 - - [2026-05-07 02:59:53] "GET /obj-perms HTTP/1.1" 200 5061 0.058130 10.0.0.141 - - [2026-05-07 02:59:54] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007080 10.0.0.249 - - [2026-05-07 02:59:54] "GET /obj-perms HTTP/1.1" 200 5061 0.057669 10.0.0.141 - - [2026-05-07 02:59:54] "POST /fqname-to-id HTTP/1.1" 404 224 0.003760 10.0.0.141 - - [2026-05-07 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.27 - - [2026-05-07 02:59:54] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001113 10.0.0.141 - - [2026-05-07 02:59:54] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.046579 10.0.0.141 - - [2026-05-07 02:59:54] "POST /network-policys HTTP/1.1" 200 559 0.037203 10.0.0.141 - - [2026-05-07 02:59:54] "GET /network-policy/ad89b11a-6b39-4f26-a967-d8aef161f842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.009321 10.0.0.141 - - [2026-05-07 02:59:54] "POST /fqname-to-id HTTP/1.1" 404 224 0.005253 10.0.0.141 - - [2026-05-07 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.27 - - [2026-05-07 02:59:55] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001287 10.0.0.141 - - [2026-05-07 02:59:55] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056827 10.0.0.141 - - [2026-05-07 02:59:55] "POST /network-policys HTTP/1.1" 200 559 0.033673 10.0.0.141 - - [2026-05-07 02:59:55] "GET /network-policy/9ba7d6e8-ffea-4a2b-a4e4-b163c040c49a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.006978 10.0.0.141 - - [2026-05-07 02:59:55] "POST /fqname-to-id HTTP/1.1" 404 224 0.003286 10.0.0.141 - - [2026-05-07 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.27 - - [2026-05-07 02:59:55] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001050 10.0.0.141 - - [2026-05-07 02:59:55] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056772 10.0.0.141 - - [2026-05-07 02:59:55] "POST /network-policys HTTP/1.1" 200 559 0.042898 10.0.0.141 - - [2026-05-07 02:59:55] "GET /network-policy/98979e08-65aa-4653-ad69-3be9f3b500d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.009113 10.0.0.249 - - [2026-05-07 02:59:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.004680 10.0.0.141 - - [2026-05-07 02:59:55] "POST /neutron/network HTTP/1.1" 200 1197 0.011453 10.0.0.141 - - [2026-05-07 02:59:55] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007039 10.0.0.141 - - [2026-05-07 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.141 - - [2026-05-07 02:59:56] "GET /network-policy/9ba7d6e8-ffea-4a2b-a4e4-b163c040c49a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.006770 10.0.0.141 - - [2026-05-07 02:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010269 10.0.0.141 - - [2026-05-07 02:59:56] "GET /network-policy/ad89b11a-6b39-4f26-a967-d8aef161f842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.004820 10.0.0.249 - - [2026-05-07 02:59:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.005515 10.0.0.141 - - [2026-05-07 02:59:56] "POST /neutron/network HTTP/1.1" 200 1112 0.034883 10.0.0.141 - - [2026-05-07 02:59:56] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007432 10.0.0.141 - - [2026-05-07 02:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.011343 10.0.0.141 - - [2026-05-07 02:59:56] "GET /network-policy/98979e08-65aa-4653-ad69-3be9f3b500d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.004357 10.0.0.141 - - [2026-05-07 02:59:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001168 10.0.0.27 - - [2026-05-07 02:59:57] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001127 10.0.0.141 - - [2026-05-07 02:59:57] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.108229 10.0.0.141 - - [2026-05-07 02:59:57] "POST /neutron/port HTTP/1.1" 200 117 0.009256 10.0.0.141 - - [2026-05-07 02:59:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001526 10.0.0.141 - - [2026-05-07 02:59:58] "POST /neutron/network HTTP/1.1" 200 1122 0.010516 10.0.0.27 - - [2026-05-07 02:59:59] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001054 10.0.0.141 - - [2026-05-07 02:59:59] "POST /neutron/port HTTP/1.1" 200 1172 0.029109 10.0.0.141 - - [2026-05-07 02:59:59] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.102432 10.0.0.141 - - [2026-05-07 02:59:59] "POST /neutron/network HTTP/1.1" 200 1112 0.039305 10.0.0.141 - - [2026-05-07 02:59:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004897 10.0.0.141 - - [2026-05-07 02:59:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008210 10.0.0.141 - - [2026-05-07 02:59:59] "POST /neutron/port HTTP/1.1" 200 117 0.006941 10.0.0.141 - - [2026-05-07 02:59:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001402 10.0.0.141 - - [2026-05-07 02:59:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010901 10.0.0.27 - - [2026-05-07 03:00:00] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001374 10.0.0.141 - - [2026-05-07 03:00:00] "POST /neutron/port HTTP/1.1" 200 1173 0.434205 10.0.0.27 - - [2026-05-07 03:00:00] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004189 10.0.0.141 - - [2026-05-07 03:00:00] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.185234 10.0.0.141 - - [2026-05-07 03:00:00] "POST /neutron/port HTTP/1.1" 200 1227 0.209283 10.0.0.141 - - [2026-05-07 03:00:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005771 10.0.0.141 - - [2026-05-07 03:00:01] "POST /neutron/port HTTP/1.1" 200 117 0.001652 10.0.0.141 - - [2026-05-07 03:00:01] "POST /neutron/network HTTP/1.1" 200 1112 0.012203 10.0.0.141 - - [2026-05-07 03:00:01] "POST /neutron/port HTTP/1.1" 200 1236 0.031989 10.0.0.141 - - [2026-05-07 03:00:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.013220 10.0.0.141 - - [2026-05-07 03:00:01] "POST /neutron/network HTTP/1.1" 200 1024 0.012036 10.0.0.141 - - [2026-05-07 03:00:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010087 10.0.0.141 - - [2026-05-07 03:00:01] "GET /virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8 HTTP/1.1" 401 293 0.000461 10.0.0.141 - - [2026-05-07 03:00:02] "GET /virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8 HTTP/1.1" 200 1297 0.051937 10.0.0.141 - - [2026-05-07 03:00:02] "GET /virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8 HTTP/1.1" 200 1297 0.005807 10.0.0.141 - - [2026-05-07 03:00:02] "GET /virtual-machine-interface/13ceb96d-df7d-4a37-95be-895c27466d33 HTTP/1.1" 200 3168 0.007267 10.0.0.141 - - [2026-05-07 03:00:02] "GET /virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8 HTTP/1.1" 200 1297 0.003744 10.0.0.141 - - [2026-05-07 03:00:02] "GET /virtual-machine-interface/13ceb96d-df7d-4a37-95be-895c27466d33 HTTP/1.1" 200 3168 0.006169 10.0.0.141 - - [2026-05-07 03:00:02] "GET /instance-ip/91f0e1a5-1556-4830-913f-ce951b9760e4 HTTP/1.1" 200 1654 0.007691 10.0.0.141 - - [2026-05-07 03:00:02] "GET /instance-ip/d4e0b6e0-0c26-4aa2-8650-bdf18bcf2829 HTTP/1.1" 200 1632 0.007531 10.0.0.141 - - [2026-05-07 03:00:02] "GET /virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8 HTTP/1.1" 200 1297 0.004374 10.0.0.141 - - [2026-05-07 03:00:02] "GET /virtual-machine-interface/13ceb96d-df7d-4a37-95be-895c27466d33 HTTP/1.1" 200 3168 0.006723 10.0.0.141 - - [2026-05-07 03:00:02] "GET /instance-ip/91f0e1a5-1556-4830-913f-ce951b9760e4 HTTP/1.1" 200 1654 0.005285 10.0.0.141 - - [2026-05-07 03:00:02] "GET /instance-ip/d4e0b6e0-0c26-4aa2-8650-bdf18bcf2829 HTTP/1.1" 200 1632 0.006890 10.0.0.141 - - [2026-05-07 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007215 10.0.0.141 - - [2026-05-07 03:00:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005033 10.0.0.141 - - [2026-05-07 03:00:02] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004283 10.0.0.141 - - [2026-05-07 03:00:02] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.009108 10.0.0.141 - - [2026-05-07 03:00:02] "POST /neutron/port HTTP/1.1" 200 1227 0.183068 10.0.0.141 - - [2026-05-07 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.141 - - [2026-05-07 03:00:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004517 10.0.0.141 - - [2026-05-07 03:00:02] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004127 10.0.0.141 - - [2026-05-07 03:00:02] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008496 10.0.0.141 - - [2026-05-07 03:00:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005025 10.0.0.141 - - [2026-05-07 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.141 - - [2026-05-07 03:00:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005471 10.0.0.141 - - [2026-05-07 03:00:03] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005168 10.0.0.141 - - [2026-05-07 03:00:03] "POST /neutron/port HTTP/1.1" 200 117 0.001919 10.0.0.141 - - [2026-05-07 03:00:03] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.009917 10.0.0.141 - - [2026-05-07 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.141 - - [2026-05-07 03:00:03] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006240 10.0.0.141 - - [2026-05-07 03:00:03] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005477 10.0.0.141 - - [2026-05-07 03:00:03] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.009069 10.0.0.141 - - [2026-05-07 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005501 10.0.0.141 - - [2026-05-07 03:00:03] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008497 10.0.0.141 - - [2026-05-07 03:00:03] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005797 10.0.0.141 - - [2026-05-07 03:00:03] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008515 10.0.0.141 - - [2026-05-07 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.141 - - [2026-05-07 03:00:06] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007306 10.0.0.141 - - [2026-05-07 03:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.141 - - [2026-05-07 03:00:10] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007735 10.0.0.249 - - [2026-05-07 03:00:12] "DELETE /access-control-list/ad5fc713-c233-4fab-9f6a-3721c2d6da07 HTTP/1.1" 200 115 0.042912 10.0.0.141 - - [2026-05-07 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005321 10.0.0.141 - - [2026-05-07 03:00:14] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008451 10.0.0.141 - - [2026-05-07 03:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.141 - - [2026-05-07 03:00:18] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006633 10.0.0.141 - - [2026-05-07 03:00:19] "POST /neutron/port HTTP/1.1" 200 1236 0.023243 10.0.0.141 - - [2026-05-07 03:00:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004948 10.0.0.141 - - [2026-05-07 03:00:19] "POST /neutron/port HTTP/1.1" 200 117 0.001671 10.0.0.141 - - [2026-05-07 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005204 10.0.0.141 - - [2026-05-07 03:00:22] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006819 10.0.0.27 - - [2026-05-07 03:00:23] "DELETE /project/b8b145f6423a44fdb23b52866b18050d HTTP/1.1" 404 173 0.003747 10.0.0.27 - - [2026-05-07 03:00:23] "DELETE /project/ad9b30c9-79ec-4d94-832f-a09c70719a79 HTTP/1.1" 404 177 0.006420 10.0.0.141 - - [2026-05-07 03:00:26] "POST /neutron/port HTTP/1.1" 200 1237 0.029200 10.0.0.141 - - [2026-05-07 03:00:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006598 10.0.0.141 - - [2026-05-07 03:00:26] "POST /neutron/port HTTP/1.1" 200 117 0.001830 10.0.0.141 - - [2026-05-07 03:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.141 - - [2026-05-07 03:00:26] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007237 10.0.0.141 - - [2026-05-07 03:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.141 - - [2026-05-07 03:00:31] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006059 10.0.0.141 - - [2026-05-07 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005753 10.0.0.141 - - [2026-05-07 03:00:35] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006273 10.0.0.141 - - [2026-05-07 03:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293 10.0.0.141 - - [2026-05-07 03:00:39] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007120 10.0.0.141 - - [2026-05-07 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.141 - - [2026-05-07 03:00:43] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006154 10.0.0.141 - - [2026-05-07 03:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.141 - - [2026-05-07 03:00:47] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007529 10.0.0.141 - - [2026-05-07 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.141 - - [2026-05-07 03:00:51] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007011 10.0.0.141 - - [2026-05-07 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.141 - - [2026-05-07 03:00:53] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004291 10.0.0.141 - - [2026-05-07 03:00:53] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003693 10.0.0.141 - - [2026-05-07 03:00:53] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006724 10.0.0.141 - - [2026-05-07 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.141 - - [2026-05-07 03:00:53] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004837 10.0.0.141 - - [2026-05-07 03:00:53] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004039 10.0.0.141 - - [2026-05-07 03:00:53] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006569 10.0.0.141 - - [2026-05-07 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.141 - - [2026-05-07 03:00:54] "GET /routing-instance/c7a85393-aceb-4420-896a-4b3619bb2ca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.006304 10.0.0.141 - - [2026-05-07 03:00:54] "GET /route-target/0476b01a-c841-4119-98b6-49361ba6978f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005699 10.0.0.141 - - [2026-05-07 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005655 10.0.0.141 - - [2026-05-07 03:00:54] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006388 10.0.0.141 - - [2026-05-07 03:00:54] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005388 10.0.0.141 - - [2026-05-07 03:00:54] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008444 10.0.0.141 - - [2026-05-07 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.141 - - [2026-05-07 03:00:54] "GET /routing-instance/c7a85393-aceb-4420-896a-4b3619bb2ca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005469 10.0.0.141 - - [2026-05-07 03:00:54] "GET /route-target/0476b01a-c841-4119-98b6-49361ba6978f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.008127 10.0.0.141 - - [2026-05-07 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.141 - - [2026-05-07 03:00:54] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004936 10.0.0.141 - - [2026-05-07 03:00:54] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004979 10.0.0.141 - - [2026-05-07 03:00:54] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.009794 10.0.0.141 - - [2026-05-07 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.141 - - [2026-05-07 03:00:54] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006874 10.0.0.141 - - [2026-05-07 03:00:54] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004819 10.0.0.141 - - [2026-05-07 03:00:54] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.010024 10.0.0.141 - - [2026-05-07 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005958 10.0.0.141 - - [2026-05-07 03:00:54] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005754 10.0.0.141 - - [2026-05-07 03:00:54] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004770 10.0.0.141 - - [2026-05-07 03:00:54] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008535 10.0.0.141 - - [2026-05-07 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005375 10.0.0.141 - - [2026-05-07 03:00:54] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007366 10.0.0.141 - - [2026-05-07 03:00:54] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006234 10.0.0.141 - - [2026-05-07 03:00:54] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007711 10.0.0.27 - - [2026-05-07 03:00:54] "GET /obj-perms HTTP/1.1" 200 5061 0.004795 10.0.0.141 - - [2026-05-07 03:00:54] "GET /obj-perms HTTP/1.1" 200 5061 0.005198 10.0.0.141 - - [2026-05-07 03:00:55] "GET /obj-perms HTTP/1.1" 200 5061 0.004484 10.0.0.141 - - [2026-05-07 03:00:55] "GET /obj-perms HTTP/1.1" 200 5061 0.004822 10.0.0.249 - - [2026-05-07 03:00:55] "GET /obj-perms HTTP/1.1" 200 5061 0.005539 10.0.0.27 - - [2026-05-07 03:00:55] "GET /obj-perms HTTP/1.1" 200 5061 0.005375 10.0.0.141 - - [2026-05-07 03:00:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009973 10.0.0.141 - - [2026-05-07 03:00:55] "POST /neutron/port HTTP/1.1" 200 1237 0.026118 10.0.0.141 - - [2026-05-07 03:00:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009090 10.0.0.141 - - [2026-05-07 03:00:55] "GET /virtual-machine/cc0d1992-c934-4c77-8346-efc30403b88e HTTP/1.1" 200 1298 0.007698 10.0.0.141 - - [2026-05-07 03:00:55] "GET /virtual-machine/cc0d1992-c934-4c77-8346-efc30403b88e HTTP/1.1" 200 1298 0.007538 10.0.0.141 - - [2026-05-07 03:00:55] "GET /virtual-machine-interface/3b4baebf-ca6a-437d-b903-ffe3de3d3d64 HTTP/1.1" 200 3168 0.006863 10.0.0.141 - - [2026-05-07 03:00:55] "GET /virtual-machine/cc0d1992-c934-4c77-8346-efc30403b88e HTTP/1.1" 200 1298 0.005619 10.0.0.141 - - [2026-05-07 03:00:55] "GET /virtual-machine-interface/3b4baebf-ca6a-437d-b903-ffe3de3d3d64 HTTP/1.1" 200 3168 0.006670 10.0.0.141 - - [2026-05-07 03:00:55] "GET /instance-ip/0832e843-5afc-4125-9f96-759e09779626 HTTP/1.1" 200 1632 0.007789 10.0.0.141 - - [2026-05-07 03:00:55] "GET /instance-ip/f48af45c-a4df-4118-b9a8-3aa0f566afb5 HTTP/1.1" 200 1654 0.007769 10.0.0.141 - - [2026-05-07 03:00:55] "GET /virtual-machine/cc0d1992-c934-4c77-8346-efc30403b88e HTTP/1.1" 200 1298 0.004899 10.0.0.141 - - [2026-05-07 03:00:55] "GET /virtual-machine-interface/3b4baebf-ca6a-437d-b903-ffe3de3d3d64 HTTP/1.1" 200 3168 0.006611 10.0.0.141 - - [2026-05-07 03:00:55] "GET /instance-ip/0832e843-5afc-4125-9f96-759e09779626 HTTP/1.1" 200 1632 0.004729 10.0.0.141 - - [2026-05-07 03:00:55] "GET /instance-ip/f48af45c-a4df-4118-b9a8-3aa0f566afb5 HTTP/1.1" 200 1654 0.004894 10.0.0.141 - - [2026-05-07 03:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.141 - - [2026-05-07 03:00:55] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004660 10.0.0.141 - - [2026-05-07 03:00:55] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004824 10.0.0.141 - - [2026-05-07 03:00:55] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007458 10.0.0.141 - - [2026-05-07 03:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.141 - - [2026-05-07 03:00:56] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004876 10.0.0.141 - - [2026-05-07 03:00:56] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003928 10.0.0.141 - - [2026-05-07 03:00:56] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006387 10.0.0.141 - - [2026-05-07 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.141 - - [2026-05-07 03:00:56] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005377 10.0.0.141 - - [2026-05-07 03:00:56] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004628 10.0.0.141 - - [2026-05-07 03:00:56] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.010178 10.0.0.141 - - [2026-05-07 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.141 - - [2026-05-07 03:00:56] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004702 10.0.0.141 - - [2026-05-07 03:00:56] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004481 10.0.0.141 - - [2026-05-07 03:00:56] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.009075 10.0.0.141 - - [2026-05-07 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005654 10.0.0.141 - - [2026-05-07 03:00:56] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005444 10.0.0.141 - - [2026-05-07 03:00:56] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004686 10.0.0.141 - - [2026-05-07 03:00:56] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007511 10.0.0.141 - - [2026-05-07 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008670 10.0.0.141 - - [2026-05-07 03:00:57] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007159 10.0.0.141 - - [2026-05-07 03:00:57] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004050 10.0.0.141 - - [2026-05-07 03:00:57] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007892 10.0.0.141 - - [2026-05-07 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.141 - - [2026-05-07 03:00:57] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006130 10.0.0.141 - - [2026-05-07 03:00:57] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.009641 10.0.0.141 - - [2026-05-07 03:00:57] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.011563 10.0.0.141 - - [2026-05-07 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005826 10.0.0.141 - - [2026-05-07 03:00:58] "GET /routing-instance/388fce51-8136-48b9-8ff9-1b0442e4b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005222 10.0.0.141 - - [2026-05-07 03:00:58] "GET /route-target/0ef497d5-af72-4d83-935e-70957a8a071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005311 10.0.0.141 - - [2026-05-07 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.141 - - [2026-05-07 03:00:58] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005687 10.0.0.141 - - [2026-05-07 03:00:58] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004503 10.0.0.141 - - [2026-05-07 03:00:58] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.009114 10.0.0.141 - - [2026-05-07 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005508 10.0.0.141 - - [2026-05-07 03:00:58] "GET /routing-instance/388fce51-8136-48b9-8ff9-1b0442e4b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005663 10.0.0.141 - - [2026-05-07 03:00:58] "GET /route-target/0ef497d5-af72-4d83-935e-70957a8a071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006994 10.0.0.141 - - [2026-05-07 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.141 - - [2026-05-07 03:00:58] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005547 10.0.0.141 - - [2026-05-07 03:00:58] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003905 10.0.0.141 - - [2026-05-07 03:00:58] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006964 10.0.0.141 - - [2026-05-07 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006450 10.0.0.141 - - [2026-05-07 03:00:58] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005416 10.0.0.141 - - [2026-05-07 03:00:58] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004392 10.0.0.141 - - [2026-05-07 03:00:58] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.008882 10.0.0.141 - - [2026-05-07 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.141 - - [2026-05-07 03:00:58] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004848 10.0.0.141 - - [2026-05-07 03:00:58] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004385 10.0.0.141 - - [2026-05-07 03:00:58] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006657 10.0.0.141 - - [2026-05-07 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.141 - - [2026-05-07 03:00:58] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004793 10.0.0.141 - - [2026-05-07 03:00:58] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003720 10.0.0.141 - - [2026-05-07 03:00:58] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007634 10.0.0.141 - - [2026-05-07 03:00:58] "GET /obj-perms HTTP/1.1" 200 5061 0.004671 10.0.0.141 - - [2026-05-07 03:00:59] "GET /obj-perms HTTP/1.1" 200 5061 0.004562 10.0.0.27 - - [2026-05-07 03:00:59] "GET /obj-perms HTTP/1.1" 200 5061 0.004433 10.0.0.249 - - [2026-05-07 03:00:59] "GET /obj-perms HTTP/1.1" 200 5061 0.004515 10.0.0.141 - - [2026-05-07 03:00:59] "GET /obj-perms HTTP/1.1" 200 5061 0.004191 10.0.0.141 - - [2026-05-07 03:00:59] "POST /neutron/port HTTP/1.1" 200 1237 0.023475 10.0.0.141 - - [2026-05-07 03:00:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008428 10.0.0.141 - - [2026-05-07 03:00:59] "GET /virtual-machine/ffabc198-45ae-41ea-88b8-41ae6dda9502 HTTP/1.1" 200 1298 0.007272 10.0.0.141 - - [2026-05-07 03:00:59] "GET /virtual-machine/ffabc198-45ae-41ea-88b8-41ae6dda9502 HTTP/1.1" 200 1298 0.005119 10.0.0.141 - - [2026-05-07 03:00:59] "GET /virtual-machine-interface/f9338770-3740-4524-ae03-4144611a674b HTTP/1.1" 200 3169 0.006153 10.0.0.141 - - [2026-05-07 03:00:59] "GET /virtual-machine/ffabc198-45ae-41ea-88b8-41ae6dda9502 HTTP/1.1" 200 1298 0.004534 10.0.0.141 - - [2026-05-07 03:00:59] "GET /virtual-machine-interface/f9338770-3740-4524-ae03-4144611a674b HTTP/1.1" 200 3169 0.007050 10.0.0.141 - - [2026-05-07 03:00:59] "GET /instance-ip/13a91f7d-300f-420b-8f9d-b1631128543a HTTP/1.1" 200 1633 0.008083 10.0.0.141 - - [2026-05-07 03:00:59] "GET /instance-ip/56f3fed6-f16e-4203-a5ba-1216eef1b839 HTTP/1.1" 200 1653 0.007447 10.0.0.141 - - [2026-05-07 03:00:59] "GET /virtual-machine/ffabc198-45ae-41ea-88b8-41ae6dda9502 HTTP/1.1" 200 1298 0.004812 10.0.0.141 - - [2026-05-07 03:00:59] "GET /virtual-machine-interface/f9338770-3740-4524-ae03-4144611a674b HTTP/1.1" 200 3169 0.007732 10.0.0.141 - - [2026-05-07 03:00:59] "GET /instance-ip/13a91f7d-300f-420b-8f9d-b1631128543a HTTP/1.1" 200 1633 0.005721 10.0.0.141 - - [2026-05-07 03:00:59] "GET /instance-ip/56f3fed6-f16e-4203-a5ba-1216eef1b839 HTTP/1.1" 200 1653 0.005280 10.0.0.141 - - [2026-05-07 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.141 - - [2026-05-07 03:00:59] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009108 10.0.0.141 - - [2026-05-07 03:00:59] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003975 10.0.0.141 - - [2026-05-07 03:00:59] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006320 10.0.0.141 - - [2026-05-07 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.141 - - [2026-05-07 03:00:59] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004747 10.0.0.141 - - [2026-05-07 03:00:59] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004433 10.0.0.141 - - [2026-05-07 03:01:00] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006950 10.0.0.141 - - [2026-05-07 03:01:00] "POST /neutron/port HTTP/1.1" 200 1237 0.063175 10.0.0.141 - - [2026-05-07 03:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.141 - - [2026-05-07 03:01:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004111 10.0.0.141 - - [2026-05-07 03:01:00] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003819 10.0.0.141 - - [2026-05-07 03:01:00] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006843 10.0.0.141 - - [2026-05-07 03:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.141 - - [2026-05-07 03:01:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004839 10.0.0.141 - - [2026-05-07 03:01:00] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004054 10.0.0.141 - - [2026-05-07 03:01:00] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007870 10.0.0.141 - - [2026-05-07 03:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.141 - - [2026-05-07 03:01:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004990 10.0.0.141 - - [2026-05-07 03:01:00] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004166 10.0.0.141 - - [2026-05-07 03:01:00] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008356 10.0.0.141 - - [2026-05-07 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751 10.0.0.141 - - [2026-05-07 03:01:01] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004314 10.0.0.141 - - [2026-05-07 03:01:01] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003638 10.0.0.141 - - [2026-05-07 03:01:01] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007473 10.0.0.141 - - [2026-05-07 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.141 - - [2026-05-07 03:01:01] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005316 10.0.0.141 - - [2026-05-07 03:01:01] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004063 10.0.0.141 - - [2026-05-07 03:01:01] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006714 10.0.0.141 - - [2026-05-07 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.141 - - [2026-05-07 03:01:01] "GET /routing-instance/d3721583-1109-4873-9cb1-1facf4aa85fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005943 10.0.0.141 - - [2026-05-07 03:01:01] "GET /route-target/744a13bd-94e0-4707-8911-1d9ca310586e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005747 10.0.0.141 - - [2026-05-07 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.141 - - [2026-05-07 03:01:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004695 10.0.0.141 - - [2026-05-07 03:01:02] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003134 10.0.0.141 - - [2026-05-07 03:01:02] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007788 10.0.0.141 - - [2026-05-07 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.141 - - [2026-05-07 03:01:02] "GET /routing-instance/d3721583-1109-4873-9cb1-1facf4aa85fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004951 10.0.0.141 - - [2026-05-07 03:01:02] "GET /route-target/744a13bd-94e0-4707-8911-1d9ca310586e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005012 10.0.0.141 - - [2026-05-07 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.141 - - [2026-05-07 03:01:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004847 10.0.0.141 - - [2026-05-07 03:01:02] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003816 10.0.0.141 - - [2026-05-07 03:01:02] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007372 10.0.0.141 - - [2026-05-07 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.141 - - [2026-05-07 03:01:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006287 10.0.0.141 - - [2026-05-07 03:01:02] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004400 10.0.0.141 - - [2026-05-07 03:01:02] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006531 10.0.0.141 - - [2026-05-07 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.141 - - [2026-05-07 03:01:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005715 10.0.0.141 - - [2026-05-07 03:01:02] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004505 10.0.0.141 - - [2026-05-07 03:01:02] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006965 10.0.0.141 - - [2026-05-07 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.141 - - [2026-05-07 03:01:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004547 10.0.0.141 - - [2026-05-07 03:01:02] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004879 10.0.0.141 - - [2026-05-07 03:01:02] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006671 10.0.0.141 - - [2026-05-07 03:01:02] "GET /obj-perms HTTP/1.1" 200 5061 0.004316 10.0.0.27 - - [2026-05-07 03:01:02] "GET /obj-perms HTTP/1.1" 200 5061 0.004683 10.0.0.141 - - [2026-05-07 03:01:03] "GET /obj-perms HTTP/1.1" 200 5061 0.004313 10.0.0.249 - - [2026-05-07 03:01:03] "GET /obj-perms HTTP/1.1" 200 5061 0.004794 10.0.0.141 - - [2026-05-07 03:01:03] "GET /virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8 HTTP/1.1" 200 1297 0.006003 10.0.0.141 - - [2026-05-07 03:01:03] "GET /virtual-machine-interface/13ceb96d-df7d-4a37-95be-895c27466d33 HTTP/1.1" 200 3168 0.007761 10.0.0.141 - - [2026-05-07 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.141 - - [2026-05-07 03:01:03] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005042 10.0.0.141 - - [2026-05-07 03:01:03] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004600 10.0.0.141 - - [2026-05-07 03:01:03] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006463 10.0.0.141 - - [2026-05-07 03:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.141 - - [2026-05-07 03:01:04] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004948 10.0.0.141 - - [2026-05-07 03:01:04] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003329 10.0.0.141 - - [2026-05-07 03:01:04] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008511 10.0.0.141 - - [2026-05-07 03:01:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008413 10.0.0.141 - - [2026-05-07 03:01:09] "POST /neutron/port HTTP/1.1" 200 1236 0.022312 10.0.0.141 - - [2026-05-07 03:01:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009510 10.0.0.141 - - [2026-05-07 03:01:20] "POST /neutron/port HTTP/1.1" 200 1237 0.058154 10.0.0.141 - - [2026-05-07 03:01:20] "GET /virtual-machine/cc0d1992-c934-4c77-8346-efc30403b88e HTTP/1.1" 200 1298 0.005354 10.0.0.141 - - [2026-05-07 03:01:20] "GET /virtual-machine-interface/3b4baebf-ca6a-437d-b903-ffe3de3d3d64 HTTP/1.1" 200 3168 0.006394 10.0.0.141 - - [2026-05-07 03:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.141 - - [2026-05-07 03:01:20] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006597 10.0.0.141 - - [2026-05-07 03:01:20] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003740 10.0.0.141 - - [2026-05-07 03:01:20] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006370 10.0.0.141 - - [2026-05-07 03:01:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005007 10.0.0.141 - - [2026-05-07 03:01:20] "POST /neutron/port HTTP/1.1" 200 117 0.002007 10.0.0.141 - - [2026-05-07 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005761 10.0.0.141 - - [2026-05-07 03:01:21] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004322 10.0.0.141 - - [2026-05-07 03:01:21] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004020 10.0.0.141 - - [2026-05-07 03:01:21] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006884 10.0.0.141 - - [2026-05-07 03:01:21] "GET /virtual-machine/ffabc198-45ae-41ea-88b8-41ae6dda9502 HTTP/1.1" 200 1298 0.004623 10.0.0.141 - - [2026-05-07 03:01:21] "GET /virtual-machine-interface/f9338770-3740-4524-ae03-4144611a674b HTTP/1.1" 200 3169 0.006578 10.0.0.141 - - [2026-05-07 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.141 - - [2026-05-07 03:01:21] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004440 10.0.0.141 - - [2026-05-07 03:01:21] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004727 10.0.0.141 - - [2026-05-07 03:01:21] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006971 10.0.0.141 - - [2026-05-07 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.141 - - [2026-05-07 03:01:22] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004825 10.0.0.141 - - [2026-05-07 03:01:22] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003361 10.0.0.141 - - [2026-05-07 03:01:22] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006768 10.0.0.141 - - [2026-05-07 03:01:26] "POST /neutron/port HTTP/1.1" 200 1237 0.051001 10.0.0.141 - - [2026-05-07 03:01:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004950 10.0.0.141 - - [2026-05-07 03:01:26] "POST /neutron/port HTTP/1.1" 200 117 0.001453 10.0.0.27 - - [2026-05-07 03:01:38] "GET /obj-perms HTTP/1.1" 200 5075 0.065895 10.0.0.141 - - [2026-05-07 03:01:38] "GET /obj-perms HTTP/1.1" 200 5075 0.060148 10.0.0.141 - - [2026-05-07 03:01:51] "GET /virtual-machine/ffabc198-45ae-41ea-88b8-41ae6dda9502 HTTP/1.1" 200 1298 0.004494 10.0.0.141 - - [2026-05-07 03:01:51] "POST /neutron/port HTTP/1.1" 200 1237 0.023860 10.0.0.141 - - [2026-05-07 03:01:53] "GET /virtual-machine/ffabc198-45ae-41ea-88b8-41ae6dda9502 HTTP/1.1" 404 171 0.003463 10.0.0.141 - - [2026-05-07 03:01:53] "GET /virtual-machine/ffabc198-45ae-41ea-88b8-41ae6dda9502 HTTP/1.1" 404 171 0.003946 10.0.0.141 - - [2026-05-07 03:01:53] "GET /virtual-machine/ffabc198-45ae-41ea-88b8-41ae6dda9502 HTTP/1.1" 404 171 0.003631 10.0.0.141 - - [2026-05-07 03:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.141 - - [2026-05-07 03:01:53] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004820 10.0.0.141 - - [2026-05-07 03:01:53] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004005 10.0.0.141 - - [2026-05-07 03:01:53] "GET /virtual-network/7d4e86ce-82eb-42bf-9f14-85494c575a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007704 10.0.0.141 - - [2026-05-07 03:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.141 - - [2026-05-07 03:01:53] "GET /routing-instance/d3721583-1109-4873-9cb1-1facf4aa85fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005294 10.0.0.141 - - [2026-05-07 03:01:53] "GET /route-target/744a13bd-94e0-4707-8911-1d9ca310586e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004500 10.0.0.249 - - [2026-05-07 03:01:56] "GET /obj-perms HTTP/1.1" 200 5061 0.005260 10.0.0.141 - - [2026-05-07 03:01:59] "GET /obj-perms HTTP/1.1" 200 5061 0.006608 10.0.0.141 - - [2026-05-07 03:02:03] "GET /obj-perms HTTP/1.1" 200 5061 0.004858 10.0.0.249 - - [2026-05-07 03:02:03] "GET /obj-perms HTTP/1.1" 200 5061 0.005718 10.0.0.141 - - [2026-05-07 03:02:03] "GET /virtual-machine/cc0d1992-c934-4c77-8346-efc30403b88e HTTP/1.1" 200 1298 0.005698 10.0.0.141 - - [2026-05-07 03:02:03] "POST /neutron/port HTTP/1.1" 200 1237 0.024056 10.0.0.141 - - [2026-05-07 03:02:05] "GET /virtual-machine/cc0d1992-c934-4c77-8346-efc30403b88e HTTP/1.1" 404 171 0.004164 10.0.0.141 - - [2026-05-07 03:02:05] "GET /virtual-machine/cc0d1992-c934-4c77-8346-efc30403b88e HTTP/1.1" 404 171 0.003601 10.0.0.141 - - [2026-05-07 03:02:05] "GET /virtual-machine/cc0d1992-c934-4c77-8346-efc30403b88e HTTP/1.1" 404 171 0.003530 10.0.0.141 - - [2026-05-07 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006427 10.0.0.141 - - [2026-05-07 03:02:05] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005995 10.0.0.141 - - [2026-05-07 03:02:05] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004539 10.0.0.141 - - [2026-05-07 03:02:05] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.008359 10.0.0.141 - - [2026-05-07 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.141 - - [2026-05-07 03:02:05] "GET /routing-instance/388fce51-8136-48b9-8ff9-1b0442e4b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005326 10.0.0.141 - - [2026-05-07 03:02:05] "GET /route-target/0ef497d5-af72-4d83-935e-70957a8a071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004848 10.0.0.141 - - [2026-05-07 03:02:11] "GET /obj-perms HTTP/1.1" 200 5061 0.004478 10.0.0.249 - - [2026-05-07 03:02:11] "GET /obj-perms HTTP/1.1" 200 5061 0.004776 10.0.0.141 - - [2026-05-07 03:02:21] "POST /neutron/port HTTP/1.1" 200 1236 0.021014 10.0.0.141 - - [2026-05-07 03:02:21] "GET /obj-perms HTTP/1.1" 200 5061 0.004958 10.0.0.249 - - [2026-05-07 03:02:21] "GET /obj-perms HTTP/1.1" 200 5061 0.004850 10.0.0.141 - - [2026-05-07 03:02:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004687 10.0.0.141 - - [2026-05-07 03:02:21] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.141 - - [2026-05-07 03:02:30] "GET /obj-perms HTTP/1.1" 200 5061 0.006298 10.0.0.249 - - [2026-05-07 03:02:30] "GET /obj-perms HTTP/1.1" 200 5061 0.004771 10.0.0.141 - - [2026-05-07 03:02:33] "GET /obj-perms HTTP/1.1" 200 5061 0.004256 10.0.0.141 - - [2026-05-07 03:02:33] "GET /virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8 HTTP/1.1" 200 1297 0.006127 10.0.0.141 - - [2026-05-07 03:02:34] "POST /neutron/port HTTP/1.1" 200 1236 0.022396 10.0.0.141 - - [2026-05-07 03:02:35] "GET /virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8 HTTP/1.1" 404 171 0.004707 10.0.0.141 - - [2026-05-07 03:02:35] "GET /virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8 HTTP/1.1" 404 171 0.004267 10.0.0.141 - - [2026-05-07 03:02:35] "GET /virtual-machine/0175fab9-8348-4a66-9784-091cce5931a8 HTTP/1.1" 404 171 0.003736 10.0.0.141 - - [2026-05-07 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.141 - - [2026-05-07 03:02:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004280 10.0.0.141 - - [2026-05-07 03:02:36] "GET /virtual-networks?parent_id=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003862 10.0.0.141 - - [2026-05-07 03:02:36] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008651 10.0.0.141 - - [2026-05-07 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005031 10.0.0.141 - - [2026-05-07 03:02:36] "GET /routing-instance/c7a85393-aceb-4420-896a-4b3619bb2ca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005494 10.0.0.141 - - [2026-05-07 03:02:36] "GET /route-target/0476b01a-c841-4119-98b6-49361ba6978f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004607 10.0.0.249 - - [2026-05-07 03:02:36] "GET /obj-perms HTTP/1.1" 200 5061 0.005929 10.0.0.27 - - [2026-05-07 03:02:39] "GET /obj-perms HTTP/1.1" 200 5075 0.070479 10.0.0.141 - - [2026-05-07 03:02:42] "GET /obj-perms HTTP/1.1" 200 5061 0.005716 10.0.0.249 - - [2026-05-07 03:02:42] "GET /obj-perms HTTP/1.1" 200 5061 0.004801 10.0.0.141 - - [2026-05-07 03:02:51] "GET /obj-perms HTTP/1.1" 200 5061 0.006872 10.0.0.249 - - [2026-05-07 03:02:51] "GET /obj-perms HTTP/1.1" 200 5061 0.004592 10.0.0.141 - - [2026-05-07 03:03:00] "GET /obj-perms HTTP/1.1" 200 5061 0.004503 10.0.0.249 - - [2026-05-07 03:03:00] "GET /obj-perms HTTP/1.1" 200 5061 0.004410 10.0.0.141 - - [2026-05-07 03:03:04] "GET /obj-perms HTTP/1.1" 200 5061 0.004384 10.0.0.141 - - [2026-05-07 03:03:04] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007417 10.0.0.141 - - [2026-05-07 03:03:04] "POST /neutron/network HTTP/1.1" 200 1112 0.010475 10.0.0.249 - - [2026-05-07 03:03:04] "POST /ref-update HTTP/1.1" 200 156 0.035122 10.0.0.141 - - [2026-05-07 03:03:04] "GET /virtual-network/7112a3fd-8007-4bbc-9d72-5c566ce45455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.009040 10.0.0.141 - - [2026-05-07 03:03:04] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007264 10.0.0.141 - - [2026-05-07 03:03:04] "POST /neutron/network HTTP/1.1" 200 1197 0.011666 10.0.0.249 - - [2026-05-07 03:03:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.008755 10.0.0.141 - - [2026-05-07 03:03:04] "GET /virtual-network/5f9adc41-030b-445c-ae5f-ce7139314528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008971 10.0.0.141 - - [2026-05-07 03:03:04] "DELETE /network-policy/98979e08-65aa-4653-ad69-3be9f3b500d1 HTTP/1.1" 200 115 0.038824 10.0.0.141 - - [2026-05-07 03:03:05] "DELETE /network-policy/9ba7d6e8-ffea-4a2b-a4e4-b163c040c49a HTTP/1.1" 200 115 0.042506 10.0.0.141 - - [2026-05-07 03:03:05] "DELETE /network-policy/ad89b11a-6b39-4f26-a967-d8aef161f842 HTTP/1.1" 200 115 0.051830 10.0.0.141 - - [2026-05-07 03:03:05] "POST /neutron/network HTTP/1.1" 200 1014 0.037749 10.0.0.249 - - [2026-05-07 03:03:05] "POST /ref-update HTTP/1.1" 200 156 0.046457 10.0.0.27 - - [2026-05-07 03:03:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005414 10.0.0.249 - - [2026-05-07 03:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005844 10.0.0.27 - - [2026-05-07 03:03:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002919 10.0.0.27 - - [2026-05-07 03:03:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003059 10.0.0.27 - - [2026-05-07 03:03:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002960 10.0.0.141 - - [2026-05-07 03:03:05] "POST /neutron/network HTTP/1.1" 200 151 0.203628 10.0.0.249 - - [2026-05-07 03:03:06] "DELETE /route-target/0476b01a-c841-4119-98b6-49361ba6978f HTTP/1.1" 200 115 0.026388 10.0.0.141 - - [2026-05-07 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005885 10.0.0.141 - - [2026-05-07 03:03:06] "DELETE /network-ipam/f4deb601-eba2-411d-8083-5894834c8a3d HTTP/1.1" 200 115 0.050519 10.0.0.141 - - [2026-05-07 03:03:06] "POST /fqname-to-id HTTP/1.1" 404 203 0.004812 10.0.0.141 - - [2026-05-07 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.141 - - [2026-05-07 03:03:06] "DELETE /network-ipam/75a36932-58ef-4759-a7ba-f2b7f9193c9c HTTP/1.1" 200 115 0.052746 10.0.0.141 - - [2026-05-07 03:03:06] "POST /fqname-to-id HTTP/1.1" 404 203 0.004826 10.0.0.141 - - [2026-05-07 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.141 - - [2026-05-07 03:03:07] "DELETE /network-ipam/9fb9ae3b-7dab-4fec-bdf2-f3c57c60d2cf HTTP/1.1" 200 115 0.044569 10.0.0.141 - - [2026-05-07 03:03:07] "POST /fqname-to-id HTTP/1.1" 404 203 0.005219 10.0.0.27 - - [2026-05-07 03:03:09] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001561 10.0.0.141 - - [2026-05-07 03:03:09] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048361 10.0.0.27 - - [2026-05-07 03:03:09] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001585 10.0.0.141 - - [2026-05-07 03:03:09] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?fields=virtual_networks HTTP/1.1" 200 1045 0.043452 10.0.0.27 - - [2026-05-07 03:03:09] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001173 10.0.0.141 - - [2026-05-07 03:03:10] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.054503 10.0.0.27 - - [2026-05-07 03:03:10] "GET /projects?obj_uuids=b8b145f6-423a-44fd-b23b-52866b18050d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001117 10.0.0.141 - - [2026-05-07 03:03:10] "GET /project/b8b145f6-423a-44fd-b23b-52866b18050d?fields=security_groups HTTP/1.1" 200 1277 0.046514 10.0.0.141 - - [2026-05-07 03:03:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.036448 10.0.0.27 - - [2026-05-07 03:03:11] "GET /projects?obj_uuids=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004107 10.0.0.27 - - [2026-05-07 03:03:11] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.27 - - [2026-05-07 03:03:11] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007769 10.0.0.27 - - [2026-05-07 03:03:11] "POST /id-to-fqname HTTP/1.1" 200 192 0.002915 10.0.0.27 - - [2026-05-07 03:03:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.005565 10.0.0.27 - - [2026-05-07 03:03:11] "POST /security-groups HTTP/1.1" 200 593 0.047094 10.0.0.27 - - [2026-05-07 03:03:11] "POST /projects HTTP/1.1" 200 589 0.291121 10.0.0.27 - - [2026-05-07 03:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.331908 10.0.0.249 - - [2026-05-07 03:03:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.016433 10.0.0.141 - - [2026-05-07 03:03:11] "GET /project/c76386d4-a977-4b42-810c-c91329dca583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.531222 10.0.0.141 - - [2026-05-07 03:03:13] "GET / HTTP/1.1" 200 35931 0.001911 10.0.0.249 - - [2026-05-07 03:03:13] "DELETE /access-control-list/0032b252-92df-4c1f-8ce2-d263b38d6c92 HTTP/1.1" 200 115 0.065913 10.0.0.141 - - [2026-05-07 03:03:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000659 10.0.0.141 - - [2026-05-07 03:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.039744 10.0.0.27 - - [2026-05-07 03:03:15] "GET /projects?obj_uuids=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001662 10.0.0.141 - - [2026-05-07 03:03:15] "GET /project/c76386d4-a977-4b42-810c-c91329dca583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.061443 10.0.0.141 - - [2026-05-07 03:03:15] "POST /neutron/network HTTP/1.1" 200 117 0.049900 10.0.0.141 - - [2026-05-07 03:03:16] "POST /neutron/network HTTP/1.1" 200 826 0.011356 10.0.0.141 - - [2026-05-07 03:03:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001301 10.0.0.141 - - [2026-05-07 03:03:16] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007499 10.0.0.141 - - [2026-05-07 03:03:16] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007691 10.0.0.141 - - [2026-05-07 03:03:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.011635 10.0.0.141 - - [2026-05-07 03:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.27 - - [2026-05-07 03:03:16] "GET /projects?obj_uuids=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000991 10.0.0.141 - - [2026-05-07 03:03:16] "GET /project/c76386d4-a977-4b42-810c-c91329dca583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046849 10.0.0.249 - - [2026-05-07 03:03:16] "POST /route-targets HTTP/1.1" 200 327 0.020648 10.0.0.27 - - [2026-05-07 03:03:16] "POST /useragent-kv HTTP/1.1" 200 115 0.007226 10.0.0.141 - - [2026-05-07 03:03:16] "POST /neutron/subnet HTTP/1.1" 200 730 0.221846 10.0.0.141 - - [2026-05-07 03:03:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001527 10.0.0.141 - - [2026-05-07 03:03:17] "GET /virtual-network/6afd3d69-895a-43fb-a733-6ca5e1d3f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007894 10.0.0.141 - - [2026-05-07 03:03:17] "GET /virtual-network/6afd3d69-895a-43fb-a733-6ca5e1d3f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007304 10.0.0.141 - - [2026-05-07 03:03:17] "POST /neutron/network HTTP/1.1" 200 827 0.008005 10.0.0.141 - - [2026-05-07 03:03:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.004946 10.0.0.141 - - [2026-05-07 03:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.27 - - [2026-05-07 03:03:17] "GET /projects?obj_uuids=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001188 10.0.0.141 - - [2026-05-07 03:03:17] "GET /project/c76386d4-a977-4b42-810c-c91329dca583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047427 10.0.0.141 - - [2026-05-07 03:03:17] "POST /network-policys HTTP/1.1" 200 571 0.051584 10.0.0.141 - - [2026-05-07 03:03:17] "GET /network-policy/0af2b3ae-ed97-41e2-ab93-5bda1b0144de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.008146 10.0.0.141 - - [2026-05-07 03:03:17] "POST /neutron/network HTTP/1.1" 200 928 0.099240 10.0.0.141 - - [2026-05-07 03:03:17] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010384 10.0.0.141 - - [2026-05-07 03:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.249 - - [2026-05-07 03:03:17] "POST /access-control-lists HTTP/1.1" 200 590 0.127669 10.0.0.141 - - [2026-05-07 03:03:17] "GET /network-policy/0af2b3ae-ed97-41e2-ab93-5bda1b0144de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005235 10.0.0.141 - - [2026-05-07 03:03:17] "POST /neutron/network HTTP/1.1" 200 929 0.084224 10.0.0.141 - - [2026-05-07 03:03:17] "GET /virtual-network/6afd3d69-895a-43fb-a733-6ca5e1d3f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.016445 10.0.0.141 - - [2026-05-07 03:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.249 - - [2026-05-07 03:03:17] "POST /ref-update HTTP/1.1" 200 156 0.052761 10.0.0.141 - - [2026-05-07 03:03:17] "GET /network-policy/0af2b3ae-ed97-41e2-ab93-5bda1b0144de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005640 10.0.0.141 - - [2026-05-07 03:03:18] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006758 10.0.0.249 - - [2026-05-07 03:03:19] "GET /obj-perms HTTP/1.1" 200 5053 0.073019 10.0.0.141 - - [2026-05-07 03:03:20] "GET /virtual-network/6afd3d69-895a-43fb-a733-6ca5e1d3f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007067 10.0.0.27 - - [2026-05-07 03:03:20] "GET /obj-perms HTTP/1.1" 200 5053 0.082045 10.0.0.141 - - [2026-05-07 03:03:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001399 10.0.0.27 - - [2026-05-07 03:03:21] "GET /projects?obj_uuids=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001274 10.0.0.141 - - [2026-05-07 03:03:21] "GET /project/c76386d4-a977-4b42-810c-c91329dca583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.085873 10.0.0.141 - - [2026-05-07 03:03:21] "POST /neutron/network HTTP/1.1" 200 928 0.007560 10.0.0.141 - - [2026-05-07 03:03:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001419 10.0.0.141 - - [2026-05-07 03:03:22] "POST /neutron/port HTTP/1.1" 200 117 0.009015 10.0.0.27 - - [2026-05-07 03:03:22] "GET /projects?obj_uuids=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001139 10.0.0.141 - - [2026-05-07 03:03:23] "POST /neutron/port HTTP/1.1" 200 1062 0.386117 10.0.0.141 - - [2026-05-07 03:03:23] "POST /neutron/port HTTP/1.1" 200 1116 0.127443 10.0.0.27 - - [2026-05-07 03:03:23] "GET /projects?obj_uuids=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001058 10.0.0.141 - - [2026-05-07 03:03:23] "GET /project/c76386d4-a977-4b42-810c-c91329dca583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.101910 10.0.0.141 - - [2026-05-07 03:03:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004651 10.0.0.141 - - [2026-05-07 03:03:23] "POST /neutron/network HTTP/1.1" 200 928 0.008027 10.0.0.141 - - [2026-05-07 03:03:23] "POST /neutron/port HTTP/1.1" 200 117 0.006926 10.0.0.27 - - [2026-05-07 03:03:24] "DELETE /project/b8b145f6-423a-44fd-b23b-52866b18050d HTTP/1.1" 404 177 0.003736 10.0.0.27 - - [2026-05-07 03:03:24] "DELETE /project/c76386d4a9774b42810cc91329dca583 HTTP/1.1" 404 173 0.006797 10.0.0.141 - - [2026-05-07 03:03:24] "POST /neutron/network HTTP/1.1" 200 939 0.008285 10.0.0.141 - - [2026-05-07 03:03:24] "POST /neutron/port HTTP/1.1" 200 1063 0.032983 10.0.0.141 - - [2026-05-07 03:03:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004478 10.0.0.141 - - [2026-05-07 03:03:25] "POST /neutron/network HTTP/1.1" 200 929 0.008273 10.0.0.141 - - [2026-05-07 03:03:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008998 10.0.0.141 - - [2026-05-07 03:03:29] "POST /neutron/network HTTP/1.1" 200 939 0.007973 10.0.0.141 - - [2026-05-07 03:03:29] "POST /neutron/subnet HTTP/1.1" 200 704 0.012122 10.0.0.141 - - [2026-05-07 03:03:29] "POST /neutron/port HTTP/1.1" 200 1126 0.025931 10.0.0.141 - - [2026-05-07 03:03:29] "GET /virtual-machine/3025a11b-61f1-410b-8b2f-9eac36323cb5 HTTP/1.1" 401 293 0.000496 10.0.0.141 - - [2026-05-07 03:03:29] "GET /virtual-machine/3025a11b-61f1-410b-8b2f-9eac36323cb5 HTTP/1.1" 200 1294 0.043485 10.0.0.141 - - [2026-05-07 03:03:29] "GET /virtual-machine-interface/3ac65d0f-bdc2-4e13-b9cd-93aa0707c6c8 HTTP/1.1" 200 2951 0.007249 10.0.0.141 - - [2026-05-07 03:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.141 - - [2026-05-07 03:03:29] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004782 10.0.0.141 - - [2026-05-07 03:03:29] "GET /virtual-networks?parent_id=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004800 10.0.0.141 - - [2026-05-07 03:03:29] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010006 10.0.0.141 - - [2026-05-07 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005950 10.0.0.141 - - [2026-05-07 03:03:32] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007072 10.0.0.141 - - [2026-05-07 03:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.141 - - [2026-05-07 03:03:37] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006511 10.0.0.141 - - [2026-05-07 03:03:39] "GET /obj-perms HTTP/1.1" 200 5075 0.070766 10.0.0.141 - - [2026-05-07 03:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.141 - - [2026-05-07 03:03:41] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006392 10.0.0.141 - - [2026-05-07 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.141 - - [2026-05-07 03:03:45] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006780 10.0.0.141 - - [2026-05-07 03:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.141 - - [2026-05-07 03:03:49] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006381 10.0.0.141 - - [2026-05-07 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005354 10.0.0.141 - - [2026-05-07 03:03:53] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006660 10.0.0.141 - - [2026-05-07 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.141 - - [2026-05-07 03:03:57] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008020 10.0.0.141 - - [2026-05-07 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.141 - - [2026-05-07 03:04:01] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.009163 10.0.0.141 - - [2026-05-07 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005448 10.0.0.141 - - [2026-05-07 03:04:05] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006184 10.0.0.141 - - [2026-05-07 03:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.141 - - [2026-05-07 03:04:07] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005022 10.0.0.141 - - [2026-05-07 03:04:07] "GET /virtual-networks?parent_id=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003769 10.0.0.141 - - [2026-05-07 03:04:07] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007119 10.0.0.141 - - [2026-05-07 03:04:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009000 10.0.0.141 - - [2026-05-07 03:04:18] "POST /neutron/port HTTP/1.1" 200 1126 0.020520 10.0.0.141 - - [2026-05-07 03:04:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010422 10.0.0.141 - - [2026-05-07 03:04:23] "POST /neutron/port HTTP/1.1" 200 1126 0.020948 10.0.0.141 - - [2026-05-07 03:04:23] "POST /neutron/port HTTP/1.1" 200 1126 0.025634 10.0.0.141 - - [2026-05-07 03:04:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.013824 10.0.0.249 - - [2026-05-07 03:04:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000632 10.0.0.249 - - [2026-05-07 03:04:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.27 - - [2026-05-07 03:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.27 - - [2026-05-07 03:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000594 10.0.0.249 - - [2026-05-07 03:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.249 - - [2026-05-07 03:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000496 10.0.0.141 - - [2026-05-07 03:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.141 - - [2026-05-07 03:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000467 10.0.0.27 - - [2026-05-07 03:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.27 - - [2026-05-07 03:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.141 - - [2026-05-07 03:04:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000486 10.0.0.141 - - [2026-05-07 03:04:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.141 - - [2026-05-07 03:04:28] "POST /neutron/port HTTP/1.1" 200 1127 0.038261 10.0.0.141 - - [2026-05-07 03:04:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009329 10.0.0.141 - - [2026-05-07 03:04:29] "GET /virtual-machine/12d696d8-05b0-4374-848d-549c37a66ca0 HTTP/1.1" 200 1293 0.008934 10.0.0.141 - - [2026-05-07 03:04:29] "GET /virtual-machine-interface/d2200814-dc42-48f1-b4ad-7caeb3561e70 HTTP/1.1" 200 2952 0.007062 10.0.0.141 - - [2026-05-07 03:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.141 - - [2026-05-07 03:04:29] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005108 10.0.0.141 - - [2026-05-07 03:04:29] "GET /virtual-networks?parent_id=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004024 10.0.0.141 - - [2026-05-07 03:04:29] "GET /virtual-network/6afd3d69-895a-43fb-a733-6ca5e1d3f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008020 10.0.0.141 - - [2026-05-07 03:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005567 10.0.0.141 - - [2026-05-07 03:04:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006257 10.0.0.141 - - [2026-05-07 03:04:30] "GET /virtual-networks?parent_id=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004273 10.0.0.141 - - [2026-05-07 03:04:30] "GET /virtual-network/6afd3d69-895a-43fb-a733-6ca5e1d3f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006866 10.0.0.141 - - [2026-05-07 03:04:30] "POST /neutron/port HTTP/1.1" 200 1127 0.022195 10.0.0.141 - - [2026-05-07 03:04:31] "POST /neutron/port HTTP/1.1" 200 1127 0.030053 10.0.0.141 - - [2026-05-07 03:04:31] "POST /neutron/subnet HTTP/1.1" 200 704 0.011930 10.0.0.141 - - [2026-05-07 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.27 - - [2026-05-07 03:04:58] "GET /projects?obj_uuids=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.034411 10.0.0.141 - - [2026-05-07 03:04:58] "GET /project/c76386d4-a977-4b42-810c-c91329dca583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.084262 10.0.0.141 - - [2026-05-07 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.141 - - [2026-05-07 03:04:58] "PUT /network-policy/0af2b3ae-ed97-41e2-ab93-5bda1b0144de HTTP/1.1" 200 262 0.020182 10.0.0.249 - - [2026-05-07 03:04:59] "PUT /access-control-list/8e237bd4-9f3e-4d78-92cd-fa63ea3dfcb1 HTTP/1.1" 200 272 0.085837 10.0.0.141 - - [2026-05-07 03:05:02] "GET /virtual-network/6afd3d69-895a-43fb-a733-6ca5e1d3f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006385 10.0.0.141 - - [2026-05-07 03:05:02] "POST /neutron/network HTTP/1.1" 200 929 0.009377 10.0.0.141 - - [2026-05-07 03:05:02] "GET /virtual-network/6afd3d69-895a-43fb-a733-6ca5e1d3f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010523 10.0.0.141 - - [2026-05-07 03:05:02] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008165 10.0.0.141 - - [2026-05-07 03:05:02] "POST /neutron/network HTTP/1.1" 200 928 0.009290 10.0.0.249 - - [2026-05-07 03:05:03] "DELETE /access-control-list/780d8dd2-fc51-4cdc-88ed-47fd5850375d HTTP/1.1" 200 115 0.048617 10.0.0.141 - - [2026-05-07 03:05:03] "POST /neutron/network HTTP/1.1" 200 826 0.011376 10.0.0.141 - - [2026-05-07 03:05:03] "GET /virtual-network/2b95a153-f1f7-4a45-ab9b-3d91ff418c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005705 10.0.0.141 - - [2026-05-07 03:05:03] "DELETE /network-policy/0af2b3ae-ed97-41e2-ab93-5bda1b0144de HTTP/1.1" 200 115 0.045223 10.0.0.141 - - [2026-05-07 03:05:03] "POST /neutron/port HTTP/1.1" 200 1116 0.052377 10.0.0.141 - - [2026-05-07 03:05:03] "POST /neutron/port HTTP/1.1" 200 151 0.260628 10.0.0.27 - - [2026-05-07 03:05:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006208 10.0.0.27 - - [2026-05-07 03:05:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006211 10.0.0.141 - - [2026-05-07 03:05:05] "POST /neutron/network HTTP/1.1" 200 151 0.196478 10.0.0.249 - - [2026-05-07 03:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005474 10.0.0.27 - - [2026-05-07 03:05:07] "GET /projects?obj_uuids=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001078 10.0.0.141 - - [2026-05-07 03:05:07] "GET /project/c76386d4-a977-4b42-810c-c91329dca583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.094746 10.0.0.27 - - [2026-05-07 03:05:07] "GET /projects?obj_uuids=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002166 10.0.0.141 - - [2026-05-07 03:05:07] "GET /project/c76386d4-a977-4b42-810c-c91329dca583?fields=virtual_networks HTTP/1.1" 200 1036 0.045037 10.0.0.27 - - [2026-05-07 03:05:07] "GET /projects?obj_uuids=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001506 10.0.0.141 - - [2026-05-07 03:05:07] "GET /project/c76386d4-a977-4b42-810c-c91329dca583?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.053046 10.0.0.27 - - [2026-05-07 03:05:08] "GET /projects?obj_uuids=c76386d4-a977-4b42-810c-c91329dca583&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001123 10.0.0.141 - - [2026-05-07 03:05:08] "GET /project/c76386d4-a977-4b42-810c-c91329dca583?fields=security_groups HTTP/1.1" 200 1264 0.050586 10.0.0.141 - - [2026-05-07 03:05:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.034611 10.0.0.27 - - [2026-05-07 03:05:09] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003515 10.0.0.27 - - [2026-05-07 03:05:09] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001466 10.0.0.27 - - [2026-05-07 03:05:09] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041635 10.0.0.27 - - [2026-05-07 03:05:09] "POST /id-to-fqname HTTP/1.1" 200 202 0.005131 10.0.0.27 - - [2026-05-07 03:05:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.005463 10.0.0.27 - - [2026-05-07 03:05:09] "POST /security-groups HTTP/1.1" 200 603 0.081357 10.0.0.27 - - [2026-05-07 03:05:09] "POST /projects HTTP/1.1" 200 609 0.304908 10.0.0.249 - - [2026-05-07 03:05:09] "POST /access-control-lists HTTP/1.1" 200 608 0.030864 10.0.0.27 - - [2026-05-07 03:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.379044 10.0.0.141 - - [2026-05-07 03:05:09] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.578021 10.0.0.141 - - [2026-05-07 03:05:10] "GET / HTTP/1.1" 200 35931 0.001887 10.0.0.249 - - [2026-05-07 03:05:14] "DELETE /access-control-list/7db49520-0b90-48b3-9874-36b0584bba75 HTTP/1.1" 200 115 0.065763 10.0.0.141 - - [2026-05-07 03:05:14] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000485 10.0.0.27 - - [2026-05-07 03:05:14] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001339 10.0.0.141 - - [2026-05-07 03:05:14] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.104151 10.0.0.141 - - [2026-05-07 03:05:15] "GET / HTTP/1.1" 200 35931 0.002388 10.0.0.141 - - [2026-05-07 03:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005464 10.0.0.27 - - [2026-05-07 03:05:15] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.141 - - [2026-05-07 03:05:15] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009595 10.0.0.141 - - [2026-05-07 03:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006029 10.0.0.27 - - [2026-05-07 03:05:16] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001161 10.0.0.141 - - [2026-05-07 03:05:16] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053333 10.0.0.141 - - [2026-05-07 03:05:17] "GET /domains HTTP/1.1" 401 293 0.000542 10.0.0.141 - - [2026-05-07 03:05:17] "GET /domains HTTP/1.1" 200 280 0.044072 10.0.0.27 - - [2026-05-07 03:05:17] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001986 10.0.0.141 - - [2026-05-07 03:05:17] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe HTTP/1.1" 200 2779 0.014614 10.0.0.27 - - [2026-05-07 03:05:17] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.141 - - [2026-05-07 03:05:17] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca HTTP/1.1" 200 1925 0.104115 10.0.0.141 - - [2026-05-07 03:05:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003918 10.0.0.141 - - [2026-05-07 03:05:17] "POST /network-ipams HTTP/1.1" 200 621 0.037861 10.0.0.141 - - [2026-05-07 03:05:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004528 10.0.0.141 - - [2026-05-07 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.141 - - [2026-05-07 03:05:17] "GET /network-ipam/baaba5c7-daf4-47f2-afe7-a3beabdc0552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.007480 10.0.0.141 - - [2026-05-07 03:05:18] "PUT /network-ipam/baaba5c7-daf4-47f2-afe7-a3beabdc0552 HTTP/1.1" 200 258 0.022699 10.0.0.141 - - [2026-05-07 03:05:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000632 10.0.0.141 - - [2026-05-07 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.033647 10.0.0.27 - - [2026-05-07 03:05:18] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001132 10.0.0.141 - - [2026-05-07 03:05:18] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047768 10.0.0.141 - - [2026-05-07 03:05:18] "POST /neutron/network HTTP/1.1" 200 117 0.054073 10.0.0.249 - - [2026-05-07 03:05:19] "POST /ref-update HTTP/1.1" 200 156 0.036496 10.0.0.27 - - [2026-05-07 03:05:19] "POST /useragent-kv HTTP/1.1" 200 115 0.011264 10.0.0.141 - - [2026-05-07 03:05:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.211846 10.0.0.141 - - [2026-05-07 03:05:19] "POST /id-to-fqname HTTP/1.1" 200 235 0.001524 10.0.0.141 - - [2026-05-07 03:05:19] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.010136 10.0.0.141 - - [2026-05-07 03:05:19] "POST /neutron/network HTTP/1.1" 200 1337 0.015193 10.0.0.141 - - [2026-05-07 03:05:19] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006580 10.0.0.141 - - [2026-05-07 03:05:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.011338 10.0.0.141 - - [2026-05-07 03:05:20] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006834 10.0.0.249 - - [2026-05-07 03:05:21] "GET /obj-perms HTTP/1.1" 200 5038 0.080355 10.0.0.141 - - [2026-05-07 03:05:22] "POST /fqname-to-id HTTP/1.1" 404 229 0.004343 10.0.0.141 - - [2026-05-07 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.27 - - [2026-05-07 03:05:22] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.141 - - [2026-05-07 03:05:22] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051444 10.0.0.141 - - [2026-05-07 03:05:22] "POST /network-policys HTTP/1.1" 200 563 0.046360 10.0.0.141 - - [2026-05-07 03:05:22] "GET /network-policy/fcb34f4a-a52e-4552-8ef0-26eaeb246685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.015998 10.0.0.141 - - [2026-05-07 03:05:22] "POST /fqname-to-id HTTP/1.1" 404 229 0.004821 10.0.0.141 - - [2026-05-07 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.27 - - [2026-05-07 03:05:22] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.141 - - [2026-05-07 03:05:22] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045475 10.0.0.141 - - [2026-05-07 03:05:22] "POST /network-policys HTTP/1.1" 200 563 0.043102 10.0.0.141 - - [2026-05-07 03:05:22] "GET /network-policy/93bbe166-946a-43a9-a9af-169eb3874ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.008374 10.0.0.141 - - [2026-05-07 03:05:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.004268 10.0.0.141 - - [2026-05-07 03:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.27 - - [2026-05-07 03:05:23] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001690 10.0.0.141 - - [2026-05-07 03:05:23] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058488 10.0.0.141 - - [2026-05-07 03:05:23] "POST /network-policys HTTP/1.1" 200 563 0.051156 10.0.0.141 - - [2026-05-07 03:05:23] "GET /network-policy/f2f6e961-46a4-4dc1-bf86-c2523bdbf9f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.009551 10.0.0.141 - - [2026-05-07 03:05:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.003982 10.0.0.141 - - [2026-05-07 03:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.27 - - [2026-05-07 03:05:23] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.141 - - [2026-05-07 03:05:23] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.052296 10.0.0.141 - - [2026-05-07 03:05:23] "POST /network-policys HTTP/1.1" 200 563 0.039442 10.0.0.141 - - [2026-05-07 03:05:23] "GET /network-policy/1825aada-65b2-48d2-b7b4-b77aee998b44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007885 10.0.0.141 - - [2026-05-07 03:05:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.004156 10.0.0.141 - - [2026-05-07 03:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.27 - - [2026-05-07 03:05:24] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001507 10.0.0.141 - - [2026-05-07 03:05:24] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.060795 10.0.0.27 - - [2026-05-07 03:05:24] "DELETE /project/f96b03696baf48bba9e7f62bb2956fca HTTP/1.1" 404 173 0.002782 10.0.0.27 - - [2026-05-07 03:05:24] "DELETE /project/c76386d4-a977-4b42-810c-c91329dca583 HTTP/1.1" 404 177 0.005073 10.0.0.141 - - [2026-05-07 03:05:24] "POST /network-policys HTTP/1.1" 200 563 0.041359 10.0.0.141 - - [2026-05-07 03:05:24] "GET /network-policy/b193c346-8873-4b60-9fd2-94fcbb76a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007666 10.0.0.141 - - [2026-05-07 03:05:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.006201 10.0.0.141 - - [2026-05-07 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.27 - - [2026-05-07 03:05:24] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001348 10.0.0.141 - - [2026-05-07 03:05:24] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058950 10.0.0.141 - - [2026-05-07 03:05:24] "POST /network-policys HTTP/1.1" 200 563 0.039049 10.0.0.141 - - [2026-05-07 03:05:24] "GET /network-policy/e76172af-5bb5-4946-8edb-f997a14f9278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007972 10.0.0.141 - - [2026-05-07 03:05:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.004246 10.0.0.141 - - [2026-05-07 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.27 - - [2026-05-07 03:05:24] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.141 - - [2026-05-07 03:05:25] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.071502 10.0.0.141 - - [2026-05-07 03:05:25] "POST /network-policys HTTP/1.1" 200 563 0.041914 10.0.0.141 - - [2026-05-07 03:05:25] "GET /network-policy/fd3e43f6-84a1-423d-ae43-97c8910b5d45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007691 10.0.0.141 - - [2026-05-07 03:05:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.004015 10.0.0.141 - - [2026-05-07 03:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.27 - - [2026-05-07 03:05:25] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001109 10.0.0.141 - - [2026-05-07 03:05:25] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054757 10.0.0.141 - - [2026-05-07 03:05:25] "POST /network-policys HTTP/1.1" 200 563 0.036669 10.0.0.141 - - [2026-05-07 03:05:25] "GET /network-policy/f0f9f39c-9969-4691-b97c-dab8e53ba0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007344 10.0.0.141 - - [2026-05-07 03:05:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.003674 10.0.0.141 - - [2026-05-07 03:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.27 - - [2026-05-07 03:05:25] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001277 10.0.0.141 - - [2026-05-07 03:05:25] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.065340 10.0.0.141 - - [2026-05-07 03:05:26] "POST /network-policys HTTP/1.1" 200 563 0.040060 10.0.0.141 - - [2026-05-07 03:05:26] "GET /network-policy/881fb68b-cdb1-4f9d-958a-7bb6dcaa4878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.011611 10.0.0.141 - - [2026-05-07 03:05:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.004378 10.0.0.141 - - [2026-05-07 03:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.27 - - [2026-05-07 03:05:26] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.141 - - [2026-05-07 03:05:26] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.062213 10.0.0.141 - - [2026-05-07 03:05:26] "POST /network-policys HTTP/1.1" 200 563 0.042161 10.0.0.141 - - [2026-05-07 03:05:26] "GET /network-policy/4c37c34f-076f-4d31-a219-955a01ebd356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.010623 10.0.0.141 - - [2026-05-07 03:05:27] "POST /neutron/network HTTP/1.1" 200 2250 0.182918 10.0.0.141 - - [2026-05-07 03:05:27] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.012622 10.0.0.141 - - [2026-05-07 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007066 10.0.0.141 - - [2026-05-07 03:05:27] "GET /network-policy/1825aada-65b2-48d2-b7b4-b77aee998b44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008101 10.0.0.141 - - [2026-05-07 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.141 - - [2026-05-07 03:05:27] "GET /network-policy/4c37c34f-076f-4d31-a219-955a01ebd356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005050 10.0.0.141 - - [2026-05-07 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.141 - - [2026-05-07 03:05:27] "GET /network-policy/881fb68b-cdb1-4f9d-958a-7bb6dcaa4878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004841 10.0.0.141 - - [2026-05-07 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.141 - - [2026-05-07 03:05:27] "GET /network-policy/93bbe166-946a-43a9-a9af-169eb3874ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005802 10.0.0.141 - - [2026-05-07 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.141 - - [2026-05-07 03:05:27] "GET /network-policy/b193c346-8873-4b60-9fd2-94fcbb76a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006064 10.0.0.141 - - [2026-05-07 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.141 - - [2026-05-07 03:05:27] "GET /network-policy/e76172af-5bb5-4946-8edb-f997a14f9278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008314 10.0.0.141 - - [2026-05-07 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005265 10.0.0.141 - - [2026-05-07 03:05:27] "GET /network-policy/f0f9f39c-9969-4691-b97c-dab8e53ba0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007195 10.0.0.141 - - [2026-05-07 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.141 - - [2026-05-07 03:05:27] "GET /network-policy/f2f6e961-46a4-4dc1-bf86-c2523bdbf9f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006919 10.0.0.141 - - [2026-05-07 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.141 - - [2026-05-07 03:05:27] "GET /network-policy/fcb34f4a-a52e-4552-8ef0-26eaeb246685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006269 10.0.0.141 - - [2026-05-07 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005240 10.0.0.141 - - [2026-05-07 03:05:27] "GET /network-policy/fd3e43f6-84a1-423d-ae43-97c8910b5d45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005476 10.0.0.141 - - [2026-05-07 03:05:27] "POST /id-to-fqname HTTP/1.1" 200 235 0.001828 10.0.0.27 - - [2026-05-07 03:05:29] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001174 10.0.0.141 - - [2026-05-07 03:05:29] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.123960 10.0.0.141 - - [2026-05-07 03:05:29] "POST /neutron/network HTTP/1.1" 200 2250 0.047306 10.0.0.141 - - [2026-05-07 03:05:29] "POST /neutron/port HTTP/1.1" 200 117 0.017376 10.0.0.141 - - [2026-05-07 03:05:30] "POST /neutron/port HTTP/1.1" 200 1174 0.025205 10.0.0.141 - - [2026-05-07 03:05:31] "POST /neutron/port HTTP/1.1" 200 1238 0.028238 10.0.0.141 - - [2026-05-07 03:05:31] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020712 10.0.0.141 - - [2026-05-07 03:05:31] "POST /neutron/network HTTP/1.1" 200 2250 0.016906 10.0.0.141 - - [2026-05-07 03:05:34] "POST /neutron/port HTTP/1.1" 200 1238 0.026268 10.0.0.141 - - [2026-05-07 03:05:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010435 10.0.0.141 - - [2026-05-07 03:05:35] "GET /virtual-machine/cd200d9f-6852-413e-8b2e-ed103e65c8ef HTTP/1.1" 401 293 0.000468 10.0.0.141 - - [2026-05-07 03:05:35] "GET /virtual-machine/cd200d9f-6852-413e-8b2e-ed103e65c8ef HTTP/1.1" 200 1305 0.041332 10.0.0.141 - - [2026-05-07 03:05:35] "GET /virtual-machine-interface/8c5b700c-e69c-4c9b-a4e6-eb6a309d2405 HTTP/1.1" 200 3170 0.011019 10.0.0.141 - - [2026-05-07 03:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007342 10.0.0.141 - - [2026-05-07 03:05:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005915 10.0.0.141 - - [2026-05-07 03:05:35] "GET /virtual-networks?parent_id=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003746 10.0.0.141 - - [2026-05-07 03:05:35] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.010674 10.0.0.141 - - [2026-05-07 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.141 - - [2026-05-07 03:05:38] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006188 10.0.0.27 - - [2026-05-07 03:05:41] "GET /obj-perms HTTP/1.1" 200 5075 0.092958 10.0.0.141 - - [2026-05-07 03:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.141 - - [2026-05-07 03:05:42] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006646 10.0.0.141 - - [2026-05-07 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.141 - - [2026-05-07 03:05:46] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.007236 10.0.0.141 - - [2026-05-07 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.141 - - [2026-05-07 03:05:51] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.007883 10.0.0.141 - - [2026-05-07 03:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.141 - - [2026-05-07 03:05:55] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.007078 10.0.0.141 - - [2026-05-07 03:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007396 10.0.0.141 - - [2026-05-07 03:05:59] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.007091 10.0.0.141 - - [2026-05-07 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005709 10.0.0.141 - - [2026-05-07 03:06:03] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.008121 10.0.0.141 - - [2026-05-07 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.141 - - [2026-05-07 03:06:07] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006843 10.0.0.141 - - [2026-05-07 03:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005058 10.0.0.141 - - [2026-05-07 03:06:11] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006682 10.0.0.141 - - [2026-05-07 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.141 - - [2026-05-07 03:06:15] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006382 10.0.0.141 - - [2026-05-07 03:06:15] "GET /virtual-networks?parent_id=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004843 10.0.0.141 - - [2026-05-07 03:06:15] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.008042 10.0.0.141 - - [2026-05-07 03:06:21] "POST /neutron/port HTTP/1.1" 200 1238 0.026067 10.0.0.141 - - [2026-05-07 03:06:23] "POST /neutron/port HTTP/1.1" 200 1238 0.061962 10.0.0.141 - - [2026-05-07 03:06:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004764 10.0.0.141 - - [2026-05-07 03:06:23] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.141 - - [2026-05-07 03:06:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008665 10.0.0.141 - - [2026-05-07 03:06:31] "POST /neutron/port HTTP/1.1" 200 1238 0.025002 10.0.0.141 - - [2026-05-07 03:06:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008595 10.0.0.141 - - [2026-05-07 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.141 - - [2026-05-07 03:06:37] "GET /network-policy/fcb34f4a-a52e-4552-8ef0-26eaeb246685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004006 10.0.0.141 - - [2026-05-07 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.141 - - [2026-05-07 03:06:37] "GET /network-policy/93bbe166-946a-43a9-a9af-169eb3874ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005695 10.0.0.141 - - [2026-05-07 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.141 - - [2026-05-07 03:06:37] "GET /network-policy/f2f6e961-46a4-4dc1-bf86-c2523bdbf9f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005362 10.0.0.141 - - [2026-05-07 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152 10.0.0.141 - - [2026-05-07 03:06:37] "GET /network-policy/1825aada-65b2-48d2-b7b4-b77aee998b44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004753 10.0.0.141 - - [2026-05-07 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.141 - - [2026-05-07 03:06:37] "GET /network-policy/b193c346-8873-4b60-9fd2-94fcbb76a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006721 10.0.0.141 - - [2026-05-07 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005776 10.0.0.141 - - [2026-05-07 03:06:37] "GET /network-policy/e76172af-5bb5-4946-8edb-f997a14f9278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005560 10.0.0.141 - - [2026-05-07 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.141 - - [2026-05-07 03:06:37] "GET /network-policy/fd3e43f6-84a1-423d-ae43-97c8910b5d45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004766 10.0.0.141 - - [2026-05-07 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006837 10.0.0.141 - - [2026-05-07 03:06:37] "GET /network-policy/f0f9f39c-9969-4691-b97c-dab8e53ba0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.016554 10.0.0.141 - - [2026-05-07 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.141 - - [2026-05-07 03:06:37] "GET /network-policy/881fb68b-cdb1-4f9d-958a-7bb6dcaa4878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006072 10.0.0.141 - - [2026-05-07 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.141 - - [2026-05-07 03:06:37] "GET /network-policy/4c37c34f-076f-4d31-a219-955a01ebd356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004632 10.0.0.141 - - [2026-05-07 03:06:37] "POST /neutron/network HTTP/1.1" 200 2250 0.014185 10.0.0.249 - - [2026-05-07 03:06:38] "PUT /access-control-list/d11afaf9-492d-47db-bd96-a3ead25c3267 HTTP/1.1" 200 272 0.033112 10.0.0.249 - - [2026-05-07 03:06:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.084782 10.0.0.141 - - [2026-05-07 03:06:38] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.009542 10.0.0.141 - - [2026-05-07 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.141 - - [2026-05-07 03:06:38] "GET /network-policy/fcb34f4a-a52e-4552-8ef0-26eaeb246685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004816 10.0.0.141 - - [2026-05-07 03:06:42] "GET /obj-perms HTTP/1.1" 200 5075 0.068906 10.0.0.141 - - [2026-05-07 03:06:43] "POST /neutron/network HTTP/1.1" 200 1440 0.014284 10.0.0.141 - - [2026-05-07 03:06:43] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.009710 10.0.0.141 - - [2026-05-07 03:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.141 - - [2026-05-07 03:06:43] "GET /network-policy/93bbe166-946a-43a9-a9af-169eb3874ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005280 10.0.0.141 - - [2026-05-07 03:06:48] "POST /neutron/network HTTP/1.1" 200 1440 0.016990 10.0.0.141 - - [2026-05-07 03:06:48] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.008880 10.0.0.141 - - [2026-05-07 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.141 - - [2026-05-07 03:06:48] "GET /network-policy/f2f6e961-46a4-4dc1-bf86-c2523bdbf9f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004998 10.0.0.141 - - [2026-05-07 03:06:53] "POST /neutron/network HTTP/1.1" 200 1440 0.013861 10.0.0.249 - - [2026-05-07 03:06:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.013711 10.0.0.249 - - [2026-05-07 03:06:54] "PUT /access-control-list/d11afaf9-492d-47db-bd96-a3ead25c3267 HTTP/1.1" 200 272 0.072540 10.0.0.141 - - [2026-05-07 03:06:54] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.009252 10.0.0.141 - - [2026-05-07 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.141 - - [2026-05-07 03:06:54] "GET /network-policy/1825aada-65b2-48d2-b7b4-b77aee998b44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005772 10.0.0.141 - - [2026-05-07 03:06:59] "POST /neutron/network HTTP/1.1" 200 1440 0.022145 10.0.0.141 - - [2026-05-07 03:06:59] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.014875 10.0.0.141 - - [2026-05-07 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004929 10.0.0.141 - - [2026-05-07 03:06:59] "GET /network-policy/b193c346-8873-4b60-9fd2-94fcbb76a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005722 10.0.0.141 - - [2026-05-07 03:07:04] "POST /neutron/network HTTP/1.1" 200 1440 0.015227 10.0.0.141 - - [2026-05-07 03:07:04] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.012014 10.0.0.141 - - [2026-05-07 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005770 10.0.0.141 - - [2026-05-07 03:07:04] "GET /network-policy/e76172af-5bb5-4946-8edb-f997a14f9278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007318 10.0.0.141 - - [2026-05-07 03:07:09] "POST /neutron/network HTTP/1.1" 200 1440 0.017939 10.0.0.249 - - [2026-05-07 03:07:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.004319 10.0.0.249 - - [2026-05-07 03:07:10] "PUT /access-control-list/d11afaf9-492d-47db-bd96-a3ead25c3267 HTTP/1.1" 200 272 0.086638 10.0.0.141 - - [2026-05-07 03:07:10] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.009387 10.0.0.141 - - [2026-05-07 03:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005484 10.0.0.141 - - [2026-05-07 03:07:10] "GET /network-policy/fd3e43f6-84a1-423d-ae43-97c8910b5d45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006780 10.0.0.141 - - [2026-05-07 03:07:15] "POST /neutron/network HTTP/1.1" 200 1440 0.013602 10.0.0.141 - - [2026-05-07 03:07:15] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.010111 10.0.0.141 - - [2026-05-07 03:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.141 - - [2026-05-07 03:07:15] "GET /network-policy/f0f9f39c-9969-4691-b97c-dab8e53ba0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005325 10.0.0.141 - - [2026-05-07 03:07:20] "POST /neutron/network HTTP/1.1" 200 1440 0.014521 10.0.0.141 - - [2026-05-07 03:07:20] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.008952 10.0.0.141 - - [2026-05-07 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.141 - - [2026-05-07 03:07:20] "GET /network-policy/881fb68b-cdb1-4f9d-958a-7bb6dcaa4878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005013 10.0.0.141 - - [2026-05-07 03:07:23] "POST /neutron/port HTTP/1.1" 200 1238 0.023576 10.0.0.141 - - [2026-05-07 03:07:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004548 10.0.0.141 - - [2026-05-07 03:07:23] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.141 - - [2026-05-07 03:07:26] "POST /neutron/network HTTP/1.1" 200 1440 0.017379 10.0.0.249 - - [2026-05-07 03:07:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.006611 10.0.0.249 - - [2026-05-07 03:07:26] "PUT /access-control-list/d11afaf9-492d-47db-bd96-a3ead25c3267 HTTP/1.1" 200 272 0.080997 10.0.0.141 - - [2026-05-07 03:07:26] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.012876 10.0.0.141 - - [2026-05-07 03:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.141 - - [2026-05-07 03:07:26] "GET /network-policy/4c37c34f-076f-4d31-a219-955a01ebd356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005224 10.0.0.141 - - [2026-05-07 03:07:31] "GET /virtual-machine/cd200d9f-6852-413e-8b2e-ed103e65c8ef HTTP/1.1" 200 1305 0.005139 10.0.0.141 - - [2026-05-07 03:07:31] "POST /neutron/port HTTP/1.1" 200 1238 0.023824 10.0.0.141 - - [2026-05-07 03:07:33] "GET /virtual-machine/cd200d9f-6852-413e-8b2e-ed103e65c8ef HTTP/1.1" 404 171 0.003970 10.0.0.141 - - [2026-05-07 03:07:33] "GET /virtual-machine/cd200d9f-6852-413e-8b2e-ed103e65c8ef HTTP/1.1" 404 171 0.003399 10.0.0.141 - - [2026-05-07 03:07:33] "GET /virtual-machine/cd200d9f-6852-413e-8b2e-ed103e65c8ef HTTP/1.1" 404 171 0.003863 10.0.0.141 - - [2026-05-07 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005340 10.0.0.141 - - [2026-05-07 03:07:33] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005568 10.0.0.141 - - [2026-05-07 03:07:33] "GET /virtual-networks?parent_id=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005346 10.0.0.141 - - [2026-05-07 03:07:33] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.011868 10.0.0.141 - - [2026-05-07 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006162 10.0.0.141 - - [2026-05-07 03:07:33] "GET /routing-instance/74492f69-f901-41db-a94b-9cd42eebe4db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.006024 10.0.0.141 - - [2026-05-07 03:07:33] "GET /route-target/b5e30eb0-1e5a-47a3-8f1c-e2f57fd213e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005928 10.0.0.249 - - [2026-05-07 03:07:34] "GET /obj-perms HTTP/1.1" 200 5038 0.004467 10.0.0.141 - - [2026-05-07 03:07:40] "GET /obj-perms HTTP/1.1" 200 5038 0.076363 10.0.0.249 - - [2026-05-07 03:07:43] "GET /obj-perms HTTP/1.1" 200 5038 0.004873 10.0.0.141 - - [2026-05-07 03:07:46] "GET /obj-perms HTTP/1.1" 200 5038 0.004336 10.0.0.249 - - [2026-05-07 03:07:52] "GET /obj-perms HTTP/1.1" 200 5038 0.004948 10.0.0.141 - - [2026-05-07 03:07:56] "GET /obj-perms HTTP/1.1" 200 5038 0.004443 10.0.0.249 - - [2026-05-07 03:08:02] "GET /obj-perms HTTP/1.1" 200 5038 0.004175 10.0.0.141 - - [2026-05-07 03:08:02] "GET /obj-perms HTTP/1.1" 200 5038 0.005742 10.0.0.141 - - [2026-05-07 03:08:02] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.007955 10.0.0.141 - - [2026-05-07 03:08:02] "POST /neutron/network HTTP/1.1" 200 1440 0.018308 10.0.0.141 - - [2026-05-07 03:08:02] "GET /virtual-network/6d434be6-30e7-4306-8047-e84576ce7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.011452 10.0.0.141 - - [2026-05-07 03:08:02] "DELETE /network-policy/4c37c34f-076f-4d31-a219-955a01ebd356 HTTP/1.1" 200 115 0.057194 10.0.0.141 - - [2026-05-07 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.27 - - [2026-05-07 03:08:02] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.141 - - [2026-05-07 03:08:02] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043766 10.0.0.141 - - [2026-05-07 03:08:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-51536274&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.006642 10.0.0.141 - - [2026-05-07 03:08:03] "DELETE /network-policy/881fb68b-cdb1-4f9d-958a-7bb6dcaa4878 HTTP/1.1" 200 115 0.059200 10.0.0.141 - - [2026-05-07 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005919 10.0.0.27 - - [2026-05-07 03:08:03] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.141 - - [2026-05-07 03:08:03] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047443 10.0.0.141 - - [2026-05-07 03:08:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-51536274&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006388 10.0.0.141 - - [2026-05-07 03:08:03] "DELETE /network-policy/f0f9f39c-9969-4691-b97c-dab8e53ba0d4 HTTP/1.1" 200 115 0.044932 10.0.0.141 - - [2026-05-07 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.27 - - [2026-05-07 03:08:03] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.141 - - [2026-05-07 03:08:03] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051070 10.0.0.141 - - [2026-05-07 03:08:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-51536274&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.006664 10.0.0.141 - - [2026-05-07 03:08:03] "DELETE /network-policy/fd3e43f6-84a1-423d-ae43-97c8910b5d45 HTTP/1.1" 200 115 0.042974 10.0.0.141 - - [2026-05-07 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.27 - - [2026-05-07 03:08:03] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001155 10.0.0.141 - - [2026-05-07 03:08:03] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.063698 10.0.0.141 - - [2026-05-07 03:08:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-51536274&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.007042 10.0.0.141 - - [2026-05-07 03:08:03] "DELETE /network-policy/e76172af-5bb5-4946-8edb-f997a14f9278 HTTP/1.1" 200 115 0.058354 10.0.0.141 - - [2026-05-07 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.27 - - [2026-05-07 03:08:03] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002014 10.0.0.141 - - [2026-05-07 03:08:03] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.075930 10.0.0.141 - - [2026-05-07 03:08:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-51536274&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.007810 10.0.0.141 - - [2026-05-07 03:08:03] "DELETE /network-policy/b193c346-8873-4b60-9fd2-94fcbb76a1a9 HTTP/1.1" 200 115 0.060057 10.0.0.141 - - [2026-05-07 03:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.27 - - [2026-05-07 03:08:04] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001215 10.0.0.141 - - [2026-05-07 03:08:04] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.056105 10.0.0.141 - - [2026-05-07 03:08:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-51536274&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.006755 10.0.0.141 - - [2026-05-07 03:08:04] "DELETE /network-policy/1825aada-65b2-48d2-b7b4-b77aee998b44 HTTP/1.1" 200 115 0.066208 10.0.0.141 - - [2026-05-07 03:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005400 10.0.0.27 - - [2026-05-07 03:08:04] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001106 10.0.0.141 - - [2026-05-07 03:08:04] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.057304 10.0.0.141 - - [2026-05-07 03:08:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-51536274&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006801 10.0.0.141 - - [2026-05-07 03:08:04] "DELETE /network-policy/f2f6e961-46a4-4dc1-bf86-c2523bdbf9f7 HTTP/1.1" 200 115 0.050654 10.0.0.141 - - [2026-05-07 03:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.27 - - [2026-05-07 03:08:04] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001090 10.0.0.141 - - [2026-05-07 03:08:04] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.071069 10.0.0.141 - - [2026-05-07 03:08:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-51536274&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.014926 10.0.0.141 - - [2026-05-07 03:08:04] "DELETE /network-policy/93bbe166-946a-43a9-a9af-169eb3874ef6 HTTP/1.1" 200 115 0.075958 10.0.0.141 - - [2026-05-07 03:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.27 - - [2026-05-07 03:08:04] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001158 10.0.0.141 - - [2026-05-07 03:08:04] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.070435 10.0.0.141 - - [2026-05-07 03:08:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-51536274&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.008870 10.0.0.141 - - [2026-05-07 03:08:05] "DELETE /network-policy/fcb34f4a-a52e-4552-8ef0-26eaeb246685 HTTP/1.1" 200 115 0.059887 10.0.0.141 - - [2026-05-07 03:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005811 10.0.0.27 - - [2026-05-07 03:08:05] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001581 10.0.0.141 - - [2026-05-07 03:08:05] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.064557 10.0.0.141 - - [2026-05-07 03:08:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-51536274&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006897 10.0.0.141 - - [2026-05-07 03:08:05] "POST /neutron/network HTTP/1.1" 200 1337 0.016624 10.0.0.249 - - [2026-05-07 03:08:05] "DELETE /route-target/b5e30eb0-1e5a-47a3-8f1c-e2f57fd213e5 HTTP/1.1" 200 115 0.032083 10.0.0.141 - - [2026-05-07 03:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005324 10.0.0.141 - - [2026-05-07 03:08:05] "DELETE /network-ipam/baaba5c7-daf4-47f2-afe7-a3beabdc0552 HTTP/1.1" 200 115 0.045094 10.0.0.141 - - [2026-05-07 03:08:05] "POST /fqname-to-id HTTP/1.1" 404 260 0.006783 10.0.0.27 - - [2026-05-07 03:08:06] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001136 10.0.0.27 - - [2026-05-07 03:08:06] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.067789 10.0.0.27 - - [2026-05-07 03:08:06] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.27 - - [2026-05-07 03:08:06] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?fields=security_groups HTTP/1.1" 200 1400 0.069163 10.0.0.27 - - [2026-05-07 03:08:06] "DELETE /security-group/4f45e03e-9e72-4a88-bdce-9aa120ee5119 HTTP/1.1" 200 115 0.100373 10.0.0.27 - - [2026-05-07 03:08:06] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001439 10.0.0.27 - - [2026-05-07 03:08:06] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?fields=application_policy_sets HTTP/1.1" 200 1439 0.075011 10.0.0.141 - - [2026-05-07 03:08:06] "DELETE /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca HTTP/1.1" 200 115 0.568120 10.0.0.27 - - [2026-05-07 03:08:06] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001247 10.0.0.141 - - [2026-05-07 03:08:06] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?fields=projects HTTP/1.1" 200 1438 0.016187 10.0.0.27 - - [2026-05-07 03:08:09] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004477 10.0.0.27 - - [2026-05-07 03:08:09] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.27 - - [2026-05-07 03:08:09] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049377 10.0.0.27 - - [2026-05-07 03:08:09] "POST /id-to-fqname HTTP/1.1" 200 202 0.005523 10.0.0.27 - - [2026-05-07 03:08:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.009008 10.0.0.27 - - [2026-05-07 03:08:09] "POST /security-groups HTTP/1.1" 200 603 0.053746 10.0.0.249 - - [2026-05-07 03:08:09] "POST /fqname-to-id HTTP/1.1" 404 246 0.006021 10.0.0.27 - - [2026-05-07 03:08:09] "POST /projects HTTP/1.1" 200 609 0.328143 10.0.0.27 - - [2026-05-07 03:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.366044 10.0.0.141 - - [2026-05-07 03:08:09] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.551039 10.0.0.27 - - [2026-05-07 03:08:09] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002370 10.0.0.249 - - [2026-05-07 03:08:09] "POST /access-control-lists HTTP/1.1" 200 606 0.068055 10.0.0.141 - - [2026-05-07 03:08:09] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?fields=virtual_networks HTTP/1.1" 200 1057 0.084676 10.0.0.27 - - [2026-05-07 03:08:09] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001186 10.0.0.141 - - [2026-05-07 03:08:09] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.053579 10.0.0.27 - - [2026-05-07 03:08:10] "GET /projects?obj_uuids=f96b0369-6baf-48bb-a9e7-f62bb2956fca&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001610 10.0.0.141 - - [2026-05-07 03:08:10] "GET /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca?fields=security_groups HTTP/1.1" 200 1295 0.055573 10.0.0.141 - - [2026-05-07 03:08:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.059929 10.0.0.27 - - [2026-05-07 03:08:11] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003396 10.0.0.27 - - [2026-05-07 03:08:11] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.27 - - [2026-05-07 03:08:11] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007938 10.0.0.27 - - [2026-05-07 03:08:11] "POST /id-to-fqname HTTP/1.1" 200 196 0.001628 10.0.0.27 - - [2026-05-07 03:08:11] "POST /fqname-to-id HTTP/1.1" 404 205 0.010466 10.0.0.27 - - [2026-05-07 03:08:11] "POST /security-groups HTTP/1.1" 200 597 0.038038 10.0.0.27 - - [2026-05-07 03:08:11] "POST /projects HTTP/1.1" 200 597 0.265263 10.0.0.249 - - [2026-05-07 03:08:11] "POST /fqname-to-id HTTP/1.1" 404 239 0.013439 10.0.0.27 - - [2026-05-07 03:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.343180 10.0.0.141 - - [2026-05-07 03:08:11] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.529061 10.0.0.141 - - [2026-05-07 03:08:12] "GET / HTTP/1.1" 200 35931 0.002190 10.0.0.141 - - [2026-05-07 03:08:15] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000498 10.0.0.249 - - [2026-05-07 03:08:15] "DELETE /access-control-list/5163f163-4aca-4988-ad7a-d791c31a2aae HTTP/1.1" 200 115 0.055353 10.0.0.27 - - [2026-05-07 03:08:15] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001630 10.0.0.141 - - [2026-05-07 03:08:15] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.129472 10.0.0.141 - - [2026-05-07 03:08:16] "GET / HTTP/1.1" 200 35931 0.002795 10.0.0.141 - - [2026-05-07 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.27 - - [2026-05-07 03:08:16] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.141 - - [2026-05-07 03:08:16] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008831 10.0.0.141 - - [2026-05-07 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.27 - - [2026-05-07 03:08:17] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001111 10.0.0.141 - - [2026-05-07 03:08:17] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.046125 10.0.0.141 - - [2026-05-07 03:08:18] "GET /domains HTTP/1.1" 401 293 0.000475 10.0.0.141 - - [2026-05-07 03:08:18] "GET /domains HTTP/1.1" 200 280 0.034447 10.0.0.27 - - [2026-05-07 03:08:18] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.141 - - [2026-05-07 03:08:18] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe HTTP/1.1" 200 2773 0.011704 10.0.0.27 - - [2026-05-07 03:08:18] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001118 10.0.0.141 - - [2026-05-07 03:08:18] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2 HTTP/1.1" 200 1889 0.105523 10.0.0.141 - - [2026-05-07 03:08:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.005470 10.0.0.141 - - [2026-05-07 03:08:18] "POST /network-ipams HTTP/1.1" 200 603 0.042148 10.0.0.141 - - [2026-05-07 03:08:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004670 10.0.0.141 - - [2026-05-07 03:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.141 - - [2026-05-07 03:08:18] "GET /network-ipam/b4438223-ce84-4963-9b29-78a34fa672b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.008230 10.0.0.141 - - [2026-05-07 03:08:18] "PUT /network-ipam/b4438223-ce84-4963-9b29-78a34fa672b5 HTTP/1.1" 200 258 0.020560 10.0.0.141 - - [2026-05-07 03:08:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000491 10.0.0.141 - - [2026-05-07 03:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.050024 10.0.0.27 - - [2026-05-07 03:08:19] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001243 10.0.0.141 - - [2026-05-07 03:08:19] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.058046 10.0.0.27 - - [2026-05-07 03:08:19] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001866 10.0.0.141 - - [2026-05-07 03:08:19] "POST /neutron/network HTTP/1.1" 200 617 0.184308 10.0.0.141 - - [2026-05-07 03:08:20] "POST /neutron/network HTTP/1.1" 200 1074 0.014554 10.0.0.141 - - [2026-05-07 03:08:20] "POST /id-to-fqname HTTP/1.1" 200 229 0.001358 10.0.0.141 - - [2026-05-07 03:08:20] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007531 10.0.0.141 - - [2026-05-07 03:08:20] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005987 10.0.0.141 - - [2026-05-07 03:08:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.011038 10.0.0.141 - - [2026-05-07 03:08:21] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007261 10.0.0.27 - - [2026-05-07 03:08:22] "GET /obj-perms HTTP/1.1" 200 5032 0.087987 10.0.0.141 - - [2026-05-07 03:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.27 - - [2026-05-07 03:08:22] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001162 10.0.0.141 - - [2026-05-07 03:08:22] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.055002 10.0.0.27 - - [2026-05-07 03:08:22] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001217 10.0.0.141 - - [2026-05-07 03:08:22] "POST /neutron/network HTTP/1.1" 200 617 0.158470 10.0.0.249 - - [2026-05-07 03:08:23] "POST /route-targets HTTP/1.1" 200 327 0.019701 10.0.0.141 - - [2026-05-07 03:08:23] "POST /neutron/network HTTP/1.1" 200 1074 0.013230 10.0.0.141 - - [2026-05-07 03:08:23] "POST /id-to-fqname HTTP/1.1" 200 229 0.001691 10.0.0.141 - - [2026-05-07 03:08:23] "GET /virtual-network/8781d58b-5086-4aa3-acda-7e294378e38e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006486 10.0.0.141 - - [2026-05-07 03:08:23] "GET /virtual-network/8781d58b-5086-4aa3-acda-7e294378e38e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.008695 10.0.0.141 - - [2026-05-07 03:08:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.011887 10.0.0.141 - - [2026-05-07 03:08:23] "GET /virtual-network/8781d58b-5086-4aa3-acda-7e294378e38e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007731 10.0.0.141 - - [2026-05-07 03:08:24] "GET /obj-perms HTTP/1.1" 200 5032 0.076241 10.0.0.249 - - [2026-05-07 03:08:24] "GET /obj-perms HTTP/1.1" 200 5032 0.071548 10.0.0.27 - - [2026-05-07 03:08:24] "DELETE /project/f96b03696baf48bba9e7f62bb2956fca HTTP/1.1" 404 173 0.007375 10.0.0.27 - - [2026-05-07 03:08:24] "DELETE /project/9ef1086fec3246aa9b8b7deac2bbb2e2 HTTP/1.1" 404 173 0.004853 10.0.0.27 - - [2026-05-07 03:08:24] "DELETE /project/f96b0369-6baf-48bb-a9e7-f62bb2956fca HTTP/1.1" 404 177 0.007353 10.0.0.141 - - [2026-05-07 03:08:24] "POST /fqname-to-id HTTP/1.1" 404 205 0.003559 10.0.0.141 - - [2026-05-07 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.27 - - [2026-05-07 03:08:24] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001079 10.0.0.141 - - [2026-05-07 03:08:24] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057618 10.0.0.141 - - [2026-05-07 03:08:24] "POST /network-policys HTTP/1.1" 200 527 0.093819 10.0.0.141 - - [2026-05-07 03:08:24] "GET /network-policy/d89b6478-af32-4ade-8e53-0107294cba70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008089 10.0.0.141 - - [2026-05-07 03:08:24] "POST /fqname-to-id HTTP/1.1" 404 205 0.003476 10.0.0.141 - - [2026-05-07 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.27 - - [2026-05-07 03:08:24] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001128 10.0.0.141 - - [2026-05-07 03:08:24] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048095 10.0.0.141 - - [2026-05-07 03:08:25] "POST /network-policys HTTP/1.1" 200 527 0.079258 10.0.0.141 - - [2026-05-07 03:08:25] "GET /network-policy/574ab591-ef66-4b98-aba5-8920e579e402?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006970 10.0.0.141 - - [2026-05-07 03:08:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.003556 10.0.0.141 - - [2026-05-07 03:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.27 - - [2026-05-07 03:08:25] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001134 10.0.0.141 - - [2026-05-07 03:08:25] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042945 10.0.0.141 - - [2026-05-07 03:08:25] "POST /network-policys HTTP/1.1" 200 527 0.085121 10.0.0.141 - - [2026-05-07 03:08:25] "GET /network-policy/86024650-288c-4a0e-9080-a4be127e936f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.011339 10.0.0.141 - - [2026-05-07 03:08:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.003882 10.0.0.141 - - [2026-05-07 03:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.27 - - [2026-05-07 03:08:25] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001716 10.0.0.141 - - [2026-05-07 03:08:25] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056657 10.0.0.141 - - [2026-05-07 03:08:25] "POST /network-policys HTTP/1.1" 200 527 0.084094 10.0.0.141 - - [2026-05-07 03:08:26] "GET /network-policy/826c1fbd-790c-4355-8096-2cfd1fc228d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.007585 10.0.0.141 - - [2026-05-07 03:08:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003864 10.0.0.141 - - [2026-05-07 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.27 - - [2026-05-07 03:08:26] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001470 10.0.0.141 - - [2026-05-07 03:08:26] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044680 10.0.0.141 - - [2026-05-07 03:08:26] "POST /network-policys HTTP/1.1" 200 531 0.033082 10.0.0.141 - - [2026-05-07 03:08:26] "GET /network-policy/0e80038c-aedd-4daf-b93c-ec2c7fdc0488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.006934 10.0.0.141 - - [2026-05-07 03:08:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.003674 10.0.0.141 - - [2026-05-07 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.27 - - [2026-05-07 03:08:26] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001800 10.0.0.141 - - [2026-05-07 03:08:26] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.055490 10.0.0.141 - - [2026-05-07 03:08:26] "POST /network-policys HTTP/1.1" 200 529 0.082609 10.0.0.141 - - [2026-05-07 03:08:26] "GET /network-policy/ec976b76-0d6a-417b-a7d5-587b18a802af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007249 10.0.0.141 - - [2026-05-07 03:08:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.004186 10.0.0.141 - - [2026-05-07 03:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.27 - - [2026-05-07 03:08:27] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001153 10.0.0.141 - - [2026-05-07 03:08:27] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.072938 10.0.0.141 - - [2026-05-07 03:08:27] "POST /network-policys HTTP/1.1" 200 529 0.093628 10.0.0.141 - - [2026-05-07 03:08:27] "GET /network-policy/39df31ac-12dc-4ef7-ad41-5cd89b7e5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.008174 10.0.0.141 - - [2026-05-07 03:08:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003994 10.0.0.141 - - [2026-05-07 03:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.27 - - [2026-05-07 03:08:27] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001164 10.0.0.141 - - [2026-05-07 03:08:27] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.046174 10.0.0.141 - - [2026-05-07 03:08:27] "POST /network-policys HTTP/1.1" 200 529 0.082855 10.0.0.141 - - [2026-05-07 03:08:27] "GET /network-policy/00e5ba85-29d6-4d5f-85c0-7458126dc81f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007978 10.0.0.141 - - [2026-05-07 03:08:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003887 10.0.0.141 - - [2026-05-07 03:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.27 - - [2026-05-07 03:08:27] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001045 10.0.0.141 - - [2026-05-07 03:08:28] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049001 10.0.0.141 - - [2026-05-07 03:08:28] "POST /network-policys HTTP/1.1" 200 529 0.079256 10.0.0.141 - - [2026-05-07 03:08:28] "GET /network-policy/4caf9483-515d-4dcb-9bbc-5d817d19bd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.008203 10.0.0.141 - - [2026-05-07 03:08:28] "POST /fqname-to-id HTTP/1.1" 404 208 0.003390 10.0.0.141 - - [2026-05-07 03:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.27 - - [2026-05-07 03:08:28] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001059 10.0.0.141 - - [2026-05-07 03:08:28] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.075279 10.0.0.141 - - [2026-05-07 03:08:28] "POST /network-policys HTTP/1.1" 200 533 0.045410 10.0.0.141 - - [2026-05-07 03:08:28] "GET /network-policy/adb64351-2f11-438e-9a2c-9af37cfd8a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.006932 10.0.0.141 - - [2026-05-07 03:08:29] "POST /neutron/network HTTP/1.1" 200 1157 0.115984 10.0.0.141 - - [2026-05-07 03:08:29] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.009014 10.0.0.249 - - [2026-05-07 03:08:29] "POST /access-control-lists HTTP/1.1" 200 603 0.102654 10.0.0.141 - - [2026-05-07 03:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.022846 10.0.0.141 - - [2026-05-07 03:08:29] "GET /network-policy/d89b6478-af32-4ade-8e53-0107294cba70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006234 10.0.0.141 - - [2026-05-07 03:08:29] "POST /neutron/network HTTP/1.1" 200 1159 0.099467 10.0.0.249 - - [2026-05-07 03:08:29] "POST /ref-update HTTP/1.1" 200 156 0.038578 10.0.0.141 - - [2026-05-07 03:08:29] "GET /virtual-network/8781d58b-5086-4aa3-acda-7e294378e38e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.026403 10.0.0.141 - - [2026-05-07 03:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.009036 10.0.0.141 - - [2026-05-07 03:08:29] "GET /network-policy/0e80038c-aedd-4daf-b93c-ec2c7fdc0488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.007157 10.0.0.141 - - [2026-05-07 03:08:29] "POST /id-to-fqname HTTP/1.1" 200 229 0.001668 10.0.0.27 - - [2026-05-07 03:08:30] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001095 10.0.0.141 - - [2026-05-07 03:08:30] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.073510 10.0.0.141 - - [2026-05-07 03:08:30] "POST /neutron/network HTTP/1.1" 200 1157 0.020701 10.0.0.141 - - [2026-05-07 03:08:30] "POST /id-to-fqname HTTP/1.1" 200 229 0.001695 10.0.0.141 - - [2026-05-07 03:08:31] "POST /neutron/port HTTP/1.1" 200 117 0.009585 10.0.0.27 - - [2026-05-07 03:08:31] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001910 10.0.0.141 - - [2026-05-07 03:08:31] "POST /neutron/port HTTP/1.1" 200 1061 0.378577 10.0.0.27 - - [2026-05-07 03:08:32] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001141 10.0.0.141 - - [2026-05-07 03:08:32] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.115371 10.0.0.141 - - [2026-05-07 03:08:32] "POST /neutron/port HTTP/1.1" 200 1115 0.207255 10.0.0.141 - - [2026-05-07 03:08:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005199 10.0.0.141 - - [2026-05-07 03:08:32] "POST /neutron/network HTTP/1.1" 200 1157 0.014251 10.0.0.141 - - [2026-05-07 03:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.008257 10.0.0.141 - - [2026-05-07 03:08:33] "POST /neutron/network HTTP/1.1" 200 1169 0.010509 10.0.0.141 - - [2026-05-07 03:08:33] "POST /neutron/port HTTP/1.1" 200 1061 0.059027 10.0.0.141 - - [2026-05-07 03:08:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004197 10.0.0.141 - - [2026-05-07 03:08:34] "POST /neutron/network HTTP/1.1" 200 1159 0.012625 10.0.0.141 - - [2026-05-07 03:08:37] "POST /neutron/network HTTP/1.1" 200 1169 0.008480 10.0.0.141 - - [2026-05-07 03:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.141 - - [2026-05-07 03:08:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011511 10.0.0.141 - - [2026-05-07 03:08:38] "POST /neutron/port HTTP/1.1" 200 1125 0.021469 10.0.0.141 - - [2026-05-07 03:08:38] "GET /virtual-machine/7b340ad7-a2b5-401e-beae-f9e8d80d8eda HTTP/1.1" 401 293 0.000443 10.0.0.141 - - [2026-05-07 03:08:38] "GET /virtual-machine/7b340ad7-a2b5-401e-beae-f9e8d80d8eda HTTP/1.1" 200 1298 0.037286 10.0.0.141 - - [2026-05-07 03:08:38] "GET /virtual-machine-interface/789afbfa-94d4-4c87-bba8-5583030f9f59 HTTP/1.1" 200 2951 0.006626 10.0.0.141 - - [2026-05-07 03:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.141 - - [2026-05-07 03:08:38] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004727 10.0.0.141 - - [2026-05-07 03:08:38] "GET /virtual-networks?parent_id=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004401 10.0.0.141 - - [2026-05-07 03:08:38] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006806 10.0.0.141 - - [2026-05-07 03:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.141 - - [2026-05-07 03:08:41] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006666 10.0.0.141 - - [2026-05-07 03:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.141 - - [2026-05-07 03:08:45] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006387 10.0.0.141 - - [2026-05-07 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.141 - - [2026-05-07 03:08:49] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006943 10.0.0.141 - - [2026-05-07 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.141 - - [2026-05-07 03:08:54] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006489 10.0.0.141 - - [2026-05-07 03:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.141 - - [2026-05-07 03:08:58] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006602 10.0.0.141 - - [2026-05-07 03:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.141 - - [2026-05-07 03:09:02] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006587 10.0.0.141 - - [2026-05-07 03:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.141 - - [2026-05-07 03:09:06] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006059 10.0.0.141 - - [2026-05-07 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.141 - - [2026-05-07 03:09:10] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007080 10.0.0.141 - - [2026-05-07 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.141 - - [2026-05-07 03:09:14] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006444 10.0.0.141 - - [2026-05-07 03:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.141 - - [2026-05-07 03:09:18] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005002 10.0.0.141 - - [2026-05-07 03:09:18] "GET /virtual-networks?parent_id=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003413 10.0.0.141 - - [2026-05-07 03:09:18] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007748 10.0.0.141 - - [2026-05-07 03:09:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010889 10.0.0.249 - - [2026-05-07 03:09:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.249 - - [2026-05-07 03:09:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.27 - - [2026-05-07 03:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000667 10.0.0.27 - - [2026-05-07 03:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000585 10.0.0.249 - - [2026-05-07 03:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000592 10.0.0.249 - - [2026-05-07 03:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000573 10.0.0.141 - - [2026-05-07 03:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.001301 10.0.0.141 - - [2026-05-07 03:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.27 - - [2026-05-07 03:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000467 10.0.0.27 - - [2026-05-07 03:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.141 - - [2026-05-07 03:09:27] "POST /neutron/port HTTP/1.1" 200 1125 0.024874 10.0.0.141 - - [2026-05-07 03:09:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000603 10.0.0.141 - - [2026-05-07 03:09:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.141 - - [2026-05-07 03:09:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006489 10.0.0.141 - - [2026-05-07 03:09:27] "POST /neutron/network HTTP/1.1" 200 1157 0.014904 10.0.0.141 - - [2026-05-07 03:09:29] "POST /neutron/port HTTP/1.1" 200 1125 0.055787 10.0.0.141 - - [2026-05-07 03:09:31] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011089 10.0.0.141 - - [2026-05-07 03:09:37] "POST /neutron/port HTTP/1.1" 200 1125 0.024318 10.0.0.141 - - [2026-05-07 03:09:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005610 10.0.0.141 - - [2026-05-07 03:09:37] "POST /neutron/network HTTP/1.1" 200 1159 0.013249 10.0.0.141 - - [2026-05-07 03:09:44] "POST /neutron/port HTTP/1.1" 200 1125 0.019750 10.0.0.141 - - [2026-05-07 03:09:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009305 10.0.0.141 - - [2026-05-07 03:09:45] "GET /virtual-machine/9a4c468f-c9f3-4254-b35d-474d18b277a9 HTTP/1.1" 200 1299 0.007125 10.0.0.141 - - [2026-05-07 03:09:45] "GET /virtual-machine-interface/3638a64f-5fe5-443b-9c6d-6a82778750da HTTP/1.1" 200 2951 0.006884 10.0.0.141 - - [2026-05-07 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.141 - - [2026-05-07 03:09:45] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005258 10.0.0.141 - - [2026-05-07 03:09:45] "GET /virtual-networks?parent_id=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004897 10.0.0.141 - - [2026-05-07 03:09:45] "GET /virtual-network/8781d58b-5086-4aa3-acda-7e294378e38e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006272 10.0.0.141 - - [2026-05-07 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.141 - - [2026-05-07 03:09:46] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004086 10.0.0.141 - - [2026-05-07 03:09:46] "GET /virtual-networks?parent_id=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003190 10.0.0.141 - - [2026-05-07 03:09:46] "GET /virtual-network/8781d58b-5086-4aa3-acda-7e294378e38e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006770 10.0.0.141 - - [2026-05-07 03:09:46] "POST /neutron/port HTTP/1.1" 200 2098 0.025493 10.0.0.141 - - [2026-05-07 03:09:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010838 10.0.0.141 - - [2026-05-07 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.014936 10.0.0.141 - - [2026-05-07 03:09:47] "GET /network-policy/0e80038c-aedd-4daf-b93c-ec2c7fdc0488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004613 10.0.0.141 - - [2026-05-07 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005670 10.0.0.141 - - [2026-05-07 03:09:47] "GET /network-policy/d89b6478-af32-4ade-8e53-0107294cba70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007493 10.0.0.141 - - [2026-05-07 03:09:47] "POST /neutron/network HTTP/1.1" 200 1157 0.012867 10.0.0.141 - - [2026-05-07 03:09:47] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.009920 10.0.0.141 - - [2026-05-07 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.141 - - [2026-05-07 03:09:47] "GET /network-policy/574ab591-ef66-4b98-aba5-8920e579e402?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005009 10.0.0.141 - - [2026-05-07 03:10:16] "POST /neutron/network HTTP/1.1" 200 1157 0.011586 10.0.0.141 - - [2026-05-07 03:10:16] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.011794 10.0.0.141 - - [2026-05-07 03:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.249 - - [2026-05-07 03:10:16] "POST /ref-update HTTP/1.1" 200 156 0.076173 10.0.0.141 - - [2026-05-07 03:10:16] "GET /network-policy/adb64351-2f11-438e-9a2c-9af37cfd8a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.005781 10.0.0.141 - - [2026-05-07 03:10:24] "POST /neutron/network HTTP/1.1" 200 1160 0.014863 10.0.0.141 - - [2026-05-07 03:10:25] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.010312 10.0.0.141 - - [2026-05-07 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005576 10.0.0.141 - - [2026-05-07 03:10:25] "GET /network-policy/86024650-288c-4a0e-9080-a4be127e936f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004887 10.0.0.141 - - [2026-05-07 03:10:27] "POST /neutron/port HTTP/1.1" 200 1125 0.019976 10.0.0.141 - - [2026-05-07 03:10:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004460 10.0.0.141 - - [2026-05-07 03:10:27] "POST /neutron/network HTTP/1.1" 200 1157 0.013324 10.0.0.249 - - [2026-05-07 03:10:34] "PUT /access-control-list/0f6f3688-122e-42af-9243-ef00b42b02dc HTTP/1.1" 200 272 0.075351 10.0.0.141 - - [2026-05-07 03:10:34] "POST /neutron/network HTTP/1.1" 200 1157 0.027365 10.0.0.141 - - [2026-05-07 03:10:34] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006463 10.0.0.141 - - [2026-05-07 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.141 - - [2026-05-07 03:10:34] "GET /network-policy/826c1fbd-790c-4355-8096-2cfd1fc228d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.005894 10.0.0.141 - - [2026-05-07 03:10:38] "POST /neutron/network HTTP/1.1" 200 1169 0.008535 10.0.0.141 - - [2026-05-07 03:10:38] "POST /neutron/port HTTP/1.1" 200 117 0.001364 10.0.0.141 - - [2026-05-07 03:10:42] "POST /neutron/network HTTP/1.1" 200 1158 0.088394 10.0.0.141 - - [2026-05-07 03:10:42] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007311 10.0.0.141 - - [2026-05-07 03:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.141 - - [2026-05-07 03:10:42] "GET /network-policy/ec976b76-0d6a-417b-a7d5-587b18a802af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005934 10.0.0.27 - - [2026-05-07 03:10:45] "GET /obj-perms HTTP/1.1" 200 5075 0.060665 10.0.0.249 - - [2026-05-07 03:10:51] "PUT /access-control-list/0f6f3688-122e-42af-9243-ef00b42b02dc HTTP/1.1" 200 272 0.022079 10.0.0.141 - - [2026-05-07 03:10:51] "POST /neutron/network HTTP/1.1" 200 1158 0.115734 10.0.0.141 - - [2026-05-07 03:10:51] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.012564 10.0.0.141 - - [2026-05-07 03:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007613 10.0.0.141 - - [2026-05-07 03:10:51] "GET /network-policy/39df31ac-12dc-4ef7-ad41-5cd89b7e5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005712 10.0.0.141 - - [2026-05-07 03:10:59] "POST /neutron/network HTTP/1.1" 200 1158 0.118394 10.0.0.141 - - [2026-05-07 03:10:59] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006999 10.0.0.141 - - [2026-05-07 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004754 10.0.0.141 - - [2026-05-07 03:10:59] "GET /network-policy/00e5ba85-29d6-4d5f-85c0-7458126dc81f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006230 10.0.0.249 - - [2026-05-07 03:11:08] "PUT /access-control-list/0f6f3688-122e-42af-9243-ef00b42b02dc HTTP/1.1" 200 272 0.034277 10.0.0.141 - - [2026-05-07 03:11:08] "POST /neutron/network HTTP/1.1" 200 1158 0.130076 10.0.0.141 - - [2026-05-07 03:11:08] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008476 10.0.0.141 - - [2026-05-07 03:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.141 - - [2026-05-07 03:11:08] "GET /network-policy/4caf9483-515d-4dcb-9bbc-5d817d19bd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005949 10.0.0.141 - - [2026-05-07 03:11:15] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008651 10.0.0.141 - - [2026-05-07 03:11:15] "POST /neutron/network HTTP/1.1" 200 1074 0.100885 10.0.0.141 - - [2026-05-07 03:11:16] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006936 10.0.0.141 - - [2026-05-07 03:11:16] "GET /virtual-machine/9a4c468f-c9f3-4254-b35d-474d18b277a9 HTTP/1.1" 200 1299 0.004905 10.0.0.141 - - [2026-05-07 03:11:16] "POST /neutron/port HTTP/1.1" 200 1115 0.014892 10.0.0.141 - - [2026-05-07 03:11:18] "GET /virtual-machine/9a4c468f-c9f3-4254-b35d-474d18b277a9 HTTP/1.1" 404 171 0.003643 10.0.0.141 - - [2026-05-07 03:11:18] "GET /virtual-machine/9a4c468f-c9f3-4254-b35d-474d18b277a9 HTTP/1.1" 404 171 0.004293 10.0.0.141 - - [2026-05-07 03:11:18] "GET /virtual-machine/9a4c468f-c9f3-4254-b35d-474d18b277a9 HTTP/1.1" 404 171 0.004753 10.0.0.141 - - [2026-05-07 03:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.141 - - [2026-05-07 03:11:18] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004553 10.0.0.141 - - [2026-05-07 03:11:18] "GET /virtual-networks?parent_id=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003570 10.0.0.141 - - [2026-05-07 03:11:18] "GET /virtual-network/8781d58b-5086-4aa3-acda-7e294378e38e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007309 10.0.0.141 - - [2026-05-07 03:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.141 - - [2026-05-07 03:11:18] "GET /routing-instance/31b27de4-972a-446f-8580-eeea303fbfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005578 10.0.0.141 - - [2026-05-07 03:11:18] "GET /route-target/3be5bdeb-77a1-4869-9051-899f51368cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005335 10.0.0.141 - - [2026-05-07 03:11:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004869 10.0.0.249 - - [2026-05-07 03:11:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004598 10.0.0.141 - - [2026-05-07 03:11:28] "GET /obj-perms HTTP/1.1" 200 5032 0.004444 10.0.0.249 - - [2026-05-07 03:11:28] "GET /obj-perms HTTP/1.1" 200 5032 0.005335 10.0.0.141 - - [2026-05-07 03:11:28] "POST /neutron/port HTTP/1.1" 200 1125 0.049936 10.0.0.141 - - [2026-05-07 03:11:28] "POST /neutron/subnet HTTP/1.1" 200 675 0.014401 10.0.0.141 - - [2026-05-07 03:11:34] "GET /obj-perms HTTP/1.1" 200 5032 0.004826 10.0.0.249 - - [2026-05-07 03:11:34] "GET /obj-perms HTTP/1.1" 200 5032 0.004694 10.0.0.141 - - [2026-05-07 03:11:34] "GET /virtual-machine/7b340ad7-a2b5-401e-beae-f9e8d80d8eda HTTP/1.1" 200 1298 0.005041 10.0.0.141 - - [2026-05-07 03:11:34] "POST /neutron/port HTTP/1.1" 200 1125 0.022984 10.0.0.141 - - [2026-05-07 03:11:36] "GET /virtual-machine/7b340ad7-a2b5-401e-beae-f9e8d80d8eda HTTP/1.1" 404 171 0.004282 10.0.0.141 - - [2026-05-07 03:11:36] "GET /virtual-machine/7b340ad7-a2b5-401e-beae-f9e8d80d8eda HTTP/1.1" 404 171 0.003798 10.0.0.141 - - [2026-05-07 03:11:36] "GET /virtual-machine/7b340ad7-a2b5-401e-beae-f9e8d80d8eda HTTP/1.1" 404 171 0.003569 10.0.0.141 - - [2026-05-07 03:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.141 - - [2026-05-07 03:11:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004980 10.0.0.141 - - [2026-05-07 03:11:36] "GET /virtual-networks?parent_id=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003844 10.0.0.141 - - [2026-05-07 03:11:36] "GET /virtual-network/62ef7fc7-1c8d-4ea3-a432-5ba4725a13d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.008091 10.0.0.141 - - [2026-05-07 03:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.141 - - [2026-05-07 03:11:36] "GET /routing-instance/c160411d-2294-4aa4-a80e-7b93e96e80da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.006688 10.0.0.141 - - [2026-05-07 03:11:36] "GET /route-target/729b7b77-06f1-40ff-b5ad-12b2a102c7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005254 10.0.0.141 - - [2026-05-07 03:11:40] "GET /obj-perms HTTP/1.1" 200 5032 0.005678 10.0.0.249 - - [2026-05-07 03:11:43] "GET /obj-perms HTTP/1.1" 200 5032 0.005984 10.0.0.141 - - [2026-05-07 03:11:49] "GET /obj-perms HTTP/1.1" 200 5032 0.006426 10.0.0.249 - - [2026-05-07 03:11:49] "GET /obj-perms HTTP/1.1" 200 5032 0.005666 10.0.0.141 - - [2026-05-07 03:11:58] "GET /obj-perms HTTP/1.1" 200 5032 0.005564 10.0.0.249 - - [2026-05-07 03:11:58] "GET /obj-perms HTTP/1.1" 200 5032 0.005742 10.0.0.141 - - [2026-05-07 03:12:01] "GET /obj-perms HTTP/1.1" 200 5032 0.005090 10.0.0.27 - - [2026-05-07 03:12:01] "GET /obj-perms HTTP/1.1" 200 5032 0.006266 10.0.0.141 - - [2026-05-07 03:12:02] "GET /virtual-network/8781d58b-5086-4aa3-acda-7e294378e38e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006972 10.0.0.141 - - [2026-05-07 03:12:02] "POST /neutron/network HTTP/1.1" 200 1159 0.014934 10.0.0.249 - - [2026-05-07 03:12:02] "DELETE /access-control-list/cb0c12d0-0f64-4376-829b-c9b7e012a0d9 HTTP/1.1" 200 115 0.067872 10.0.0.141 - - [2026-05-07 03:12:02] "GET /virtual-network/8781d58b-5086-4aa3-acda-7e294378e38e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.026689 10.0.0.141 - - [2026-05-07 03:12:02] "DELETE /network-policy/adb64351-2f11-438e-9a2c-9af37cfd8a08 HTTP/1.1" 200 115 0.040905 10.0.0.141 - - [2026-05-07 03:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006551 10.0.0.27 - - [2026-05-07 03:12:02] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.032092 10.0.0.141 - - [2026-05-07 03:12:02] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.085115 10.0.0.141 - - [2026-05-07 03:12:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-87257541&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.007392 10.0.0.141 - - [2026-05-07 03:12:02] "DELETE /network-policy/4caf9483-515d-4dcb-9bbc-5d817d19bd0c HTTP/1.1" 200 115 0.046222 10.0.0.141 - - [2026-05-07 03:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.27 - - [2026-05-07 03:12:02] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001238 10.0.0.141 - - [2026-05-07 03:12:02] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054227 10.0.0.141 - - [2026-05-07 03:12:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-87257541&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.008118 10.0.0.141 - - [2026-05-07 03:12:02] "DELETE /network-policy/00e5ba85-29d6-4d5f-85c0-7458126dc81f HTTP/1.1" 200 115 0.064921 10.0.0.141 - - [2026-05-07 03:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.27 - - [2026-05-07 03:12:02] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001169 10.0.0.141 - - [2026-05-07 03:12:03] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.047622 10.0.0.141 - - [2026-05-07 03:12:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-87257541&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.009725 10.0.0.141 - - [2026-05-07 03:12:03] "DELETE /network-policy/39df31ac-12dc-4ef7-ad41-5cd89b7e5de8 HTTP/1.1" 200 115 0.056929 10.0.0.141 - - [2026-05-07 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006629 10.0.0.27 - - [2026-05-07 03:12:03] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001374 10.0.0.141 - - [2026-05-07 03:12:03] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.063443 10.0.0.141 - - [2026-05-07 03:12:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-87257541&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.009310 10.0.0.141 - - [2026-05-07 03:12:03] "DELETE /network-policy/ec976b76-0d6a-417b-a7d5-587b18a802af HTTP/1.1" 200 115 0.047353 10.0.0.141 - - [2026-05-07 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.27 - - [2026-05-07 03:12:03] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001173 10.0.0.141 - - [2026-05-07 03:12:03] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052695 10.0.0.141 - - [2026-05-07 03:12:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-87257541&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.007860 10.0.0.141 - - [2026-05-07 03:12:03] "DELETE /network-policy/0e80038c-aedd-4daf-b93c-ec2c7fdc0488 HTTP/1.1" 200 115 0.049949 10.0.0.141 - - [2026-05-07 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.27 - - [2026-05-07 03:12:03] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001351 10.0.0.141 - - [2026-05-07 03:12:03] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.058078 10.0.0.141 - - [2026-05-07 03:12:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-87257541&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.010925 10.0.0.141 - - [2026-05-07 03:12:03] "DELETE /network-policy/826c1fbd-790c-4355-8096-2cfd1fc228d7 HTTP/1.1" 200 115 0.062002 10.0.0.141 - - [2026-05-07 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005197 10.0.0.27 - - [2026-05-07 03:12:04] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001218 10.0.0.141 - - [2026-05-07 03:12:04] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049066 10.0.0.141 - - [2026-05-07 03:12:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-87257541&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.008301 10.0.0.141 - - [2026-05-07 03:12:04] "DELETE /network-policy/86024650-288c-4a0e-9080-a4be127e936f HTTP/1.1" 200 115 0.075235 10.0.0.141 - - [2026-05-07 03:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009465 10.0.0.27 - - [2026-05-07 03:12:04] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001620 10.0.0.141 - - [2026-05-07 03:12:04] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.090021 10.0.0.141 - - [2026-05-07 03:12:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-87257541&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.007813 10.0.0.141 - - [2026-05-07 03:12:04] "DELETE /network-policy/574ab591-ef66-4b98-aba5-8920e579e402 HTTP/1.1" 200 115 0.054550 10.0.0.141 - - [2026-05-07 03:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.27 - - [2026-05-07 03:12:04] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001291 10.0.0.141 - - [2026-05-07 03:12:04] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.063407 10.0.0.141 - - [2026-05-07 03:12:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-87257541&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.007036 10.0.0.141 - - [2026-05-07 03:12:04] "DELETE /network-policy/d89b6478-af32-4ade-8e53-0107294cba70 HTTP/1.1" 200 115 0.053416 10.0.0.141 - - [2026-05-07 03:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.27 - - [2026-05-07 03:12:04] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001772 10.0.0.141 - - [2026-05-07 03:12:04] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.066699 10.0.0.141 - - [2026-05-07 03:12:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-87257541&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008792 10.0.0.141 - - [2026-05-07 03:12:05] "POST /neutron/network HTTP/1.1" 200 1074 0.015903 10.0.0.249 - - [2026-05-07 03:12:05] "DELETE /route-target/3be5bdeb-77a1-4869-9051-899f51368cf2 HTTP/1.1" 200 115 0.030643 10.0.0.27 - - [2026-05-07 03:12:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006790 10.0.0.27 - - [2026-05-07 03:12:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006492 10.0.0.27 - - [2026-05-07 03:12:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004297 10.0.0.27 - - [2026-05-07 03:12:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003147 10.0.0.141 - - [2026-05-07 03:12:05] "POST /neutron/network HTTP/1.1" 200 151 0.193962 10.0.0.141 - - [2026-05-07 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.141 - - [2026-05-07 03:12:06] "DELETE /network-ipam/b4438223-ce84-4963-9b29-78a34fa672b5 HTTP/1.1" 200 115 0.045215 10.0.0.141 - - [2026-05-07 03:12:06] "POST /fqname-to-id HTTP/1.1" 404 248 0.004443 10.0.0.27 - - [2026-05-07 03:12:06] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001204 10.0.0.27 - - [2026-05-07 03:12:06] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.070265 10.0.0.27 - - [2026-05-07 03:12:06] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001127 10.0.0.27 - - [2026-05-07 03:12:06] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?fields=security_groups HTTP/1.1" 200 1382 0.063166 10.0.0.27 - - [2026-05-07 03:12:06] "DELETE /security-group/31d6b353-f919-4325-9356-af16b1d9a747 HTTP/1.1" 200 115 0.063821 10.0.0.27 - - [2026-05-07 03:12:06] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001499 10.0.0.249 - - [2026-05-07 03:12:06] "DELETE /access-control-list/0e4434a5-46f6-4d28-9402-962b356d3bb0 HTTP/1.1" 200 115 0.056379 10.0.0.27 - - [2026-05-07 03:12:06] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?fields=application_policy_sets HTTP/1.1" 200 1421 0.087121 10.0.0.141 - - [2026-05-07 03:12:06] "DELETE /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2 HTTP/1.1" 200 115 0.524178 10.0.0.27 - - [2026-05-07 03:12:06] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.141 - - [2026-05-07 03:12:06] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?fields=projects HTTP/1.1" 200 1438 0.012861 10.0.0.27 - - [2026-05-07 03:12:08] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005199 10.0.0.27 - - [2026-05-07 03:12:08] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.27 - - [2026-05-07 03:12:08] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048591 10.0.0.27 - - [2026-05-07 03:12:08] "POST /id-to-fqname HTTP/1.1" 200 196 0.001222 10.0.0.27 - - [2026-05-07 03:12:08] "POST /fqname-to-id HTTP/1.1" 404 205 0.005052 10.0.0.27 - - [2026-05-07 03:12:08] "POST /security-groups HTTP/1.1" 200 597 0.082311 10.0.0.27 - - [2026-05-07 03:12:08] "POST /projects HTTP/1.1" 200 597 0.309348 10.0.0.27 - - [2026-05-07 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.352068 10.0.0.249 - - [2026-05-07 03:12:08] "POST /access-control-lists HTTP/1.1" 200 602 0.037483 10.0.0.141 - - [2026-05-07 03:12:08] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.568732 10.0.0.27 - - [2026-05-07 03:12:08] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001901 10.0.0.141 - - [2026-05-07 03:12:08] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?fields=virtual_networks HTTP/1.1" 200 1045 0.076210 10.0.0.27 - - [2026-05-07 03:12:08] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001252 10.0.0.141 - - [2026-05-07 03:12:08] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.048813 10.0.0.27 - - [2026-05-07 03:12:08] "GET /projects?obj_uuids=9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002227 10.0.0.141 - - [2026-05-07 03:12:08] "GET /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2?fields=security_groups HTTP/1.1" 200 1277 0.051422 10.0.0.141 - - [2026-05-07 03:12:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.037858 10.0.0.27 - - [2026-05-07 03:12:10] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003387 10.0.0.27 - - [2026-05-07 03:12:10] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001627 10.0.0.27 - - [2026-05-07 03:12:10] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009061 10.0.0.27 - - [2026-05-07 03:12:10] "POST /id-to-fqname HTTP/1.1" 200 202 0.005568 10.0.0.27 - - [2026-05-07 03:12:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.007538 10.0.0.27 - - [2026-05-07 03:12:10] "POST /security-groups HTTP/1.1" 200 603 0.043328 10.0.0.249 - - [2026-05-07 03:12:10] "POST /fqname-to-id HTTP/1.1" 404 246 0.003796 10.0.0.27 - - [2026-05-07 03:12:10] "POST /projects HTTP/1.1" 200 609 0.276143 10.0.0.27 - - [2026-05-07 03:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.358813 10.0.0.249 - - [2026-05-07 03:12:10] "POST /access-control-lists HTTP/1.1" 200 606 0.043012 10.0.0.141 - - [2026-05-07 03:12:10] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.555160 10.0.0.141 - - [2026-05-07 03:12:11] "GET / HTTP/1.1" 200 35931 0.002336 10.0.0.141 - - [2026-05-07 03:12:14] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000551 10.0.0.27 - - [2026-05-07 03:12:14] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002285 10.0.0.141 - - [2026-05-07 03:12:14] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.096550 10.0.0.141 - - [2026-05-07 03:12:15] "GET / HTTP/1.1" 200 35931 0.002076 10.0.0.141 - - [2026-05-07 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.27 - - [2026-05-07 03:12:15] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.141 - - [2026-05-07 03:12:15] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008593 10.0.0.141 - - [2026-05-07 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.27 - - [2026-05-07 03:12:15] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001326 10.0.0.141 - - [2026-05-07 03:12:15] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.060598 10.0.0.141 - - [2026-05-07 03:12:17] "GET /domains HTTP/1.1" 401 293 0.000597 10.0.0.141 - - [2026-05-07 03:12:17] "GET /domains HTTP/1.1" 200 280 0.031796 10.0.0.27 - - [2026-05-07 03:12:17] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.141 - - [2026-05-07 03:12:17] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe HTTP/1.1" 200 2779 0.011658 10.0.0.27 - - [2026-05-07 03:12:17] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.141 - - [2026-05-07 03:12:17] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97 HTTP/1.1" 200 1923 0.110547 10.0.0.141 - - [2026-05-07 03:12:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004792 10.0.0.141 - - [2026-05-07 03:12:17] "POST /network-ipams HTTP/1.1" 200 621 0.037846 10.0.0.141 - - [2026-05-07 03:12:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.005466 10.0.0.141 - - [2026-05-07 03:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.141 - - [2026-05-07 03:12:17] "GET /network-ipam/93345e05-da8d-4689-870c-6a70e38e26a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.007890 10.0.0.141 - - [2026-05-07 03:12:17] "PUT /network-ipam/93345e05-da8d-4689-870c-6a70e38e26a0 HTTP/1.1" 200 258 0.020170 10.0.0.141 - - [2026-05-07 03:12:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000912 10.0.0.141 - - [2026-05-07 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.031066 10.0.0.27 - - [2026-05-07 03:12:18] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.141 - - [2026-05-07 03:12:18] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042879 10.0.0.249 - - [2026-05-07 03:12:18] "POST /route-targets HTTP/1.1" 200 327 0.022128 10.0.0.27 - - [2026-05-07 03:12:19] "POST /useragent-kv HTTP/1.1" 200 115 0.010368 10.0.0.141 - - [2026-05-07 03:12:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.357156 10.0.0.141 - - [2026-05-07 03:12:19] "POST /neutron/network HTTP/1.1" 200 1337 0.020272 10.0.0.141 - - [2026-05-07 03:12:19] "POST /id-to-fqname HTTP/1.1" 200 235 0.001750 10.0.0.141 - - [2026-05-07 03:12:19] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007505 10.0.0.141 - - [2026-05-07 03:12:19] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007991 10.0.0.141 - - [2026-05-07 03:12:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.014332 10.0.0.141 - - [2026-05-07 03:12:20] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007137 10.0.0.249 - - [2026-05-07 03:12:21] "GET /obj-perms HTTP/1.1" 200 5038 0.064079 10.0.0.141 - - [2026-05-07 03:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.27 - - [2026-05-07 03:12:21] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001657 10.0.0.141 - - [2026-05-07 03:12:21] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.056385 10.0.0.141 - - [2026-05-07 03:12:21] "POST /neutron/network HTTP/1.1" 200 117 0.022109 10.0.0.249 - - [2026-05-07 03:12:22] "POST /ref-update HTTP/1.1" 200 156 0.022726 10.0.0.27 - - [2026-05-07 03:12:22] "POST /useragent-kv HTTP/1.1" 200 115 0.009421 10.0.0.141 - - [2026-05-07 03:12:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.206964 10.0.0.249 - - [2026-05-07 03:12:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.069618 10.0.0.141 - - [2026-05-07 03:12:23] "POST /id-to-fqname HTTP/1.1" 200 235 0.001401 10.0.0.141 - - [2026-05-07 03:12:23] "GET /virtual-network/d754e6cd-7b3f-41f3-a180-ceaf5eabe22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.011024 10.0.0.141 - - [2026-05-07 03:12:23] "POST /neutron/network HTTP/1.1" 200 1337 0.015117 10.0.0.141 - - [2026-05-07 03:12:23] "GET /virtual-network/d754e6cd-7b3f-41f3-a180-ceaf5eabe22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006899 10.0.0.141 - - [2026-05-07 03:12:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.011765 10.0.0.141 - - [2026-05-07 03:12:23] "GET /virtual-network/d754e6cd-7b3f-41f3-a180-ceaf5eabe22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006912 10.0.0.141 - - [2026-05-07 03:12:24] "POST /fqname-to-id HTTP/1.1" 404 211 0.004286 10.0.0.141 - - [2026-05-07 03:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.27 - - [2026-05-07 03:12:24] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001476 10.0.0.141 - - [2026-05-07 03:12:24] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053126 10.0.0.141 - - [2026-05-07 03:12:24] "POST /network-policys HTTP/1.1" 200 533 0.082418 10.0.0.141 - - [2026-05-07 03:12:24] "GET /network-policy/fef8f6fa-eb7a-48ef-bd72-ed30db56c664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007782 10.0.0.141 - - [2026-05-07 03:12:24] "POST /fqname-to-id HTTP/1.1" 404 211 0.004199 10.0.0.141 - - [2026-05-07 03:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.27 - - [2026-05-07 03:12:24] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.27 - - [2026-05-07 03:12:24] "DELETE /project/9ef1086fec3246aa9b8b7deac2bbb2e2 HTTP/1.1" 404 173 0.002714 10.0.0.27 - - [2026-05-07 03:12:24] "DELETE /project/26f8d5f6febb4f7a82dc1bf90ac94e97 HTTP/1.1" 404 173 0.005007 10.0.0.27 - - [2026-05-07 03:12:24] "DELETE /project/9ef1086f-ec32-46aa-9b8b-7deac2bbb2e2 HTTP/1.1" 404 177 0.007985 10.0.0.141 - - [2026-05-07 03:12:24] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.057391 10.0.0.141 - - [2026-05-07 03:12:24] "POST /network-policys HTTP/1.1" 200 533 0.102508 10.0.0.141 - - [2026-05-07 03:12:24] "GET /network-policy/37b1c5c3-c04c-4797-92fb-44a2d74c00fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.008348 10.0.0.141 - - [2026-05-07 03:12:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.004070 10.0.0.141 - - [2026-05-07 03:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005392 10.0.0.27 - - [2026-05-07 03:12:25] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.141 - - [2026-05-07 03:12:25] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046100 10.0.0.141 - - [2026-05-07 03:12:25] "POST /network-policys HTTP/1.1" 200 533 0.083040 10.0.0.141 - - [2026-05-07 03:12:25] "GET /network-policy/dc22642f-bf0d-48df-9262-959c25757b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.008056 10.0.0.141 - - [2026-05-07 03:12:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.003485 10.0.0.141 - - [2026-05-07 03:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.27 - - [2026-05-07 03:12:25] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.141 - - [2026-05-07 03:12:25] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049407 10.0.0.141 - - [2026-05-07 03:12:25] "POST /network-policys HTTP/1.1" 200 533 0.083954 10.0.0.141 - - [2026-05-07 03:12:25] "GET /network-policy/3c2b2936-c4b7-4c0d-9b53-c7a58e3c6960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007920 10.0.0.141 - - [2026-05-07 03:12:25] "POST /fqname-to-id HTTP/1.1" 404 213 0.003553 10.0.0.141 - - [2026-05-07 03:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.27 - - [2026-05-07 03:12:26] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001072 10.0.0.141 - - [2026-05-07 03:12:26] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.050862 10.0.0.141 - - [2026-05-07 03:12:26] "POST /network-policys HTTP/1.1" 200 537 0.062656 10.0.0.141 - - [2026-05-07 03:12:26] "GET /network-policy/1ea3fb12-0640-473a-8936-98756e82df1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.007297 10.0.0.141 - - [2026-05-07 03:12:26] "POST /fqname-to-id HTTP/1.1" 404 212 0.003571 10.0.0.141 - - [2026-05-07 03:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.27 - - [2026-05-07 03:12:26] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002637 10.0.0.141 - - [2026-05-07 03:12:26] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047649 10.0.0.141 - - [2026-05-07 03:12:26] "POST /network-policys HTTP/1.1" 200 535 0.083089 10.0.0.141 - - [2026-05-07 03:12:26] "GET /network-policy/097ae243-4adb-4757-ae3b-e51b288bce7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007785 10.0.0.141 - - [2026-05-07 03:12:26] "POST /fqname-to-id HTTP/1.1" 404 212 0.004158 10.0.0.141 - - [2026-05-07 03:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.27 - - [2026-05-07 03:12:26] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001347 10.0.0.141 - - [2026-05-07 03:12:26] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.058226 10.0.0.141 - - [2026-05-07 03:12:27] "POST /network-policys HTTP/1.1" 200 535 0.087331 10.0.0.141 - - [2026-05-07 03:12:27] "GET /network-policy/7e7d8f60-fe68-496b-9e41-b05f997e3228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007434 10.0.0.141 - - [2026-05-07 03:12:27] "POST /fqname-to-id HTTP/1.1" 404 212 0.003782 10.0.0.141 - - [2026-05-07 03:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.27 - - [2026-05-07 03:12:27] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001161 10.0.0.141 - - [2026-05-07 03:12:27] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053460 10.0.0.141 - - [2026-05-07 03:12:27] "POST /network-policys HTTP/1.1" 200 535 0.090047 10.0.0.141 - - [2026-05-07 03:12:27] "GET /network-policy/d215391f-af0a-4ffa-8a4d-def83328fd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007076 10.0.0.141 - - [2026-05-07 03:12:27] "POST /fqname-to-id HTTP/1.1" 404 212 0.003954 10.0.0.141 - - [2026-05-07 03:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.27 - - [2026-05-07 03:12:27] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.141 - - [2026-05-07 03:12:27] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053668 10.0.0.141 - - [2026-05-07 03:12:28] "POST /network-policys HTTP/1.1" 200 535 0.079440 10.0.0.141 - - [2026-05-07 03:12:28] "GET /network-policy/38d2eef7-e8f9-4454-bea0-e5be295736b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007974 10.0.0.141 - - [2026-05-07 03:12:28] "POST /fqname-to-id HTTP/1.1" 404 214 0.004349 10.0.0.141 - - [2026-05-07 03:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.27 - - [2026-05-07 03:12:28] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001288 10.0.0.141 - - [2026-05-07 03:12:28] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.060740 10.0.0.141 - - [2026-05-07 03:12:28] "POST /network-policys HTTP/1.1" 200 539 0.033844 10.0.0.141 - - [2026-05-07 03:12:28] "GET /network-policy/4e0686bf-d0c3-4e3d-b287-954adca8d040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006969 10.0.0.141 - - [2026-05-07 03:12:28] "POST /neutron/network HTTP/1.1" 200 1425 0.101046 10.0.0.141 - - [2026-05-07 03:12:29] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006748 10.0.0.141 - - [2026-05-07 03:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.141 - - [2026-05-07 03:12:29] "GET /network-policy/fef8f6fa-eb7a-48ef-bd72-ed30db56c664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005122 10.0.0.249 - - [2026-05-07 03:12:29] "POST /fqname-to-id HTTP/1.1" 404 252 0.006128 10.0.0.141 - - [2026-05-07 03:12:29] "POST /neutron/network HTTP/1.1" 200 1427 0.086353 10.0.0.141 - - [2026-05-07 03:12:29] "GET /virtual-network/d754e6cd-7b3f-41f3-a180-ceaf5eabe22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.013196 10.0.0.141 - - [2026-05-07 03:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.141 - - [2026-05-07 03:12:29] "GET /network-policy/1ea3fb12-0640-473a-8936-98756e82df1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.005157 10.0.0.141 - - [2026-05-07 03:12:29] "POST /id-to-fqname HTTP/1.1" 200 235 0.001405 10.0.0.27 - - [2026-05-07 03:12:30] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001266 10.0.0.141 - - [2026-05-07 03:12:30] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.089373 10.0.0.141 - - [2026-05-07 03:12:30] "POST /neutron/network HTTP/1.1" 200 1425 0.052876 10.0.0.141 - - [2026-05-07 03:12:30] "POST /id-to-fqname HTTP/1.1" 200 235 0.001391 10.0.0.141 - - [2026-05-07 03:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.007222 10.0.0.27 - - [2026-05-07 03:12:31] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001182 10.0.0.27 - - [2026-05-07 03:12:32] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001324 10.0.0.141 - - [2026-05-07 03:12:32] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.109316 10.0.0.141 - - [2026-05-07 03:12:32] "POST /neutron/port HTTP/1.1" 200 1174 0.469961 10.0.0.141 - - [2026-05-07 03:12:32] "POST /neutron/port HTTP/1.1" 200 1174 0.025165 10.0.0.141 - - [2026-05-07 03:12:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010352 10.0.0.141 - - [2026-05-07 03:12:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004936 10.0.0.141 - - [2026-05-07 03:12:32] "POST /neutron/subnet HTTP/1.1" 200 1361 0.026566 10.0.0.141 - - [2026-05-07 03:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.001346 10.0.0.27 - - [2026-05-07 03:12:32] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001776 10.0.0.141 - - [2026-05-07 03:12:33] "POST /neutron/port HTTP/1.1" 200 1174 0.584551 10.0.0.141 - - [2026-05-07 03:12:33] "POST /neutron/port HTTP/1.1" 200 1228 0.165938 10.0.0.141 - - [2026-05-07 03:12:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005381 10.0.0.141 - - [2026-05-07 03:12:33] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.141 - - [2026-05-07 03:12:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009041 10.0.0.141 - - [2026-05-07 03:12:37] "POST /neutron/port HTTP/1.1" 200 1238 0.026778 10.0.0.141 - - [2026-05-07 03:12:38] "GET /virtual-machine/ba78fc14-d53b-4750-a650-305cd15ee515 HTTP/1.1" 401 293 0.000454 10.0.0.141 - - [2026-05-07 03:12:38] "GET /virtual-machine/ba78fc14-d53b-4750-a650-305cd15ee515 HTTP/1.1" 200 1305 0.043912 10.0.0.141 - - [2026-05-07 03:12:38] "GET /virtual-machine-interface/340669c5-3c9f-4778-9413-1bcd25db234e HTTP/1.1" 200 3169 0.006922 10.0.0.141 - - [2026-05-07 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.141 - - [2026-05-07 03:12:38] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005079 10.0.0.141 - - [2026-05-07 03:12:38] "GET /virtual-networks?parent_id=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004645 10.0.0.141 - - [2026-05-07 03:12:38] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006762 10.0.0.141 - - [2026-05-07 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.141 - - [2026-05-07 03:12:41] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007492 10.0.0.141 - - [2026-05-07 03:12:42] "POST /neutron/port HTTP/1.1" 200 1238 0.024498 10.0.0.141 - - [2026-05-07 03:12:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005330 10.0.0.141 - - [2026-05-07 03:12:42] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.141 - - [2026-05-07 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.141 - - [2026-05-07 03:12:45] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008590 10.0.0.141 - - [2026-05-07 03:12:46] "GET /obj-perms HTTP/1.1" 200 5075 0.075663 10.0.0.141 - - [2026-05-07 03:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005528 10.0.0.141 - - [2026-05-07 03:12:49] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008139 10.0.0.141 - - [2026-05-07 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005373 10.0.0.141 - - [2026-05-07 03:12:53] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006617 10.0.0.141 - - [2026-05-07 03:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007329 10.0.0.141 - - [2026-05-07 03:12:57] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006780 10.0.0.141 - - [2026-05-07 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.141 - - [2026-05-07 03:13:02] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007669 10.0.0.141 - - [2026-05-07 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.141 - - [2026-05-07 03:13:06] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006973 10.0.0.141 - - [2026-05-07 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005622 10.0.0.141 - - [2026-05-07 03:13:10] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006303 10.0.0.141 - - [2026-05-07 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.141 - - [2026-05-07 03:13:14] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007653 10.0.0.141 - - [2026-05-07 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.141 - - [2026-05-07 03:13:18] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004746 10.0.0.141 - - [2026-05-07 03:13:18] "GET /virtual-networks?parent_id=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004135 10.0.0.141 - - [2026-05-07 03:13:18] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008208 10.0.0.141 - - [2026-05-07 03:13:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009280 10.0.0.141 - - [2026-05-07 03:13:26] "POST /neutron/port HTTP/1.1" 200 1238 0.034987 10.0.0.141 - - [2026-05-07 03:13:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009439 10.0.0.141 - - [2026-05-07 03:13:30] "POST /neutron/network HTTP/1.1" 200 1435 0.008344 10.0.0.141 - - [2026-05-07 03:13:30] "POST /neutron/subnet HTTP/1.1" 200 1361 0.019110 10.0.0.141 - - [2026-05-07 03:13:30] "POST /neutron/network HTTP/1.1" 200 1425 0.015990 10.0.0.141 - - [2026-05-07 03:13:34] "POST /neutron/port HTTP/1.1" 200 1238 0.026003 10.0.0.141 - - [2026-05-07 03:13:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008899 10.0.0.141 - - [2026-05-07 03:13:43] "POST /neutron/network HTTP/1.1" 200 1437 0.037151 10.0.0.141 - - [2026-05-07 03:13:43] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020803 10.0.0.141 - - [2026-05-07 03:13:43] "POST /neutron/network HTTP/1.1" 200 1427 0.016048 10.0.0.141 - - [2026-05-07 03:13:44] "POST /neutron/port HTTP/1.1" 200 1238 0.024826 10.0.0.141 - - [2026-05-07 03:13:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009543 10.0.0.141 - - [2026-05-07 03:13:44] "GET /virtual-machine/c70f69b6-0ccd-4626-8a59-abc4f9e3786a HTTP/1.1" 200 1304 0.007144 10.0.0.141 - - [2026-05-07 03:13:44] "GET /virtual-machine-interface/9ff96adf-d465-48b9-9978-188ff7a19a03 HTTP/1.1" 200 3170 0.006325 10.0.0.141 - - [2026-05-07 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.141 - - [2026-05-07 03:13:44] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004649 10.0.0.141 - - [2026-05-07 03:13:44] "GET /virtual-networks?parent_id=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004378 10.0.0.141 - - [2026-05-07 03:13:44] "GET /virtual-network/d754e6cd-7b3f-41f3-a180-ceaf5eabe22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007527 10.0.0.141 - - [2026-05-07 03:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.141 - - [2026-05-07 03:13:46] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005911 10.0.0.141 - - [2026-05-07 03:13:46] "GET /virtual-networks?parent_id=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003813 10.0.0.141 - - [2026-05-07 03:13:46] "GET /virtual-network/d754e6cd-7b3f-41f3-a180-ceaf5eabe22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006807 10.0.0.141 - - [2026-05-07 03:13:46] "POST /neutron/port HTTP/1.1" 200 1238 0.027312 10.0.0.141 - - [2026-05-07 03:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.141 - - [2026-05-07 03:13:46] "GET /network-policy/1ea3fb12-0640-473a-8936-98756e82df1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004534 10.0.0.141 - - [2026-05-07 03:13:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011299 10.0.0.141 - - [2026-05-07 03:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.141 - - [2026-05-07 03:13:47] "GET /network-policy/fef8f6fa-eb7a-48ef-bd72-ed30db56c664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004836 10.0.0.249 - - [2026-05-07 03:13:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.014342 10.0.0.249 - - [2026-05-07 03:13:47] "PUT /access-control-list/081fa6bf-7646-4acf-97c1-6246466c5f33 HTTP/1.1" 200 272 0.055394 10.0.0.141 - - [2026-05-07 03:13:47] "POST /neutron/network HTTP/1.1" 200 1425 0.057450 10.0.0.141 - - [2026-05-07 03:13:47] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006400 10.0.0.141 - - [2026-05-07 03:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009868 10.0.0.141 - - [2026-05-07 03:13:47] "GET /network-policy/37b1c5c3-c04c-4797-92fb-44a2d74c00fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.022083 10.0.0.27 - - [2026-05-07 03:13:47] "GET /obj-perms HTTP/1.1" 200 5075 0.066121 10.0.0.141 - - [2026-05-07 03:14:14] "POST /neutron/network HTTP/1.1" 200 1428 0.021581 10.0.0.141 - - [2026-05-07 03:14:14] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.011218 10.0.0.141 - - [2026-05-07 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006072 10.0.0.141 - - [2026-05-07 03:14:14] "GET /network-policy/4e0686bf-d0c3-4e3d-b287-954adca8d040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005204 10.0.0.249 - - [2026-05-07 03:14:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2026-05-07 03:14:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.27 - - [2026-05-07 03:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.27 - - [2026-05-07 03:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.249 - - [2026-05-07 03:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2026-05-07 03:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.141 - - [2026-05-07 03:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.141 - - [2026-05-07 03:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000557 10.0.0.27 - - [2026-05-07 03:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.27 - - [2026-05-07 03:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.141 - - [2026-05-07 03:14:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.141 - - [2026-05-07 03:14:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.249 - - [2026-05-07 03:14:27] "PUT /access-control-list/081fa6bf-7646-4acf-97c1-6246466c5f33 HTTP/1.1" 200 272 0.030623 10.0.0.141 - - [2026-05-07 03:14:27] "POST /neutron/network HTTP/1.1" 200 1425 0.023384 10.0.0.141 - - [2026-05-07 03:14:27] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.013622 10.0.0.141 - - [2026-05-07 03:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005411 10.0.0.141 - - [2026-05-07 03:14:27] "GET /network-policy/dc22642f-bf0d-48df-9262-959c25757b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.014206 10.0.0.141 - - [2026-05-07 03:14:31] "POST /neutron/network HTTP/1.1" 200 1435 0.009726 10.0.0.141 - - [2026-05-07 03:14:31] "POST /neutron/subnet HTTP/1.1" 200 1361 0.021732 10.0.0.141 - - [2026-05-07 03:14:31] "POST /neutron/network HTTP/1.1" 200 1425 0.014229 10.0.0.249 - - [2026-05-07 03:14:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.005947 10.0.0.141 - - [2026-05-07 03:14:40] "POST /neutron/network HTTP/1.1" 200 1425 0.017315 10.0.0.141 - - [2026-05-07 03:14:40] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008624 10.0.0.141 - - [2026-05-07 03:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.141 - - [2026-05-07 03:14:40] "GET /network-policy/3c2b2936-c4b7-4c0d-9b53-c7a58e3c6960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006387 10.0.0.141 - - [2026-05-07 03:14:45] "POST /neutron/network HTTP/1.1" 200 1437 0.008874 10.0.0.141 - - [2026-05-07 03:14:45] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020274 10.0.0.141 - - [2026-05-07 03:14:45] "POST /neutron/network HTTP/1.1" 200 1427 0.017635 10.0.0.249 - - [2026-05-07 03:14:48] "GET /obj-perms HTTP/1.1" 200 5075 0.085407 10.0.0.249 - - [2026-05-07 03:14:50] "PUT /access-control-list/081fa6bf-7646-4acf-97c1-6246466c5f33 HTTP/1.1" 200 272 0.020878 10.0.0.141 - - [2026-05-07 03:14:50] "POST /neutron/network HTTP/1.1" 200 1426 0.027718 10.0.0.141 - - [2026-05-07 03:14:50] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006919 10.0.0.141 - - [2026-05-07 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.141 - - [2026-05-07 03:14:50] "GET /network-policy/097ae243-4adb-4757-ae3b-e51b288bce7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005117 10.0.0.141 - - [2026-05-07 03:15:03] "POST /neutron/network HTTP/1.1" 200 1426 0.036428 10.0.0.249 - - [2026-05-07 03:15:03] "POST /ref-update HTTP/1.1" 200 156 0.039678 10.0.0.141 - - [2026-05-07 03:15:03] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.027044 10.0.0.141 - - [2026-05-07 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009495 10.0.0.141 - - [2026-05-07 03:15:03] "GET /network-policy/7e7d8f60-fe68-496b-9e41-b05f997e3228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006854 10.0.0.249 - - [2026-05-07 03:15:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.005483 10.0.0.141 - - [2026-05-07 03:15:13] "POST /neutron/network HTTP/1.1" 200 1426 0.019021 10.0.0.141 - - [2026-05-07 03:15:13] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007173 10.0.0.141 - - [2026-05-07 03:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.141 - - [2026-05-07 03:15:14] "GET /network-policy/d215391f-af0a-4ffa-8a4d-def83328fd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005515 10.0.0.141 - - [2026-05-07 03:15:26] "POST /neutron/network HTTP/1.1" 200 1426 0.018793 10.0.0.141 - - [2026-05-07 03:15:26] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006840 10.0.0.141 - - [2026-05-07 03:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.141 - - [2026-05-07 03:15:26] "GET /network-policy/38d2eef7-e8f9-4454-bea0-e5be295736b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005064 10.0.0.141 - - [2026-05-07 03:15:32] "POST /neutron/network HTTP/1.1" 200 1436 0.009745 10.0.0.141 - - [2026-05-07 03:15:32] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020596 10.0.0.141 - - [2026-05-07 03:15:32] "POST /neutron/network HTTP/1.1" 200 1426 0.018980 10.0.0.141 - - [2026-05-07 03:15:36] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006594 10.0.0.141 - - [2026-05-07 03:15:36] "POST /neutron/network HTTP/1.1" 200 1337 0.017568 10.0.0.141 - - [2026-05-07 03:15:36] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006376 10.0.0.249 - - [2026-05-07 03:15:36] "DELETE /access-control-list/081fa6bf-7646-4acf-97c1-6246466c5f33 HTTP/1.1" 200 115 0.183594 10.0.0.141 - - [2026-05-07 03:15:36] "GET /virtual-machine/c70f69b6-0ccd-4626-8a59-abc4f9e3786a HTTP/1.1" 200 1304 0.005006 10.0.0.141 - - [2026-05-07 03:15:37] "POST /neutron/port HTTP/1.1" 200 151 0.313590 10.0.0.141 - - [2026-05-07 03:15:38] "GET /virtual-machine/c70f69b6-0ccd-4626-8a59-abc4f9e3786a HTTP/1.1" 404 171 0.005098 10.0.0.141 - - [2026-05-07 03:15:38] "GET /virtual-machine/c70f69b6-0ccd-4626-8a59-abc4f9e3786a HTTP/1.1" 404 171 0.004279 10.0.0.141 - - [2026-05-07 03:15:39] "GET /virtual-machine/c70f69b6-0ccd-4626-8a59-abc4f9e3786a HTTP/1.1" 404 171 0.004033 10.0.0.141 - - [2026-05-07 03:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.141 - - [2026-05-07 03:15:39] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005153 10.0.0.141 - - [2026-05-07 03:15:39] "GET /virtual-networks?parent_id=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003824 10.0.0.141 - - [2026-05-07 03:15:39] "GET /virtual-network/d754e6cd-7b3f-41f3-a180-ceaf5eabe22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007530 10.0.0.141 - - [2026-05-07 03:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.141 - - [2026-05-07 03:15:39] "GET /routing-instance/dc891fcb-b457-4c71-a8d2-089d35992141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004946 10.0.0.141 - - [2026-05-07 03:15:39] "GET /route-target/915aab2c-145c-4b79-a8d0-f501a8f4beef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006613 10.0.0.141 - - [2026-05-07 03:15:42] "GET /obj-perms HTTP/1.1" 200 5038 0.067798 10.0.0.249 - - [2026-05-07 03:15:45] "GET /obj-perms HTTP/1.1" 200 5038 0.004462 10.0.0.141 - - [2026-05-07 03:15:49] "GET /obj-perms HTTP/1.1" 200 5075 0.063978 10.0.0.249 - - [2026-05-07 03:15:52] "GET /obj-perms HTTP/1.1" 200 5038 0.004284 10.0.0.141 - - [2026-05-07 03:15:58] "GET /obj-perms HTTP/1.1" 200 5038 0.004243 10.0.0.249 - - [2026-05-07 03:16:01] "GET /obj-perms HTTP/1.1" 200 5038 0.005028 10.0.0.141 - - [2026-05-07 03:16:04] "GET /obj-perms HTTP/1.1" 200 5038 0.005001 10.0.0.141 - - [2026-05-07 03:16:04] "GET /virtual-machine/ba78fc14-d53b-4750-a650-305cd15ee515 HTTP/1.1" 200 1305 0.005412 10.0.0.141 - - [2026-05-07 03:16:05] "POST /neutron/port HTTP/1.1" 200 151 0.313183 10.0.0.141 - - [2026-05-07 03:16:06] "GET /virtual-machine/ba78fc14-d53b-4750-a650-305cd15ee515 HTTP/1.1" 404 171 0.004162 10.0.0.141 - - [2026-05-07 03:16:06] "GET /virtual-machine/ba78fc14-d53b-4750-a650-305cd15ee515 HTTP/1.1" 404 171 0.004642 10.0.0.141 - - [2026-05-07 03:16:06] "GET /virtual-machine/ba78fc14-d53b-4750-a650-305cd15ee515 HTTP/1.1" 404 171 0.005050 10.0.0.141 - - [2026-05-07 03:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.141 - - [2026-05-07 03:16:06] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007265 10.0.0.141 - - [2026-05-07 03:16:06] "GET /virtual-networks?parent_id=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.007008 10.0.0.141 - - [2026-05-07 03:16:06] "GET /virtual-network/6937595e-6ab3-476e-ae52-a9c88d954d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.012871 10.0.0.141 - - [2026-05-07 03:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.141 - - [2026-05-07 03:16:06] "GET /routing-instance/cbba6e42-b070-4574-9320-37d44090bcc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.009877 10.0.0.141 - - [2026-05-07 03:16:07] "GET /route-target/8d933519-7797-460c-88c0-7cf934f27d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005777 10.0.0.249 - - [2026-05-07 03:16:07] "GET /obj-perms HTTP/1.1" 200 5038 0.006903 10.0.0.141 - - [2026-05-07 03:16:10] "GET /obj-perms HTTP/1.1" 200 5038 0.004867 10.0.0.249 - - [2026-05-07 03:16:16] "GET /obj-perms HTTP/1.1" 200 5038 0.005170 10.0.0.141 - - [2026-05-07 03:16:19] "GET /obj-perms HTTP/1.1" 200 5038 0.004643 10.0.0.249 - - [2026-05-07 03:16:25] "GET /obj-perms HTTP/1.1" 200 5038 0.006497 10.0.0.141 - - [2026-05-07 03:16:28] "GET /obj-perms HTTP/1.1" 200 5038 0.005453 10.0.0.141 - - [2026-05-07 03:16:31] "GET /obj-perms HTTP/1.1" 200 5038 0.004919 10.0.0.249 - - [2026-05-07 03:16:31] "GET /obj-perms HTTP/1.1" 200 5038 0.005073 10.0.0.27 - - [2026-05-07 03:16:31] "GET /obj-perms HTTP/1.1" 200 5038 0.065420 10.0.0.141 - - [2026-05-07 03:16:32] "GET /virtual-network/d754e6cd-7b3f-41f3-a180-ceaf5eabe22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007254 10.0.0.249 - - [2026-05-07 03:16:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.005146 10.0.0.141 - - [2026-05-07 03:16:32] "POST /neutron/network HTTP/1.1" 200 1337 0.024124 10.0.0.249 - - [2026-05-07 03:16:32] "POST /ref-update HTTP/1.1" 200 156 0.037153 10.0.0.141 - - [2026-05-07 03:16:32] "GET /virtual-network/d754e6cd-7b3f-41f3-a180-ceaf5eabe22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007284 10.0.0.141 - - [2026-05-07 03:16:32] "DELETE /network-policy/4e0686bf-d0c3-4e3d-b287-954adca8d040 HTTP/1.1" 200 115 0.037202 10.0.0.141 - - [2026-05-07 03:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.27 - - [2026-05-07 03:16:32] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001332 10.0.0.141 - - [2026-05-07 03:16:32] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042338 10.0.0.141 - - [2026-05-07 03:16:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-78615953&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.006992 10.0.0.141 - - [2026-05-07 03:16:32] "DELETE /network-policy/38d2eef7-e8f9-4454-bea0-e5be295736b9 HTTP/1.1" 200 115 0.042139 10.0.0.141 - - [2026-05-07 03:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006672 10.0.0.27 - - [2026-05-07 03:16:32] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001236 10.0.0.141 - - [2026-05-07 03:16:32] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049592 10.0.0.141 - - [2026-05-07 03:16:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-78615953&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.007878 10.0.0.141 - - [2026-05-07 03:16:32] "DELETE /network-policy/d215391f-af0a-4ffa-8a4d-def83328fd20 HTTP/1.1" 200 115 0.046277 10.0.0.141 - - [2026-05-07 03:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.27 - - [2026-05-07 03:16:32] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.141 - - [2026-05-07 03:16:33] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.057704 10.0.0.141 - - [2026-05-07 03:16:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-78615953&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.008274 10.0.0.141 - - [2026-05-07 03:16:33] "DELETE /network-policy/7e7d8f60-fe68-496b-9e41-b05f997e3228 HTTP/1.1" 200 115 0.063488 10.0.0.141 - - [2026-05-07 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006145 10.0.0.27 - - [2026-05-07 03:16:33] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001160 10.0.0.141 - - [2026-05-07 03:16:33] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.076445 10.0.0.141 - - [2026-05-07 03:16:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-78615953&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.009090 10.0.0.141 - - [2026-05-07 03:16:33] "DELETE /network-policy/097ae243-4adb-4757-ae3b-e51b288bce7e HTTP/1.1" 200 115 0.070112 10.0.0.141 - - [2026-05-07 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.27 - - [2026-05-07 03:16:33] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001219 10.0.0.141 - - [2026-05-07 03:16:33] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.086785 10.0.0.141 - - [2026-05-07 03:16:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-78615953&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.007338 10.0.0.141 - - [2026-05-07 03:16:33] "DELETE /network-policy/1ea3fb12-0640-473a-8936-98756e82df1f HTTP/1.1" 200 115 0.053061 10.0.0.141 - - [2026-05-07 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005706 10.0.0.27 - - [2026-05-07 03:16:33] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001209 10.0.0.141 - - [2026-05-07 03:16:33] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.061834 10.0.0.141 - - [2026-05-07 03:16:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-78615953&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.007601 10.0.0.141 - - [2026-05-07 03:16:34] "DELETE /network-policy/3c2b2936-c4b7-4c0d-9b53-c7a58e3c6960 HTTP/1.1" 200 115 0.053322 10.0.0.141 - - [2026-05-07 03:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007240 10.0.0.27 - - [2026-05-07 03:16:34] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.141 - - [2026-05-07 03:16:34] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.072273 10.0.0.141 - - [2026-05-07 03:16:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-78615953&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.007519 10.0.0.141 - - [2026-05-07 03:16:34] "DELETE /network-policy/dc22642f-bf0d-48df-9262-959c25757b4c HTTP/1.1" 200 115 0.064147 10.0.0.141 - - [2026-05-07 03:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.27 - - [2026-05-07 03:16:34] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001123 10.0.0.141 - - [2026-05-07 03:16:34] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.054372 10.0.0.141 - - [2026-05-07 03:16:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-78615953&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005744 10.0.0.141 - - [2026-05-07 03:16:34] "DELETE /network-policy/37b1c5c3-c04c-4797-92fb-44a2d74c00fe HTTP/1.1" 200 115 0.055703 10.0.0.141 - - [2026-05-07 03:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.27 - - [2026-05-07 03:16:34] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001347 10.0.0.141 - - [2026-05-07 03:16:34] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.062223 10.0.0.141 - - [2026-05-07 03:16:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-78615953&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006295 10.0.0.141 - - [2026-05-07 03:16:34] "DELETE /network-policy/fef8f6fa-eb7a-48ef-bd72-ed30db56c664 HTTP/1.1" 200 115 0.053914 10.0.0.141 - - [2026-05-07 03:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.27 - - [2026-05-07 03:16:34] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001257 10.0.0.141 - - [2026-05-07 03:16:34] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.065522 10.0.0.141 - - [2026-05-07 03:16:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-78615953&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006789 10.0.0.141 - - [2026-05-07 03:16:35] "POST /neutron/network HTTP/1.1" 200 1337 0.014893 10.0.0.249 - - [2026-05-07 03:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006669 10.0.0.141 - - [2026-05-07 03:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.141 - - [2026-05-07 03:16:36] "DELETE /network-ipam/93345e05-da8d-4689-870c-6a70e38e26a0 HTTP/1.1" 200 115 0.042542 10.0.0.141 - - [2026-05-07 03:16:36] "POST /fqname-to-id HTTP/1.1" 404 260 0.004575 10.0.0.27 - - [2026-05-07 03:16:36] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.27 - - [2026-05-07 03:16:36] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.155670 10.0.0.27 - - [2026-05-07 03:16:36] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001616 10.0.0.27 - - [2026-05-07 03:16:36] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?fields=security_groups HTTP/1.1" 200 1398 0.062610 10.0.0.27 - - [2026-05-07 03:16:36] "DELETE /security-group/5c9d99a7-537c-46fe-b068-995370b4d0eb HTTP/1.1" 200 115 0.079199 10.0.0.27 - - [2026-05-07 03:16:36] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.27 - - [2026-05-07 03:16:36] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?fields=application_policy_sets HTTP/1.1" 200 1437 0.077341 10.0.0.249 - - [2026-05-07 03:16:36] "DELETE /access-control-list/24a6f248-3a56-4453-91e9-f6c8db432d42 HTTP/1.1" 200 115 0.071386 10.0.0.141 - - [2026-05-07 03:16:36] "DELETE /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97 HTTP/1.1" 200 115 0.645887 10.0.0.27 - - [2026-05-07 03:16:36] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001780 10.0.0.141 - - [2026-05-07 03:16:37] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?fields=projects HTTP/1.1" 200 1438 0.020405 10.0.0.27 - - [2026-05-07 03:16:38] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003625 10.0.0.27 - - [2026-05-07 03:16:38] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.27 - - [2026-05-07 03:16:38] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049396 10.0.0.27 - - [2026-05-07 03:16:38] "POST /id-to-fqname HTTP/1.1" 200 202 0.007336 10.0.0.27 - - [2026-05-07 03:16:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.004764 10.0.0.27 - - [2026-05-07 03:16:38] "POST /security-groups HTTP/1.1" 200 603 0.082301 10.0.0.27 - - [2026-05-07 03:16:38] "POST /projects HTTP/1.1" 200 609 0.319898 10.0.0.27 - - [2026-05-07 03:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.369986 10.0.0.249 - - [2026-05-07 03:16:38] "POST /fqname-to-id HTTP/1.1" 404 245 0.010751 10.0.0.141 - - [2026-05-07 03:16:38] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.538337 10.0.0.27 - - [2026-05-07 03:16:38] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001917 10.0.0.141 - - [2026-05-07 03:16:39] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?fields=virtual_networks HTTP/1.1" 200 1055 0.081773 10.0.0.27 - - [2026-05-07 03:16:39] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095 10.0.0.141 - - [2026-05-07 03:16:39] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.052706 10.0.0.27 - - [2026-05-07 03:16:39] "GET /projects?obj_uuids=26f8d5f6-febb-4f7a-82dc-1bf90ac94e97&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001496 10.0.0.141 - - [2026-05-07 03:16:39] "GET /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97?fields=security_groups HTTP/1.1" 200 1293 0.050383 10.0.0.141 - - [2026-05-07 03:16:40] "POST /fqname-to-id HTTP/1.1" 404 182 0.032790 10.0.0.27 - - [2026-05-07 03:16:40] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004673 10.0.0.27 - - [2026-05-07 03:16:40] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001586 10.0.0.27 - - [2026-05-07 03:16:40] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011283 10.0.0.27 - - [2026-05-07 03:16:40] "POST /id-to-fqname HTTP/1.1" 200 184 0.006716 10.0.0.27 - - [2026-05-07 03:16:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.011775 10.0.0.27 - - [2026-05-07 03:16:40] "POST /security-groups HTTP/1.1" 200 585 0.089155 10.0.0.27 - - [2026-05-07 03:16:40] "POST /projects HTTP/1.1" 200 573 0.346324 10.0.0.27 - - [2026-05-07 03:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.381824 10.0.0.249 - - [2026-05-07 03:16:40] "POST /access-control-lists HTTP/1.1" 200 590 0.039561 10.0.0.141 - - [2026-05-07 03:16:41] "GET /project/827dfd87-f1de-44cc-a59f-106749d34e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.559294 10.0.0.141 - - [2026-05-07 03:16:42] "GET / HTTP/1.1" 200 35931 0.002085 10.0.0.141 - - [2026-05-07 03:16:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000473 10.0.0.141 - - [2026-05-07 03:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.073546 10.0.0.27 - - [2026-05-07 03:16:43] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001038 10.0.0.141 - - [2026-05-07 03:16:43] "GET /project/827dfd87-f1de-44cc-a59f-106749d34e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.055335 10.0.0.27 - - [2026-05-07 03:16:43] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001240 10.0.0.141 - - [2026-05-07 03:16:43] "POST /neutron/network HTTP/1.1" 200 599 0.197963 10.0.0.249 - - [2026-05-07 03:16:43] "POST /route-targets HTTP/1.1" 200 327 0.021925 10.0.0.141 - - [2026-05-07 03:16:44] "POST /neutron/network HTTP/1.1" 200 991 0.014091 10.0.0.141 - - [2026-05-07 03:16:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.001247 10.0.0.141 - - [2026-05-07 03:16:44] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006697 10.0.0.141 - - [2026-05-07 03:16:44] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006661 10.0.0.141 - - [2026-05-07 03:16:44] "POST /neutron/subnet HTTP/1.1" 200 719 0.010611 10.0.0.141 - - [2026-05-07 03:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.27 - - [2026-05-07 03:16:44] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001185 10.0.0.141 - - [2026-05-07 03:16:44] "GET /project/827dfd87-f1de-44cc-a59f-106749d34e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.042924 10.0.0.27 - - [2026-05-07 03:16:44] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001256 10.0.0.141 - - [2026-05-07 03:16:44] "POST /neutron/network HTTP/1.1" 200 599 0.136850 10.0.0.249 - - [2026-05-07 03:16:44] "POST /ref-update HTTP/1.1" 200 156 0.023984 10.0.0.141 - - [2026-05-07 03:16:45] "POST /neutron/network HTTP/1.1" 200 990 0.015678 10.0.0.141 - - [2026-05-07 03:16:45] "POST /id-to-fqname HTTP/1.1" 200 214 0.001287 10.0.0.141 - - [2026-05-07 03:16:45] "GET /virtual-network/dd627bb0-cf15-45b6-88ac-0772b615e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006751 10.0.0.141 - - [2026-05-07 03:16:45] "GET /virtual-network/dd627bb0-cf15-45b6-88ac-0772b615e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005994 10.0.0.141 - - [2026-05-07 03:16:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.011764 10.0.0.141 - - [2026-05-07 03:16:45] "POST /id-to-fqname HTTP/1.1" 200 214 0.001379 10.0.0.27 - - [2026-05-07 03:16:46] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001153 10.0.0.141 - - [2026-05-07 03:16:46] "GET /project/827dfd87-f1de-44cc-a59f-106749d34e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.085190 10.0.0.141 - - [2026-05-07 03:16:46] "POST /neutron/network HTTP/1.1" 200 991 0.011150 10.0.0.141 - - [2026-05-07 03:16:46] "POST /id-to-fqname HTTP/1.1" 200 214 0.001451 10.0.0.141 - - [2026-05-07 03:16:46] "POST /neutron/port HTTP/1.1" 200 117 0.012741 10.0.0.27 - - [2026-05-07 03:16:47] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001163 10.0.0.141 - - [2026-05-07 03:16:47] "POST /neutron/port HTTP/1.1" 200 1160 0.548446 10.0.0.27 - - [2026-05-07 03:16:47] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003036 10.0.0.141 - - [2026-05-07 03:16:48] "GET /project/827dfd87-f1de-44cc-a59f-106749d34e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.102731 10.0.0.141 - - [2026-05-07 03:16:48] "POST /neutron/network HTTP/1.1" 200 991 0.013023 10.0.0.141 - - [2026-05-07 03:16:48] "POST /neutron/port HTTP/1.1" 200 1224 0.037766 10.0.0.141 - - [2026-05-07 03:16:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004665 10.0.0.141 - - [2026-05-07 03:16:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001421 10.0.0.141 - - [2026-05-07 03:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.141 - - [2026-05-07 03:16:48] "POST /neutron/port HTTP/1.1" 200 1224 0.047262 10.0.0.141 - - [2026-05-07 03:16:49] "POST /neutron/network HTTP/1.1" 200 1001 0.015969 10.0.0.27 - - [2026-05-07 03:16:50] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001862 10.0.0.141 - - [2026-05-07 03:16:50] "GET /project/827dfd87-f1de-44cc-a59f-106749d34e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.153129 10.0.0.141 - - [2026-05-07 03:16:50] "POST /neutron/network HTTP/1.1" 200 990 0.016269 10.0.0.141 - - [2026-05-07 03:16:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.014871 10.0.0.141 - - [2026-05-07 03:16:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.013932 10.0.0.141 - - [2026-05-07 03:16:51] "POST /neutron/port HTTP/1.1" 200 1214 0.311191 10.0.0.141 - - [2026-05-07 03:16:51] "POST /neutron/network HTTP/1.1" 200 1000 0.020052 10.0.0.141 - - [2026-05-07 03:16:51] "GET /virtual-machine/7e4a5fbe-ec2a-4372-9f4f-5bd56c480925 HTTP/1.1" 401 293 0.000462 10.0.0.27 - - [2026-05-07 03:16:51] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001211 10.0.0.141 - - [2026-05-07 03:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.001799 10.0.0.141 - - [2026-05-07 03:16:51] "POST /neutron/port HTTP/1.1" 200 1159 0.594755 10.0.0.141 - - [2026-05-07 03:16:51] "GET /virtual-machine/7e4a5fbe-ec2a-4372-9f4f-5bd56c480925 HTTP/1.1" 200 1286 0.078743 10.0.0.141 - - [2026-05-07 03:16:51] "POST /neutron/port HTTP/1.1" 200 1159 0.024638 10.0.0.141 - - [2026-05-07 03:16:51] "GET /virtual-machine-interface/977ce2bf-837b-4a02-99e2-7afcc1bd3866 HTTP/1.1" 200 3106 0.015678 10.0.0.141 - - [2026-05-07 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.141 - - [2026-05-07 03:16:52] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003574 10.0.0.141 - - [2026-05-07 03:16:52] "GET /virtual-networks?parent_id=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004065 10.0.0.141 - - [2026-05-07 03:16:52] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.015324 10.0.0.141 - - [2026-05-07 03:16:52] "POST /neutron/port HTTP/1.1" 200 1223 0.028784 10.0.0.141 - - [2026-05-07 03:16:52] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017418 10.0.0.141 - - [2026-05-07 03:16:52] "POST /neutron/network HTTP/1.1" 200 990 0.013679 10.0.0.141 - - [2026-05-07 03:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.141 - - [2026-05-07 03:16:55] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006845 10.0.0.141 - - [2026-05-07 03:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.141 - - [2026-05-07 03:16:59] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007927 10.0.0.141 - - [2026-05-07 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.141 - - [2026-05-07 03:17:03] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006203 10.0.0.141 - - [2026-05-07 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.141 - - [2026-05-07 03:17:07] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007676 10.0.0.141 - - [2026-05-07 03:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.141 - - [2026-05-07 03:17:11] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006323 10.0.0.141 - - [2026-05-07 03:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004939 10.0.0.141 - - [2026-05-07 03:17:15] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006488 10.0.0.141 - - [2026-05-07 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.141 - - [2026-05-07 03:17:19] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006868 10.0.0.141 - - [2026-05-07 03:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.141 - - [2026-05-07 03:17:23] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005938 10.0.0.27 - - [2026-05-07 03:17:25] "DELETE /project/827dfd87f1de44cca59f106749d34e0b HTTP/1.1" 404 173 0.043992 10.0.0.27 - - [2026-05-07 03:17:25] "DELETE /project/26f8d5f6-febb-4f7a-82dc-1bf90ac94e97 HTTP/1.1" 404 177 0.062476 10.0.0.27 - - [2026-05-07 03:17:25] "DELETE /project/26f8d5f6febb4f7a82dc1bf90ac94e97 HTTP/1.1" 404 173 0.092871 10.0.0.141 - - [2026-05-07 03:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.141 - - [2026-05-07 03:17:27] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007527 10.0.0.141 - - [2026-05-07 03:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.141 - - [2026-05-07 03:17:32] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007302 10.0.0.141 - - [2026-05-07 03:17:33] "POST /neutron/network HTTP/1.1" 200 1001 0.008140 10.0.0.141 - - [2026-05-07 03:17:33] "POST /neutron/subnet HTTP/1.1" 200 1379 0.024282 10.0.0.141 - - [2026-05-07 03:17:33] "POST /neutron/network HTTP/1.1" 200 991 0.011738 10.0.0.141 - - [2026-05-07 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.141 - - [2026-05-07 03:17:34] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005115 10.0.0.141 - - [2026-05-07 03:17:34] "GET /virtual-networks?parent_id=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003889 10.0.0.141 - - [2026-05-07 03:17:34] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006797 10.0.0.141 - - [2026-05-07 03:17:39] "POST /neutron/port HTTP/1.1" 200 1224 0.022552 10.0.0.141 - - [2026-05-07 03:17:44] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009578 10.0.0.141 - - [2026-05-07 03:17:47] "POST /neutron/network HTTP/1.1" 200 1001 0.009145 10.0.0.141 - - [2026-05-07 03:17:47] "POST /neutron/subnet HTTP/1.1" 200 1379 0.021683 10.0.0.141 - - [2026-05-07 03:17:47] "POST /neutron/network HTTP/1.1" 200 991 0.013523 10.0.0.141 - - [2026-05-07 03:17:50] "POST /neutron/port HTTP/1.1" 200 1224 0.024794 10.0.0.141 - - [2026-05-07 03:17:55] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009455 10.0.0.141 - - [2026-05-07 03:18:00] "POST /neutron/port HTTP/1.1" 200 1224 0.027706 10.0.0.141 - - [2026-05-07 03:18:00] "POST /neutron/port HTTP/1.1" 200 1224 0.029208 10.0.0.141 - - [2026-05-07 03:18:00] "POST /neutron/port HTTP/1.1" 200 1224 0.030427 10.0.0.141 - - [2026-05-07 03:18:00] "GET /virtual-machine/79187494-2bbc-4a59-9d76-c314f20c07a7 HTTP/1.1" 200 1286 0.009103 10.0.0.141 - - [2026-05-07 03:18:00] "GET /virtual-machine-interface/c176b026-e6fe-4612-84f0-af50e6e5d846 HTTP/1.1" 200 3105 0.006942 10.0.0.141 - - [2026-05-07 03:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007330 10.0.0.141 - - [2026-05-07 03:18:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008337 10.0.0.141 - - [2026-05-07 03:18:00] "GET /virtual-networks?parent_id=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.012966 10.0.0.141 - - [2026-05-07 03:18:01] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.008867 10.0.0.141 - - [2026-05-07 03:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005808 10.0.0.141 - - [2026-05-07 03:18:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006921 10.0.0.141 - - [2026-05-07 03:18:02] "GET /virtual-networks?parent_id=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.009300 10.0.0.141 - - [2026-05-07 03:18:02] "GET /virtual-network/6cb6f10e-0325-44ec-96c9-70065292138d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007698 10.0.0.141 - - [2026-05-07 03:18:02] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009686 10.0.0.141 - - [2026-05-07 03:18:07] "POST /neutron/port HTTP/1.1" 200 1223 0.027724 10.0.0.141 - - [2026-05-07 03:18:07] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010978 10.0.0.141 - - [2026-05-07 03:18:07] "GET /virtual-machine/02f13155-b972-40c6-91c7-b19f56c932b1 HTTP/1.1" 200 1285 0.007527 10.0.0.141 - - [2026-05-07 03:18:07] "GET /virtual-machine-interface/48fd2858-e9d8-48d6-bba5-92e2ff8c2648 HTTP/1.1" 200 3105 0.006854 10.0.0.141 - - [2026-05-07 03:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.141 - - [2026-05-07 03:18:07] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005123 10.0.0.141 - - [2026-05-07 03:18:07] "GET /virtual-networks?parent_id=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003901 10.0.0.141 - - [2026-05-07 03:18:07] "GET /virtual-network/dd627bb0-cf15-45b6-88ac-0772b615e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006787 10.0.0.141 - - [2026-05-07 03:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.141 - - [2026-05-07 03:18:09] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005282 10.0.0.141 - - [2026-05-07 03:18:09] "GET /virtual-networks?parent_id=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003677 10.0.0.141 - - [2026-05-07 03:18:09] "GET /virtual-network/dd627bb0-cf15-45b6-88ac-0772b615e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007597 10.0.0.141 - - [2026-05-07 03:18:15] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004662 10.0.0.141 - - [2026-05-07 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.141 - - [2026-05-07 03:18:15] "GET /global-qos-config/01f9efd7-0eab-4760-9043-8d7075e9b61b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1083 0.005611 10.0.0.141 - - [2026-05-07 03:18:15] "POST /fqname-to-id HTTP/1.1" 404 222 0.003983 10.0.0.141 - - [2026-05-07 03:18:16] "POST /forwarding-classs HTTP/1.1" 200 576 0.038804 10.0.0.141 - - [2026-05-07 03:18:16] "POST /id-to-fqname HTTP/1.1" 200 232 0.004631 10.0.0.141 - - [2026-05-07 03:18:16] "GET /forwarding-class/5cf1d231-b877-49e9-88ee-18a0598190b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.005646 10.0.0.27 - - [2026-05-07 03:18:16] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.068785 10.0.0.141 - - [2026-05-07 03:18:16] "GET /project/827dfd87-f1de-44cc-a59f-106749d34e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.128980 10.0.0.141 - - [2026-05-07 03:18:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.004070 10.0.0.141 - - [2026-05-07 03:18:16] "POST /qos-configs HTTP/1.1" 200 543 0.056732 10.0.0.141 - - [2026-05-07 03:18:16] "POST /id-to-fqname HTTP/1.1" 200 217 0.007143 10.0.0.141 - - [2026-05-07 03:18:16] "GET /qos-config/a6c1a702-a02d-4648-86bc-49f138cbe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005580 10.0.0.141 - - [2026-05-07 03:18:16] "GET /virtual-machine-interface/977ce2bf-837b-4a02-99e2-7afcc1bd3866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.009603 10.0.0.141 - - [2026-05-07 03:18:16] "POST /ref-update HTTP/1.1" 200 156 0.033792 10.0.0.141 - - [2026-05-07 03:18:16] "POST /neutron/port HTTP/1.1" 200 1224 0.031601 10.0.0.141 - - [2026-05-07 03:18:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009407 10.0.0.141 - - [2026-05-07 03:18:17] "POST /neutron/port HTTP/1.1" 200 1224 0.028660 10.0.0.141 - - [2026-05-07 03:18:17] "POST /neutron/network HTTP/1.1" 200 991 0.013534 10.0.0.141 - - [2026-05-07 03:18:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.001362 10.0.0.141 - - [2026-05-07 03:18:17] "GET /virtual-machine/7e4a5fbe-ec2a-4372-9f4f-5bd56c480925 HTTP/1.1" 200 1286 0.012236 10.0.0.141 - - [2026-05-07 03:18:17] "GET /virtual-machine-interface/977ce2bf-837b-4a02-99e2-7afcc1bd3866 HTTP/1.1" 200 3353 0.007261 10.0.0.141 - - [2026-05-07 03:18:17] "GET /instance-ip/5333ceb4-2dba-4faa-9177-428c57279f47 HTTP/1.1" 200 1628 0.008322 10.0.0.141 - - [2026-05-07 03:18:17] "GET /instance-ip/5428952b-e63d-4c93-b510-e57392ed6089 HTTP/1.1" 200 1607 0.008613 10.0.0.141 - - [2026-05-07 03:18:17] "POST /neutron/port HTTP/1.1" 200 1224 0.032936 10.0.0.141 - - [2026-05-07 03:18:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009503 10.0.0.141 - - [2026-05-07 03:18:17] "POST /neutron/network HTTP/1.1" 200 965 0.022019 10.0.0.141 - - [2026-05-07 03:18:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.001541 10.0.0.141 - - [2026-05-07 03:18:18] "GET /virtual-machine/79187494-2bbc-4a59-9d76-c314f20c07a7 HTTP/1.1" 200 1286 0.004848 10.0.0.141 - - [2026-05-07 03:18:18] "GET /virtual-machine-interface/c176b026-e6fe-4612-84f0-af50e6e5d846 HTTP/1.1" 200 3105 0.006178 10.0.0.141 - - [2026-05-07 03:18:18] "GET /instance-ip/b11ae687-99a0-4728-9670-bd71378ca40e HTTP/1.1" 200 1629 0.008710 10.0.0.141 - - [2026-05-07 03:18:18] "GET /instance-ip/dfeaf8a8-0b19-4d01-a97d-b96af7fa12d2 HTTP/1.1" 200 1608 0.009859 10.0.0.141 - - [2026-05-07 03:18:33] "POST /neutron/port HTTP/1.1" 200 1223 0.035004 10.0.0.141 - - [2026-05-07 03:18:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005009 10.0.0.141 - - [2026-05-07 03:18:33] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.141 - - [2026-05-07 03:18:47] "GET /virtual-machine-interface/977ce2bf-837b-4a02-99e2-7afcc1bd3866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2938 0.006813 10.0.0.141 - - [2026-05-07 03:18:47] "POST /ref-update HTTP/1.1" 200 156 0.026220 10.0.0.141 - - [2026-05-07 03:18:47] "DELETE /qos-config/a6c1a702-a02d-4648-86bc-49f138cbe056 HTTP/1.1" 200 115 0.095257 10.0.0.141 - - [2026-05-07 03:18:47] "POST /id-to-fqname HTTP/1.1" 200 232 0.001343 10.0.0.141 - - [2026-05-07 03:18:47] "DELETE /forwarding-class/5cf1d231-b877-49e9-88ee-18a0598190b1 HTTP/1.1" 200 115 0.040487 10.0.0.141 - - [2026-05-07 03:18:47] "POST /neutron/port HTTP/1.1" 200 1224 0.139927 10.0.0.141 - - [2026-05-07 03:18:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004944 10.0.0.141 - - [2026-05-07 03:18:47] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.141 - - [2026-05-07 03:18:49] "POST /neutron/network HTTP/1.1" 400 204 0.019104 10.0.0.141 - - [2026-05-07 03:18:49] "POST /neutron/port HTTP/1.1" 200 1214 0.037508 10.0.0.141 - - [2026-05-07 03:18:49] "POST /neutron/port HTTP/1.1" 200 151 0.426544 10.0.0.141 - - [2026-05-07 03:18:50] "POST /neutron/port HTTP/1.1" 200 151 0.527944 10.0.0.249 - - [2026-05-07 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.141 - - [2026-05-07 03:18:51] "POST /neutron/network HTTP/1.1" 200 991 0.012496 10.0.0.249 - - [2026-05-07 03:18:51] "DELETE /route-target/b8420995-f1c5-4b63-8641-784d05a8aa1d HTTP/1.1" 200 115 0.030458 10.0.0.27 - - [2026-05-07 03:18:51] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001288 10.0.0.141 - - [2026-05-07 03:18:51] "GET /project/827dfd87-f1de-44cc-a59f-106749d34e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.349595 10.0.0.27 - - [2026-05-07 03:18:51] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002334 10.0.0.141 - - [2026-05-07 03:18:52] "GET /project/827dfd87-f1de-44cc-a59f-106749d34e0b?fields=virtual_networks HTTP/1.1" 200 1020 0.078785 10.0.0.27 - - [2026-05-07 03:18:52] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001303 10.0.0.141 - - [2026-05-07 03:18:52] "GET /project/827dfd87-f1de-44cc-a59f-106749d34e0b?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.059367 10.0.0.27 - - [2026-05-07 03:18:52] "GET /projects?obj_uuids=827dfd87-f1de-44cc-a59f-106749d34e0b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001196 10.0.0.141 - - [2026-05-07 03:18:52] "GET /project/827dfd87-f1de-44cc-a59f-106749d34e0b?fields=security_groups HTTP/1.1" 200 1240 0.071485 10.0.0.141 - - [2026-05-07 03:18:53] "POST /fqname-to-id HTTP/1.1" 404 181 0.033332 10.0.0.27 - - [2026-05-07 03:18:53] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004082 10.0.0.27 - - [2026-05-07 03:18:53] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.27 - - [2026-05-07 03:18:53] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009059 10.0.0.27 - - [2026-05-07 03:18:53] "POST /id-to-fqname HTTP/1.1" 200 183 0.003057 10.0.0.27 - - [2026-05-07 03:18:53] "POST /fqname-to-id HTTP/1.1" 404 192 0.003883 10.0.0.27 - - [2026-05-07 03:18:53] "POST /security-groups HTTP/1.1" 200 584 0.085640 10.0.0.27 - - [2026-05-07 03:18:53] "POST /projects HTTP/1.1" 200 571 0.326646 10.0.0.27 - - [2026-05-07 03:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.361867 10.0.0.249 - - [2026-05-07 03:18:53] "POST /fqname-to-id HTTP/1.1" 404 226 0.011178 10.0.0.141 - - [2026-05-07 03:18:53] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.543377 10.0.0.141 - - [2026-05-07 03:18:55] "GET / HTTP/1.1" 200 35931 0.001683 10.0.0.141 - - [2026-05-07 03:18:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000633 10.0.0.141 - - [2026-05-07 03:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.068068 10.0.0.27 - - [2026-05-07 03:18:57] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001026 10.0.0.141 - - [2026-05-07 03:18:57] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.045993 10.0.0.27 - - [2026-05-07 03:18:57] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001947 10.0.0.141 - - [2026-05-07 03:18:57] "POST /neutron/network HTTP/1.1" 200 612 0.230417 10.0.0.249 - - [2026-05-07 03:18:57] "POST /ref-update HTTP/1.1" 200 156 0.034282 10.0.0.141 - - [2026-05-07 03:18:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.005396 10.0.0.141 - - [2026-05-07 03:18:58] "GET /virtual-network/e51f378b-3530-4c76-bc03-395d0175c295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007563 10.0.0.141 - - [2026-05-07 03:18:58] "POST /neutron/network HTTP/1.1" 200 832 0.007724 10.0.0.141 - - [2026-05-07 03:18:58] "GET /virtual-network/e51f378b-3530-4c76-bc03-395d0175c295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006806 10.0.0.141 - - [2026-05-07 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.141 - - [2026-05-07 03:18:58] "GET /virtual-network/e51f378b-3530-4c76-bc03-395d0175c295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006077 10.0.0.141 - - [2026-05-07 03:18:58] "PUT /virtual-network/e51f378b-3530-4c76-bc03-395d0175c295 HTTP/1.1" 200 264 0.069829 10.0.0.141 - - [2026-05-07 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006190 10.0.0.27 - - [2026-05-07 03:18:58] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001163 10.0.0.141 - - [2026-05-07 03:18:58] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.051705 10.0.0.141 - - [2026-05-07 03:18:58] "POST /neutron/network HTTP/1.1" 200 117 0.020013 10.0.0.249 - - [2026-05-07 03:18:58] "POST /route-targets HTTP/1.1" 200 327 0.015586 10.0.0.141 - - [2026-05-07 03:18:59] "POST /neutron/network HTTP/1.1" 200 831 0.011013 10.0.0.141 - - [2026-05-07 03:18:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001366 10.0.0.141 - - [2026-05-07 03:18:59] "GET /virtual-network/e0d56eae-ce7e-4d33-bf9e-ecdbf4b428db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006511 10.0.0.141 - - [2026-05-07 03:18:59] "GET /virtual-network/e0d56eae-ce7e-4d33-bf9e-ecdbf4b428db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007479 10.0.0.141 - - [2026-05-07 03:18:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.012581 10.0.0.141 - - [2026-05-07 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.141 - - [2026-05-07 03:18:59] "GET /virtual-network/e0d56eae-ce7e-4d33-bf9e-ecdbf4b428db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008154 10.0.0.141 - - [2026-05-07 03:18:59] "PUT /virtual-network/e0d56eae-ce7e-4d33-bf9e-ecdbf4b428db HTTP/1.1" 200 264 0.078149 10.0.0.141 - - [2026-05-07 03:18:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001523 10.0.0.27 - - [2026-05-07 03:19:00] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001472 10.0.0.141 - - [2026-05-07 03:19:00] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.105758 10.0.0.141 - - [2026-05-07 03:19:00] "POST /neutron/port HTTP/1.1" 200 117 0.008103 10.0.0.141 - - [2026-05-07 03:19:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001473 10.0.0.141 - - [2026-05-07 03:19:01] "POST /neutron/network HTTP/1.1" 200 841 0.010405 10.0.0.27 - - [2026-05-07 03:19:02] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001382 10.0.0.141 - - [2026-05-07 03:19:02] "POST /neutron/port HTTP/1.1" 200 1054 0.031389 10.0.0.141 - - [2026-05-07 03:19:02] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.124070 10.0.0.141 - - [2026-05-07 03:19:02] "POST /neutron/port HTTP/1.1" 200 1108 0.154767 10.0.0.141 - - [2026-05-07 03:19:02] "POST /neutron/subnet HTTP/1.1" 200 703 0.013094 10.0.0.141 - - [2026-05-07 03:19:02] "POST /neutron/port HTTP/1.1" 200 1118 0.026417 10.0.0.141 - - [2026-05-07 03:19:02] "POST /neutron/port HTTP/1.1" 200 1118 0.027976 10.0.0.27 - - [2026-05-07 03:19:03] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001616 10.0.0.141 - - [2026-05-07 03:19:03] "POST /neutron/port HTTP/1.1" 200 1053 0.389058 10.0.0.141 - - [2026-05-07 03:19:03] "POST /neutron/port HTTP/1.1" 200 1107 0.131418 10.0.0.141 - - [2026-05-07 03:19:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.012816 10.0.0.141 - - [2026-05-07 03:19:07] "POST /neutron/port HTTP/1.1" 200 1118 0.020509 10.0.0.141 - - [2026-05-07 03:19:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010399 10.0.0.141 - - [2026-05-07 03:19:08] "GET /virtual-machine/4feb7b4d-fcf5-4af2-bfbc-cf5b289ea97e HTTP/1.1" 401 293 0.000510 10.0.0.141 - - [2026-05-07 03:19:08] "GET /virtual-machine/4feb7b4d-fcf5-4af2-bfbc-cf5b289ea97e HTTP/1.1" 200 1285 0.037112 10.0.0.141 - - [2026-05-07 03:19:08] "GET /virtual-machine-interface/ace8df09-063e-4932-baa5-f42c860ac998 HTTP/1.1" 200 2928 0.008022 10.0.0.141 - - [2026-05-07 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005316 10.0.0.141 - - [2026-05-07 03:19:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004213 10.0.0.141 - - [2026-05-07 03:19:08] "GET /virtual-networks?parent_id=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003740 10.0.0.141 - - [2026-05-07 03:19:08] "GET /virtual-network/e51f378b-3530-4c76-bc03-395d0175c295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007258 10.0.0.141 - - [2026-05-07 03:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.141 - - [2026-05-07 03:19:11] "GET /virtual-network/e51f378b-3530-4c76-bc03-395d0175c295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007310 10.0.0.141 - - [2026-05-07 03:19:13] "POST /neutron/port HTTP/1.1" 200 1118 0.065129 10.0.0.141 - - [2026-05-07 03:19:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009625 10.0.0.141 - - [2026-05-07 03:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.141 - - [2026-05-07 03:19:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004296 10.0.0.141 - - [2026-05-07 03:19:14] "GET /virtual-networks?parent_id=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004150 10.0.0.141 - - [2026-05-07 03:19:14] "GET /virtual-network/e51f378b-3530-4c76-bc03-395d0175c295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007021 10.0.0.141 - - [2026-05-07 03:19:14] "POST /neutron/port HTTP/1.1" 200 1117 0.023376 10.0.0.141 - - [2026-05-07 03:19:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010767 10.0.0.141 - - [2026-05-07 03:19:14] "GET /virtual-machine/15c5eb09-4e29-4b18-8186-e2bb26cec771 HTTP/1.1" 200 1284 0.006917 10.0.0.141 - - [2026-05-07 03:19:14] "GET /virtual-machine-interface/7f72fa3d-7d57-4573-a8ab-3efb16388bc8 HTTP/1.1" 200 2927 0.006299 10.0.0.141 - - [2026-05-07 03:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.141 - - [2026-05-07 03:19:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004481 10.0.0.141 - - [2026-05-07 03:19:14] "GET /virtual-networks?parent_id=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004549 10.0.0.141 - - [2026-05-07 03:19:14] "GET /virtual-network/e0d56eae-ce7e-4d33-bf9e-ecdbf4b428db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007025 10.0.0.141 - - [2026-05-07 03:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005530 10.0.0.141 - - [2026-05-07 03:19:15] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006723 10.0.0.141 - - [2026-05-07 03:19:15] "GET /virtual-networks?parent_id=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004900 10.0.0.141 - - [2026-05-07 03:19:15] "GET /virtual-network/e0d56eae-ce7e-4d33-bf9e-ecdbf4b428db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007570 10.0.0.141 - - [2026-05-07 03:19:16] "POST /routing-policys HTTP/1.1" 200 534 0.036128 10.0.0.141 - - [2026-05-07 03:19:16] "GET /virtual-network/e51f378b-3530-4c76-bc03-395d0175c295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.012069 10.0.0.141 - - [2026-05-07 03:19:16] "PUT /virtual-network/e51f378b-3530-4c76-bc03-395d0175c295 HTTP/1.1" 200 264 0.057889 10.0.0.249 - - [2026-05-07 03:19:16] "POST /ref-update HTTP/1.1" 200 156 0.030924 10.0.0.249 - - [2026-05-07 03:19:20] "POST /ref-update HTTP/1.1" 200 156 0.026305 10.0.0.141 - - [2026-05-07 03:19:20] "POST /ref-update HTTP/1.1" 200 156 0.063257 10.0.0.141 - - [2026-05-07 03:19:20] "DELETE /routing-policy/41fa4a5c-750e-4b89-8f12-26fbd028e8ce HTTP/1.1" 200 115 0.068438 10.0.0.141 - - [2026-05-07 03:19:21] "POST /neutron/port HTTP/1.1" 200 1117 0.028924 10.0.0.141 - - [2026-05-07 03:19:21] "POST /neutron/port HTTP/1.1" 200 1118 0.052655 10.0.0.141 - - [2026-05-07 03:19:22] "POST /neutron/network HTTP/1.1" 200 831 0.009642 10.0.0.249 - - [2026-05-07 03:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.27 - - [2026-05-07 03:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003549 10.0.0.27 - - [2026-05-07 03:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005080 10.0.0.141 - - [2026-05-07 03:19:23] "POST /neutron/network HTTP/1.1" 200 151 0.160029 10.0.0.249 - - [2026-05-07 03:19:23] "DELETE /route-target/8da37ca5-0e85-475b-9d87-b7fdad204ba1 HTTP/1.1" 200 115 0.025768 10.0.0.249 - - [2026-05-07 03:19:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000584 10.0.0.249 - - [2026-05-07 03:19:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.27 - - [2026-05-07 03:19:25] "DELETE /project/f3a9a20e7d87485d97d1fcc4d2afa4ff HTTP/1.1" 404 173 0.005008 10.0.0.27 - - [2026-05-07 03:19:25] "DELETE /project/827dfd87-f1de-44cc-a59f-106749d34e0b HTTP/1.1" 404 177 0.004558 10.0.0.27 - - [2026-05-07 03:19:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.27 - - [2026-05-07 03:19:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.249 - - [2026-05-07 03:19:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.249 - - [2026-05-07 03:19:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.141 - - [2026-05-07 03:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005216 10.0.0.27 - - [2026-05-07 03:19:25] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001341 10.0.0.141 - - [2026-05-07 03:19:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000312 10.0.0.141 - - [2026-05-07 03:19:25] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.067063 10.0.0.141 - - [2026-05-07 03:19:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.27 - - [2026-05-07 03:19:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.27 - - [2026-05-07 03:19:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2026-05-07 03:19:26] "POST /route-targets HTTP/1.1" 200 327 0.040645 10.0.0.27 - - [2026-05-07 03:19:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009594 10.0.0.141 - - [2026-05-07 03:19:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.275758 10.0.0.141 - - [2026-05-07 03:19:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001480 10.0.0.141 - - [2026-05-07 03:19:26] "GET /virtual-network/315a4439-873d-48c5-aa40-b32b318534ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006537 10.0.0.141 - - [2026-05-07 03:19:26] "GET /virtual-network/315a4439-873d-48c5-aa40-b32b318534ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006760 10.0.0.141 - - [2026-05-07 03:19:26] "POST /neutron/network HTTP/1.1" 200 831 0.009490 10.0.0.141 - - [2026-05-07 03:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.141 - - [2026-05-07 03:19:26] "GET /virtual-network/315a4439-873d-48c5-aa40-b32b318534ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006950 10.0.0.141 - - [2026-05-07 03:19:26] "PUT /virtual-network/315a4439-873d-48c5-aa40-b32b318534ba HTTP/1.1" 200 264 0.095372 10.0.0.249 - - [2026-05-07 03:19:26] "POST /ref-update HTTP/1.1" 200 156 0.050183 10.0.0.141 - - [2026-05-07 03:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010127 10.0.0.27 - - [2026-05-07 03:19:26] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001369 10.0.0.141 - - [2026-05-07 03:19:26] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.057701 10.0.0.27 - - [2026-05-07 03:19:27] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001614 10.0.0.141 - - [2026-05-07 03:19:27] "POST /neutron/network HTTP/1.1" 200 612 0.166767 10.0.0.141 - - [2026-05-07 03:19:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.141 - - [2026-05-07 03:19:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.141 - - [2026-05-07 03:19:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.004285 10.0.0.141 - - [2026-05-07 03:19:27] "GET /virtual-network/814c23f1-51ee-4e06-817a-1fce6f1f0650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007493 10.0.0.141 - - [2026-05-07 03:19:27] "POST /neutron/network HTTP/1.1" 200 831 0.007949 10.0.0.141 - - [2026-05-07 03:19:27] "GET /virtual-network/814c23f1-51ee-4e06-817a-1fce6f1f0650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006640 10.0.0.141 - - [2026-05-07 03:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.141 - - [2026-05-07 03:19:27] "GET /virtual-network/814c23f1-51ee-4e06-817a-1fce6f1f0650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005920 10.0.0.249 - - [2026-05-07 03:19:27] "POST /ref-update HTTP/1.1" 200 156 0.028984 10.0.0.141 - - [2026-05-07 03:19:27] "PUT /virtual-network/814c23f1-51ee-4e06-817a-1fce6f1f0650 HTTP/1.1" 200 264 0.083778 10.0.0.141 - - [2026-05-07 03:19:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001566 10.0.0.141 - - [2026-05-07 03:19:28] "POST /neutron/network HTTP/1.1" 200 841 0.008077 10.0.0.27 - - [2026-05-07 03:19:28] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001319 10.0.0.141 - - [2026-05-07 03:19:28] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.108005 10.0.0.141 - - [2026-05-07 03:19:29] "POST /neutron/port HTTP/1.1" 200 117 0.008080 10.0.0.141 - - [2026-05-07 03:19:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001465 10.0.0.141 - - [2026-05-07 03:19:29] "POST /neutron/network HTTP/1.1" 200 841 0.007579 10.0.0.27 - - [2026-05-07 03:19:30] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001712 10.0.0.141 - - [2026-05-07 03:19:30] "POST /neutron/port HTTP/1.1" 200 1053 0.035070 10.0.0.141 - - [2026-05-07 03:19:30] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.103702 10.0.0.141 - - [2026-05-07 03:19:30] "POST /neutron/port HTTP/1.1" 200 1117 0.025789 10.0.0.141 - - [2026-05-07 03:19:30] "POST /neutron/port HTTP/1.1" 200 1117 0.024333 10.0.0.141 - - [2026-05-07 03:19:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008774 10.0.0.141 - - [2026-05-07 03:19:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008797 10.0.0.141 - - [2026-05-07 03:19:31] "POST /neutron/port HTTP/1.1" 200 1053 0.029697 10.0.0.141 - - [2026-05-07 03:19:32] "POST /neutron/port HTTP/1.1" 200 1117 0.029427 10.0.0.141 - - [2026-05-07 03:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.141 - - [2026-05-07 03:19:33] "POST /neutron/port HTTP/1.1" 200 1117 0.024541 10.0.0.141 - - [2026-05-07 03:19:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.012128 10.0.0.141 - - [2026-05-07 03:19:36] "POST /neutron/port HTTP/1.1" 200 1117 0.022470 10.0.0.141 - - [2026-05-07 03:19:36] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009520 10.0.0.141 - - [2026-05-07 03:19:36] "GET /virtual-machine/9e581436-44fe-4f05-9b37-623881b49c14 HTTP/1.1" 200 1286 0.007091 10.0.0.141 - - [2026-05-07 03:19:36] "GET /virtual-machine-interface/396e4b72-d31c-46a2-983f-742289d58b2d HTTP/1.1" 200 2927 0.006261 10.0.0.141 - - [2026-05-07 03:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.141 - - [2026-05-07 03:19:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004599 10.0.0.141 - - [2026-05-07 03:19:36] "GET /virtual-networks?parent_id=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004221 10.0.0.141 - - [2026-05-07 03:19:36] "GET /virtual-network/315a4439-873d-48c5-aa40-b32b318534ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007142 10.0.0.141 - - [2026-05-07 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.141 - - [2026-05-07 03:19:39] "GET /virtual-network/315a4439-873d-48c5-aa40-b32b318534ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.008682 10.0.0.141 - - [2026-05-07 03:19:40] "POST /neutron/port HTTP/1.1" 200 1117 0.022307 10.0.0.141 - - [2026-05-07 03:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.141 - - [2026-05-07 03:19:41] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004683 10.0.0.141 - - [2026-05-07 03:19:41] "GET /virtual-networks?parent_id=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003909 10.0.0.141 - - [2026-05-07 03:19:41] "GET /virtual-network/315a4439-873d-48c5-aa40-b32b318534ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006492 10.0.0.141 - - [2026-05-07 03:19:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010806 10.0.0.141 - - [2026-05-07 03:19:47] "POST /neutron/port HTTP/1.1" 200 1117 0.022284 10.0.0.141 - - [2026-05-07 03:19:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008603 10.0.0.141 - - [2026-05-07 03:19:47] "GET /virtual-machine/f14dc49a-f21e-48b4-8bf0-192ea08e4895 HTTP/1.1" 200 1286 0.007394 10.0.0.141 - - [2026-05-07 03:19:47] "GET /virtual-machine-interface/6c88218f-4468-45df-9a9d-44214f03d3b7 HTTP/1.1" 200 2927 0.017840 10.0.0.141 - - [2026-05-07 03:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008748 10.0.0.141 - - [2026-05-07 03:19:47] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007660 10.0.0.141 - - [2026-05-07 03:19:47] "GET /virtual-networks?parent_id=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004658 10.0.0.141 - - [2026-05-07 03:19:47] "GET /virtual-network/814c23f1-51ee-4e06-817a-1fce6f1f0650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.008455 10.0.0.141 - - [2026-05-07 03:19:48] "POST /neutron/port HTTP/1.1" 200 1117 0.025607 10.0.0.141 - - [2026-05-07 03:19:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004406 10.0.0.141 - - [2026-05-07 03:19:48] "POST /neutron/network HTTP/1.1" 200 831 0.008336 10.0.0.141 - - [2026-05-07 03:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.141 - - [2026-05-07 03:19:48] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004236 10.0.0.141 - - [2026-05-07 03:19:48] "GET /virtual-networks?parent_id=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003752 10.0.0.141 - - [2026-05-07 03:19:48] "GET /virtual-network/814c23f1-51ee-4e06-817a-1fce6f1f0650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.007093 10.0.0.141 - - [2026-05-07 03:19:48] "POST /routing-policys HTTP/1.1" 200 534 0.047649 10.0.0.141 - - [2026-05-07 03:19:48] "GET /virtual-network/315a4439-873d-48c5-aa40-b32b318534ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.026292 10.0.0.141 - - [2026-05-07 03:19:49] "PUT /virtual-network/315a4439-873d-48c5-aa40-b32b318534ba HTTP/1.1" 200 264 0.094124 10.0.0.141 - - [2026-05-07 03:19:52] "POST /routing-policys HTTP/1.1" 200 534 0.033545 10.0.0.141 - - [2026-05-07 03:19:52] "GET /virtual-network/315a4439-873d-48c5-aa40-b32b318534ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.008201 10.0.0.141 - - [2026-05-07 03:19:53] "PUT /virtual-network/315a4439-873d-48c5-aa40-b32b318534ba HTTP/1.1" 200 264 0.078279 10.0.0.27 - - [2026-05-07 03:19:53] "GET /obj-perms HTTP/1.1" 200 5075 0.082117 10.0.0.249 - - [2026-05-07 03:19:53] "POST /ref-update HTTP/1.1" 200 156 0.027891 10.0.0.141 - - [2026-05-07 03:19:53] "GET /obj-perms HTTP/1.1" 200 5075 0.097180 10.0.0.141 - - [2026-05-07 03:19:54] "POST /ref-update HTTP/1.1" 200 156 0.098583 10.0.0.141 - - [2026-05-07 03:19:54] "DELETE /routing-policy/5a66b3c2-ad19-4de1-8014-9718136aa9a6 HTTP/1.1" 200 115 0.065378 10.0.0.141 - - [2026-05-07 03:19:54] "POST /ref-update HTTP/1.1" 200 156 0.058134 10.0.0.141 - - [2026-05-07 03:19:54] "DELETE /routing-policy/2aecec2c-13dc-4f82-a2e7-b3c98e87a025 HTTP/1.1" 200 115 0.040947 10.0.0.141 - - [2026-05-07 03:19:55] "POST /neutron/port HTTP/1.1" 200 1117 0.028131 10.0.0.141 - - [2026-05-07 03:19:55] "POST /neutron/port HTTP/1.1" 200 1117 0.036947 10.0.0.141 - - [2026-05-07 03:19:56] "POST /neutron/network HTTP/1.1" 200 831 0.010536 10.0.0.249 - - [2026-05-07 03:19:57] "DELETE /route-target/cfd5663d-d573-44e0-907a-09b6c0754a46 HTTP/1.1" 200 115 0.028533 10.0.0.27 - - [2026-05-07 03:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004895 10.0.0.27 - - [2026-05-07 03:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006484 10.0.0.249 - - [2026-05-07 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.141 - - [2026-05-07 03:19:57] "POST /neutron/network HTTP/1.1" 200 151 0.154954 10.0.0.249 - - [2026-05-07 03:19:57] "DELETE /route-target/0edc6cb1-a37c-4d32-8442-0ef37b50495e HTTP/1.1" 200 115 0.033956 10.0.0.141 - - [2026-05-07 03:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.008968 10.0.0.27 - - [2026-05-07 03:19:59] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002275 10.0.0.141 - - [2026-05-07 03:19:59] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.071458 10.0.0.27 - - [2026-05-07 03:20:00] "POST /useragent-kv HTTP/1.1" 200 115 0.006543 10.0.0.141 - - [2026-05-07 03:20:00] "POST /neutron/subnet HTTP/1.1" 200 730 0.239914 10.0.0.141 - - [2026-05-07 03:20:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.002980 10.0.0.141 - - [2026-05-07 03:20:00] "GET /virtual-network/b818f98e-443f-4a6d-afc0-27030a2b63dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011828 10.0.0.141 - - [2026-05-07 03:20:00] "GET /virtual-network/b818f98e-443f-4a6d-afc0-27030a2b63dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007322 10.0.0.141 - - [2026-05-07 03:20:00] "POST /neutron/network HTTP/1.1" 200 832 0.010032 10.0.0.141 - - [2026-05-07 03:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.141 - - [2026-05-07 03:20:00] "GET /virtual-network/b818f98e-443f-4a6d-afc0-27030a2b63dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007527 10.0.0.141 - - [2026-05-07 03:20:00] "PUT /virtual-network/b818f98e-443f-4a6d-afc0-27030a2b63dd HTTP/1.1" 200 264 0.080338 10.0.0.249 - - [2026-05-07 03:20:00] "POST /route-targets HTTP/1.1" 200 323 0.031434 10.0.0.141 - - [2026-05-07 03:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.27 - - [2026-05-07 03:20:00] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001337 10.0.0.141 - - [2026-05-07 03:20:00] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.058574 10.0.0.27 - - [2026-05-07 03:20:01] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002086 10.0.0.141 - - [2026-05-07 03:20:01] "POST /neutron/network HTTP/1.1" 200 612 0.184287 10.0.0.249 - - [2026-05-07 03:20:01] "POST /ref-update HTTP/1.1" 200 156 0.045395 10.0.0.141 - - [2026-05-07 03:20:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.004334 10.0.0.141 - - [2026-05-07 03:20:01] "GET /virtual-network/43c29cf9-d03e-4d42-af6e-490c78379773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009245 10.0.0.141 - - [2026-05-07 03:20:01] "POST /neutron/network HTTP/1.1" 200 832 0.009359 10.0.0.141 - - [2026-05-07 03:20:01] "GET /virtual-network/43c29cf9-d03e-4d42-af6e-490c78379773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008985 10.0.0.141 - - [2026-05-07 03:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.141 - - [2026-05-07 03:20:01] "GET /virtual-network/43c29cf9-d03e-4d42-af6e-490c78379773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006437 10.0.0.141 - - [2026-05-07 03:20:01] "PUT /virtual-network/43c29cf9-d03e-4d42-af6e-490c78379773 HTTP/1.1" 200 264 0.065855 10.0.0.141 - - [2026-05-07 03:20:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001601 10.0.0.141 - - [2026-05-07 03:20:02] "POST /neutron/network HTTP/1.1" 200 842 0.009116 10.0.0.27 - - [2026-05-07 03:20:02] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001174 10.0.0.141 - - [2026-05-07 03:20:02] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.101141 10.0.0.141 - - [2026-05-07 03:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.010258 10.0.0.141 - - [2026-05-07 03:20:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001781 10.0.0.141 - - [2026-05-07 03:20:03] "POST /neutron/network HTTP/1.1" 200 842 0.009709 10.0.0.141 - - [2026-05-07 03:20:04] "POST /neutron/port HTTP/1.1" 200 1054 0.032632 10.0.0.141 - - [2026-05-07 03:20:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012877 10.0.0.27 - - [2026-05-07 03:20:04] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001701 10.0.0.141 - - [2026-05-07 03:20:04] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.139111 10.0.0.141 - - [2026-05-07 03:20:04] "POST /neutron/network HTTP/1.1" 200 832 0.010330 10.0.0.141 - - [2026-05-07 03:20:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009323 10.0.0.141 - - [2026-05-07 03:20:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010157 10.0.0.141 - - [2026-05-07 03:20:06] "POST /neutron/port HTTP/1.1" 200 1054 0.023025 10.0.0.141 - - [2026-05-07 03:20:06] "POST /neutron/port HTTP/1.1" 200 1118 0.025028 10.0.0.141 - - [2026-05-07 03:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.003259 10.0.0.141 - - [2026-05-07 03:20:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011310 10.0.0.141 - - [2026-05-07 03:20:10] "POST /neutron/port HTTP/1.1" 200 1118 0.029195 10.0.0.141 - - [2026-05-07 03:20:10] "GET /virtual-machine/ec4cc868-99d9-4da8-8fe6-7dc9b8eb224c HTTP/1.1" 200 1286 0.007893 10.0.0.141 - - [2026-05-07 03:20:10] "GET /virtual-machine-interface/491f9316-44c0-44d8-9ad2-9f4558d2cf51 HTTP/1.1" 200 2927 0.007093 10.0.0.141 - - [2026-05-07 03:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.141 - - [2026-05-07 03:20:10] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004752 10.0.0.141 - - [2026-05-07 03:20:10] "GET /virtual-networks?parent_id=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005196 10.0.0.141 - - [2026-05-07 03:20:10] "GET /virtual-network/b818f98e-443f-4a6d-afc0-27030a2b63dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.008129 10.0.0.141 - - [2026-05-07 03:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.141 - - [2026-05-07 03:20:13] "GET /virtual-network/b818f98e-443f-4a6d-afc0-27030a2b63dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006684 10.0.0.141 - - [2026-05-07 03:20:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.013640 10.0.0.141 - - [2026-05-07 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.141 - - [2026-05-07 03:20:15] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004477 10.0.0.141 - - [2026-05-07 03:20:15] "GET /virtual-networks?parent_id=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003571 10.0.0.141 - - [2026-05-07 03:20:15] "GET /virtual-network/b818f98e-443f-4a6d-afc0-27030a2b63dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007425 10.0.0.141 - - [2026-05-07 03:20:16] "POST /neutron/port HTTP/1.1" 200 1118 0.028099 10.0.0.141 - - [2026-05-07 03:20:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010136 10.0.0.141 - - [2026-05-07 03:20:16] "GET /virtual-machine/279984a8-8d5a-4341-9beb-7e5f24049c64 HTTP/1.1" 200 1285 0.006954 10.0.0.141 - - [2026-05-07 03:20:16] "GET /virtual-machine-interface/d4518eef-fc5e-4694-895b-49d633477fa8 HTTP/1.1" 200 2927 0.006609 10.0.0.141 - - [2026-05-07 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.141 - - [2026-05-07 03:20:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004548 10.0.0.141 - - [2026-05-07 03:20:16] "GET /virtual-networks?parent_id=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005565 10.0.0.141 - - [2026-05-07 03:20:16] "GET /virtual-network/43c29cf9-d03e-4d42-af6e-490c78379773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007429 10.0.0.141 - - [2026-05-07 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.141 - - [2026-05-07 03:20:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005394 10.0.0.141 - - [2026-05-07 03:20:17] "GET /virtual-networks?parent_id=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003953 10.0.0.141 - - [2026-05-07 03:20:17] "GET /virtual-network/43c29cf9-d03e-4d42-af6e-490c78379773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.008369 10.0.0.141 - - [2026-05-07 03:20:17] "POST /interface-route-tables HTTP/1.1" 200 574 0.035488 10.0.0.141 - - [2026-05-07 03:20:18] "GET /interface-route-table/170853ea-5788-48a7-a4f6-bb588cf55617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1305 0.007991 10.0.0.141 - - [2026-05-07 03:20:18] "GET /virtual-machine-interface/491f9316-44c0-44d8-9ad2-9f4558d2cf51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.007120 10.0.0.141 - - [2026-05-07 03:20:18] "POST /ref-update HTTP/1.1" 200 156 0.018461 10.0.0.141 - - [2026-05-07 03:20:18] "POST /routing-policys HTTP/1.1" 200 534 0.038997 10.0.0.141 - - [2026-05-07 03:20:18] "GET /virtual-network/b818f98e-443f-4a6d-afc0-27030a2b63dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007188 10.0.0.141 - - [2026-05-07 03:20:18] "PUT /virtual-network/b818f98e-443f-4a6d-afc0-27030a2b63dd HTTP/1.1" 200 264 0.102519 10.0.0.249 - - [2026-05-07 03:20:22] "POST /ref-update HTTP/1.1" 200 156 0.036044 10.0.0.141 - - [2026-05-07 03:20:22] "POST /ref-update HTTP/1.1" 200 156 0.083415 10.0.0.141 - - [2026-05-07 03:20:22] "DELETE /routing-policy/3f8c0f45-65da-43de-8462-6a6e76bb374e HTTP/1.1" 200 115 0.065857 10.0.0.141 - - [2026-05-07 03:20:22] "POST /neutron/network HTTP/1.1" 200 832 0.009557 10.0.0.141 - - [2026-05-07 03:20:23] "POST /neutron/port HTTP/1.1" 200 1108 0.016385 10.0.0.141 - - [2026-05-07 03:20:23] "POST /neutron/port HTTP/1.1" 200 1108 0.019696 10.0.0.27 - - [2026-05-07 03:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004009 10.0.0.27 - - [2026-05-07 03:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003101 10.0.0.141 - - [2026-05-07 03:20:25] "POST /neutron/network HTTP/1.1" 200 151 0.172271 10.0.0.249 - - [2026-05-07 03:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.249 - - [2026-05-07 03:20:25] "DELETE /route-target/882a86de-0010-48bb-ab63-baf30b54811b HTTP/1.1" 200 115 0.029700 10.0.0.27 - - [2026-05-07 03:20:26] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001076 10.0.0.141 - - [2026-05-07 03:20:26] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.044761 10.0.0.27 - - [2026-05-07 03:20:26] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001157 10.0.0.141 - - [2026-05-07 03:20:26] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?fields=virtual_networks HTTP/1.1" 200 1019 0.049948 10.0.0.27 - - [2026-05-07 03:20:26] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001124 10.0.0.141 - - [2026-05-07 03:20:26] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.052684 10.0.0.27 - - [2026-05-07 03:20:26] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001338 10.0.0.141 - - [2026-05-07 03:20:26] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?fields=security_groups HTTP/1.1" 200 1238 0.080713 10.0.0.141 - - [2026-05-07 03:20:28] "POST /fqname-to-id HTTP/1.1" 404 192 0.034153 10.0.0.27 - - [2026-05-07 03:20:28] "GET /projects?obj_uuids=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003757 10.0.0.27 - - [2026-05-07 03:20:28] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.27 - - [2026-05-07 03:20:28] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008414 10.0.0.27 - - [2026-05-07 03:20:28] "POST /id-to-fqname HTTP/1.1" 200 194 0.002795 10.0.0.27 - - [2026-05-07 03:20:28] "POST /fqname-to-id HTTP/1.1" 404 203 0.007690 10.0.0.27 - - [2026-05-07 03:20:28] "POST /security-groups HTTP/1.1" 200 595 0.040460 10.0.0.249 - - [2026-05-07 03:20:28] "POST /fqname-to-id HTTP/1.1" 404 238 0.005342 10.0.0.27 - - [2026-05-07 03:20:28] "POST /projects HTTP/1.1" 200 593 0.275859 10.0.0.27 - - [2026-05-07 03:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.312412 10.0.0.141 - - [2026-05-07 03:20:28] "GET /project/ae094243-6a8d-485b-af51-b5b2b21240bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.478275 10.0.0.249 - - [2026-05-07 03:20:28] "POST /access-control-lists HTTP/1.1" 200 598 0.039804 10.0.0.141 - - [2026-05-07 03:20:29] "GET / HTTP/1.1" 200 35931 0.003014 10.0.0.141 - - [2026-05-07 03:20:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000756 10.0.0.141 - - [2026-05-07 03:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.072081 10.0.0.27 - - [2026-05-07 03:20:32] "GET /projects?obj_uuids=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001318 10.0.0.141 - - [2026-05-07 03:20:32] "GET /project/ae094243-6a8d-485b-af51-b5b2b21240bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.058751 10.0.0.141 - - [2026-05-07 03:20:32] "POST /neutron/network HTTP/1.1" 200 117 0.046925 10.0.0.141 - - [2026-05-07 03:20:32] "POST /neutron/network HTTP/1.1" 200 831 0.012167 10.0.0.141 - - [2026-05-07 03:20:32] "POST /id-to-fqname HTTP/1.1" 200 226 0.001289 10.0.0.141 - - [2026-05-07 03:20:32] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007893 10.0.0.141 - - [2026-05-07 03:20:32] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007553 10.0.0.141 - - [2026-05-07 03:20:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.010662 10.0.0.141 - - [2026-05-07 03:20:33] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006699 10.0.0.249 - - [2026-05-07 03:20:34] "GET /obj-perms HTTP/1.1" 200 5057 0.064402 10.0.0.141 - - [2026-05-07 03:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.141 - - [2026-05-07 03:20:35] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006111 10.0.0.141 - - [2026-05-07 03:20:35] "PUT /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4 HTTP/1.1" 200 264 0.085604 10.0.0.249 - - [2026-05-07 03:20:35] "POST /route-targets HTTP/1.1" 200 327 0.038768 10.0.0.141 - - [2026-05-07 03:20:40] "POST /id-to-fqname HTTP/1.1" 200 226 0.001413 10.0.0.27 - - [2026-05-07 03:20:41] "GET /projects?obj_uuids=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001189 10.0.0.141 - - [2026-05-07 03:20:41] "GET /project/ae094243-6a8d-485b-af51-b5b2b21240bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.100318 10.0.0.141 - - [2026-05-07 03:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.007590 10.0.0.141 - - [2026-05-07 03:20:41] "POST /neutron/network HTTP/1.1" 200 841 0.009950 10.0.0.141 - - [2026-05-07 03:20:42] "POST /neutron/port HTTP/1.1" 200 1063 0.024673 10.0.0.141 - - [2026-05-07 03:20:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005120 10.0.0.141 - - [2026-05-07 03:20:42] "POST /neutron/network HTTP/1.1" 200 831 0.011348 10.0.0.141 - - [2026-05-07 03:20:46] "POST /neutron/port HTTP/1.1" 200 1127 0.026721 10.0.0.141 - - [2026-05-07 03:20:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.016013 10.0.0.141 - - [2026-05-07 03:20:47] "GET /virtual-machine/4b9ed2c2-200e-4715-8e1e-a20536a6ecf2 HTTP/1.1" 401 293 0.000426 10.0.0.141 - - [2026-05-07 03:20:47] "GET /virtual-machine/4b9ed2c2-200e-4715-8e1e-a20536a6ecf2 HTTP/1.1" 200 1296 0.041173 10.0.0.141 - - [2026-05-07 03:20:47] "GET /virtual-machine-interface/24e32fe3-16aa-4985-8406-fd3c5b7e92e0 HTTP/1.1" 200 2966 0.007117 10.0.0.141 - - [2026-05-07 03:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006150 10.0.0.141 - - [2026-05-07 03:20:47] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004640 10.0.0.141 - - [2026-05-07 03:20:47] "GET /virtual-networks?parent_id=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.011504 10.0.0.141 - - [2026-05-07 03:20:47] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006853 10.0.0.141 - - [2026-05-07 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.141 - - [2026-05-07 03:20:50] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007662 10.0.0.141 - - [2026-05-07 03:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.141 - - [2026-05-07 03:20:54] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007672 10.0.0.141 - - [2026-05-07 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.141 - - [2026-05-07 03:20:58] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006751 10.0.0.141 - - [2026-05-07 03:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005713 10.0.0.141 - - [2026-05-07 03:21:02] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.008115 10.0.0.141 - - [2026-05-07 03:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004932 10.0.0.141 - - [2026-05-07 03:21:07] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007436 10.0.0.141 - - [2026-05-07 03:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.141 - - [2026-05-07 03:21:11] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006588 10.0.0.141 - - [2026-05-07 03:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.141 - - [2026-05-07 03:21:15] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007123 10.0.0.249 - - [2026-05-07 03:21:19] "DELETE /access-control-list/12e18229-3420-4811-8c39-9cf5e26a45a8 HTTP/1.1" 200 115 0.120005 10.0.0.141 - - [2026-05-07 03:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005264 10.0.0.141 - - [2026-05-07 03:21:19] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007441 10.0.0.141 - - [2026-05-07 03:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005938 10.0.0.141 - - [2026-05-07 03:21:23] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007493 10.0.0.27 - - [2026-05-07 03:21:25] "DELETE /project/ae0942436a8d485baf51b5b2b21240bb HTTP/1.1" 404 173 0.008409 10.0.0.27 - - [2026-05-07 03:21:25] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001681 10.0.0.27 - - [2026-05-07 03:21:25] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.052820 10.0.0.27 - - [2026-05-07 03:21:25] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001074 10.0.0.27 - - [2026-05-07 03:21:25] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?fields=security_groups HTTP/1.1" 200 1089 0.048392 10.0.0.27 - - [2026-05-07 03:21:25] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001281 10.0.0.27 - - [2026-05-07 03:21:25] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?fields=application_policy_sets HTTP/1.1" 200 1382 0.056823 10.0.0.27 - - [2026-05-07 03:21:25] "DELETE /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff HTTP/1.1" 409 278 0.258964 10.0.0.141 - - [2026-05-07 03:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.141 - - [2026-05-07 03:21:27] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006754 10.0.0.141 - - [2026-05-07 03:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.141 - - [2026-05-07 03:21:29] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004513 10.0.0.141 - - [2026-05-07 03:21:29] "GET /virtual-networks?parent_id=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004394 10.0.0.141 - - [2026-05-07 03:21:29] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006439 10.0.0.141 - - [2026-05-07 03:21:34] "POST /neutron/port HTTP/1.1" 200 1127 0.025923 10.0.0.141 - - [2026-05-07 03:21:35] "POST /neutron/port HTTP/1.1" 200 1127 0.020381 10.0.0.141 - - [2026-05-07 03:21:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.013515 10.0.0.141 - - [2026-05-07 03:21:40] "POST /neutron/port HTTP/1.1" 200 1127 0.022132 10.0.0.141 - - [2026-05-07 03:21:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008517 10.0.0.141 - - [2026-05-07 03:21:50] "POST /neutron/port HTTP/1.1" 200 1127 0.023920 10.0.0.141 - - [2026-05-07 03:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.141 - - [2026-05-07 03:21:55] "GET /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006793 10.0.0.141 - - [2026-05-07 03:21:55] "PUT /virtual-network/b5e7ff20-d55c-427c-a358-322c17d935d4 HTTP/1.1" 200 264 0.067442 10.0.0.249 - - [2026-05-07 03:21:55] "DELETE /route-target/28390bcc-c261-4a69-b5e3-9105e5c3cd36 HTTP/1.1" 200 115 0.029378 10.0.0.141 - - [2026-05-07 03:22:01] "POST /neutron/network HTTP/1.1" 400 204 0.019922 10.0.0.141 - - [2026-05-07 03:22:02] "POST /neutron/port HTTP/1.1" 200 151 0.216089 10.0.0.141 - - [2026-05-07 03:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.27 - - [2026-05-07 03:22:06] "GET /projects?obj_uuids=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001159 10.0.0.141 - - [2026-05-07 03:22:06] "GET /project/ae094243-6a8d-485b-af51-b5b2b21240bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.053381 10.0.0.141 - - [2026-05-07 03:22:06] "POST /neutron/network HTTP/1.1" 200 117 0.014739 10.0.0.249 - - [2026-05-07 03:22:06] "POST /route-targets HTTP/1.1" 200 327 0.020910 10.0.0.141 - - [2026-05-07 03:22:06] "POST /neutron/network HTTP/1.1" 200 834 0.011961 10.0.0.141 - - [2026-05-07 03:22:06] "POST /id-to-fqname HTTP/1.1" 200 226 0.001309 10.0.0.141 - - [2026-05-07 03:22:06] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006912 10.0.0.141 - - [2026-05-07 03:22:06] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006936 10.0.0.141 - - [2026-05-07 03:22:07] "POST /neutron/subnet HTTP/1.1" 200 734 0.011126 10.0.0.141 - - [2026-05-07 03:22:07] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007663 10.0.0.141 - - [2026-05-07 03:22:07] "GET /obj-perms HTTP/1.1" 200 5057 0.076281 10.0.0.249 - - [2026-05-07 03:22:07] "GET /obj-perms HTTP/1.1" 200 5057 0.005678 10.0.0.27 - - [2026-05-07 03:22:07] "GET /obj-perms HTTP/1.1" 200 5057 0.075168 10.0.0.141 - - [2026-05-07 03:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.141 - - [2026-05-07 03:22:07] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006177 10.0.0.141 - - [2026-05-07 03:22:07] "PUT /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af HTTP/1.1" 200 264 0.084159 10.0.0.249 - - [2026-05-07 03:22:07] "POST /ref-update HTTP/1.1" 200 156 0.038821 10.0.0.141 - - [2026-05-07 03:22:12] "POST /id-to-fqname HTTP/1.1" 200 226 0.001460 10.0.0.27 - - [2026-05-07 03:22:13] "GET /projects?obj_uuids=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001633 10.0.0.141 - - [2026-05-07 03:22:13] "GET /project/ae094243-6a8d-485b-af51-b5b2b21240bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.085315 10.0.0.141 - - [2026-05-07 03:22:14] "POST /neutron/port HTTP/1.1" 200 117 0.009404 10.0.0.141 - - [2026-05-07 03:22:14] "POST /neutron/network HTTP/1.1" 200 844 0.008112 10.0.0.141 - - [2026-05-07 03:22:15] "POST /neutron/port HTTP/1.1" 200 1066 0.024752 10.0.0.141 - - [2026-05-07 03:22:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005025 10.0.0.141 - - [2026-05-07 03:22:15] "POST /neutron/network HTTP/1.1" 200 834 0.008332 10.0.0.141 - - [2026-05-07 03:22:19] "POST /neutron/port HTTP/1.1" 200 1130 0.022372 10.0.0.141 - - [2026-05-07 03:22:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009078 10.0.0.141 - - [2026-05-07 03:22:19] "GET /virtual-machine/598c6523-1d1a-4468-9c82-36f71bc5c74a HTTP/1.1" 200 1296 0.007074 10.0.0.141 - - [2026-05-07 03:22:19] "GET /virtual-machine-interface/f62592d3-ae92-4b20-b816-d573d998ebb7 HTTP/1.1" 200 2968 0.006858 10.0.0.141 - - [2026-05-07 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.141 - - [2026-05-07 03:22:19] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005021 10.0.0.141 - - [2026-05-07 03:22:19] "GET /virtual-networks?parent_id=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004350 10.0.0.141 - - [2026-05-07 03:22:19] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006707 10.0.0.141 - - [2026-05-07 03:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.141 - - [2026-05-07 03:22:22] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.007603 10.0.0.141 - - [2026-05-07 03:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.141 - - [2026-05-07 03:22:26] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.007434 10.0.0.141 - - [2026-05-07 03:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.141 - - [2026-05-07 03:22:31] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006500 10.0.0.141 - - [2026-05-07 03:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.141 - - [2026-05-07 03:22:35] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.009152 10.0.0.141 - - [2026-05-07 03:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.141 - - [2026-05-07 03:22:39] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006884 10.0.0.141 - - [2026-05-07 03:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.141 - - [2026-05-07 03:22:43] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006649 10.0.0.141 - - [2026-05-07 03:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.141 - - [2026-05-07 03:22:47] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006124 10.0.0.141 - - [2026-05-07 03:22:51] "POST /neutron/network HTTP/1.1" 200 844 0.011544 10.0.0.141 - - [2026-05-07 03:22:51] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.141 - - [2026-05-07 03:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.141 - - [2026-05-07 03:22:51] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.007149 10.0.0.141 - - [2026-05-07 03:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.141 - - [2026-05-07 03:22:55] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.007322 10.0.0.141 - - [2026-05-07 03:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235 10.0.0.141 - - [2026-05-07 03:22:59] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.007621 10.0.0.141 - - [2026-05-07 03:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005056 10.0.0.141 - - [2026-05-07 03:23:01] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005061 10.0.0.141 - - [2026-05-07 03:23:01] "GET /virtual-networks?parent_id=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004664 10.0.0.141 - - [2026-05-07 03:23:01] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.008367 10.0.0.141 - - [2026-05-07 03:23:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013400 10.0.0.141 - - [2026-05-07 03:23:12] "POST /neutron/port HTTP/1.1" 200 1130 0.021442 10.0.0.141 - - [2026-05-07 03:23:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007731 10.0.0.141 - - [2026-05-07 03:23:22] "POST /neutron/port HTTP/1.1" 200 1130 0.021920 10.0.0.141 - - [2026-05-07 03:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.141 - - [2026-05-07 03:23:28] "GET /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006982 10.0.0.141 - - [2026-05-07 03:23:28] "PUT /virtual-network/cdbbdc32-d4eb-4d76-b97d-c6a660da89af HTTP/1.1" 200 264 0.081498 10.0.0.249 - - [2026-05-07 03:23:28] "DELETE /route-target/21ef5776-e839-4732-9def-513050d71aea HTTP/1.1" 200 115 0.034148 10.0.0.141 - - [2026-05-07 03:23:33] "POST /neutron/network HTTP/1.1" 400 204 0.026143 10.0.0.141 - - [2026-05-07 03:23:34] "POST /neutron/port HTTP/1.1" 200 151 0.246613 10.0.0.27 - - [2026-05-07 03:23:37] "GET /projects?obj_uuids=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.044758 10.0.0.141 - - [2026-05-07 03:23:37] "GET /project/ae094243-6a8d-485b-af51-b5b2b21240bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.106150 10.0.0.27 - - [2026-05-07 03:23:37] "GET /projects?obj_uuids=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002278 10.0.0.141 - - [2026-05-07 03:23:37] "GET /project/ae094243-6a8d-485b-af51-b5b2b21240bb?fields=virtual_networks HTTP/1.1" 200 1041 0.058283 10.0.0.27 - - [2026-05-07 03:23:37] "GET /projects?obj_uuids=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001206 10.0.0.141 - - [2026-05-07 03:23:37] "GET /project/ae094243-6a8d-485b-af51-b5b2b21240bb?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.049862 10.0.0.27 - - [2026-05-07 03:23:37] "GET /projects?obj_uuids=ae094243-6a8d-485b-af51-b5b2b21240bb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001184 10.0.0.141 - - [2026-05-07 03:23:37] "GET /project/ae094243-6a8d-485b-af51-b5b2b21240bb?fields=security_groups HTTP/1.1" 200 1271 0.046279 10.0.0.141 - - [2026-05-07 03:23:38] "POST /fqname-to-id HTTP/1.1" 404 213 0.043642 10.0.0.27 - - [2026-05-07 03:23:38] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004090 10.0.0.27 - - [2026-05-07 03:23:39] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.27 - - [2026-05-07 03:23:39] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038738 10.0.0.27 - - [2026-05-07 03:23:39] "POST /id-to-fqname HTTP/1.1" 200 216 0.003301 10.0.0.27 - - [2026-05-07 03:23:39] "POST /fqname-to-id HTTP/1.1" 404 227 0.004699 10.0.0.27 - - [2026-05-07 03:23:39] "POST /security-groups HTTP/1.1" 200 616 0.081281 10.0.0.249 - - [2026-05-07 03:23:39] "POST /fqname-to-id HTTP/1.1" 404 259 0.003618 10.0.0.27 - - [2026-05-07 03:23:39] "POST /projects HTTP/1.1" 200 635 0.328692 10.0.0.27 - - [2026-05-07 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.392560 10.0.0.141 - - [2026-05-07 03:23:39] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.572500 10.0.0.249 - - [2026-05-07 03:23:39] "POST /access-control-lists HTTP/1.1" 200 619 0.049377 10.0.0.141 - - [2026-05-07 03:23:40] "GET / HTTP/1.1" 200 35931 0.002892 10.0.0.141 - - [2026-05-07 03:23:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000513 10.0.0.141 - - [2026-05-07 03:23:43] "POST /fqname-to-id HTTP/1.1" 404 249 0.082538 10.0.0.27 - - [2026-05-07 03:23:43] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001199 10.0.0.249 - - [2026-05-07 03:23:43] "POST /fqname-to-id HTTP/1.1" 404 280 0.011883 10.0.0.141 - - [2026-05-07 03:23:43] "POST /neutron/security_group HTTP/1.1" 200 1427 0.476167 10.0.0.249 - - [2026-05-07 03:23:43] "PUT /access-control-list/87319bcd-3941-46ce-b57d-305873285fc2 HTTP/1.1" 200 272 0.020529 10.0.0.141 - - [2026-05-07 03:23:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.124073 10.0.0.141 - - [2026-05-07 03:23:44] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.149443 10.0.0.141 - - [2026-05-07 03:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.249 - - [2026-05-07 03:23:44] "PUT /access-control-list/87319bcd-3941-46ce-b57d-305873285fc2 HTTP/1.1" 200 272 0.021829 10.0.0.141 - - [2026-05-07 03:23:44] "GET /security-group/f365bdfd-e6b7-42f3-80d6-27540c3edd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.006578 10.0.0.141 - - [2026-05-07 03:23:45] "POST /fqname-to-id HTTP/1.1" 404 249 0.004764 10.0.0.141 - - [2026-05-07 03:23:45] "POST /fqname-to-id HTTP/1.1" 404 249 0.003996 10.0.0.27 - - [2026-05-07 03:23:45] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001937 10.0.0.249 - - [2026-05-07 03:23:45] "POST /fqname-to-id HTTP/1.1" 404 281 0.004567 10.0.0.249 - - [2026-05-07 03:23:45] "POST /access-control-lists HTTP/1.1" 200 641 0.045834 10.0.0.141 - - [2026-05-07 03:23:45] "POST /neutron/security_group HTTP/1.1" 200 1427 0.427242 10.0.0.141 - - [2026-05-07 03:23:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.119133 10.0.0.249 - - [2026-05-07 03:23:46] "PUT /access-control-list/aeb51c98-553b-4ce3-bdb2-d635d69c46a3 HTTP/1.1" 200 272 0.016733 10.0.0.141 - - [2026-05-07 03:23:46] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.142594 10.0.0.141 - - [2026-05-07 03:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.141 - - [2026-05-07 03:23:46] "GET /security-group/c04b01e2-6654-4822-8711-f3d0fb3b102d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005184 10.0.0.141 - - [2026-05-07 03:23:47] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.201693 10.0.0.249 - - [2026-05-07 03:23:47] "PUT /access-control-list/aeb51c98-553b-4ce3-bdb2-d635d69c46a3 HTTP/1.1" 200 272 0.018037 10.0.0.141 - - [2026-05-07 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006749 10.0.0.27 - - [2026-05-07 03:23:47] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000973 10.0.0.141 - - [2026-05-07 03:23:47] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.075699 10.0.0.141 - - [2026-05-07 03:23:47] "POST /neutron/network HTTP/1.1" 200 117 0.019412 10.0.0.249 - - [2026-05-07 03:23:48] "POST /route-targets HTTP/1.1" 200 327 0.022157 10.0.0.249 - - [2026-05-07 03:23:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.050457 10.0.0.27 - - [2026-05-07 03:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003256 10.0.0.141 - - [2026-05-07 03:23:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.259584 10.0.0.141 - - [2026-05-07 03:23:48] "POST /id-to-fqname HTTP/1.1" 200 290 0.001364 10.0.0.141 - - [2026-05-07 03:23:48] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006817 10.0.0.141 - - [2026-05-07 03:23:48] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006726 10.0.0.141 - - [2026-05-07 03:23:48] "POST /neutron/network HTTP/1.1" 200 1111 0.011647 10.0.0.141 - - [2026-05-07 03:23:49] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.013655 10.0.0.141 - - [2026-05-07 03:23:50] "POST /id-to-fqname HTTP/1.1" 200 290 0.001489 10.0.0.141 - - [2026-05-07 03:23:50] "POST /neutron/security_group HTTP/1.1" 200 1455 0.009948 10.0.0.27 - - [2026-05-07 03:23:51] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001269 10.0.0.141 - - [2026-05-07 03:23:51] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.093873 10.0.0.141 - - [2026-05-07 03:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.008305 10.0.0.141 - - [2026-05-07 03:23:51] "POST /id-to-fqname HTTP/1.1" 200 290 0.001777 10.0.0.141 - - [2026-05-07 03:23:52] "POST /neutron/security_group HTTP/1.1" 200 1455 0.010793 10.0.0.27 - - [2026-05-07 03:23:52] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001033 10.0.0.141 - - [2026-05-07 03:23:52] "POST /neutron/security_group HTTP/1.1" 200 3456 0.062396 10.0.0.27 - - [2026-05-07 03:23:52] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001088 10.0.0.141 - - [2026-05-07 03:23:53] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.137535 10.0.0.141 - - [2026-05-07 03:23:53] "POST /neutron/port HTTP/1.1" 200 1190 0.095520 10.0.0.141 - - [2026-05-07 03:23:53] "POST /neutron/port HTTP/1.1" 200 1244 0.170120 10.0.0.141 - - [2026-05-07 03:23:53] "POST /neutron/port HTTP/1.1" 200 1254 0.034813 10.0.0.141 - - [2026-05-07 03:23:53] "POST /neutron/security_group HTTP/1.1" 200 1455 0.009040 10.0.0.141 - - [2026-05-07 03:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.001355 10.0.0.141 - - [2026-05-07 03:23:54] "POST /neutron/network HTTP/1.1" 200 1121 0.008065 10.0.0.141 - - [2026-05-07 03:23:54] "POST /neutron/port HTTP/1.1" 200 1190 0.059409 10.0.0.141 - - [2026-05-07 03:23:55] "POST /neutron/port HTTP/1.1" 200 1254 0.025162 10.0.0.141 - - [2026-05-07 03:23:55] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016594 10.0.0.141 - - [2026-05-07 03:23:55] "POST /neutron/network HTTP/1.1" 200 1111 0.012378 10.0.0.27 - - [2026-05-07 03:23:56] "GET /obj-perms HTTP/1.1" 200 5075 0.084925 10.0.0.141 - - [2026-05-07 03:23:59] "POST /neutron/port HTTP/1.1" 200 1254 0.024547 10.0.0.141 - - [2026-05-07 03:23:59] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007763 10.0.0.141 - - [2026-05-07 03:23:59] "GET /virtual-machine/825a0ece-2d49-4845-b87a-04361d0b972f HTTP/1.1" 401 293 0.000492 10.0.0.141 - - [2026-05-07 03:23:59] "GET /virtual-machine/825a0ece-2d49-4845-b87a-04361d0b972f HTTP/1.1" 200 1317 0.039893 10.0.0.141 - - [2026-05-07 03:23:59] "GET /virtual-machine/825a0ece-2d49-4845-b87a-04361d0b972f HTTP/1.1" 200 1317 0.004119 10.0.0.141 - - [2026-05-07 03:23:59] "GET /virtual-machine-interface/23df3e7f-c128-4024-9297-6736319564b3 HTTP/1.1" 200 3417 0.006955 10.0.0.141 - - [2026-05-07 03:23:59] "GET /virtual-machine/825a0ece-2d49-4845-b87a-04361d0b972f HTTP/1.1" 200 1317 0.005502 10.0.0.141 - - [2026-05-07 03:23:59] "GET /virtual-machine-interface/23df3e7f-c128-4024-9297-6736319564b3 HTTP/1.1" 200 3417 0.006255 10.0.0.141 - - [2026-05-07 03:23:59] "GET /instance-ip/2e502635-b4f2-4a42-9f9b-616ced7e9fd9 HTTP/1.1" 200 1714 0.007731 10.0.0.141 - - [2026-05-07 03:23:59] "GET /instance-ip/e0954ef6-f932-49e4-b2da-3ddb82cf3f6a HTTP/1.1" 200 1735 0.009006 10.0.0.141 - - [2026-05-07 03:23:59] "GET /virtual-machine/825a0ece-2d49-4845-b87a-04361d0b972f HTTP/1.1" 200 1317 0.005126 10.0.0.141 - - [2026-05-07 03:23:59] "GET /virtual-machine-interface/23df3e7f-c128-4024-9297-6736319564b3 HTTP/1.1" 200 3417 0.006414 10.0.0.141 - - [2026-05-07 03:23:59] "GET /instance-ip/2e502635-b4f2-4a42-9f9b-616ced7e9fd9 HTTP/1.1" 200 1714 0.005853 10.0.0.141 - - [2026-05-07 03:23:59] "GET /instance-ip/e0954ef6-f932-49e4-b2da-3ddb82cf3f6a HTTP/1.1" 200 1735 0.005136 10.0.0.141 - - [2026-05-07 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.141 - - [2026-05-07 03:23:59] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005010 10.0.0.141 - - [2026-05-07 03:23:59] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004347 10.0.0.141 - - [2026-05-07 03:23:59] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006924 10.0.0.141 - - [2026-05-07 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.141 - - [2026-05-07 03:24:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005034 10.0.0.141 - - [2026-05-07 03:24:00] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005765 10.0.0.141 - - [2026-05-07 03:24:00] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008775 10.0.0.141 - - [2026-05-07 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005673 10.0.0.141 - - [2026-05-07 03:24:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004897 10.0.0.141 - - [2026-05-07 03:24:00] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004084 10.0.0.141 - - [2026-05-07 03:24:00] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007412 10.0.0.141 - - [2026-05-07 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.141 - - [2026-05-07 03:24:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004534 10.0.0.141 - - [2026-05-07 03:24:00] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003734 10.0.0.141 - - [2026-05-07 03:24:00] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006915 10.0.0.141 - - [2026-05-07 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.141 - - [2026-05-07 03:24:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007257 10.0.0.141 - - [2026-05-07 03:24:00] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006283 10.0.0.141 - - [2026-05-07 03:24:00] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.009541 10.0.0.141 - - [2026-05-07 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.141 - - [2026-05-07 03:24:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006051 10.0.0.141 - - [2026-05-07 03:24:00] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004622 10.0.0.141 - - [2026-05-07 03:24:00] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007358 10.0.0.141 - - [2026-05-07 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.141 - - [2026-05-07 03:24:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005536 10.0.0.141 - - [2026-05-07 03:24:00] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004774 10.0.0.141 - - [2026-05-07 03:24:00] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007224 10.0.0.141 - - [2026-05-07 03:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005133 10.0.0.141 - - [2026-05-07 03:24:03] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007293 10.0.0.141 - - [2026-05-07 03:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.141 - - [2026-05-07 03:24:08] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006717 10.0.0.141 - - [2026-05-07 03:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.141 - - [2026-05-07 03:24:12] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006490 10.0.0.141 - - [2026-05-07 03:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005847 10.0.0.141 - - [2026-05-07 03:24:16] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.009108 10.0.0.249 - - [2026-05-07 03:24:19] "DELETE /access-control-list/d861f6f6-3787-4f6e-885c-247ccdff614d HTTP/1.1" 200 115 0.075237 10.0.0.141 - - [2026-05-07 03:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.141 - - [2026-05-07 03:24:20] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007412 10.0.0.249 - - [2026-05-07 03:24:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.249 - - [2026-05-07 03:24:24] "GET /global-system-configs HTTP/1.1" 401 293 0.001034 10.0.0.141 - - [2026-05-07 03:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.141 - - [2026-05-07 03:24:24] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006428 10.0.0.27 - - [2026-05-07 03:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.27 - - [2026-05-07 03:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2026-05-07 03:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.249 - - [2026-05-07 03:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000660 10.0.0.141 - - [2026-05-07 03:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.27 - - [2026-05-07 03:24:25] "DELETE /project/ae094243-6a8d-485b-af51-b5b2b21240bb HTTP/1.1" 404 177 0.005822 10.0.0.27 - - [2026-05-07 03:24:25] "DELETE /project/0c8ce5df5d5a483a94714a9ea070d99e HTTP/1.1" 404 173 0.005458 10.0.0.141 - - [2026-05-07 03:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.27 - - [2026-05-07 03:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000609 10.0.0.27 - - [2026-05-07 03:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.141 - - [2026-05-07 03:24:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000550 10.0.0.141 - - [2026-05-07 03:24:27] "GET /global-system-configs HTTP/1.1" 401 293 0.001090 10.0.0.141 - - [2026-05-07 03:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.141 - - [2026-05-07 03:24:28] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006022 10.0.0.141 - - [2026-05-07 03:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005162 10.0.0.141 - - [2026-05-07 03:24:32] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006525 10.0.0.141 - - [2026-05-07 03:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005295 10.0.0.141 - - [2026-05-07 03:24:36] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008227 10.0.0.141 - - [2026-05-07 03:24:39] "POST /neutron/port HTTP/1.1" 200 1254 0.024616 10.0.0.141 - - [2026-05-07 03:24:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005447 10.0.0.141 - - [2026-05-07 03:24:39] "POST /neutron/port HTTP/1.1" 200 117 0.001513 10.0.0.141 - - [2026-05-07 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.141 - - [2026-05-07 03:24:40] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006301 10.0.0.141 - - [2026-05-07 03:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.141 - - [2026-05-07 03:24:44] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006537 10.0.0.141 - - [2026-05-07 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.141 - - [2026-05-07 03:24:46] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005209 10.0.0.141 - - [2026-05-07 03:24:46] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003863 10.0.0.141 - - [2026-05-07 03:24:47] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006571 10.0.0.141 - - [2026-05-07 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.141 - - [2026-05-07 03:24:47] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005226 10.0.0.141 - - [2026-05-07 03:24:47] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004053 10.0.0.141 - - [2026-05-07 03:24:47] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007979 10.0.0.141 - - [2026-05-07 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.141 - - [2026-05-07 03:24:47] "GET /routing-instance/cece9ee2-082e-4e2b-9cbd-e5dd7b378fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.007756 10.0.0.141 - - [2026-05-07 03:24:47] "GET /route-target/bf2d0cff-1702-4c97-86ad-6599e86f389b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005116 10.0.0.141 - - [2026-05-07 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.141 - - [2026-05-07 03:24:47] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004119 10.0.0.141 - - [2026-05-07 03:24:47] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006953 10.0.0.141 - - [2026-05-07 03:24:47] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.011982 10.0.0.141 - - [2026-05-07 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.141 - - [2026-05-07 03:24:47] "GET /routing-instance/cece9ee2-082e-4e2b-9cbd-e5dd7b378fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004962 10.0.0.141 - - [2026-05-07 03:24:47] "GET /route-target/bf2d0cff-1702-4c97-86ad-6599e86f389b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005296 10.0.0.141 - - [2026-05-07 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005887 10.0.0.141 - - [2026-05-07 03:24:47] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004754 10.0.0.141 - - [2026-05-07 03:24:47] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004537 10.0.0.141 - - [2026-05-07 03:24:47] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006903 10.0.0.141 - - [2026-05-07 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.141 - - [2026-05-07 03:24:47] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005767 10.0.0.141 - - [2026-05-07 03:24:47] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003829 10.0.0.141 - - [2026-05-07 03:24:47] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007770 10.0.0.141 - - [2026-05-07 03:24:47] "GET /obj-perms HTTP/1.1" 200 5099 0.075413 10.0.0.141 - - [2026-05-07 03:24:48] "GET /obj-perms HTTP/1.1" 200 5099 0.009903 10.0.0.27 - - [2026-05-07 03:24:48] "GET /obj-perms HTTP/1.1" 200 5099 0.082361 10.0.0.249 - - [2026-05-07 03:24:48] "GET /obj-perms HTTP/1.1" 200 5099 0.087221 10.0.0.141 - - [2026-05-07 03:24:48] "GET /obj-perms HTTP/1.1" 200 5099 0.004182 10.0.0.141 - - [2026-05-07 03:24:48] "GET /virtual-machine/825a0ece-2d49-4845-b87a-04361d0b972f HTTP/1.1" 200 1317 0.005519 10.0.0.141 - - [2026-05-07 03:24:48] "GET /virtual-machine-interface/23df3e7f-c128-4024-9297-6736319564b3 HTTP/1.1" 200 3417 0.007077 10.0.0.141 - - [2026-05-07 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.141 - - [2026-05-07 03:24:48] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004662 10.0.0.141 - - [2026-05-07 03:24:48] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003958 10.0.0.141 - - [2026-05-07 03:24:48] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008077 10.0.0.141 - - [2026-05-07 03:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.141 - - [2026-05-07 03:24:49] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005495 10.0.0.141 - - [2026-05-07 03:24:49] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004030 10.0.0.141 - - [2026-05-07 03:24:49] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007985 10.0.0.141 - - [2026-05-07 03:24:50] "POST /neutron/port HTTP/1.1" 200 1254 0.029581 10.0.0.141 - - [2026-05-07 03:24:51] "POST /neutron/port HTTP/1.1" 200 1254 0.022569 10.0.0.141 - - [2026-05-07 03:24:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004905 10.0.0.141 - - [2026-05-07 03:24:51] "POST /neutron/port HTTP/1.1" 200 117 0.001639 10.0.0.141 - - [2026-05-07 03:24:51] "POST /neutron/security_group HTTP/1.1" 200 1455 0.057875 10.0.0.141 - - [2026-05-07 03:24:56] "POST /neutron/port HTTP/1.1" 200 1254 0.022061 10.0.0.249 - - [2026-05-07 03:24:57] "GET /obj-perms HTTP/1.1" 200 5075 0.065948 10.0.0.141 - - [2026-05-07 03:25:00] "POST /neutron/security_group HTTP/1.1" 200 1455 0.009829 10.0.0.141 - - [2026-05-07 03:25:10] "POST /neutron/port HTTP/1.1" 200 1254 0.023149 10.0.0.141 - - [2026-05-07 03:25:11] "POST /neutron/security_group HTTP/1.1" 200 1455 0.011758 10.0.0.141 - - [2026-05-07 03:25:11] "POST /neutron/port HTTP/1.1" 200 1254 0.021983 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-machine/d6a11b31-4b3a-4e3c-92e4-5fed91492f4e HTTP/1.1" 200 1318 0.007926 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-machine/d6a11b31-4b3a-4e3c-92e4-5fed91492f4e HTTP/1.1" 200 1318 0.005012 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-machine-interface/3dd008fb-1970-4d2f-86c9-ca25d7a2e608 HTTP/1.1" 200 3416 0.007130 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-machine/d6a11b31-4b3a-4e3c-92e4-5fed91492f4e HTTP/1.1" 200 1318 0.004696 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-machine-interface/3dd008fb-1970-4d2f-86c9-ca25d7a2e608 HTTP/1.1" 200 3416 0.007945 10.0.0.141 - - [2026-05-07 03:25:11] "GET /instance-ip/11ea50d8-d008-4d99-94ee-430c65df0cf8 HTTP/1.1" 200 1714 0.006689 10.0.0.141 - - [2026-05-07 03:25:11] "GET /instance-ip/8e938fe0-f26e-46da-a842-630a5493ef76 HTTP/1.1" 200 1735 0.007994 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-machine/d6a11b31-4b3a-4e3c-92e4-5fed91492f4e HTTP/1.1" 200 1318 0.003793 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-machine-interface/3dd008fb-1970-4d2f-86c9-ca25d7a2e608 HTTP/1.1" 200 3416 0.007076 10.0.0.141 - - [2026-05-07 03:25:11] "GET /instance-ip/11ea50d8-d008-4d99-94ee-430c65df0cf8 HTTP/1.1" 200 1714 0.004996 10.0.0.141 - - [2026-05-07 03:25:11] "GET /instance-ip/8e938fe0-f26e-46da-a842-630a5493ef76 HTTP/1.1" 200 1735 0.005306 10.0.0.141 - - [2026-05-07 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.141 - - [2026-05-07 03:25:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004977 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004513 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008351 10.0.0.141 - - [2026-05-07 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.141 - - [2026-05-07 03:25:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005125 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004781 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007533 10.0.0.141 - - [2026-05-07 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.141 - - [2026-05-07 03:25:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004933 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003625 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008261 10.0.0.141 - - [2026-05-07 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.141 - - [2026-05-07 03:25:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005641 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004003 10.0.0.141 - - [2026-05-07 03:25:11] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006529 10.0.0.141 - - [2026-05-07 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.141 - - [2026-05-07 03:25:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004574 10.0.0.141 - - [2026-05-07 03:25:12] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003776 10.0.0.141 - - [2026-05-07 03:25:12] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008438 10.0.0.141 - - [2026-05-07 03:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.141 - - [2026-05-07 03:25:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005147 10.0.0.141 - - [2026-05-07 03:25:12] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004091 10.0.0.141 - - [2026-05-07 03:25:12] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006131 10.0.0.141 - - [2026-05-07 03:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.141 - - [2026-05-07 03:25:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004861 10.0.0.141 - - [2026-05-07 03:25:12] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003540 10.0.0.141 - - [2026-05-07 03:25:12] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007522 10.0.0.141 - - [2026-05-07 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.141 - - [2026-05-07 03:25:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004632 10.0.0.141 - - [2026-05-07 03:25:13] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003481 10.0.0.141 - - [2026-05-07 03:25:13] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006546 10.0.0.141 - - [2026-05-07 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.141 - - [2026-05-07 03:25:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004998 10.0.0.141 - - [2026-05-07 03:25:13] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004143 10.0.0.141 - - [2026-05-07 03:25:13] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006492 10.0.0.141 - - [2026-05-07 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.141 - - [2026-05-07 03:25:13] "GET /routing-instance/cece9ee2-082e-4e2b-9cbd-e5dd7b378fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004988 10.0.0.141 - - [2026-05-07 03:25:13] "GET /route-target/bf2d0cff-1702-4c97-86ad-6599e86f389b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004445 10.0.0.141 - - [2026-05-07 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.141 - - [2026-05-07 03:25:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004709 10.0.0.141 - - [2026-05-07 03:25:13] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003552 10.0.0.141 - - [2026-05-07 03:25:13] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007330 10.0.0.141 - - [2026-05-07 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.141 - - [2026-05-07 03:25:13] "GET /routing-instance/cece9ee2-082e-4e2b-9cbd-e5dd7b378fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005019 10.0.0.141 - - [2026-05-07 03:25:13] "GET /route-target/bf2d0cff-1702-4c97-86ad-6599e86f389b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004939 10.0.0.141 - - [2026-05-07 03:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.141 - - [2026-05-07 03:25:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006905 10.0.0.141 - - [2026-05-07 03:25:14] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005500 10.0.0.141 - - [2026-05-07 03:25:14] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007029 10.0.0.141 - - [2026-05-07 03:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.141 - - [2026-05-07 03:25:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005588 10.0.0.141 - - [2026-05-07 03:25:14] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003824 10.0.0.141 - - [2026-05-07 03:25:14] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008721 10.0.0.141 - - [2026-05-07 03:25:14] "GET /obj-perms HTTP/1.1" 200 5099 0.005107 10.0.0.27 - - [2026-05-07 03:25:14] "GET /obj-perms HTTP/1.1" 200 5099 0.005156 10.0.0.141 - - [2026-05-07 03:25:14] "GET /obj-perms HTTP/1.1" 200 5099 0.004426 10.0.0.249 - - [2026-05-07 03:25:14] "GET /obj-perms HTTP/1.1" 200 5099 0.004999 10.0.0.141 - - [2026-05-07 03:25:14] "GET /virtual-machine/d6a11b31-4b3a-4e3c-92e4-5fed91492f4e HTTP/1.1" 200 1318 0.005431 10.0.0.141 - - [2026-05-07 03:25:14] "GET /virtual-machine-interface/3dd008fb-1970-4d2f-86c9-ca25d7a2e608 HTTP/1.1" 200 3416 0.006502 10.0.0.141 - - [2026-05-07 03:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005070 10.0.0.141 - - [2026-05-07 03:25:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004820 10.0.0.141 - - [2026-05-07 03:25:14] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004229 10.0.0.141 - - [2026-05-07 03:25:14] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008451 10.0.0.141 - - [2026-05-07 03:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.141 - - [2026-05-07 03:25:15] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003866 10.0.0.141 - - [2026-05-07 03:25:15] "GET /virtual-networks?parent_id=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003904 10.0.0.141 - - [2026-05-07 03:25:15] "GET /virtual-network/80b02cf6-bc7a-4a25-b8a3-644c1c32dfe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007436 10.0.0.141 - - [2026-05-07 03:25:16] "GET /virtual-machine/825a0ece-2d49-4845-b87a-04361d0b972f HTTP/1.1" 200 1317 0.005348 10.0.0.141 - - [2026-05-07 03:25:16] "GET /virtual-machine-interface/23df3e7f-c128-4024-9297-6736319564b3 HTTP/1.1" 200 3417 0.007239 10.0.0.141 - - [2026-05-07 03:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.141 - - [2026-05-07 03:25:16] "GET /security-group/c04b01e2-6654-4822-8711-f3d0fb3b102d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005046 10.0.0.141 - - [2026-05-07 03:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.141 - - [2026-05-07 03:25:16] "GET /security-group/c04b01e2-6654-4822-8711-f3d0fb3b102d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005202 10.0.0.141 - - [2026-05-07 03:25:16] "POST /neutron/security_group HTTP/1.1" 200 1455 0.009357 10.0.0.141 - - [2026-05-07 03:25:16] "POST /neutron/port HTTP/1.1" 200 1244 0.020062 10.0.0.141 - - [2026-05-07 03:25:16] "GET /virtual-machine/825a0ece-2d49-4845-b87a-04361d0b972f HTTP/1.1" 200 1317 0.004439 10.0.0.141 - - [2026-05-07 03:25:16] "GET /virtual-machine-interface/23df3e7f-c128-4024-9297-6736319564b3 HTTP/1.1" 200 3361 0.009724 10.0.0.141 - - [2026-05-07 03:25:16] "POST /neutron/port HTTP/1.1" 200 1216 0.029526 10.0.0.141 - - [2026-05-07 03:25:16] "POST /neutron/port HTTP/1.1" 200 1244 0.111656 10.0.0.141 - - [2026-05-07 03:25:16] "GET /virtual-machine/825a0ece-2d49-4845-b87a-04361d0b972f HTTP/1.1" 200 1317 0.004985 10.0.0.141 - - [2026-05-07 03:25:16] "GET /virtual-machine-interface/23df3e7f-c128-4024-9297-6736319564b3 HTTP/1.1" 200 3417 0.006735 10.0.0.141 - - [2026-05-07 03:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.141 - - [2026-05-07 03:25:16] "GET /security-group/c04b01e2-6654-4822-8711-f3d0fb3b102d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005803 10.0.0.141 - - [2026-05-07 03:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.141 - - [2026-05-07 03:25:17] "GET /security-group/c04b01e2-6654-4822-8711-f3d0fb3b102d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006132 10.0.0.141 - - [2026-05-07 03:25:17] "POST /neutron/security_group HTTP/1.1" 200 151 0.189593 10.0.0.141 - - [2026-05-07 03:25:17] "POST /fqname-to-id HTTP/1.1" 404 249 0.005133 10.0.0.141 - - [2026-05-07 03:25:17] "POST /fqname-to-id HTTP/1.1" 404 249 0.004161 10.0.0.141 - - [2026-05-07 03:25:18] "POST /neutron/security_group HTTP/1.1" 200 117 0.008191 10.0.0.141 - - [2026-05-07 03:25:18] "POST /neutron/network HTTP/1.1" 400 204 0.018862 10.0.0.141 - - [2026-05-07 03:25:22] "POST /neutron/network HTTP/1.1" 200 1111 0.012859 10.0.0.141 - - [2026-05-07 03:25:24] "POST /neutron/network HTTP/1.1" 400 204 0.016819 10.0.0.141 - - [2026-05-07 03:25:28] "POST /neutron/network HTTP/1.1" 200 1111 0.011054 10.0.0.141 - - [2026-05-07 03:25:30] "POST /neutron/network HTTP/1.1" 400 204 0.019030 10.0.0.141 - - [2026-05-07 03:25:34] "POST /neutron/network HTTP/1.1" 200 1111 0.014547 10.0.0.141 - - [2026-05-07 03:25:36] "POST /neutron/network HTTP/1.1" 400 204 0.014613 10.0.0.141 - - [2026-05-07 03:25:39] "POST /neutron/port HTTP/1.1" 200 1216 0.031082 10.0.0.141 - - [2026-05-07 03:25:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005034 10.0.0.141 - - [2026-05-07 03:25:39] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.141 - - [2026-05-07 03:25:40] "POST /neutron/network HTTP/1.1" 200 1111 0.012621 10.0.0.141 - - [2026-05-07 03:25:42] "POST /neutron/network HTTP/1.1" 400 204 0.024766 10.0.0.141 - - [2026-05-07 03:25:46] "POST /neutron/network HTTP/1.1" 200 1111 0.014415 10.0.0.141 - - [2026-05-07 03:25:49] "POST /neutron/network HTTP/1.1" 400 204 0.018375 10.0.0.141 - - [2026-05-07 03:25:53] "POST /neutron/port HTTP/1.1" 200 1216 0.027374 10.0.0.141 - - [2026-05-07 03:25:53] "POST /neutron/network HTTP/1.1" 400 204 0.027748 10.0.0.141 - - [2026-05-07 03:25:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004363 10.0.0.141 - - [2026-05-07 03:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.001361 10.0.0.141 - - [2026-05-07 03:25:55] "POST /neutron/network HTTP/1.1" 400 204 0.022253 10.0.0.27 - - [2026-05-07 03:25:57] "GET /obj-perms HTTP/1.1" 200 5075 0.108753 10.0.0.141 - - [2026-05-07 03:25:58] "GET /obj-perms HTTP/1.1" 200 5075 0.063644 10.0.0.141 - - [2026-05-07 03:25:59] "POST /neutron/network HTTP/1.1" 200 1111 0.011757 10.0.0.141 - - [2026-05-07 03:26:01] "POST /neutron/network HTTP/1.1" 400 204 0.020172 10.0.0.141 - - [2026-05-07 03:26:05] "POST /neutron/network HTTP/1.1" 200 1111 0.012988 10.0.0.141 - - [2026-05-07 03:26:07] "POST /neutron/network HTTP/1.1" 400 204 0.022938 10.0.0.141 - - [2026-05-07 03:26:40] "POST /neutron/port HTTP/1.1" 200 1216 0.020033 10.0.0.141 - - [2026-05-07 03:26:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004961 10.0.0.141 - - [2026-05-07 03:26:40] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.141 - - [2026-05-07 03:26:55] "POST /neutron/port HTTP/1.1" 200 1216 0.023465 10.0.0.141 - - [2026-05-07 03:26:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005369 10.0.0.141 - - [2026-05-07 03:26:55] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.141 - - [2026-05-07 03:26:59] "POST /neutron/security_group HTTP/1.1" 400 209 0.004387 10.0.0.27 - - [2026-05-07 03:27:01] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001261 10.0.0.141 - - [2026-05-07 03:27:01] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.145981 10.0.0.27 - - [2026-05-07 03:27:01] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001870 10.0.0.141 - - [2026-05-07 03:27:01] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.074275 10.0.0.27 - - [2026-05-07 03:27:03] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001037 10.0.0.141 - - [2026-05-07 03:27:03] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.049554 10.0.0.27 - - [2026-05-07 03:27:03] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001493 10.0.0.141 - - [2026-05-07 03:27:03] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.050354 10.0.0.27 - - [2026-05-07 03:27:05] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001160 10.0.0.141 - - [2026-05-07 03:27:05] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.056766 10.0.0.27 - - [2026-05-07 03:27:05] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001499 10.0.0.141 - - [2026-05-07 03:27:05] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.055533 10.0.0.27 - - [2026-05-07 03:27:07] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002113 10.0.0.141 - - [2026-05-07 03:27:07] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.053110 10.0.0.27 - - [2026-05-07 03:27:07] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.010230 10.0.0.141 - - [2026-05-07 03:27:07] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.057567 10.0.0.27 - - [2026-05-07 03:27:09] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001113 10.0.0.141 - - [2026-05-07 03:27:09] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.048312 10.0.0.27 - - [2026-05-07 03:27:09] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000993 10.0.0.141 - - [2026-05-07 03:27:10] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.044463 10.0.0.27 - - [2026-05-07 03:27:12] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001094 10.0.0.141 - - [2026-05-07 03:27:12] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.049273 10.0.0.27 - - [2026-05-07 03:27:12] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001130 10.0.0.141 - - [2026-05-07 03:27:12] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.040611 10.0.0.27 - - [2026-05-07 03:27:14] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001207 10.0.0.141 - - [2026-05-07 03:27:14] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.051235 10.0.0.27 - - [2026-05-07 03:27:14] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001482 10.0.0.141 - - [2026-05-07 03:27:14] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.062065 10.0.0.27 - - [2026-05-07 03:27:16] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001066 10.0.0.141 - - [2026-05-07 03:27:16] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.056598 10.0.0.27 - - [2026-05-07 03:27:16] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001034 10.0.0.141 - - [2026-05-07 03:27:16] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.051217 10.0.0.27 - - [2026-05-07 03:27:18] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001061 10.0.0.141 - - [2026-05-07 03:27:18] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.047175 10.0.0.27 - - [2026-05-07 03:27:18] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001421 10.0.0.141 - - [2026-05-07 03:27:18] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.048329 10.0.0.27 - - [2026-05-07 03:27:20] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001110 10.0.0.141 - - [2026-05-07 03:27:20] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.047977 10.0.0.27 - - [2026-05-07 03:27:20] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001138 10.0.0.141 - - [2026-05-07 03:27:20] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.050345 10.0.0.27 - - [2026-05-07 03:27:22] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001164 10.0.0.141 - - [2026-05-07 03:27:22] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.053222 10.0.0.27 - - [2026-05-07 03:27:22] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001236 10.0.0.141 - - [2026-05-07 03:27:22] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.064910 10.0.0.27 - - [2026-05-07 03:27:24] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001493 10.0.0.141 - - [2026-05-07 03:27:25] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.054194 10.0.0.27 - - [2026-05-07 03:27:25] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001123 10.0.0.141 - - [2026-05-07 03:27:25] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.053596 10.0.0.27 - - [2026-05-07 03:27:27] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001573 10.0.0.141 - - [2026-05-07 03:27:27] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.056201 10.0.0.27 - - [2026-05-07 03:27:27] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001191 10.0.0.141 - - [2026-05-07 03:27:27] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.050881 10.0.0.27 - - [2026-05-07 03:27:29] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001187 10.0.0.141 - - [2026-05-07 03:27:29] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.061177 10.0.0.27 - - [2026-05-07 03:27:29] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001337 10.0.0.141 - - [2026-05-07 03:27:29] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.058272 10.0.0.27 - - [2026-05-07 03:27:31] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001539 10.0.0.141 - - [2026-05-07 03:27:31] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.057629 10.0.0.27 - - [2026-05-07 03:27:31] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001242 10.0.0.141 - - [2026-05-07 03:27:31] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.056913 10.0.0.27 - - [2026-05-07 03:27:33] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001813 10.0.0.141 - - [2026-05-07 03:27:33] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.064494 10.0.0.27 - - [2026-05-07 03:27:33] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001571 10.0.0.141 - - [2026-05-07 03:27:33] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.070579 10.0.0.27 - - [2026-05-07 03:27:35] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001221 10.0.0.141 - - [2026-05-07 03:27:35] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.052562 10.0.0.27 - - [2026-05-07 03:27:35] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002171 10.0.0.141 - - [2026-05-07 03:27:35] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.063035 10.0.0.27 - - [2026-05-07 03:27:37] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001917 10.0.0.141 - - [2026-05-07 03:27:38] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.048635 10.0.0.27 - - [2026-05-07 03:27:38] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001095 10.0.0.141 - - [2026-05-07 03:27:38] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.055318 10.0.0.27 - - [2026-05-07 03:27:40] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001133 10.0.0.141 - - [2026-05-07 03:27:40] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.063750 10.0.0.27 - - [2026-05-07 03:27:40] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001142 10.0.0.141 - - [2026-05-07 03:27:40] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.071445 10.0.0.141 - - [2026-05-07 03:27:40] "POST /neutron/network HTTP/1.1" 200 1121 0.010759 10.0.0.141 - - [2026-05-07 03:27:40] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017709 10.0.0.141 - - [2026-05-07 03:27:40] "POST /neutron/network HTTP/1.1" 200 1111 0.018651 10.0.0.27 - - [2026-05-07 03:27:42] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001479 10.0.0.141 - - [2026-05-07 03:27:42] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.059534 10.0.0.27 - - [2026-05-07 03:27:42] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001129 10.0.0.141 - - [2026-05-07 03:27:42] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.056672 10.0.0.27 - - [2026-05-07 03:27:44] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001143 10.0.0.141 - - [2026-05-07 03:27:44] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.054281 10.0.0.27 - - [2026-05-07 03:27:44] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.005021 10.0.0.141 - - [2026-05-07 03:27:44] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.061763 10.0.0.27 - - [2026-05-07 03:27:46] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001194 10.0.0.141 - - [2026-05-07 03:27:46] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.052153 10.0.0.27 - - [2026-05-07 03:27:46] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001069 10.0.0.141 - - [2026-05-07 03:27:46] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.047477 10.0.0.27 - - [2026-05-07 03:27:48] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001128 10.0.0.141 - - [2026-05-07 03:27:48] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.069214 10.0.0.27 - - [2026-05-07 03:27:48] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001072 10.0.0.141 - - [2026-05-07 03:27:48] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.067621 10.0.0.27 - - [2026-05-07 03:27:50] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001390 10.0.0.141 - - [2026-05-07 03:27:51] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.049556 10.0.0.27 - - [2026-05-07 03:27:51] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001235 10.0.0.141 - - [2026-05-07 03:27:51] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.049361 10.0.0.27 - - [2026-05-07 03:27:53] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001085 10.0.0.141 - - [2026-05-07 03:27:53] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.052403 10.0.0.27 - - [2026-05-07 03:27:53] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001085 10.0.0.141 - - [2026-05-07 03:27:53] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.053572 10.0.0.141 - - [2026-05-07 03:27:55] "POST /neutron/network HTTP/1.1" 200 1121 0.008730 10.0.0.141 - - [2026-05-07 03:27:55] "POST /neutron/subnet HTTP/1.1" 200 1375 0.021546 10.0.0.141 - - [2026-05-07 03:27:55] "POST /neutron/network HTTP/1.1" 200 1111 0.016181 10.0.0.27 - - [2026-05-07 03:27:55] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001533 10.0.0.141 - - [2026-05-07 03:27:55] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.061965 10.0.0.27 - - [2026-05-07 03:27:55] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001915 10.0.0.141 - - [2026-05-07 03:27:55] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.073713 10.0.0.27 - - [2026-05-07 03:27:57] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001116 10.0.0.141 - - [2026-05-07 03:27:57] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.063473 10.0.0.27 - - [2026-05-07 03:27:57] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001776 10.0.0.141 - - [2026-05-07 03:27:57] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.071017 10.0.0.27 - - [2026-05-07 03:27:59] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001226 10.0.0.141 - - [2026-05-07 03:27:59] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.063981 10.0.0.27 - - [2026-05-07 03:27:59] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001343 10.0.0.141 - - [2026-05-07 03:27:59] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.047498 10.0.0.27 - - [2026-05-07 03:28:01] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001126 10.0.0.141 - - [2026-05-07 03:28:01] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.043601 10.0.0.27 - - [2026-05-07 03:28:01] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002043 10.0.0.141 - - [2026-05-07 03:28:01] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.058362 10.0.0.27 - - [2026-05-07 03:28:03] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001447 10.0.0.141 - - [2026-05-07 03:28:04] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.051257 10.0.0.27 - - [2026-05-07 03:28:04] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001333 10.0.0.141 - - [2026-05-07 03:28:04] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.059840 10.0.0.27 - - [2026-05-07 03:28:06] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001250 10.0.0.141 - - [2026-05-07 03:28:06] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.055829 10.0.0.27 - - [2026-05-07 03:28:06] "GET /projects?obj_uuids=0c8ce5df-5d5a-483a-9471-4a9ea070d99e&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001845 10.0.0.141 - - [2026-05-07 03:28:06] "GET /project/0c8ce5df-5d5a-483a-9471-4a9ea070d99e?fields=virtual_networks HTTP/1.1" 200 1389 0.055637 10.0.0.141 - - [2026-05-07 03:28:06] "POST /fqname-to-id HTTP/1.1" 404 218 0.032521 10.0.0.27 - - [2026-05-07 03:28:06] "GET /projects?obj_uuids=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004139 10.0.0.27 - - [2026-05-07 03:28:06] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.27 - - [2026-05-07 03:28:06] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008533 10.0.0.27 - - [2026-05-07 03:28:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.002970 10.0.0.27 - - [2026-05-07 03:28:07] "POST /fqname-to-id HTTP/1.1" 404 232 0.010052 10.0.0.27 - - [2026-05-07 03:28:07] "POST /security-groups HTTP/1.1" 200 621 0.039575 10.0.0.27 - - [2026-05-07 03:28:07] "POST /projects HTTP/1.1" 200 645 0.273536 10.0.0.27 - - [2026-05-07 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.309632 10.0.0.249 - - [2026-05-07 03:28:07] "POST /fqname-to-id HTTP/1.1" 404 264 0.063611 10.0.0.141 - - [2026-05-07 03:28:07] "GET /project/be0a1125-569e-4951-8d8d-10d2a638da37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.465995 10.0.0.249 - - [2026-05-07 03:28:07] "POST /access-control-lists HTTP/1.1" 200 624 0.032280 10.0.0.141 - - [2026-05-07 03:28:08] "GET / HTTP/1.1" 200 35931 0.002112 10.0.0.141 - - [2026-05-07 03:28:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000502 10.0.0.141 - - [2026-05-07 03:28:10] "POST /fqname-to-id HTTP/1.1" 404 254 0.076584 10.0.0.141 - - [2026-05-07 03:28:10] "POST /security-groups HTTP/1.1" 200 595 0.043410 10.0.0.141 - - [2026-05-07 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.249 - - [2026-05-07 03:28:10] "POST /fqname-to-id HTTP/1.1" 404 285 0.008446 10.0.0.141 - - [2026-05-07 03:28:10] "GET /security-group/6c4a2071-c7ce-4b0c-8866-70f6286289f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.006995 10.0.0.141 - - [2026-05-07 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.141 - - [2026-05-07 03:28:11] "GET /security-group/6c4a2071-c7ce-4b0c-8866-70f6286289f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.005877 10.0.0.141 - - [2026-05-07 03:28:11] "DELETE /security-group/6c4a2071-c7ce-4b0c-8866-70f6286289f1 HTTP/1.1" 200 115 0.066432 10.0.0.141 - - [2026-05-07 03:28:11] "POST /fqname-to-id HTTP/1.1" 404 254 0.005368 10.0.0.249 - - [2026-05-07 03:28:11] "DELETE /access-control-list/5144fc5f-5bd7-4e94-8353-ddbf97bccb2f HTTP/1.1" 200 115 0.039634 10.0.0.141 - - [2026-05-07 03:28:12] "POST /fqname-to-id HTTP/1.1" 404 254 0.004619 10.0.0.141 - - [2026-05-07 03:28:12] "POST /security-groups HTTP/1.1" 200 595 0.051008 10.0.0.141 - - [2026-05-07 03:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.249 - - [2026-05-07 03:28:12] "POST /fqname-to-id HTTP/1.1" 404 285 0.011294 10.0.0.141 - - [2026-05-07 03:28:12] "GET /security-group/a7166242-6ea3-4dbe-93cb-f4ad588f53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.008607 10.0.0.141 - - [2026-05-07 03:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.141 - - [2026-05-07 03:28:12] "GET /security-group/a7166242-6ea3-4dbe-93cb-f4ad588f53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.013851 10.0.0.141 - - [2026-05-07 03:28:12] "GET /security-group/a7166242-6ea3-4dbe-93cb-f4ad588f53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.006534 10.0.0.141 - - [2026-05-07 03:28:12] "PUT /security-group/a7166242-6ea3-4dbe-93cb-f4ad588f53d7 HTTP/1.1" 200 262 0.026246 10.0.0.141 - - [2026-05-07 03:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.249 - - [2026-05-07 03:28:12] "PUT /access-control-list/42e8574e-4b9e-4a66-8b83-6b6fa19992f0 HTTP/1.1" 200 272 0.017126 10.0.0.27 - - [2026-05-07 03:28:13] "GET /projects?obj_uuids=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001347 10.0.0.141 - - [2026-05-07 03:28:13] "GET /project/be0a1125-569e-4951-8d8d-10d2a638da37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.047825 10.0.0.27 - - [2026-05-07 03:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.008474 10.0.0.141 - - [2026-05-07 03:28:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.337500 10.0.0.141 - - [2026-05-07 03:28:13] "POST /id-to-fqname HTTP/1.1" 200 300 0.001594 10.0.0.141 - - [2026-05-07 03:28:13] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006259 10.0.0.141 - - [2026-05-07 03:28:13] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008437 10.0.0.141 - - [2026-05-07 03:28:13] "POST /neutron/network HTTP/1.1" 200 955 0.009547 10.0.0.141 - - [2026-05-07 03:28:14] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006289 10.0.0.249 - - [2026-05-07 03:28:15] "GET /obj-perms HTTP/1.1" 200 5109 0.064332 10.0.0.141 - - [2026-05-07 03:28:15] "POST /id-to-fqname HTTP/1.1" 200 300 0.001420 10.0.0.141 - - [2026-05-07 03:28:15] "POST /neutron/security_group HTTP/1.1" 200 1294 0.010948 10.0.0.27 - - [2026-05-07 03:28:16] "GET /projects?obj_uuids=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001219 10.0.0.141 - - [2026-05-07 03:28:16] "GET /project/be0a1125-569e-4951-8d8d-10d2a638da37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.085287 10.0.0.141 - - [2026-05-07 03:28:17] "POST /neutron/port HTTP/1.1" 200 2278 0.043804 10.0.0.141 - - [2026-05-07 03:28:17] "POST /id-to-fqname HTTP/1.1" 200 300 0.002048 10.0.0.141 - - [2026-05-07 03:28:17] "POST /neutron/security_group HTTP/1.1" 200 1294 0.010504 10.0.0.27 - - [2026-05-07 03:28:17] "GET /projects?obj_uuids=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001192 10.0.0.141 - - [2026-05-07 03:28:17] "POST /neutron/security_group HTTP/1.1" 200 3300 0.062392 10.0.0.141 - - [2026-05-07 03:28:18] "POST /neutron/port HTTP/1.1" 200 1091 0.024744 10.0.0.27 - - [2026-05-07 03:28:18] "GET /projects?obj_uuids=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001052 10.0.0.141 - - [2026-05-07 03:28:18] "GET /project/be0a1125-569e-4951-8d8d-10d2a638da37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.117707 10.0.0.141 - - [2026-05-07 03:28:18] "POST /neutron/port HTTP/1.1" 200 1156 0.024231 10.0.0.141 - - [2026-05-07 03:28:18] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.141 - - [2026-05-07 03:28:18] "POST /neutron/security_group HTTP/1.1" 200 1294 0.017431 10.0.0.141 - - [2026-05-07 03:28:18] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008512 10.0.0.27 - - [2026-05-07 03:28:19] "GET /projects?obj_uuids=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001114 10.0.0.141 - - [2026-05-07 03:28:19] "POST /neutron/port HTTP/1.1" 200 1091 0.352237 10.0.0.141 - - [2026-05-07 03:28:19] "POST /neutron/port HTTP/1.1" 200 1146 0.144636 10.0.0.141 - - [2026-05-07 03:28:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.013303 10.0.0.141 - - [2026-05-07 03:28:23] "POST /neutron/port HTTP/1.1" 200 1156 0.021357 10.0.0.141 - - [2026-05-07 03:28:24] "POST /neutron/security_group HTTP/1.1" 200 1294 0.009269 10.0.0.141 - - [2026-05-07 03:28:24] "POST /neutron/port HTTP/1.1" 200 1156 0.020733 10.0.0.141 - - [2026-05-07 03:28:24] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 401 293 0.000452 10.0.0.141 - - [2026-05-07 03:28:24] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 200 1322 0.040810 10.0.0.141 - - [2026-05-07 03:28:24] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 200 1322 0.004389 10.0.0.141 - - [2026-05-07 03:28:24] "GET /virtual-machine-interface/e71f77d7-f034-4a0f-8f74-6fe21da082a6 HTTP/1.1" 200 3264 0.006692 10.0.0.141 - - [2026-05-07 03:28:24] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 200 1322 0.004673 10.0.0.141 - - [2026-05-07 03:28:24] "GET /virtual-machine-interface/e71f77d7-f034-4a0f-8f74-6fe21da082a6 HTTP/1.1" 200 3264 0.005904 10.0.0.141 - - [2026-05-07 03:28:24] "GET /instance-ip/030e7919-f793-43d6-97d3-1fbb5c0f1b24 HTTP/1.1" 200 1730 0.007262 10.0.0.141 - - [2026-05-07 03:28:24] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 200 1322 0.004594 10.0.0.141 - - [2026-05-07 03:28:24] "GET /virtual-machine-interface/e71f77d7-f034-4a0f-8f74-6fe21da082a6 HTTP/1.1" 200 3264 0.006703 10.0.0.141 - - [2026-05-07 03:28:24] "GET /instance-ip/030e7919-f793-43d6-97d3-1fbb5c0f1b24 HTTP/1.1" 200 1730 0.005348 10.0.0.141 - - [2026-05-07 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.141 - - [2026-05-07 03:28:24] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005695 10.0.0.141 - - [2026-05-07 03:28:24] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004217 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007120 10.0.0.141 - - [2026-05-07 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.141 - - [2026-05-07 03:28:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004791 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.009320 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007319 10.0.0.141 - - [2026-05-07 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005433 10.0.0.141 - - [2026-05-07 03:28:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005560 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004275 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007145 10.0.0.141 - - [2026-05-07 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.141 - - [2026-05-07 03:28:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004979 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004269 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007415 10.0.0.141 - - [2026-05-07 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.141 - - [2026-05-07 03:28:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005414 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003846 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006744 10.0.0.141 - - [2026-05-07 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.141 - - [2026-05-07 03:28:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005768 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005811 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006762 10.0.0.141 - - [2026-05-07 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.141 - - [2026-05-07 03:28:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006181 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004156 10.0.0.141 - - [2026-05-07 03:28:25] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006208 10.0.0.27 - - [2026-05-07 03:28:26] "DELETE /project/be0a1125569e49518d8d10d2a638da37 HTTP/1.1" 404 173 0.004626 10.0.0.141 - - [2026-05-07 03:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.141 - - [2026-05-07 03:28:28] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006036 10.0.0.141 - - [2026-05-07 03:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.141 - - [2026-05-07 03:28:33] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007535 10.0.0.141 - - [2026-05-07 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.141 - - [2026-05-07 03:28:37] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008098 10.0.0.141 - - [2026-05-07 03:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.141 - - [2026-05-07 03:28:41] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005978 10.0.0.141 - - [2026-05-07 03:28:42] "POST /neutron/port HTTP/1.1" 200 1216 0.031184 10.0.0.141 - - [2026-05-07 03:28:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004381 10.0.0.141 - - [2026-05-07 03:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.001572 10.0.0.141 - - [2026-05-07 03:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.141 - - [2026-05-07 03:28:45] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006828 10.0.0.141 - - [2026-05-07 03:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.141 - - [2026-05-07 03:28:49] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009099 10.0.0.141 - - [2026-05-07 03:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.141 - - [2026-05-07 03:28:53] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008525 10.0.0.141 - - [2026-05-07 03:28:57] "POST /neutron/port HTTP/1.1" 200 1216 0.062983 10.0.0.141 - - [2026-05-07 03:28:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004409 10.0.0.141 - - [2026-05-07 03:28:57] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.141 - - [2026-05-07 03:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.141 - - [2026-05-07 03:28:57] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006151 10.0.0.27 - - [2026-05-07 03:29:00] "GET /obj-perms HTTP/1.1" 200 5075 0.076094 10.0.0.141 - - [2026-05-07 03:29:00] "GET /obj-perms HTTP/1.1" 200 5075 0.072998 10.0.0.141 - - [2026-05-07 03:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.141 - - [2026-05-07 03:29:01] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.010229 10.0.0.141 - - [2026-05-07 03:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.141 - - [2026-05-07 03:29:05] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006968 10.0.0.141 - - [2026-05-07 03:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.141 - - [2026-05-07 03:29:07] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005748 10.0.0.141 - - [2026-05-07 03:29:07] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005152 10.0.0.141 - - [2026-05-07 03:29:07] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008310 10.0.0.141 - - [2026-05-07 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.141 - - [2026-05-07 03:29:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004575 10.0.0.141 - - [2026-05-07 03:29:08] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003334 10.0.0.141 - - [2026-05-07 03:29:08] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007293 10.0.0.141 - - [2026-05-07 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.141 - - [2026-05-07 03:29:08] "GET /routing-instance/4acddf57-c9ba-45b6-a79e-07775dbd9f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004896 10.0.0.141 - - [2026-05-07 03:29:08] "GET /route-target/d2cfb22c-35e9-4524-8891-d6d5e2150baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004538 10.0.0.141 - - [2026-05-07 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.141 - - [2026-05-07 03:29:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004100 10.0.0.141 - - [2026-05-07 03:29:08] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005115 10.0.0.141 - - [2026-05-07 03:29:08] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007517 10.0.0.141 - - [2026-05-07 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.141 - - [2026-05-07 03:29:08] "GET /routing-instance/4acddf57-c9ba-45b6-a79e-07775dbd9f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005569 10.0.0.141 - - [2026-05-07 03:29:08] "GET /route-target/d2cfb22c-35e9-4524-8891-d6d5e2150baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004566 10.0.0.141 - - [2026-05-07 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.141 - - [2026-05-07 03:29:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006459 10.0.0.141 - - [2026-05-07 03:29:08] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004181 10.0.0.141 - - [2026-05-07 03:29:08] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006934 10.0.0.141 - - [2026-05-07 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.141 - - [2026-05-07 03:29:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004737 10.0.0.141 - - [2026-05-07 03:29:08] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003345 10.0.0.141 - - [2026-05-07 03:29:08] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006956 10.0.0.141 - - [2026-05-07 03:29:09] "GET /obj-perms HTTP/1.1" 200 5109 0.077694 10.0.0.27 - - [2026-05-07 03:29:09] "GET /obj-perms HTTP/1.1" 200 5109 0.058939 10.0.0.141 - - [2026-05-07 03:29:09] "GET /obj-perms HTTP/1.1" 200 5109 0.005586 10.0.0.249 - - [2026-05-07 03:29:09] "GET /obj-perms HTTP/1.1" 200 5109 0.004755 10.0.0.141 - - [2026-05-07 03:29:09] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 200 1322 0.004458 10.0.0.141 - - [2026-05-07 03:29:09] "GET /virtual-machine-interface/e71f77d7-f034-4a0f-8f74-6fe21da082a6 HTTP/1.1" 200 3264 0.007166 10.0.0.141 - - [2026-05-07 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.141 - - [2026-05-07 03:29:09] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004519 10.0.0.141 - - [2026-05-07 03:29:09] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004075 10.0.0.141 - - [2026-05-07 03:29:09] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007340 10.0.0.141 - - [2026-05-07 03:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.141 - - [2026-05-07 03:29:10] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004242 10.0.0.141 - - [2026-05-07 03:29:10] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004180 10.0.0.141 - - [2026-05-07 03:29:10] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006516 10.0.0.141 - - [2026-05-07 03:29:11] "POST /neutron/security_group HTTP/1.1" 200 1294 0.010399 10.0.0.141 - - [2026-05-07 03:29:16] "POST /neutron/port HTTP/1.1" 200 1156 0.024516 10.0.0.141 - - [2026-05-07 03:29:21] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008850 10.0.0.249 - - [2026-05-07 03:29:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.249 - - [2026-05-07 03:29:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000644 10.0.0.27 - - [2026-05-07 03:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000557 10.0.0.27 - - [2026-05-07 03:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.249 - - [2026-05-07 03:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.249 - - [2026-05-07 03:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.141 - - [2026-05-07 03:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.141 - - [2026-05-07 03:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.27 - - [2026-05-07 03:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000559 10.0.0.27 - - [2026-05-07 03:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.141 - - [2026-05-07 03:29:26] "POST /neutron/port HTTP/1.1" 200 1156 0.025610 10.0.0.141 - - [2026-05-07 03:29:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.141 - - [2026-05-07 03:29:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.141 - - [2026-05-07 03:29:32] "POST /neutron/security_group HTTP/1.1" 200 1294 0.010412 10.0.0.141 - - [2026-05-07 03:29:32] "POST /neutron/port HTTP/1.1" 200 1156 0.023182 10.0.0.141 - - [2026-05-07 03:29:32] "POST /neutron/security_group HTTP/1.1" 200 1294 0.009459 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-machine/7115ece0-cb7a-4aaf-8137-fb3750fd7545 HTTP/1.1" 200 1321 0.007595 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-machine/7115ece0-cb7a-4aaf-8137-fb3750fd7545 HTTP/1.1" 200 1321 0.005190 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-machine-interface/facafc91-ec5f-4afc-8226-2ca14be8bc3d HTTP/1.1" 200 3263 0.005932 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-machine/7115ece0-cb7a-4aaf-8137-fb3750fd7545 HTTP/1.1" 200 1321 0.004441 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-machine-interface/facafc91-ec5f-4afc-8226-2ca14be8bc3d HTTP/1.1" 200 3263 0.006085 10.0.0.141 - - [2026-05-07 03:29:32] "GET /instance-ip/8d5c1eed-d71c-42be-93ec-6d052486a6f6 HTTP/1.1" 200 1732 0.007526 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-machine/7115ece0-cb7a-4aaf-8137-fb3750fd7545 HTTP/1.1" 200 1321 0.004646 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-machine-interface/facafc91-ec5f-4afc-8226-2ca14be8bc3d HTTP/1.1" 200 3263 0.008045 10.0.0.141 - - [2026-05-07 03:29:32] "GET /instance-ip/8d5c1eed-d71c-42be-93ec-6d052486a6f6 HTTP/1.1" 200 1732 0.006608 10.0.0.141 - - [2026-05-07 03:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.141 - - [2026-05-07 03:29:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006016 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006649 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009802 10.0.0.141 - - [2026-05-07 03:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.141 - - [2026-05-07 03:29:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005153 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004560 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006332 10.0.0.141 - - [2026-05-07 03:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.141 - - [2026-05-07 03:29:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005837 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003905 10.0.0.141 - - [2026-05-07 03:29:32] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007165 10.0.0.141 - - [2026-05-07 03:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.141 - - [2026-05-07 03:29:33] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004485 10.0.0.141 - - [2026-05-07 03:29:33] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004383 10.0.0.141 - - [2026-05-07 03:29:33] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007996 10.0.0.141 - - [2026-05-07 03:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005251 10.0.0.141 - - [2026-05-07 03:29:33] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009367 10.0.0.141 - - [2026-05-07 03:29:33] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003701 10.0.0.141 - - [2026-05-07 03:29:33] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006629 10.0.0.141 - - [2026-05-07 03:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.141 - - [2026-05-07 03:29:33] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006444 10.0.0.141 - - [2026-05-07 03:29:33] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004282 10.0.0.141 - - [2026-05-07 03:29:33] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006834 10.0.0.141 - - [2026-05-07 03:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.141 - - [2026-05-07 03:29:33] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007068 10.0.0.141 - - [2026-05-07 03:29:33] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003948 10.0.0.141 - - [2026-05-07 03:29:33] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.010050 10.0.0.141 - - [2026-05-07 03:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005280 10.0.0.141 - - [2026-05-07 03:29:34] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005325 10.0.0.141 - - [2026-05-07 03:29:34] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004238 10.0.0.141 - - [2026-05-07 03:29:34] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008755 10.0.0.141 - - [2026-05-07 03:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.141 - - [2026-05-07 03:29:34] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004452 10.0.0.141 - - [2026-05-07 03:29:34] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003224 10.0.0.141 - - [2026-05-07 03:29:34] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006900 10.0.0.141 - - [2026-05-07 03:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.141 - - [2026-05-07 03:29:35] "GET /routing-instance/4acddf57-c9ba-45b6-a79e-07775dbd9f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005199 10.0.0.141 - - [2026-05-07 03:29:35] "GET /route-target/d2cfb22c-35e9-4524-8891-d6d5e2150baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005270 10.0.0.141 - - [2026-05-07 03:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.141 - - [2026-05-07 03:29:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004899 10.0.0.141 - - [2026-05-07 03:29:35] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004203 10.0.0.141 - - [2026-05-07 03:29:35] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007395 10.0.0.141 - - [2026-05-07 03:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.141 - - [2026-05-07 03:29:35] "GET /routing-instance/4acddf57-c9ba-45b6-a79e-07775dbd9f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005603 10.0.0.141 - - [2026-05-07 03:29:35] "GET /route-target/d2cfb22c-35e9-4524-8891-d6d5e2150baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004432 10.0.0.141 - - [2026-05-07 03:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.141 - - [2026-05-07 03:29:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004638 10.0.0.141 - - [2026-05-07 03:29:35] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.007296 10.0.0.141 - - [2026-05-07 03:29:35] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006948 10.0.0.141 - - [2026-05-07 03:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.141 - - [2026-05-07 03:29:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005378 10.0.0.141 - - [2026-05-07 03:29:35] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004203 10.0.0.141 - - [2026-05-07 03:29:35] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009599 10.0.0.141 - - [2026-05-07 03:29:35] "GET /obj-perms HTTP/1.1" 200 5109 0.005063 10.0.0.27 - - [2026-05-07 03:29:35] "GET /obj-perms HTTP/1.1" 200 5109 0.004512 10.0.0.141 - - [2026-05-07 03:29:35] "GET /obj-perms HTTP/1.1" 200 5109 0.004314 10.0.0.249 - - [2026-05-07 03:29:36] "GET /obj-perms HTTP/1.1" 200 5109 0.004284 10.0.0.141 - - [2026-05-07 03:29:36] "GET /virtual-machine/7115ece0-cb7a-4aaf-8137-fb3750fd7545 HTTP/1.1" 200 1321 0.005025 10.0.0.141 - - [2026-05-07 03:29:36] "GET /virtual-machine-interface/facafc91-ec5f-4afc-8226-2ca14be8bc3d HTTP/1.1" 200 3263 0.008575 10.0.0.141 - - [2026-05-07 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.141 - - [2026-05-07 03:29:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004571 10.0.0.141 - - [2026-05-07 03:29:36] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003974 10.0.0.141 - - [2026-05-07 03:29:36] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008744 10.0.0.141 - - [2026-05-07 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.141 - - [2026-05-07 03:29:37] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004718 10.0.0.141 - - [2026-05-07 03:29:37] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003847 10.0.0.141 - - [2026-05-07 03:29:37] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006568 10.0.0.141 - - [2026-05-07 03:29:37] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 200 1322 0.005050 10.0.0.141 - - [2026-05-07 03:29:37] "GET /virtual-machine-interface/e71f77d7-f034-4a0f-8f74-6fe21da082a6 HTTP/1.1" 200 3264 0.006414 10.0.0.141 - - [2026-05-07 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.141 - - [2026-05-07 03:29:37] "GET /security-group/a7166242-6ea3-4dbe-93cb-f4ad588f53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004488 10.0.0.141 - - [2026-05-07 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.141 - - [2026-05-07 03:29:37] "GET /security-group/a7166242-6ea3-4dbe-93cb-f4ad588f53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004653 10.0.0.141 - - [2026-05-07 03:29:37] "POST /neutron/port HTTP/1.1" 200 1156 0.022696 10.0.0.141 - - [2026-05-07 03:29:37] "POST /neutron/port HTTP/1.1" 200 1107 0.096852 10.0.0.141 - - [2026-05-07 03:29:37] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 200 1322 0.006090 10.0.0.141 - - [2026-05-07 03:29:37] "GET /virtual-machine-interface/e71f77d7-f034-4a0f-8f74-6fe21da082a6 HTTP/1.1" 200 3203 0.006875 10.0.0.141 - - [2026-05-07 03:29:38] "POST /neutron/port HTTP/1.1" 200 1107 0.018919 10.0.0.141 - - [2026-05-07 03:29:38] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 200 1322 0.005291 10.0.0.141 - - [2026-05-07 03:29:38] "GET /virtual-machine-interface/e71f77d7-f034-4a0f-8f74-6fe21da082a6 HTTP/1.1" 200 3264 0.008885 10.0.0.141 - - [2026-05-07 03:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.141 - - [2026-05-07 03:29:38] "GET /security-group/a7166242-6ea3-4dbe-93cb-f4ad588f53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004870 10.0.0.141 - - [2026-05-07 03:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.141 - - [2026-05-07 03:29:38] "GET /security-group/a7166242-6ea3-4dbe-93cb-f4ad588f53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005777 10.0.0.141 - - [2026-05-07 03:29:38] "POST /neutron/security_group HTTP/1.1" 200 1320 0.006774 10.0.0.141 - - [2026-05-07 03:29:38] "DELETE /security-group/a7166242-6ea3-4dbe-93cb-f4ad588f53d7 HTTP/1.1" 409 336 0.015810 10.0.0.141 - - [2026-05-07 03:29:43] "POST /neutron/network HTTP/1.1" 200 965 0.039157 10.0.0.141 - - [2026-05-07 03:29:43] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.141 - - [2026-05-07 03:29:59] "POST /neutron/port HTTP/1.1" 200 1156 0.030151 10.0.0.141 - - [2026-05-07 03:29:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.010832 10.0.0.27 - - [2026-05-07 03:30:01] "GET /obj-perms HTTP/1.1" 200 5075 0.084675 10.0.0.141 - - [2026-05-07 03:30:43] "POST /neutron/port HTTP/1.1" 200 1216 0.024953 10.0.0.141 - - [2026-05-07 03:30:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004545 10.0.0.141 - - [2026-05-07 03:30:43] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.141 - - [2026-05-07 03:31:00] "POST /neutron/port HTTP/1.1" 200 1216 0.039918 10.0.0.141 - - [2026-05-07 03:31:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004925 10.0.0.141 - - [2026-05-07 03:31:00] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.141 - - [2026-05-07 03:31:02] "GET /obj-perms HTTP/1.1" 200 5075 0.073747 10.0.0.141 - - [2026-05-07 03:31:11] "GET /security-group/a7166242-6ea3-4dbe-93cb-f4ad588f53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005039 10.0.0.141 - - [2026-05-07 03:31:11] "PUT /security-group/a7166242-6ea3-4dbe-93cb-f4ad588f53d7 HTTP/1.1" 200 262 0.019105 10.0.0.249 - - [2026-05-07 03:31:11] "PUT /access-control-list/d665ee5b-31b7-4c58-9ced-31064696c58e HTTP/1.1" 200 272 0.015962 10.0.0.141 - - [2026-05-07 03:31:14] "POST /neutron/security_group HTTP/1.1" 200 1290 0.013023 10.0.0.141 - - [2026-05-07 03:31:14] "POST /neutron/port HTTP/1.1" 200 1146 0.019361 10.0.0.141 - - [2026-05-07 03:31:14] "GET /virtual-machine/7115ece0-cb7a-4aaf-8137-fb3750fd7545 HTTP/1.1" 200 1321 0.005439 10.0.0.141 - - [2026-05-07 03:31:15] "POST /neutron/port HTTP/1.1" 200 1107 0.024274 10.0.0.141 - - [2026-05-07 03:31:16] "GET /virtual-machine/7115ece0-cb7a-4aaf-8137-fb3750fd7545 HTTP/1.1" 404 171 0.004329 10.0.0.141 - - [2026-05-07 03:31:16] "GET /virtual-machine/7115ece0-cb7a-4aaf-8137-fb3750fd7545 HTTP/1.1" 404 171 0.004039 10.0.0.141 - - [2026-05-07 03:31:16] "GET /virtual-machine/7115ece0-cb7a-4aaf-8137-fb3750fd7545 HTTP/1.1" 404 171 0.003333 10.0.0.141 - - [2026-05-07 03:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007614 10.0.0.141 - - [2026-05-07 03:31:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005557 10.0.0.141 - - [2026-05-07 03:31:17] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003691 10.0.0.141 - - [2026-05-07 03:31:17] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007745 10.0.0.141 - - [2026-05-07 03:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005865 10.0.0.141 - - [2026-05-07 03:31:17] "GET /routing-instance/4acddf57-c9ba-45b6-a79e-07775dbd9f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005552 10.0.0.141 - - [2026-05-07 03:31:17] "GET /route-target/d2cfb22c-35e9-4524-8891-d6d5e2150baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005216 10.0.0.249 - - [2026-05-07 03:31:17] "GET /obj-perms HTTP/1.1" 200 5109 0.004851 10.0.0.141 - - [2026-05-07 03:31:23] "GET /obj-perms HTTP/1.1" 200 5109 0.006581 10.0.0.249 - - [2026-05-07 03:31:26] "GET /obj-perms HTTP/1.1" 200 5109 0.004129 10.0.0.141 - - [2026-05-07 03:31:32] "GET /obj-perms HTTP/1.1" 200 5109 0.005170 10.0.0.249 - - [2026-05-07 03:31:32] "GET /obj-perms HTTP/1.1" 200 5109 0.004902 10.0.0.141 - - [2026-05-07 03:31:32] "POST /neutron/port HTTP/1.1" 200 1156 0.020656 10.0.0.141 - - [2026-05-07 03:31:33] "POST /neutron/port HTTP/1.1" 200 1107 0.087656 10.0.0.141 - - [2026-05-07 03:31:33] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 200 1322 0.005500 10.0.0.141 - - [2026-05-07 03:31:34] "POST /neutron/port HTTP/1.1" 200 151 0.230733 10.0.0.141 - - [2026-05-07 03:31:35] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 404 171 0.006521 10.0.0.141 - - [2026-05-07 03:31:35] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 404 171 0.003951 10.0.0.141 - - [2026-05-07 03:31:35] "GET /virtual-machine/6749cb15-f59a-4676-bb4a-ed03f16deed9 HTTP/1.1" 404 171 0.003103 10.0.0.141 - - [2026-05-07 03:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009369 10.0.0.141 - - [2026-05-07 03:31:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004487 10.0.0.141 - - [2026-05-07 03:31:35] "GET /virtual-networks?parent_id=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004400 10.0.0.141 - - [2026-05-07 03:31:35] "GET /virtual-network/b7d26706-23c6-4356-924a-8021f891ccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006736 10.0.0.141 - - [2026-05-07 03:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.141 - - [2026-05-07 03:31:35] "GET /routing-instance/4acddf57-c9ba-45b6-a79e-07775dbd9f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005141 10.0.0.141 - - [2026-05-07 03:31:35] "GET /route-target/d2cfb22c-35e9-4524-8891-d6d5e2150baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004526 10.0.0.141 - - [2026-05-07 03:31:35] "GET /obj-perms HTTP/1.1" 200 5109 0.004449 10.0.0.249 - - [2026-05-07 03:31:41] "GET /obj-perms HTTP/1.1" 200 5109 0.004759 10.0.0.141 - - [2026-05-07 03:31:44] "GET /obj-perms HTTP/1.1" 200 5109 0.004912 10.0.0.249 - - [2026-05-07 03:31:51] "GET /obj-perms HTTP/1.1" 200 5109 0.004913 10.0.0.141 - - [2026-05-07 03:31:54] "GET /obj-perms HTTP/1.1" 200 5109 0.005080 10.0.0.249 - - [2026-05-07 03:32:00] "GET /obj-perms HTTP/1.1" 200 5109 0.006311 10.0.0.141 - - [2026-05-07 03:32:03] "GET /obj-perms HTTP/1.1" 200 5109 0.004587 10.0.0.141 - - [2026-05-07 03:32:03] "GET /obj-perms HTTP/1.1" 200 5109 0.003909 10.0.0.27 - - [2026-05-07 03:32:03] "GET /obj-perms HTTP/1.1" 200 5109 0.004716 10.0.0.249 - - [2026-05-07 03:32:03] "DELETE /route-target/d2cfb22c-35e9-4524-8891-d6d5e2150baa HTTP/1.1" 200 115 0.024052 10.0.0.141 - - [2026-05-07 03:32:04] "DELETE /security-group/a7166242-6ea3-4dbe-93cb-f4ad588f53d7 HTTP/1.1" 200 115 0.071442 10.0.0.141 - - [2026-05-07 03:32:04] "POST /fqname-to-id HTTP/1.1" 404 254 0.005726 10.0.0.27 - - [2026-05-07 03:32:06] "GET /projects?obj_uuids=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.036614 10.0.0.141 - - [2026-05-07 03:32:06] "GET /project/be0a1125-569e-4951-8d8d-10d2a638da37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.128878 10.0.0.27 - - [2026-05-07 03:32:06] "GET /projects?obj_uuids=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001486 10.0.0.141 - - [2026-05-07 03:32:06] "GET /project/be0a1125-569e-4951-8d8d-10d2a638da37?fields=virtual_networks HTTP/1.1" 200 1093 0.052993 10.0.0.27 - - [2026-05-07 03:32:06] "GET /projects?obj_uuids=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001146 10.0.0.141 - - [2026-05-07 03:32:06] "GET /project/be0a1125-569e-4951-8d8d-10d2a638da37?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.048641 10.0.0.27 - - [2026-05-07 03:32:06] "GET /projects?obj_uuids=be0a1125-569e-4951-8d8d-10d2a638da37&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001078 10.0.0.141 - - [2026-05-07 03:32:06] "GET /project/be0a1125-569e-4951-8d8d-10d2a638da37?fields=security_groups HTTP/1.1" 200 1349 0.053002 10.0.0.141 - - [2026-05-07 03:32:07] "POST /fqname-to-id HTTP/1.1" 404 209 0.040160 10.0.0.27 - - [2026-05-07 03:32:07] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003540 10.0.0.27 - - [2026-05-07 03:32:07] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001874 10.0.0.27 - - [2026-05-07 03:32:07] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047793 10.0.0.27 - - [2026-05-07 03:32:07] "POST /id-to-fqname HTTP/1.1" 200 212 0.003650 10.0.0.27 - - [2026-05-07 03:32:07] "POST /fqname-to-id HTTP/1.1" 404 222 0.009032 10.0.0.27 - - [2026-05-07 03:32:07] "POST /security-groups HTTP/1.1" 200 612 0.037514 10.0.0.249 - - [2026-05-07 03:32:07] "POST /fqname-to-id HTTP/1.1" 404 255 0.003696 10.0.0.27 - - [2026-05-07 03:32:07] "POST /projects HTTP/1.1" 200 627 0.291486 10.0.0.27 - - [2026-05-07 03:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.325262 10.0.0.141 - - [2026-05-07 03:32:08] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.547457 10.0.0.249 - - [2026-05-07 03:32:08] "POST /access-control-lists HTTP/1.1" 200 615 0.065522 10.0.0.141 - - [2026-05-07 03:32:09] "GET / HTTP/1.1" 200 35931 0.002202 10.0.0.141 - - [2026-05-07 03:32:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000505 10.0.0.141 - - [2026-05-07 03:32:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.094645 10.0.0.27 - - [2026-05-07 03:32:11] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001188 10.0.0.249 - - [2026-05-07 03:32:11] "POST /fqname-to-id HTTP/1.1" 404 276 0.007649 10.0.0.141 - - [2026-05-07 03:32:12] "POST /neutron/security_group HTTP/1.1" 200 1423 0.477431 10.0.0.141 - - [2026-05-07 03:32:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141778 10.0.0.249 - - [2026-05-07 03:32:12] "PUT /access-control-list/4650d120-d114-4446-b76d-a5883ab862f7 HTTP/1.1" 200 272 0.012651 10.0.0.141 - - [2026-05-07 03:32:12] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.141130 10.0.0.141 - - [2026-05-07 03:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.013608 10.0.0.141 - - [2026-05-07 03:32:12] "GET /security-group/ea76c890-5ebc-44f3-9122-fc6b4b8bfc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008448 10.0.0.141 - - [2026-05-07 03:32:13] "POST /fqname-to-id HTTP/1.1" 404 245 0.003254 10.0.0.249 - - [2026-05-07 03:32:13] "DELETE /access-control-list/100b7d50-f55e-42aa-b4ad-46dbd6ddfea2 HTTP/1.1" 200 115 0.046502 10.0.0.141 - - [2026-05-07 03:32:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.003946 10.0.0.27 - - [2026-05-07 03:32:14] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001129 10.0.0.249 - - [2026-05-07 03:32:14] "POST /access-control-lists HTTP/1.1" 200 639 0.040724 10.0.0.249 - - [2026-05-07 03:32:14] "PUT /access-control-list/e8eb1000-bad0-4878-a580-ef1487e2e6aa HTTP/1.1" 200 272 0.017417 10.0.0.141 - - [2026-05-07 03:32:14] "POST /neutron/security_group HTTP/1.1" 200 1423 0.413049 10.0.0.141 - - [2026-05-07 03:32:14] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.161871 10.0.0.249 - - [2026-05-07 03:32:15] "PUT /access-control-list/e8eb1000-bad0-4878-a580-ef1487e2e6aa HTTP/1.1" 200 272 0.019851 10.0.0.141 - - [2026-05-07 03:32:15] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.160479 10.0.0.141 - - [2026-05-07 03:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.141 - - [2026-05-07 03:32:15] "GET /security-group/fd8f756a-e78b-4c6e-b10a-f678a3ca9367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.004504 10.0.0.141 - - [2026-05-07 03:32:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.173959 10.0.0.249 - - [2026-05-07 03:32:16] "PUT /access-control-list/e8eb1000-bad0-4878-a580-ef1487e2e6aa HTTP/1.1" 200 272 0.014688 10.0.0.141 - - [2026-05-07 03:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005179 10.0.0.27 - - [2026-05-07 03:32:16] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001582 10.0.0.141 - - [2026-05-07 03:32:16] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.072557 10.0.0.141 - - [2026-05-07 03:32:16] "POST /neutron/network HTTP/1.1" 200 117 0.015303 10.0.0.249 - - [2026-05-07 03:32:16] "POST /ref-update HTTP/1.1" 200 156 0.029943 10.0.0.141 - - [2026-05-07 03:32:17] "POST /neutron/network HTTP/1.1" 200 925 0.010779 10.0.0.141 - - [2026-05-07 03:32:17] "POST /id-to-fqname HTTP/1.1" 200 282 0.001519 10.0.0.141 - - [2026-05-07 03:32:17] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.010029 10.0.0.141 - - [2026-05-07 03:32:17] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.012478 10.0.0.141 - - [2026-05-07 03:32:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.014202 10.0.0.141 - - [2026-05-07 03:32:17] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007070 10.0.0.249 - - [2026-05-07 03:32:18] "GET /obj-perms HTTP/1.1" 200 5091 0.089472 10.0.0.141 - - [2026-05-07 03:32:18] "POST /id-to-fqname HTTP/1.1" 200 282 0.002155 10.0.0.141 - - [2026-05-07 03:32:19] "POST /neutron/network HTTP/1.1" 200 935 0.007937 10.0.0.27 - - [2026-05-07 03:32:20] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002757 10.0.0.141 - - [2026-05-07 03:32:20] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.085220 10.0.0.141 - - [2026-05-07 03:32:20] "POST /neutron/port HTTP/1.1" 200 117 0.008227 10.0.0.141 - - [2026-05-07 03:32:20] "POST /id-to-fqname HTTP/1.1" 200 282 0.001621 10.0.0.141 - - [2026-05-07 03:32:20] "POST /neutron/network HTTP/1.1" 200 935 0.008701 10.0.0.27 - - [2026-05-07 03:32:21] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001413 10.0.0.141 - - [2026-05-07 03:32:21] "POST /neutron/port HTTP/1.1" 200 1079 0.392810 10.0.0.141 - - [2026-05-07 03:32:21] "POST /neutron/port HTTP/1.1" 200 1133 0.143409 10.0.0.27 - - [2026-05-07 03:32:22] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001140 10.0.0.141 - - [2026-05-07 03:32:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.009182 10.0.0.141 - - [2026-05-07 03:32:22] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.096088 10.0.0.141 - - [2026-05-07 03:32:22] "POST /neutron/network HTTP/1.1" 200 925 0.007354 10.0.0.141 - - [2026-05-07 03:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.007308 10.0.0.141 - - [2026-05-07 03:32:22] "POST /neutron/network HTTP/1.1" 200 935 0.008254 10.0.0.141 - - [2026-05-07 03:32:23] "POST /neutron/port HTTP/1.1" 200 1079 0.023092 10.0.0.141 - - [2026-05-07 03:32:23] "POST /neutron/port HTTP/1.1" 200 1143 0.029660 10.0.0.141 - - [2026-05-07 03:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.001893 10.0.0.27 - - [2026-05-07 03:32:26] "DELETE /project/717e25fdec054b8d89135ce6d4ae47f3 HTTP/1.1" 404 173 0.004448 10.0.0.27 - - [2026-05-07 03:32:26] "DELETE /project/be0a1125-569e-4951-8d8d-10d2a638da37 HTTP/1.1" 404 177 0.004164 10.0.0.141 - - [2026-05-07 03:32:27] "POST /neutron/security_group HTTP/1.1" 200 1413 0.009429 10.0.0.141 - - [2026-05-07 03:32:27] "POST /neutron/port HTTP/1.1" 200 1143 0.022550 10.0.0.141 - - [2026-05-07 03:32:28] "POST /neutron/security_group HTTP/1.1" 200 1413 0.008471 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-machine/b5565a82-51c0-498d-baad-df4a00b05c22 HTTP/1.1" 401 293 0.000455 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-machine/b5565a82-51c0-498d-baad-df4a00b05c22 HTTP/1.1" 200 1314 0.043865 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-machine/b5565a82-51c0-498d-baad-df4a00b05c22 HTTP/1.1" 200 1314 0.005396 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-machine-interface/824903a1-954f-4ced-8123-fc6ba174d0b4 HTTP/1.1" 200 3190 0.006286 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-machine/b5565a82-51c0-498d-baad-df4a00b05c22 HTTP/1.1" 200 1314 0.005284 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-machine-interface/824903a1-954f-4ced-8123-fc6ba174d0b4 HTTP/1.1" 200 3190 0.006752 10.0.0.141 - - [2026-05-07 03:32:28] "GET /instance-ip/40677163-43a4-4806-9b28-0ca9c9b7fdd0 HTTP/1.1" 200 1701 0.007636 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-machine/b5565a82-51c0-498d-baad-df4a00b05c22 HTTP/1.1" 200 1314 0.005414 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-machine-interface/824903a1-954f-4ced-8123-fc6ba174d0b4 HTTP/1.1" 200 3190 0.006692 10.0.0.141 - - [2026-05-07 03:32:28] "GET /instance-ip/40677163-43a4-4806-9b28-0ca9c9b7fdd0 HTTP/1.1" 200 1701 0.006006 10.0.0.141 - - [2026-05-07 03:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.141 - - [2026-05-07 03:32:28] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005329 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004017 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.020917 10.0.0.141 - - [2026-05-07 03:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005303 10.0.0.141 - - [2026-05-07 03:32:28] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005738 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003566 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007273 10.0.0.141 - - [2026-05-07 03:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.141 - - [2026-05-07 03:32:28] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004081 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004317 10.0.0.141 - - [2026-05-07 03:32:28] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006835 10.0.0.141 - - [2026-05-07 03:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.141 - - [2026-05-07 03:32:29] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005458 10.0.0.141 - - [2026-05-07 03:32:29] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004529 10.0.0.141 - - [2026-05-07 03:32:29] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007207 10.0.0.141 - - [2026-05-07 03:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.141 - - [2026-05-07 03:32:29] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005621 10.0.0.141 - - [2026-05-07 03:32:29] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003391 10.0.0.141 - - [2026-05-07 03:32:29] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007422 10.0.0.141 - - [2026-05-07 03:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.141 - - [2026-05-07 03:32:29] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006237 10.0.0.141 - - [2026-05-07 03:32:29] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004892 10.0.0.141 - - [2026-05-07 03:32:29] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.008762 10.0.0.141 - - [2026-05-07 03:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005345 10.0.0.141 - - [2026-05-07 03:32:29] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006715 10.0.0.141 - - [2026-05-07 03:32:29] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004996 10.0.0.141 - - [2026-05-07 03:32:29] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007544 10.0.0.141 - - [2026-05-07 03:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005179 10.0.0.141 - - [2026-05-07 03:32:32] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.008102 10.0.0.141 - - [2026-05-07 03:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.141 - - [2026-05-07 03:32:36] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006326 10.0.0.141 - - [2026-05-07 03:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.141 - - [2026-05-07 03:32:40] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006208 10.0.0.141 - - [2026-05-07 03:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.141 - - [2026-05-07 03:32:44] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006493 10.0.0.141 - - [2026-05-07 03:32:46] "POST /neutron/network HTTP/1.1" 200 1121 0.007569 10.0.0.141 - - [2026-05-07 03:32:46] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016789 10.0.0.141 - - [2026-05-07 03:32:46] "POST /neutron/network HTTP/1.1" 200 1111 0.012158 10.0.0.141 - - [2026-05-07 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.141 - - [2026-05-07 03:32:48] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006291 10.0.0.141 - - [2026-05-07 03:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.141 - - [2026-05-07 03:32:53] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007382 10.0.0.141 - - [2026-05-07 03:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.141 - - [2026-05-07 03:32:57] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006350 10.0.0.141 - - [2026-05-07 03:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.141 - - [2026-05-07 03:33:01] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007388 10.0.0.141 - - [2026-05-07 03:33:04] "POST /neutron/network HTTP/1.1" 200 1121 0.009896 10.0.0.141 - - [2026-05-07 03:33:04] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017123 10.0.0.141 - - [2026-05-07 03:33:04] "POST /neutron/network HTTP/1.1" 200 1111 0.011304 10.0.0.141 - - [2026-05-07 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.141 - - [2026-05-07 03:33:05] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004779 10.0.0.141 - - [2026-05-07 03:33:05] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003150 10.0.0.141 - - [2026-05-07 03:33:05] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007017 10.0.0.141 - - [2026-05-07 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.141 - - [2026-05-07 03:33:05] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004201 10.0.0.141 - - [2026-05-07 03:33:05] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004160 10.0.0.141 - - [2026-05-07 03:33:05] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.008402 10.0.0.141 - - [2026-05-07 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.141 - - [2026-05-07 03:33:05] "GET /routing-instance/27db8ba7-cc3c-47e0-8fe6-aaa4c2ef924b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.007329 10.0.0.141 - - [2026-05-07 03:33:05] "GET /route-target/59e6208b-b15b-421a-9eb9-ba2dee97aa67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005543 10.0.0.141 - - [2026-05-07 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.141 - - [2026-05-07 03:33:05] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004431 10.0.0.141 - - [2026-05-07 03:33:05] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004750 10.0.0.141 - - [2026-05-07 03:33:05] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006392 10.0.0.141 - - [2026-05-07 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.141 - - [2026-05-07 03:33:06] "GET /routing-instance/27db8ba7-cc3c-47e0-8fe6-aaa4c2ef924b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005220 10.0.0.141 - - [2026-05-07 03:33:06] "GET /route-target/59e6208b-b15b-421a-9eb9-ba2dee97aa67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003976 10.0.0.141 - - [2026-05-07 03:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.141 - - [2026-05-07 03:33:06] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004997 10.0.0.141 - - [2026-05-07 03:33:06] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003514 10.0.0.141 - - [2026-05-07 03:33:06] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007438 10.0.0.141 - - [2026-05-07 03:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005117 10.0.0.141 - - [2026-05-07 03:33:06] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004624 10.0.0.141 - - [2026-05-07 03:33:06] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003985 10.0.0.141 - - [2026-05-07 03:33:06] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007918 10.0.0.27 - - [2026-05-07 03:33:06] "GET /obj-perms HTTP/1.1" 200 5091 0.062849 10.0.0.141 - - [2026-05-07 03:33:06] "GET /obj-perms HTTP/1.1" 200 5091 0.072991 10.0.0.141 - - [2026-05-07 03:33:06] "GET /obj-perms HTTP/1.1" 200 5091 0.004689 10.0.0.249 - - [2026-05-07 03:33:07] "GET /obj-perms HTTP/1.1" 200 5091 0.004589 10.0.0.27 - - [2026-05-07 03:33:07] "GET /obj-perms HTTP/1.1" 200 5091 0.004442 10.0.0.141 - - [2026-05-07 03:33:07] "GET /virtual-machine/b5565a82-51c0-498d-baad-df4a00b05c22 HTTP/1.1" 200 1314 0.004773 10.0.0.141 - - [2026-05-07 03:33:07] "GET /virtual-machine-interface/824903a1-954f-4ced-8123-fc6ba174d0b4 HTTP/1.1" 200 3190 0.006438 10.0.0.141 - - [2026-05-07 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005642 10.0.0.141 - - [2026-05-07 03:33:07] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005295 10.0.0.141 - - [2026-05-07 03:33:07] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006851 10.0.0.141 - - [2026-05-07 03:33:07] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007254 10.0.0.141 - - [2026-05-07 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.141 - - [2026-05-07 03:33:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004675 10.0.0.141 - - [2026-05-07 03:33:08] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003552 10.0.0.141 - - [2026-05-07 03:33:08] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.008200 10.0.0.141 - - [2026-05-07 03:33:13] "POST /neutron/port HTTP/1.1" 200 1143 0.021238 10.0.0.141 - - [2026-05-07 03:33:14] "POST /neutron/security_group HTTP/1.1" 200 1413 0.041136 10.0.0.141 - - [2026-05-07 03:33:19] "POST /neutron/port HTTP/1.1" 200 1143 0.021119 10.0.0.141 - - [2026-05-07 03:33:24] "POST /neutron/security_group HTTP/1.1" 200 1413 0.015616 10.0.0.141 - - [2026-05-07 03:33:29] "POST /neutron/port HTTP/1.1" 200 1143 0.026914 10.0.0.141 - - [2026-05-07 03:33:29] "POST /neutron/security_group HTTP/1.1" 200 1413 0.016328 10.0.0.141 - - [2026-05-07 03:33:29] "GET /virtual-machine/bfc399b9-ac6c-4382-9442-1a54cf642e6f HTTP/1.1" 200 1314 0.009779 10.0.0.141 - - [2026-05-07 03:33:29] "GET /virtual-machine/bfc399b9-ac6c-4382-9442-1a54cf642e6f HTTP/1.1" 200 1314 0.006015 10.0.0.141 - - [2026-05-07 03:33:29] "GET /virtual-machine-interface/2aca3c46-a3b3-472a-8185-d0d9641b0055 HTTP/1.1" 200 3190 0.008132 10.0.0.141 - - [2026-05-07 03:33:29] "GET /virtual-machine/bfc399b9-ac6c-4382-9442-1a54cf642e6f HTTP/1.1" 200 1314 0.006694 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-machine-interface/2aca3c46-a3b3-472a-8185-d0d9641b0055 HTTP/1.1" 200 3190 0.009270 10.0.0.141 - - [2026-05-07 03:33:30] "GET /instance-ip/abd34d0f-6809-4cbe-b0da-61c21d0ca797 HTTP/1.1" 200 1702 0.009382 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-machine/bfc399b9-ac6c-4382-9442-1a54cf642e6f HTTP/1.1" 200 1314 0.005043 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-machine-interface/2aca3c46-a3b3-472a-8185-d0d9641b0055 HTTP/1.1" 200 3190 0.007353 10.0.0.141 - - [2026-05-07 03:33:30] "GET /instance-ip/abd34d0f-6809-4cbe-b0da-61c21d0ca797 HTTP/1.1" 200 1702 0.005681 10.0.0.141 - - [2026-05-07 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.141 - - [2026-05-07 03:33:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005107 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005234 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.011671 10.0.0.141 - - [2026-05-07 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005398 10.0.0.141 - - [2026-05-07 03:33:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005982 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004206 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006579 10.0.0.141 - - [2026-05-07 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.141 - - [2026-05-07 03:33:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006028 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005368 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007144 10.0.0.141 - - [2026-05-07 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.141 - - [2026-05-07 03:33:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004712 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005419 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.009829 10.0.0.141 - - [2026-05-07 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.141 - - [2026-05-07 03:33:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005130 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003654 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006655 10.0.0.141 - - [2026-05-07 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.022663 10.0.0.141 - - [2026-05-07 03:33:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004951 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003505 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.010196 10.0.0.141 - - [2026-05-07 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006166 10.0.0.141 - - [2026-05-07 03:33:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005026 10.0.0.141 - - [2026-05-07 03:33:30] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004329 10.0.0.141 - - [2026-05-07 03:33:31] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.008304 10.0.0.141 - - [2026-05-07 03:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.141 - - [2026-05-07 03:33:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004393 10.0.0.141 - - [2026-05-07 03:33:32] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003905 10.0.0.141 - - [2026-05-07 03:33:32] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006495 10.0.0.141 - - [2026-05-07 03:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.141 - - [2026-05-07 03:33:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004523 10.0.0.141 - - [2026-05-07 03:33:32] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003647 10.0.0.141 - - [2026-05-07 03:33:32] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006634 10.0.0.141 - - [2026-05-07 03:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.141 - - [2026-05-07 03:33:32] "GET /routing-instance/27db8ba7-cc3c-47e0-8fe6-aaa4c2ef924b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005165 10.0.0.141 - - [2026-05-07 03:33:32] "GET /route-target/59e6208b-b15b-421a-9eb9-ba2dee97aa67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004459 10.0.0.141 - - [2026-05-07 03:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.141 - - [2026-05-07 03:33:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004473 10.0.0.141 - - [2026-05-07 03:33:32] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004633 10.0.0.141 - - [2026-05-07 03:33:32] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007092 10.0.0.141 - - [2026-05-07 03:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.141 - - [2026-05-07 03:33:32] "GET /routing-instance/27db8ba7-cc3c-47e0-8fe6-aaa4c2ef924b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005282 10.0.0.141 - - [2026-05-07 03:33:32] "GET /route-target/59e6208b-b15b-421a-9eb9-ba2dee97aa67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004854 10.0.0.141 - - [2026-05-07 03:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.141 - - [2026-05-07 03:33:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005710 10.0.0.141 - - [2026-05-07 03:33:32] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003883 10.0.0.141 - - [2026-05-07 03:33:32] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007287 10.0.0.141 - - [2026-05-07 03:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.141 - - [2026-05-07 03:33:33] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005255 10.0.0.141 - - [2026-05-07 03:33:33] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.011131 10.0.0.141 - - [2026-05-07 03:33:33] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.007070 10.0.0.141 - - [2026-05-07 03:33:33] "GET /obj-perms HTTP/1.1" 200 5091 0.005796 10.0.0.141 - - [2026-05-07 03:33:33] "GET /obj-perms HTTP/1.1" 200 5091 0.006896 10.0.0.27 - - [2026-05-07 03:33:33] "GET /obj-perms HTTP/1.1" 200 5091 0.005805 10.0.0.249 - - [2026-05-07 03:33:33] "GET /obj-perms HTTP/1.1" 200 5091 0.004786 10.0.0.141 - - [2026-05-07 03:33:33] "GET /obj-perms HTTP/1.1" 200 5091 0.003914 10.0.0.141 - - [2026-05-07 03:33:33] "GET /virtual-machine/bfc399b9-ac6c-4382-9442-1a54cf642e6f HTTP/1.1" 200 1314 0.005357 10.0.0.141 - - [2026-05-07 03:33:33] "GET /virtual-machine-interface/2aca3c46-a3b3-472a-8185-d0d9641b0055 HTTP/1.1" 200 3190 0.007417 10.0.0.141 - - [2026-05-07 03:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.141 - - [2026-05-07 03:33:33] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005274 10.0.0.141 - - [2026-05-07 03:33:33] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003953 10.0.0.141 - - [2026-05-07 03:33:33] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006435 10.0.0.141 - - [2026-05-07 03:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004986 10.0.0.141 - - [2026-05-07 03:33:34] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004324 10.0.0.141 - - [2026-05-07 03:33:34] "GET /virtual-networks?parent_id=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003447 10.0.0.141 - - [2026-05-07 03:33:34] "GET /virtual-network/5f0f737b-1860-4d0a-b466-cb6255f5bb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006869 10.0.0.141 - - [2026-05-07 03:33:35] "GET /virtual-machine/b5565a82-51c0-498d-baad-df4a00b05c22 HTTP/1.1" 200 1314 0.004984 10.0.0.141 - - [2026-05-07 03:33:35] "GET /virtual-machine-interface/824903a1-954f-4ced-8123-fc6ba174d0b4 HTTP/1.1" 200 3190 0.006112 10.0.0.141 - - [2026-05-07 03:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.141 - - [2026-05-07 03:33:35] "GET /security-group/fd8f756a-e78b-4c6e-b10a-f678a3ca9367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.005514 10.0.0.141 - - [2026-05-07 03:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006426 10.0.0.141 - - [2026-05-07 03:33:35] "GET /security-group/fd8f756a-e78b-4c6e-b10a-f678a3ca9367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.006712 10.0.0.141 - - [2026-05-07 03:33:35] "POST /neutron/security_group HTTP/1.1" 200 1439 0.007775 10.0.0.141 - - [2026-05-07 03:33:35] "POST /neutron/port HTTP/1.1" 200 1133 0.017284 10.0.0.141 - - [2026-05-07 03:33:35] "GET /virtual-machine/b5565a82-51c0-498d-baad-df4a00b05c22 HTTP/1.1" 200 1314 0.004419 10.0.0.141 - - [2026-05-07 03:33:35] "GET /virtual-machine-interface/824903a1-954f-4ced-8123-fc6ba174d0b4 HTTP/1.1" 200 3138 0.012469 10.0.0.141 - - [2026-05-07 03:33:35] "POST /neutron/security_group HTTP/1.1" 200 1413 0.009211 10.0.0.141 - - [2026-05-07 03:33:35] "POST /neutron/port HTTP/1.1" 200 1095 0.019115 10.0.0.141 - - [2026-05-07 03:33:35] "GET /virtual-machine/b5565a82-51c0-498d-baad-df4a00b05c22 HTTP/1.1" 200 1314 0.005753 10.0.0.141 - - [2026-05-07 03:33:35] "GET /virtual-machine-interface/824903a1-954f-4ced-8123-fc6ba174d0b4 HTTP/1.1" 200 3190 0.009567 10.0.0.141 - - [2026-05-07 03:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.141 - - [2026-05-07 03:33:35] "GET /security-group/fd8f756a-e78b-4c6e-b10a-f678a3ca9367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.005451 10.0.0.141 - - [2026-05-07 03:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.141 - - [2026-05-07 03:33:35] "GET /security-group/fd8f756a-e78b-4c6e-b10a-f678a3ca9367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004997 10.0.0.141 - - [2026-05-07 03:33:35] "POST /neutron/security_group HTTP/1.1" 200 1439 0.004806 10.0.0.141 - - [2026-05-07 03:33:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.003421 10.0.0.249 - - [2026-05-07 03:33:36] "DELETE /access-control-list/71a8ede8-2c70-4e4d-a22a-6ad4c7233149 HTTP/1.1" 200 115 0.087170 10.0.0.141 - - [2026-05-07 03:33:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.004297 10.0.0.27 - - [2026-05-07 03:33:36] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001167 10.0.0.141 - - [2026-05-07 03:33:36] "POST /neutron/security_group HTTP/1.1" 200 153 0.077298 10.0.0.141 - - [2026-05-07 03:33:36] "POST /neutron/network HTTP/1.1" 200 925 0.009087 10.0.0.141 - - [2026-05-07 03:33:38] "POST /neutron/network HTTP/1.1" 400 204 0.016110 10.0.0.141 - - [2026-05-07 03:33:42] "POST /neutron/network HTTP/1.1" 200 925 0.007750 10.0.0.141 - - [2026-05-07 03:33:45] "POST /neutron/network HTTP/1.1" 400 204 0.017529 10.0.0.141 - - [2026-05-07 03:33:48] "POST /neutron/port HTTP/1.1" 200 1105 0.026239 10.0.0.141 - - [2026-05-07 03:33:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004756 10.0.0.141 - - [2026-05-07 03:33:49] "POST /neutron/network HTTP/1.1" 200 925 0.008874 10.0.0.141 - - [2026-05-07 03:33:51] "POST /neutron/network HTTP/1.1" 200 925 0.008346 10.0.0.141 - - [2026-05-07 03:33:53] "POST /neutron/network HTTP/1.1" 400 204 0.017280 10.0.0.141 - - [2026-05-07 03:33:57] "POST /neutron/network HTTP/1.1" 200 925 0.009542 10.0.0.141 - - [2026-05-07 03:33:59] "POST /neutron/network HTTP/1.1" 400 204 0.015543 10.0.0.141 - - [2026-05-07 03:34:03] "POST /neutron/network HTTP/1.1" 200 925 0.008974 10.0.0.141 - - [2026-05-07 03:34:05] "POST /neutron/port HTTP/1.1" 200 1105 0.056768 10.0.0.141 - - [2026-05-07 03:34:05] "POST /neutron/subnet HTTP/1.1" 200 689 0.010717 10.0.0.141 - - [2026-05-07 03:34:05] "POST /neutron/network HTTP/1.1" 400 204 0.017589 10.0.0.141 - - [2026-05-07 03:34:07] "POST /neutron/network HTTP/1.1" 400 204 0.019364 10.0.0.141 - - [2026-05-07 03:34:11] "POST /neutron/network HTTP/1.1" 200 925 0.009058 10.0.0.141 - - [2026-05-07 03:34:13] "POST /neutron/network HTTP/1.1" 400 204 0.025573 10.0.0.141 - - [2026-05-07 03:34:17] "POST /neutron/network HTTP/1.1" 200 925 0.008610 10.0.0.141 - - [2026-05-07 03:34:19] "POST /neutron/network HTTP/1.1" 400 204 0.022978 10.0.0.141 - - [2026-05-07 03:34:24] "POST /neutron/network HTTP/1.1" 200 925 0.008429 10.0.0.249 - - [2026-05-07 03:34:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000763 10.0.0.249 - - [2026-05-07 03:34:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000681 10.0.0.27 - - [2026-05-07 03:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.27 - - [2026-05-07 03:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.249 - - [2026-05-07 03:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2026-05-07 03:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.141 - - [2026-05-07 03:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.141 - - [2026-05-07 03:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.27 - - [2026-05-07 03:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.27 - - [2026-05-07 03:34:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.141 - - [2026-05-07 03:34:26] "POST /neutron/network HTTP/1.1" 400 204 0.018890 10.0.0.141 - - [2026-05-07 03:34:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.141 - - [2026-05-07 03:34:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000581 10.0.0.141 - - [2026-05-07 03:34:48] "POST /neutron/port HTTP/1.1" 200 1216 0.050712 10.0.0.141 - - [2026-05-07 03:34:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004942 10.0.0.141 - - [2026-05-07 03:34:49] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.141 - - [2026-05-07 03:35:05] "POST /neutron/port HTTP/1.1" 200 1216 0.023124 10.0.0.141 - - [2026-05-07 03:35:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013855 10.0.0.141 - - [2026-05-07 03:35:05] "POST /neutron/port HTTP/1.1" 200 117 0.001653 10.0.0.141 - - [2026-05-07 03:35:18] "POST /neutron/security_group HTTP/1.1" 400 209 0.004427 10.0.0.27 - - [2026-05-07 03:35:19] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001314 10.0.0.141 - - [2026-05-07 03:35:19] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.045551 10.0.0.27 - - [2026-05-07 03:35:19] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001179 10.0.0.141 - - [2026-05-07 03:35:19] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.054429 10.0.0.27 - - [2026-05-07 03:35:21] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001589 10.0.0.141 - - [2026-05-07 03:35:21] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.060679 10.0.0.27 - - [2026-05-07 03:35:21] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002716 10.0.0.141 - - [2026-05-07 03:35:21] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.049851 10.0.0.27 - - [2026-05-07 03:35:24] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001208 10.0.0.141 - - [2026-05-07 03:35:24] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.047068 10.0.0.27 - - [2026-05-07 03:35:24] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001156 10.0.0.141 - - [2026-05-07 03:35:24] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.050977 10.0.0.27 - - [2026-05-07 03:35:26] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001466 10.0.0.141 - - [2026-05-07 03:35:26] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.047174 10.0.0.27 - - [2026-05-07 03:35:26] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001900 10.0.0.141 - - [2026-05-07 03:35:26] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.054991 10.0.0.27 - - [2026-05-07 03:35:28] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001796 10.0.0.141 - - [2026-05-07 03:35:28] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.062688 10.0.0.27 - - [2026-05-07 03:35:28] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001191 10.0.0.141 - - [2026-05-07 03:35:28] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.055266 10.0.0.27 - - [2026-05-07 03:35:30] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001072 10.0.0.141 - - [2026-05-07 03:35:30] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.042865 10.0.0.27 - - [2026-05-07 03:35:30] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001670 10.0.0.141 - - [2026-05-07 03:35:30] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.052751 10.0.0.27 - - [2026-05-07 03:35:32] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001108 10.0.0.141 - - [2026-05-07 03:35:32] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.051213 10.0.0.27 - - [2026-05-07 03:35:32] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001429 10.0.0.141 - - [2026-05-07 03:35:32] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.046433 10.0.0.27 - - [2026-05-07 03:35:34] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001424 10.0.0.141 - - [2026-05-07 03:35:34] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.056198 10.0.0.27 - - [2026-05-07 03:35:34] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001013 10.0.0.141 - - [2026-05-07 03:35:34] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.047827 10.0.0.27 - - [2026-05-07 03:35:36] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001226 10.0.0.141 - - [2026-05-07 03:35:37] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.063480 10.0.0.27 - - [2026-05-07 03:35:37] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001124 10.0.0.141 - - [2026-05-07 03:35:37] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.055614 10.0.0.27 - - [2026-05-07 03:35:39] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001431 10.0.0.141 - - [2026-05-07 03:35:39] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.053883 10.0.0.27 - - [2026-05-07 03:35:39] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000994 10.0.0.141 - - [2026-05-07 03:35:39] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.053697 10.0.0.27 - - [2026-05-07 03:35:41] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001671 10.0.0.141 - - [2026-05-07 03:35:41] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.050339 10.0.0.27 - - [2026-05-07 03:35:41] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001253 10.0.0.141 - - [2026-05-07 03:35:41] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.052076 10.0.0.27 - - [2026-05-07 03:35:43] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001079 10.0.0.141 - - [2026-05-07 03:35:43] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.047522 10.0.0.27 - - [2026-05-07 03:35:43] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001305 10.0.0.141 - - [2026-05-07 03:35:43] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.059630 10.0.0.27 - - [2026-05-07 03:35:45] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001745 10.0.0.141 - - [2026-05-07 03:35:45] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.052234 10.0.0.27 - - [2026-05-07 03:35:45] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001278 10.0.0.141 - - [2026-05-07 03:35:45] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.048030 10.0.0.27 - - [2026-05-07 03:35:47] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001160 10.0.0.141 - - [2026-05-07 03:35:47] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.074466 10.0.0.27 - - [2026-05-07 03:35:47] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001181 10.0.0.141 - - [2026-05-07 03:35:47] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.057578 10.0.0.141 - - [2026-05-07 03:35:48] "POST /neutron/network HTTP/1.1" 200 935 0.007161 10.0.0.141 - - [2026-05-07 03:35:48] "POST /neutron/port HTTP/1.1" 200 117 0.001404 10.0.0.27 - - [2026-05-07 03:35:49] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001192 10.0.0.141 - - [2026-05-07 03:35:49] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.053438 10.0.0.27 - - [2026-05-07 03:35:49] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001196 10.0.0.141 - - [2026-05-07 03:35:50] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.062086 10.0.0.27 - - [2026-05-07 03:35:52] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001548 10.0.0.141 - - [2026-05-07 03:35:52] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.060712 10.0.0.27 - - [2026-05-07 03:35:52] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002022 10.0.0.141 - - [2026-05-07 03:35:52] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.051167 10.0.0.27 - - [2026-05-07 03:35:54] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001482 10.0.0.141 - - [2026-05-07 03:35:54] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.056721 10.0.0.27 - - [2026-05-07 03:35:54] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001418 10.0.0.141 - - [2026-05-07 03:35:54] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.058933 10.0.0.27 - - [2026-05-07 03:35:56] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001207 10.0.0.141 - - [2026-05-07 03:35:56] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.048340 10.0.0.27 - - [2026-05-07 03:35:56] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001528 10.0.0.141 - - [2026-05-07 03:35:56] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.058887 10.0.0.27 - - [2026-05-07 03:35:58] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001696 10.0.0.141 - - [2026-05-07 03:35:58] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.046670 10.0.0.27 - - [2026-05-07 03:35:58] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001366 10.0.0.141 - - [2026-05-07 03:35:58] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.051871 10.0.0.27 - - [2026-05-07 03:36:00] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001229 10.0.0.141 - - [2026-05-07 03:36:00] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.073779 10.0.0.27 - - [2026-05-07 03:36:00] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001204 10.0.0.141 - - [2026-05-07 03:36:00] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.076779 10.0.0.27 - - [2026-05-07 03:36:02] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001018 10.0.0.141 - - [2026-05-07 03:36:02] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.053704 10.0.0.27 - - [2026-05-07 03:36:02] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001421 10.0.0.141 - - [2026-05-07 03:36:03] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.046283 10.0.0.27 - - [2026-05-07 03:36:05] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001107 10.0.0.141 - - [2026-05-07 03:36:05] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.058439 10.0.0.27 - - [2026-05-07 03:36:05] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001128 10.0.0.141 - - [2026-05-07 03:36:05] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.061943 10.0.0.141 - - [2026-05-07 03:36:06] "POST /neutron/port HTTP/1.1" 200 1105 0.021460 10.0.0.141 - - [2026-05-07 03:36:06] "POST /neutron/subnet HTTP/1.1" 200 689 0.010162 10.0.0.249 - - [2026-05-07 03:36:06] "GET /obj-perms HTTP/1.1" 200 5075 0.066922 10.0.0.27 - - [2026-05-07 03:36:06] "GET /obj-perms HTTP/1.1" 200 5075 0.064357 10.0.0.27 - - [2026-05-07 03:36:07] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001569 10.0.0.141 - - [2026-05-07 03:36:07] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.061622 10.0.0.27 - - [2026-05-07 03:36:07] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001826 10.0.0.141 - - [2026-05-07 03:36:07] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.046770 10.0.0.27 - - [2026-05-07 03:36:09] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001105 10.0.0.141 - - [2026-05-07 03:36:09] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.050294 10.0.0.27 - - [2026-05-07 03:36:09] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001203 10.0.0.141 - - [2026-05-07 03:36:09] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.039969 10.0.0.27 - - [2026-05-07 03:36:11] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001100 10.0.0.141 - - [2026-05-07 03:36:11] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.057467 10.0.0.27 - - [2026-05-07 03:36:11] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001471 10.0.0.141 - - [2026-05-07 03:36:11] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.049043 10.0.0.27 - - [2026-05-07 03:36:13] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001138 10.0.0.141 - - [2026-05-07 03:36:13] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.055511 10.0.0.27 - - [2026-05-07 03:36:13] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001261 10.0.0.141 - - [2026-05-07 03:36:13] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.064396 10.0.0.27 - - [2026-05-07 03:36:15] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001117 10.0.0.141 - - [2026-05-07 03:36:15] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.051517 10.0.0.27 - - [2026-05-07 03:36:15] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001170 10.0.0.141 - - [2026-05-07 03:36:15] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.052592 10.0.0.27 - - [2026-05-07 03:36:18] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001403 10.0.0.141 - - [2026-05-07 03:36:18] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.041364 10.0.0.27 - - [2026-05-07 03:36:18] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001114 10.0.0.141 - - [2026-05-07 03:36:18] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.053269 10.0.0.27 - - [2026-05-07 03:36:20] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001124 10.0.0.141 - - [2026-05-07 03:36:20] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.061610 10.0.0.27 - - [2026-05-07 03:36:20] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001030 10.0.0.141 - - [2026-05-07 03:36:20] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.058333 10.0.0.27 - - [2026-05-07 03:36:22] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001344 10.0.0.141 - - [2026-05-07 03:36:22] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.048847 10.0.0.27 - - [2026-05-07 03:36:22] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001612 10.0.0.141 - - [2026-05-07 03:36:22] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.057112 10.0.0.27 - - [2026-05-07 03:36:24] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001137 10.0.0.141 - - [2026-05-07 03:36:24] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.061421 10.0.0.27 - - [2026-05-07 03:36:24] "GET /projects?obj_uuids=717e25fd-ec05-4b8d-8913-5ce6d4ae47f3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001258 10.0.0.141 - - [2026-05-07 03:36:24] "GET /project/717e25fd-ec05-4b8d-8913-5ce6d4ae47f3?fields=virtual_networks HTTP/1.1" 200 1373 0.048173 10.0.0.141 - - [2026-05-07 03:36:25] "POST /fqname-to-id HTTP/1.1" 404 186 0.034577 10.0.0.27 - - [2026-05-07 03:36:25] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003956 10.0.0.27 - - [2026-05-07 03:36:25] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.27 - - [2026-05-07 03:36:25] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007574 10.0.0.27 - - [2026-05-07 03:36:25] "POST /id-to-fqname HTTP/1.1" 200 188 0.005704 10.0.0.27 - - [2026-05-07 03:36:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.013157 10.0.0.27 - - [2026-05-07 03:36:25] "POST /security-groups HTTP/1.1" 200 589 0.038285 10.0.0.27 - - [2026-05-07 03:36:25] "POST /projects HTTP/1.1" 200 581 0.282333 10.0.0.27 - - [2026-05-07 03:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.361601 10.0.0.249 - - [2026-05-07 03:36:25] "POST /access-control-lists HTTP/1.1" 200 594 0.038869 10.0.0.141 - - [2026-05-07 03:36:25] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.544993 10.0.0.141 - - [2026-05-07 03:36:26] "GET / HTTP/1.1" 200 35931 0.001566 10.0.0.27 - - [2026-05-07 03:36:26] "DELETE /project/b835f6d1c5914e2ba29585da29dccc7a HTTP/1.1" 404 173 0.003889 10.0.0.141 - - [2026-05-07 03:36:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000525 10.0.0.141 - - [2026-05-07 03:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.034781 10.0.0.27 - - [2026-05-07 03:36:29] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.141 - - [2026-05-07 03:36:29] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.057018 10.0.0.141 - - [2026-05-07 03:36:29] "POST /neutron/network HTTP/1.1" 200 117 0.055660 10.0.0.249 - - [2026-05-07 03:36:29] "POST /route-targets HTTP/1.1" 200 327 0.021742 10.0.0.141 - - [2026-05-07 03:36:29] "POST /neutron/network HTTP/1.1" 200 833 0.012198 10.0.0.141 - - [2026-05-07 03:36:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001974 10.0.0.141 - - [2026-05-07 03:36:30] "GET /virtual-network/2150be48-6d36-4a83-b44b-8d4457fde657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007323 10.0.0.141 - - [2026-05-07 03:36:30] "GET /virtual-network/2150be48-6d36-4a83-b44b-8d4457fde657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008590 10.0.0.141 - - [2026-05-07 03:36:30] "POST /neutron/subnet HTTP/1.1" 200 719 0.010804 10.0.0.141 - - [2026-05-07 03:36:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001808 10.0.0.27 - - [2026-05-07 03:36:31] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001421 10.0.0.141 - - [2026-05-07 03:36:31] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.087093 10.0.0.141 - - [2026-05-07 03:36:31] "POST /neutron/network HTTP/1.1" 200 833 0.048005 10.0.0.141 - - [2026-05-07 03:36:31] "POST /neutron/port HTTP/1.1" 200 117 0.007279 10.0.0.141 - - [2026-05-07 03:36:32] "POST /neutron/port HTTP/1.1" 200 1057 0.021226 10.0.0.141 - - [2026-05-07 03:36:32] "POST /neutron/port HTTP/1.1" 200 1121 0.024854 10.0.0.141 - - [2026-05-07 03:36:32] "POST /neutron/port HTTP/1.1" 200 117 0.001584 10.0.0.141 - - [2026-05-07 03:36:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012182 10.0.0.141 - - [2026-05-07 03:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005219 10.0.0.27 - - [2026-05-07 03:36:37] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001354 10.0.0.141 - - [2026-05-07 03:36:37] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.049223 10.0.0.141 - - [2026-05-07 03:36:37] "POST /neutron/network HTTP/1.1" 200 117 0.017733 10.0.0.249 - - [2026-05-07 03:36:37] "POST /ref-update HTTP/1.1" 200 156 0.032937 10.0.0.141 - - [2026-05-07 03:36:37] "POST /neutron/network HTTP/1.1" 200 830 0.010222 10.0.0.141 - - [2026-05-07 03:36:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001288 10.0.0.141 - - [2026-05-07 03:36:37] "GET /virtual-network/a97b7ea0-fda4-46f6-8cb0-9fb3e35c3b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005804 10.0.0.141 - - [2026-05-07 03:36:37] "GET /virtual-network/a97b7ea0-fda4-46f6-8cb0-9fb3e35c3b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006416 10.0.0.141 - - [2026-05-07 03:36:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.012089 10.0.0.141 - - [2026-05-07 03:36:38] "GET /virtual-network/a97b7ea0-fda4-46f6-8cb0-9fb3e35c3b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007214 10.0.0.141 - - [2026-05-07 03:36:38] "GET /obj-perms HTTP/1.1" 200 5045 0.064471 10.0.0.141 - - [2026-05-07 03:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.27 - - [2026-05-07 03:36:39] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002594 10.0.0.141 - - [2026-05-07 03:36:39] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.055663 10.0.0.27 - - [2026-05-07 03:36:40] "POST /useragent-kv HTTP/1.1" 200 115 0.013127 10.0.0.141 - - [2026-05-07 03:36:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.245598 10.0.0.141 - - [2026-05-07 03:36:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001399 10.0.0.141 - - [2026-05-07 03:36:40] "GET /virtual-network/2508c3e5-0fc2-47c5-a9e4-080d112b3e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006561 10.0.0.141 - - [2026-05-07 03:36:40] "GET /virtual-network/2508c3e5-0fc2-47c5-a9e4-080d112b3e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006831 10.0.0.141 - - [2026-05-07 03:36:40] "POST /neutron/network HTTP/1.1" 200 829 0.008760 10.0.0.141 - - [2026-05-07 03:36:40] "GET /virtual-network/2508c3e5-0fc2-47c5-a9e4-080d112b3e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007078 10.0.0.141 - - [2026-05-07 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005392 10.0.0.27 - - [2026-05-07 03:36:41] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001427 10.0.0.141 - - [2026-05-07 03:36:41] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050195 10.0.0.27 - - [2026-05-07 03:36:41] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.141 - - [2026-05-07 03:36:41] "POST /neutron/network HTTP/1.1" 200 615 0.159722 10.0.0.249 - - [2026-05-07 03:36:41] "POST /route-targets HTTP/1.1" 200 327 0.017575 10.0.0.141 - - [2026-05-07 03:36:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.005424 10.0.0.141 - - [2026-05-07 03:36:41] "GET /virtual-network/75e49a70-b699-4465-b026-9721a3bae40c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007414 10.0.0.141 - - [2026-05-07 03:36:41] "POST /neutron/network HTTP/1.1" 200 834 0.012562 10.0.0.141 - - [2026-05-07 03:36:41] "GET /virtual-network/75e49a70-b699-4465-b026-9721a3bae40c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007853 10.0.0.141 - - [2026-05-07 03:36:42] "GET /virtual-network/75e49a70-b699-4465-b026-9721a3bae40c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007775 10.0.0.249 - - [2026-05-07 03:36:42] "GET /obj-perms HTTP/1.1" 200 5045 0.069317 10.0.0.27 - - [2026-05-07 03:36:42] "GET /obj-perms HTTP/1.1" 200 5045 0.068111 10.0.0.141 - - [2026-05-07 03:36:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001448 10.0.0.141 - - [2026-05-07 03:36:42] "POST /neutron/port HTTP/1.1" 200 5150 0.060353 10.0.0.27 - - [2026-05-07 03:36:43] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.141 - - [2026-05-07 03:36:43] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.082288 10.0.0.141 - - [2026-05-07 03:36:43] "POST /neutron/network HTTP/1.1" 200 829 0.008214 10.0.0.141 - - [2026-05-07 03:36:44] "POST /neutron/port HTTP/1.1" 200 117 0.007438 10.0.0.141 - - [2026-05-07 03:36:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001729 10.0.0.141 - - [2026-05-07 03:36:44] "POST /neutron/network HTTP/1.1" 200 844 0.008505 10.0.0.141 - - [2026-05-07 03:36:45] "POST /neutron/port HTTP/1.1" 200 1055 0.028916 10.0.0.141 - - [2026-05-07 03:36:45] "POST /neutron/port HTTP/1.1" 200 1119 0.024259 10.0.0.141 - - [2026-05-07 03:36:45] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.27 - - [2026-05-07 03:36:45] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003419 10.0.0.141 - - [2026-05-07 03:36:45] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.113343 10.0.0.141 - - [2026-05-07 03:36:45] "POST /neutron/port HTTP/1.1" 200 6116 0.062004 10.0.0.141 - - [2026-05-07 03:36:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003881 10.0.0.141 - - [2026-05-07 03:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.27 - - [2026-05-07 03:36:46] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.141 - - [2026-05-07 03:36:46] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009204 10.0.0.141 - - [2026-05-07 03:36:46] "POST /service-templates HTTP/1.1" 200 543 0.039712 10.0.0.141 - - [2026-05-07 03:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.141 - - [2026-05-07 03:36:46] "GET /service-template/f8db7a6d-f6b8-4b18-b7b9-a99e783e3b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006967 10.0.0.141 - - [2026-05-07 03:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.141 - - [2026-05-07 03:36:46] "GET /service-template/f8db7a6d-f6b8-4b18-b7b9-a99e783e3b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007048 10.0.0.141 - - [2026-05-07 03:36:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.002309 10.0.0.141 - - [2026-05-07 03:36:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001466 10.0.0.141 - - [2026-05-07 03:36:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001329 10.0.0.141 - - [2026-05-07 03:36:46] "POST /neutron/network HTTP/1.1" 200 844 0.011069 10.0.0.141 - - [2026-05-07 03:36:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012721 10.0.0.141 - - [2026-05-07 03:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.141 - - [2026-05-07 03:36:47] "DELETE /service-template/f8db7a6d-f6b8-4b18-b7b9-a99e783e3b62 HTTP/1.1" 200 115 0.072498 10.0.0.141 - - [2026-05-07 03:36:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.005400 10.0.0.141 - - [2026-05-07 03:36:47] "POST /neutron/port HTTP/1.1" 200 1112 0.177476 10.0.0.141 - - [2026-05-07 03:36:47] "POST /neutron/port HTTP/1.1" 200 1122 0.025702 10.0.0.141 - - [2026-05-07 03:36:47] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.141 - - [2026-05-07 03:36:47] "POST /neutron/port HTTP/1.1" 200 1109 0.018874 10.0.0.141 - - [2026-05-07 03:36:48] "POST /neutron/port HTTP/1.1" 200 1216 0.043755 10.0.0.141 - - [2026-05-07 03:36:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004715 10.0.0.141 - - [2026-05-07 03:36:48] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.141 - - [2026-05-07 03:36:49] "POST /neutron/network HTTP/1.1" 200 834 0.010728 10.0.0.141 - - [2026-05-07 03:36:49] "POST /neutron/port HTTP/1.1" 200 151 0.236480 10.0.0.141 - - [2026-05-07 03:36:49] "POST /neutron/network HTTP/1.1" 200 117 0.013631 10.0.0.27 - - [2026-05-07 03:36:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005089 10.0.0.27 - - [2026-05-07 03:36:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003113 10.0.0.141 - - [2026-05-07 03:36:51] "POST /neutron/network HTTP/1.1" 200 151 0.161778 10.0.0.249 - - [2026-05-07 03:36:51] "DELETE /route-target/4c291ca2-ebda-45c5-923e-a321a1407996 HTTP/1.1" 200 115 0.032997 10.0.0.141 - - [2026-05-07 03:36:52] "POST /neutron/network HTTP/1.1" 200 830 0.011045 10.0.0.249 - - [2026-05-07 03:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005548 10.0.0.141 - - [2026-05-07 03:36:52] "POST /neutron/network HTTP/1.1" 400 204 0.020144 10.0.0.141 - - [2026-05-07 03:36:53] "POST /neutron/port HTTP/1.1" 200 151 0.209163 10.0.0.249 - - [2026-05-07 03:36:55] "DELETE /route-target/376da703-f7ae-45ae-9dde-6cd5c1af5050 HTTP/1.1" 200 115 0.029728 10.0.0.141 - - [2026-05-07 03:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888 10.0.0.27 - - [2026-05-07 03:36:57] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001678 10.0.0.141 - - [2026-05-07 03:36:57] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.069457 10.0.0.141 - - [2026-05-07 03:36:57] "POST /neutron/network HTTP/1.1" 200 117 0.045839 10.0.0.141 - - [2026-05-07 03:36:58] "POST /neutron/network HTTP/1.1" 200 831 0.014063 10.0.0.141 - - [2026-05-07 03:36:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001330 10.0.0.141 - - [2026-05-07 03:36:58] "GET /virtual-network/671e32c0-d173-4ad2-857e-14d7f8657030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006442 10.0.0.141 - - [2026-05-07 03:36:58] "GET /virtual-network/671e32c0-d173-4ad2-857e-14d7f8657030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006502 10.0.0.141 - - [2026-05-07 03:36:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.012995 10.0.0.141 - - [2026-05-07 03:36:58] "GET /virtual-network/671e32c0-d173-4ad2-857e-14d7f8657030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009142 10.0.0.141 - - [2026-05-07 03:36:58] "GET /obj-perms HTTP/1.1" 200 5045 0.003880 10.0.0.141 - - [2026-05-07 03:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2026-05-07 03:36:59] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001552 10.0.0.141 - - [2026-05-07 03:36:59] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.159136 10.0.0.249 - - [2026-05-07 03:36:59] "POST /route-targets HTTP/1.1" 200 327 0.015383 10.0.0.27 - - [2026-05-07 03:36:59] "POST /useragent-kv HTTP/1.1" 200 115 0.010238 10.0.0.141 - - [2026-05-07 03:36:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.245509 10.0.0.141 - - [2026-05-07 03:36:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001902 10.0.0.141 - - [2026-05-07 03:36:59] "GET /virtual-network/ae901377-5143-4153-bf62-94a64cd6aa07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008493 10.0.0.141 - - [2026-05-07 03:36:59] "GET /virtual-network/ae901377-5143-4153-bf62-94a64cd6aa07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006906 10.0.0.141 - - [2026-05-07 03:36:59] "POST /neutron/network HTTP/1.1" 200 834 0.008821 10.0.0.141 - - [2026-05-07 03:37:00] "GET /virtual-network/ae901377-5143-4153-bf62-94a64cd6aa07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006809 10.0.0.141 - - [2026-05-07 03:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.27 - - [2026-05-07 03:37:00] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.141 - - [2026-05-07 03:37:00] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.070005 10.0.0.27 - - [2026-05-07 03:37:00] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001690 10.0.0.141 - - [2026-05-07 03:37:00] "POST /neutron/network HTTP/1.1" 200 615 0.212370 10.0.0.249 - - [2026-05-07 03:37:01] "POST /ref-update HTTP/1.1" 200 156 0.029858 10.0.0.141 - - [2026-05-07 03:37:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.005389 10.0.0.141 - - [2026-05-07 03:37:01] "GET /virtual-network/83607af2-7ef9-4285-87dc-c1857cef2da1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006879 10.0.0.141 - - [2026-05-07 03:37:01] "POST /neutron/network HTTP/1.1" 200 835 0.009264 10.0.0.141 - - [2026-05-07 03:37:01] "GET /virtual-network/83607af2-7ef9-4285-87dc-c1857cef2da1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007138 10.0.0.141 - - [2026-05-07 03:37:01] "GET /virtual-network/83607af2-7ef9-4285-87dc-c1857cef2da1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009047 10.0.0.249 - - [2026-05-07 03:37:02] "GET /obj-perms HTTP/1.1" 200 5045 0.004737 10.0.0.27 - - [2026-05-07 03:37:02] "GET /obj-perms HTTP/1.1" 200 5045 0.004236 10.0.0.141 - - [2026-05-07 03:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.27 - - [2026-05-07 03:37:02] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002359 10.0.0.141 - - [2026-05-07 03:37:02] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.063522 10.0.0.141 - - [2026-05-07 03:37:02] "POST /neutron/network HTTP/1.1" 200 117 0.020819 10.0.0.141 - - [2026-05-07 03:37:02] "POST /neutron/network HTTP/1.1" 200 842 0.010636 10.0.0.141 - - [2026-05-07 03:37:02] "POST /id-to-fqname HTTP/1.1" 200 229 0.001311 10.0.0.141 - - [2026-05-07 03:37:02] "GET /virtual-network/b8e55321-7a9d-4ac4-ba6f-4e67c04af7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006717 10.0.0.141 - - [2026-05-07 03:37:02] "GET /virtual-network/b8e55321-7a9d-4ac4-ba6f-4e67c04af7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006356 10.0.0.141 - - [2026-05-07 03:37:02] "POST /neutron/subnet HTTP/1.1" 200 714 0.011600 10.0.0.141 - - [2026-05-07 03:37:03] "GET /virtual-network/b8e55321-7a9d-4ac4-ba6f-4e67c04af7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007544 10.0.0.141 - - [2026-05-07 03:37:03] "GET /obj-perms HTTP/1.1" 200 5045 0.003927 10.0.0.141 - - [2026-05-07 03:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005201 10.0.0.27 - - [2026-05-07 03:37:03] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001291 10.0.0.141 - - [2026-05-07 03:37:03] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.052024 10.0.0.249 - - [2026-05-07 03:37:03] "POST /route-targets HTTP/1.1" 200 327 0.021788 10.0.0.27 - - [2026-05-07 03:37:04] "POST /useragent-kv HTTP/1.1" 200 115 0.014745 10.0.0.141 - - [2026-05-07 03:37:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.291375 10.0.0.141 - - [2026-05-07 03:37:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.001833 10.0.0.141 - - [2026-05-07 03:37:04] "GET /virtual-network/87a19adf-3b36-4891-8db9-7549c21e8410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006952 10.0.0.141 - - [2026-05-07 03:37:04] "GET /virtual-network/87a19adf-3b36-4891-8db9-7549c21e8410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007107 10.0.0.141 - - [2026-05-07 03:37:04] "POST /neutron/network HTTP/1.1" 200 847 0.008430 10.0.0.141 - - [2026-05-07 03:37:04] "GET /virtual-network/87a19adf-3b36-4891-8db9-7549c21e8410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.008125 10.0.0.141 - - [2026-05-07 03:37:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001574 10.0.0.141 - - [2026-05-07 03:37:05] "POST /neutron/network HTTP/1.1" 200 844 0.008151 10.0.0.27 - - [2026-05-07 03:37:05] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003514 10.0.0.141 - - [2026-05-07 03:37:05] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.084956 10.0.0.141 - - [2026-05-07 03:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.007659 10.0.0.141 - - [2026-05-07 03:37:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001398 10.0.0.141 - - [2026-05-07 03:37:06] "POST /neutron/network HTTP/1.1" 200 844 0.009919 10.0.0.141 - - [2026-05-07 03:37:07] "POST /neutron/port HTTP/1.1" 200 1216 0.021699 10.0.0.141 - - [2026-05-07 03:37:07] "POST /neutron/port HTTP/1.1" 200 1060 0.025621 10.0.0.141 - - [2026-05-07 03:37:07] "POST /neutron/port HTTP/1.1" 200 1114 0.129377 10.0.0.141 - - [2026-05-07 03:37:07] "POST /neutron/port HTTP/1.1" 200 117 0.001881 10.0.0.141 - - [2026-05-07 03:37:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005247 10.0.0.141 - - [2026-05-07 03:37:07] "POST /neutron/network HTTP/1.1" 200 834 0.008052 10.0.0.27 - - [2026-05-07 03:37:07] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.063128 10.0.0.141 - - [2026-05-07 03:37:07] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.294553 10.0.0.249 - - [2026-05-07 03:37:07] "GET /obj-perms HTTP/1.1" 200 5075 0.153612 10.0.0.141 - - [2026-05-07 03:37:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011081 10.0.0.141 - - [2026-05-07 03:37:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.003732 10.0.0.141 - - [2026-05-07 03:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.27 - - [2026-05-07 03:37:08] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.141 - - [2026-05-07 03:37:08] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008993 10.0.0.141 - - [2026-05-07 03:37:08] "POST /service-templates HTTP/1.1" 200 543 0.050776 10.0.0.141 - - [2026-05-07 03:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.141 - - [2026-05-07 03:37:08] "GET /service-template/7943d929-943b-46fd-b652-7af89c97599e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007609 10.0.0.141 - - [2026-05-07 03:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.141 - - [2026-05-07 03:37:08] "GET /service-template/7943d929-943b-46fd-b652-7af89c97599e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004174 10.0.0.141 - - [2026-05-07 03:37:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001170 10.0.0.141 - - [2026-05-07 03:37:08] "POST /id-to-fqname HTTP/1.1" 200 229 0.001851 10.0.0.141 - - [2026-05-07 03:37:08] "POST /id-to-fqname HTTP/1.1" 200 230 0.001702 10.0.0.27 - - [2026-05-07 03:37:08] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001152 10.0.0.141 - - [2026-05-07 03:37:09] "POST /neutron/port HTTP/1.1" 200 1059 0.336998 10.0.0.141 - - [2026-05-07 03:37:09] "POST /neutron/port HTTP/1.1" 200 1059 0.017559 10.0.0.141 - - [2026-05-07 03:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.141 - - [2026-05-07 03:37:09] "DELETE /service-template/7943d929-943b-46fd-b652-7af89c97599e HTTP/1.1" 200 115 0.060174 10.0.0.141 - - [2026-05-07 03:37:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.010417 10.0.0.141 - - [2026-05-07 03:37:09] "POST /neutron/port HTTP/1.1" 200 1123 0.033413 10.0.0.141 - - [2026-05-07 03:37:09] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.27 - - [2026-05-07 03:37:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003292 10.0.0.27 - - [2026-05-07 03:37:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003276 10.0.0.141 - - [2026-05-07 03:37:09] "POST /neutron/network HTTP/1.1" 200 151 0.188311 10.0.0.249 - - [2026-05-07 03:37:09] "DELETE /route-target/21043ed3-eb6f-44d5-97bb-4ff28aa33943 HTTP/1.1" 200 115 0.030117 10.0.0.141 - - [2026-05-07 03:37:10] "POST /neutron/port HTTP/1.1" 200 1124 0.018899 10.0.0.141 - - [2026-05-07 03:37:10] "POST /neutron/network HTTP/1.1" 200 835 0.009640 10.0.0.141 - - [2026-05-07 03:37:11] "POST /neutron/port HTTP/1.1" 200 1113 0.034528 10.0.0.141 - - [2026-05-07 03:37:11] "POST /neutron/network HTTP/1.1" 200 2189 0.012069 10.0.0.141 - - [2026-05-07 03:37:12] "POST /neutron/network HTTP/1.1" 200 835 0.010888 10.0.0.249 - - [2026-05-07 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006216 10.0.0.27 - - [2026-05-07 03:37:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003466 10.0.0.27 - - [2026-05-07 03:37:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003651 10.0.0.141 - - [2026-05-07 03:37:13] "POST /neutron/network HTTP/1.1" 200 151 0.185009 10.0.0.249 - - [2026-05-07 03:37:13] "DELETE /route-target/c358fe83-6022-4d48-96fd-e4e2ca071b0f HTTP/1.1" 200 115 0.030029 10.0.0.27 - - [2026-05-07 03:37:15] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001576 10.0.0.141 - - [2026-05-07 03:37:15] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.112546 10.0.0.27 - - [2026-05-07 03:37:15] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001606 10.0.0.141 - - [2026-05-07 03:37:15] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?fields=virtual_networks HTTP/1.1" 200 1029 0.057647 10.0.0.27 - - [2026-05-07 03:37:15] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001278 10.0.0.141 - - [2026-05-07 03:37:15] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.060526 10.0.0.27 - - [2026-05-07 03:37:15] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001596 10.0.0.141 - - [2026-05-07 03:37:15] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?fields=security_groups HTTP/1.1" 200 1253 0.058511 10.0.0.141 - - [2026-05-07 03:37:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.042938 10.0.0.27 - - [2026-05-07 03:37:16] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004101 10.0.0.27 - - [2026-05-07 03:37:16] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001949 10.0.0.27 - - [2026-05-07 03:37:16] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048270 10.0.0.27 - - [2026-05-07 03:37:17] "POST /id-to-fqname HTTP/1.1" 200 188 0.004781 10.0.0.27 - - [2026-05-07 03:37:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.007359 10.0.0.27 - - [2026-05-07 03:37:17] "POST /security-groups HTTP/1.1" 200 589 0.040529 10.0.0.249 - - [2026-05-07 03:37:17] "POST /fqname-to-id HTTP/1.1" 404 232 0.003399 10.0.0.27 - - [2026-05-07 03:37:17] "POST /projects HTTP/1.1" 200 581 0.272312 10.0.0.27 - - [2026-05-07 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.378188 10.0.0.249 - - [2026-05-07 03:37:17] "POST /access-control-lists HTTP/1.1" 200 592 0.032215 10.0.0.141 - - [2026-05-07 03:37:17] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.597032 10.0.0.141 - - [2026-05-07 03:37:18] "GET / HTTP/1.1" 200 35931 0.002285 10.0.0.141 - - [2026-05-07 03:37:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000531 10.0.0.141 - - [2026-05-07 03:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.071486 10.0.0.27 - - [2026-05-07 03:37:20] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.141 - - [2026-05-07 03:37:20] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055530 10.0.0.141 - - [2026-05-07 03:37:20] "POST /neutron/network HTTP/1.1" 200 117 0.066521 10.0.0.141 - - [2026-05-07 03:37:21] "POST /neutron/network HTTP/1.1" 200 833 0.014257 10.0.0.141 - - [2026-05-07 03:37:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001503 10.0.0.141 - - [2026-05-07 03:37:21] "GET /virtual-network/f01af494-e23c-4ebd-ac76-eefa5b39ba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006984 10.0.0.141 - - [2026-05-07 03:37:21] "GET /virtual-network/f01af494-e23c-4ebd-ac76-eefa5b39ba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006827 10.0.0.141 - - [2026-05-07 03:37:21] "POST /neutron/subnet HTTP/1.1" 200 730 0.012088 10.0.0.141 - - [2026-05-07 03:37:22] "GET /virtual-network/f01af494-e23c-4ebd-ac76-eefa5b39ba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007692 10.0.0.141 - - [2026-05-07 03:37:23] "GET /obj-perms HTTP/1.1" 200 5045 0.064139 10.0.0.27 - - [2026-05-07 03:37:23] "GET /obj-perms HTTP/1.1" 200 5045 0.067323 10.0.0.141 - - [2026-05-07 03:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.27 - - [2026-05-07 03:37:23] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.141 - - [2026-05-07 03:37:23] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.063344 10.0.0.249 - - [2026-05-07 03:37:24] "POST /route-targets HTTP/1.1" 200 327 0.017103 10.0.0.27 - - [2026-05-07 03:37:24] "POST /useragent-kv HTTP/1.1" 200 115 0.013191 10.0.0.141 - - [2026-05-07 03:37:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.245139 10.0.0.141 - - [2026-05-07 03:37:24] "POST /id-to-fqname HTTP/1.1" 200 225 0.001658 10.0.0.141 - - [2026-05-07 03:37:24] "GET /virtual-network/715ce410-343e-4963-9159-3c67243b66d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006356 10.0.0.141 - - [2026-05-07 03:37:24] "GET /virtual-network/715ce410-343e-4963-9159-3c67243b66d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007820 10.0.0.141 - - [2026-05-07 03:37:24] "POST /neutron/network HTTP/1.1" 200 836 0.008923 10.0.0.141 - - [2026-05-07 03:37:24] "GET /virtual-network/715ce410-343e-4963-9159-3c67243b66d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008849 10.0.0.141 - - [2026-05-07 03:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.27 - - [2026-05-07 03:37:25] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.141 - - [2026-05-07 03:37:25] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053629 10.0.0.27 - - [2026-05-07 03:37:25] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003526 10.0.0.141 - - [2026-05-07 03:37:25] "POST /neutron/network HTTP/1.1" 200 619 0.127997 10.0.0.249 - - [2026-05-07 03:37:25] "POST /ref-update HTTP/1.1" 200 156 0.025769 10.0.0.141 - - [2026-05-07 03:37:26] "POST /id-to-fqname HTTP/1.1" 200 226 0.004405 10.0.0.141 - - [2026-05-07 03:37:26] "GET /virtual-network/727c06e9-f930-43bd-9eee-28a009715bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008617 10.0.0.141 - - [2026-05-07 03:37:26] "POST /neutron/network HTTP/1.1" 200 837 0.009367 10.0.0.141 - - [2026-05-07 03:37:26] "GET /virtual-network/727c06e9-f930-43bd-9eee-28a009715bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007448 10.0.0.141 - - [2026-05-07 03:37:26] "GET /virtual-network/727c06e9-f930-43bd-9eee-28a009715bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007514 10.0.0.249 - - [2026-05-07 03:37:27] "GET /obj-perms HTTP/1.1" 200 5045 0.107879 10.0.0.27 - - [2026-05-07 03:37:27] "DELETE /project/607aad7f52e4442ea97e55a1e387bef0 HTTP/1.1" 404 173 0.005125 10.0.0.27 - - [2026-05-07 03:37:27] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.27 - - [2026-05-07 03:37:27] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.060329 10.0.0.27 - - [2026-05-07 03:37:27] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.27 - - [2026-05-07 03:37:27] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?fields=security_groups HTTP/1.1" 200 1358 0.048084 10.0.0.141 - - [2026-05-07 03:37:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.001528 10.0.0.27 - - [2026-05-07 03:37:27] "DELETE /security-group/b0aef509-9df0-4a2a-929b-3b94d31fc4d3 HTTP/1.1" 200 115 0.074416 10.0.0.27 - - [2026-05-07 03:37:27] "GET /projects?obj_uuids=b835f6d1-c591-4e2b-a295-85da29dccc7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001405 10.0.0.27 - - [2026-05-07 03:37:27] "GET /project/b835f6d1-c591-4e2b-a295-85da29dccc7a?fields=application_policy_sets HTTP/1.1" 200 1397 0.092242 10.0.0.141 - - [2026-05-07 03:37:27] "POST /neutron/port HTTP/1.1" 200 4182 0.118402 10.0.0.27 - - [2026-05-07 03:37:27] "DELETE /project/b835f6d1-c591-4e2b-a295-85da29dccc7a HTTP/1.1" 200 115 0.522040 10.0.0.27 - - [2026-05-07 03:37:28] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001200 10.0.0.141 - - [2026-05-07 03:37:28] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.086826 10.0.0.141 - - [2026-05-07 03:37:28] "POST /neutron/port HTTP/1.1" 200 4182 0.052450 10.0.0.141 - - [2026-05-07 03:37:28] "POST /id-to-fqname HTTP/1.1" 200 226 0.002097 10.0.0.141 - - [2026-05-07 03:37:29] "POST /neutron/network HTTP/1.1" 200 847 0.014060 10.0.0.141 - - [2026-05-07 03:37:29] "POST /neutron/port HTTP/1.1" 200 1058 0.021322 10.0.0.27 - - [2026-05-07 03:37:29] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.141 - - [2026-05-07 03:37:29] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.115868 10.0.0.141 - - [2026-05-07 03:37:29] "POST /neutron/port HTTP/1.1" 200 1122 0.028038 10.0.0.141 - - [2026-05-07 03:37:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.013539 10.0.0.141 - - [2026-05-07 03:37:30] "POST /neutron/port HTTP/1.1" 200 5151 0.052039 10.0.0.141 - - [2026-05-07 03:37:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.004350 10.0.0.141 - - [2026-05-07 03:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.27 - - [2026-05-07 03:37:30] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001455 10.0.0.141 - - [2026-05-07 03:37:30] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009286 10.0.0.141 - - [2026-05-07 03:37:30] "POST /service-templates HTTP/1.1" 200 543 0.031060 10.0.0.141 - - [2026-05-07 03:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.141 - - [2026-05-07 03:37:30] "GET /service-template/fbeb26a9-ae5b-4ccf-8bd2-2b287133ba95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.009595 10.0.0.141 - - [2026-05-07 03:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.141 - - [2026-05-07 03:37:30] "POST /neutron/network HTTP/1.1" 200 847 0.010108 10.0.0.141 - - [2026-05-07 03:37:30] "GET /service-template/fbeb26a9-ae5b-4ccf-8bd2-2b287133ba95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006310 10.0.0.141 - - [2026-05-07 03:37:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.003001 10.0.0.141 - - [2026-05-07 03:37:30] "POST /id-to-fqname HTTP/1.1" 200 225 0.001511 10.0.0.141 - - [2026-05-07 03:37:30] "POST /id-to-fqname HTTP/1.1" 200 226 0.001528 10.0.0.141 - - [2026-05-07 03:37:31] "POST /neutron/port HTTP/1.1" 200 1057 0.020919 10.0.0.141 - - [2026-05-07 03:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.141 - - [2026-05-07 03:37:31] "POST /neutron/port HTTP/1.1" 200 1111 0.131565 10.0.0.141 - - [2026-05-07 03:37:31] "DELETE /service-template/fbeb26a9-ae5b-4ccf-8bd2-2b287133ba95 HTTP/1.1" 200 115 0.076932 10.0.0.141 - - [2026-05-07 03:37:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.006305 10.0.0.141 - - [2026-05-07 03:37:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.011443 10.0.0.141 - - [2026-05-07 03:37:31] "POST /neutron/network HTTP/1.1" 200 837 0.016346 10.0.0.141 - - [2026-05-07 03:37:32] "POST /neutron/port HTTP/1.1" 200 1112 0.017142 10.0.0.141 - - [2026-05-07 03:37:33] "POST /neutron/port HTTP/1.1" 200 1111 0.022295 10.0.0.141 - - [2026-05-07 03:37:33] "POST /neutron/network HTTP/1.1" 200 2195 0.012525 10.0.0.27 - - [2026-05-07 03:37:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003896 10.0.0.27 - - [2026-05-07 03:37:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003550 10.0.0.249 - - [2026-05-07 03:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.141 - - [2026-05-07 03:37:34] "POST /neutron/network HTTP/1.1" 200 151 0.232862 10.0.0.27 - - [2026-05-07 03:37:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003180 10.0.0.27 - - [2026-05-07 03:37:34] "POST /useragent-kv HTTP/1.1" 200 115 0.006185 10.0.0.141 - - [2026-05-07 03:37:34] "POST /neutron/network HTTP/1.1" 200 151 0.187534 10.0.0.249 - - [2026-05-07 03:37:34] "DELETE /route-target/b72e7b60-e22a-473b-92d3-5e3d2abb84da HTTP/1.1" 200 115 0.039948 10.0.0.141 - - [2026-05-07 03:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.27 - - [2026-05-07 03:37:37] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.141 - - [2026-05-07 03:37:37] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.048498 10.0.0.141 - - [2026-05-07 03:37:38] "POST /neutron/network HTTP/1.1" 200 117 0.015724 10.0.0.249 - - [2026-05-07 03:37:38] "POST /route-targets HTTP/1.1" 200 327 0.016201 10.0.0.141 - - [2026-05-07 03:37:38] "POST /neutron/network HTTP/1.1" 200 832 0.010829 10.0.0.141 - - [2026-05-07 03:37:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001438 10.0.0.141 - - [2026-05-07 03:37:38] "GET /virtual-network/6b715bfb-6a56-4773-89f2-01c4ee21197c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006669 10.0.0.141 - - [2026-05-07 03:37:38] "GET /virtual-network/6b715bfb-6a56-4773-89f2-01c4ee21197c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007012 10.0.0.141 - - [2026-05-07 03:37:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.011753 10.0.0.141 - - [2026-05-07 03:37:38] "GET /virtual-network/6b715bfb-6a56-4773-89f2-01c4ee21197c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007097 10.0.0.141 - - [2026-05-07 03:37:39] "GET /obj-perms HTTP/1.1" 200 5045 0.004391 10.0.0.27 - - [2026-05-07 03:37:39] "GET /obj-perms HTTP/1.1" 200 5045 0.005036 10.0.0.141 - - [2026-05-07 03:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005000 10.0.0.27 - - [2026-05-07 03:37:39] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002027 10.0.0.141 - - [2026-05-07 03:37:39] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.059588 10.0.0.249 - - [2026-05-07 03:37:39] "POST /ref-update HTTP/1.1" 200 156 0.033345 10.0.0.27 - - [2026-05-07 03:37:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006354 10.0.0.141 - - [2026-05-07 03:37:39] "POST /neutron/subnet HTTP/1.1" 200 734 0.262430 10.0.0.141 - - [2026-05-07 03:37:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001359 10.0.0.141 - - [2026-05-07 03:37:39] "GET /virtual-network/1b9f53b5-577b-4625-ba6a-373953242574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007887 10.0.0.141 - - [2026-05-07 03:37:39] "GET /virtual-network/1b9f53b5-577b-4625-ba6a-373953242574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006088 10.0.0.141 - - [2026-05-07 03:37:39] "POST /neutron/network HTTP/1.1" 200 834 0.009341 10.0.0.141 - - [2026-05-07 03:37:40] "GET /virtual-network/1b9f53b5-577b-4625-ba6a-373953242574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008168 10.0.0.141 - - [2026-05-07 03:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.27 - - [2026-05-07 03:37:40] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.141 - - [2026-05-07 03:37:40] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053223 10.0.0.27 - - [2026-05-07 03:37:40] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002085 10.0.0.141 - - [2026-05-07 03:37:40] "POST /neutron/network HTTP/1.1" 200 615 0.158567 10.0.0.141 - - [2026-05-07 03:37:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.004310 10.0.0.141 - - [2026-05-07 03:37:41] "GET /virtual-network/73863bce-a347-4bfb-a083-5f213f9a052f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006302 10.0.0.141 - - [2026-05-07 03:37:41] "POST /neutron/network HTTP/1.1" 200 833 0.008768 10.0.0.141 - - [2026-05-07 03:37:41] "GET /virtual-network/73863bce-a347-4bfb-a083-5f213f9a052f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006561 10.0.0.141 - - [2026-05-07 03:37:41] "GET /virtual-network/73863bce-a347-4bfb-a083-5f213f9a052f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006829 10.0.0.249 - - [2026-05-07 03:37:41] "GET /obj-perms HTTP/1.1" 200 5045 0.004031 10.0.0.141 - - [2026-05-07 03:37:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.002058 10.0.0.141 - - [2026-05-07 03:37:41] "POST /neutron/port HTTP/1.1" 200 4182 0.036467 10.0.0.27 - - [2026-05-07 03:37:42] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.141 - - [2026-05-07 03:37:42] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.083881 10.0.0.141 - - [2026-05-07 03:37:42] "POST /neutron/port HTTP/1.1" 200 4182 0.057724 10.0.0.141 - - [2026-05-07 03:37:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.002439 10.0.0.141 - - [2026-05-07 03:37:43] "POST /neutron/network HTTP/1.1" 200 843 0.010099 10.0.0.141 - - [2026-05-07 03:37:43] "POST /neutron/port HTTP/1.1" 200 1060 0.023283 10.0.0.141 - - [2026-05-07 03:37:44] "POST /neutron/port HTTP/1.1" 200 1124 0.025271 10.0.0.141 - - [2026-05-07 03:37:44] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.27 - - [2026-05-07 03:37:44] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.141 - - [2026-05-07 03:37:44] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.107322 10.0.0.141 - - [2026-05-07 03:37:44] "POST /neutron/port HTTP/1.1" 200 5153 0.074606 10.0.0.141 - - [2026-05-07 03:37:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.004178 10.0.0.141 - - [2026-05-07 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.27 - - [2026-05-07 03:37:44] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.141 - - [2026-05-07 03:37:44] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009055 10.0.0.141 - - [2026-05-07 03:37:44] "POST /service-templates HTTP/1.1" 200 543 0.044700 10.0.0.141 - - [2026-05-07 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005834 10.0.0.141 - - [2026-05-07 03:37:44] "POST /neutron/network HTTP/1.1" 200 843 0.010353 10.0.0.141 - - [2026-05-07 03:37:44] "GET /service-template/24ba7587-3d97-4561-898c-59a70d3d0702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.010164 10.0.0.141 - - [2026-05-07 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005536 10.0.0.141 - - [2026-05-07 03:37:44] "GET /service-template/24ba7587-3d97-4561-898c-59a70d3d0702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.018789 10.0.0.141 - - [2026-05-07 03:37:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.002887 10.0.0.141 - - [2026-05-07 03:37:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001832 10.0.0.141 - - [2026-05-07 03:37:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001639 10.0.0.141 - - [2026-05-07 03:37:45] "POST /neutron/port HTTP/1.1" 200 1057 0.033853 10.0.0.141 - - [2026-05-07 03:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.141 - - [2026-05-07 03:37:45] "DELETE /service-template/24ba7587-3d97-4561-898c-59a70d3d0702 HTTP/1.1" 200 115 0.047403 10.0.0.141 - - [2026-05-07 03:37:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.004152 10.0.0.141 - - [2026-05-07 03:37:45] "POST /neutron/port HTTP/1.1" 200 1111 0.139094 10.0.0.141 - - [2026-05-07 03:37:45] "POST /neutron/subnet HTTP/1.1" 200 693 0.016175 10.0.0.141 - - [2026-05-07 03:37:45] "POST /neutron/network HTTP/1.1" 400 204 0.021836 10.0.0.141 - - [2026-05-07 03:37:46] "POST /neutron/port HTTP/1.1" 200 1114 0.018770 10.0.0.141 - - [2026-05-07 03:37:47] "POST /neutron/port HTTP/1.1" 200 1111 0.026376 10.0.0.141 - - [2026-05-07 03:37:47] "POST /neutron/network HTTP/1.1" 200 2188 0.011647 10.0.0.27 - - [2026-05-07 03:37:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004590 10.0.0.249 - - [2026-05-07 03:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.27 - - [2026-05-07 03:37:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004713 10.0.0.141 - - [2026-05-07 03:37:47] "POST /neutron/network HTTP/1.1" 200 151 0.152457 10.0.0.27 - - [2026-05-07 03:37:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006121 10.0.0.27 - - [2026-05-07 03:37:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003030 10.0.0.141 - - [2026-05-07 03:37:48] "POST /neutron/network HTTP/1.1" 200 151 0.170515 10.0.0.249 - - [2026-05-07 03:37:48] "DELETE /route-target/51d63e43-2514-4ef9-87ac-424d390f6c1e HTTP/1.1" 200 115 0.030632 10.0.0.141 - - [2026-05-07 03:37:50] "POST /neutron/port HTTP/1.1" 200 1105 0.027815 10.0.0.141 - - [2026-05-07 03:37:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004758 10.0.0.141 - - [2026-05-07 03:37:50] "POST /neutron/network HTTP/1.1" 200 925 0.008165 10.0.0.27 - - [2026-05-07 03:37:50] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001564 10.0.0.141 - - [2026-05-07 03:37:50] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.060034 10.0.0.27 - - [2026-05-07 03:37:50] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002239 10.0.0.141 - - [2026-05-07 03:37:50] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?fields=virtual_networks HTTP/1.1" 200 1028 0.084371 10.0.0.27 - - [2026-05-07 03:37:50] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001321 10.0.0.141 - - [2026-05-07 03:37:50] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.075464 10.0.0.27 - - [2026-05-07 03:37:50] "GET /projects?obj_uuids=607aad7f-52e4-442e-a97e-55a1e387bef0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001266 10.0.0.141 - - [2026-05-07 03:37:50] "GET /project/607aad7f-52e4-442e-a97e-55a1e387bef0?fields=security_groups HTTP/1.1" 200 1252 0.061702 10.0.0.141 - - [2026-05-07 03:37:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.037447 10.0.0.27 - - [2026-05-07 03:37:51] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.009696 10.0.0.27 - - [2026-05-07 03:37:51] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.27 - - [2026-05-07 03:37:51] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007638 10.0.0.27 - - [2026-05-07 03:37:52] "POST /id-to-fqname HTTP/1.1" 200 186 0.004097 10.0.0.27 - - [2026-05-07 03:37:52] "POST /fqname-to-id HTTP/1.1" 404 195 0.009035 10.0.0.27 - - [2026-05-07 03:37:52] "POST /security-groups HTTP/1.1" 200 587 0.046706 10.0.0.249 - - [2026-05-07 03:37:52] "POST /fqname-to-id HTTP/1.1" 404 230 0.004420 10.0.0.27 - - [2026-05-07 03:37:52] "POST /projects HTTP/1.1" 200 577 0.295099 10.0.0.27 - - [2026-05-07 03:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.339135 10.0.0.141 - - [2026-05-07 03:37:52] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.530235 10.0.0.249 - - [2026-05-07 03:37:52] "POST /access-control-lists HTTP/1.1" 200 590 0.083069 10.0.0.141 - - [2026-05-07 03:37:53] "GET / HTTP/1.1" 200 35931 0.003251 10.0.0.141 - - [2026-05-07 03:37:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000718 10.0.0.141 - - [2026-05-07 03:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.077685 10.0.0.27 - - [2026-05-07 03:37:56] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001127 10.0.0.141 - - [2026-05-07 03:37:56] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.053773 10.0.0.27 - - [2026-05-07 03:37:56] "POST /useragent-kv HTTP/1.1" 200 115 0.007256 10.0.0.141 - - [2026-05-07 03:37:56] "POST /neutron/subnet HTTP/1.1" 200 730 0.351212 10.0.0.141 - - [2026-05-07 03:37:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001479 10.0.0.141 - - [2026-05-07 03:37:57] "GET /virtual-network/57186f8a-4412-41bf-a990-3616d78f8579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005945 10.0.0.141 - - [2026-05-07 03:37:57] "GET /virtual-network/57186f8a-4412-41bf-a990-3616d78f8579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008734 10.0.0.141 - - [2026-05-07 03:37:57] "POST /neutron/network HTTP/1.1" 200 831 0.007938 10.0.0.141 - - [2026-05-07 03:37:57] "GET /virtual-network/57186f8a-4412-41bf-a990-3616d78f8579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006725 10.0.0.141 - - [2026-05-07 03:37:58] "GET /obj-perms HTTP/1.1" 200 5041 0.086704 10.0.0.27 - - [2026-05-07 03:37:59] "GET /obj-perms HTTP/1.1" 200 5041 0.068542 10.0.0.141 - - [2026-05-07 03:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005581 10.0.0.27 - - [2026-05-07 03:37:59] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001562 10.0.0.141 - - [2026-05-07 03:37:59] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.053885 10.0.0.27 - - [2026-05-07 03:37:59] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001203 10.0.0.141 - - [2026-05-07 03:37:59] "POST /neutron/network HTTP/1.1" 200 611 0.190533 10.0.0.249 - - [2026-05-07 03:37:59] "POST /route-targets HTTP/1.1" 200 327 0.018550 10.0.0.141 - - [2026-05-07 03:38:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.004661 10.0.0.141 - - [2026-05-07 03:38:00] "GET /virtual-network/1b1cbe75-8554-4df5-a3d2-5b8672b3d93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007062 10.0.0.141 - - [2026-05-07 03:38:00] "POST /neutron/network HTTP/1.1" 200 830 0.007731 10.0.0.141 - - [2026-05-07 03:38:00] "GET /virtual-network/1b1cbe75-8554-4df5-a3d2-5b8672b3d93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007124 10.0.0.141 - - [2026-05-07 03:38:00] "GET /virtual-network/1b1cbe75-8554-4df5-a3d2-5b8672b3d93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007243 10.0.0.141 - - [2026-05-07 03:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007255 10.0.0.27 - - [2026-05-07 03:38:01] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001587 10.0.0.141 - - [2026-05-07 03:38:01] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.061575 10.0.0.141 - - [2026-05-07 03:38:01] "POST /neutron/network HTTP/1.1" 200 117 0.022583 10.0.0.249 - - [2026-05-07 03:38:01] "POST /ref-update HTTP/1.1" 200 156 0.037426 10.0.0.141 - - [2026-05-07 03:38:01] "POST /neutron/network HTTP/1.1" 200 832 0.015913 10.0.0.141 - - [2026-05-07 03:38:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001429 10.0.0.141 - - [2026-05-07 03:38:01] "GET /virtual-network/015fd679-6b31-4dc5-9329-feebbf9f6233?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009629 10.0.0.141 - - [2026-05-07 03:38:01] "GET /virtual-network/015fd679-6b31-4dc5-9329-feebbf9f6233?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006977 10.0.0.141 - - [2026-05-07 03:38:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.015252 10.0.0.141 - - [2026-05-07 03:38:02] "GET /virtual-network/015fd679-6b31-4dc5-9329-feebbf9f6233?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006526 10.0.0.249 - - [2026-05-07 03:38:02] "GET /obj-perms HTTP/1.1" 200 5041 0.075177 10.0.0.141 - - [2026-05-07 03:38:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001868 10.0.0.27 - - [2026-05-07 03:38:03] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001222 10.0.0.141 - - [2026-05-07 03:38:04] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.081160 10.0.0.141 - - [2026-05-07 03:38:04] "POST /neutron/network HTTP/1.1" 200 830 0.007689 10.0.0.141 - - [2026-05-07 03:38:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001608 10.0.0.141 - - [2026-05-07 03:38:04] "POST /neutron/port HTTP/1.1" 200 4182 0.046877 10.0.0.27 - - [2026-05-07 03:38:04] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001110 10.0.0.141 - - [2026-05-07 03:38:05] "POST /neutron/port HTTP/1.1" 200 1056 0.444877 10.0.0.141 - - [2026-05-07 03:38:05] "POST /neutron/port HTTP/1.1" 200 1110 0.123083 10.0.0.27 - - [2026-05-07 03:38:05] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001145 10.0.0.141 - - [2026-05-07 03:38:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.009467 10.0.0.141 - - [2026-05-07 03:38:05] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.100363 10.0.0.141 - - [2026-05-07 03:38:05] "POST /neutron/network HTTP/1.1" 200 830 0.007722 10.0.0.141 - - [2026-05-07 03:38:06] "POST /neutron/port HTTP/1.1" 200 117 0.008343 10.0.0.141 - - [2026-05-07 03:38:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003844 10.0.0.141 - - [2026-05-07 03:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.27 - - [2026-05-07 03:38:06] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001621 10.0.0.141 - - [2026-05-07 03:38:06] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009632 10.0.0.141 - - [2026-05-07 03:38:06] "POST /service-templates HTTP/1.1" 200 543 0.052490 10.0.0.141 - - [2026-05-07 03:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.141 - - [2026-05-07 03:38:06] "GET /service-template/e0a25466-cdd7-45b6-a998-6b996cb2f515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.008227 10.0.0.141 - - [2026-05-07 03:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.141 - - [2026-05-07 03:38:06] "GET /service-template/e0a25466-cdd7-45b6-a998-6b996cb2f515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004930 10.0.0.141 - - [2026-05-07 03:38:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001420 10.0.0.141 - - [2026-05-07 03:38:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001433 10.0.0.141 - - [2026-05-07 03:38:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001786 10.0.0.141 - - [2026-05-07 03:38:06] "POST /neutron/port HTTP/1.1" 200 5978 0.116854 10.0.0.141 - - [2026-05-07 03:38:06] "POST /neutron/port HTTP/1.1" 200 1056 0.025132 10.0.0.141 - - [2026-05-07 03:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.141 - - [2026-05-07 03:38:07] "DELETE /service-template/e0a25466-cdd7-45b6-a998-6b996cb2f515 HTTP/1.1" 200 115 0.054407 10.0.0.141 - - [2026-05-07 03:38:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.010100 10.0.0.141 - - [2026-05-07 03:38:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005163 10.0.0.141 - - [2026-05-07 03:38:07] "POST /neutron/network HTTP/1.1" 200 832 0.009260 10.0.0.141 - - [2026-05-07 03:38:07] "POST /neutron/port HTTP/1.1" 200 1120 0.020980 10.0.0.141 - - [2026-05-07 03:38:08] "POST /neutron/port HTTP/1.1" 200 1105 0.021725 10.0.0.141 - - [2026-05-07 03:38:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016849 10.0.0.141 - - [2026-05-07 03:38:08] "POST /neutron/network HTTP/1.1" 200 925 0.015168 10.0.0.27 - - [2026-05-07 03:38:08] "GET /obj-perms HTTP/1.1" 200 5075 0.136040 10.0.0.141 - - [2026-05-07 03:38:09] "GET /obj-perms HTTP/1.1" 200 5075 0.085667 10.0.0.141 - - [2026-05-07 03:38:09] "POST /neutron/port HTTP/1.1" 200 151 0.234807 10.0.0.141 - - [2026-05-07 03:38:09] "POST /neutron/port HTTP/1.1" 200 117 0.012223 10.0.0.141 - - [2026-05-07 03:38:09] "POST /neutron/network HTTP/1.1" 200 830 0.007876 10.0.0.249 - - [2026-05-07 03:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007293 10.0.0.141 - - [2026-05-07 03:38:10] "POST /neutron/network HTTP/1.1" 200 831 0.008675 10.0.0.249 - - [2026-05-07 03:38:10] "DELETE /route-target/10c7ab22-cc11-43b3-91b2-e2548e80aaf9 HTTP/1.1" 200 115 0.036835 10.0.0.141 - - [2026-05-07 03:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005067 10.0.0.27 - - [2026-05-07 03:38:13] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001267 10.0.0.141 - - [2026-05-07 03:38:13] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.078859 10.0.0.27 - - [2026-05-07 03:38:13] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001966 10.0.0.141 - - [2026-05-07 03:38:14] "POST /neutron/network HTTP/1.1" 200 611 0.179600 10.0.0.141 - - [2026-05-07 03:38:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.004092 10.0.0.141 - - [2026-05-07 03:38:14] "GET /virtual-network/6c33af23-97d2-4d35-8e23-03317d832846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007112 10.0.0.141 - - [2026-05-07 03:38:14] "POST /neutron/network HTTP/1.1" 200 826 0.010870 10.0.0.141 - - [2026-05-07 03:38:14] "GET /virtual-network/6c33af23-97d2-4d35-8e23-03317d832846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006686 10.0.0.141 - - [2026-05-07 03:38:14] "GET /virtual-network/6c33af23-97d2-4d35-8e23-03317d832846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006492 10.0.0.141 - - [2026-05-07 03:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.27 - - [2026-05-07 03:38:15] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001132 10.0.0.141 - - [2026-05-07 03:38:15] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.067878 10.0.0.141 - - [2026-05-07 03:38:15] "POST /neutron/network HTTP/1.1" 200 117 0.021231 10.0.0.249 - - [2026-05-07 03:38:15] "POST /route-targets HTTP/1.1" 200 327 0.018295 10.0.0.141 - - [2026-05-07 03:38:15] "POST /neutron/network HTTP/1.1" 200 827 0.016531 10.0.0.141 - - [2026-05-07 03:38:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.002128 10.0.0.141 - - [2026-05-07 03:38:15] "GET /virtual-network/8464eba6-cb75-4f86-a6a2-3e1c54df0951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007122 10.0.0.141 - - [2026-05-07 03:38:16] "GET /virtual-network/8464eba6-cb75-4f86-a6a2-3e1c54df0951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006675 10.0.0.141 - - [2026-05-07 03:38:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.011684 10.0.0.141 - - [2026-05-07 03:38:16] "GET /virtual-network/8464eba6-cb75-4f86-a6a2-3e1c54df0951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007355 10.0.0.141 - - [2026-05-07 03:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.27 - - [2026-05-07 03:38:16] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001129 10.0.0.141 - - [2026-05-07 03:38:16] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.048793 10.0.0.249 - - [2026-05-07 03:38:17] "POST /ref-update HTTP/1.1" 200 156 0.038653 10.0.0.27 - - [2026-05-07 03:38:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009102 10.0.0.141 - - [2026-05-07 03:38:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.286022 10.0.0.141 - - [2026-05-07 03:38:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001559 10.0.0.141 - - [2026-05-07 03:38:17] "GET /virtual-network/f6bfdd0e-2cb2-4778-8650-113fdb9a441e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005758 10.0.0.141 - - [2026-05-07 03:38:17] "GET /virtual-network/f6bfdd0e-2cb2-4778-8650-113fdb9a441e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007632 10.0.0.141 - - [2026-05-07 03:38:17] "POST /neutron/network HTTP/1.1" 200 834 0.007531 10.0.0.141 - - [2026-05-07 03:38:17] "GET /virtual-network/f6bfdd0e-2cb2-4778-8650-113fdb9a441e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006982 10.0.0.141 - - [2026-05-07 03:38:18] "GET /obj-perms HTTP/1.1" 200 5041 0.004375 10.0.0.249 - - [2026-05-07 03:38:18] "GET /obj-perms HTTP/1.1" 200 5041 0.004849 10.0.0.27 - - [2026-05-07 03:38:18] "GET /obj-perms HTTP/1.1" 200 5041 0.004539 10.0.0.141 - - [2026-05-07 03:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.27 - - [2026-05-07 03:38:18] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001101 10.0.0.141 - - [2026-05-07 03:38:18] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.053759 10.0.0.27 - - [2026-05-07 03:38:18] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001280 10.0.0.141 - - [2026-05-07 03:38:18] "POST /neutron/network HTTP/1.1" 200 623 0.176462 10.0.0.141 - - [2026-05-07 03:38:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.003939 10.0.0.141 - - [2026-05-07 03:38:18] "GET /virtual-network/8a289d05-68af-4162-853b-fed729f06172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007377 10.0.0.141 - - [2026-05-07 03:38:18] "POST /neutron/network HTTP/1.1" 200 844 0.008662 10.0.0.141 - - [2026-05-07 03:38:18] "GET /virtual-network/8a289d05-68af-4162-853b-fed729f06172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007062 10.0.0.141 - - [2026-05-07 03:38:19] "GET /virtual-network/8a289d05-68af-4162-853b-fed729f06172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006755 10.0.0.141 - - [2026-05-07 03:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.27 - - [2026-05-07 03:38:19] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001115 10.0.0.141 - - [2026-05-07 03:38:19] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.064364 10.0.0.141 - - [2026-05-07 03:38:19] "POST /neutron/network HTTP/1.1" 200 117 0.021603 10.0.0.249 - - [2026-05-07 03:38:20] "POST /route-targets HTTP/1.1" 200 327 0.019174 10.0.0.141 - - [2026-05-07 03:38:20] "POST /neutron/network HTTP/1.1" 200 843 0.014325 10.0.0.141 - - [2026-05-07 03:38:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001440 10.0.0.141 - - [2026-05-07 03:38:20] "GET /virtual-network/fdba0312-540d-4df5-a660-7da313b44d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006390 10.0.0.141 - - [2026-05-07 03:38:20] "GET /virtual-network/fdba0312-540d-4df5-a660-7da313b44d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007656 10.0.0.141 - - [2026-05-07 03:38:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.011563 10.0.0.141 - - [2026-05-07 03:38:20] "GET /virtual-network/fdba0312-540d-4df5-a660-7da313b44d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006624 10.0.0.141 - - [2026-05-07 03:38:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001652 10.0.0.249 - - [2026-05-07 03:38:22] "DELETE /access-control-list/bfcd5acb-ad18-41d5-b233-96424d0e1d3f HTTP/1.1" 200 115 0.044071 10.0.0.27 - - [2026-05-07 03:38:22] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001226 10.0.0.141 - - [2026-05-07 03:38:22] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.124409 10.0.0.141 - - [2026-05-07 03:38:22] "POST /neutron/network HTTP/1.1" 200 827 0.023705 10.0.0.141 - - [2026-05-07 03:38:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001459 10.0.0.141 - - [2026-05-07 03:38:23] "POST /neutron/port HTTP/1.1" 200 4182 0.046568 10.0.0.27 - - [2026-05-07 03:38:23] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001099 10.0.0.141 - - [2026-05-07 03:38:23] "POST /neutron/port HTTP/1.1" 200 1053 0.353612 10.0.0.141 - - [2026-05-07 03:38:23] "POST /neutron/port HTTP/1.1" 200 1107 0.116023 10.0.0.141 - - [2026-05-07 03:38:24] "POST /neutron/subnet HTTP/1.1" 200 684 0.011391 10.0.0.27 - - [2026-05-07 03:38:24] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001501 10.0.0.141 - - [2026-05-07 03:38:24] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.083830 10.0.0.141 - - [2026-05-07 03:38:24] "POST /neutron/network HTTP/1.1" 200 834 0.007957 10.0.0.141 - - [2026-05-07 03:38:24] "POST /neutron/port HTTP/1.1" 200 117 0.007821 10.0.0.141 - - [2026-05-07 03:38:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.003759 10.0.0.141 - - [2026-05-07 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.27 - - [2026-05-07 03:38:24] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460 10.0.0.141 - - [2026-05-07 03:38:24] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009068 10.0.0.141 - - [2026-05-07 03:38:25] "POST /service-templates HTTP/1.1" 200 543 0.056019 10.0.0.141 - - [2026-05-07 03:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.141 - - [2026-05-07 03:38:25] "GET /service-template/705dffb5-ed85-4ee4-a11c-65e0074747d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.009932 10.0.0.141 - - [2026-05-07 03:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005283 10.0.0.141 - - [2026-05-07 03:38:25] "GET /service-template/705dffb5-ed85-4ee4-a11c-65e0074747d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005458 10.0.0.141 - - [2026-05-07 03:38:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001356 10.0.0.141 - - [2026-05-07 03:38:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001455 10.0.0.141 - - [2026-05-07 03:38:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001828 10.0.0.141 - - [2026-05-07 03:38:25] "POST /neutron/port HTTP/1.1" 200 5146 0.120398 10.0.0.141 - - [2026-05-07 03:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008551 10.0.0.141 - - [2026-05-07 03:38:25] "DELETE /service-template/705dffb5-ed85-4ee4-a11c-65e0074747d2 HTTP/1.1" 200 115 0.037617 10.0.0.141 - - [2026-05-07 03:38:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.004469 10.0.0.141 - - [2026-05-07 03:38:25] "POST /neutron/port HTTP/1.1" 200 1058 0.025464 10.0.0.141 - - [2026-05-07 03:38:26] "POST /neutron/subnet HTTP/1.1" 200 708 0.025523 10.0.0.27 - - [2026-05-07 03:38:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005799 10.0.0.27 - - [2026-05-07 03:38:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007460 10.0.0.141 - - [2026-05-07 03:38:26] "POST /neutron/network HTTP/1.1" 200 151 0.161050 10.0.0.141 - - [2026-05-07 03:38:26] "POST /neutron/network HTTP/1.1" 200 844 0.012476 10.0.0.141 - - [2026-05-07 03:38:26] "POST /neutron/port HTTP/1.1" 200 1107 0.021523 10.0.0.249 - - [2026-05-07 03:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.141 - - [2026-05-07 03:38:27] "POST /neutron/network HTTP/1.1" 400 204 0.018267 10.0.0.27 - - [2026-05-07 03:38:27] "DELETE /project/607aad7f-52e4-442e-a97e-55a1e387bef0 HTTP/1.1" 404 177 0.005224 10.0.0.27 - - [2026-05-07 03:38:27] "DELETE /project/0403ddb273fc4674ab6cb360ed6b89ed HTTP/1.1" 404 173 0.004072 10.0.0.141 - - [2026-05-07 03:38:28] "POST /neutron/port HTTP/1.1" 200 151 0.247497 10.0.0.141 - - [2026-05-07 03:38:28] "POST /neutron/network HTTP/1.1" 200 117 0.016110 10.0.0.27 - - [2026-05-07 03:38:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004696 10.0.0.27 - - [2026-05-07 03:38:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004268 10.0.0.141 - - [2026-05-07 03:38:29] "POST /neutron/network HTTP/1.1" 200 151 0.178055 10.0.0.249 - - [2026-05-07 03:38:29] "DELETE /route-target/41b3c978-e93d-4c92-861b-5a4edabd091c HTTP/1.1" 200 115 0.031983 10.0.0.141 - - [2026-05-07 03:38:30] "POST /neutron/network HTTP/1.1" 200 826 0.008233 10.0.0.249 - - [2026-05-07 03:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005219 10.0.0.27 - - [2026-05-07 03:38:32] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001292 10.0.0.141 - - [2026-05-07 03:38:32] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.046793 10.0.0.27 - - [2026-05-07 03:38:32] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001185 10.0.0.141 - - [2026-05-07 03:38:32] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?fields=virtual_networks HTTP/1.1" 200 1023 0.050591 10.0.0.27 - - [2026-05-07 03:38:32] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001108 10.0.0.141 - - [2026-05-07 03:38:32] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.065470 10.0.0.27 - - [2026-05-07 03:38:32] "GET /projects?obj_uuids=0403ddb2-73fc-4674-ab6c-b360ed6b89ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002359 10.0.0.141 - - [2026-05-07 03:38:32] "GET /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed?fields=security_groups HTTP/1.1" 200 1245 0.065868 10.0.0.141 - - [2026-05-07 03:38:33] "POST /fqname-to-id HTTP/1.1" 404 190 0.040057 10.0.0.27 - - [2026-05-07 03:38:33] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003582 10.0.0.27 - - [2026-05-07 03:38:33] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.27 - - [2026-05-07 03:38:33] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009314 10.0.0.27 - - [2026-05-07 03:38:33] "POST /id-to-fqname HTTP/1.1" 200 192 0.003716 10.0.0.27 - - [2026-05-07 03:38:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.009503 10.0.0.27 - - [2026-05-07 03:38:33] "POST /security-groups HTTP/1.1" 200 593 0.086221 10.0.0.27 - - [2026-05-07 03:38:33] "POST /projects HTTP/1.1" 200 589 0.344649 10.0.0.27 - - [2026-05-07 03:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.381540 10.0.0.249 - - [2026-05-07 03:38:33] "POST /access-control-lists HTTP/1.1" 200 598 0.045132 10.0.0.141 - - [2026-05-07 03:38:34] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.564589 10.0.0.141 - - [2026-05-07 03:38:35] "GET / HTTP/1.1" 200 35931 0.001656 10.0.0.141 - - [2026-05-07 03:38:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.001456 10.0.0.141 - - [2026-05-07 03:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.086602 10.0.0.27 - - [2026-05-07 03:38:37] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001247 10.0.0.141 - - [2026-05-07 03:38:37] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056837 10.0.0.27 - - [2026-05-07 03:38:37] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001107 10.0.0.141 - - [2026-05-07 03:38:38] "POST /neutron/network HTTP/1.1" 200 611 0.200764 10.0.0.249 - - [2026-05-07 03:38:38] "POST /route-targets HTTP/1.1" 200 327 0.092959 10.0.0.141 - - [2026-05-07 03:38:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.004969 10.0.0.141 - - [2026-05-07 03:38:38] "GET /virtual-network/ce422048-197c-4f67-91f4-3d3910002e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006363 10.0.0.141 - - [2026-05-07 03:38:38] "POST /neutron/network HTTP/1.1" 200 827 0.008670 10.0.0.141 - - [2026-05-07 03:38:38] "GET /virtual-network/ce422048-197c-4f67-91f4-3d3910002e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006320 10.0.0.141 - - [2026-05-07 03:38:39] "GET /virtual-network/ce422048-197c-4f67-91f4-3d3910002e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006862 10.0.0.141 - - [2026-05-07 03:38:39] "GET /obj-perms HTTP/1.1" 200 5053 0.068002 10.0.0.249 - - [2026-05-07 03:38:40] "GET /obj-perms HTTP/1.1" 200 5053 0.067374 10.0.0.27 - - [2026-05-07 03:38:40] "GET /obj-perms HTTP/1.1" 200 5053 0.072427 10.0.0.141 - - [2026-05-07 03:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.27 - - [2026-05-07 03:38:40] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001048 10.0.0.141 - - [2026-05-07 03:38:40] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046039 10.0.0.141 - - [2026-05-07 03:38:40] "POST /neutron/network HTTP/1.1" 200 117 0.019679 10.0.0.249 - - [2026-05-07 03:38:41] "POST /ref-update HTTP/1.1" 200 156 0.025679 10.0.0.141 - - [2026-05-07 03:38:41] "POST /neutron/network HTTP/1.1" 200 833 0.011744 10.0.0.141 - - [2026-05-07 03:38:41] "POST /id-to-fqname HTTP/1.1" 200 225 0.001302 10.0.0.141 - - [2026-05-07 03:38:41] "GET /virtual-network/f88d399c-2fa0-4a18-b7e3-95f14e39776f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006107 10.0.0.141 - - [2026-05-07 03:38:41] "GET /virtual-network/f88d399c-2fa0-4a18-b7e3-95f14e39776f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008069 10.0.0.141 - - [2026-05-07 03:38:41] "POST /neutron/subnet HTTP/1.1" 200 730 0.012418 10.0.0.141 - - [2026-05-07 03:38:41] "GET /virtual-network/f88d399c-2fa0-4a18-b7e3-95f14e39776f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006335 10.0.0.141 - - [2026-05-07 03:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005512 10.0.0.27 - - [2026-05-07 03:38:42] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001593 10.0.0.141 - - [2026-05-07 03:38:42] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056554 10.0.0.27 - - [2026-05-07 03:38:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007771 10.0.0.141 - - [2026-05-07 03:38:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.251345 10.0.0.141 - - [2026-05-07 03:38:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001407 10.0.0.141 - - [2026-05-07 03:38:43] "GET /virtual-network/bacae90d-8e26-49ce-90fb-75a08d4ecbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006312 10.0.0.141 - - [2026-05-07 03:38:43] "GET /virtual-network/bacae90d-8e26-49ce-90fb-75a08d4ecbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008303 10.0.0.141 - - [2026-05-07 03:38:43] "POST /neutron/network HTTP/1.1" 200 836 0.008574 10.0.0.141 - - [2026-05-07 03:38:43] "GET /virtual-network/bacae90d-8e26-49ce-90fb-75a08d4ecbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009005 10.0.0.141 - - [2026-05-07 03:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.27 - - [2026-05-07 03:38:43] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001081 10.0.0.141 - - [2026-05-07 03:38:44] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.055556 10.0.0.27 - - [2026-05-07 03:38:44] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004235 10.0.0.141 - - [2026-05-07 03:38:44] "POST /neutron/network HTTP/1.1" 200 629 0.216753 10.0.0.249 - - [2026-05-07 03:38:44] "POST /route-targets HTTP/1.1" 200 327 0.018551 10.0.0.141 - - [2026-05-07 03:38:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.003882 10.0.0.141 - - [2026-05-07 03:38:44] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006849 10.0.0.141 - - [2026-05-07 03:38:44] "POST /neutron/network HTTP/1.1" 200 849 0.012737 10.0.0.141 - - [2026-05-07 03:38:44] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006580 10.0.0.141 - - [2026-05-07 03:38:45] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007641 10.0.0.141 - - [2026-05-07 03:38:45] "GET /obj-perms HTTP/1.1" 200 5053 0.004496 10.0.0.249 - - [2026-05-07 03:38:45] "GET /obj-perms HTTP/1.1" 200 5053 0.004832 10.0.0.27 - - [2026-05-07 03:38:45] "GET /obj-perms HTTP/1.1" 200 5053 0.006770 10.0.0.141 - - [2026-05-07 03:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006503 10.0.0.27 - - [2026-05-07 03:38:45] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001641 10.0.0.141 - - [2026-05-07 03:38:45] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.070887 10.0.0.141 - - [2026-05-07 03:38:45] "POST /neutron/network HTTP/1.1" 200 117 0.032082 10.0.0.249 - - [2026-05-07 03:38:45] "POST /ref-update HTTP/1.1" 200 156 0.036034 10.0.0.141 - - [2026-05-07 03:38:46] "POST /neutron/network HTTP/1.1" 200 848 0.010402 10.0.0.141 - - [2026-05-07 03:38:46] "POST /id-to-fqname HTTP/1.1" 200 234 0.001298 10.0.0.141 - - [2026-05-07 03:38:46] "GET /virtual-network/aa53cdfa-8340-4943-9221-2268dd04537e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.009045 10.0.0.141 - - [2026-05-07 03:38:46] "GET /virtual-network/aa53cdfa-8340-4943-9221-2268dd04537e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006477 10.0.0.141 - - [2026-05-07 03:38:46] "POST /neutron/subnet HTTP/1.1" 200 715 0.010678 10.0.0.141 - - [2026-05-07 03:38:46] "GET /virtual-network/aa53cdfa-8340-4943-9221-2268dd04537e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006798 10.0.0.141 - - [2026-05-07 03:38:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001516 10.0.0.27 - - [2026-05-07 03:38:48] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001254 10.0.0.141 - - [2026-05-07 03:38:48] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.100506 10.0.0.141 - - [2026-05-07 03:38:48] "POST /neutron/network HTTP/1.1" 200 827 0.009709 10.0.0.141 - - [2026-05-07 03:38:48] "POST /id-to-fqname HTTP/1.1" 200 225 0.001909 10.0.0.141 - - [2026-05-07 03:38:48] "POST /neutron/port HTTP/1.1" 200 4182 0.040979 10.0.0.27 - - [2026-05-07 03:38:49] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001719 10.0.0.141 - - [2026-05-07 03:38:49] "POST /neutron/port HTTP/1.1" 200 1059 0.386576 10.0.0.141 - - [2026-05-07 03:38:49] "POST /neutron/port HTTP/1.1" 200 1113 0.134217 10.0.0.141 - - [2026-05-07 03:38:49] "POST /neutron/subnet HTTP/1.1" 200 684 0.012965 10.0.0.27 - - [2026-05-07 03:38:49] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001518 10.0.0.141 - - [2026-05-07 03:38:50] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.107867 10.0.0.141 - - [2026-05-07 03:38:50] "POST /neutron/network HTTP/1.1" 200 833 0.009172 10.0.0.141 - - [2026-05-07 03:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.010312 10.0.0.141 - - [2026-05-07 03:38:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003936 10.0.0.141 - - [2026-05-07 03:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.27 - - [2026-05-07 03:38:50] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.141 - - [2026-05-07 03:38:50] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008536 10.0.0.141 - - [2026-05-07 03:38:50] "POST /service-templates HTTP/1.1" 200 543 0.049185 10.0.0.141 - - [2026-05-07 03:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.141 - - [2026-05-07 03:38:50] "GET /service-template/95f5cc6e-0fc9-48d9-a284-77435323c330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.008856 10.0.0.141 - - [2026-05-07 03:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.141 - - [2026-05-07 03:38:50] "GET /service-template/95f5cc6e-0fc9-48d9-a284-77435323c330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004925 10.0.0.141 - - [2026-05-07 03:38:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001458 10.0.0.141 - - [2026-05-07 03:38:51] "POST /neutron/port HTTP/1.1" 200 5152 0.099585 10.0.0.141 - - [2026-05-07 03:38:51] "POST /neutron/port HTTP/1.1" 200 1063 0.026027 10.0.0.141 - - [2026-05-07 03:38:51] "POST /neutron/port HTTP/1.1" 200 1127 0.038364 10.0.0.141 - - [2026-05-07 03:38:51] "POST /neutron/port HTTP/1.1" 200 117 0.001853 10.0.0.27 - - [2026-05-07 03:38:52] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001434 10.0.0.141 - - [2026-05-07 03:38:52] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.093817 10.0.0.141 - - [2026-05-07 03:38:52] "POST /neutron/port HTTP/1.1" 200 6126 0.070773 10.0.0.141 - - [2026-05-07 03:38:52] "GET /virtual-machine/fc7e9db6-eaf2-4b4e-ab45-1aefa4df1d70 HTTP/1.1" 401 293 0.000456 10.0.0.141 - - [2026-05-07 03:38:53] "GET /virtual-machine/fc7e9db6-eaf2-4b4e-ab45-1aefa4df1d70 HTTP/1.1" 404 171 0.048107 10.0.0.141 - - [2026-05-07 03:38:53] "POST /neutron/network HTTP/1.1" 200 859 0.010724 10.0.0.141 - - [2026-05-07 03:38:54] "POST /neutron/port HTTP/1.1" 200 1063 0.027716 10.0.0.141 - - [2026-05-07 03:38:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006639 10.0.0.141 - - [2026-05-07 03:38:54] "POST /neutron/network HTTP/1.1" 200 849 0.008371 10.0.0.141 - - [2026-05-07 03:38:55] "GET /virtual-machine/fc7e9db6-eaf2-4b4e-ab45-1aefa4df1d70 HTTP/1.1" 200 1295 0.009162 10.0.0.141 - - [2026-05-07 03:38:55] "GET /virtual-machine-interface/5c37a191-598f-4198-84f7-a72dda4d2677 HTTP/1.1" 200 2983 0.010345 10.0.0.141 - - [2026-05-07 03:38:55] "GET /virtual-machine-interface/5c37a191-598f-4198-84f7-a72dda4d2677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.007470 10.0.0.141 - - [2026-05-07 03:38:55] "PUT /virtual-machine-interface/5c37a191-598f-4198-84f7-a72dda4d2677 HTTP/1.1" 200 284 0.031770 10.0.0.141 - - [2026-05-07 03:39:00] "POST /neutron/port HTTP/1.1" 200 1127 0.029692 10.0.0.141 - - [2026-05-07 03:39:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012559 10.0.0.141 - - [2026-05-07 03:39:01] "GET /virtual-machine/fc7e9db6-eaf2-4b4e-ab45-1aefa4df1d70 HTTP/1.1" 200 1295 0.005755 10.0.0.141 - - [2026-05-07 03:39:01] "GET /virtual-machine-interface/5c37a191-598f-4198-84f7-a72dda4d2677 HTTP/1.1" 200 3033 0.007186 10.0.0.141 - - [2026-05-07 03:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005251 10.0.0.141 - - [2026-05-07 03:39:01] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006420 10.0.0.141 - - [2026-05-07 03:39:01] "GET /virtual-networks?parent_id=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005227 10.0.0.141 - - [2026-05-07 03:39:01] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006854 10.0.0.141 - - [2026-05-07 03:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.141 - - [2026-05-07 03:39:04] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007510 10.0.0.141 - - [2026-05-07 03:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.141 - - [2026-05-07 03:39:08] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006878 10.0.0.141 - - [2026-05-07 03:39:09] "POST /neutron/port HTTP/1.1" 200 1216 0.055634 10.0.0.141 - - [2026-05-07 03:39:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004858 10.0.0.141 - - [2026-05-07 03:39:09] "POST /neutron/port HTTP/1.1" 200 117 0.001704 10.0.0.141 - - [2026-05-07 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.141 - - [2026-05-07 03:39:12] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006551 10.0.0.141 - - [2026-05-07 03:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005878 10.0.0.141 - - [2026-05-07 03:39:16] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007004 10.0.0.141 - - [2026-05-07 03:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.141 - - [2026-05-07 03:39:20] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006375 10.0.0.249 - - [2026-05-07 03:39:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000578 10.0.0.249 - - [2026-05-07 03:39:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.141 - - [2026-05-07 03:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.141 - - [2026-05-07 03:39:24] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006970 10.0.0.27 - - [2026-05-07 03:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.27 - - [2026-05-07 03:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.249 - - [2026-05-07 03:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.249 - - [2026-05-07 03:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.001122 10.0.0.141 - - [2026-05-07 03:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000606 10.0.0.141 - - [2026-05-07 03:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000620 10.0.0.27 - - [2026-05-07 03:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.27 - - [2026-05-07 03:39:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.141 - - [2026-05-07 03:39:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000486 10.0.0.141 - - [2026-05-07 03:39:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.27 - - [2026-05-07 03:39:27] "DELETE /project/0403ddb2-73fc-4674-ab6c-b360ed6b89ed HTTP/1.1" 404 177 0.007508 10.0.0.27 - - [2026-05-07 03:39:27] "DELETE /project/53c36465e1a24e5b91d92f39b7d93811 HTTP/1.1" 404 173 0.006150 10.0.0.141 - - [2026-05-07 03:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.141 - - [2026-05-07 03:39:29] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007225 10.0.0.141 - - [2026-05-07 03:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.141 - - [2026-05-07 03:39:33] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006601 10.0.0.141 - - [2026-05-07 03:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.141 - - [2026-05-07 03:39:37] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006411 10.0.0.141 - - [2026-05-07 03:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.141 - - [2026-05-07 03:39:41] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006282 10.0.0.141 - - [2026-05-07 03:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006117 10.0.0.141 - - [2026-05-07 03:39:45] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008422 10.0.0.141 - - [2026-05-07 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.141 - - [2026-05-07 03:39:49] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006758 10.0.0.141 - - [2026-05-07 03:39:52] "POST /neutron/port HTTP/1.1" 200 1216 0.067273 10.0.0.141 - - [2026-05-07 03:39:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.044236 10.0.0.141 - - [2026-05-07 03:39:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005284 10.0.0.141 - - [2026-05-07 03:39:52] "POST /neutron/port HTTP/1.1" 200 117 0.001499 10.0.0.141 - - [2026-05-07 03:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.141 - - [2026-05-07 03:39:53] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006757 10.0.0.141 - - [2026-05-07 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.141 - - [2026-05-07 03:39:57] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007056 10.0.0.141 - - [2026-05-07 03:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.141 - - [2026-05-07 03:39:59] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007046 10.0.0.141 - - [2026-05-07 03:39:59] "GET /virtual-networks?parent_id=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004293 10.0.0.141 - - [2026-05-07 03:39:59] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007458 10.0.0.141 - - [2026-05-07 03:40:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010944 10.0.0.141 - - [2026-05-07 03:40:10] "POST /neutron/port HTTP/1.1" 200 1127 0.029034 10.0.0.249 - - [2026-05-07 03:40:10] "GET /obj-perms HTTP/1.1" 200 5075 0.079428 10.0.0.141 - - [2026-05-07 03:40:11] "POST /neutron/port HTTP/1.1" 200 1105 0.024360 10.0.0.141 - - [2026-05-07 03:40:11] "POST /neutron/subnet HTTP/1.1" 200 689 0.012365 10.0.0.141 - - [2026-05-07 03:40:13] "POST /neutron/port HTTP/1.1" 200 1123 0.026457 10.0.0.141 - - [2026-05-07 03:40:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.014479 10.0.0.141 - - [2026-05-07 03:40:20] "POST /neutron/port HTTP/1.1" 200 1127 0.026518 10.0.0.141 - - [2026-05-07 03:40:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009031 10.0.0.141 - - [2026-05-07 03:40:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.006150 10.0.0.141 - - [2026-05-07 03:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005539 10.0.0.27 - - [2026-05-07 03:40:31] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001167 10.0.0.141 - - [2026-05-07 03:40:31] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.060228 10.0.0.141 - - [2026-05-07 03:40:31] "POST /service-instances HTTP/1.1" 200 547 0.045741 10.0.0.141 - - [2026-05-07 03:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005359 10.0.0.141 - - [2026-05-07 03:40:31] "GET /service-instance/a8c07298-1e29-470d-9cb8-a1e8fef58a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.010395 10.0.0.141 - - [2026-05-07 03:40:31] "POST /port-tuples HTTP/1.1" 200 590 0.057553 10.0.0.141 - - [2026-05-07 03:40:31] "GET /virtual-machine-interface/5c37a191-598f-4198-84f7-a72dda4d2677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006832 10.0.0.141 - - [2026-05-07 03:40:31] "PUT /virtual-machine-interface/5c37a191-598f-4198-84f7-a72dda4d2677 HTTP/1.1" 200 284 0.025062 10.0.0.141 - - [2026-05-07 03:40:31] "POST /ref-update HTTP/1.1" 200 156 0.023886 10.0.0.249 - - [2026-05-07 03:40:32] "POST /ref-update HTTP/1.1" 200 156 0.035222 10.0.0.141 - - [2026-05-07 03:40:32] "POST /neutron/port HTTP/1.1" 200 1123 0.040999 10.0.0.249 - - [2026-05-07 03:40:32] "POST /instance-ips HTTP/1.1" 200 373 0.055039 10.0.0.249 - - [2026-05-07 03:40:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009465 10.0.0.141 - - [2026-05-07 03:40:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008909 10.0.0.141 - - [2026-05-07 03:40:32] "GET /virtual-machine/6c56e65e-1e6f-45b3-9ded-c92f17016198 HTTP/1.1" 200 1294 0.008074 10.0.0.141 - - [2026-05-07 03:40:32] "GET /virtual-machine-interface/a97b02c3-3195-466b-a4f5-384873b7b5ec HTTP/1.1" 200 2958 0.007446 10.0.0.141 - - [2026-05-07 03:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.141 - - [2026-05-07 03:40:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004087 10.0.0.141 - - [2026-05-07 03:40:32] "GET /virtual-networks?parent_id=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004599 10.0.0.141 - - [2026-05-07 03:40:32] "GET /virtual-network/ce422048-197c-4f67-91f4-3d3910002e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009658 10.0.0.141 - - [2026-05-07 03:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.141 - - [2026-05-07 03:40:33] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004906 10.0.0.141 - - [2026-05-07 03:40:33] "GET /virtual-networks?parent_id=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004738 10.0.0.141 - - [2026-05-07 03:40:33] "GET /virtual-network/ce422048-197c-4f67-91f4-3d3910002e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006409 10.0.0.141 - - [2026-05-07 03:40:34] "POST /neutron/port HTTP/1.1" 200 1127 0.027108 10.0.0.141 - - [2026-05-07 03:40:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009479 10.0.0.141 - - [2026-05-07 03:40:34] "GET /virtual-machine/7b190a5b-5e7a-4e2c-ba5f-1c2654a92602 HTTP/1.1" 200 1294 0.009466 10.0.0.141 - - [2026-05-07 03:40:34] "GET /virtual-machine-interface/775facc6-5f8b-4adf-b7d8-258cf317abaf HTTP/1.1" 200 2960 0.006401 10.0.0.141 - - [2026-05-07 03:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.141 - - [2026-05-07 03:40:34] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005536 10.0.0.141 - - [2026-05-07 03:40:34] "GET /virtual-networks?parent_id=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004730 10.0.0.141 - - [2026-05-07 03:40:34] "GET /virtual-network/f88d399c-2fa0-4a18-b7e3-95f14e39776f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006899 10.0.0.141 - - [2026-05-07 03:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.141 - - [2026-05-07 03:40:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004918 10.0.0.141 - - [2026-05-07 03:40:35] "GET /virtual-networks?parent_id=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004704 10.0.0.141 - - [2026-05-07 03:40:35] "GET /virtual-network/f88d399c-2fa0-4a18-b7e3-95f14e39776f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006727 10.0.0.141 - - [2026-05-07 03:40:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.003952 10.0.0.141 - - [2026-05-07 03:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.27 - - [2026-05-07 03:40:35] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.141 - - [2026-05-07 03:40:35] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047081 10.0.0.141 - - [2026-05-07 03:40:35] "POST /network-policys HTTP/1.1" 200 551 0.043216 10.0.0.141 - - [2026-05-07 03:40:36] "GET /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.008138 10.0.0.141 - - [2026-05-07 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.141 - - [2026-05-07 03:40:36] "GET /virtual-network/ce422048-197c-4f67-91f4-3d3910002e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007945 10.0.0.141 - - [2026-05-07 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.141 - - [2026-05-07 03:40:36] "GET /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005041 10.0.0.249 - - [2026-05-07 03:40:36] "POST /fqname-to-id HTTP/1.1" 404 240 0.005922 10.0.0.141 - - [2026-05-07 03:40:36] "POST /ref-update HTTP/1.1" 200 156 0.059898 10.0.0.141 - - [2026-05-07 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005506 10.0.0.141 - - [2026-05-07 03:40:36] "GET /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004225 10.0.0.141 - - [2026-05-07 03:40:36] "GET /virtual-network/ce422048-197c-4f67-91f4-3d3910002e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.012779 10.0.0.141 - - [2026-05-07 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006210 10.0.0.141 - - [2026-05-07 03:40:36] "GET /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004974 10.0.0.141 - - [2026-05-07 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.141 - - [2026-05-07 03:40:36] "GET /virtual-network/f88d399c-2fa0-4a18-b7e3-95f14e39776f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007470 10.0.0.141 - - [2026-05-07 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005346 10.0.0.141 - - [2026-05-07 03:40:36] "GET /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004649 10.0.0.249 - - [2026-05-07 03:40:36] "POST /fqname-to-id HTTP/1.1" 404 242 0.003018 10.0.0.141 - - [2026-05-07 03:40:36] "POST /ref-update HTTP/1.1" 200 156 0.060827 10.0.0.141 - - [2026-05-07 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.141 - - [2026-05-07 03:40:36] "GET /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.011792 10.0.0.249 - - [2026-05-07 03:40:36] "POST /ref-update HTTP/1.1" 200 156 0.050218 10.0.0.141 - - [2026-05-07 03:40:36] "GET /virtual-network/f88d399c-2fa0-4a18-b7e3-95f14e39776f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.008936 10.0.0.141 - - [2026-05-07 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006544 10.0.0.141 - - [2026-05-07 03:40:36] "GET /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005130 10.0.0.141 - - [2026-05-07 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.141 - - [2026-05-07 03:40:36] "GET /service-template/95f5cc6e-0fc9-48d9-a284-77435323c330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.005014 10.0.0.141 - - [2026-05-07 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.27 - - [2026-05-07 03:40:36] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002658 10.0.0.141 - - [2026-05-07 03:40:36] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048671 10.0.0.141 - - [2026-05-07 03:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.141 - - [2026-05-07 03:40:37] "GET /service-instance/a8c07298-1e29-470d-9cb8-a1e8fef58a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.009696 10.0.0.141 - - [2026-05-07 03:40:37] "POST /neutron/port HTTP/1.1" 200 1385 0.041080 10.0.0.141 - - [2026-05-07 03:40:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011409 10.0.0.141 - - [2026-05-07 03:40:37] "POST /neutron/port HTTP/1.1" 200 1385 0.034130 10.0.0.141 - - [2026-05-07 03:40:38] "POST /neutron/network HTTP/1.1" 200 849 0.008955 10.0.0.141 - - [2026-05-07 03:40:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001598 10.0.0.141 - - [2026-05-07 03:40:38] "GET /virtual-machine/fc7e9db6-eaf2-4b4e-ab45-1aefa4df1d70 HTTP/1.1" 200 1295 0.005107 10.0.0.141 - - [2026-05-07 03:40:38] "GET /virtual-machine-interface/5c37a191-598f-4198-84f7-a72dda4d2677 HTTP/1.1" 200 3889 0.008128 10.0.0.141 - - [2026-05-07 03:40:38] "GET /instance-ip/10fa7549-bd65-4a11-95c6-c1e01c461898 HTTP/1.1" 200 1962 0.005397 10.0.0.141 - - [2026-05-07 03:40:38] "GET /instance-ip/cd11e58b-5108-4aa1-b32c-28f4ece571ab HTTP/1.1" 200 1637 0.007951 10.0.0.141 - - [2026-05-07 03:40:38] "GET /instance-ip/f9ec300e-2e2e-4de8-abee-50a60ed2f221 HTTP/1.1" 200 1965 0.004939 10.0.0.141 - - [2026-05-07 03:40:38] "POST /neutron/port HTTP/1.1" 200 1385 0.033062 10.0.0.141 - - [2026-05-07 03:40:38] "GET /virtual-machine/fc7e9db6-eaf2-4b4e-ab45-1aefa4df1d70 HTTP/1.1" 200 1295 0.005075 10.0.0.141 - - [2026-05-07 03:40:38] "GET /virtual-machine-interface/5c37a191-598f-4198-84f7-a72dda4d2677 HTTP/1.1" 200 3889 0.006441 10.0.0.141 - - [2026-05-07 03:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.141 - - [2026-05-07 03:40:38] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005364 10.0.0.141 - - [2026-05-07 03:40:38] "GET /virtual-networks?parent_id=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004380 10.0.0.141 - - [2026-05-07 03:40:38] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006822 10.0.0.141 - - [2026-05-07 03:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.141 - - [2026-05-07 03:40:39] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006115 10.0.0.141 - - [2026-05-07 03:40:39] "GET /virtual-networks?parent_id=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004179 10.0.0.141 - - [2026-05-07 03:40:39] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007252 10.0.0.141 - - [2026-05-07 03:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.141 - - [2026-05-07 03:40:39] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004881 10.0.0.141 - - [2026-05-07 03:40:39] "GET /virtual-networks?parent_id=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004413 10.0.0.141 - - [2026-05-07 03:40:39] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007329 10.0.0.141 - - [2026-05-07 03:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.141 - - [2026-05-07 03:40:39] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004870 10.0.0.141 - - [2026-05-07 03:40:39] "GET /virtual-networks?parent_id=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003978 10.0.0.141 - - [2026-05-07 03:40:40] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007809 10.0.0.141 - - [2026-05-07 03:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.141 - - [2026-05-07 03:40:40] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005081 10.0.0.141 - - [2026-05-07 03:40:40] "GET /virtual-networks?parent_id=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004001 10.0.0.141 - - [2026-05-07 03:40:40] "GET /virtual-network/65eb684f-6b1d-43b2-bc03-14c0bb3b2086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006968 10.0.0.141 - - [2026-05-07 03:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005529 10.0.0.141 - - [2026-05-07 03:40:40] "GET /routing-instance/60e5b2dc-79a0-456a-88c5-48d9b4d12e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006037 10.0.0.141 - - [2026-05-07 03:40:40] "GET /routing-instance/60e5b2dc-79a0-456a-88c5-48d9b4d12e97?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1588 0.008114 10.0.0.141 - - [2026-05-07 03:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.141 - - [2026-05-07 03:40:40] "GET /routing-instance/d0943ff8-3630-4ba2-87d3-9ef937fb981f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007632 10.0.0.141 - - [2026-05-07 03:40:40] "GET /routing-instance/d0943ff8-3630-4ba2-87d3-9ef937fb981f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.009271 10.0.0.141 - - [2026-05-07 03:40:52] "POST /neutron/port HTTP/1.1" 200 1105 0.024000 10.0.0.141 - - [2026-05-07 03:40:52] "POST /neutron/subnet HTTP/1.1" 200 689 0.016682 10.0.0.141 - - [2026-05-07 03:41:02] "GET /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005872 10.0.0.141 - - [2026-05-07 03:41:02] "PUT /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65 HTTP/1.1" 200 262 0.017471 10.0.0.141 - - [2026-05-07 03:41:02] "GET /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.011380 10.0.0.141 - - [2026-05-07 03:41:02] "POST /neutron/port HTTP/1.1" 200 1385 0.029453 10.0.0.27 - - [2026-05-07 03:41:11] "GET /obj-perms HTTP/1.1" 200 5075 0.099836 10.0.0.141 - - [2026-05-07 03:41:11] "GET /obj-perms HTTP/1.1" 200 5075 0.093604 10.0.0.141 - - [2026-05-07 03:41:13] "POST /neutron/port HTTP/1.1" 200 1127 0.025170 10.0.0.141 - - [2026-05-07 03:41:13] "POST /neutron/subnet HTTP/1.1" 200 704 0.012171 10.0.0.141 - - [2026-05-07 03:41:26] "POST /neutron/port HTTP/1.1" 200 1385 0.027620 10.0.0.141 - - [2026-05-07 03:41:31] "POST /ref-update HTTP/1.1" 200 156 0.079831 10.0.0.249 - - [2026-05-07 03:41:31] "POST /ref-update HTTP/1.1" 200 156 0.052374 10.0.0.141 - - [2026-05-07 03:41:31] "GET /virtual-network/f88d399c-2fa0-4a18-b7e3-95f14e39776f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.019843 10.0.0.141 - - [2026-05-07 03:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.141 - - [2026-05-07 03:41:31] "GET /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004687 10.0.0.141 - - [2026-05-07 03:41:31] "POST /ref-update HTTP/1.1" 200 156 0.070144 10.0.0.249 - - [2026-05-07 03:41:31] "POST /ref-update HTTP/1.1" 200 156 0.036518 10.0.0.141 - - [2026-05-07 03:41:31] "POST /neutron/network HTTP/1.1" 200 827 0.013250 10.0.0.141 - - [2026-05-07 03:41:31] "GET /virtual-network/ce422048-197c-4f67-91f4-3d3910002e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009943 10.0.0.141 - - [2026-05-07 03:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006904 10.0.0.141 - - [2026-05-07 03:41:31] "GET /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.007831 10.0.0.249 - - [2026-05-07 03:41:31] "POST /ref-update HTTP/1.1" 200 156 0.069889 10.0.0.141 - - [2026-05-07 03:41:31] "DELETE /network-policy/b47b51c7-7272-40ab-95e4-9ce7f1e23b65 HTTP/1.1" 200 115 0.128682 10.0.0.141 - - [2026-05-07 03:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.009907 10.0.0.141 - - [2026-05-07 03:41:32] "DELETE /service-instance/a8c07298-1e29-470d-9cb8-a1e8fef58a66 HTTP/1.1" 200 115 0.082954 10.0.0.141 - - [2026-05-07 03:41:32] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.010564 10.0.0.141 - - [2026-05-07 03:41:32] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004486 10.0.0.249 - - [2026-05-07 03:41:32] "POST /ref-update HTTP/1.1" 200 156 0.031542 10.0.0.141 - - [2026-05-07 03:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.141 - - [2026-05-07 03:41:32] "DELETE /service-template/95f5cc6e-0fc9-48d9-a284-77435323c330 HTTP/1.1" 200 115 0.037845 10.0.0.141 - - [2026-05-07 03:41:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003674 10.0.0.249 - - [2026-05-07 03:41:32] "DELETE /route-target/e582ccfc-d253-48ea-89d9-e197209140d2 HTTP/1.1" 200 115 0.026115 10.0.0.141 - - [2026-05-07 03:41:33] "POST /neutron/port HTTP/1.1" 200 1127 0.042898 10.0.0.141 - - [2026-05-07 03:41:33] "POST /neutron/network HTTP/1.1" 400 204 0.026873 10.0.0.141 - - [2026-05-07 03:41:33] "POST /neutron/port HTTP/1.1" 200 1113 0.042084 10.0.0.141 - - [2026-05-07 03:41:33] "POST /neutron/port HTTP/1.1" 200 151 0.383936 10.0.0.27 - - [2026-05-07 03:41:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003764 10.0.0.27 - - [2026-05-07 03:41:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003499 10.0.0.141 - - [2026-05-07 03:41:35] "POST /neutron/network HTTP/1.1" 200 151 0.177743 10.0.0.249 - - [2026-05-07 03:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.141 - - [2026-05-07 03:41:36] "POST /neutron/network HTTP/1.1" 200 833 0.011027 10.0.0.249 - - [2026-05-07 03:41:36] "DELETE /route-target/1e374439-d7d1-4020-b1df-1c75bbfc04c4 HTTP/1.1" 200 115 0.039722 10.0.0.27 - - [2026-05-07 03:41:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005008 10.0.0.27 - - [2026-05-07 03:41:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003635 10.0.0.141 - - [2026-05-07 03:41:37] "POST /neutron/network HTTP/1.1" 200 151 0.157934 10.0.0.27 - - [2026-05-07 03:41:38] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.141 - - [2026-05-07 03:41:38] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056011 10.0.0.27 - - [2026-05-07 03:41:38] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001058 10.0.0.141 - - [2026-05-07 03:41:38] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?fields=virtual_networks HTTP/1.1" 200 1036 0.044785 10.0.0.27 - - [2026-05-07 03:41:38] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001124 10.0.0.141 - - [2026-05-07 03:41:38] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.043103 10.0.0.27 - - [2026-05-07 03:41:38] "GET /projects?obj_uuids=53c36465-e1a2-4e5b-91d9-2f39b7d93811&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001206 10.0.0.141 - - [2026-05-07 03:41:38] "GET /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811?fields=security_groups HTTP/1.1" 200 1264 0.051200 10.0.0.141 - - [2026-05-07 03:41:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.034500 10.0.0.27 - - [2026-05-07 03:41:40] "GET /projects?obj_uuids=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004430 10.0.0.27 - - [2026-05-07 03:41:40] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.27 - - [2026-05-07 03:41:40] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007918 10.0.0.27 - - [2026-05-07 03:41:40] "POST /id-to-fqname HTTP/1.1" 200 191 0.001492 10.0.0.27 - - [2026-05-07 03:41:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.007804 10.0.0.27 - - [2026-05-07 03:41:40] "POST /security-groups HTTP/1.1" 200 592 0.088779 10.0.0.249 - - [2026-05-07 03:41:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.003876 10.0.0.27 - - [2026-05-07 03:41:40] "POST /projects HTTP/1.1" 200 587 0.348480 10.0.0.27 - - [2026-05-07 03:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.388868 10.0.0.249 - - [2026-05-07 03:41:40] "POST /access-control-lists HTTP/1.1" 200 595 0.041229 10.0.0.141 - - [2026-05-07 03:41:40] "GET /project/655f3108-f6eb-40d3-8ba8-a121447913e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.570298 10.0.0.141 - - [2026-05-07 03:41:41] "GET / HTTP/1.1" 200 35931 0.001947 10.0.0.141 - - [2026-05-07 03:41:44] "GET /project/655f3108-f6eb-40d3-8ba8-a121447913e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000519 10.0.0.27 - - [2026-05-07 03:41:44] "GET /projects?obj_uuids=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.141 - - [2026-05-07 03:41:44] "GET /project/655f3108-f6eb-40d3-8ba8-a121447913e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.092101 10.0.0.141 - - [2026-05-07 03:41:44] "POST /fqname-to-id HTTP/1.1" 404 180 0.005296 10.0.0.141 - - [2026-05-07 03:41:44] "POST /virtual-DNSs HTTP/1.1" 200 507 0.041547 10.0.0.141 - - [2026-05-07 03:41:44] "GET /virtual-DNS/aa752401-226e-433b-9379-61047bb949c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.008465 10.0.0.141 - - [2026-05-07 03:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.141 - - [2026-05-07 03:41:44] "GET /virtual-DNS/aa752401-226e-433b-9379-61047bb949c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004789 10.0.0.141 - - [2026-05-07 03:41:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004703 10.0.0.141 - - [2026-05-07 03:41:45] "POST /network-ipams HTTP/1.1" 200 514 0.035691 10.0.0.141 - - [2026-05-07 03:41:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004514 10.0.0.141 - - [2026-05-07 03:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.141 - - [2026-05-07 03:41:45] "GET /network-ipam/fabb61cd-9c66-462a-9883-f507249d8d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.007856 10.0.0.141 - - [2026-05-07 03:41:45] "PUT /network-ipam/fabb61cd-9c66-462a-9883-f507249d8d39 HTTP/1.1" 200 258 0.018770 10.0.0.141 - - [2026-05-07 03:41:45] "POST /ref-update HTTP/1.1" 200 156 0.020377 10.0.0.141 - - [2026-05-07 03:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.27 - - [2026-05-07 03:41:45] "GET /projects?obj_uuids=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001332 10.0.0.141 - - [2026-05-07 03:41:45] "GET /project/655f3108-f6eb-40d3-8ba8-a121447913e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053057 10.0.0.27 - - [2026-05-07 03:41:46] "POST /useragent-kv HTTP/1.1" 200 115 0.019547 10.0.0.141 - - [2026-05-07 03:41:46] "POST /neutron/subnet HTTP/1.1" 200 711 0.357863 10.0.0.141 - - [2026-05-07 03:41:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001710 10.0.0.141 - - [2026-05-07 03:41:46] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008661 10.0.0.141 - - [2026-05-07 03:41:46] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007059 10.0.0.141 - - [2026-05-07 03:41:46] "POST /neutron/network HTTP/1.1" 200 833 0.008726 10.0.0.141 - - [2026-05-07 03:41:46] "POST /neutron/network HTTP/1.1" 200 833 0.008413 10.0.0.141 - - [2026-05-07 03:41:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001484 10.0.0.27 - - [2026-05-07 03:41:47] "GET /projects?obj_uuids=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001297 10.0.0.141 - - [2026-05-07 03:41:48] "GET /project/655f3108-f6eb-40d3-8ba8-a121447913e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.087980 10.0.0.141 - - [2026-05-07 03:41:48] "POST /neutron/network HTTP/1.1" 200 833 0.047721 10.0.0.141 - - [2026-05-07 03:41:48] "POST /neutron/port HTTP/1.1" 200 117 0.009265 10.0.0.141 - - [2026-05-07 03:41:49] "POST /neutron/port HTTP/1.1" 200 1058 0.022958 10.0.0.141 - - [2026-05-07 03:41:49] "POST /neutron/port HTTP/1.1" 200 1122 0.032218 10.0.0.141 - - [2026-05-07 03:41:50] "POST /neutron/port HTTP/1.1" 200 117 0.001866 10.0.0.141 - - [2026-05-07 03:41:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010212 10.0.0.141 - - [2026-05-07 03:41:53] "POST /neutron/port HTTP/1.1" 200 1122 0.023594 10.0.0.141 - - [2026-05-07 03:41:53] "GET /virtual-machine/fd45f2eb-7370-4e80-9412-985fcd46792f HTTP/1.1" 401 293 0.000612 10.0.0.141 - - [2026-05-07 03:41:54] "GET /virtual-machine/fd45f2eb-7370-4e80-9412-985fcd46792f HTTP/1.1" 200 1294 0.053827 10.0.0.141 - - [2026-05-07 03:41:54] "GET /virtual-machine-interface/bbfb0239-fb44-4a01-a304-4e4d3b75d91a HTTP/1.1" 200 2965 0.006233 10.0.0.141 - - [2026-05-07 03:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.141 - - [2026-05-07 03:41:54] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005007 10.0.0.141 - - [2026-05-07 03:41:54] "GET /virtual-networks?parent_id=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003627 10.0.0.141 - - [2026-05-07 03:41:54] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006976 10.0.0.141 - - [2026-05-07 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005245 10.0.0.141 - - [2026-05-07 03:41:57] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008389 10.0.0.141 - - [2026-05-07 03:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005651 10.0.0.141 - - [2026-05-07 03:42:01] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006777 10.0.0.141 - - [2026-05-07 03:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.141 - - [2026-05-07 03:42:05] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006605 10.0.0.141 - - [2026-05-07 03:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005248 10.0.0.141 - - [2026-05-07 03:42:09] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008051 10.0.0.141 - - [2026-05-07 03:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004829 10.0.0.141 - - [2026-05-07 03:42:14] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007349 10.0.0.141 - - [2026-05-07 03:42:14] "POST /neutron/port HTTP/1.1" 200 1216 0.027037 10.0.0.141 - - [2026-05-07 03:42:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005601 10.0.0.141 - - [2026-05-07 03:42:14] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.141 - - [2026-05-07 03:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008827 10.0.0.141 - - [2026-05-07 03:42:18] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007997 10.0.0.141 - - [2026-05-07 03:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.141 - - [2026-05-07 03:42:22] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007171 10.0.0.249 - - [2026-05-07 03:42:23] "DELETE /access-control-list/e45e40c7-a7d5-4949-af73-2502c30c3c5b HTTP/1.1" 200 115 0.041395 10.0.0.141 - - [2026-05-07 03:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.141 - - [2026-05-07 03:42:26] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008039 10.0.0.27 - - [2026-05-07 03:42:28] "DELETE /project/53c36465-e1a2-4e5b-91d9-2f39b7d93811 HTTP/1.1" 404 177 0.066059 10.0.0.27 - - [2026-05-07 03:42:28] "DELETE /project/655f3108f6eb40d38ba8a121447913e3 HTTP/1.1" 404 173 0.102253 10.0.0.141 - - [2026-05-07 03:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.141 - - [2026-05-07 03:42:30] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008386 10.0.0.141 - - [2026-05-07 03:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.141 - - [2026-05-07 03:42:34] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009282 10.0.0.141 - - [2026-05-07 03:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005849 10.0.0.141 - - [2026-05-07 03:42:38] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006461 10.0.0.141 - - [2026-05-07 03:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.141 - - [2026-05-07 03:42:42] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008290 10.0.0.141 - - [2026-05-07 03:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.141 - - [2026-05-07 03:42:44] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004836 10.0.0.141 - - [2026-05-07 03:42:44] "GET /virtual-networks?parent_id=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004563 10.0.0.141 - - [2026-05-07 03:42:44] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006993 10.0.0.141 - - [2026-05-07 03:42:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010778 10.0.0.141 - - [2026-05-07 03:42:54] "POST /neutron/port HTTP/1.1" 200 1216 0.022997 10.0.0.141 - - [2026-05-07 03:42:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005340 10.0.0.141 - - [2026-05-07 03:42:54] "POST /neutron/port HTTP/1.1" 200 117 0.002264 10.0.0.141 - - [2026-05-07 03:42:55] "POST /neutron/port HTTP/1.1" 200 1122 0.022725 10.0.0.141 - - [2026-05-07 03:42:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011335 10.0.0.141 - - [2026-05-07 03:43:05] "POST /neutron/port HTTP/1.1" 200 1122 0.026879 10.0.0.141 - - [2026-05-07 03:43:14] "POST /neutron/port HTTP/1.1" 200 1105 0.021850 10.0.0.141 - - [2026-05-07 03:43:14] "POST /neutron/subnet HTTP/1.1" 200 689 0.011241 10.0.0.141 - - [2026-05-07 03:43:43] "POST /neutron/network HTTP/1.1" 200 807 0.025811 10.0.0.141 - - [2026-05-07 03:43:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001552 10.0.0.141 - - [2026-05-07 03:43:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010245 10.0.0.27 - - [2026-05-07 03:43:44] "GET /projects?obj_uuids=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.040490 10.0.0.141 - - [2026-05-07 03:43:44] "GET /project/655f3108-f6eb-40d3-8ba8-a121447913e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.126201 10.0.0.141 - - [2026-05-07 03:43:44] "POST /neutron/port HTTP/1.1" 200 5151 0.066530 10.0.0.141 - - [2026-05-07 03:43:45] "POST /neutron/port HTTP/1.1" 200 117 0.008797 10.0.0.141 - - [2026-05-07 03:43:45] "POST /neutron/port HTTP/1.1" 200 1058 0.022863 10.0.0.141 - - [2026-05-07 03:43:46] "POST /neutron/port HTTP/1.1" 200 1122 0.023221 10.0.0.141 - - [2026-05-07 03:43:46] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.141 - - [2026-05-07 03:43:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008731 10.0.0.141 - - [2026-05-07 03:43:50] "POST /neutron/port HTTP/1.1" 200 1122 0.025571 10.0.0.141 - - [2026-05-07 03:43:50] "GET /virtual-machine/c34374b0-45a4-4f80-a037-816f7392de38 HTTP/1.1" 200 1294 0.009557 10.0.0.141 - - [2026-05-07 03:43:50] "GET /virtual-machine-interface/439a5748-a7de-459b-81a4-1d3f1e4e6658 HTTP/1.1" 200 2963 0.008754 10.0.0.141 - - [2026-05-07 03:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.141 - - [2026-05-07 03:43:50] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005774 10.0.0.141 - - [2026-05-07 03:43:50] "GET /virtual-networks?parent_id=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004003 10.0.0.141 - - [2026-05-07 03:43:50] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007389 10.0.0.141 - - [2026-05-07 03:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006227 10.0.0.141 - - [2026-05-07 03:43:53] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007066 10.0.0.141 - - [2026-05-07 03:43:56] "POST /neutron/port HTTP/1.1" 200 1105 0.027496 10.0.0.141 - - [2026-05-07 03:43:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.011959 10.0.0.141 - - [2026-05-07 03:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.141 - - [2026-05-07 03:43:57] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006320 10.0.0.141 - - [2026-05-07 03:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.141 - - [2026-05-07 03:44:01] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008502 10.0.0.141 - - [2026-05-07 03:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.141 - - [2026-05-07 03:44:06] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006035 10.0.0.141 - - [2026-05-07 03:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.141 - - [2026-05-07 03:44:10] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007096 10.0.0.141 - - [2026-05-07 03:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.141 - - [2026-05-07 03:44:14] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006348 10.0.0.141 - - [2026-05-07 03:44:15] "POST /neutron/port HTTP/1.1" 200 1216 0.056274 10.0.0.141 - - [2026-05-07 03:44:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004510 10.0.0.141 - - [2026-05-07 03:44:15] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.141 - - [2026-05-07 03:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.141 - - [2026-05-07 03:44:18] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006280 10.0.0.141 - - [2026-05-07 03:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005712 10.0.0.141 - - [2026-05-07 03:44:22] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007618 10.0.0.249 - - [2026-05-07 03:44:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.249 - - [2026-05-07 03:44:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.27 - - [2026-05-07 03:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.27 - - [2026-05-07 03:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2026-05-07 03:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2026-05-07 03:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.141 - - [2026-05-07 03:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.141 - - [2026-05-07 03:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.27 - - [2026-05-07 03:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000627 10.0.0.27 - - [2026-05-07 03:44:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.141 - - [2026-05-07 03:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.141 - - [2026-05-07 03:44:26] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007093 10.0.0.141 - - [2026-05-07 03:44:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.141 - - [2026-05-07 03:44:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000602 10.0.0.141 - - [2026-05-07 03:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.141 - - [2026-05-07 03:44:28] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005532 10.0.0.141 - - [2026-05-07 03:44:28] "GET /virtual-networks?parent_id=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004034 10.0.0.141 - - [2026-05-07 03:44:28] "GET /virtual-network/f487db6b-3a29-4c5a-8061-244144e80f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007153 10.0.0.141 - - [2026-05-07 03:44:28] "POST /neutron/port HTTP/1.1" 200 1122 0.023627 10.0.0.141 - - [2026-05-07 03:44:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009816 10.0.0.141 - - [2026-05-07 03:44:39] "POST /neutron/port HTTP/1.1" 200 1122 0.024681 10.0.0.141 - - [2026-05-07 03:44:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010310 10.0.0.141 - - [2026-05-07 03:44:56] "POST /neutron/network HTTP/1.1" 200 843 0.038946 10.0.0.141 - - [2026-05-07 03:44:56] "POST /neutron/port HTTP/1.1" 200 117 0.001443 10.0.0.249 - - [2026-05-07 03:45:14] "GET /obj-perms HTTP/1.1" 200 5075 0.069577 10.0.0.27 - - [2026-05-07 03:45:15] "GET /obj-perms HTTP/1.1" 200 5075 0.113572 10.0.0.141 - - [2026-05-07 03:45:16] "POST /neutron/port HTTP/1.1" 200 1105 0.026376 10.0.0.141 - - [2026-05-07 03:45:16] "POST /neutron/subnet HTTP/1.1" 200 689 0.012707 10.0.0.141 - - [2026-05-07 03:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.141 - - [2026-05-07 03:45:23] "DELETE /virtual-DNS/aa752401-226e-433b-9379-61047bb949c0 HTTP/1.1" 409 235 0.010307 10.0.0.141 - - [2026-05-07 03:45:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.003924 10.0.0.141 - - [2026-05-07 03:45:23] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.035719 10.0.0.141 - - [2026-05-07 03:45:23] "GET /virtual-DNS-record/435b1ab4-8793-4212-a693-82fd0368af0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.007746 10.0.0.141 - - [2026-05-07 03:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.141 - - [2026-05-07 03:45:23] "GET /virtual-DNS-record/435b1ab4-8793-4212-a693-82fd0368af0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005300 10.0.0.141 - - [2026-05-07 03:45:31] "DELETE /virtual-DNS-record/435b1ab4-8793-4212-a693-82fd0368af0d HTTP/1.1" 200 115 0.040564 10.0.0.141 - - [2026-05-07 03:45:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.006154 10.0.0.141 - - [2026-05-07 03:45:31] "POST /neutron/network HTTP/1.1" 200 833 0.009527 10.0.0.141 - - [2026-05-07 03:45:31] "POST /neutron/port HTTP/1.1" 200 1112 0.015357 10.0.0.141 - - [2026-05-07 03:45:31] "POST /neutron/port HTTP/1.1" 200 1112 0.015545 10.0.0.27 - - [2026-05-07 03:45:33] "POST /useragent-kv HTTP/1.1" 200 115 0.007672 10.0.0.27 - - [2026-05-07 03:45:33] "POST /useragent-kv HTTP/1.1" 200 115 0.011459 10.0.0.141 - - [2026-05-07 03:45:33] "POST /neutron/network HTTP/1.1" 200 151 0.211674 10.0.0.141 - - [2026-05-07 03:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.249 - - [2026-05-07 03:45:33] "DELETE /route-target/faa192dd-cb46-411c-a833-d3f7a0486b8a HTTP/1.1" 200 115 0.082215 10.0.0.141 - - [2026-05-07 03:45:33] "DELETE /network-ipam/fabb61cd-9c66-462a-9883-f507249d8d39 HTTP/1.1" 200 115 0.076217 10.0.0.141 - - [2026-05-07 03:45:33] "DELETE /virtual-DNS/aa752401-226e-433b-9379-61047bb949c0 HTTP/1.1" 200 115 0.060416 10.0.0.141 - - [2026-05-07 03:45:33] "POST /fqname-to-id HTTP/1.1" 404 180 0.004567 10.0.0.27 - - [2026-05-07 03:45:35] "GET /projects?obj_uuids=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.141 - - [2026-05-07 03:45:35] "GET /project/655f3108-f6eb-40d3-8ba8-a121447913e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.116899 10.0.0.27 - - [2026-05-07 03:45:35] "GET /projects?obj_uuids=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001168 10.0.0.141 - - [2026-05-07 03:45:35] "GET /project/655f3108-f6eb-40d3-8ba8-a121447913e3?fields=virtual_networks HTTP/1.1" 200 1034 0.048197 10.0.0.27 - - [2026-05-07 03:45:35] "GET /projects?obj_uuids=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.141 - - [2026-05-07 03:45:35] "GET /project/655f3108-f6eb-40d3-8ba8-a121447913e3?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.068011 10.0.0.27 - - [2026-05-07 03:45:35] "GET /projects?obj_uuids=655f3108-f6eb-40d3-8ba8-a121447913e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001562 10.0.0.141 - - [2026-05-07 03:45:35] "GET /project/655f3108-f6eb-40d3-8ba8-a121447913e3?fields=security_groups HTTP/1.1" 200 1261 0.067784 10.0.0.141 - - [2026-05-07 03:45:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.036240 10.0.0.27 - - [2026-05-07 03:45:36] "GET /projects?obj_uuids=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003200 10.0.0.27 - - [2026-05-07 03:45:36] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.27 - - [2026-05-07 03:45:36] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009550 10.0.0.27 - - [2026-05-07 03:45:37] "POST /id-to-fqname HTTP/1.1" 200 191 0.008372 10.0.0.27 - - [2026-05-07 03:45:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.005443 10.0.0.27 - - [2026-05-07 03:45:37] "POST /security-groups HTTP/1.1" 200 592 0.039181 10.0.0.27 - - [2026-05-07 03:45:37] "POST /projects HTTP/1.1" 200 587 0.299810 10.0.0.27 - - [2026-05-07 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.347408 10.0.0.141 - - [2026-05-07 03:45:37] "GET /project/8e1b58c3-a520-4aa0-a63c-bd75d10d0b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.523889 10.0.0.249 - - [2026-05-07 03:45:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.010028 10.0.0.141 - - [2026-05-07 03:45:38] "GET / HTTP/1.1" 200 35931 0.002160 10.0.0.141 - - [2026-05-07 03:45:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000538 10.0.0.141 - - [2026-05-07 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.092506 10.0.0.27 - - [2026-05-07 03:45:41] "GET /projects?obj_uuids=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001201 10.0.0.141 - - [2026-05-07 03:45:41] "GET /project/8e1b58c3-a520-4aa0-a63c-bd75d10d0b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.055208 10.0.0.249 - - [2026-05-07 03:45:41] "POST /ref-update HTTP/1.1" 200 156 0.029173 10.0.0.27 - - [2026-05-07 03:45:41] "POST /useragent-kv HTTP/1.1" 200 115 0.010252 10.0.0.141 - - [2026-05-07 03:45:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.308243 10.0.0.141 - - [2026-05-07 03:45:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001824 10.0.0.141 - - [2026-05-07 03:45:42] "GET /virtual-network/c1d5f03b-84c2-47ab-8962-7c811a1a9d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007299 10.0.0.141 - - [2026-05-07 03:45:42] "GET /virtual-network/c1d5f03b-84c2-47ab-8962-7c811a1a9d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007019 10.0.0.141 - - [2026-05-07 03:45:42] "POST /neutron/network HTTP/1.1" 200 825 0.008309 10.0.0.141 - - [2026-05-07 03:45:42] "GET /virtual-network/c1d5f03b-84c2-47ab-8962-7c811a1a9d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008767 10.0.0.141 - - [2026-05-07 03:45:43] "GET /obj-perms HTTP/1.1" 200 5051 0.070327 10.0.0.141 - - [2026-05-07 03:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.27 - - [2026-05-07 03:45:44] "GET /projects?obj_uuids=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.141 - - [2026-05-07 03:45:44] "GET /project/8e1b58c3-a520-4aa0-a63c-bd75d10d0b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.072348 10.0.0.27 - - [2026-05-07 03:45:44] "GET /projects?obj_uuids=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001550 10.0.0.141 - - [2026-05-07 03:45:44] "POST /neutron/network HTTP/1.1" 200 608 0.214395 10.0.0.141 - - [2026-05-07 03:45:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.004699 10.0.0.141 - - [2026-05-07 03:45:45] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008393 10.0.0.141 - - [2026-05-07 03:45:45] "POST /neutron/network HTTP/1.1" 200 828 0.008486 10.0.0.141 - - [2026-05-07 03:45:45] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006602 10.0.0.141 - - [2026-05-07 03:45:45] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006885 10.0.0.141 - - [2026-05-07 03:45:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001563 10.0.0.141 - - [2026-05-07 03:45:46] "POST /neutron/port HTTP/1.1" 200 4182 0.060199 10.0.0.141 - - [2026-05-07 03:45:56] "POST /neutron/network HTTP/1.1" 200 1121 0.015183 10.0.0.141 - - [2026-05-07 03:45:56] "POST /neutron/subnet HTTP/1.1" 200 1375 0.025512 10.0.0.141 - - [2026-05-07 03:45:56] "POST /neutron/network HTTP/1.1" 200 1111 0.012805 10.0.0.27 - - [2026-05-07 03:46:02] "GET /projects?obj_uuids=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001241 10.0.0.141 - - [2026-05-07 03:46:02] "GET /project/8e1b58c3-a520-4aa0-a63c-bd75d10d0b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.108550 10.0.0.141 - - [2026-05-07 03:46:03] "POST /neutron/port HTTP/1.1" 200 4182 0.068236 10.0.0.141 - - [2026-05-07 03:46:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001524 10.0.0.141 - - [2026-05-07 03:46:03] "POST /neutron/network HTTP/1.1" 200 835 0.008049 10.0.0.27 - - [2026-05-07 03:46:04] "GET /projects?obj_uuids=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001236 10.0.0.141 - - [2026-05-07 03:46:04] "GET /project/8e1b58c3-a520-4aa0-a63c-bd75d10d0b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.118849 10.0.0.141 - - [2026-05-07 03:46:04] "POST /neutron/port HTTP/1.1" 200 1062 0.049222 10.0.0.141 - - [2026-05-07 03:46:04] "POST /neutron/port HTTP/1.1" 200 1116 0.249954 10.0.0.141 - - [2026-05-07 03:46:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005766 10.0.0.141 - - [2026-05-07 03:46:05] "POST /neutron/port HTTP/1.1" 200 117 0.001357 10.0.0.141 - - [2026-05-07 03:46:05] "POST /neutron/port HTTP/1.1" 200 1126 0.040674 10.0.0.27 - - [2026-05-07 03:46:05] "GET /projects?obj_uuids=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194 10.0.0.141 - - [2026-05-07 03:46:06] "POST /neutron/port HTTP/1.1" 200 1059 0.705150 10.0.0.141 - - [2026-05-07 03:46:06] "POST /neutron/port HTTP/1.1" 200 1113 0.242490 10.0.0.141 - - [2026-05-07 03:46:07] "POST /neutron/subnet HTTP/1.1" 200 689 0.020702 10.0.0.141 - - [2026-05-07 03:46:10] "POST /neutron/port HTTP/1.1" 200 1126 0.064873 10.0.0.141 - - [2026-05-07 03:46:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010779 10.0.0.249 - - [2026-05-07 03:46:16] "GET /obj-perms HTTP/1.1" 200 5075 0.099621 10.0.0.249 - - [2026-05-07 03:46:24] "DELETE /access-control-list/c58add9c-fb1d-4f6e-b1ac-f8ed696b0e5a HTTP/1.1" 200 115 0.114497 10.0.0.141 - - [2026-05-07 03:46:26] "POST /neutron/port HTTP/1.1" 200 1126 0.073269 10.0.0.27 - - [2026-05-07 03:46:28] "DELETE /project/655f3108-f6eb-40d3-8ba8-a121447913e3 HTTP/1.1" 404 177 0.002930 10.0.0.27 - - [2026-05-07 03:46:28] "DELETE /project/8e1b58c3a5204aa0a63cbd75d10d0b00 HTTP/1.1" 404 173 0.005406 10.0.0.141 - - [2026-05-07 03:46:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009203 10.0.0.141 - - [2026-05-07 03:46:41] "POST /neutron/port HTTP/1.1" 200 1126 0.027119 10.0.0.141 - - [2026-05-07 03:46:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010741 10.0.0.141 - - [2026-05-07 03:46:56] "POST /neutron/port HTTP/1.1" 200 1105 0.026962 10.0.0.141 - - [2026-05-07 03:46:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005876 10.0.0.141 - - [2026-05-07 03:46:56] "POST /neutron/network HTTP/1.1" 200 925 0.008345 10.0.0.141 - - [2026-05-07 03:46:56] "POST /neutron/port HTTP/1.1" 200 1126 0.023153 10.0.0.141 - - [2026-05-07 03:46:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009337 10.0.0.141 - - [2026-05-07 03:46:57] "GET /virtual-machine/31dbf892-0c3e-41d1-9ffc-4ce55bb7f3b9 HTTP/1.1" 401 293 0.000482 10.0.0.141 - - [2026-05-07 03:46:57] "GET /virtual-machine/31dbf892-0c3e-41d1-9ffc-4ce55bb7f3b9 HTTP/1.1" 200 1293 0.037256 10.0.0.141 - - [2026-05-07 03:46:57] "GET /virtual-machine-interface/2acb9eeb-b5e7-4614-a04a-1a4df694d2bc HTTP/1.1" 200 2949 0.006196 10.0.0.141 - - [2026-05-07 03:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.141 - - [2026-05-07 03:46:57] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004288 10.0.0.141 - - [2026-05-07 03:46:57] "GET /virtual-networks?parent_id=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003509 10.0.0.141 - - [2026-05-07 03:46:57] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008114 10.0.0.141 - - [2026-05-07 03:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006472 10.0.0.141 - - [2026-05-07 03:47:00] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009162 10.0.0.141 - - [2026-05-07 03:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005591 10.0.0.141 - - [2026-05-07 03:47:04] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008273 10.0.0.141 - - [2026-05-07 03:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.141 - - [2026-05-07 03:47:08] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006784 10.0.0.141 - - [2026-05-07 03:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.141 - - [2026-05-07 03:47:12] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006637 10.0.0.27 - - [2026-05-07 03:47:16] "GET /obj-perms HTTP/1.1" 200 5075 0.071281 10.0.0.141 - - [2026-05-07 03:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.141 - - [2026-05-07 03:47:17] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006744 10.0.0.141 - - [2026-05-07 03:47:17] "GET /obj-perms HTTP/1.1" 200 5075 0.062818 10.0.0.141 - - [2026-05-07 03:47:17] "POST /neutron/network HTTP/1.1" 200 1121 0.010267 10.0.0.141 - - [2026-05-07 03:47:17] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019389 10.0.0.141 - - [2026-05-07 03:47:17] "POST /neutron/network HTTP/1.1" 200 1111 0.015437 10.0.0.141 - - [2026-05-07 03:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.141 - - [2026-05-07 03:47:21] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007929 10.0.0.141 - - [2026-05-07 03:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.141 - - [2026-05-07 03:47:25] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005978 10.0.0.141 - - [2026-05-07 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005730 10.0.0.141 - - [2026-05-07 03:47:29] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009330 10.0.0.141 - - [2026-05-07 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.141 - - [2026-05-07 03:47:33] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007486 10.0.0.141 - - [2026-05-07 03:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.141 - - [2026-05-07 03:47:37] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005839 10.0.0.141 - - [2026-05-07 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819 10.0.0.141 - - [2026-05-07 03:47:41] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007918 10.0.0.141 - - [2026-05-07 03:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.141 - - [2026-05-07 03:47:45] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009488 10.0.0.141 - - [2026-05-07 03:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.141 - - [2026-05-07 03:47:49] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005898 10.0.0.141 - - [2026-05-07 03:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005981 10.0.0.141 - - [2026-05-07 03:47:53] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008373 10.0.0.141 - - [2026-05-07 03:47:56] "POST /neutron/network HTTP/1.1" 200 1121 0.012537 10.0.0.141 - - [2026-05-07 03:47:56] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018247 10.0.0.141 - - [2026-05-07 03:47:56] "POST /neutron/network HTTP/1.1" 200 1111 0.012125 10.0.0.141 - - [2026-05-07 03:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005581 10.0.0.141 - - [2026-05-07 03:47:58] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007762 10.0.0.141 - - [2026-05-07 03:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.141 - - [2026-05-07 03:48:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006151 10.0.0.141 - - [2026-05-07 03:48:00] "GET /virtual-networks?parent_id=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004173 10.0.0.141 - - [2026-05-07 03:48:00] "GET /virtual-network/d78e7ee7-068d-4520-9b2c-a4033ac88c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006968 10.0.0.141 - - [2026-05-07 03:48:05] "POST /neutron/port HTTP/1.1" 200 1126 0.027059 10.0.0.141 - - [2026-05-07 03:48:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009504 10.0.0.141 - - [2026-05-07 03:48:15] "POST /neutron/port HTTP/1.1" 200 1126 0.024004 10.0.0.141 - - [2026-05-07 03:48:17] "POST /neutron/port HTTP/1.1" 200 1105 0.024172 10.0.0.141 - - [2026-05-07 03:48:17] "POST /neutron/subnet HTTP/1.1" 200 689 0.013846 10.0.0.141 - - [2026-05-07 03:48:21] "POST /neutron/port HTTP/1.1" 200 1126 0.026278 10.0.0.141 - - [2026-05-07 03:48:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.045443 10.0.0.141 - - [2026-05-07 03:48:31] "POST /neutron/port HTTP/1.1" 200 1126 0.026198 10.0.0.141 - - [2026-05-07 03:48:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009399 10.0.0.141 - - [2026-05-07 03:48:47] "POST /neutron/port HTTP/1.1" 200 1126 0.022189 10.0.0.141 - - [2026-05-07 03:48:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009347 10.0.0.141 - - [2026-05-07 03:48:56] "POST /neutron/network HTTP/1.1" 200 935 0.008238 10.0.0.141 - - [2026-05-07 03:48:56] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.141 - - [2026-05-07 03:48:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010810 10.0.0.141 - - [2026-05-07 03:49:07] "POST /neutron/port HTTP/1.1" 200 1126 0.025284 10.0.0.141 - - [2026-05-07 03:49:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008920 10.0.0.141 - - [2026-05-07 03:49:18] "POST /neutron/port HTTP/1.1" 200 1123 0.019995 10.0.0.141 - - [2026-05-07 03:49:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009125 10.0.0.141 - - [2026-05-07 03:49:18] "GET /virtual-machine/7bdc79a3-d263-422a-99f8-d4a7ef825b27 HTTP/1.1" 200 1293 0.009870 10.0.0.141 - - [2026-05-07 03:49:18] "GET /virtual-machine-interface/cc2e3904-baba-4b29-9467-a369ec22c88a HTTP/1.1" 200 2950 0.007988 10.0.0.141 - - [2026-05-07 03:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005519 10.0.0.141 - - [2026-05-07 03:49:18] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005153 10.0.0.141 - - [2026-05-07 03:49:18] "GET /virtual-networks?parent_id=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004314 10.0.0.141 - - [2026-05-07 03:49:18] "GET /virtual-network/c1d5f03b-84c2-47ab-8962-7c811a1a9d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007223 10.0.0.141 - - [2026-05-07 03:49:19] "POST /neutron/network HTTP/1.1" 200 835 0.044033 10.0.0.141 - - [2026-05-07 03:49:19] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.141 - - [2026-05-07 03:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.141 - - [2026-05-07 03:49:19] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005589 10.0.0.141 - - [2026-05-07 03:49:19] "GET /virtual-networks?parent_id=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006074 10.0.0.141 - - [2026-05-07 03:49:19] "GET /virtual-network/c1d5f03b-84c2-47ab-8962-7c811a1a9d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007384 10.0.0.141 - - [2026-05-07 03:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.27 - - [2026-05-07 03:49:20] "GET /projects?obj_uuids=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.035667 10.0.0.141 - - [2026-05-07 03:49:20] "GET /project/8e1b58c3-a520-4aa0-a63c-bd75d10d0b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.094810 10.0.0.141 - - [2026-05-07 03:49:20] "GET /virtual-network/c1d5f03b-84c2-47ab-8962-7c811a1a9d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007762 10.0.0.141 - - [2026-05-07 03:49:20] "GET /floating-ip-pools?parent_id=c1d5f03b-84c2-47ab-8962-7c811a1a9d76&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004156 10.0.0.141 - - [2026-05-07 03:49:20] "GET /virtual-network/c1d5f03b-84c2-47ab-8962-7c811a1a9d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007609 10.0.0.141 - - [2026-05-07 03:49:20] "POST /floating-ip-pools HTTP/1.1" 200 598 0.040554 10.0.0.141 - - [2026-05-07 03:49:20] "POST /ref-update HTTP/1.1" 200 156 0.018259 10.0.0.141 - - [2026-05-07 03:49:20] "GET /virtual-network/c1d5f03b-84c2-47ab-8962-7c811a1a9d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007691 10.0.0.141 - - [2026-05-07 03:49:20] "GET /virtual-network/c1d5f03b-84c2-47ab-8962-7c811a1a9d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.011310 10.0.0.141 - - [2026-05-07 03:49:21] "POST /neutron/port HTTP/1.1" 200 1126 0.021503 10.0.0.141 - - [2026-05-07 03:49:21] "POST /neutron/floatingip HTTP/1.1" 200 576 0.025591 10.0.0.141 - - [2026-05-07 03:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.141 - - [2026-05-07 03:49:21] "GET /routing-instance/f679156a-8497-4480-a01b-3ca3700a19ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.009677 10.0.0.141 - - [2026-05-07 03:49:21] "GET /route-target/259b3343-0676-49c4-8cd8-f367a5db4eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005574 10.0.0.249 - - [2026-05-07 03:49:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.249 - - [2026-05-07 03:49:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000754 10.0.0.27 - - [2026-05-07 03:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000785 10.0.0.27 - - [2026-05-07 03:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000634 10.0.0.249 - - [2026-05-07 03:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.249 - - [2026-05-07 03:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000477 10.0.0.141 - - [2026-05-07 03:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.141 - - [2026-05-07 03:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.27 - - [2026-05-07 03:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000574 10.0.0.27 - - [2026-05-07 03:49:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.141 - - [2026-05-07 03:49:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.141 - - [2026-05-07 03:49:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000477 10.0.0.141 - - [2026-05-07 03:49:54] "POST /neutron/floatingip HTTP/1.1" 200 528 0.012240 10.0.0.141 - - [2026-05-07 03:49:54] "GET /floating-ip-pool/634a954f-3e5b-4af5-86a6-cd964c2c0e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1183 0.005292 10.0.0.141 - - [2026-05-07 03:49:54] "POST /ref-update HTTP/1.1" 200 156 0.017754 10.0.0.141 - - [2026-05-07 03:49:55] "DELETE /floating-ip-pool/634a954f-3e5b-4af5-86a6-cd964c2c0e0a HTTP/1.1" 200 115 0.056267 10.0.0.141 - - [2026-05-07 03:49:55] "POST /neutron/network HTTP/1.1" 400 204 0.058516 10.0.0.141 - - [2026-05-07 03:49:56] "POST /neutron/port HTTP/1.1" 200 151 0.283437 10.0.0.141 - - [2026-05-07 03:49:56] "POST /neutron/port HTTP/1.1" 200 151 0.316243 10.0.0.249 - - [2026-05-07 03:49:57] "DELETE /route-target/5442781b-c82b-4b70-af01-cb7e0e453c81 HTTP/1.1" 200 115 0.037464 10.0.0.141 - - [2026-05-07 03:49:57] "POST /neutron/network HTTP/1.1" 200 825 0.009586 10.0.0.27 - - [2026-05-07 03:49:59] "GET /projects?obj_uuids=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001590 10.0.0.141 - - [2026-05-07 03:49:59] "GET /project/8e1b58c3-a520-4aa0-a63c-bd75d10d0b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.053495 10.0.0.27 - - [2026-05-07 03:49:59] "GET /projects?obj_uuids=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001275 10.0.0.141 - - [2026-05-07 03:49:59] "GET /project/8e1b58c3-a520-4aa0-a63c-bd75d10d0b00?fields=virtual_networks HTTP/1.1" 200 1035 0.062781 10.0.0.27 - - [2026-05-07 03:49:59] "GET /projects?obj_uuids=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001181 10.0.0.141 - - [2026-05-07 03:49:59] "GET /project/8e1b58c3-a520-4aa0-a63c-bd75d10d0b00?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.055712 10.0.0.27 - - [2026-05-07 03:49:59] "GET /projects?obj_uuids=8e1b58c3-a520-4aa0-a63c-bd75d10d0b00&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001308 10.0.0.141 - - [2026-05-07 03:50:00] "GET /project/8e1b58c3-a520-4aa0-a63c-bd75d10d0b00?fields=security_groups HTTP/1.1" 200 1262 0.063172 10.0.0.141 - - [2026-05-07 03:50:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.035448 10.0.0.27 - - [2026-05-07 03:50:01] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004678 10.0.0.27 - - [2026-05-07 03:50:01] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.27 - - [2026-05-07 03:50:01] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051366 10.0.0.27 - - [2026-05-07 03:50:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.001408 10.0.0.27 - - [2026-05-07 03:50:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.004021 10.0.0.27 - - [2026-05-07 03:50:01] "POST /security-groups HTTP/1.1" 200 591 0.114189 10.0.0.249 - - [2026-05-07 03:50:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.009974 10.0.0.27 - - [2026-05-07 03:50:01] "POST /projects HTTP/1.1" 200 585 0.401663 10.0.0.27 - - [2026-05-07 03:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.441169 10.0.0.141 - - [2026-05-07 03:50:01] "GET /project/abbd5339-339f-456f-b145-423545dc710e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.707663 10.0.0.249 - - [2026-05-07 03:50:01] "POST /access-control-lists HTTP/1.1" 200 594 0.064889 10.0.0.141 - - [2026-05-07 03:50:03] "GET / HTTP/1.1" 200 35931 0.002294 10.0.0.141 - - [2026-05-07 03:50:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000528 10.0.0.141 - - [2026-05-07 03:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.078419 10.0.0.27 - - [2026-05-07 03:50:05] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.141 - - [2026-05-07 03:50:05] "GET /project/abbd5339-339f-456f-b145-423545dc710e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.058106 10.0.0.27 - - [2026-05-07 03:50:05] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002448 10.0.0.141 - - [2026-05-07 03:50:06] "POST /neutron/network HTTP/1.1" 200 625 0.213934 10.0.0.141 - - [2026-05-07 03:50:06] "POST /id-to-fqname HTTP/1.1" 200 230 0.004975 10.0.0.141 - - [2026-05-07 03:50:06] "GET /virtual-network/e2edef07-f5db-4ccc-9d55-f44a8dbfb584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006386 10.0.0.141 - - [2026-05-07 03:50:06] "POST /neutron/network HTTP/1.1" 200 839 0.010628 10.0.0.141 - - [2026-05-07 03:50:06] "GET /virtual-network/e2edef07-f5db-4ccc-9d55-f44a8dbfb584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007254 10.0.0.141 - - [2026-05-07 03:50:06] "POST /neutron/network HTTP/1.1" 200 839 0.008615 10.0.0.141 - - [2026-05-07 03:50:06] "POST /id-to-fqname HTTP/1.1" 200 230 0.001496 10.0.0.27 - - [2026-05-07 03:50:07] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.141 - - [2026-05-07 03:50:07] "GET /project/abbd5339-339f-456f-b145-423545dc710e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.113977 10.0.0.141 - - [2026-05-07 03:50:08] "POST /neutron/network HTTP/1.1" 200 839 0.046139 10.0.0.141 - - [2026-05-07 03:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.141 - - [2026-05-07 03:50:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005282 10.0.0.141 - - [2026-05-07 03:50:08] "PUT /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346 HTTP/1.1" 200 276 0.028654 10.0.0.141 - - [2026-05-07 03:50:08] "POST /neutron/port HTTP/1.1" 200 117 0.007714 10.0.0.141 - - [2026-05-07 03:50:09] "POST /neutron/port HTTP/1.1" 200 1055 0.064020 10.0.0.141 - - [2026-05-07 03:50:09] "POST /neutron/port HTTP/1.1" 200 1119 0.036980 10.0.0.141 - - [2026-05-07 03:50:09] "POST /neutron/port HTTP/1.1" 200 117 0.001449 10.0.0.141 - - [2026-05-07 03:50:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011735 10.0.0.141 - - [2026-05-07 03:50:14] "POST /neutron/port HTTP/1.1" 200 1119 0.028844 10.0.0.141 - - [2026-05-07 03:50:14] "GET /virtual-machine/c6cca846-546e-473d-badd-d9ba1e02f563 HTTP/1.1" 401 293 0.000456 10.0.0.141 - - [2026-05-07 03:50:14] "GET /virtual-machine/c6cca846-546e-473d-badd-d9ba1e02f563 HTTP/1.1" 200 1293 0.041471 10.0.0.141 - - [2026-05-07 03:50:14] "GET /virtual-machine-interface/3bf0dd9f-259f-4df2-8e03-723a1b4c4307 HTTP/1.1" 200 2971 0.006810 10.0.0.141 - - [2026-05-07 03:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.141 - - [2026-05-07 03:50:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004561 10.0.0.141 - - [2026-05-07 03:50:14] "GET /virtual-networks?parent_id=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003870 10.0.0.141 - - [2026-05-07 03:50:14] "GET /virtual-network/e2edef07-f5db-4ccc-9d55-f44a8dbfb584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006880 10.0.0.141 - - [2026-05-07 03:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.141 - - [2026-05-07 03:50:17] "GET /virtual-network/e2edef07-f5db-4ccc-9d55-f44a8dbfb584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007685 10.0.0.141 - - [2026-05-07 03:50:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009133 10.0.0.141 - - [2026-05-07 03:50:21] "POST /neutron/network HTTP/1.1" 200 1121 0.009632 10.0.0.141 - - [2026-05-07 03:50:21] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018498 10.0.0.141 - - [2026-05-07 03:50:21] "POST /neutron/network HTTP/1.1" 200 1111 0.013113 10.0.0.141 - - [2026-05-07 03:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.141 - - [2026-05-07 03:50:22] "GET /virtual-network/e2edef07-f5db-4ccc-9d55-f44a8dbfb584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007065 10.0.0.141 - - [2026-05-07 03:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.141 - - [2026-05-07 03:50:24] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004965 10.0.0.141 - - [2026-05-07 03:50:24] "GET /virtual-networks?parent_id=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003466 10.0.0.141 - - [2026-05-07 03:50:24] "GET /virtual-network/e2edef07-f5db-4ccc-9d55-f44a8dbfb584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008203 10.0.0.141 - - [2026-05-07 03:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.141 - - [2026-05-07 03:50:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.007257 10.0.0.249 - - [2026-05-07 03:50:25] "DELETE /access-control-list/139c6cce-7dae-471a-81ee-5178d61b8315 HTTP/1.1" 200 115 0.099355 10.0.0.141 - - [2026-05-07 03:50:25] "PUT /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346 HTTP/1.1" 200 276 0.065923 10.0.0.141 - - [2026-05-07 03:50:26] "POST /neutron/port HTTP/1.1" 200 1119 0.032904 10.0.0.141 - - [2026-05-07 03:50:27] "POST /neutron/network HTTP/1.1" 200 839 0.008588 10.0.0.249 - - [2026-05-07 03:50:28] "DELETE /route-target/a5b499eb-267c-4173-a67a-b979df09befa HTTP/1.1" 200 115 0.027972 10.0.0.27 - - [2026-05-07 03:50:28] "DELETE /project/abbd5339339f456fb145423545dc710e HTTP/1.1" 404 173 0.005551 10.0.0.27 - - [2026-05-07 03:50:28] "DELETE /project/8e1b58c3-a520-4aa0-a63c-bd75d10d0b00 HTTP/1.1" 404 177 0.004948 10.0.0.141 - - [2026-05-07 03:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.27 - - [2026-05-07 03:50:31] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.141 - - [2026-05-07 03:50:31] "GET /project/abbd5339-339f-456f-b145-423545dc710e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054754 10.0.0.27 - - [2026-05-07 03:50:31] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001595 10.0.0.141 - - [2026-05-07 03:50:31] "POST /neutron/network HTTP/1.1" 200 605 0.153794 10.0.0.141 - - [2026-05-07 03:50:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.004146 10.0.0.141 - - [2026-05-07 03:50:31] "GET /virtual-network/a585d30f-f28d-4864-87d1-802efbb61345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006362 10.0.0.141 - - [2026-05-07 03:50:31] "POST /neutron/network HTTP/1.1" 200 822 0.008787 10.0.0.141 - - [2026-05-07 03:50:31] "GET /virtual-network/a585d30f-f28d-4864-87d1-802efbb61345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006057 10.0.0.141 - - [2026-05-07 03:50:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001525 10.0.0.141 - - [2026-05-07 03:50:32] "POST /neutron/port HTTP/1.1" 200 4182 0.055263 10.0.0.27 - - [2026-05-07 03:50:33] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001333 10.0.0.141 - - [2026-05-07 03:50:33] "GET /project/abbd5339-339f-456f-b145-423545dc710e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.097421 10.0.0.141 - - [2026-05-07 03:50:33] "POST /neutron/port HTTP/1.1" 200 4182 0.059500 10.0.0.141 - - [2026-05-07 03:50:33] "POST /neutron/network HTTP/1.1" 200 832 0.013584 10.0.0.141 - - [2026-05-07 03:50:34] "POST /neutron/port HTTP/1.1" 200 1058 0.028534 10.0.0.141 - - [2026-05-07 03:50:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005083 10.0.0.141 - - [2026-05-07 03:50:34] "POST /neutron/network HTTP/1.1" 200 822 0.007621 10.0.0.141 - - [2026-05-07 03:50:38] "POST /neutron/port HTTP/1.1" 200 1122 0.029286 10.0.0.141 - - [2026-05-07 03:50:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010180 10.0.0.141 - - [2026-05-07 03:50:38] "GET /virtual-machine/4fdda02d-c105-47e2-9acb-c86d8259d60b HTTP/1.1" 200 1292 0.009077 10.0.0.141 - - [2026-05-07 03:50:39] "GET /virtual-machine-interface/b296bb8b-2e97-45e9-8018-0ea4c797b674 HTTP/1.1" 200 2941 0.007309 10.0.0.141 - - [2026-05-07 03:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.141 - - [2026-05-07 03:50:39] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004596 10.0.0.141 - - [2026-05-07 03:50:39] "GET /virtual-networks?parent_id=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004258 10.0.0.141 - - [2026-05-07 03:50:39] "GET /virtual-network/a585d30f-f28d-4864-87d1-802efbb61345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006758 10.0.0.141 - - [2026-05-07 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005777 10.0.0.141 - - [2026-05-07 03:50:42] "GET /virtual-network/a585d30f-f28d-4864-87d1-802efbb61345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.008862 10.0.0.141 - - [2026-05-07 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008554 10.0.0.141 - - [2026-05-07 03:50:46] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004766 10.0.0.141 - - [2026-05-07 03:50:46] "GET /virtual-networks?parent_id=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004603 10.0.0.141 - - [2026-05-07 03:50:46] "GET /virtual-network/a585d30f-f28d-4864-87d1-802efbb61345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.008789 10.0.0.141 - - [2026-05-07 03:50:47] "POST /neutron/network HTTP/1.1" 200 822 0.009600 10.0.0.141 - - [2026-05-07 03:50:48] "POST /neutron/port HTTP/1.1" 200 1112 0.019817 10.0.0.27 - - [2026-05-07 03:50:49] "POST /useragent-kv HTTP/1.1" 200 115 0.006393 10.0.0.27 - - [2026-05-07 03:50:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004657 10.0.0.141 - - [2026-05-07 03:50:49] "POST /neutron/network HTTP/1.1" 200 151 0.163041 10.0.0.249 - - [2026-05-07 03:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.051653 10.0.0.141 - - [2026-05-07 03:50:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004509 10.0.0.141 - - [2026-05-07 03:50:52] "POST /network-ipams HTTP/1.1" 200 541 0.036705 10.0.0.141 - - [2026-05-07 03:50:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004954 10.0.0.141 - - [2026-05-07 03:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.141 - - [2026-05-07 03:50:52] "GET /network-ipam/37193a71-b1c7-4985-8957-72876d5bb5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.008365 10.0.0.141 - - [2026-05-07 03:50:52] "PUT /network-ipam/37193a71-b1c7-4985-8957-72876d5bb5a7 HTTP/1.1" 200 258 0.018641 10.0.0.141 - - [2026-05-07 03:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.27 - - [2026-05-07 03:50:53] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001253 10.0.0.141 - - [2026-05-07 03:50:53] "GET /project/abbd5339-339f-456f-b145-423545dc710e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.052001 10.0.0.249 - - [2026-05-07 03:50:53] "POST /ref-update HTTP/1.1" 200 156 0.025040 10.0.0.27 - - [2026-05-07 03:50:53] "POST /useragent-kv HTTP/1.1" 200 115 0.010629 10.0.0.141 - - [2026-05-07 03:50:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.272602 10.0.0.141 - - [2026-05-07 03:50:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001481 10.0.0.141 - - [2026-05-07 03:50:53] "GET /virtual-network/9b9566ca-3d93-48f1-9703-1782129359bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009079 10.0.0.141 - - [2026-05-07 03:50:53] "POST /neutron/network HTTP/1.1" 200 994 0.012980 10.0.0.141 - - [2026-05-07 03:50:54] "GET /virtual-network/9b9566ca-3d93-48f1-9703-1782129359bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006196 10.0.0.141 - - [2026-05-07 03:50:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.010317 10.0.0.141 - - [2026-05-07 03:50:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.011600 10.0.0.141 - - [2026-05-07 03:50:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001532 10.0.0.141 - - [2026-05-07 03:50:54] "POST /neutron/port HTTP/1.1" 200 4182 0.039358 10.0.0.141 - - [2026-05-07 03:50:55] "POST /neutron/network HTTP/1.1" 200 994 0.014117 10.0.0.141 - - [2026-05-07 03:50:55] "POST /neutron/port HTTP/1.1" 200 4182 0.053431 10.0.0.141 - - [2026-05-07 03:50:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.002335 10.0.0.141 - - [2026-05-07 03:50:55] "POST /neutron/port HTTP/1.1" 200 1017 0.026848 10.0.0.141 - - [2026-05-07 03:50:56] "POST /neutron/port HTTP/1.1" 200 1017 0.021034 10.0.0.141 - - [2026-05-07 03:50:56] "POST /neutron/port HTTP/1.1" 200 1017 0.021831 10.0.0.141 - - [2026-05-07 03:50:56] "POST /neutron/port HTTP/1.1" 200 1109 0.172751 10.0.0.141 - - [2026-05-07 03:50:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010497 10.0.0.141 - - [2026-05-07 03:50:56] "POST /neutron/port HTTP/1.1" 200 117 0.007353 10.0.0.141 - - [2026-05-07 03:50:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001915 10.0.0.141 - - [2026-05-07 03:50:56] "POST /neutron/port HTTP/1.1" 200 5148 0.059559 10.0.0.141 - - [2026-05-07 03:50:56] "POST /neutron/port HTTP/1.1" 200 1017 0.023315 10.0.0.141 - - [2026-05-07 03:50:57] "POST /neutron/port HTTP/1.1" 200 1017 0.016134 10.0.0.141 - - [2026-05-07 03:50:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005132 10.0.0.141 - - [2026-05-07 03:50:57] "POST /neutron/network HTTP/1.1" 200 994 0.011747 10.0.0.27 - - [2026-05-07 03:50:57] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001489 10.0.0.141 - - [2026-05-07 03:50:57] "GET /project/abbd5339-339f-456f-b145-423545dc710e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.136729 10.0.0.141 - - [2026-05-07 03:50:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010977 10.0.0.141 - - [2026-05-07 03:50:58] "GET /virtual-network/9b9566ca-3d93-48f1-9703-1782129359bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007465 10.0.0.27 - - [2026-05-07 03:50:58] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001278 10.0.0.141 - - [2026-05-07 03:50:59] "POST /neutron/port HTTP/1.1" 200 1055 0.353772 10.0.0.141 - - [2026-05-07 03:50:59] "POST /neutron/port HTTP/1.1" 200 1216 0.019867 10.0.0.141 - - [2026-05-07 03:50:59] "POST /neutron/network HTTP/1.1" 200 1121 0.007209 10.0.0.141 - - [2026-05-07 03:50:59] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019340 10.0.0.141 - - [2026-05-07 03:50:59] "POST /neutron/port HTTP/1.1" 200 117 0.001807 10.0.0.141 - - [2026-05-07 03:50:59] "POST /neutron/subnet HTTP/1.1" 200 673 0.015316 10.0.0.141 - - [2026-05-07 03:50:59] "GET /obj-perms HTTP/1.1" 200 5049 0.099385 10.0.0.249 - - [2026-05-07 03:51:00] "GET /obj-perms HTTP/1.1" 200 5049 0.145693 10.0.0.27 - - [2026-05-07 03:51:00] "GET /obj-perms HTTP/1.1" 200 5049 0.080420 10.0.0.141 - - [2026-05-07 03:51:00] "POST /neutron/port HTTP/1.1" 200 1119 0.027227 10.0.0.141 - - [2026-05-07 03:51:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012673 10.0.0.141 - - [2026-05-07 03:51:01] "GET /virtual-machine/8c8fcc19-5184-459a-b9b5-e8f1302aa96c HTTP/1.1" 200 1289 0.009115 10.0.0.141 - - [2026-05-07 03:51:01] "GET /virtual-machine-interface/1cea0f6f-221a-45c3-b6b3-905827c3260f HTTP/1.1" 200 2941 0.007646 10.0.0.141 - - [2026-05-07 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.141 - - [2026-05-07 03:51:01] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005367 10.0.0.141 - - [2026-05-07 03:51:01] "GET /virtual-networks?parent_id=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005092 10.0.0.141 - - [2026-05-07 03:51:01] "GET /virtual-network/9b9566ca-3d93-48f1-9703-1782129359bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007194 10.0.0.141 - - [2026-05-07 03:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.141 - - [2026-05-07 03:51:04] "GET /virtual-network/9b9566ca-3d93-48f1-9703-1782129359bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007402 10.0.0.141 - - [2026-05-07 03:51:06] "POST /neutron/port HTTP/1.1" 200 1119 0.025388 10.0.0.141 - - [2026-05-07 03:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.141 - - [2026-05-07 03:51:08] "GET /virtual-network/9b9566ca-3d93-48f1-9703-1782129359bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.010081 10.0.0.141 - - [2026-05-07 03:51:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009575 10.0.0.141 - - [2026-05-07 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.141 - - [2026-05-07 03:51:10] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006164 10.0.0.141 - - [2026-05-07 03:51:10] "GET /virtual-networks?parent_id=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004291 10.0.0.141 - - [2026-05-07 03:51:10] "GET /virtual-network/9b9566ca-3d93-48f1-9703-1782129359bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007455 10.0.0.141 - - [2026-05-07 03:51:14] "POST /neutron/port HTTP/1.1" 200 1119 0.037346 10.0.0.141 - - [2026-05-07 03:51:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009755 10.0.0.141 - - [2026-05-07 03:51:16] "POST /neutron/port HTTP/1.1" 200 1119 0.023806 10.0.0.141 - - [2026-05-07 03:51:16] "GET /virtual-machine/dd95a35e-4d47-4f0d-b4e6-1c60f502e994 HTTP/1.1" 200 1289 0.008694 10.0.0.141 - - [2026-05-07 03:51:16] "GET /virtual-machine-interface/2bcd0663-433a-41c6-8ad4-e3e45cd5bfca HTTP/1.1" 200 2941 0.006821 10.0.0.141 - - [2026-05-07 03:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.141 - - [2026-05-07 03:51:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005424 10.0.0.141 - - [2026-05-07 03:51:16] "GET /virtual-networks?parent_id=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004119 10.0.0.141 - - [2026-05-07 03:51:16] "GET /virtual-network/9b9566ca-3d93-48f1-9703-1782129359bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006448 10.0.0.141 - - [2026-05-07 03:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.141 - - [2026-05-07 03:51:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005265 10.0.0.141 - - [2026-05-07 03:51:17] "GET /virtual-networks?parent_id=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004143 10.0.0.141 - - [2026-05-07 03:51:17] "GET /virtual-network/9b9566ca-3d93-48f1-9703-1782129359bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007506 10.0.0.141 - - [2026-05-07 03:51:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008855 10.0.0.141 - - [2026-05-07 03:51:18] "POST /neutron/port HTTP/1.1" 200 1119 0.024513 10.0.0.141 - - [2026-05-07 03:51:18] "GET /virtual-machine/acfc4a0a-7936-45b3-9ec1-7afee2d97649 HTTP/1.1" 200 1293 0.007817 10.0.0.141 - - [2026-05-07 03:51:18] "GET /virtual-machine-interface/a8207281-47fc-4f04-84b7-a18dbc7e71c7 HTTP/1.1" 200 2941 0.008595 10.0.0.141 - - [2026-05-07 03:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005479 10.0.0.141 - - [2026-05-07 03:51:18] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007190 10.0.0.141 - - [2026-05-07 03:51:18] "GET /virtual-networks?parent_id=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005934 10.0.0.141 - - [2026-05-07 03:51:18] "GET /virtual-network/9b9566ca-3d93-48f1-9703-1782129359bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007298 10.0.0.141 - - [2026-05-07 03:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.141 - - [2026-05-07 03:51:19] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005766 10.0.0.141 - - [2026-05-07 03:51:19] "GET /virtual-networks?parent_id=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004117 10.0.0.141 - - [2026-05-07 03:51:19] "GET /virtual-network/9b9566ca-3d93-48f1-9703-1782129359bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006720 10.0.0.141 - - [2026-05-07 03:51:22] "POST /neutron/port HTTP/1.1" 200 1105 0.029843 10.0.0.141 - - [2026-05-07 03:51:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.014069 10.0.0.141 - - [2026-05-07 03:51:36] "POST /neutron/port HTTP/1.1" 200 1109 0.027017 10.0.0.141 - - [2026-05-07 03:51:36] "POST /neutron/port HTTP/1.1" 200 1109 0.016777 10.0.0.141 - - [2026-05-07 03:51:36] "POST /neutron/port HTTP/1.1" 200 151 0.277505 10.0.0.141 - - [2026-05-07 03:51:36] "POST /neutron/network HTTP/1.1" 200 994 0.022716 10.0.0.141 - - [2026-05-07 03:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.141 - - [2026-05-07 03:51:37] "DELETE /network-ipam/37193a71-b1c7-4985-8957-72876d5bb5a7 HTTP/1.1" 200 115 0.043116 10.0.0.141 - - [2026-05-07 03:51:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.003865 10.0.0.27 - - [2026-05-07 03:51:39] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001559 10.0.0.141 - - [2026-05-07 03:51:39] "GET /project/abbd5339-339f-456f-b145-423545dc710e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.084432 10.0.0.27 - - [2026-05-07 03:51:39] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.141 - - [2026-05-07 03:51:39] "GET /project/abbd5339-339f-456f-b145-423545dc710e?fields=virtual_networks HTTP/1.1" 200 1033 0.043572 10.0.0.27 - - [2026-05-07 03:51:39] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.141 - - [2026-05-07 03:51:39] "GET /project/abbd5339-339f-456f-b145-423545dc710e?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050039 10.0.0.27 - - [2026-05-07 03:51:39] "GET /projects?obj_uuids=abbd5339-339f-456f-b145-423545dc710e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001676 10.0.0.141 - - [2026-05-07 03:51:39] "GET /project/abbd5339-339f-456f-b145-423545dc710e?fields=security_groups HTTP/1.1" 200 1259 0.051857 10.0.0.141 - - [2026-05-07 03:51:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.046050 10.0.0.27 - - [2026-05-07 03:51:40] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003726 10.0.0.27 - - [2026-05-07 03:51:40] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002034 10.0.0.27 - - [2026-05-07 03:51:40] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011263 10.0.0.27 - - [2026-05-07 03:51:40] "POST /id-to-fqname HTTP/1.1" 200 198 0.002592 10.0.0.27 - - [2026-05-07 03:51:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.005510 10.0.0.27 - - [2026-05-07 03:51:40] "POST /security-groups HTTP/1.1" 200 599 0.050529 10.0.0.249 - - [2026-05-07 03:51:40] "POST /fqname-to-id HTTP/1.1" 404 242 0.006377 10.0.0.27 - - [2026-05-07 03:51:40] "POST /projects HTTP/1.1" 200 601 0.277279 10.0.0.27 - - [2026-05-07 03:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.314027 10.0.0.141 - - [2026-05-07 03:51:40] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.492004 10.0.0.249 - - [2026-05-07 03:51:41] "POST /access-control-lists HTTP/1.1" 200 602 0.071092 10.0.0.141 - - [2026-05-07 03:51:41] "POST /neutron/port HTTP/1.1" 400 205 0.004731 10.0.0.141 - - [2026-05-07 03:51:42] "GET / HTTP/1.1" 200 35931 0.002239 10.0.0.141 - - [2026-05-07 03:51:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000815 10.0.0.141 - - [2026-05-07 03:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.079300 10.0.0.27 - - [2026-05-07 03:51:44] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001305 10.0.0.141 - - [2026-05-07 03:51:45] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053590 10.0.0.141 - - [2026-05-07 03:51:45] "POST /neutron/network HTTP/1.1" 200 117 0.051103 10.0.0.27 - - [2026-05-07 03:51:45] "POST /useragent-kv HTTP/1.1" 200 115 0.010398 10.0.0.141 - - [2026-05-07 03:51:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.253979 10.0.0.249 - - [2026-05-07 03:51:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.057462 10.0.0.141 - - [2026-05-07 03:51:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001533 10.0.0.141 - - [2026-05-07 03:51:46] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006368 10.0.0.141 - - [2026-05-07 03:51:46] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.012895 10.0.0.141 - - [2026-05-07 03:51:46] "POST /neutron/network HTTP/1.1" 200 1005 0.014412 10.0.0.141 - - [2026-05-07 03:51:46] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009542 10.0.0.141 - - [2026-05-07 03:51:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001746 10.0.0.141 - - [2026-05-07 03:51:48] "POST /neutron/port HTTP/1.1" 200 4182 0.044796 10.0.0.27 - - [2026-05-07 03:51:49] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001508 10.0.0.141 - - [2026-05-07 03:51:49] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.100119 10.0.0.141 - - [2026-05-07 03:51:49] "POST /neutron/port HTTP/1.1" 200 4182 0.051610 10.0.0.141 - - [2026-05-07 03:51:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001476 10.0.0.141 - - [2026-05-07 03:51:50] "POST /neutron/network HTTP/1.1" 200 1015 0.009550 10.0.0.141 - - [2026-05-07 03:51:50] "POST /neutron/port HTTP/1.1" 200 1174 0.045129 10.0.0.27 - - [2026-05-07 03:51:51] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.141 - - [2026-05-07 03:51:51] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.150522 10.0.0.141 - - [2026-05-07 03:51:51] "POST /neutron/port HTTP/1.1" 200 1238 0.043061 10.0.0.141 - - [2026-05-07 03:51:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004567 10.0.0.141 - - [2026-05-07 03:51:51] "POST /neutron/port HTTP/1.1" 200 117 0.001405 10.0.0.141 - - [2026-05-07 03:51:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013312 10.0.0.141 - - [2026-05-07 03:51:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.002341 10.0.0.141 - - [2026-05-07 03:51:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008813 10.0.0.27 - - [2026-05-07 03:51:52] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001988 10.0.0.141 - - [2026-05-07 03:51:52] "POST /neutron/port HTTP/1.1" 200 1174 0.440912 10.0.0.141 - - [2026-05-07 03:51:52] "POST /neutron/port HTTP/1.1" 200 1228 0.154560 10.0.0.27 - - [2026-05-07 03:51:52] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001660 10.0.0.141 - - [2026-05-07 03:51:52] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.098509 10.0.0.141 - - [2026-05-07 03:51:52] "POST /neutron/network HTTP/1.1" 200 1005 0.011268 10.0.0.141 - - [2026-05-07 03:51:53] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.141 - - [2026-05-07 03:51:53] "POST /neutron/port HTTP/1.1" 200 6350 0.079240 10.0.0.141 - - [2026-05-07 03:51:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001479 10.0.0.141 - - [2026-05-07 03:51:53] "POST /neutron/port HTTP/1.1" 200 6350 0.062657 10.0.0.141 - - [2026-05-07 03:51:53] "POST /neutron/network HTTP/1.1" 200 1015 0.009237 10.0.0.141 - - [2026-05-07 03:51:54] "POST /neutron/port HTTP/1.1" 200 1174 0.029796 10.0.0.27 - - [2026-05-07 03:51:54] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.141 - - [2026-05-07 03:51:54] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.142344 10.0.0.141 - - [2026-05-07 03:51:54] "POST /neutron/port HTTP/1.1" 200 1238 0.035989 10.0.0.141 - - [2026-05-07 03:51:55] "POST /neutron/subnet HTTP/1.1" 200 1380 0.027750 10.0.0.141 - - [2026-05-07 03:51:55] "POST /neutron/network HTTP/1.1" 200 1005 0.011971 10.0.0.141 - - [2026-05-07 03:51:55] "POST /neutron/port HTTP/1.1" 200 117 0.007662 10.0.0.141 - - [2026-05-07 03:51:55] "POST /neutron/port HTTP/1.1" 200 1238 0.027047 10.0.0.141 - - [2026-05-07 03:51:55] "POST /neutron/network HTTP/1.1" 200 1015 0.008863 10.0.0.141 - - [2026-05-07 03:51:55] "GET /virtual-machine/e2eeb8f4-db88-4b5b-9e13-95498aea4f0c HTTP/1.1" 401 293 0.000480 10.0.0.141 - - [2026-05-07 03:51:56] "GET /virtual-machine/e2eeb8f4-db88-4b5b-9e13-95498aea4f0c HTTP/1.1" 200 1301 0.044078 10.0.0.141 - - [2026-05-07 03:51:56] "GET /virtual-machine-interface/a91a37a6-2db6-4ee0-a2b3-cce6d9e7bc7b HTTP/1.1" 200 3176 0.008077 10.0.0.141 - - [2026-05-07 03:51:56] "POST /neutron/port HTTP/1.1" 200 1174 0.052103 10.0.0.141 - - [2026-05-07 03:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007435 10.0.0.141 - - [2026-05-07 03:51:56] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006604 10.0.0.141 - - [2026-05-07 03:51:56] "GET /virtual-networks?parent_id=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004685 10.0.0.141 - - [2026-05-07 03:51:56] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.020253 10.0.0.141 - - [2026-05-07 03:51:56] "POST /neutron/port HTTP/1.1" 200 1238 0.027889 10.0.0.141 - - [2026-05-07 03:51:56] "POST /neutron/subnet HTTP/1.1" 200 1380 0.023967 10.0.0.141 - - [2026-05-07 03:51:56] "POST /neutron/network HTTP/1.1" 200 1005 0.013589 10.0.0.141 - - [2026-05-07 03:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.141 - - [2026-05-07 03:51:59] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008056 10.0.0.141 - - [2026-05-07 03:52:01] "POST /neutron/network HTTP/1.1" 200 935 0.008982 10.0.0.141 - - [2026-05-07 03:52:01] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.141 - - [2026-05-07 03:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005743 10.0.0.141 - - [2026-05-07 03:52:03] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008015 10.0.0.141 - - [2026-05-07 03:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.141 - - [2026-05-07 03:52:07] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006660 10.0.0.141 - - [2026-05-07 03:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.141 - - [2026-05-07 03:52:11] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006184 10.0.0.141 - - [2026-05-07 03:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006545 10.0.0.141 - - [2026-05-07 03:52:15] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006413 10.0.0.141 - - [2026-05-07 03:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.141 - - [2026-05-07 03:52:20] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007792 10.0.0.249 - - [2026-05-07 03:52:21] "GET /obj-perms HTTP/1.1" 200 5075 0.075518 10.0.0.141 - - [2026-05-07 03:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.141 - - [2026-05-07 03:52:24] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007144 10.0.0.141 - - [2026-05-07 03:52:24] "POST /neutron/port HTTP/1.1" 200 1216 0.020644 10.0.0.141 - - [2026-05-07 03:52:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005331 10.0.0.141 - - [2026-05-07 03:52:24] "POST /neutron/port HTTP/1.1" 200 117 0.001780 10.0.0.249 - - [2026-05-07 03:52:26] "DELETE /access-control-list/cd5b58e7-9be2-4958-9d96-8bef064aba37 HTTP/1.1" 200 115 0.047186 10.0.0.141 - - [2026-05-07 03:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.141 - - [2026-05-07 03:52:28] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006241 10.0.0.27 - - [2026-05-07 03:52:28] "DELETE /project/ae08af6fcdd9435389fbad19cb885812 HTTP/1.1" 404 173 0.006330 10.0.0.27 - - [2026-05-07 03:52:28] "DELETE /project/abbd5339-339f-456f-b145-423545dc710e HTTP/1.1" 404 177 0.006214 10.0.0.141 - - [2026-05-07 03:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.141 - - [2026-05-07 03:52:32] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008801 10.0.0.141 - - [2026-05-07 03:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.141 - - [2026-05-07 03:52:36] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005948 10.0.0.141 - - [2026-05-07 03:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005446 10.0.0.141 - - [2026-05-07 03:52:40] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008398 10.0.0.141 - - [2026-05-07 03:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005241 10.0.0.141 - - [2026-05-07 03:52:44] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008594 10.0.0.141 - - [2026-05-07 03:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006140 10.0.0.141 - - [2026-05-07 03:52:48] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007799 10.0.0.141 - - [2026-05-07 03:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006167 10.0.0.141 - - [2026-05-07 03:52:52] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004307 10.0.0.141 - - [2026-05-07 03:52:52] "GET /virtual-networks?parent_id=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003522 10.0.0.141 - - [2026-05-07 03:52:52] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007525 10.0.0.141 - - [2026-05-07 03:52:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011508 10.0.0.141 - - [2026-05-07 03:53:03] "POST /neutron/port HTTP/1.1" 200 1238 0.023335 10.0.0.141 - - [2026-05-07 03:53:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009602 10.0.0.141 - - [2026-05-07 03:53:10] "POST /neutron/port HTTP/1.1" 200 1238 0.024009 10.0.0.141 - - [2026-05-07 03:53:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012981 10.0.0.141 - - [2026-05-07 03:53:19] "POST /neutron/port HTTP/1.1" 200 1238 0.023199 10.0.0.141 - - [2026-05-07 03:53:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008064 10.0.0.141 - - [2026-05-07 03:53:19] "GET /virtual-machine/3a6de54b-08fb-49e3-b269-a6e9dc2f534b HTTP/1.1" 200 1300 0.007329 10.0.0.141 - - [2026-05-07 03:53:19] "GET /virtual-machine-interface/be44785b-33e3-4293-be3d-ddb25f4f5f3b HTTP/1.1" 200 3176 0.006020 10.0.0.141 - - [2026-05-07 03:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.141 - - [2026-05-07 03:53:19] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005240 10.0.0.141 - - [2026-05-07 03:53:19] "GET /virtual-networks?parent_id=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003189 10.0.0.141 - - [2026-05-07 03:53:19] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007504 10.0.0.141 - - [2026-05-07 03:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005789 10.0.0.141 - - [2026-05-07 03:53:20] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004919 10.0.0.141 - - [2026-05-07 03:53:20] "GET /virtual-networks?parent_id=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005474 10.0.0.141 - - [2026-05-07 03:53:20] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010718 10.0.0.141 - - [2026-05-07 03:53:20] "POST /neutron/port HTTP/1.1" 200 1238 0.031330 10.0.0.141 - - [2026-05-07 03:53:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011725 10.0.0.141 - - [2026-05-07 03:53:21] "GET /virtual-machine/e0cdeb01-24c1-4a90-a0d1-ea53103f4b2a HTTP/1.1" 200 1301 0.007542 10.0.0.141 - - [2026-05-07 03:53:21] "GET /virtual-machine-interface/77018d85-0636-4ef1-a104-d914084f570c HTTP/1.1" 200 3175 0.007585 10.0.0.141 - - [2026-05-07 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.141 - - [2026-05-07 03:53:21] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004762 10.0.0.141 - - [2026-05-07 03:53:21] "GET /virtual-networks?parent_id=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003665 10.0.0.141 - - [2026-05-07 03:53:21] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007126 10.0.0.27 - - [2026-05-07 03:53:21] "GET /obj-perms HTTP/1.1" 200 5075 0.090619 10.0.0.141 - - [2026-05-07 03:53:22] "GET /obj-perms HTTP/1.1" 200 5075 0.101229 10.0.0.141 - - [2026-05-07 03:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.141 - - [2026-05-07 03:53:22] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005496 10.0.0.141 - - [2026-05-07 03:53:22] "GET /virtual-networks?parent_id=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003382 10.0.0.141 - - [2026-05-07 03:53:22] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.011158 10.0.0.141 - - [2026-05-07 03:53:25] "POST /neutron/port HTTP/1.1" 200 1105 0.022977 10.0.0.141 - - [2026-05-07 03:53:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004265 10.0.0.141 - - [2026-05-07 03:53:25] "POST /neutron/network HTTP/1.1" 200 925 0.008563 10.0.0.141 - - [2026-05-07 03:53:26] "POST /neutron/port HTTP/1.1" 200 1238 0.058359 10.0.0.141 - - [2026-05-07 03:53:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008837 10.0.0.141 - - [2026-05-07 03:53:38] "POST /neutron/port HTTP/1.1" 200 1238 0.023391 10.0.0.141 - - [2026-05-07 03:54:02] "POST /neutron/port HTTP/1.1" 200 1216 0.036824 10.0.0.141 - - [2026-05-07 03:54:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005162 10.0.0.141 - - [2026-05-07 03:54:02] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.249 - - [2026-05-07 03:54:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.249 - - [2026-05-07 03:54:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.27 - - [2026-05-07 03:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.27 - - [2026-05-07 03:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.249 - - [2026-05-07 03:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.249 - - [2026-05-07 03:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000504 10.0.0.141 - - [2026-05-07 03:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000562 10.0.0.141 - - [2026-05-07 03:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.27 - - [2026-05-07 03:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000610 10.0.0.27 - - [2026-05-07 03:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000618 10.0.0.141 - - [2026-05-07 03:54:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.141 - - [2026-05-07 03:54:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000534 10.0.0.141 - - [2026-05-07 03:54:27] "POST /neutron/port HTTP/1.1" 200 1238 0.092350 10.0.0.141 - - [2026-05-07 03:54:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004910 10.0.0.141 - - [2026-05-07 03:54:27] "POST /neutron/port HTTP/1.1" 200 117 0.001903 10.0.0.27 - - [2026-05-07 03:54:29] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.032356 10.0.0.141 - - [2026-05-07 03:54:29] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075845 10.0.0.141 - - [2026-05-07 03:54:29] "POST /fqname-to-id HTTP/1.1" 404 226 0.004328 10.0.0.141 - - [2026-05-07 03:54:29] "POST /interface-route-tables HTTP/1.1" 200 575 0.035035 10.0.0.141 - - [2026-05-07 03:54:29] "GET /interface-route-table/a2eb1d0a-25ec-4085-a069-a43cb485640c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006990 10.0.0.141 - - [2026-05-07 03:54:29] "GET /virtual-machine-interface/a91a37a6-2db6-4ee0-a2b3-cce6d9e7bc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006670 10.0.0.141 - - [2026-05-07 03:54:29] "POST /ref-update HTTP/1.1" 200 156 0.018226 10.0.0.141 - - [2026-05-07 03:55:02] "POST /neutron/port HTTP/1.1" 200 1105 0.024832 10.0.0.141 - - [2026-05-07 03:55:02] "POST /neutron/subnet HTTP/1.1" 200 689 0.013335 10.0.0.27 - - [2026-05-07 03:55:16] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001849 10.0.0.141 - - [2026-05-07 03:55:16] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056677 10.0.0.141 - - [2026-05-07 03:55:16] "POST /fqname-to-id HTTP/1.1" 404 226 0.006023 10.0.0.141 - - [2026-05-07 03:55:16] "POST /interface-route-tables HTTP/1.1" 200 575 0.042358 10.0.0.141 - - [2026-05-07 03:55:17] "GET /interface-route-table/22fccccb-c47a-4e3f-9b38-c559dcf87377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.008741 10.0.0.141 - - [2026-05-07 03:55:17] "GET /virtual-machine-interface/be44785b-33e3-4293-be3d-ddb25f4f5f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.009356 10.0.0.141 - - [2026-05-07 03:55:17] "POST /ref-update HTTP/1.1" 200 156 0.020236 10.0.0.141 - - [2026-05-07 03:55:18] "GET /virtual-machine-interface/77018d85-0636-4ef1-a104-d914084f570c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.007106 10.0.0.141 - - [2026-05-07 03:55:18] "PUT /virtual-machine-interface/77018d85-0636-4ef1-a104-d914084f570c HTTP/1.1" 200 284 0.019156 10.0.0.141 - - [2026-05-07 03:55:18] "GET /virtual-machine-interface/a91a37a6-2db6-4ee0-a2b3-cce6d9e7bc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.010093 10.0.0.141 - - [2026-05-07 03:55:19] "PUT /virtual-machine-interface/a91a37a6-2db6-4ee0-a2b3-cce6d9e7bc7b HTTP/1.1" 200 284 0.019742 10.0.0.141 - - [2026-05-07 03:55:19] "GET /virtual-machine-interface/be44785b-33e3-4293-be3d-ddb25f4f5f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.013992 10.0.0.141 - - [2026-05-07 03:55:19] "PUT /virtual-machine-interface/be44785b-33e3-4293-be3d-ddb25f4f5f3b HTTP/1.1" 200 284 0.020424 10.0.0.141 - - [2026-05-07 03:55:28] "POST /neutron/port HTTP/1.1" 200 1238 0.026993 10.0.0.141 - - [2026-05-07 03:55:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004926 10.0.0.141 - - [2026-05-07 03:55:28] "POST /neutron/port HTTP/1.1" 200 117 0.001853 10.0.0.141 - - [2026-05-07 03:56:03] "POST /neutron/port HTTP/1.1" 200 1238 0.070514 10.0.0.141 - - [2026-05-07 03:56:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004384 10.0.0.141 - - [2026-05-07 03:56:03] "POST /neutron/port HTTP/1.1" 200 117 0.001416 10.0.0.141 - - [2026-05-07 03:56:17] "POST /neutron/port HTTP/1.1" 200 1238 0.028567 10.0.0.141 - - [2026-05-07 03:56:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009033 10.0.0.141 - - [2026-05-07 03:56:17] "GET /virtual-machine/df4aec89-0415-4243-87a4-494235e0f47b HTTP/1.1" 200 1300 0.007046 10.0.0.141 - - [2026-05-07 03:56:17] "GET /virtual-machine-interface/a0115207-5b5f-4ce3-bfa4-a13f5e85d9d7 HTTP/1.1" 200 3176 0.006298 10.0.0.141 - - [2026-05-07 03:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.015261 10.0.0.141 - - [2026-05-07 03:56:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004665 10.0.0.141 - - [2026-05-07 03:56:17] "GET /virtual-networks?parent_id=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004103 10.0.0.141 - - [2026-05-07 03:56:17] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006986 10.0.0.141 - - [2026-05-07 03:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.141 - - [2026-05-07 03:56:18] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005083 10.0.0.141 - - [2026-05-07 03:56:18] "GET /virtual-networks?parent_id=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004223 10.0.0.141 - - [2026-05-07 03:56:18] "GET /virtual-network/89dab5c6-0d2e-4512-a236-32a470c50e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006538 10.0.0.141 - - [2026-05-07 03:56:18] "GET /virtual-machine-interface/a0115207-5b5f-4ce3-bfa4-a13f5e85d9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007684 10.0.0.141 - - [2026-05-07 03:56:18] "PUT /virtual-machine-interface/a0115207-5b5f-4ce3-bfa4-a13f5e85d9d7 HTTP/1.1" 200 284 0.022396 10.0.0.141 - - [2026-05-07 03:56:28] "POST /neutron/port HTTP/1.1" 200 1216 0.022798 10.0.0.141 - - [2026-05-07 03:56:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005079 10.0.0.141 - - [2026-05-07 03:56:28] "POST /neutron/port HTTP/1.1" 200 117 0.001657 10.0.0.141 - - [2026-05-07 03:57:04] "POST /neutron/port HTTP/1.1" 200 1238 0.027966 10.0.0.141 - - [2026-05-07 03:57:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005071 10.0.0.141 - - [2026-05-07 03:57:04] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.27 - - [2026-05-07 03:57:04] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.141 - - [2026-05-07 03:57:05] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.100739 10.0.0.141 - - [2026-05-07 03:57:05] "POST /fqname-to-id HTTP/1.1" 404 226 0.003747 10.0.0.141 - - [2026-05-07 03:57:05] "POST /interface-route-tables HTTP/1.1" 200 575 0.035586 10.0.0.141 - - [2026-05-07 03:57:05] "GET /interface-route-table/e4c5a978-81b3-4d47-90fc-95db5d12e09e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.008443 10.0.0.141 - - [2026-05-07 03:57:05] "GET /virtual-machine-interface/a0115207-5b5f-4ce3-bfa4-a13f5e85d9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.007729 10.0.0.141 - - [2026-05-07 03:57:05] "POST /ref-update HTTP/1.1" 200 156 0.020951 10.0.0.141 - - [2026-05-07 03:57:07] "GET /virtual-machine-interface/a91a37a6-2db6-4ee0-a2b3-cce6d9e7bc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.007334 10.0.0.141 - - [2026-05-07 03:57:07] "POST /ref-update HTTP/1.1" 200 156 0.021338 10.0.0.141 - - [2026-05-07 03:57:07] "DELETE /interface-route-table/a2eb1d0a-25ec-4085-a069-a43cb485640c HTTP/1.1" 200 115 0.037455 10.0.0.141 - - [2026-05-07 03:57:07] "POST /neutron/port HTTP/1.1" 200 1238 0.060783 10.0.0.249 - - [2026-05-07 03:57:24] "GET /obj-perms HTTP/1.1" 200 5075 0.076509 10.0.0.27 - - [2026-05-07 03:57:25] "GET /obj-perms HTTP/1.1" 200 5075 0.073563 10.0.0.141 - - [2026-05-07 03:57:30] "POST /neutron/port HTTP/1.1" 200 1105 0.025587 10.0.0.141 - - [2026-05-07 03:57:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007638 10.0.0.141 - - [2026-05-07 03:57:30] "GET /virtual-machine-interface/a0115207-5b5f-4ce3-bfa4-a13f5e85d9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.011527 10.0.0.141 - - [2026-05-07 03:57:30] "POST /ref-update HTTP/1.1" 200 156 0.022881 10.0.0.141 - - [2026-05-07 03:57:30] "POST /neutron/network HTTP/1.1" 200 925 0.012133 10.0.0.141 - - [2026-05-07 03:57:30] "DELETE /interface-route-table/e4c5a978-81b3-4d47-90fc-95db5d12e09e HTTP/1.1" 200 115 0.045340 10.0.0.141 - - [2026-05-07 03:57:30] "GET /virtual-machine-interface/be44785b-33e3-4293-be3d-ddb25f4f5f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.008159 10.0.0.141 - - [2026-05-07 03:57:30] "POST /ref-update HTTP/1.1" 200 156 0.019700 10.0.0.141 - - [2026-05-07 03:57:30] "DELETE /interface-route-table/22fccccb-c47a-4e3f-9b38-c559dcf87377 HTTP/1.1" 200 115 0.043241 10.0.0.141 - - [2026-05-07 03:57:30] "POST /neutron/port HTTP/1.1" 200 1238 0.036795 10.0.0.141 - - [2026-05-07 03:57:31] "POST /neutron/port HTTP/1.1" 200 1238 0.036302 10.0.0.141 - - [2026-05-07 03:57:31] "POST /neutron/port HTTP/1.1" 200 1238 0.034057 10.0.0.141 - - [2026-05-07 03:57:32] "POST /neutron/network HTTP/1.1" 200 1005 0.015257 10.0.0.249 - - [2026-05-07 03:57:33] "DELETE /route-target/1b6cf22f-26fb-42c9-8f2b-0cc0f2e987e8 HTTP/1.1" 200 115 0.101007 10.0.0.27 - - [2026-05-07 03:57:34] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001268 10.0.0.141 - - [2026-05-07 03:57:34] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.082449 10.0.0.27 - - [2026-05-07 03:57:34] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001927 10.0.0.141 - - [2026-05-07 03:57:35] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?fields=virtual_networks HTTP/1.1" 200 1048 0.072290 10.0.0.27 - - [2026-05-07 03:57:35] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001654 10.0.0.141 - - [2026-05-07 03:57:35] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.064645 10.0.0.27 - - [2026-05-07 03:57:35] "GET /projects?obj_uuids=ae08af6f-cdd9-4353-89fb-ad19cb885812&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001437 10.0.0.141 - - [2026-05-07 03:57:35] "GET /project/ae08af6f-cdd9-4353-89fb-ad19cb885812?fields=security_groups HTTP/1.1" 200 1282 0.066716 10.0.0.141 - - [2026-05-07 03:57:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.043287 10.0.0.27 - - [2026-05-07 03:57:36] "GET /projects?obj_uuids=3686f30e-8597-4059-9f4d-170266b39bd8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004155 10.0.0.27 - - [2026-05-07 03:57:36] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.27 - - [2026-05-07 03:57:36] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046435 10.0.0.27 - - [2026-05-07 03:57:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.005487 10.0.0.27 - - [2026-05-07 03:57:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.014259 10.0.0.27 - - [2026-05-07 03:57:36] "POST /security-groups HTTP/1.1" 200 586 0.054436 10.0.0.27 - - [2026-05-07 03:57:36] "POST /projects HTTP/1.1" 200 575 0.323190 10.0.0.27 - - [2026-05-07 03:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.372879 10.0.0.141 - - [2026-05-07 03:57:36] "GET /project/3686f30e-8597-4059-9f4d-170266b39bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.574622 10.0.0.249 - - [2026-05-07 03:57:36] "POST /fqname-to-id HTTP/1.1" 404 228 0.007218 10.0.0.141 - - [2026-05-07 03:57:38] "GET / HTTP/1.1" 200 35931 0.002012 10.0.0.27 - - [2026-05-07 03:57:41] "GET /projects?obj_uuids=3686f30e-8597-4059-9f4d-170266b39bd8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001171 10.0.0.141 - - [2026-05-07 03:57:41] "GET /project/3686f30e-8597-4059-9f4d-170266b39bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.042823 10.0.0.27 - - [2026-05-07 03:57:41] "GET /projects?obj_uuids=3686f30e-8597-4059-9f4d-170266b39bd8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001729 10.0.0.141 - - [2026-05-07 03:57:41] "GET /project/3686f30e-8597-4059-9f4d-170266b39bd8?fields=virtual_networks HTTP/1.1" 200 1022 0.059501 10.0.0.27 - - [2026-05-07 03:57:41] "GET /projects?obj_uuids=3686f30e-8597-4059-9f4d-170266b39bd8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004100 10.0.0.141 - - [2026-05-07 03:57:41] "GET /project/3686f30e-8597-4059-9f4d-170266b39bd8?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.073912 10.0.0.27 - - [2026-05-07 03:57:41] "GET /projects?obj_uuids=3686f30e-8597-4059-9f4d-170266b39bd8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001416 10.0.0.141 - - [2026-05-07 03:57:41] "GET /project/3686f30e-8597-4059-9f4d-170266b39bd8?fields=security_groups HTTP/1.1" 200 1243 0.061992 10.0.0.141 - - [2026-05-07 03:57:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.039248 10.0.0.27 - - [2026-05-07 03:57:43] "GET /projects?obj_uuids=3de0eca7-c969-43b8-a059-fb51fd0059ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.093546 10.0.0.27 - - [2026-05-07 03:57:43] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.27 - - [2026-05-07 03:57:43] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007583 10.0.0.27 - - [2026-05-07 03:57:43] "POST /id-to-fqname HTTP/1.1" 200 195 0.007251 10.0.0.27 - - [2026-05-07 03:57:43] "POST /fqname-to-id HTTP/1.1" 404 204 0.006539 10.0.0.27 - - [2026-05-07 03:57:43] "POST /security-groups HTTP/1.1" 200 596 0.041324 10.0.0.27 - - [2026-05-07 03:57:43] "POST /projects HTTP/1.1" 200 595 0.291168 10.0.0.27 - - [2026-05-07 03:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.331798 10.0.0.249 - - [2026-05-07 03:57:43] "POST /access-control-lists HTTP/1.1" 200 601 0.034673 10.0.0.141 - - [2026-05-07 03:57:43] "GET /project/3de0eca7-c969-43b8-a059-fb51fd0059ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.580653 10.0.0.141 - - [2026-05-07 03:57:44] "GET / HTTP/1.1" 200 35931 0.001891 10.0.0.27 - - [2026-05-07 03:57:47] "GET /projects?obj_uuids=3de0eca7-c969-43b8-a059-fb51fd0059ed&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001043 10.0.0.141 - - [2026-05-07 03:57:47] "GET /project/3de0eca7-c969-43b8-a059-fb51fd0059ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.084788 10.0.0.27 - - [2026-05-07 03:57:47] "GET /projects?obj_uuids=3de0eca7-c969-43b8-a059-fb51fd0059ed&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001064 10.0.0.141 - - [2026-05-07 03:57:48] "GET /project/3de0eca7-c969-43b8-a059-fb51fd0059ed?fields=virtual_networks HTTP/1.1" 200 1042 0.064815 10.0.0.27 - - [2026-05-07 03:57:48] "GET /projects?obj_uuids=3de0eca7-c969-43b8-a059-fb51fd0059ed&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001068 10.0.0.141 - - [2026-05-07 03:57:48] "GET /project/3de0eca7-c969-43b8-a059-fb51fd0059ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.060610 10.0.0.27 - - [2026-05-07 03:57:48] "GET /projects?obj_uuids=3de0eca7-c969-43b8-a059-fb51fd0059ed&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001216 10.0.0.141 - - [2026-05-07 03:57:48] "GET /project/3de0eca7-c969-43b8-a059-fb51fd0059ed?fields=security_groups HTTP/1.1" 200 1273 0.061567 10.0.0.141 - - [2026-05-07 03:57:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.036817 10.0.0.27 - - [2026-05-07 03:57:49] "GET /projects?obj_uuids=94129e5a-aa79-48c8-9653-2a324ea67625&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004123 10.0.0.27 - - [2026-05-07 03:57:49] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001222 10.0.0.27 - - [2026-05-07 03:57:49] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008941 10.0.0.27 - - [2026-05-07 03:57:49] "POST /id-to-fqname HTTP/1.1" 200 201 0.009799 10.0.0.27 - - [2026-05-07 03:57:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.007558 10.0.0.27 - - [2026-05-07 03:57:49] "POST /security-groups HTTP/1.1" 200 602 0.044059 10.0.0.249 - - [2026-05-07 03:57:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.008786 10.0.0.27 - - [2026-05-07 03:57:49] "POST /projects HTTP/1.1" 200 607 0.361111 10.0.0.27 - - [2026-05-07 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.460188 10.0.0.249 - - [2026-05-07 03:57:49] "POST /access-control-lists HTTP/1.1" 200 605 0.040757 10.0.0.141 - - [2026-05-07 03:57:50] "GET /project/94129e5a-aa79-48c8-9653-2a324ea67625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.656682 10.0.0.141 - - [2026-05-07 03:57:51] "GET / HTTP/1.1" 200 35931 0.002353 10.0.0.27 - - [2026-05-07 03:57:54] "GET /projects?obj_uuids=94129e5a-aa79-48c8-9653-2a324ea67625&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001462 10.0.0.141 - - [2026-05-07 03:57:54] "GET /project/94129e5a-aa79-48c8-9653-2a324ea67625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.063276 10.0.0.27 - - [2026-05-07 03:57:54] "GET /projects?obj_uuids=94129e5a-aa79-48c8-9653-2a324ea67625&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001087 10.0.0.141 - - [2026-05-07 03:57:54] "GET /project/94129e5a-aa79-48c8-9653-2a324ea67625?fields=virtual_networks HTTP/1.1" 200 1055 0.055844 10.0.0.27 - - [2026-05-07 03:57:54] "GET /projects?obj_uuids=94129e5a-aa79-48c8-9653-2a324ea67625&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001094 10.0.0.141 - - [2026-05-07 03:57:54] "GET /project/94129e5a-aa79-48c8-9653-2a324ea67625?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.048198 10.0.0.27 - - [2026-05-07 03:57:54] "GET /projects?obj_uuids=94129e5a-aa79-48c8-9653-2a324ea67625&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001113 10.0.0.141 - - [2026-05-07 03:57:54] "GET /project/94129e5a-aa79-48c8-9653-2a324ea67625?fields=security_groups HTTP/1.1" 200 1292 0.054764 10.0.0.141 - - [2026-05-07 03:57:55] "POST /fqname-to-id HTTP/1.1" 404 185 0.034130 10.0.0.27 - - [2026-05-07 03:57:55] "GET /projects?obj_uuids=f8c4f0be-ef60-4303-8914-d2abdb7aa5cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003907 10.0.0.27 - - [2026-05-07 03:57:55] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001517 10.0.0.27 - - [2026-05-07 03:57:55] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010933 10.0.0.27 - - [2026-05-07 03:57:56] "POST /id-to-fqname HTTP/1.1" 200 187 0.001381 10.0.0.27 - - [2026-05-07 03:57:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.010686 10.0.0.27 - - [2026-05-07 03:57:56] "POST /security-groups HTTP/1.1" 200 588 0.039470 10.0.0.27 - - [2026-05-07 03:57:56] "POST /projects HTTP/1.1" 200 579 0.295267 10.0.0.27 - - [2026-05-07 03:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.330019 10.0.0.249 - - [2026-05-07 03:57:56] "POST /fqname-to-id HTTP/1.1" 404 230 0.014303 10.0.0.141 - - [2026-05-07 03:57:56] "GET /project/f8c4f0be-ef60-4303-8914-d2abdb7aa5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.512696 10.0.0.141 - - [2026-05-07 03:57:57] "GET / HTTP/1.1" 200 35931 0.002277 10.0.0.27 - - [2026-05-07 03:58:00] "GET /projects?obj_uuids=f8c4f0be-ef60-4303-8914-d2abdb7aa5cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001201 10.0.0.141 - - [2026-05-07 03:58:00] "GET /project/f8c4f0be-ef60-4303-8914-d2abdb7aa5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.077943 10.0.0.27 - - [2026-05-07 03:58:00] "GET /projects?obj_uuids=f8c4f0be-ef60-4303-8914-d2abdb7aa5cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001573 10.0.0.141 - - [2026-05-07 03:58:00] "GET /project/f8c4f0be-ef60-4303-8914-d2abdb7aa5cf?fields=virtual_networks HTTP/1.1" 200 1026 0.068250 10.0.0.27 - - [2026-05-07 03:58:00] "GET /projects?obj_uuids=f8c4f0be-ef60-4303-8914-d2abdb7aa5cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001154 10.0.0.141 - - [2026-05-07 03:58:01] "GET /project/f8c4f0be-ef60-4303-8914-d2abdb7aa5cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.060949 10.0.0.27 - - [2026-05-07 03:58:01] "GET /projects?obj_uuids=f8c4f0be-ef60-4303-8914-d2abdb7aa5cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001907 10.0.0.141 - - [2026-05-07 03:58:01] "GET /project/f8c4f0be-ef60-4303-8914-d2abdb7aa5cf?fields=security_groups HTTP/1.1" 200 1249 0.060988 10.0.0.141 - - [2026-05-07 03:58:02] "POST /fqname-to-id HTTP/1.1" 404 182 0.036633 10.0.0.27 - - [2026-05-07 03:58:02] "GET /projects?obj_uuids=d245dd68-77a9-4f98-b64b-807d7a5435cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003906 10.0.0.27 - - [2026-05-07 03:58:02] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001426 10.0.0.27 - - [2026-05-07 03:58:02] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009071 10.0.0.27 - - [2026-05-07 03:58:02] "POST /id-to-fqname HTTP/1.1" 200 184 0.005017 10.0.0.27 - - [2026-05-07 03:58:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.012097 10.0.0.27 - - [2026-05-07 03:58:02] "POST /security-groups HTTP/1.1" 200 585 0.085512 10.0.0.27 - - [2026-05-07 03:58:02] "POST /projects HTTP/1.1" 200 573 0.338178 10.0.0.27 - - [2026-05-07 03:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.378807 10.0.0.249 - - [2026-05-07 03:58:02] "POST /access-control-lists HTTP/1.1" 200 590 0.042303 10.0.0.141 - - [2026-05-07 03:58:03] "GET /project/d245dd68-77a9-4f98-b64b-807d7a5435cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.595900 10.0.0.141 - - [2026-05-07 03:58:04] "GET / HTTP/1.1" 200 35931 0.002047 10.0.0.141 - - [2026-05-07 03:58:06] "POST /neutron/port HTTP/1.1" 200 1216 0.038366 10.0.0.141 - - [2026-05-07 03:58:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006606 10.0.0.141 - - [2026-05-07 03:58:06] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.27 - - [2026-05-07 03:58:07] "GET /projects?obj_uuids=d245dd68-77a9-4f98-b64b-807d7a5435cc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001222 10.0.0.141 - - [2026-05-07 03:58:07] "GET /project/d245dd68-77a9-4f98-b64b-807d7a5435cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.048012 10.0.0.27 - - [2026-05-07 03:58:07] "GET /projects?obj_uuids=d245dd68-77a9-4f98-b64b-807d7a5435cc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000971 10.0.0.141 - - [2026-05-07 03:58:07] "GET /project/d245dd68-77a9-4f98-b64b-807d7a5435cc?fields=virtual_networks HTTP/1.1" 200 1021 0.052078 10.0.0.27 - - [2026-05-07 03:58:07] "GET /projects?obj_uuids=d245dd68-77a9-4f98-b64b-807d7a5435cc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001101 10.0.0.141 - - [2026-05-07 03:58:07] "GET /project/d245dd68-77a9-4f98-b64b-807d7a5435cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.052768 10.0.0.27 - - [2026-05-07 03:58:07] "GET /projects?obj_uuids=d245dd68-77a9-4f98-b64b-807d7a5435cc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001252 10.0.0.141 - - [2026-05-07 03:58:07] "GET /project/d245dd68-77a9-4f98-b64b-807d7a5435cc?fields=security_groups HTTP/1.1" 200 1241 0.070996 10.0.0.141 - - [2026-05-07 03:58:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.037408 10.0.0.27 - - [2026-05-07 03:58:09] "GET /projects?obj_uuids=223d5a35-e7b8-4f6e-89a0-a356f7eeb459&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004849 10.0.0.27 - - [2026-05-07 03:58:09] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.27 - - [2026-05-07 03:58:09] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008109 10.0.0.27 - - [2026-05-07 03:58:09] "POST /id-to-fqname HTTP/1.1" 200 188 0.003533 10.0.0.27 - - [2026-05-07 03:58:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.006668 10.0.0.27 - - [2026-05-07 03:58:09] "POST /security-groups HTTP/1.1" 200 589 0.041272 10.0.0.27 - - [2026-05-07 03:58:09] "POST /projects HTTP/1.1" 200 581 0.289827 10.0.0.249 - - [2026-05-07 03:58:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.005964 10.0.0.27 - - [2026-05-07 03:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.335132 10.0.0.141 - - [2026-05-07 03:58:09] "GET /project/223d5a35-e7b8-4f6e-89a0-a356f7eeb459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.545806 10.0.0.249 - - [2026-05-07 03:58:09] "POST /access-control-lists HTTP/1.1" 200 592 0.084523 10.0.0.141 - - [2026-05-07 03:58:10] "GET / HTTP/1.1" 200 35931 0.002164 10.0.0.27 - - [2026-05-07 03:58:13] "GET /projects?obj_uuids=223d5a35-e7b8-4f6e-89a0-a356f7eeb459&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001622 10.0.0.141 - - [2026-05-07 03:58:14] "GET /project/223d5a35-e7b8-4f6e-89a0-a356f7eeb459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055813 10.0.0.27 - - [2026-05-07 03:58:14] "GET /projects?obj_uuids=223d5a35-e7b8-4f6e-89a0-a356f7eeb459&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001796 10.0.0.141 - - [2026-05-07 03:58:14] "GET /project/223d5a35-e7b8-4f6e-89a0-a356f7eeb459?fields=virtual_networks HTTP/1.1" 200 1027 0.069964 10.0.0.27 - - [2026-05-07 03:58:14] "GET /projects?obj_uuids=223d5a35-e7b8-4f6e-89a0-a356f7eeb459&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001523 10.0.0.141 - - [2026-05-07 03:58:14] "GET /project/223d5a35-e7b8-4f6e-89a0-a356f7eeb459?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.044928 10.0.0.27 - - [2026-05-07 03:58:14] "GET /projects?obj_uuids=223d5a35-e7b8-4f6e-89a0-a356f7eeb459&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001308 10.0.0.141 - - [2026-05-07 03:58:14] "GET /project/223d5a35-e7b8-4f6e-89a0-a356f7eeb459?fields=security_groups HTTP/1.1" 200 1251 0.049452 10.0.0.141 - - [2026-05-07 03:58:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.046231 10.0.0.27 - - [2026-05-07 03:58:15] "GET /projects?obj_uuids=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004843 10.0.0.27 - - [2026-05-07 03:58:15] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001238 10.0.0.27 - - [2026-05-07 03:58:15] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008267 10.0.0.27 - - [2026-05-07 03:58:15] "POST /id-to-fqname HTTP/1.1" 200 188 0.001347 10.0.0.27 - - [2026-05-07 03:58:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.006557 10.0.0.27 - - [2026-05-07 03:58:15] "POST /security-groups HTTP/1.1" 200 589 0.090620 10.0.0.27 - - [2026-05-07 03:58:15] "POST /projects HTTP/1.1" 200 581 0.335412 10.0.0.249 - - [2026-05-07 03:58:15] "POST /fqname-to-id HTTP/1.1" 404 231 0.010923 10.0.0.27 - - [2026-05-07 03:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.415673 10.0.0.141 - - [2026-05-07 03:58:15] "GET /project/1a768ce0-b62b-4a99-b34a-11f206e6a12b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.600176 10.0.0.141 - - [2026-05-07 03:58:17] "GET / HTTP/1.1" 200 35931 0.001676 10.0.0.141 - - [2026-05-07 03:58:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000511 10.0.0.141 - - [2026-05-07 03:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.078308 10.0.0.27 - - [2026-05-07 03:58:19] "GET /projects?obj_uuids=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.141 - - [2026-05-07 03:58:19] "GET /project/1a768ce0-b62b-4a99-b34a-11f206e6a12b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.056823 10.0.0.27 - - [2026-05-07 03:58:19] "GET /projects?obj_uuids=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001348 10.0.0.141 - - [2026-05-07 03:58:19] "POST /neutron/network HTTP/1.1" 200 603 0.204447 10.0.0.249 - - [2026-05-07 03:58:19] "POST /ref-update HTTP/1.1" 200 156 0.035477 10.0.0.141 - - [2026-05-07 03:58:20] "POST /id-to-fqname HTTP/1.1" 200 218 0.004435 10.0.0.141 - - [2026-05-07 03:58:20] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007525 10.0.0.141 - - [2026-05-07 03:58:20] "POST /neutron/network HTTP/1.1" 200 822 0.009614 10.0.0.141 - - [2026-05-07 03:58:20] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006706 10.0.0.141 - - [2026-05-07 03:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005418 10.0.0.141 - - [2026-05-07 03:58:20] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007328 10.0.0.141 - - [2026-05-07 03:58:20] "PUT /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b HTTP/1.1" 200 264 0.080244 10.0.0.141 - - [2026-05-07 03:58:21] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.013241 10.0.0.141 - - [2026-05-07 03:58:21] "GET /obj-perms HTTP/1.1" 200 5045 0.076002 10.0.0.141 - - [2026-05-07 03:58:22] "POST /neutron/network HTTP/1.1" 200 822 0.011688 10.0.0.141 - - [2026-05-07 03:58:22] "POST /id-to-fqname HTTP/1.1" 200 218 0.002372 10.0.0.141 - - [2026-05-07 03:58:23] "POST /neutron/network HTTP/1.1" 200 832 0.010732 10.0.0.27 - - [2026-05-07 03:58:23] "GET /projects?obj_uuids=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001171 10.0.0.141 - - [2026-05-07 03:58:23] "GET /project/1a768ce0-b62b-4a99-b34a-11f206e6a12b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.082178 10.0.0.141 - - [2026-05-07 03:58:24] "POST /neutron/port HTTP/1.1" 200 117 0.008697 10.0.0.27 - - [2026-05-07 03:58:24] "GET /projects?obj_uuids=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001288 10.0.0.141 - - [2026-05-07 03:58:25] "POST /neutron/port HTTP/1.1" 200 1058 0.376747 10.0.0.141 - - [2026-05-07 03:58:25] "POST /neutron/port HTTP/1.1" 200 1112 0.139562 10.0.0.141 - - [2026-05-07 03:58:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.010776 10.0.0.249 - - [2026-05-07 03:58:27] "DELETE /access-control-list/3e5b0ddf-bad9-496d-a58f-e9cc21a32c16 HTTP/1.1" 200 115 0.041984 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /project/3de0eca7c96943b8a059fb51fd0059ed HTTP/1.1" 404 173 0.016009 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /project/1a768ce0b62b4a99b34a11f206e6a12b HTTP/1.1" 404 173 0.019877 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /project/94129e5aaa7948c896532a324ea67625 HTTP/1.1" 404 173 0.024299 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /project/f8c4f0beef6043038914d2abdb7aa5cf HTTP/1.1" 404 173 0.010376 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /project/3686f30e859740599f4d170266b39bd8 HTTP/1.1" 404 173 0.015232 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /project/ae08af6f-cdd9-4353-89fb-ad19cb885812 HTTP/1.1" 404 177 0.016739 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /project/223d5a35e7b84f6e89a0a356f7eeb459 HTTP/1.1" 404 173 0.009763 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=3de0eca7-c969-43b8-a059-fb51fd0059ed&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001121 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=3686f30e-8597-4059-9f4d-170266b39bd8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=223d5a35-e7b8-4f6e-89a0-a356f7eeb459&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000809 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /project/d245dd6877a94f98b64b807d7a5435cc HTTP/1.1" 404 173 0.018182 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=d245dd68-77a9-4f98-b64b-807d7a5435cc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001108 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=94129e5a-aa79-48c8-9653-2a324ea67625&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000873 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=f8c4f0be-ef60-4303-8914-d2abdb7aa5cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000800 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/223d5a35-e7b8-4f6e-89a0-a356f7eeb459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.114544 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/3686f30e-8597-4059-9f4d-170266b39bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.122214 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/3de0eca7-c969-43b8-a059-fb51fd0059ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.128709 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=223d5a35-e7b8-4f6e-89a0-a356f7eeb459&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=3de0eca7-c969-43b8-a059-fb51fd0059ed&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001058 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=3686f30e-8597-4059-9f4d-170266b39bd8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000903 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/d245dd68-77a9-4f98-b64b-807d7a5435cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.186853 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/f8c4f0be-ef60-4303-8914-d2abdb7aa5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.205383 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/94129e5a-aa79-48c8-9653-2a324ea67625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.221044 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=d245dd68-77a9-4f98-b64b-807d7a5435cc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001622 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=f8c4f0be-ef60-4303-8914-d2abdb7aa5cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001307 10.0.0.141 - - [2026-05-07 03:58:29] "POST /neutron/port HTTP/1.1" 200 1122 0.110562 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=94129e5a-aa79-48c8-9653-2a324ea67625&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001410 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/223d5a35-e7b8-4f6e-89a0-a356f7eeb459?fields=security_groups HTTP/1.1" 200 1356 0.157054 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/3686f30e-8597-4059-9f4d-170266b39bd8?fields=security_groups HTTP/1.1" 200 1348 0.155931 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/3de0eca7-c969-43b8-a059-fb51fd0059ed?fields=security_groups HTTP/1.1" 200 1378 0.160087 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/d245dd68-77a9-4f98-b64b-807d7a5435cc?fields=security_groups HTTP/1.1" 200 1346 0.153501 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/94129e5a-aa79-48c8-9653-2a324ea67625?fields=security_groups HTTP/1.1" 200 1397 0.134559 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/f8c4f0be-ef60-4303-8914-d2abdb7aa5cf?fields=security_groups HTTP/1.1" 200 1354 0.156679 10.0.0.141 - - [2026-05-07 03:58:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.027122 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /security-group/06af115e-0040-468d-a9d5-ef4aa9939986 HTTP/1.1" 200 115 0.243850 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=3686f30e-8597-4059-9f4d-170266b39bd8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003701 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /security-group/9602348e-b650-4b6a-ab48-d82731129a3d HTTP/1.1" 200 115 0.271618 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=223d5a35-e7b8-4f6e-89a0-a356f7eeb459&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002062 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /security-group/b7de0819-7806-4b51-993a-95e256fd6b2f HTTP/1.1" 200 115 0.293859 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=3de0eca7-c969-43b8-a059-fb51fd0059ed&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002487 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /security-group/5153d532-dfdc-4a84-a56a-9642b3c1867d HTTP/1.1" 200 115 0.240964 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /security-group/b1baf94b-2f12-4df8-8f57-b2cad7f0f21d HTTP/1.1" 200 115 0.257488 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=94129e5a-aa79-48c8-9653-2a324ea67625&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001006 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=d245dd68-77a9-4f98-b64b-807d7a5435cc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001577 10.0.0.27 - - [2026-05-07 03:58:29] "DELETE /security-group/419672fd-0122-47e6-8dcc-76a5cea410da HTTP/1.1" 200 115 0.255427 10.0.0.27 - - [2026-05-07 03:58:29] "GET /projects?obj_uuids=f8c4f0be-ef60-4303-8914-d2abdb7aa5cf&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001102 10.0.0.249 - - [2026-05-07 03:58:29] "DELETE /access-control-list/a79595bd-3da8-4a98-8bf5-80d481f57480 HTTP/1.1" 200 115 0.165396 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/3686f30e-8597-4059-9f4d-170266b39bd8?fields=application_policy_sets HTTP/1.1" 200 1387 0.147736 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/223d5a35-e7b8-4f6e-89a0-a356f7eeb459?fields=application_policy_sets HTTP/1.1" 200 1395 0.141876 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/3de0eca7-c969-43b8-a059-fb51fd0059ed?fields=application_policy_sets HTTP/1.1" 200 1417 0.111952 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/d245dd68-77a9-4f98-b64b-807d7a5435cc?fields=application_policy_sets HTTP/1.1" 200 1385 0.088329 10.0.0.141 - - [2026-05-07 03:58:29] "GET /virtual-machine/8ea14cd0-9022-40f2-a8df-50564edd061a HTTP/1.1" 401 293 0.000383 10.0.0.27 - - [2026-05-07 03:58:29] "GET /project/94129e5a-aa79-48c8-9653-2a324ea67625?fields=application_policy_sets HTTP/1.1" 200 1436 0.112758 10.0.0.27 - - [2026-05-07 03:58:30] "GET /project/f8c4f0be-ef60-4303-8914-d2abdb7aa5cf?fields=application_policy_sets HTTP/1.1" 200 1393 0.183789 10.0.0.249 - - [2026-05-07 03:58:30] "DELETE /access-control-list/daa64905-1363-4d42-9b04-b082c25efe6f HTTP/1.1" 200 115 0.106521 10.0.0.27 - - [2026-05-07 03:58:30] "DELETE /project/3686f30e-8597-4059-9f4d-170266b39bd8 HTTP/1.1" 200 115 1.209138 10.0.0.27 - - [2026-05-07 03:58:30] "DELETE /project/3de0eca7-c969-43b8-a059-fb51fd0059ed HTTP/1.1" 200 115 1.226421 10.0.0.27 - - [2026-05-07 03:58:30] "DELETE /project/94129e5a-aa79-48c8-9653-2a324ea67625 HTTP/1.1" 200 115 1.205657 10.0.0.27 - - [2026-05-07 03:58:30] "DELETE /project/d245dd68-77a9-4f98-b64b-807d7a5435cc HTTP/1.1" 200 115 1.211085 10.0.0.27 - - [2026-05-07 03:58:30] "DELETE /project/223d5a35-e7b8-4f6e-89a0-a356f7eeb459 HTTP/1.1" 200 115 1.259188 10.0.0.27 - - [2026-05-07 03:58:30] "DELETE /project/f8c4f0be-ef60-4303-8914-d2abdb7aa5cf HTTP/1.1" 200 115 1.269190 10.0.0.249 - - [2026-05-07 03:58:30] "DELETE /access-control-list/b65d42e0-fd58-4304-ae75-4f660ae8547b HTTP/1.1" 200 115 0.041353 10.0.0.141 - - [2026-05-07 03:58:30] "GET /virtual-machine/8ea14cd0-9022-40f2-a8df-50564edd061a HTTP/1.1" 200 1291 0.068928 10.0.0.141 - - [2026-05-07 03:58:30] "GET /virtual-machine-interface/3e2867e2-0dbd-43fc-8bb7-b957b614d41d HTTP/1.1" 200 2931 0.006108 10.0.0.141 - - [2026-05-07 03:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009327 10.0.0.141 - - [2026-05-07 03:58:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005881 10.0.0.141 - - [2026-05-07 03:58:30] "GET /virtual-networks?parent_id=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.015267 10.0.0.141 - - [2026-05-07 03:58:30] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.009029 10.0.0.249 - - [2026-05-07 03:58:30] "DELETE /access-control-list/24a0aa1e-9357-4465-b26f-a5c52139236c HTTP/1.1" 200 115 0.049246 10.0.0.141 - - [2026-05-07 03:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.141 - - [2026-05-07 03:58:33] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.011765 10.0.0.141 - - [2026-05-07 03:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.141 - - [2026-05-07 03:58:37] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006416 10.0.0.141 - - [2026-05-07 03:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008158 10.0.0.141 - - [2026-05-07 03:58:42] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.010333 10.0.0.141 - - [2026-05-07 03:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.141 - - [2026-05-07 03:58:46] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006491 10.0.0.141 - - [2026-05-07 03:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.141 - - [2026-05-07 03:58:50] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006837 10.0.0.141 - - [2026-05-07 03:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005600 10.0.0.141 - - [2026-05-07 03:58:54] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008326 10.0.0.141 - - [2026-05-07 03:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005412 10.0.0.141 - - [2026-05-07 03:58:58] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006845 10.0.0.141 - - [2026-05-07 03:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.141 - - [2026-05-07 03:59:02] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.009792 10.0.0.141 - - [2026-05-07 03:59:06] "POST /neutron/port HTTP/1.1" 200 1105 0.024896 10.0.0.141 - - [2026-05-07 03:59:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004878 10.0.0.141 - - [2026-05-07 03:59:06] "POST /neutron/network HTTP/1.1" 200 925 0.008769 10.0.0.141 - - [2026-05-07 03:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.141 - - [2026-05-07 03:59:06] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006923 10.0.0.141 - - [2026-05-07 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.141 - - [2026-05-07 03:59:10] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007451 10.0.0.141 - - [2026-05-07 03:59:10] "GET /virtual-networks?parent_id=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004144 10.0.0.141 - - [2026-05-07 03:59:10] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006834 10.0.0.141 - - [2026-05-07 03:59:16] "POST /neutron/port HTTP/1.1" 200 1122 0.023260 10.0.0.141 - - [2026-05-07 03:59:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009505 10.0.0.249 - - [2026-05-07 03:59:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.249 - - [2026-05-07 03:59:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.27 - - [2026-05-07 03:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.27 - - [2026-05-07 03:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2026-05-07 03:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2026-05-07 03:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.141 - - [2026-05-07 03:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000729 10.0.0.141 - - [2026-05-07 03:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.27 - - [2026-05-07 03:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.27 - - [2026-05-07 03:59:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000638 10.0.0.141 - - [2026-05-07 03:59:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013015 10.0.0.141 - - [2026-05-07 03:59:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.141 - - [2026-05-07 03:59:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.141 - - [2026-05-07 03:59:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010815 10.0.0.141 - - [2026-05-07 03:59:33] "POST /neutron/network HTTP/1.1" 200 1121 0.052120 10.0.0.141 - - [2026-05-07 03:59:33] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019429 10.0.0.141 - - [2026-05-07 03:59:33] "POST /neutron/network HTTP/1.1" 200 1111 0.014126 10.0.0.141 - - [2026-05-07 03:59:37] "POST /neutron/port HTTP/1.1" 200 1122 0.032588 10.0.0.141 - - [2026-05-07 03:59:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012125 10.0.0.141 - - [2026-05-07 03:59:37] "POST /neutron/network HTTP/1.1" 200 796 0.022789 10.0.0.141 - - [2026-05-07 03:59:37] "POST /id-to-fqname HTTP/1.1" 200 218 0.001404 10.0.0.141 - - [2026-05-07 03:59:37] "GET /virtual-machine/8ea14cd0-9022-40f2-a8df-50564edd061a HTTP/1.1" 200 1291 0.006048 10.0.0.141 - - [2026-05-07 03:59:37] "GET /virtual-machine-interface/3e2867e2-0dbd-43fc-8bb7-b957b614d41d HTTP/1.1" 200 2931 0.006156 10.0.0.141 - - [2026-05-07 03:59:37] "GET /instance-ip/1643e49b-49b8-45d3-b827-7b31fd10b80f HTTP/1.1" 200 1616 0.007773 10.0.0.141 - - [2026-05-07 03:59:37] "POST /fqname-to-id HTTP/1.1" 404 208 0.004168 10.0.0.141 - - [2026-05-07 03:59:37] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006933 10.0.0.27 - - [2026-05-07 03:59:37] "GET /projects?obj_uuids=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.039402 10.0.0.141 - - [2026-05-07 03:59:37] "GET /project/1a768ce0-b62b-4a99-b34a-11f206e6a12b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.083603 10.0.0.141 - - [2026-05-07 03:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005178 10.0.0.141 - - [2026-05-07 03:59:37] "GET /security-group/8ca22e1e-fa7a-4c6a-a4f5-a1922a0af8c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3749 0.005051 10.0.0.141 - - [2026-05-07 03:59:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.098571 10.0.0.141 - - [2026-05-07 03:59:38] "POST /instance-ips HTTP/1.1" 200 357 0.047363 10.0.0.141 - - [2026-05-07 03:59:38] "GET /instance-ip/6f182699-f6c7-469c-98b8-eff997c348fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.007841 10.0.0.141 - - [2026-05-07 03:59:38] "GET /virtual-machine-interface/3df96491-ad46-4a2f-a1d1-86c88a499535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.007884 10.0.0.141 - - [2026-05-07 03:59:38] "GET /virtual-machine-interface/3df96491-ad46-4a2f-a1d1-86c88a499535?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.010389 10.0.0.141 - - [2026-05-07 03:59:38] "GET /instance-ip/6f182699-f6c7-469c-98b8-eff997c348fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.005516 10.0.0.141 - - [2026-05-07 03:59:38] "POST /id-to-fqname HTTP/1.1" 200 218 0.001524 10.0.0.141 - - [2026-05-07 03:59:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008734 10.0.0.141 - - [2026-05-07 03:59:38] "POST /neutron/network HTTP/1.1" 200 822 0.043952 10.0.0.141 - - [2026-05-07 03:59:39] "POST /neutron/port HTTP/1.1" 200 5151 0.054506 10.0.0.141 - - [2026-05-07 03:59:39] "POST /neutron/port HTTP/1.1" 200 117 0.007573 10.0.0.141 - - [2026-05-07 03:59:40] "POST /neutron/port HTTP/1.1" 200 965 0.017912 10.0.0.141 - - [2026-05-07 03:59:40] "POST /neutron/port HTTP/1.1" 200 1067 0.030572 10.0.0.141 - - [2026-05-07 03:59:40] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.141 - - [2026-05-07 03:59:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009667 10.0.0.141 - - [2026-05-07 03:59:44] "POST /neutron/port HTTP/1.1" 200 1067 0.022081 10.0.0.141 - - [2026-05-07 03:59:44] "GET /virtual-machine/25c21c19-68d1-4c99-8340-858b1c5fb46d HTTP/1.1" 200 1267 0.009091 10.0.0.141 - - [2026-05-07 03:59:44] "GET /virtual-machine-interface/3df96491-ad46-4a2f-a1d1-86c88a499535 HTTP/1.1" 200 2981 0.006186 10.0.0.141 - - [2026-05-07 03:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.141 - - [2026-05-07 03:59:44] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005406 10.0.0.141 - - [2026-05-07 03:59:44] "GET /virtual-networks?parent_id=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003675 10.0.0.141 - - [2026-05-07 03:59:44] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006881 10.0.0.141 - - [2026-05-07 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005419 10.0.0.141 - - [2026-05-07 03:59:48] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.012428 10.0.0.141 - - [2026-05-07 03:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.141 - - [2026-05-07 03:59:52] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006293 10.0.0.141 - - [2026-05-07 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.141 - - [2026-05-07 03:59:56] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007200 10.0.0.141 - - [2026-05-07 04:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.141 - - [2026-05-07 04:00:00] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006494 10.0.0.141 - - [2026-05-07 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007017 10.0.0.141 - - [2026-05-07 04:00:04] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.011553 10.0.0.141 - - [2026-05-07 04:00:08] "POST /neutron/port HTTP/1.1" 200 1216 0.026797 10.0.0.141 - - [2026-05-07 04:00:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005528 10.0.0.141 - - [2026-05-07 04:00:08] "POST /neutron/port HTTP/1.1" 200 117 0.001340 10.0.0.141 - - [2026-05-07 04:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.141 - - [2026-05-07 04:00:08] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007160 10.0.0.141 - - [2026-05-07 04:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.141 - - [2026-05-07 04:00:12] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006402 10.0.0.141 - - [2026-05-07 04:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.141 - - [2026-05-07 04:00:16] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006889 10.0.0.141 - - [2026-05-07 04:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.141 - - [2026-05-07 04:00:20] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007094 10.0.0.141 - - [2026-05-07 04:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.141 - - [2026-05-07 04:00:24] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006101 10.0.0.249 - - [2026-05-07 04:00:27] "GET /obj-perms HTTP/1.1" 200 5075 0.073017 10.0.0.27 - - [2026-05-07 04:00:27] "GET /obj-perms HTTP/1.1" 200 5075 0.075089 10.0.0.141 - - [2026-05-07 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.141 - - [2026-05-07 04:00:29] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008032 10.0.0.141 - - [2026-05-07 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.141 - - [2026-05-07 04:00:33] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007127 10.0.0.141 - - [2026-05-07 04:00:34] "POST /neutron/port HTTP/1.1" 200 1105 0.026365 10.0.0.141 - - [2026-05-07 04:00:34] "POST /neutron/subnet HTTP/1.1" 200 689 0.013641 10.0.0.141 - - [2026-05-07 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.141 - - [2026-05-07 04:00:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005664 10.0.0.141 - - [2026-05-07 04:00:35] "GET /virtual-networks?parent_id=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004579 10.0.0.141 - - [2026-05-07 04:00:35] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.012069 10.0.0.141 - - [2026-05-07 04:00:35] "POST /neutron/port HTTP/1.1" 200 1067 0.025917 10.0.0.141 - - [2026-05-07 04:00:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009702 10.0.0.141 - - [2026-05-07 04:00:48] "POST /neutron/port HTTP/1.1" 200 1067 0.069957 10.0.0.141 - - [2026-05-07 04:00:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010131 10.0.0.141 - - [2026-05-07 04:01:01] "POST /id-to-fqname HTTP/1.1" 200 218 0.002699 10.0.0.141 - - [2026-05-07 04:01:01] "POST /neutron/port HTTP/1.1" 200 6065 0.091584 10.0.0.27 - - [2026-05-07 04:01:02] "GET /projects?obj_uuids=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001541 10.0.0.141 - - [2026-05-07 04:01:02] "GET /project/1a768ce0-b62b-4a99-b34a-11f206e6a12b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.091521 10.0.0.141 - - [2026-05-07 04:01:03] "POST /neutron/network HTTP/1.1" 200 822 0.011466 10.0.0.141 - - [2026-05-07 04:01:03] "POST /neutron/port HTTP/1.1" 200 117 0.007944 10.0.0.27 - - [2026-05-07 04:01:03] "GET /projects?obj_uuids=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002379 10.0.0.141 - - [2026-05-07 04:01:04] "POST /neutron/port HTTP/1.1" 200 1058 0.468372 10.0.0.141 - - [2026-05-07 04:01:04] "POST /neutron/port HTTP/1.1" 200 1112 0.175882 10.0.0.141 - - [2026-05-07 04:01:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.012584 10.0.0.141 - - [2026-05-07 04:01:08] "POST /neutron/port HTTP/1.1" 200 1105 0.062393 10.0.0.141 - - [2026-05-07 04:01:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007296 10.0.0.141 - - [2026-05-07 04:01:08] "POST /neutron/network HTTP/1.1" 200 925 0.009183 10.0.0.141 - - [2026-05-07 04:01:08] "POST /neutron/port HTTP/1.1" 200 1122 0.030177 10.0.0.141 - - [2026-05-07 04:01:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009828 10.0.0.141 - - [2026-05-07 04:01:08] "GET /virtual-machine/6f647725-a1fa-42ce-a691-9d12e76098f3 HTTP/1.1" 200 1290 0.008632 10.0.0.141 - - [2026-05-07 04:01:08] "GET /virtual-machine-interface/28b71622-4108-403a-9c2a-6593235d6556 HTTP/1.1" 200 2931 0.006533 10.0.0.141 - - [2026-05-07 04:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.141 - - [2026-05-07 04:01:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005332 10.0.0.141 - - [2026-05-07 04:01:08] "GET /virtual-networks?parent_id=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004231 10.0.0.141 - - [2026-05-07 04:01:09] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008677 10.0.0.141 - - [2026-05-07 04:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.141 - - [2026-05-07 04:01:12] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.009731 10.0.0.141 - - [2026-05-07 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.141 - - [2026-05-07 04:01:16] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.009286 10.0.0.141 - - [2026-05-07 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.141 - - [2026-05-07 04:01:20] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008326 10.0.0.141 - - [2026-05-07 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006183 10.0.0.141 - - [2026-05-07 04:01:24] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.010676 10.0.0.141 - - [2026-05-07 04:01:28] "GET /obj-perms HTTP/1.1" 200 5075 0.221097 10.0.0.141 - - [2026-05-07 04:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.141 - - [2026-05-07 04:01:28] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007391 10.0.0.141 - - [2026-05-07 04:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.141 - - [2026-05-07 04:01:32] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007295 10.0.0.141 - - [2026-05-07 04:01:35] "POST /neutron/network HTTP/1.1" 200 1121 0.008082 10.0.0.141 - - [2026-05-07 04:01:35] "POST /neutron/subnet HTTP/1.1" 200 1375 0.024531 10.0.0.141 - - [2026-05-07 04:01:35] "POST /neutron/network HTTP/1.1" 200 1111 0.014507 10.0.0.141 - - [2026-05-07 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.141 - - [2026-05-07 04:01:36] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.010356 10.0.0.141 - - [2026-05-07 04:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.141 - - [2026-05-07 04:01:40] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007114 10.0.0.141 - - [2026-05-07 04:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005345 10.0.0.141 - - [2026-05-07 04:01:44] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006652 10.0.0.141 - - [2026-05-07 04:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.141 - - [2026-05-07 04:01:48] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007860 10.0.0.141 - - [2026-05-07 04:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979 10.0.0.141 - - [2026-05-07 04:01:51] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004788 10.0.0.141 - - [2026-05-07 04:01:51] "GET /virtual-networks?parent_id=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003954 10.0.0.141 - - [2026-05-07 04:01:51] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006893 10.0.0.141 - - [2026-05-07 04:01:56] "POST /neutron/port HTTP/1.1" 200 1122 0.031477 10.0.0.141 - - [2026-05-07 04:02:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017311 10.0.0.141 - - [2026-05-07 04:02:06] "POST /neutron/port HTTP/1.1" 200 1122 0.025760 10.0.0.141 - - [2026-05-07 04:02:10] "POST /neutron/port HTTP/1.1" 200 1122 0.027869 10.0.0.141 - - [2026-05-07 04:02:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.011714 10.0.0.141 - - [2026-05-07 04:02:12] "POST /neutron/port HTTP/1.1" 200 1122 0.023837 10.0.0.141 - - [2026-05-07 04:02:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012276 10.0.0.141 - - [2026-05-07 04:02:17] "POST /neutron/port HTTP/1.1" 200 1122 0.029262 10.0.0.141 - - [2026-05-07 04:02:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010359 10.0.0.141 - - [2026-05-07 04:02:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.001695 10.0.0.141 - - [2026-05-07 04:02:17] "GET /virtual-machine/6f647725-a1fa-42ce-a691-9d12e76098f3 HTTP/1.1" 200 1290 0.005971 10.0.0.141 - - [2026-05-07 04:02:17] "GET /virtual-machine-interface/28b71622-4108-403a-9c2a-6593235d6556 HTTP/1.1" 200 2931 0.007691 10.0.0.141 - - [2026-05-07 04:02:17] "GET /instance-ip/6da356d8-69b0-4779-acf5-8777d134a5c5 HTTP/1.1" 200 1616 0.009754 10.0.0.141 - - [2026-05-07 04:02:18] "GET /virtual-machine-interface/28b71622-4108-403a-9c2a-6593235d6556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.008788 10.0.0.141 - - [2026-05-07 04:02:18] "PUT /virtual-machine-interface/28b71622-4108-403a-9c2a-6593235d6556 HTTP/1.1" 200 284 0.023615 10.0.0.141 - - [2026-05-07 04:02:35] "POST /neutron/port HTTP/1.1" 200 1105 0.024645 10.0.0.141 - - [2026-05-07 04:02:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004735 10.0.0.141 - - [2026-05-07 04:02:35] "POST /neutron/network HTTP/1.1" 200 925 0.009002 10.0.0.141 - - [2026-05-07 04:03:12] "POST /neutron/network HTTP/1.1" 200 832 0.009372 10.0.0.141 - - [2026-05-07 04:03:12] "POST /neutron/port HTTP/1.1" 200 117 0.001614 10.0.0.141 - - [2026-05-07 04:03:35] "POST /neutron/port HTTP/1.1" 200 1122 0.036063 10.0.0.141 - - [2026-05-07 04:03:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.014648 10.0.0.141 - - [2026-05-07 04:04:02] "DELETE /instance-ip/6f182699-f6c7-469c-98b8-eff997c348fe HTTP/1.1" 200 115 0.108784 10.0.0.141 - - [2026-05-07 04:04:02] "DELETE /virtual-machine-interface/3df96491-ad46-4a2f-a1d1-86c88a499535 HTTP/1.1" 200 115 0.132001 10.0.0.141 - - [2026-05-07 04:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.141 - - [2026-05-07 04:04:02] "GET /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008160 10.0.0.141 - - [2026-05-07 04:04:03] "POST /neutron/port HTTP/1.1" 200 1122 0.079986 10.0.0.141 - - [2026-05-07 04:04:03] "PUT /virtual-network/ab1b38ef-39cf-4973-a200-5eed9446fe3b HTTP/1.1" 200 264 0.093862 10.0.0.249 - - [2026-05-07 04:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.126863 10.0.0.141 - - [2026-05-07 04:04:03] "POST /neutron/port HTTP/1.1" 200 151 0.333223 10.0.0.141 - - [2026-05-07 04:04:03] "POST /neutron/port HTTP/1.1" 200 1112 0.026428 10.0.0.27 - - [2026-05-07 04:04:05] "POST /useragent-kv HTTP/1.1" 200 115 0.008180 10.0.0.27 - - [2026-05-07 04:04:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005015 10.0.0.141 - - [2026-05-07 04:04:05] "POST /neutron/network HTTP/1.1" 200 151 0.189843 10.0.0.249 - - [2026-05-07 04:04:05] "DELETE /route-target/260b9b92-2588-45f0-9a2c-e5b5349c163d HTTP/1.1" 200 115 0.039716 10.0.0.27 - - [2026-05-07 04:04:07] "GET /projects?obj_uuids=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.141 - - [2026-05-07 04:04:07] "GET /project/1a768ce0-b62b-4a99-b34a-11f206e6a12b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.100099 10.0.0.27 - - [2026-05-07 04:04:07] "GET /projects?obj_uuids=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.141 - - [2026-05-07 04:04:07] "GET /project/1a768ce0-b62b-4a99-b34a-11f206e6a12b?fields=virtual_networks HTTP/1.1" 200 1028 0.067164 10.0.0.27 - - [2026-05-07 04:04:07] "GET /projects?obj_uuids=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.141 - - [2026-05-07 04:04:07] "GET /project/1a768ce0-b62b-4a99-b34a-11f206e6a12b?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.075389 10.0.0.27 - - [2026-05-07 04:04:07] "GET /projects?obj_uuids=1a768ce0-b62b-4a99-b34a-11f206e6a12b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001628 10.0.0.141 - - [2026-05-07 04:04:07] "GET /project/1a768ce0-b62b-4a99-b34a-11f206e6a12b?fields=security_groups HTTP/1.1" 200 1252 0.051156 10.0.0.141 - - [2026-05-07 04:04:08] "POST /fqname-to-id HTTP/1.1" 404 185 0.047790 10.0.0.27 - - [2026-05-07 04:04:08] "GET /projects?obj_uuids=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004204 10.0.0.27 - - [2026-05-07 04:04:08] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001619 10.0.0.27 - - [2026-05-07 04:04:08] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047828 10.0.0.27 - - [2026-05-07 04:04:09] "POST /id-to-fqname HTTP/1.1" 200 187 0.003295 10.0.0.27 - - [2026-05-07 04:04:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.005669 10.0.0.27 - - [2026-05-07 04:04:09] "POST /security-groups HTTP/1.1" 200 588 0.086151 10.0.0.27 - - [2026-05-07 04:04:09] "POST /projects HTTP/1.1" 200 579 0.325194 10.0.0.27 - - [2026-05-07 04:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.360760 10.0.0.249 - - [2026-05-07 04:04:09] "POST /fqname-to-id HTTP/1.1" 404 230 0.011897 10.0.0.141 - - [2026-05-07 04:04:09] "GET /project/9d0b3269-4525-4aa8-8a43-34688cf795de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.584545 10.0.0.141 - - [2026-05-07 04:04:10] "GET / HTTP/1.1" 200 35931 0.003072 10.0.0.141 - - [2026-05-07 04:04:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000540 10.0.0.141 - - [2026-05-07 04:04:13] "POST /neutron/port HTTP/1.1" 200 1216 0.029638 10.0.0.141 - - [2026-05-07 04:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.099421 10.0.0.27 - - [2026-05-07 04:04:13] "GET /projects?obj_uuids=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001180 10.0.0.141 - - [2026-05-07 04:04:13] "GET /project/9d0b3269-4525-4aa8-8a43-34688cf795de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.054394 10.0.0.141 - - [2026-05-07 04:04:13] "POST /neutron/network HTTP/1.1" 200 1121 0.012582 10.0.0.141 - - [2026-05-07 04:04:13] "POST /neutron/subnet HTTP/1.1" 200 1375 0.022988 10.0.0.141 - - [2026-05-07 04:04:13] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.249 - - [2026-05-07 04:04:13] "POST /ref-update HTTP/1.1" 200 156 0.029421 10.0.0.141 - - [2026-05-07 04:04:14] "POST /neutron/network HTTP/1.1" 200 829 0.045997 10.0.0.141 - - [2026-05-07 04:04:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001380 10.0.0.141 - - [2026-05-07 04:04:14] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007306 10.0.0.141 - - [2026-05-07 04:04:14] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007634 10.0.0.141 - - [2026-05-07 04:04:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.011933 10.0.0.141 - - [2026-05-07 04:04:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.003667 10.0.0.141 - - [2026-05-07 04:04:14] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007127 10.0.0.141 - - [2026-05-07 04:04:14] "GET /virtual-machine-interface/18f834da-a5bb-4647-8fe1-cdba1a5c73e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.009933 10.0.0.141 - - [2026-05-07 04:04:14] "GET /virtual-machine-interface/18f834da-a5bb-4647-8fe1-cdba1a5c73e2?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.011688 10.0.0.141 - - [2026-05-07 04:04:14] "GET /instance-ip/433736f0-db0d-4a47-bd7b-ca4d3f27d3a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.006665 10.0.0.141 - - [2026-05-07 04:04:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001523 10.0.0.141 - - [2026-05-07 04:04:15] "POST /neutron/network HTTP/1.1" 200 839 0.008479 10.0.0.27 - - [2026-05-07 04:04:16] "GET /projects?obj_uuids=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001274 10.0.0.141 - - [2026-05-07 04:04:16] "GET /project/9d0b3269-4525-4aa8-8a43-34688cf795de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.088103 10.0.0.141 - - [2026-05-07 04:04:16] "POST /neutron/port HTTP/1.1" 200 117 0.011492 10.0.0.141 - - [2026-05-07 04:04:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001534 10.0.0.141 - - [2026-05-07 04:04:17] "POST /neutron/port HTTP/1.1" 200 983 0.015711 10.0.0.141 - - [2026-05-07 04:04:17] "POST /neutron/network HTTP/1.1" 200 839 0.010151 10.0.0.141 - - [2026-05-07 04:04:17] "POST /neutron/port HTTP/1.1" 200 5012 0.112657 10.0.0.141 - - [2026-05-07 04:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.010175 10.0.0.27 - - [2026-05-07 04:04:17] "GET /projects?obj_uuids=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001242 10.0.0.141 - - [2026-05-07 04:04:17] "GET /project/9d0b3269-4525-4aa8-8a43-34688cf795de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.067361 10.0.0.141 - - [2026-05-07 04:04:17] "POST /fqname-to-id HTTP/1.1" 404 208 0.010762 10.0.0.141 - - [2026-05-07 04:04:17] "POST /interface-route-tables HTTP/1.1" 200 556 0.090277 10.0.0.141 - - [2026-05-07 04:04:18] "GET /interface-route-table/e6588d43-f75e-479d-add7-479a57c6cbf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.008780 10.0.0.141 - - [2026-05-07 04:04:18] "POST /neutron/port HTTP/1.1" 200 1121 0.032691 10.0.0.141 - - [2026-05-07 04:04:18] "POST /neutron/port HTTP/1.1" 200 117 0.001648 10.0.0.141 - - [2026-05-07 04:04:18] "POST /neutron/network HTTP/1.1" 200 839 0.008963 10.0.0.141 - - [2026-05-07 04:04:18] "POST /neutron/port HTTP/1.1" 200 1075 0.184456 10.0.0.141 - - [2026-05-07 04:04:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.012803 10.0.0.141 - - [2026-05-07 04:04:19] "GET /virtual-machine-interface/18f834da-a5bb-4647-8fe1-cdba1a5c73e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.007270 10.0.0.141 - - [2026-05-07 04:04:19] "POST /ref-update HTTP/1.1" 200 156 0.019591 10.0.0.141 - - [2026-05-07 04:04:19] "POST /neutron/port HTTP/1.1" 200 1121 0.023163 10.0.0.141 - - [2026-05-07 04:04:24] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009803 10.0.0.249 - - [2026-05-07 04:04:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2026-05-07 04:04:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000617 10.0.0.141 - - [2026-05-07 04:04:24] "POST /neutron/port HTTP/1.1" 200 1121 0.025303 10.0.0.141 - - [2026-05-07 04:04:24] "POST /neutron/security_group HTTP/1.1" 200 2055 0.011534 10.0.0.141 - - [2026-05-07 04:04:24] "GET /virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e HTTP/1.1" 401 293 0.000535 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e HTTP/1.1" 200 1288 0.044971 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e HTTP/1.1" 200 1288 0.005579 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-machine-interface/563cff8f-16ce-4bf2-9c60-c5664bb79ac3 HTTP/1.1" 200 2938 0.007450 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e HTTP/1.1" 200 1288 0.005694 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-machine-interface/563cff8f-16ce-4bf2-9c60-c5664bb79ac3 HTTP/1.1" 200 2938 0.009439 10.0.0.141 - - [2026-05-07 04:04:25] "GET /instance-ip/b84bd6f5-cce8-46c8-bcc7-3dd43d662bea HTTP/1.1" 200 1619 0.010141 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e HTTP/1.1" 200 1288 0.007272 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-machine-interface/563cff8f-16ce-4bf2-9c60-c5664bb79ac3 HTTP/1.1" 200 2938 0.007365 10.0.0.141 - - [2026-05-07 04:04:25] "GET /instance-ip/b84bd6f5-cce8-46c8-bcc7-3dd43d662bea HTTP/1.1" 200 1619 0.005300 10.0.0.141 - - [2026-05-07 04:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.141 - - [2026-05-07 04:04:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004868 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006268 10.0.0.27 - - [2026-05-07 04:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008977 10.0.0.141 - - [2026-05-07 04:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005723 10.0.0.27 - - [2026-05-07 04:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000533 10.0.0.141 - - [2026-05-07 04:04:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006644 10.0.0.249 - - [2026-05-07 04:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005870 10.0.0.249 - - [2026-05-07 04:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000991 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009170 10.0.0.141 - - [2026-05-07 04:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005800 10.0.0.141 - - [2026-05-07 04:04:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006799 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005002 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009168 10.0.0.141 - - [2026-05-07 04:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.141 - - [2026-05-07 04:04:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008505 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005843 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007763 10.0.0.141 - - [2026-05-07 04:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005356 10.0.0.141 - - [2026-05-07 04:04:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005796 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004328 10.0.0.141 - - [2026-05-07 04:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.141 - - [2026-05-07 04:04:25] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006603 10.0.0.141 - - [2026-05-07 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.141 - - [2026-05-07 04:04:26] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005907 10.0.0.27 - - [2026-05-07 04:04:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.141 - - [2026-05-07 04:04:26] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004259 10.0.0.141 - - [2026-05-07 04:04:26] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009774 10.0.0.141 - - [2026-05-07 04:04:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.141 - - [2026-05-07 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.27 - - [2026-05-07 04:04:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000627 10.0.0.141 - - [2026-05-07 04:04:26] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006435 10.0.0.141 - - [2026-05-07 04:04:26] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005050 10.0.0.141 - - [2026-05-07 04:04:26] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007903 10.0.0.141 - - [2026-05-07 04:04:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000613 10.0.0.141 - - [2026-05-07 04:04:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.141 - - [2026-05-07 04:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.141 - - [2026-05-07 04:04:29] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007222 10.0.0.141 - - [2026-05-07 04:04:30] "POST /neutron/port HTTP/1.1" 200 1121 0.024388 10.0.0.27 - - [2026-05-07 04:04:30] "DELETE /project/1a768ce0-b62b-4a99-b34a-11f206e6a12b HTTP/1.1" 404 177 0.005477 10.0.0.27 - - [2026-05-07 04:04:30] "DELETE /project/9d0b326945254aa88a4334688cf795de HTTP/1.1" 404 173 0.004977 10.0.0.249 - - [2026-05-07 04:04:31] "GET /obj-perms HTTP/1.1" 200 5075 0.104390 10.0.0.141 - - [2026-05-07 04:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005288 10.0.0.141 - - [2026-05-07 04:04:31] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004985 10.0.0.141 - - [2026-05-07 04:04:31] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004439 10.0.0.141 - - [2026-05-07 04:04:31] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007025 10.0.0.141 - - [2026-05-07 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.141 - - [2026-05-07 04:04:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004845 10.0.0.141 - - [2026-05-07 04:04:32] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006633 10.0.0.141 - - [2026-05-07 04:04:32] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007497 10.0.0.141 - - [2026-05-07 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.141 - - [2026-05-07 04:04:32] "GET /routing-instance/d34e7ae7-6c53-485d-a6c8-e2e8f3191994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005372 10.0.0.141 - - [2026-05-07 04:04:32] "GET /route-target/cd59313a-5cbd-4b06-8300-06588e96c2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005203 10.0.0.141 - - [2026-05-07 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.141 - - [2026-05-07 04:04:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005885 10.0.0.141 - - [2026-05-07 04:04:32] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004575 10.0.0.141 - - [2026-05-07 04:04:32] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007052 10.0.0.141 - - [2026-05-07 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.141 - - [2026-05-07 04:04:32] "GET /routing-instance/d34e7ae7-6c53-485d-a6c8-e2e8f3191994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.006108 10.0.0.141 - - [2026-05-07 04:04:32] "GET /route-target/cd59313a-5cbd-4b06-8300-06588e96c2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005001 10.0.0.141 - - [2026-05-07 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006228 10.0.0.141 - - [2026-05-07 04:04:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005503 10.0.0.141 - - [2026-05-07 04:04:32] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003720 10.0.0.141 - - [2026-05-07 04:04:32] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010277 10.0.0.141 - - [2026-05-07 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005806 10.0.0.141 - - [2026-05-07 04:04:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006353 10.0.0.141 - - [2026-05-07 04:04:32] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004822 10.0.0.141 - - [2026-05-07 04:04:32] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007881 10.0.0.27 - - [2026-05-07 04:04:33] "GET /obj-perms HTTP/1.1" 200 5043 0.069465 10.0.0.141 - - [2026-05-07 04:04:33] "GET /obj-perms HTTP/1.1" 200 5043 0.077564 10.0.0.141 - - [2026-05-07 04:04:34] "GET /obj-perms HTTP/1.1" 200 5043 0.006056 10.0.0.141 - - [2026-05-07 04:04:34] "GET /obj-perms HTTP/1.1" 200 5043 0.005137 10.0.0.249 - - [2026-05-07 04:04:34] "GET /obj-perms HTTP/1.1" 200 5043 0.081781 10.0.0.27 - - [2026-05-07 04:04:34] "GET /obj-perms HTTP/1.1" 200 5043 0.008233 10.0.0.141 - - [2026-05-07 04:04:35] "POST /neutron/security_group HTTP/1.1" 200 2055 0.010637 10.0.0.141 - - [2026-05-07 04:04:35] "POST /neutron/port HTTP/1.1" 200 1085 0.027339 10.0.0.141 - - [2026-05-07 04:04:35] "GET /virtual-machine/d0d6d113-b21f-43df-85e5-c5ece896a1b8 HTTP/1.1" 200 1267 0.012007 10.0.0.141 - - [2026-05-07 04:04:35] "GET /virtual-machine-interface/18f834da-a5bb-4647-8fe1-cdba1a5c73e2 HTTP/1.1" 200 3150 0.008698 10.0.0.141 - - [2026-05-07 04:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.141 - - [2026-05-07 04:04:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010616 10.0.0.141 - - [2026-05-07 04:04:35] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003654 10.0.0.141 - - [2026-05-07 04:04:35] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007312 10.0.0.141 - - [2026-05-07 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.141 - - [2026-05-07 04:04:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005130 10.0.0.141 - - [2026-05-07 04:04:36] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005079 10.0.0.141 - - [2026-05-07 04:04:36] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008498 10.0.0.141 - - [2026-05-07 04:04:37] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009154 10.0.0.141 - - [2026-05-07 04:04:37] "POST /neutron/port HTTP/1.1" 200 1216 0.061864 10.0.0.141 - - [2026-05-07 04:04:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.021228 10.0.0.141 - - [2026-05-07 04:04:37] "POST /neutron/port HTTP/1.1" 200 117 0.001845 10.0.0.141 - - [2026-05-07 04:04:38] "GET /virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e HTTP/1.1" 200 1288 0.005705 10.0.0.141 - - [2026-05-07 04:04:38] "POST /neutron/port HTTP/1.1" 200 1111 0.019515 10.0.0.141 - - [2026-05-07 04:04:40] "GET /virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e HTTP/1.1" 404 171 0.006233 10.0.0.141 - - [2026-05-07 04:04:40] "GET /virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e HTTP/1.1" 404 171 0.005014 10.0.0.141 - - [2026-05-07 04:04:40] "GET /virtual-machine/1090bea9-aaa7-4d23-8204-a4fb8484af6e HTTP/1.1" 404 171 0.005178 10.0.0.141 - - [2026-05-07 04:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.141 - - [2026-05-07 04:04:40] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005314 10.0.0.141 - - [2026-05-07 04:04:40] "GET /virtual-networks?parent_id=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004122 10.0.0.141 - - [2026-05-07 04:04:40] "GET /virtual-network/c9eebdfd-ff25-4b07-886d-cdc81e6f454d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010751 10.0.0.141 - - [2026-05-07 04:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005757 10.0.0.141 - - [2026-05-07 04:04:40] "GET /routing-instance/d34e7ae7-6c53-485d-a6c8-e2e8f3191994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.007456 10.0.0.141 - - [2026-05-07 04:04:40] "GET /route-target/cd59313a-5cbd-4b06-8300-06588e96c2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005557 10.0.0.141 - - [2026-05-07 04:04:43] "GET /obj-perms HTTP/1.1" 200 5043 0.007794 10.0.0.249 - - [2026-05-07 04:04:43] "GET /obj-perms HTTP/1.1" 200 5043 0.006871 10.0.0.141 - - [2026-05-07 04:04:53] "GET /obj-perms HTTP/1.1" 200 5043 0.005193 10.0.0.249 - - [2026-05-07 04:04:53] "GET /obj-perms HTTP/1.1" 200 5043 0.005617 10.0.0.141 - - [2026-05-07 04:05:02] "GET /obj-perms HTTP/1.1" 200 5043 0.004699 10.0.0.249 - - [2026-05-07 04:05:02] "GET /obj-perms HTTP/1.1" 200 5043 0.006984 10.0.0.141 - - [2026-05-07 04:05:02] "GET /interface-route-table/e6588d43-f75e-479d-add7-479a57c6cbf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.006271 10.0.0.141 - - [2026-05-07 04:05:02] "GET /virtual-machine-interface/18f834da-a5bb-4647-8fe1-cdba1a5c73e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.008540 10.0.0.141 - - [2026-05-07 04:05:02] "POST /ref-update HTTP/1.1" 200 156 0.041322 10.0.0.141 - - [2026-05-07 04:05:02] "DELETE /interface-route-table/e6588d43-f75e-479d-add7-479a57c6cbf5 HTTP/1.1" 200 115 0.065815 10.0.0.141 - - [2026-05-07 04:05:03] "POST /neutron/port HTTP/1.1" 200 151 0.284096 10.0.0.249 - - [2026-05-07 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005316 10.0.0.27 - - [2026-05-07 04:05:05] "GET /projects?obj_uuids=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.080508 10.0.0.141 - - [2026-05-07 04:05:05] "GET /project/9d0b3269-4525-4aa8-8a43-34688cf795de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.144195 10.0.0.27 - - [2026-05-07 04:05:05] "GET /projects?obj_uuids=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001133 10.0.0.141 - - [2026-05-07 04:05:05] "GET /project/9d0b3269-4525-4aa8-8a43-34688cf795de?fields=virtual_networks HTTP/1.1" 200 1026 0.049578 10.0.0.27 - - [2026-05-07 04:05:05] "GET /projects?obj_uuids=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001602 10.0.0.141 - - [2026-05-07 04:05:05] "GET /project/9d0b3269-4525-4aa8-8a43-34688cf795de?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.081702 10.0.0.27 - - [2026-05-07 04:05:05] "GET /projects?obj_uuids=9d0b3269-4525-4aa8-8a43-34688cf795de&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002047 10.0.0.141 - - [2026-05-07 04:05:05] "GET /project/9d0b3269-4525-4aa8-8a43-34688cf795de?fields=security_groups HTTP/1.1" 200 1249 0.054362 10.0.0.141 - - [2026-05-07 04:05:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.044952 10.0.0.27 - - [2026-05-07 04:05:06] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004597 10.0.0.27 - - [2026-05-07 04:05:06] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.27 - - [2026-05-07 04:05:06] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008886 10.0.0.27 - - [2026-05-07 04:05:07] "POST /id-to-fqname HTTP/1.1" 200 194 0.005013 10.0.0.27 - - [2026-05-07 04:05:07] "POST /fqname-to-id HTTP/1.1" 404 203 0.007155 10.0.0.27 - - [2026-05-07 04:05:07] "POST /security-groups HTTP/1.1" 200 595 0.048955 10.0.0.27 - - [2026-05-07 04:05:07] "POST /projects HTTP/1.1" 200 593 0.293198 10.0.0.27 - - [2026-05-07 04:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.335038 10.0.0.249 - - [2026-05-07 04:05:07] "POST /access-control-lists HTTP/1.1" 200 600 0.045701 10.0.0.141 - - [2026-05-07 04:05:07] "GET /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.560194 10.0.0.141 - - [2026-05-07 04:05:08] "POST /neutron/port HTTP/1.1" 200 117 0.008401 10.0.0.141 - - [2026-05-07 04:05:08] "GET / HTTP/1.1" 200 35931 0.002620 10.0.0.141 - - [2026-05-07 04:05:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.141 - - [2026-05-07 04:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.092411 10.0.0.27 - - [2026-05-07 04:05:09] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001715 10.0.0.141 - - [2026-05-07 04:05:09] "GET /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.067321 10.0.0.27 - - [2026-05-07 04:05:10] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001522 10.0.0.141 - - [2026-05-07 04:05:10] "POST /neutron/network HTTP/1.1" 200 609 0.214802 10.0.0.249 - - [2026-05-07 04:05:10] "POST /route-targets HTTP/1.1" 200 327 0.019560 10.0.0.141 - - [2026-05-07 04:05:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.005002 10.0.0.141 - - [2026-05-07 04:05:10] "GET /virtual-network/b873bf8c-7afa-4c5d-9184-f457ce2e4720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007587 10.0.0.141 - - [2026-05-07 04:05:10] "POST /neutron/network HTTP/1.1" 200 825 0.008971 10.0.0.141 - - [2026-05-07 04:05:10] "GET /virtual-network/b873bf8c-7afa-4c5d-9184-f457ce2e4720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007932 10.0.0.141 - - [2026-05-07 04:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005068 10.0.0.27 - - [2026-05-07 04:05:10] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000989 10.0.0.141 - - [2026-05-07 04:05:10] "GET /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.058715 10.0.0.141 - - [2026-05-07 04:05:10] "POST /neutron/network HTTP/1.1" 200 117 0.023973 10.0.0.249 - - [2026-05-07 04:05:11] "POST /ref-update HTTP/1.1" 200 156 0.037964 10.0.0.141 - - [2026-05-07 04:05:11] "POST /neutron/network HTTP/1.1" 200 829 0.012897 10.0.0.141 - - [2026-05-07 04:05:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001832 10.0.0.141 - - [2026-05-07 04:05:11] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007525 10.0.0.141 - - [2026-05-07 04:05:11] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.012015 10.0.0.141 - - [2026-05-07 04:05:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.013749 10.0.0.141 - - [2026-05-07 04:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.27 - - [2026-05-07 04:05:11] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001401 10.0.0.141 - - [2026-05-07 04:05:11] "GET /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.065182 10.0.0.27 - - [2026-05-07 04:05:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003872 10.0.0.141 - - [2026-05-07 04:05:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.245972 10.0.0.141 - - [2026-05-07 04:05:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001504 10.0.0.141 - - [2026-05-07 04:05:12] "GET /virtual-network/276965db-827d-4254-a7bd-439686b205db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006624 10.0.0.141 - - [2026-05-07 04:05:12] "GET /virtual-network/276965db-827d-4254-a7bd-439686b205db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008275 10.0.0.141 - - [2026-05-07 04:05:12] "POST /neutron/network HTTP/1.1" 200 829 0.010479 10.0.0.141 - - [2026-05-07 04:05:12] "POST /fqname-to-id HTTP/1.1" 404 214 0.003789 10.0.0.141 - - [2026-05-07 04:05:12] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007863 10.0.0.141 - - [2026-05-07 04:05:13] "GET /virtual-machine-interface/296813b7-da61-4885-8429-11a7161e1758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.015165 10.0.0.141 - - [2026-05-07 04:05:13] "GET /virtual-machine-interface/296813b7-da61-4885-8429-11a7161e1758?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.014532 10.0.0.141 - - [2026-05-07 04:05:13] "GET /instance-ip/6ced466d-2e97-4553-bc53-d4c2e063c7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005955 10.0.0.141 - - [2026-05-07 04:05:13] "POST /fqname-to-id HTTP/1.1" 404 214 0.004304 10.0.0.141 - - [2026-05-07 04:05:13] "GET /virtual-network/b873bf8c-7afa-4c5d-9184-f457ce2e4720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009528 10.0.0.27 - - [2026-05-07 04:05:13] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001589 10.0.0.141 - - [2026-05-07 04:05:13] "GET /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.062488 10.0.0.141 - - [2026-05-07 04:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005307 10.0.0.141 - - [2026-05-07 04:05:13] "GET /security-group/deed7a7d-513c-43f6-b6ce-2d11c3782eb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006247 10.0.0.141 - - [2026-05-07 04:05:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.143629 10.0.0.141 - - [2026-05-07 04:05:13] "POST /instance-ips HTTP/1.1" 200 357 0.076518 10.0.0.141 - - [2026-05-07 04:05:13] "GET /virtual-machine-interface/e00cc3a1-2a1c-4459-969e-d5da06d18df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.007348 10.0.0.141 - - [2026-05-07 04:05:13] "GET /virtual-machine-interface/e00cc3a1-2a1c-4459-969e-d5da06d18df3?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.016097 10.0.0.141 - - [2026-05-07 04:05:13] "GET /instance-ip/e7c89ac3-ebf0-4963-824c-afa6dc758ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1579 0.008500 10.0.0.141 - - [2026-05-07 04:05:13] "POST /fqname-to-id HTTP/1.1" 404 214 0.005114 10.0.0.141 - - [2026-05-07 04:05:13] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008074 10.0.0.27 - - [2026-05-07 04:05:13] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001283 10.0.0.141 - - [2026-05-07 04:05:14] "POST /neutron/port HTTP/1.1" 200 991 0.419253 10.0.0.141 - - [2026-05-07 04:05:14] "GET /virtual-machine-interface/00294cf3-0d66-4ce6-84f9-f9fc4175cf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.010502 10.0.0.141 - - [2026-05-07 04:05:14] "GET /virtual-machine-interface/00294cf3-0d66-4ce6-84f9-f9fc4175cf61?fields=instance_ip_back_refs HTTP/1.1" 200 1330 0.007538 10.0.0.141 - - [2026-05-07 04:05:14] "POST /neutron/network HTTP/1.1" 200 935 0.012450 10.0.0.141 - - [2026-05-07 04:05:14] "GET /instance-ip/294cf59a-adf1-43f4-889d-be3a570c739f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.007318 10.0.0.141 - - [2026-05-07 04:05:14] "POST /fqname-to-id HTTP/1.1" 404 214 0.005643 10.0.0.141 - - [2026-05-07 04:05:14] "POST /neutron/port HTTP/1.1" 200 117 0.001723 10.0.0.141 - - [2026-05-07 04:05:14] "GET /virtual-network/b873bf8c-7afa-4c5d-9184-f457ce2e4720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010104 10.0.0.27 - - [2026-05-07 04:05:14] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001154 10.0.0.141 - - [2026-05-07 04:05:14] "GET /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.076795 10.0.0.141 - - [2026-05-07 04:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004563 10.0.0.141 - - [2026-05-07 04:05:14] "GET /security-group/deed7a7d-513c-43f6-b6ce-2d11c3782eb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006153 10.0.0.141 - - [2026-05-07 04:05:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.153560 10.0.0.141 - - [2026-05-07 04:05:14] "POST /instance-ips HTTP/1.1" 200 357 0.048757 10.0.0.141 - - [2026-05-07 04:05:14] "GET /virtual-machine-interface/0f57e3b4-4386-49dd-b2fb-83000f6dfd58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007226 10.0.0.141 - - [2026-05-07 04:05:15] "GET /virtual-machine-interface/0f57e3b4-4386-49dd-b2fb-83000f6dfd58?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.013453 10.0.0.141 - - [2026-05-07 04:05:15] "GET /instance-ip/90614454-8af4-4108-971f-24aad165855c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.006438 10.0.0.141 - - [2026-05-07 04:05:15] "POST /fqname-to-id HTTP/1.1" 404 214 0.004275 10.0.0.141 - - [2026-05-07 04:05:15] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008825 10.0.0.141 - - [2026-05-07 04:05:15] "GET /virtual-machine-interface/8ac90ded-ceb9-4bde-aa72-b37caf0f8b69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.011710 10.0.0.141 - - [2026-05-07 04:05:15] "GET /virtual-machine-interface/8ac90ded-ceb9-4bde-aa72-b37caf0f8b69?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.012892 10.0.0.141 - - [2026-05-07 04:05:15] "GET /instance-ip/36b5d90a-84db-4dd6-ba1b-4052c758a3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.006049 10.0.0.141 - - [2026-05-07 04:05:15] "POST /fqname-to-id HTTP/1.1" 404 214 0.004777 10.0.0.141 - - [2026-05-07 04:05:15] "GET /virtual-network/276965db-827d-4254-a7bd-439686b205db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010726 10.0.0.27 - - [2026-05-07 04:05:15] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002079 10.0.0.141 - - [2026-05-07 04:05:15] "GET /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.089507 10.0.0.141 - - [2026-05-07 04:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.141 - - [2026-05-07 04:05:15] "GET /security-group/deed7a7d-513c-43f6-b6ce-2d11c3782eb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005403 10.0.0.141 - - [2026-05-07 04:05:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.147884 10.0.0.141 - - [2026-05-07 04:05:16] "POST /instance-ips HTTP/1.1" 200 357 0.068398 10.0.0.141 - - [2026-05-07 04:05:16] "GET /virtual-machine-interface/89f3a5c6-fb76-4726-9d2f-1214cfccfb09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.007457 10.0.0.141 - - [2026-05-07 04:05:16] "GET /virtual-machine-interface/89f3a5c6-fb76-4726-9d2f-1214cfccfb09?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.012792 10.0.0.141 - - [2026-05-07 04:05:16] "GET /instance-ip/c41e24f0-3403-4258-bf75-0b1b5b110795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.006049 10.0.0.141 - - [2026-05-07 04:05:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.002629 10.0.0.141 - - [2026-05-07 04:05:17] "POST /neutron/port HTTP/1.1" 200 4182 0.047384 10.0.0.141 - - [2026-05-07 04:05:18] "POST /neutron/network HTTP/1.1" 200 829 0.047652 10.0.0.141 - - [2026-05-07 04:05:18] "POST /neutron/port HTTP/1.1" 200 4182 0.052907 10.0.0.141 - - [2026-05-07 04:05:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001609 10.0.0.141 - - [2026-05-07 04:05:19] "POST /neutron/network HTTP/1.1" 200 839 0.009330 10.0.0.141 - - [2026-05-07 04:05:19] "POST /neutron/port HTTP/1.1" 200 991 0.018107 10.0.0.141 - - [2026-05-07 04:05:19] "POST /neutron/port HTTP/1.1" 200 1093 0.031333 10.0.0.141 - - [2026-05-07 04:05:19] "POST /neutron/port HTTP/1.1" 200 117 0.001454 10.0.0.27 - - [2026-05-07 04:05:19] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001436 10.0.0.141 - - [2026-05-07 04:05:19] "GET /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.101568 10.0.0.141 - - [2026-05-07 04:05:20] "POST /neutron/port HTTP/1.1" 200 5122 0.064064 10.0.0.141 - - [2026-05-07 04:05:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001536 10.0.0.141 - - [2026-05-07 04:05:20] "POST /neutron/port HTTP/1.1" 200 5122 0.071007 10.0.0.141 - - [2026-05-07 04:05:20] "POST /neutron/network HTTP/1.1" 200 839 0.009663 10.0.0.141 - - [2026-05-07 04:05:20] "POST /neutron/network HTTP/1.1" 200 829 0.039217 10.0.0.141 - - [2026-05-07 04:05:21] "POST /neutron/port HTTP/1.1" 200 6044 0.103755 10.0.0.27 - - [2026-05-07 04:05:21] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001797 10.0.0.141 - - [2026-05-07 04:05:21] "POST /neutron/port HTTP/1.1" 200 1119 0.197240 10.0.0.141 - - [2026-05-07 04:05:21] "POST /neutron/router HTTP/1.1" 200 598 0.121912 10.0.0.249 - - [2026-05-07 04:05:21] "POST /route-targets HTTP/1.1" 200 327 0.021360 10.0.0.27 - - [2026-05-07 04:05:21] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001722 10.0.0.141 - - [2026-05-07 04:05:21] "POST /neutron/port HTTP/1.1" 200 117 0.002458 10.0.0.141 - - [2026-05-07 04:05:22] "POST /neutron/router HTTP/1.1" 200 344 0.457798 10.0.0.27 - - [2026-05-07 04:05:22] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002185 10.0.0.141 - - [2026-05-07 04:05:22] "POST /neutron/port HTTP/1.1" 200 991 0.041805 10.0.0.141 - - [2026-05-07 04:05:22] "POST /neutron/router HTTP/1.1" 200 344 0.617443 10.0.0.249 - - [2026-05-07 04:05:22] "POST /ref-update HTTP/1.1" 200 156 0.035974 10.0.0.141 - - [2026-05-07 04:05:23] "POST /neutron/port HTTP/1.1" 200 1093 0.037268 10.0.0.141 - - [2026-05-07 04:05:23] "POST /neutron/subnet HTTP/1.1" 200 703 0.012456 10.0.0.141 - - [2026-05-07 04:05:23] "POST /neutron/network HTTP/1.1" 200 829 0.010349 10.0.0.141 - - [2026-05-07 04:05:23] "POST /neutron/port HTTP/1.1" 200 1093 0.027145 10.0.0.141 - - [2026-05-07 04:05:23] "GET /virtual-machine/1c80eafc-8048-4996-9467-4aff9318de95 HTTP/1.1" 401 293 0.000466 10.0.0.141 - - [2026-05-07 04:05:23] "GET /virtual-machine/1c80eafc-8048-4996-9467-4aff9318de95 HTTP/1.1" 200 1274 0.042036 10.0.0.141 - - [2026-05-07 04:05:23] "GET /virtual-machine-interface/296813b7-da61-4885-8429-11a7161e1758 HTTP/1.1" 200 3186 0.006549 10.0.0.141 - - [2026-05-07 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005699 10.0.0.141 - - [2026-05-07 04:05:23] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005165 10.0.0.141 - - [2026-05-07 04:05:23] "GET /virtual-networks?parent_id=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003889 10.0.0.141 - - [2026-05-07 04:05:24] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007358 10.0.0.141 - - [2026-05-07 04:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194 10.0.0.141 - - [2026-05-07 04:05:27] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007262 10.0.0.27 - - [2026-05-07 04:05:30] "DELETE /project/9d0b3269-4525-4aa8-8a43-34688cf795de HTTP/1.1" 404 177 0.004046 10.0.0.27 - - [2026-05-07 04:05:30] "DELETE /project/efe00fe4c42d4aed94a12ad973b6eafc HTTP/1.1" 404 173 0.007340 10.0.0.141 - - [2026-05-07 04:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005267 10.0.0.141 - - [2026-05-07 04:05:31] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007151 10.0.0.27 - - [2026-05-07 04:05:31] "GET /obj-perms HTTP/1.1" 200 5075 0.096262 10.0.0.141 - - [2026-05-07 04:05:32] "GET /obj-perms HTTP/1.1" 200 5075 0.067261 10.0.0.141 - - [2026-05-07 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005872 10.0.0.141 - - [2026-05-07 04:05:35] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007621 10.0.0.141 - - [2026-05-07 04:05:37] "POST /neutron/port HTTP/1.1" 200 1105 0.030871 10.0.0.141 - - [2026-05-07 04:05:37] "POST /neutron/subnet HTTP/1.1" 200 689 0.011632 10.0.0.141 - - [2026-05-07 04:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.141 - - [2026-05-07 04:05:39] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006780 10.0.0.141 - - [2026-05-07 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006668 10.0.0.141 - - [2026-05-07 04:05:43] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007805 10.0.0.141 - - [2026-05-07 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005386 10.0.0.141 - - [2026-05-07 04:05:47] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006832 10.0.0.141 - - [2026-05-07 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.141 - - [2026-05-07 04:05:51] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007954 10.0.0.141 - - [2026-05-07 04:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005894 10.0.0.141 - - [2026-05-07 04:05:55] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007016 10.0.0.141 - - [2026-05-07 04:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.141 - - [2026-05-07 04:05:59] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007324 10.0.0.141 - - [2026-05-07 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.141 - - [2026-05-07 04:06:04] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007093 10.0.0.141 - - [2026-05-07 04:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.141 - - [2026-05-07 04:06:08] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006876 10.0.0.141 - - [2026-05-07 04:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.141 - - [2026-05-07 04:06:12] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009079 10.0.0.141 - - [2026-05-07 04:06:16] "POST /neutron/port HTTP/1.1" 200 1216 0.057379 10.0.0.141 - - [2026-05-07 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.141 - - [2026-05-07 04:06:16] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007563 10.0.0.141 - - [2026-05-07 04:06:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004938 10.0.0.141 - - [2026-05-07 04:06:16] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.141 - - [2026-05-07 04:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005334 10.0.0.141 - - [2026-05-07 04:06:20] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008286 10.0.0.141 - - [2026-05-07 04:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.141 - - [2026-05-07 04:06:24] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007577 10.0.0.141 - - [2026-05-07 04:06:26] "POST /neutron/port HTTP/1.1" 200 1129 0.071963 10.0.0.141 - - [2026-05-07 04:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.141 - - [2026-05-07 04:06:28] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007349 10.0.0.141 - - [2026-05-07 04:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004834 10.0.0.141 - - [2026-05-07 04:06:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004709 10.0.0.141 - - [2026-05-07 04:06:30] "GET /virtual-networks?parent_id=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.005039 10.0.0.141 - - [2026-05-07 04:06:30] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008564 10.0.0.141 - - [2026-05-07 04:06:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014067 10.0.0.141 - - [2026-05-07 04:06:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008830 10.0.0.141 - - [2026-05-07 04:06:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010225 10.0.0.141 - - [2026-05-07 04:06:46] "POST /neutron/port HTTP/1.1" 200 1093 0.023653 10.0.0.141 - - [2026-05-07 04:06:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010275 10.0.0.141 - - [2026-05-07 04:07:02] "POST /neutron/port HTTP/1.1" 200 1129 0.038042 10.0.0.141 - - [2026-05-07 04:07:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011558 10.0.0.141 - - [2026-05-07 04:07:02] "GET /virtual-machine/494786b1-ea66-4499-8c88-f2213a82bb04 HTTP/1.1" 200 1296 0.008714 10.0.0.141 - - [2026-05-07 04:07:02] "GET /virtual-machine-interface/d99a6386-94ca-41f6-93a9-f55f956634ac HTTP/1.1" 200 2962 0.007320 10.0.0.141 - - [2026-05-07 04:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.141 - - [2026-05-07 04:07:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005288 10.0.0.141 - - [2026-05-07 04:07:02] "GET /virtual-networks?parent_id=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.006538 10.0.0.141 - - [2026-05-07 04:07:02] "GET /virtual-network/276965db-827d-4254-a7bd-439686b205db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007476 10.0.0.141 - - [2026-05-07 04:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007637 10.0.0.141 - - [2026-05-07 04:07:03] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007490 10.0.0.141 - - [2026-05-07 04:07:03] "GET /virtual-networks?parent_id=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.006671 10.0.0.141 - - [2026-05-07 04:07:03] "GET /virtual-network/276965db-827d-4254-a7bd-439686b205db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007686 10.0.0.141 - - [2026-05-07 04:07:04] "POST /neutron/port HTTP/1.1" 200 1093 0.028014 10.0.0.141 - - [2026-05-07 04:07:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014319 10.0.0.141 - - [2026-05-07 04:07:04] "GET /virtual-machine/9891af2b-af35-47e4-841b-fb3ad0555890 HTTP/1.1" 200 1274 0.008887 10.0.0.141 - - [2026-05-07 04:07:04] "GET /virtual-machine-interface/8ac90ded-ceb9-4bde-aa72-b37caf0f8b69 HTTP/1.1" 200 3188 0.007775 10.0.0.141 - - [2026-05-07 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004909 10.0.0.141 - - [2026-05-07 04:07:04] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005579 10.0.0.141 - - [2026-05-07 04:07:04] "GET /virtual-networks?parent_id=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.005556 10.0.0.141 - - [2026-05-07 04:07:04] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.012733 10.0.0.141 - - [2026-05-07 04:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.141 - - [2026-05-07 04:07:05] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007954 10.0.0.141 - - [2026-05-07 04:07:05] "GET /virtual-networks?parent_id=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.006836 10.0.0.141 - - [2026-05-07 04:07:05] "GET /virtual-network/95e0dbe0-74c8-4d90-bbc3-b09444a2cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009288 10.0.0.141 - - [2026-05-07 04:07:16] "POST /neutron/port HTTP/1.1" 200 1105 0.035840 10.0.0.141 - - [2026-05-07 04:07:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005451 10.0.0.141 - - [2026-05-07 04:07:16] "POST /neutron/network HTTP/1.1" 200 925 0.009622 10.0.0.249 - - [2026-05-07 04:07:33] "GET /obj-perms HTTP/1.1" 200 5075 0.116957 10.0.0.141 - - [2026-05-07 04:07:39] "POST /neutron/network HTTP/1.1" 200 1121 0.010053 10.0.0.141 - - [2026-05-07 04:07:39] "POST /neutron/subnet HTTP/1.1" 200 1375 0.025683 10.0.0.141 - - [2026-05-07 04:07:39] "POST /neutron/network HTTP/1.1" 200 1111 0.012288 10.0.0.141 - - [2026-05-07 04:08:16] "POST /neutron/network HTTP/1.1" 200 839 0.008941 10.0.0.141 - - [2026-05-07 04:08:16] "POST /neutron/port HTTP/1.1" 200 117 0.003299 10.0.0.141 - - [2026-05-07 04:08:40] "POST /neutron/port HTTP/1.1" 200 1105 0.025539 10.0.0.141 - - [2026-05-07 04:08:40] "POST /neutron/subnet HTTP/1.1" 200 689 0.015712 10.0.0.141 - - [2026-05-07 04:08:40] "POST /neutron/router HTTP/1.1" 200 598 0.008763 10.0.0.249 - - [2026-05-07 04:08:41] "POST /ref-update HTTP/1.1" 200 156 0.026500 10.0.0.141 - - [2026-05-07 04:08:41] "POST /neutron/router HTTP/1.1" 200 344 0.227489 10.0.0.249 - - [2026-05-07 04:08:41] "DELETE /route-target/a5b28947-bb9a-47ac-be6f-1009f3d1cf14 HTTP/1.1" 200 115 0.041112 10.0.0.141 - - [2026-05-07 04:08:42] "POST /neutron/port HTTP/1.1" 200 1129 0.026043 10.0.0.141 - - [2026-05-07 04:08:43] "DELETE /instance-ip/c41e24f0-3403-4258-bf75-0b1b5b110795 HTTP/1.1" 200 115 0.062191 10.0.0.141 - - [2026-05-07 04:08:43] "DELETE /virtual-machine-interface/89f3a5c6-fb76-4726-9d2f-1214cfccfb09 HTTP/1.1" 200 115 0.084935 10.0.0.141 - - [2026-05-07 04:08:43] "POST /neutron/port HTTP/1.1" 200 1083 0.021887 10.0.0.141 - - [2026-05-07 04:08:44] "DELETE /instance-ip/90614454-8af4-4108-971f-24aad165855c HTTP/1.1" 200 115 0.077528 10.0.0.141 - - [2026-05-07 04:08:44] "DELETE /virtual-machine-interface/0f57e3b4-4386-49dd-b2fb-83000f6dfd58 HTTP/1.1" 200 115 0.075647 10.0.0.141 - - [2026-05-07 04:08:44] "POST /neutron/port HTTP/1.1" 200 151 0.179333 10.0.0.141 - - [2026-05-07 04:08:44] "DELETE /instance-ip/e7c89ac3-ebf0-4963-824c-afa6dc758ca8 HTTP/1.1" 200 115 0.070841 10.0.0.141 - - [2026-05-07 04:08:44] "DELETE /virtual-machine-interface/e00cc3a1-2a1c-4459-969e-d5da06d18df3 HTTP/1.1" 200 115 0.093809 10.0.0.141 - - [2026-05-07 04:08:45] "POST /neutron/network HTTP/1.1" 200 829 0.009299 10.0.0.249 - - [2026-05-07 04:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.011787 10.0.0.27 - - [2026-05-07 04:08:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005448 10.0.0.27 - - [2026-05-07 04:08:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003439 10.0.0.141 - - [2026-05-07 04:08:45] "POST /neutron/network HTTP/1.1" 200 151 0.186418 10.0.0.27 - - [2026-05-07 04:08:45] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001224 10.0.0.249 - - [2026-05-07 04:08:45] "DELETE /route-target/b89ded05-0e88-4fc3-b9f3-47bf391ee23d HTTP/1.1" 200 115 0.047002 10.0.0.141 - - [2026-05-07 04:08:45] "GET /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.059585 10.0.0.27 - - [2026-05-07 04:08:45] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001754 10.0.0.141 - - [2026-05-07 04:08:45] "GET /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc?fields=virtual_networks HTTP/1.1" 200 1041 0.051132 10.0.0.27 - - [2026-05-07 04:08:45] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001174 10.0.0.141 - - [2026-05-07 04:08:46] "GET /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.071121 10.0.0.27 - - [2026-05-07 04:08:46] "GET /projects?obj_uuids=efe00fe4-c42d-4aed-94a1-2ad973b6eafc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001274 10.0.0.141 - - [2026-05-07 04:08:46] "GET /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc?fields=security_groups HTTP/1.1" 200 1271 0.064002 10.0.0.141 - - [2026-05-07 04:08:47] "POST /fqname-to-id HTTP/1.1" 404 187 0.037277 10.0.0.27 - - [2026-05-07 04:08:47] "GET /projects?obj_uuids=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007015 10.0.0.27 - - [2026-05-07 04:08:47] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.27 - - [2026-05-07 04:08:47] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010174 10.0.0.27 - - [2026-05-07 04:08:47] "POST /id-to-fqname HTTP/1.1" 200 189 0.009059 10.0.0.27 - - [2026-05-07 04:08:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.008603 10.0.0.141 - - [2026-05-07 04:08:47] "POST /neutron/port HTTP/1.1" 200 117 0.010067 10.0.0.27 - - [2026-05-07 04:08:47] "POST /security-groups HTTP/1.1" 200 590 0.109873 10.0.0.27 - - [2026-05-07 04:08:47] "POST /projects HTTP/1.1" 200 583 0.420857 10.0.0.27 - - [2026-05-07 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.459856 10.0.0.249 - - [2026-05-07 04:08:47] "POST /fqname-to-id HTTP/1.1" 404 232 0.018988 10.0.0.141 - - [2026-05-07 04:08:47] "GET /project/91b688f6-5c5c-4359-beb5-5c45645563ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.687368 10.0.0.141 - - [2026-05-07 04:08:48] "POST /neutron/port HTTP/1.1" 400 205 0.005377 10.0.0.141 - - [2026-05-07 04:08:49] "GET / HTTP/1.1" 200 35931 0.003173 10.0.0.141 - - [2026-05-07 04:08:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000543 10.0.0.141 - - [2026-05-07 04:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.088128 10.0.0.27 - - [2026-05-07 04:08:51] "GET /projects?obj_uuids=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001265 10.0.0.141 - - [2026-05-07 04:08:51] "GET /project/91b688f6-5c5c-4359-beb5-5c45645563ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.052004 10.0.0.249 - - [2026-05-07 04:08:52] "POST /ref-update HTTP/1.1" 200 156 0.040009 10.0.0.27 - - [2026-05-07 04:08:52] "POST /useragent-kv HTTP/1.1" 200 115 0.012823 10.0.0.141 - - [2026-05-07 04:08:52] "POST /neutron/subnet HTTP/1.1" 200 730 0.310231 10.0.0.141 - - [2026-05-07 04:08:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.001396 10.0.0.141 - - [2026-05-07 04:08:52] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006485 10.0.0.141 - - [2026-05-07 04:08:52] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.012098 10.0.0.141 - - [2026-05-07 04:08:52] "POST /neutron/network HTTP/1.1" 200 824 0.008477 10.0.0.141 - - [2026-05-07 04:08:53] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007204 10.0.0.141 - - [2026-05-07 04:08:53] "GET /obj-perms HTTP/1.1" 200 5047 0.086413 10.0.0.27 - - [2026-05-07 04:08:54] "GET /obj-perms HTTP/1.1" 200 5047 0.094481 10.0.0.141 - - [2026-05-07 04:08:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.001897 10.0.0.141 - - [2026-05-07 04:08:55] "POST /neutron/network HTTP/1.1" 200 834 0.011918 10.0.0.27 - - [2026-05-07 04:08:56] "GET /projects?obj_uuids=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001352 10.0.0.141 - - [2026-05-07 04:08:56] "GET /project/91b688f6-5c5c-4359-beb5-5c45645563ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.091155 10.0.0.141 - - [2026-05-07 04:08:56] "POST /neutron/port HTTP/1.1" 200 117 0.010633 10.0.0.141 - - [2026-05-07 04:08:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001713 10.0.0.141 - - [2026-05-07 04:08:57] "POST /neutron/network HTTP/1.1" 200 834 0.008067 10.0.0.141 - - [2026-05-07 04:08:57] "POST /neutron/port HTTP/1.1" 200 1060 0.033298 10.0.0.27 - - [2026-05-07 04:08:58] "GET /projects?obj_uuids=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001059 10.0.0.141 - - [2026-05-07 04:08:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005328 10.0.0.141 - - [2026-05-07 04:08:58] "GET /project/91b688f6-5c5c-4359-beb5-5c45645563ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.095859 10.0.0.141 - - [2026-05-07 04:08:58] "POST /neutron/network HTTP/1.1" 200 824 0.008581 10.0.0.141 - - [2026-05-07 04:08:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010533 10.0.0.141 - - [2026-05-07 04:08:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011330 10.0.0.141 - - [2026-05-07 04:08:59] "POST /neutron/port HTTP/1.1" 200 1060 0.036396 10.0.0.141 - - [2026-05-07 04:08:59] "POST /neutron/port HTTP/1.1" 200 1124 0.042841 10.0.0.141 - - [2026-05-07 04:09:00] "POST /neutron/port HTTP/1.1" 200 117 0.001968 10.0.0.141 - - [2026-05-07 04:09:03] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009240 10.0.0.141 - - [2026-05-07 04:09:04] "POST /neutron/port HTTP/1.1" 200 1124 0.032239 10.0.0.141 - - [2026-05-07 04:09:04] "GET /virtual-machine/42cdf99a-b8b2-4cf0-8453-06d2a71bd16e HTTP/1.1" 401 293 0.000861 10.0.0.141 - - [2026-05-07 04:09:04] "GET /virtual-machine/42cdf99a-b8b2-4cf0-8453-06d2a71bd16e HTTP/1.1" 200 1290 0.054115 10.0.0.141 - - [2026-05-07 04:09:04] "GET /virtual-machine-interface/fd0ef455-fb02-4e19-86e7-75c4895c718d HTTP/1.1" 200 2936 0.006998 10.0.0.141 - - [2026-05-07 04:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005368 10.0.0.141 - - [2026-05-07 04:09:04] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005510 10.0.0.141 - - [2026-05-07 04:09:04] "GET /virtual-networks?parent_id=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003884 10.0.0.141 - - [2026-05-07 04:09:04] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.012100 10.0.0.141 - - [2026-05-07 04:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.141 - - [2026-05-07 04:09:07] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009048 10.0.0.141 - - [2026-05-07 04:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.141 - - [2026-05-07 04:09:12] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007329 10.0.0.141 - - [2026-05-07 04:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.141 - - [2026-05-07 04:09:16] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007527 10.0.0.141 - - [2026-05-07 04:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.141 - - [2026-05-07 04:09:20] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007055 10.0.0.249 - - [2026-05-07 04:09:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.141 - - [2026-05-07 04:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087 10.0.0.141 - - [2026-05-07 04:09:24] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007257 10.0.0.249 - - [2026-05-07 04:09:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000335 10.0.0.27 - - [2026-05-07 04:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.27 - - [2026-05-07 04:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000674 10.0.0.249 - - [2026-05-07 04:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000520 10.0.0.249 - - [2026-05-07 04:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.141 - - [2026-05-07 04:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.141 - - [2026-05-07 04:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.27 - - [2026-05-07 04:09:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000526 10.0.0.27 - - [2026-05-07 04:09:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.141 - - [2026-05-07 04:09:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.141 - - [2026-05-07 04:09:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.141 - - [2026-05-07 04:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.141 - - [2026-05-07 04:09:28] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006527 10.0.0.27 - - [2026-05-07 04:09:31] "DELETE /project/91b688f65c5c4359beb55c45645563ae HTTP/1.1" 404 173 0.221607 10.0.0.27 - - [2026-05-07 04:09:31] "DELETE /project/efe00fe4-c42d-4aed-94a1-2ad973b6eafc HTTP/1.1" 404 177 0.263475 10.0.0.141 - - [2026-05-07 04:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.141 - - [2026-05-07 04:09:32] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007001 10.0.0.141 - - [2026-05-07 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.141 - - [2026-05-07 04:09:36] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009417 10.0.0.141 - - [2026-05-07 04:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.141 - - [2026-05-07 04:09:40] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007680 10.0.0.141 - - [2026-05-07 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006172 10.0.0.141 - - [2026-05-07 04:09:44] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009690 10.0.0.141 - - [2026-05-07 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006016 10.0.0.141 - - [2026-05-07 04:09:49] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007457 10.0.0.141 - - [2026-05-07 04:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.141 - - [2026-05-07 04:09:53] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006674 10.0.0.141 - - [2026-05-07 04:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.141 - - [2026-05-07 04:09:57] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008085 10.0.0.141 - - [2026-05-07 04:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006023 10.0.0.141 - - [2026-05-07 04:10:01] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008005 10.0.0.141 - - [2026-05-07 04:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005546 10.0.0.141 - - [2026-05-07 04:10:05] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007795 10.0.0.141 - - [2026-05-07 04:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006440 10.0.0.141 - - [2026-05-07 04:10:07] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006672 10.0.0.141 - - [2026-05-07 04:10:07] "GET /virtual-networks?parent_id=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.012070 10.0.0.141 - - [2026-05-07 04:10:07] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011482 10.0.0.141 - - [2026-05-07 04:10:07] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010959 10.0.0.141 - - [2026-05-07 04:10:18] "POST /neutron/port HTTP/1.1" 200 1124 0.025900 10.0.0.141 - - [2026-05-07 04:10:18] "POST /neutron/port HTTP/1.1" 200 1216 0.029302 10.0.0.141 - - [2026-05-07 04:10:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005073 10.0.0.141 - - [2026-05-07 04:10:18] "POST /neutron/port HTTP/1.1" 200 117 0.001398 10.0.0.141 - - [2026-05-07 04:10:20] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011503 10.0.0.141 - - [2026-05-07 04:10:28] "POST /neutron/port HTTP/1.1" 200 1124 0.026312 10.0.0.141 - - [2026-05-07 04:10:33] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011175 10.0.0.141 - - [2026-05-07 04:10:34] "POST /neutron/port HTTP/1.1" 200 1124 0.036025 10.0.0.141 - - [2026-05-07 04:10:34] "GET /virtual-machine/3acf7153-0e01-4478-a541-d7b2793488fb HTTP/1.1" 200 1291 0.010883 10.0.0.141 - - [2026-05-07 04:10:34] "GET /virtual-machine-interface/13d038a7-f076-4429-b491-74bfff33a4f8 HTTP/1.1" 200 2936 0.007413 10.0.0.141 - - [2026-05-07 04:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.141 - - [2026-05-07 04:10:34] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005725 10.0.0.141 - - [2026-05-07 04:10:34] "GET /virtual-networks?parent_id=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004226 10.0.0.141 - - [2026-05-07 04:10:34] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006395 10.0.0.249 - - [2026-05-07 04:10:36] "GET /obj-perms HTTP/1.1" 200 5075 0.082585 10.0.0.141 - - [2026-05-07 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.141 - - [2026-05-07 04:10:37] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006641 10.0.0.141 - - [2026-05-07 04:10:41] "POST /neutron/port HTTP/1.1" 200 1216 0.076940 10.0.0.141 - - [2026-05-07 04:10:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004639 10.0.0.141 - - [2026-05-07 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.141 - - [2026-05-07 04:10:41] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009953 10.0.0.141 - - [2026-05-07 04:10:41] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.141 - - [2026-05-07 04:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.141 - - [2026-05-07 04:10:45] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006727 10.0.0.141 - - [2026-05-07 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.141 - - [2026-05-07 04:10:49] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006911 10.0.0.141 - - [2026-05-07 04:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005719 10.0.0.141 - - [2026-05-07 04:10:53] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009481 10.0.0.141 - - [2026-05-07 04:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.141 - - [2026-05-07 04:10:57] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006636 10.0.0.141 - - [2026-05-07 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.141 - - [2026-05-07 04:11:02] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006747 10.0.0.141 - - [2026-05-07 04:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005531 10.0.0.141 - - [2026-05-07 04:11:06] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007644 10.0.0.141 - - [2026-05-07 04:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.141 - - [2026-05-07 04:11:10] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008837 10.0.0.141 - - [2026-05-07 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006655 10.0.0.141 - - [2026-05-07 04:11:14] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006864 10.0.0.141 - - [2026-05-07 04:11:18] "POST /neutron/port HTTP/1.1" 200 1105 0.060843 10.0.0.141 - - [2026-05-07 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.141 - - [2026-05-07 04:11:18] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010152 10.0.0.141 - - [2026-05-07 04:11:18] "POST /neutron/subnet HTTP/1.1" 200 689 0.012957 10.0.0.141 - - [2026-05-07 04:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.141 - - [2026-05-07 04:11:22] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007412 10.0.0.141 - - [2026-05-07 04:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.141 - - [2026-05-07 04:11:26] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008584 10.0.0.141 - - [2026-05-07 04:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005166 10.0.0.141 - - [2026-05-07 04:11:30] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007179 10.0.0.141 - - [2026-05-07 04:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005610 10.0.0.141 - - [2026-05-07 04:11:34] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007868 10.0.0.141 - - [2026-05-07 04:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.141 - - [2026-05-07 04:11:38] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007710 10.0.0.141 - - [2026-05-07 04:11:42] "POST /neutron/port HTTP/1.1" 200 1105 0.039620 10.0.0.141 - - [2026-05-07 04:11:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004540 10.0.0.141 - - [2026-05-07 04:11:42] "POST /neutron/network HTTP/1.1" 200 925 0.009615 10.0.0.141 - - [2026-05-07 04:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.141 - - [2026-05-07 04:11:43] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007781 10.0.0.141 - - [2026-05-07 04:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005573 10.0.0.141 - - [2026-05-07 04:11:47] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007111 10.0.0.141 - - [2026-05-07 04:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.141 - - [2026-05-07 04:11:51] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007424 10.0.0.141 - - [2026-05-07 04:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005325 10.0.0.141 - - [2026-05-07 04:11:55] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008579 10.0.0.141 - - [2026-05-07 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.141 - - [2026-05-07 04:11:59] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007643 10.0.0.141 - - [2026-05-07 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005606 10.0.0.141 - - [2026-05-07 04:12:03] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008252 10.0.0.141 - - [2026-05-07 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004937 10.0.0.141 - - [2026-05-07 04:12:07] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007264 10.0.0.141 - - [2026-05-07 04:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009364 10.0.0.141 - - [2026-05-07 04:12:11] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010399 10.0.0.141 - - [2026-05-07 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006912 10.0.0.141 - - [2026-05-07 04:12:15] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011693 10.0.0.141 - - [2026-05-07 04:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.141 - - [2026-05-07 04:12:19] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007128 10.0.0.141 - - [2026-05-07 04:12:20] "POST /neutron/network HTTP/1.1" 200 834 0.008605 10.0.0.141 - - [2026-05-07 04:12:20] "POST /neutron/port HTTP/1.1" 200 117 0.001818 10.0.0.141 - - [2026-05-07 04:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006089 10.0.0.141 - - [2026-05-07 04:12:24] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009270 10.0.0.141 - - [2026-05-07 04:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.141 - - [2026-05-07 04:12:28] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007270 10.0.0.141 - - [2026-05-07 04:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235 10.0.0.141 - - [2026-05-07 04:12:32] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007023 10.0.0.141 - - [2026-05-07 04:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.141 - - [2026-05-07 04:12:36] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006948 10.0.0.27 - - [2026-05-07 04:12:38] "GET /obj-perms HTTP/1.1" 200 5075 0.085508 10.0.0.141 - - [2026-05-07 04:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.141 - - [2026-05-07 04:12:40] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011069 10.0.0.141 - - [2026-05-07 04:12:44] "POST /neutron/port HTTP/1.1" 200 1216 0.034877 10.0.0.141 - - [2026-05-07 04:12:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005457 10.0.0.141 - - [2026-05-07 04:12:44] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.141 - - [2026-05-07 04:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.141 - - [2026-05-07 04:12:44] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007441 10.0.0.141 - - [2026-05-07 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005996 10.0.0.141 - - [2026-05-07 04:12:48] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007041 10.0.0.141 - - [2026-05-07 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.141 - - [2026-05-07 04:12:52] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007290 10.0.0.141 - - [2026-05-07 04:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006119 10.0.0.141 - - [2026-05-07 04:12:56] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008959 10.0.0.141 - - [2026-05-07 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.141 - - [2026-05-07 04:13:00] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009001 10.0.0.141 - - [2026-05-07 04:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.141 - - [2026-05-07 04:13:05] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009245 10.0.0.141 - - [2026-05-07 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.141 - - [2026-05-07 04:13:09] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006968 10.0.0.141 - - [2026-05-07 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895 10.0.0.141 - - [2026-05-07 04:13:13] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006610 10.0.0.141 - - [2026-05-07 04:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.141 - - [2026-05-07 04:13:17] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007864 10.0.0.141 - - [2026-05-07 04:13:20] "POST /neutron/port HTTP/1.1" 200 1124 0.026470 10.0.0.141 - - [2026-05-07 04:13:20] "POST /neutron/subnet HTTP/1.1" 200 704 0.013011 10.0.0.141 - - [2026-05-07 04:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005988 10.0.0.141 - - [2026-05-07 04:13:21] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010970 10.0.0.141 - - [2026-05-07 04:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.141 - - [2026-05-07 04:13:25] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007529 10.0.0.141 - - [2026-05-07 04:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.141 - - [2026-05-07 04:13:29] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006714 10.0.0.141 - - [2026-05-07 04:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.141 - - [2026-05-07 04:13:33] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008189 10.0.0.141 - - [2026-05-07 04:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.141 - - [2026-05-07 04:13:37] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006175 10.0.0.141 - - [2026-05-07 04:13:38] "GET /obj-perms HTTP/1.1" 200 5075 0.069030 10.0.0.141 - - [2026-05-07 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.141 - - [2026-05-07 04:13:41] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006631 10.0.0.141 - - [2026-05-07 04:13:45] "POST /neutron/port HTTP/1.1" 200 1105 0.028318 10.0.0.141 - - [2026-05-07 04:13:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005039 10.0.0.141 - - [2026-05-07 04:13:45] "POST /neutron/network HTTP/1.1" 200 925 0.011089 10.0.0.141 - - [2026-05-07 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005082 10.0.0.141 - - [2026-05-07 04:13:46] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006583 10.0.0.141 - - [2026-05-07 04:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005961 10.0.0.141 - - [2026-05-07 04:13:50] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006289 10.0.0.141 - - [2026-05-07 04:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.039039 10.0.0.141 - - [2026-05-07 04:13:54] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006492 10.0.0.141 - - [2026-05-07 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.141 - - [2026-05-07 04:13:58] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007122 10.0.0.141 - - [2026-05-07 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.141 - - [2026-05-07 04:14:02] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007576 10.0.0.141 - - [2026-05-07 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.141 - - [2026-05-07 04:14:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005733 10.0.0.141 - - [2026-05-07 04:14:02] "GET /virtual-networks?parent_id=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003844 10.0.0.141 - - [2026-05-07 04:14:02] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008313 10.0.0.141 - - [2026-05-07 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005897 10.0.0.141 - - [2026-05-07 04:14:05] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006631 10.0.0.141 - - [2026-05-07 04:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.141 - - [2026-05-07 04:14:09] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006853 10.0.0.141 - - [2026-05-07 04:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.141 - - [2026-05-07 04:14:13] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010520 10.0.0.141 - - [2026-05-07 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005897 10.0.0.141 - - [2026-05-07 04:14:18] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007718 10.0.0.141 - - [2026-05-07 04:14:20] "POST /neutron/network HTTP/1.1" 200 1121 0.009591 10.0.0.141 - - [2026-05-07 04:14:20] "POST /neutron/subnet HTTP/1.1" 200 1375 0.022542 10.0.0.141 - - [2026-05-07 04:14:20] "POST /neutron/network HTTP/1.1" 200 1111 0.011995 10.0.0.141 - - [2026-05-07 04:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004912 10.0.0.141 - - [2026-05-07 04:14:22] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.012349 10.0.0.249 - - [2026-05-07 04:14:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.249 - - [2026-05-07 04:14:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.27 - - [2026-05-07 04:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000602 10.0.0.27 - - [2026-05-07 04:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000478 10.0.0.249 - - [2026-05-07 04:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.249 - - [2026-05-07 04:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.141 - - [2026-05-07 04:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000541 10.0.0.27 - - [2026-05-07 04:14:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000586 10.0.0.141 - - [2026-05-07 04:14:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.27 - - [2026-05-07 04:14:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.141 - - [2026-05-07 04:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.141 - - [2026-05-07 04:14:26] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007041 10.0.0.141 - - [2026-05-07 04:14:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.141 - - [2026-05-07 04:14:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.141 - - [2026-05-07 04:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.141 - - [2026-05-07 04:14:30] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008428 10.0.0.141 - - [2026-05-07 04:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.141 - - [2026-05-07 04:14:34] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006092 10.0.0.141 - - [2026-05-07 04:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005563 10.0.0.141 - - [2026-05-07 04:14:38] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007808 10.0.0.141 - - [2026-05-07 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.141 - - [2026-05-07 04:14:42] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009498 10.0.0.141 - - [2026-05-07 04:14:46] "POST /neutron/network HTTP/1.1" 200 1121 0.009098 10.0.0.141 - - [2026-05-07 04:14:46] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019431 10.0.0.141 - - [2026-05-07 04:14:46] "POST /neutron/network HTTP/1.1" 200 1111 0.019084 10.0.0.141 - - [2026-05-07 04:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005453 10.0.0.141 - - [2026-05-07 04:14:46] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008544 10.0.0.141 - - [2026-05-07 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005680 10.0.0.141 - - [2026-05-07 04:14:50] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007476 10.0.0.141 - - [2026-05-07 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296 10.0.0.141 - - [2026-05-07 04:14:54] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008982 10.0.0.141 - - [2026-05-07 04:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.141 - - [2026-05-07 04:14:59] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006961 10.0.0.141 - - [2026-05-07 04:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.141 - - [2026-05-07 04:15:03] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008234 10.0.0.141 - - [2026-05-07 04:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.141 - - [2026-05-07 04:15:07] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006918 10.0.0.141 - - [2026-05-07 04:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.010315 10.0.0.141 - - [2026-05-07 04:15:11] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007417 10.0.0.141 - - [2026-05-07 04:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005892 10.0.0.141 - - [2026-05-07 04:15:15] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006454 10.0.0.141 - - [2026-05-07 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751 10.0.0.141 - - [2026-05-07 04:15:19] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007138 10.0.0.141 - - [2026-05-07 04:15:22] "POST /neutron/network HTTP/1.1" 200 935 0.009768 10.0.0.141 - - [2026-05-07 04:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.141 - - [2026-05-07 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005955 10.0.0.141 - - [2026-05-07 04:15:23] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.012737 10.0.0.141 - - [2026-05-07 04:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004829 10.0.0.141 - - [2026-05-07 04:15:27] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007613 10.0.0.141 - - [2026-05-07 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007482 10.0.0.141 - - [2026-05-07 04:15:31] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007563 10.0.0.141 - - [2026-05-07 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.141 - - [2026-05-07 04:15:35] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011435 10.0.0.141 - - [2026-05-07 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005582 10.0.0.141 - - [2026-05-07 04:15:40] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010543 10.0.0.249 - - [2026-05-07 04:15:40] "GET /obj-perms HTTP/1.1" 200 5075 0.071635 10.0.0.141 - - [2026-05-07 04:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.141 - - [2026-05-07 04:15:44] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007737 10.0.0.141 - - [2026-05-07 04:15:46] "POST /neutron/port HTTP/1.1" 200 1105 0.069785 10.0.0.141 - - [2026-05-07 04:15:46] "POST /neutron/subnet HTTP/1.1" 200 689 0.014448 10.0.0.141 - - [2026-05-07 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.141 - - [2026-05-07 04:15:48] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011768 10.0.0.141 - - [2026-05-07 04:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.141 - - [2026-05-07 04:15:52] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011659 10.0.0.141 - - [2026-05-07 04:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005026 10.0.0.141 - - [2026-05-07 04:15:56] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006927 10.0.0.141 - - [2026-05-07 04:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007568 10.0.0.141 - - [2026-05-07 04:16:00] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011958 10.0.0.141 - - [2026-05-07 04:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.141 - - [2026-05-07 04:16:04] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006758 10.0.0.141 - - [2026-05-07 04:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006275 10.0.0.141 - - [2026-05-07 04:16:08] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007535 10.0.0.141 - - [2026-05-07 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.141 - - [2026-05-07 04:16:12] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007461 10.0.0.141 - - [2026-05-07 04:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.141 - - [2026-05-07 04:16:16] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007232 10.0.0.141 - - [2026-05-07 04:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006607 10.0.0.141 - - [2026-05-07 04:16:21] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009635 10.0.0.141 - - [2026-05-07 04:16:24] "POST /neutron/port HTTP/1.1" 200 1124 0.056348 10.0.0.141 - - [2026-05-07 04:16:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004844 10.0.0.141 - - [2026-05-07 04:16:24] "POST /neutron/network HTTP/1.1" 200 824 0.012396 10.0.0.141 - - [2026-05-07 04:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.141 - - [2026-05-07 04:16:25] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008437 10.0.0.141 - - [2026-05-07 04:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.141 - - [2026-05-07 04:16:29] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007755 10.0.0.141 - - [2026-05-07 04:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008244 10.0.0.141 - - [2026-05-07 04:16:33] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010751 10.0.0.141 - - [2026-05-07 04:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006104 10.0.0.141 - - [2026-05-07 04:16:37] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010026 10.0.0.141 - - [2026-05-07 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005155 10.0.0.141 - - [2026-05-07 04:16:41] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007267 10.0.0.141 - - [2026-05-07 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.141 - - [2026-05-07 04:16:45] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008176 10.0.0.141 - - [2026-05-07 04:16:46] "POST /neutron/network HTTP/1.1" 200 1121 0.009736 10.0.0.141 - - [2026-05-07 04:16:46] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019397 10.0.0.141 - - [2026-05-07 04:16:46] "POST /neutron/network HTTP/1.1" 200 1111 0.012106 10.0.0.141 - - [2026-05-07 04:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.141 - - [2026-05-07 04:16:49] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007185 10.0.0.141 - - [2026-05-07 04:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006614 10.0.0.141 - - [2026-05-07 04:16:53] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007616 10.0.0.141 - - [2026-05-07 04:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.141 - - [2026-05-07 04:16:58] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006833 10.0.0.141 - - [2026-05-07 04:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.141 - - [2026-05-07 04:17:02] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007489 10.0.0.141 - - [2026-05-07 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.141 - - [2026-05-07 04:17:06] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007018 10.0.0.141 - - [2026-05-07 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940 10.0.0.141 - - [2026-05-07 04:17:10] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007956 10.0.0.141 - - [2026-05-07 04:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006434 10.0.0.141 - - [2026-05-07 04:17:14] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007138 10.0.0.141 - - [2026-05-07 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.141 - - [2026-05-07 04:17:18] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006864 10.0.0.141 - - [2026-05-07 04:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.141 - - [2026-05-07 04:17:22] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007979 10.0.0.141 - - [2026-05-07 04:17:25] "POST /neutron/network HTTP/1.1" 200 834 0.009162 10.0.0.141 - - [2026-05-07 04:17:25] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.141 - - [2026-05-07 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004971 10.0.0.141 - - [2026-05-07 04:17:26] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008111 10.0.0.141 - - [2026-05-07 04:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.141 - - [2026-05-07 04:17:30] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006882 10.0.0.141 - - [2026-05-07 04:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.141 - - [2026-05-07 04:17:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005328 10.0.0.141 - - [2026-05-07 04:17:30] "GET /virtual-networks?parent_id=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.011183 10.0.0.141 - - [2026-05-07 04:17:30] "GET /virtual-network/96d66d05-2a3b-41c0-9661-0fc8b202d69f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007008 10.0.0.141 - - [2026-05-07 04:17:31] "POST /neutron/security_group HTTP/1.1" 200 2057 0.046555 10.0.0.141 - - [2026-05-07 04:17:31] "POST /neutron/network HTTP/1.1" 200 824 0.011231 10.0.0.141 - - [2026-05-07 04:17:32] "POST /neutron/port HTTP/1.1" 200 1124 0.024594 10.0.0.141 - - [2026-05-07 04:17:32] "POST /neutron/port HTTP/1.1" 200 1114 0.019630 10.0.0.27 - - [2026-05-07 04:17:34] "POST /useragent-kv HTTP/1.1" 200 115 0.041866 10.0.0.27 - - [2026-05-07 04:17:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003683 10.0.0.141 - - [2026-05-07 04:17:34] "POST /neutron/network HTTP/1.1" 200 151 0.240915 10.0.0.249 - - [2026-05-07 04:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.067962 10.0.0.27 - - [2026-05-07 04:17:35] "GET /projects?obj_uuids=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001172 10.0.0.141 - - [2026-05-07 04:17:36] "GET /project/91b688f6-5c5c-4359-beb5-5c45645563ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.094461 10.0.0.27 - - [2026-05-07 04:17:36] "GET /projects?obj_uuids=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002043 10.0.0.141 - - [2026-05-07 04:17:36] "GET /project/91b688f6-5c5c-4359-beb5-5c45645563ae?fields=virtual_networks HTTP/1.1" 200 1031 0.069748 10.0.0.27 - - [2026-05-07 04:17:36] "GET /projects?obj_uuids=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001335 10.0.0.141 - - [2026-05-07 04:17:36] "GET /project/91b688f6-5c5c-4359-beb5-5c45645563ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.054964 10.0.0.27 - - [2026-05-07 04:17:36] "GET /projects?obj_uuids=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001295 10.0.0.141 - - [2026-05-07 04:17:36] "GET /project/91b688f6-5c5c-4359-beb5-5c45645563ae?fields=security_groups HTTP/1.1" 200 1256 0.063048 10.0.0.141 - - [2026-05-07 04:17:37] "POST /fqname-to-id HTTP/1.1" 404 187 0.062688 10.0.0.27 - - [2026-05-07 04:17:37] "GET /projects?obj_uuids=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003595 10.0.0.27 - - [2026-05-07 04:17:37] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.27 - - [2026-05-07 04:17:37] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046115 10.0.0.27 - - [2026-05-07 04:17:37] "POST /id-to-fqname HTTP/1.1" 200 189 0.006695 10.0.0.27 - - [2026-05-07 04:17:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.004212 10.0.0.27 - - [2026-05-07 04:17:37] "POST /security-groups HTTP/1.1" 200 590 0.059395 10.0.0.27 - - [2026-05-07 04:17:37] "POST /projects HTTP/1.1" 200 583 0.287359 10.0.0.27 - - [2026-05-07 04:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.341297 10.0.0.249 - - [2026-05-07 04:17:38] "POST /access-control-lists HTTP/1.1" 200 595 0.050490 10.0.0.141 - - [2026-05-07 04:17:38] "GET /project/0530abdf-5406-4907-83c0-0dec4f959691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.590374 10.0.0.141 - - [2026-05-07 04:17:39] "GET / HTTP/1.1" 200 35931 0.002180 10.0.0.141 - - [2026-05-07 04:17:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000595 10.0.0.141 - - [2026-05-07 04:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.080681 10.0.0.27 - - [2026-05-07 04:17:41] "GET /projects?obj_uuids=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001426 10.0.0.141 - - [2026-05-07 04:17:41] "GET /project/0530abdf-5406-4907-83c0-0dec4f959691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.071900 10.0.0.27 - - [2026-05-07 04:17:42] "GET /obj-perms HTTP/1.1" 200 5075 0.106327 10.0.0.141 - - [2026-05-07 04:17:42] "GET /obj-perms HTTP/1.1" 200 5075 0.102327 10.0.0.249 - - [2026-05-07 04:17:42] "POST /route-targets HTTP/1.1" 200 327 0.034891 10.0.0.27 - - [2026-05-07 04:17:42] "POST /useragent-kv HTTP/1.1" 200 115 0.009260 10.0.0.141 - - [2026-05-07 04:17:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.286954 10.0.0.141 - - [2026-05-07 04:17:42] "POST /id-to-fqname HTTP/1.1" 200 219 0.001493 10.0.0.141 - - [2026-05-07 04:17:42] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006765 10.0.0.141 - - [2026-05-07 04:17:43] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007078 10.0.0.141 - - [2026-05-07 04:17:43] "POST /neutron/network HTTP/1.1" 200 825 0.008746 10.0.0.141 - - [2026-05-07 04:17:43] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009029 10.0.0.141 - - [2026-05-07 04:17:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.002395 10.0.0.141 - - [2026-05-07 04:17:45] "POST /neutron/network HTTP/1.1" 200 835 0.009814 10.0.0.27 - - [2026-05-07 04:17:46] "GET /projects?obj_uuids=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001331 10.0.0.141 - - [2026-05-07 04:17:46] "GET /project/0530abdf-5406-4907-83c0-0dec4f959691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.094021 10.0.0.141 - - [2026-05-07 04:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.008677 10.0.0.141 - - [2026-05-07 04:17:46] "POST /id-to-fqname HTTP/1.1" 200 219 0.001434 10.0.0.141 - - [2026-05-07 04:17:47] "POST /neutron/port HTTP/1.1" 200 1105 0.033537 10.0.0.141 - - [2026-05-07 04:17:47] "POST /neutron/network HTTP/1.1" 200 935 0.013491 10.0.0.141 - - [2026-05-07 04:17:47] "POST /neutron/subnet HTTP/1.1" 200 689 0.012048 10.0.0.141 - - [2026-05-07 04:17:47] "POST /neutron/port HTTP/1.1" 200 1061 0.028978 10.0.0.27 - - [2026-05-07 04:17:47] "GET /projects?obj_uuids=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002574 10.0.0.141 - - [2026-05-07 04:17:47] "GET /project/0530abdf-5406-4907-83c0-0dec4f959691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.188414 10.0.0.141 - - [2026-05-07 04:17:47] "POST /neutron/port HTTP/1.1" 200 1125 0.028661 10.0.0.141 - - [2026-05-07 04:17:48] "POST /neutron/subnet HTTP/1.1" 200 708 0.014338 10.0.0.141 - - [2026-05-07 04:17:48] "POST /neutron/port HTTP/1.1" 200 5154 0.055797 10.0.0.141 - - [2026-05-07 04:17:48] "POST /neutron/port HTTP/1.1" 200 1125 0.027744 10.0.0.27 - - [2026-05-07 04:17:48] "GET /projects?obj_uuids=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001228 10.0.0.141 - - [2026-05-07 04:17:49] "POST /neutron/port HTTP/1.1" 200 1061 0.405070 10.0.0.141 - - [2026-05-07 04:17:49] "POST /neutron/port HTTP/1.1" 200 1115 0.190521 10.0.0.141 - - [2026-05-07 04:17:49] "POST /neutron/subnet HTTP/1.1" 200 708 0.011890 10.0.0.141 - - [2026-05-07 04:17:53] "POST /neutron/port HTTP/1.1" 200 1125 0.034987 10.0.0.141 - - [2026-05-07 04:17:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010238 10.0.0.141 - - [2026-05-07 04:17:53] "GET /virtual-machine/91353773-e2b3-4b68-8cb3-dd8ae654f0be HTTP/1.1" 401 293 0.000666 10.0.0.141 - - [2026-05-07 04:17:54] "GET /virtual-machine/91353773-e2b3-4b68-8cb3-dd8ae654f0be HTTP/1.1" 200 1292 0.047115 10.0.0.141 - - [2026-05-07 04:17:54] "GET /virtual-machine-interface/06faf373-ac13-4441-aecf-7b58a3155013 HTTP/1.1" 200 2935 0.007078 10.0.0.141 - - [2026-05-07 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.141 - - [2026-05-07 04:17:54] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005164 10.0.0.141 - - [2026-05-07 04:17:54] "GET /virtual-networks?parent_id=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004755 10.0.0.141 - - [2026-05-07 04:17:54] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009401 10.0.0.141 - - [2026-05-07 04:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006685 10.0.0.141 - - [2026-05-07 04:17:57] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.013738 10.0.0.141 - - [2026-05-07 04:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005752 10.0.0.141 - - [2026-05-07 04:18:01] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007424 10.0.0.141 - - [2026-05-07 04:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.141 - - [2026-05-07 04:18:05] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007181 10.0.0.141 - - [2026-05-07 04:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.141 - - [2026-05-07 04:18:09] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007363 10.0.0.141 - - [2026-05-07 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.141 - - [2026-05-07 04:18:13] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006344 10.0.0.141 - - [2026-05-07 04:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005265 10.0.0.141 - - [2026-05-07 04:18:17] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007687 10.0.0.141 - - [2026-05-07 04:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005674 10.0.0.141 - - [2026-05-07 04:18:21] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008809 10.0.0.141 - - [2026-05-07 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.141 - - [2026-05-07 04:18:26] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006741 10.0.0.141 - - [2026-05-07 04:18:27] "POST /neutron/port HTTP/1.1" 200 1216 0.030751 10.0.0.141 - - [2026-05-07 04:18:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006913 10.0.0.141 - - [2026-05-07 04:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.141 - - [2026-05-07 04:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.141 - - [2026-05-07 04:18:30] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007656 10.0.0.249 - - [2026-05-07 04:18:32] "DELETE /access-control-list/72afb488-4425-498c-8d1a-f5f051d40d5f HTTP/1.1" 200 115 0.077116 10.0.0.27 - - [2026-05-07 04:18:32] "DELETE /project/0530abdf5406490783c00dec4f959691 HTTP/1.1" 404 173 0.007869 10.0.0.27 - - [2026-05-07 04:18:32] "GET /projects?obj_uuids=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001087 10.0.0.27 - - [2026-05-07 04:18:32] "GET /project/91b688f6-5c5c-4359-beb5-5c45645563ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1149 0.064406 10.0.0.27 - - [2026-05-07 04:18:32] "GET /projects?obj_uuids=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001279 10.0.0.27 - - [2026-05-07 04:18:32] "GET /project/91b688f6-5c5c-4359-beb5-5c45645563ae?fields=security_groups HTTP/1.1" 200 1101 0.090705 10.0.0.27 - - [2026-05-07 04:18:32] "GET /projects?obj_uuids=91b688f6-5c5c-4359-beb5-5c45645563ae&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001183 10.0.0.27 - - [2026-05-07 04:18:32] "GET /project/91b688f6-5c5c-4359-beb5-5c45645563ae?fields=application_policy_sets HTTP/1.1" 404 171 0.078785 10.0.0.27 - - [2026-05-07 04:18:33] "DELETE /project/91b688f6-5c5c-4359-beb5-5c45645563ae HTTP/1.1" 404 171 0.341212 10.0.0.141 - - [2026-05-07 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005026 10.0.0.141 - - [2026-05-07 04:18:34] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006711 10.0.0.141 - - [2026-05-07 04:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.141 - - [2026-05-07 04:18:38] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006955 10.0.0.141 - - [2026-05-07 04:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.141 - - [2026-05-07 04:18:40] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004839 10.0.0.141 - - [2026-05-07 04:18:40] "GET /virtual-networks?parent_id=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004748 10.0.0.141 - - [2026-05-07 04:18:40] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.014028 10.0.0.141 - - [2026-05-07 04:18:40] "POST /neutron/port HTTP/1.1" 200 1125 0.028318 10.0.0.249 - - [2026-05-07 04:18:42] "GET /obj-perms HTTP/1.1" 200 5075 0.089520 10.0.0.141 - - [2026-05-07 04:18:45] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009292 10.0.0.141 - - [2026-05-07 04:18:49] "POST /neutron/network HTTP/1.1" 200 1121 0.008433 10.0.0.141 - - [2026-05-07 04:18:49] "POST /neutron/subnet HTTP/1.1" 200 1375 0.021473 10.0.0.141 - - [2026-05-07 04:18:49] "POST /neutron/network HTTP/1.1" 200 1111 0.015081 10.0.0.141 - - [2026-05-07 04:18:54] "POST /neutron/port HTTP/1.1" 200 1125 0.060268 10.0.0.141 - - [2026-05-07 04:18:55] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009352 10.0.0.141 - - [2026-05-07 04:19:01] "POST /neutron/port HTTP/1.1" 200 1125 0.029950 10.0.0.141 - - [2026-05-07 04:19:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010522 10.0.0.141 - - [2026-05-07 04:19:11] "POST /neutron/port HTTP/1.1" 200 1125 0.030723 10.0.0.141 - - [2026-05-07 04:19:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009070 10.0.0.141 - - [2026-05-07 04:19:12] "GET /virtual-machine/f913ada9-c6b3-4ba2-96eb-eb8362d0441c HTTP/1.1" 200 1292 0.006706 10.0.0.141 - - [2026-05-07 04:19:12] "GET /virtual-machine-interface/77b9fd01-2616-4fc4-ab91-f2e8a88d62de HTTP/1.1" 200 2936 0.006880 10.0.0.141 - - [2026-05-07 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.141 - - [2026-05-07 04:19:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005242 10.0.0.141 - - [2026-05-07 04:19:12] "GET /virtual-networks?parent_id=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004030 10.0.0.141 - - [2026-05-07 04:19:12] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006820 10.0.0.141 - - [2026-05-07 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.141 - - [2026-05-07 04:19:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006294 10.0.0.141 - - [2026-05-07 04:19:13] "GET /virtual-networks?parent_id=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004004 10.0.0.141 - - [2026-05-07 04:19:13] "GET /virtual-network/70bbfc21-bab0-4cdc-90f9-2c54986e5940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007191 10.0.0.249 - - [2026-05-07 04:19:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.249 - - [2026-05-07 04:19:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.27 - - [2026-05-07 04:19:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.27 - - [2026-05-07 04:19:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.249 - - [2026-05-07 04:19:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.249 - - [2026-05-07 04:19:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000608 10.0.0.141 - - [2026-05-07 04:19:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.27 - - [2026-05-07 04:19:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000636 10.0.0.141 - - [2026-05-07 04:19:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.27 - - [2026-05-07 04:19:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000572 10.0.0.141 - - [2026-05-07 04:19:27] "POST /neutron/network HTTP/1.1" 200 935 0.012117 10.0.0.141 - - [2026-05-07 04:19:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000467 10.0.0.141 - - [2026-05-07 04:19:27] "POST /neutron/port HTTP/1.1" 200 117 0.001517 10.0.0.141 - - [2026-05-07 04:19:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.141 - - [2026-05-07 04:19:50] "POST /neutron/port HTTP/1.1" 200 1105 0.025210 10.0.0.141 - - [2026-05-07 04:19:50] "POST /neutron/subnet HTTP/1.1" 200 689 0.013912 10.0.0.141 - - [2026-05-07 04:20:20] "POST /neutron/network HTTP/1.1" 200 825 0.008206 10.0.0.141 - - [2026-05-07 04:20:20] "POST /neutron/port HTTP/1.1" 200 1115 0.022579 10.0.0.141 - - [2026-05-07 04:20:20] "POST /neutron/port HTTP/1.1" 200 1115 0.016712 10.0.0.27 - - [2026-05-07 04:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.007865 10.0.0.27 - - [2026-05-07 04:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004064 10.0.0.141 - - [2026-05-07 04:20:22] "POST /neutron/network HTTP/1.1" 200 151 0.164734 10.0.0.27 - - [2026-05-07 04:20:23] "GET /projects?obj_uuids=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001669 10.0.0.141 - - [2026-05-07 04:20:24] "GET /project/0530abdf-5406-4907-83c0-0dec4f959691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.067353 10.0.0.27 - - [2026-05-07 04:20:24] "GET /projects?obj_uuids=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001285 10.0.0.141 - - [2026-05-07 04:20:24] "GET /project/0530abdf-5406-4907-83c0-0dec4f959691?fields=virtual_networks HTTP/1.1" 200 1028 0.051843 10.0.0.27 - - [2026-05-07 04:20:24] "GET /projects?obj_uuids=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002243 10.0.0.141 - - [2026-05-07 04:20:24] "GET /project/0530abdf-5406-4907-83c0-0dec4f959691?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.052037 10.0.0.27 - - [2026-05-07 04:20:24] "GET /projects?obj_uuids=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001267 10.0.0.141 - - [2026-05-07 04:20:24] "GET /project/0530abdf-5406-4907-83c0-0dec4f959691?fields=security_groups HTTP/1.1" 200 1253 0.051618 10.0.0.27 - - [2026-05-07 04:20:33] "GET /projects?obj_uuids=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002716 10.0.0.27 - - [2026-05-07 04:20:33] "GET /project/0530abdf-5406-4907-83c0-0dec4f959691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.069336 10.0.0.27 - - [2026-05-07 04:20:33] "GET /projects?obj_uuids=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002740 10.0.0.27 - - [2026-05-07 04:20:33] "GET /project/0530abdf-5406-4907-83c0-0dec4f959691?fields=security_groups HTTP/1.1" 200 1358 0.098317 10.0.0.27 - - [2026-05-07 04:20:33] "DELETE /security-group/240c20c9-5281-4b38-97e4-c0bcd5850d59 HTTP/1.1" 404 171 0.032007 10.0.0.27 - - [2026-05-07 04:20:33] "GET /projects?obj_uuids=0530abdf-5406-4907-83c0-0dec4f959691&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001178 10.0.0.249 - - [2026-05-07 04:20:33] "DELETE /access-control-list/d08bdda1-f6ad-4432-b440-184166047301 HTTP/1.1" 200 115 0.049356 10.0.0.27 - - [2026-05-07 04:20:33] "GET /project/0530abdf-5406-4907-83c0-0dec4f959691?fields=application_policy_sets HTTP/1.1" 200 1397 0.109074 10.0.0.27 - - [2026-05-07 04:20:33] "DELETE /project/0530abdf-5406-4907-83c0-0dec4f959691 HTTP/1.1" 200 115 0.646195 10.0.0.141 - - [2026-05-07 04:20:42] "GET / HTTP/1.1" 200 35931 0.002272 10.0.0.141 - - [2026-05-07 04:20:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000520 10.0.0.141 - - [2026-05-07 04:20:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.067745 10.0.0.27 - - [2026-05-07 04:20:44] "GET /projects?obj_uuids=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006157 10.0.0.27 - - [2026-05-07 04:20:44] "GET /obj-perms HTTP/1.1" 200 5075 0.160547 10.0.0.27 - - [2026-05-07 04:20:44] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.27 - - [2026-05-07 04:20:44] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008474 10.0.0.141 - - [2026-05-07 04:20:45] "GET /obj-perms HTTP/1.1" 200 5075 0.112257 10.0.0.27 - - [2026-05-07 04:20:45] "POST /id-to-fqname HTTP/1.1" 200 203 0.003457 10.0.0.27 - - [2026-05-07 04:20:45] "POST /fqname-to-id HTTP/1.1" 404 212 0.005498 10.0.0.27 - - [2026-05-07 04:20:45] "POST /security-groups HTTP/1.1" 200 604 0.043135 10.0.0.27 - - [2026-05-07 04:20:45] "POST /projects HTTP/1.1" 200 611 0.290541 10.0.0.27 - - [2026-05-07 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.629932 10.0.0.249 - - [2026-05-07 04:20:45] "POST /access-control-lists HTTP/1.1" 200 609 0.038617 10.0.0.141 - - [2026-05-07 04:20:45] "GET /project/cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.809911 10.0.0.141 - - [2026-05-07 04:20:46] "GET / HTTP/1.1" 200 35931 0.001914 10.0.0.141 - - [2026-05-07 04:20:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000495 10.0.0.141 - - [2026-05-07 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.079512 10.0.0.27 - - [2026-05-07 04:20:47] "GET /projects?obj_uuids=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001190 10.0.0.141 - - [2026-05-07 04:20:47] "GET /project/cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.086384 10.0.0.249 - - [2026-05-07 04:20:48] "POST /route-targets HTTP/1.1" 200 327 0.020665 10.0.0.27 - - [2026-05-07 04:20:48] "POST /useragent-kv HTTP/1.1" 200 115 0.009859 10.0.0.141 - - [2026-05-07 04:20:48] "POST /neutron/subnet HTTP/1.1" 200 724 0.338518 10.0.0.141 - - [2026-05-07 04:20:48] "POST /id-to-fqname HTTP/1.1" 200 234 0.001484 10.0.0.141 - - [2026-05-07 04:20:48] "GET /virtual-network/14172041-9ec9-413d-9ec5-941a46da8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006786 10.0.0.141 - - [2026-05-07 04:20:48] "GET /virtual-network/14172041-9ec9-413d-9ec5-941a46da8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006918 10.0.0.141 - - [2026-05-07 04:20:48] "POST /neutron/network HTTP/1.1" 200 839 0.009934 10.0.0.141 - - [2026-05-07 04:20:48] "POST /id-to-fqname HTTP/1.1" 200 234 0.001616 10.0.0.141 - - [2026-05-07 04:20:48] "POST /neutron/network HTTP/1.1" 200 849 0.009330 10.0.0.27 - - [2026-05-07 04:20:49] "GET /projects?obj_uuids=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001171 10.0.0.141 - - [2026-05-07 04:20:49] "GET /project/cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.098342 10.0.0.141 - - [2026-05-07 04:20:50] "POST /neutron/port HTTP/1.1" 200 117 0.008264 10.0.0.141 - - [2026-05-07 04:20:50] "POST /id-to-fqname HTTP/1.1" 200 234 0.001915 10.0.0.141 - - [2026-05-07 04:20:50] "POST /neutron/network HTTP/1.1" 200 849 0.015286 10.0.0.141 - - [2026-05-07 04:20:51] "POST /neutron/port HTTP/1.1" 200 1073 0.034166 10.0.0.141 - - [2026-05-07 04:20:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005046 10.0.0.27 - - [2026-05-07 04:20:51] "GET /projects?obj_uuids=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001921 10.0.0.141 - - [2026-05-07 04:20:51] "POST /neutron/network HTTP/1.1" 200 839 0.013372 10.0.0.141 - - [2026-05-07 04:20:51] "GET /project/cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.111343 10.0.0.141 - - [2026-05-07 04:20:52] "POST /neutron/security_group HTTP/1.1" 200 2071 0.014759 10.0.0.141 - - [2026-05-07 04:20:52] "POST /neutron/port HTTP/1.1" 200 1216 0.368084 10.0.0.141 - - [2026-05-07 04:20:52] "POST /neutron/network HTTP/1.1" 200 1121 0.007673 10.0.0.141 - - [2026-05-07 04:20:52] "POST /neutron/subnet HTTP/1.1" 200 1375 0.034943 10.0.0.141 - - [2026-05-07 04:20:53] "GET /virtual-network/14172041-9ec9-413d-9ec5-941a46da8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006764 10.0.0.141 - - [2026-05-07 04:20:53] "POST /neutron/port HTTP/1.1" 200 1073 0.025671 10.0.0.141 - - [2026-05-07 04:20:53] "POST /neutron/port HTTP/1.1" 200 1127 0.131971 10.0.0.141 - - [2026-05-07 04:20:53] "POST /neutron/subnet HTTP/1.1" 200 698 0.015912 10.0.0.141 - - [2026-05-07 04:20:55] "POST /neutron/port HTTP/1.1" 200 1137 0.026331 10.0.0.141 - - [2026-05-07 04:20:55] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009542 10.0.0.141 - - [2026-05-07 04:20:55] "GET /virtual-machine/a7148d65-e422-4b0c-b398-23f4bd55080f HTTP/1.1" 401 293 0.000468 10.0.0.141 - - [2026-05-07 04:20:55] "GET /virtual-machine/a7148d65-e422-4b0c-b398-23f4bd55080f HTTP/1.1" 200 1306 0.057632 10.0.0.141 - - [2026-05-07 04:20:55] "GET /virtual-machine-interface/9a29c572-bf7c-4620-bfee-fbf24184d458 HTTP/1.1" 200 3010 0.008025 10.0.0.141 - - [2026-05-07 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005424 10.0.0.141 - - [2026-05-07 04:20:55] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005553 10.0.0.141 - - [2026-05-07 04:20:55] "GET /virtual-networks?parent_id=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003823 10.0.0.141 - - [2026-05-07 04:20:55] "GET /virtual-network/14172041-9ec9-413d-9ec5-941a46da8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007757 10.0.0.141 - - [2026-05-07 04:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005761 10.0.0.141 - - [2026-05-07 04:20:58] "GET /virtual-network/14172041-9ec9-413d-9ec5-941a46da8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008576 10.0.0.141 - - [2026-05-07 04:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.141 - - [2026-05-07 04:21:02] "GET /virtual-network/14172041-9ec9-413d-9ec5-941a46da8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007087 10.0.0.141 - - [2026-05-07 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.141 - - [2026-05-07 04:21:07] "GET /virtual-network/14172041-9ec9-413d-9ec5-941a46da8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007323 10.0.0.141 - - [2026-05-07 04:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005928 10.0.0.141 - - [2026-05-07 04:21:11] "GET /virtual-network/14172041-9ec9-413d-9ec5-941a46da8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006698 10.0.0.141 - - [2026-05-07 04:21:14] "POST /neutron/port HTTP/1.1" 200 1137 0.033668 10.0.0.141 - - [2026-05-07 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005057 10.0.0.141 - - [2026-05-07 04:21:15] "GET /virtual-network/14172041-9ec9-413d-9ec5-941a46da8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006401 10.0.0.141 - - [2026-05-07 04:21:15] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009793 10.0.0.141 - - [2026-05-07 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005391 10.0.0.141 - - [2026-05-07 04:21:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005373 10.0.0.141 - - [2026-05-07 04:21:17] "GET /virtual-networks?parent_id=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.005371 10.0.0.141 - - [2026-05-07 04:21:17] "GET /virtual-network/14172041-9ec9-413d-9ec5-941a46da8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006732 10.0.0.141 - - [2026-05-07 04:21:22] "POST /neutron/port HTTP/1.1" 200 1137 0.026105 10.0.0.141 - - [2026-05-07 04:21:27] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010085 10.0.0.141 - - [2026-05-07 04:21:27] "POST /neutron/port HTTP/1.1" 200 1137 0.029310 10.0.0.141 - - [2026-05-07 04:21:28] "GET /virtual-machine/e8d7ab06-a5b5-4628-9e31-be618bdfea28 HTTP/1.1" 200 1306 0.006747 10.0.0.141 - - [2026-05-07 04:21:28] "GET /virtual-machine-interface/571b6c5f-1601-49cf-81ac-941f39e85fdc HTTP/1.1" 200 3008 0.008321 10.0.0.141 - - [2026-05-07 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.141 - - [2026-05-07 04:21:28] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004740 10.0.0.141 - - [2026-05-07 04:21:28] "GET /virtual-networks?parent_id=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.005046 10.0.0.141 - - [2026-05-07 04:21:28] "GET /virtual-network/14172041-9ec9-413d-9ec5-941a46da8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007332 10.0.0.141 - - [2026-05-07 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.141 - - [2026-05-07 04:21:29] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005521 10.0.0.141 - - [2026-05-07 04:21:29] "GET /virtual-networks?parent_id=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.006615 10.0.0.141 - - [2026-05-07 04:21:29] "GET /virtual-network/14172041-9ec9-413d-9ec5-941a46da8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009499 10.0.0.141 - - [2026-05-07 04:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006414 10.0.0.141 - - [2026-05-07 04:21:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005053 10.0.0.141 - - [2026-05-07 04:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.141 - - [2026-05-07 04:21:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008029 10.0.0.141 - - [2026-05-07 04:21:30] "PUT /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346 HTTP/1.1" 200 276 0.027426 10.0.0.141 - - [2026-05-07 04:21:30] "POST /neutron/port HTTP/1.1" 200 1216 0.061440 10.0.0.141 - - [2026-05-07 04:21:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004829 10.0.0.141 - - [2026-05-07 04:21:30] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.27 - - [2026-05-07 04:21:34] "DELETE /project/cc3eee3c3b5f4fa09c1c2b2fef102b99 HTTP/1.1" 404 173 0.004196 10.0.0.141 - - [2026-05-07 04:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.141 - - [2026-05-07 04:21:43] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.005631 10.0.0.141 - - [2026-05-07 04:21:43] "PUT /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346 HTTP/1.1" 200 276 0.019528 10.0.0.249 - - [2026-05-07 04:21:45] "GET /obj-perms HTTP/1.1" 200 5075 0.073815 10.0.0.141 - - [2026-05-07 04:21:53] "POST /neutron/port HTTP/1.1" 200 1105 0.026216 10.0.0.141 - - [2026-05-07 04:21:53] "POST /neutron/subnet HTTP/1.1" 200 689 0.017435 10.0.0.141 - - [2026-05-07 04:22:32] "POST /neutron/port HTTP/1.1" 200 1105 0.030210 10.0.0.141 - - [2026-05-07 04:22:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006484 10.0.0.141 - - [2026-05-07 04:22:32] "POST /neutron/network HTTP/1.1" 200 925 0.009771 10.0.0.141 - - [2026-05-07 04:22:38] "POST /neutron/port HTTP/1.1" 200 1137 0.036954 10.0.0.141 - - [2026-05-07 04:22:38] "POST /neutron/port HTTP/1.1" 200 1137 0.045528 10.0.0.141 - - [2026-05-07 04:22:39] "POST /neutron/network HTTP/1.1" 200 839 0.010686 10.0.0.249 - - [2026-05-07 04:22:40] "DELETE /route-target/b4a63b5a-adc0-4ed2-8402-5c12057dd7d5 HTTP/1.1" 200 115 0.112435 10.0.0.27 - - [2026-05-07 04:22:40] "GET /projects?obj_uuids=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.037669 10.0.0.141 - - [2026-05-07 04:22:40] "GET /project/cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.100605 10.0.0.27 - - [2026-05-07 04:22:40] "GET /projects?obj_uuids=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001708 10.0.0.141 - - [2026-05-07 04:22:40] "GET /project/cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99?fields=virtual_networks HTTP/1.1" 200 1059 0.053651 10.0.0.27 - - [2026-05-07 04:22:40] "GET /projects?obj_uuids=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001299 10.0.0.141 - - [2026-05-07 04:22:40] "GET /project/cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.056946 10.0.0.27 - - [2026-05-07 04:22:40] "GET /projects?obj_uuids=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001410 10.0.0.141 - - [2026-05-07 04:22:40] "GET /project/cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99?fields=security_groups HTTP/1.1" 200 1298 0.055961 10.0.0.141 - - [2026-05-07 04:22:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.047843 10.0.0.27 - - [2026-05-07 04:22:42] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006073 10.0.0.27 - - [2026-05-07 04:22:42] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001978 10.0.0.27 - - [2026-05-07 04:22:42] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.055599 10.0.0.27 - - [2026-05-07 04:22:42] "POST /id-to-fqname HTTP/1.1" 200 209 0.006153 10.0.0.27 - - [2026-05-07 04:22:42] "POST /fqname-to-id HTTP/1.1" 404 217 0.005760 10.0.0.27 - - [2026-05-07 04:22:42] "POST /security-groups HTTP/1.1" 200 609 0.098527 10.0.0.27 - - [2026-05-07 04:22:42] "POST /projects HTTP/1.1" 200 621 0.353376 10.0.0.27 - - [2026-05-07 04:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.395288 10.0.0.141 - - [2026-05-07 04:22:42] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.636404 10.0.0.249 - - [2026-05-07 04:22:42] "POST /fqname-to-id HTTP/1.1" 404 251 0.010865 10.0.0.141 - - [2026-05-07 04:22:44] "GET / HTTP/1.1" 200 35931 0.002284 10.0.0.141 - - [2026-05-07 04:22:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000486 10.0.0.141 - - [2026-05-07 04:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.084927 10.0.0.27 - - [2026-05-07 04:22:45] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001233 10.0.0.141 - - [2026-05-07 04:22:45] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.059973 10.0.0.27 - - [2026-05-07 04:22:45] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002118 10.0.0.141 - - [2026-05-07 04:22:45] "POST /neutron/network HTTP/1.1" 200 625 0.198534 10.0.0.249 - - [2026-05-07 04:22:45] "POST /ref-update HTTP/1.1" 200 156 0.046825 10.0.0.141 - - [2026-05-07 04:22:45] "POST /id-to-fqname HTTP/1.1" 200 239 0.004189 10.0.0.141 - - [2026-05-07 04:22:45] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008809 10.0.0.141 - - [2026-05-07 04:22:45] "POST /neutron/network HTTP/1.1" 200 843 0.011438 10.0.0.141 - - [2026-05-07 04:22:46] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.009376 10.0.0.141 - - [2026-05-07 04:22:46] "POST /id-to-fqname HTTP/1.1" 200 239 0.001629 10.0.0.141 - - [2026-05-07 04:22:46] "POST /neutron/port HTTP/1.1" 200 4182 0.055336 10.0.0.27 - - [2026-05-07 04:22:47] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001273 10.0.0.141 - - [2026-05-07 04:22:47] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.102450 10.0.0.141 - - [2026-05-07 04:22:47] "POST /neutron/port HTTP/1.1" 200 4182 0.082215 10.0.0.141 - - [2026-05-07 04:22:47] "POST /id-to-fqname HTTP/1.1" 200 239 0.001817 10.0.0.141 - - [2026-05-07 04:22:48] "POST /neutron/network HTTP/1.1" 200 853 0.008260 10.0.0.141 - - [2026-05-07 04:22:48] "POST /neutron/port HTTP/1.1" 200 1077 0.025540 10.0.0.27 - - [2026-05-07 04:22:49] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001134 10.0.0.141 - - [2026-05-07 04:22:49] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.173028 10.0.0.141 - - [2026-05-07 04:22:49] "POST /neutron/network HTTP/1.1" 200 843 0.053359 10.0.0.141 - - [2026-05-07 04:22:49] "POST /neutron/subnet HTTP/1.1" 200 693 0.018137 10.0.0.141 - - [2026-05-07 04:22:49] "POST /neutron/port HTTP/1.1" 200 5170 0.089889 10.0.0.141 - - [2026-05-07 04:22:50] "POST /neutron/network HTTP/1.1" 200 853 0.017118 10.0.0.141 - - [2026-05-07 04:22:50] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007975 10.0.0.141 - - [2026-05-07 04:22:51] "POST /neutron/port HTTP/1.1" 200 1077 0.029073 10.0.0.141 - - [2026-05-07 04:22:51] "GET /obj-perms HTTP/1.1" 200 5085 0.102301 10.0.0.141 - - [2026-05-07 04:22:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007390 10.0.0.141 - - [2026-05-07 04:22:51] "POST /neutron/network HTTP/1.1" 200 843 0.011060 10.0.0.27 - - [2026-05-07 04:22:52] "GET /obj-perms HTTP/1.1" 200 5085 0.116808 10.0.0.141 - - [2026-05-07 04:22:52] "POST /neutron/port HTTP/1.1" 200 1141 0.024231 10.0.0.141 - - [2026-05-07 04:22:52] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010436 10.0.0.141 - - [2026-05-07 04:22:52] "GET /virtual-machine/95ac6073-fae3-4de3-a0a9-424700c3b9fb HTTP/1.1" 401 293 0.000481 10.0.0.141 - - [2026-05-07 04:22:53] "GET /virtual-machine/95ac6073-fae3-4de3-a0a9-424700c3b9fb HTTP/1.1" 200 1311 0.047421 10.0.0.141 - - [2026-05-07 04:22:53] "GET /virtual-machine-interface/cba3c742-6478-49f8-a745-81cfbec1fbc7 HTTP/1.1" 200 3035 0.009118 10.0.0.141 - - [2026-05-07 04:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.141 - - [2026-05-07 04:22:53] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004590 10.0.0.141 - - [2026-05-07 04:22:53] "GET /virtual-networks?parent_id=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004019 10.0.0.141 - - [2026-05-07 04:22:53] "POST /neutron/network HTTP/1.1" 200 1121 0.009314 10.0.0.141 - - [2026-05-07 04:22:53] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006923 10.0.0.141 - - [2026-05-07 04:22:53] "POST /neutron/subnet HTTP/1.1" 200 1375 0.020905 10.0.0.141 - - [2026-05-07 04:22:53] "POST /neutron/network HTTP/1.1" 200 1111 0.019230 10.0.0.141 - - [2026-05-07 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.141 - - [2026-05-07 04:22:56] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007188 10.0.0.141 - - [2026-05-07 04:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.141 - - [2026-05-07 04:23:00] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008934 10.0.0.141 - - [2026-05-07 04:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.141 - - [2026-05-07 04:23:04] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006589 10.0.0.141 - - [2026-05-07 04:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005245 10.0.0.141 - - [2026-05-07 04:23:08] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007011 10.0.0.141 - - [2026-05-07 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005178 10.0.0.141 - - [2026-05-07 04:23:12] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.010542 10.0.0.141 - - [2026-05-07 04:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.141 - - [2026-05-07 04:23:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004647 10.0.0.141 - - [2026-05-07 04:23:16] "GET /virtual-networks?parent_id=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004482 10.0.0.141 - - [2026-05-07 04:23:16] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008815 10.0.0.141 - - [2026-05-07 04:23:17] "POST /neutron/port HTTP/1.1" 200 1141 0.023260 10.0.0.141 - - [2026-05-07 04:23:17] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009144 10.0.0.141 - - [2026-05-07 04:23:27] "POST /neutron/port HTTP/1.1" 200 1141 0.023126 10.0.0.141 - - [2026-05-07 04:23:32] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009590 10.0.0.141 - - [2026-05-07 04:23:32] "POST /neutron/port HTTP/1.1" 200 1141 0.029354 10.0.0.141 - - [2026-05-07 04:23:32] "GET /virtual-machine/fcea6407-99ea-40b2-ae5b-d146413f8092 HTTP/1.1" 200 1311 0.009206 10.0.0.141 - - [2026-05-07 04:23:32] "GET /virtual-machine-interface/4908534a-0076-4311-a27a-cb732c613aa2 HTTP/1.1" 200 3034 0.007536 10.0.0.141 - - [2026-05-07 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006170 10.0.0.141 - - [2026-05-07 04:23:33] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007327 10.0.0.141 - - [2026-05-07 04:23:33] "GET /virtual-networks?parent_id=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004827 10.0.0.141 - - [2026-05-07 04:23:33] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007166 10.0.0.141 - - [2026-05-07 04:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.141 - - [2026-05-07 04:23:34] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005801 10.0.0.141 - - [2026-05-07 04:23:34] "GET /virtual-networks?parent_id=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.006029 10.0.0.141 - - [2026-05-07 04:23:34] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006316 10.0.0.27 - - [2026-05-07 04:23:34] "DELETE /project/ba9684e1235c45889391fdca2a88dac1 HTTP/1.1" 404 173 0.013341 10.0.0.27 - - [2026-05-07 04:23:34] "GET /projects?obj_uuids=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001099 10.0.0.141 - - [2026-05-07 04:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.27 - - [2026-05-07 04:23:34] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001138 10.0.0.27 - - [2026-05-07 04:23:34] "GET /project/cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.091068 10.0.0.27 - - [2026-05-07 04:23:34] "GET /projects?obj_uuids=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002242 10.0.0.141 - - [2026-05-07 04:23:34] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.261969 10.0.0.27 - - [2026-05-07 04:23:34] "GET /project/cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99?fields=security_groups HTTP/1.1" 200 1129 0.230086 10.0.0.27 - - [2026-05-07 04:23:34] "GET /projects?obj_uuids=cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001640 10.0.0.27 - - [2026-05-07 04:23:34] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001400 10.0.0.27 - - [2026-05-07 04:23:34] "GET /project/cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99?fields=application_policy_sets HTTP/1.1" 200 1129 0.141764 10.0.0.27 - - [2026-05-07 04:23:35] "DELETE /project/cc3eee3c-3b5f-4fa0-9c1c-2b2fef102b99 HTTP/1.1" 404 171 0.598276 10.0.0.141 - - [2026-05-07 04:23:35] "POST /neutron/network HTTP/1.1" 200 625 0.294120 10.0.0.249 - - [2026-05-07 04:23:35] "POST /route-targets HTTP/1.1" 200 327 0.028160 10.0.0.141 - - [2026-05-07 04:23:35] "POST /id-to-fqname HTTP/1.1" 200 239 0.009362 10.0.0.141 - - [2026-05-07 04:23:35] "GET /virtual-network/b8cd2390-805b-4602-affc-20a3f58629f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.012772 10.0.0.141 - - [2026-05-07 04:23:35] "POST /neutron/network HTTP/1.1" 200 843 0.020252 10.0.0.141 - - [2026-05-07 04:23:35] "GET /virtual-network/b8cd2390-805b-4602-affc-20a3f58629f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007335 10.0.0.141 - - [2026-05-07 04:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.27 - - [2026-05-07 04:23:35] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001221 10.0.0.141 - - [2026-05-07 04:23:35] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.078949 10.0.0.141 - - [2026-05-07 04:23:35] "POST /neutron/network HTTP/1.1" 200 117 0.037120 10.0.0.249 - - [2026-05-07 04:23:36] "POST /ref-update HTTP/1.1" 200 156 0.039084 10.0.0.141 - - [2026-05-07 04:23:36] "POST /neutron/network HTTP/1.1" 200 848 0.010528 10.0.0.141 - - [2026-05-07 04:23:36] "POST /id-to-fqname HTTP/1.1" 200 242 0.001529 10.0.0.141 - - [2026-05-07 04:23:36] "GET /virtual-network/7c97d81d-d93f-4b06-b11a-3338c729255d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006165 10.0.0.141 - - [2026-05-07 04:23:36] "GET /virtual-network/7c97d81d-d93f-4b06-b11a-3338c729255d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007081 10.0.0.141 - - [2026-05-07 04:23:36] "POST /neutron/subnet HTTP/1.1" 200 715 0.015152 10.0.0.141 - - [2026-05-07 04:23:36] "POST /id-to-fqname HTTP/1.1" 200 239 0.002301 10.0.0.141 - - [2026-05-07 04:23:36] "POST /neutron/network HTTP/1.1" 200 853 0.008472 10.0.0.27 - - [2026-05-07 04:23:37] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001581 10.0.0.141 - - [2026-05-07 04:23:37] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.097750 10.0.0.141 - - [2026-05-07 04:23:38] "POST /neutron/security_group HTTP/1.1" 200 2076 0.014186 10.0.0.141 - - [2026-05-07 04:23:38] "POST /id-to-fqname HTTP/1.1" 200 242 0.001564 10.0.0.141 - - [2026-05-07 04:23:38] "POST /neutron/security_group HTTP/1.1" 200 2076 0.013309 10.0.0.27 - - [2026-05-07 04:23:38] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001394 10.0.0.141 - - [2026-05-07 04:23:39] "POST /neutron/port HTTP/1.1" 200 1077 0.422908 10.0.0.141 - - [2026-05-07 04:23:39] "POST /neutron/port HTTP/1.1" 200 1131 0.161039 10.0.0.141 - - [2026-05-07 04:23:39] "POST /neutron/subnet HTTP/1.1" 200 693 0.012468 10.0.0.27 - - [2026-05-07 04:23:39] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001762 10.0.0.141 - - [2026-05-07 04:23:39] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.112530 10.0.0.141 - - [2026-05-07 04:23:39] "POST /neutron/network HTTP/1.1" 200 848 0.009162 10.0.0.141 - - [2026-05-07 04:23:40] "POST /neutron/port HTTP/1.1" 200 117 0.009697 10.0.0.141 - - [2026-05-07 04:23:40] "POST /id-to-fqname HTTP/1.1" 200 239 0.001502 10.0.0.141 - - [2026-05-07 04:23:40] "POST /id-to-fqname HTTP/1.1" 200 239 0.001433 10.0.0.141 - - [2026-05-07 04:23:41] "POST /neutron/network HTTP/1.1" 200 1554 0.015828 10.0.0.141 - - [2026-05-07 04:23:41] "POST /neutron/port HTTP/1.1" 200 1076 0.023569 10.0.0.141 - - [2026-05-07 04:23:41] "POST /neutron/port HTTP/1.1" 200 1140 0.031591 10.0.0.27 - - [2026-05-07 04:23:42] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001846 10.0.0.141 - - [2026-05-07 04:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.001858 10.0.0.141 - - [2026-05-07 04:23:42] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.121146 10.0.0.141 - - [2026-05-07 04:23:42] "POST /neutron/network HTTP/1.1" 200 843 0.009487 10.0.0.141 - - [2026-05-07 04:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.008564 10.0.0.141 - - [2026-05-07 04:23:42] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007653 10.0.0.27 - - [2026-05-07 04:23:43] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002439 10.0.0.249 - - [2026-05-07 04:23:43] "GET /obj-perms HTTP/1.1" 200 5085 0.102281 10.0.0.141 - - [2026-05-07 04:23:43] "POST /neutron/port HTTP/1.1" 200 1077 0.440424 10.0.0.141 - - [2026-05-07 04:23:44] "GET /virtual-network/b8cd2390-805b-4602-affc-20a3f58629f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007142 10.0.0.141 - - [2026-05-07 04:23:44] "POST /neutron/port HTTP/1.1" 200 1131 0.152444 10.0.0.141 - - [2026-05-07 04:23:44] "POST /neutron/port HTTP/1.1" 200 1131 0.136118 10.0.0.141 - - [2026-05-07 04:23:44] "POST /neutron/subnet HTTP/1.1" 200 693 0.014081 10.0.0.141 - - [2026-05-07 04:23:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005530 10.0.0.141 - - [2026-05-07 04:23:44] "POST /neutron/network HTTP/1.1" 200 843 0.012814 10.0.0.141 - - [2026-05-07 04:23:45] "GET /virtual-network/7c97d81d-d93f-4b06-b11a-3338c729255d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.020033 10.0.0.141 - - [2026-05-07 04:23:45] "GET /obj-perms HTTP/1.1" 200 5085 0.004883 10.0.0.27 - - [2026-05-07 04:23:45] "GET /obj-perms HTTP/1.1" 200 5085 0.004506 10.0.0.141 - - [2026-05-07 04:23:45] "POST /neutron/port HTTP/1.1" 200 1140 0.026672 10.0.0.141 - - [2026-05-07 04:23:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010001 10.0.0.141 - - [2026-05-07 04:23:45] "GET /virtual-machine/6009c035-931e-4b21-a533-744511e8fa8a HTTP/1.1" 200 1310 0.007961 10.0.0.141 - - [2026-05-07 04:23:45] "GET /virtual-machine-interface/70942c1d-9886-4d4b-b23d-5f0589649bfd HTTP/1.1" 200 3043 0.006855 10.0.0.141 - - [2026-05-07 04:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005391 10.0.0.141 - - [2026-05-07 04:23:45] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005762 10.0.0.141 - - [2026-05-07 04:23:45] "GET /virtual-networks?parent_id=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.005864 10.0.0.141 - - [2026-05-07 04:23:45] "GET /virtual-network/7c97d81d-d93f-4b06-b11a-3338c729255d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007585 10.0.0.141 - - [2026-05-07 04:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.141 - - [2026-05-07 04:23:48] "GET /virtual-network/7c97d81d-d93f-4b06-b11a-3338c729255d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.009505 10.0.0.141 - - [2026-05-07 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348 10.0.0.141 - - [2026-05-07 04:23:53] "GET /virtual-network/7c97d81d-d93f-4b06-b11a-3338c729255d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006927 10.0.0.141 - - [2026-05-07 04:23:54] "POST /neutron/network HTTP/1.1" 200 935 0.008793 10.0.0.141 - - [2026-05-07 04:23:54] "POST /neutron/port HTTP/1.1" 200 117 0.001308 10.0.0.141 - - [2026-05-07 04:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.141 - - [2026-05-07 04:23:57] "GET /virtual-network/7c97d81d-d93f-4b06-b11a-3338c729255d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006869 10.0.0.141 - - [2026-05-07 04:23:59] "POST /neutron/security_group HTTP/1.1" 200 2076 0.048064 10.0.0.141 - - [2026-05-07 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.141 - - [2026-05-07 04:24:01] "GET /virtual-network/7c97d81d-d93f-4b06-b11a-3338c729255d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.013024 10.0.0.141 - - [2026-05-07 04:24:04] "POST /neutron/port HTTP/1.1" 200 2130 0.031539 10.0.0.141 - - [2026-05-07 04:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.141 - - [2026-05-07 04:24:05] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005327 10.0.0.141 - - [2026-05-07 04:24:05] "GET /virtual-networks?parent_id=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004926 10.0.0.141 - - [2026-05-07 04:24:05] "GET /virtual-network/7c97d81d-d93f-4b06-b11a-3338c729255d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007568 10.0.0.141 - - [2026-05-07 04:24:05] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010083 10.0.0.141 - - [2026-05-07 04:24:16] "POST /neutron/port HTTP/1.1" 200 1141 0.034959 10.0.0.141 - - [2026-05-07 04:24:16] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010613 10.0.0.141 - - [2026-05-07 04:24:16] "GET /virtual-machine/4d7b4865-f935-4b35-a7df-d09b3bdc690a HTTP/1.1" 200 1310 0.007675 10.0.0.141 - - [2026-05-07 04:24:16] "GET /virtual-machine-interface/bd3f9188-09cc-470f-9884-d70bbf8fc06f HTTP/1.1" 200 3035 0.007690 10.0.0.141 - - [2026-05-07 04:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.141 - - [2026-05-07 04:24:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005432 10.0.0.141 - - [2026-05-07 04:24:16] "GET /virtual-networks?parent_id=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.005487 10.0.0.141 - - [2026-05-07 04:24:16] "GET /virtual-network/b8cd2390-805b-4602-affc-20a3f58629f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.009333 10.0.0.141 - - [2026-05-07 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006403 10.0.0.141 - - [2026-05-07 04:24:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008858 10.0.0.141 - - [2026-05-07 04:24:17] "GET /virtual-networks?parent_id=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004745 10.0.0.141 - - [2026-05-07 04:24:17] "GET /virtual-network/b8cd2390-805b-4602-affc-20a3f58629f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006928 10.0.0.141 - - [2026-05-07 04:24:17] "POST /neutron/port HTTP/1.1" 200 2130 0.039464 10.0.0.141 - - [2026-05-07 04:24:18] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011042 10.0.0.141 - - [2026-05-07 04:24:18] "POST /neutron/port HTTP/1.1" 200 2130 0.033528 10.0.0.141 - - [2026-05-07 04:24:18] "GET /virtual-machine/590b11ab-de35-44ec-aaee-2fa0dde110a3 HTTP/1.1" 200 1586 0.008759 10.0.0.141 - - [2026-05-07 04:24:18] "GET /virtual-machine-interface/77ff3437-fb01-4233-981d-b32bfadaac7b HTTP/1.1" 200 3034 0.007384 10.0.0.141 - - [2026-05-07 04:24:18] "GET /virtual-machine-interface/deb6fe03-75c0-4d15-8794-a3241920f230 HTTP/1.1" 200 3034 0.006628 10.0.0.141 - - [2026-05-07 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.141 - - [2026-05-07 04:24:18] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004589 10.0.0.141 - - [2026-05-07 04:24:18] "GET /virtual-networks?parent_id=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004815 10.0.0.141 - - [2026-05-07 04:24:18] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007829 10.0.0.141 - - [2026-05-07 04:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005334 10.0.0.141 - - [2026-05-07 04:24:19] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005467 10.0.0.141 - - [2026-05-07 04:24:19] "GET /virtual-networks?parent_id=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.005100 10.0.0.141 - - [2026-05-07 04:24:19] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007695 10.0.0.141 - - [2026-05-07 04:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.141 - - [2026-05-07 04:24:19] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007939 10.0.0.141 - - [2026-05-07 04:24:19] "GET /virtual-networks?parent_id=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004508 10.0.0.141 - - [2026-05-07 04:24:19] "GET /virtual-network/b8cd2390-805b-4602-affc-20a3f58629f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.009250 10.0.0.141 - - [2026-05-07 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.141 - - [2026-05-07 04:24:21] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006204 10.0.0.141 - - [2026-05-07 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.141 - - [2026-05-07 04:24:21] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005643 10.0.0.141 - - [2026-05-07 04:24:21] "PUT /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346 HTTP/1.1" 200 276 0.016105 10.0.0.141 - - [2026-05-07 04:24:21] "POST /fqname-to-id HTTP/1.1" 404 217 0.004591 10.0.0.141 - - [2026-05-07 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.27 - - [2026-05-07 04:24:21] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001472 10.0.0.141 - - [2026-05-07 04:24:21] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.069340 10.0.0.141 - - [2026-05-07 04:24:21] "POST /network-policys HTTP/1.1" 200 539 0.045660 10.0.0.141 - - [2026-05-07 04:24:21] "GET /network-policy/f12b96c5-6939-42d5-85db-089b9867dc19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.010557 10.0.0.141 - - [2026-05-07 04:24:22] "POST /neutron/network HTTP/1.1" 200 937 0.103623 10.0.0.141 - - [2026-05-07 04:24:22] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.014825 10.0.0.141 - - [2026-05-07 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270 10.0.0.141 - - [2026-05-07 04:24:22] "GET /network-policy/f12b96c5-6939-42d5-85db-089b9867dc19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.006570 10.0.0.249 - - [2026-05-07 04:24:22] "POST /fqname-to-id HTTP/1.1" 404 254 0.006814 10.0.0.141 - - [2026-05-07 04:24:22] "POST /neutron/network HTTP/1.1" 200 937 0.109437 10.0.0.141 - - [2026-05-07 04:24:22] "GET /virtual-network/b8cd2390-805b-4602-affc-20a3f58629f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.010979 10.0.0.141 - - [2026-05-07 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.013293 10.0.0.141 - - [2026-05-07 04:24:22] "GET /network-policy/f12b96c5-6939-42d5-85db-089b9867dc19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.005010 10.0.0.141 - - [2026-05-07 04:24:22] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.006560 10.0.0.249 - - [2026-05-07 04:24:23] "GET /obj-perms HTTP/1.1" 200 5085 0.004841 10.0.0.141 - - [2026-05-07 04:24:23] "GET /virtual-network/b8cd2390-805b-4602-affc-20a3f58629f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.007946 10.0.0.141 - - [2026-05-07 04:24:23] "GET /obj-perms HTTP/1.1" 200 5085 0.005744 10.0.0.27 - - [2026-05-07 04:24:23] "GET /obj-perms HTTP/1.1" 200 5085 0.004465 10.0.0.141 - - [2026-05-07 04:24:24] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.007270 10.0.0.249 - - [2026-05-07 04:24:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000755 10.0.0.249 - - [2026-05-07 04:24:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.141 - - [2026-05-07 04:24:24] "GET /virtual-network/b8cd2390-805b-4602-affc-20a3f58629f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.012387 10.0.0.249 - - [2026-05-07 04:24:25] "GET /obj-perms HTTP/1.1" 200 5085 0.007562 10.0.0.141 - - [2026-05-07 04:24:25] "GET /virtual-network/7c97d81d-d93f-4b06-b11a-3338c729255d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.015588 10.0.0.27 - - [2026-05-07 04:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000701 10.0.0.27 - - [2026-05-07 04:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000696 10.0.0.249 - - [2026-05-07 04:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000584 10.0.0.249 - - [2026-05-07 04:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000598 10.0.0.141 - - [2026-05-07 04:24:25] "GET /obj-perms HTTP/1.1" 200 5085 0.005041 10.0.0.27 - - [2026-05-07 04:24:25] "GET /obj-perms HTTP/1.1" 200 5085 0.005694 10.0.0.141 - - [2026-05-07 04:24:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.27 - - [2026-05-07 04:24:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.141 - - [2026-05-07 04:24:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.27 - - [2026-05-07 04:24:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.141 - - [2026-05-07 04:24:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.141 - - [2026-05-07 04:24:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000590 10.0.0.141 - - [2026-05-07 04:24:34] "POST /neutron/port HTTP/1.1" 200 1216 0.028074 10.0.0.141 - - [2026-05-07 04:24:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004791 10.0.0.141 - - [2026-05-07 04:24:34] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.141 - - [2026-05-07 04:24:41] "GET /obj-perms HTTP/1.1" 200 5085 0.005295 10.0.0.141 - - [2026-05-07 04:24:54] "POST /neutron/port HTTP/1.1" 200 1216 0.027802 10.0.0.141 - - [2026-05-07 04:24:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006228 10.0.0.141 - - [2026-05-07 04:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.001342 10.0.0.141 - - [2026-05-07 04:25:34] "POST /neutron/port HTTP/1.1" 200 1105 0.023791 10.0.0.141 - - [2026-05-07 04:25:34] "POST /neutron/subnet HTTP/1.1" 200 689 0.013517 10.0.0.249 - - [2026-05-07 04:25:49] "GET /obj-perms HTTP/1.1" 200 5075 0.075579 10.0.0.141 - - [2026-05-07 04:25:55] "POST /neutron/port HTTP/1.1" 200 1105 0.065719 10.0.0.141 - - [2026-05-07 04:25:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006411 10.0.0.141 - - [2026-05-07 04:25:55] "POST /neutron/network HTTP/1.1" 200 925 0.014582 10.0.0.141 - - [2026-05-07 04:26:35] "POST /neutron/network HTTP/1.1" 200 947 0.051293 10.0.0.141 - - [2026-05-07 04:26:35] "POST /neutron/port HTTP/1.1" 200 117 0.001426 10.0.0.141 - - [2026-05-07 04:26:56] "POST /neutron/port HTTP/1.1" 200 1141 0.026292 10.0.0.141 - - [2026-05-07 04:26:56] "POST /neutron/subnet HTTP/1.1" 200 693 0.012040 10.0.0.141 - - [2026-05-07 04:27:37] "POST /neutron/port HTTP/1.1" 200 1141 0.025310 10.0.0.141 - - [2026-05-07 04:27:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004750 10.0.0.141 - - [2026-05-07 04:27:37] "POST /neutron/network HTTP/1.1" 200 937 0.011692 10.0.0.27 - - [2026-05-07 04:27:51] "GET /obj-perms HTTP/1.1" 200 5075 0.097219 10.0.0.141 - - [2026-05-07 04:27:58] "POST /neutron/network HTTP/1.1" 200 858 0.012891 10.0.0.141 - - [2026-05-07 04:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.001764 10.0.0.141 - - [2026-05-07 04:28:03] "GET /obj-perms HTTP/1.1" 200 5085 0.112116 10.0.0.141 - - [2026-05-07 04:28:03] "GET /virtual-network/b8cd2390-805b-4602-affc-20a3f58629f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.043503 10.0.0.141 - - [2026-05-07 04:28:03] "POST /neutron/network HTTP/1.1" 200 843 0.141707 10.0.0.249 - - [2026-05-07 04:28:03] "DELETE /access-control-list/0e30b2a4-7915-4e89-acba-27b8d1055193 HTTP/1.1" 200 115 0.117530 10.0.0.141 - - [2026-05-07 04:28:03] "GET /virtual-network/b8cd2390-805b-4602-affc-20a3f58629f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008461 10.0.0.141 - - [2026-05-07 04:28:03] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.006811 10.0.0.141 - - [2026-05-07 04:28:03] "POST /neutron/network HTTP/1.1" 200 843 0.132240 10.0.0.141 - - [2026-05-07 04:28:03] "GET /virtual-network/fab3c15a-65d7-4129-a414-dc27afe3de02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007207 10.0.0.141 - - [2026-05-07 04:28:03] "DELETE /network-policy/f12b96c5-6939-42d5-85db-089b9867dc19 HTTP/1.1" 200 115 0.059819 10.0.0.141 - - [2026-05-07 04:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006948 10.0.0.141 - - [2026-05-07 04:28:03] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.005594 10.0.0.141 - - [2026-05-07 04:28:03] "PUT /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346 HTTP/1.1" 200 276 0.017650 10.0.0.249 - - [2026-05-07 04:28:04] "DELETE /access-control-list/0c5c12c6-ee43-47dc-8fab-17587e5635df HTTP/1.1" 200 115 0.048342 10.0.0.141 - - [2026-05-07 04:28:05] "POST /neutron/network HTTP/1.1" 400 204 0.019579 10.0.0.141 - - [2026-05-07 04:28:06] "POST /neutron/port HTTP/1.1" 200 2130 0.028484 10.0.0.141 - - [2026-05-07 04:28:06] "POST /neutron/port HTTP/1.1" 200 1131 0.026048 10.0.0.141 - - [2026-05-07 04:28:06] "POST /neutron/port HTTP/1.1" 200 151 0.398948 10.0.0.141 - - [2026-05-07 04:28:07] "POST /neutron/network HTTP/1.1" 200 848 0.009336 10.0.0.249 - - [2026-05-07 04:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008221 10.0.0.249 - - [2026-05-07 04:28:08] "DELETE /route-target/5529c89f-8e8e-409b-bb01-207480dba55e HTTP/1.1" 200 115 0.035876 10.0.0.27 - - [2026-05-07 04:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.078008 10.0.0.27 - - [2026-05-07 04:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003464 10.0.0.141 - - [2026-05-07 04:28:08] "POST /neutron/network HTTP/1.1" 200 151 0.244123 10.0.0.141 - - [2026-05-07 04:28:09] "POST /neutron/port HTTP/1.1" 200 1141 0.027931 10.0.0.141 - - [2026-05-07 04:28:09] "POST /neutron/port HTTP/1.1" 200 1141 0.025863 10.0.0.141 - - [2026-05-07 04:28:11] "POST /neutron/network HTTP/1.1" 200 843 0.008448 10.0.0.27 - - [2026-05-07 04:28:11] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001210 10.0.0.141 - - [2026-05-07 04:28:11] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.130092 10.0.0.27 - - [2026-05-07 04:28:11] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001474 10.0.0.141 - - [2026-05-07 04:28:11] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?fields=virtual_networks HTTP/1.1" 200 1069 0.064225 10.0.0.27 - - [2026-05-07 04:28:11] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001147 10.0.0.141 - - [2026-05-07 04:28:11] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.061334 10.0.0.27 - - [2026-05-07 04:28:12] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001455 10.0.0.141 - - [2026-05-07 04:28:12] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?fields=security_groups HTTP/1.1" 200 1313 0.054648 10.0.0.141 - - [2026-05-07 04:28:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.039483 10.0.0.27 - - [2026-05-07 04:28:13] "GET /projects?obj_uuids=33d50498-dbe5-4830-90ab-f31a2be3f7e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003874 10.0.0.27 - - [2026-05-07 04:28:13] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.27 - - [2026-05-07 04:28:13] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.044819 10.0.0.27 - - [2026-05-07 04:28:13] "POST /id-to-fqname HTTP/1.1" 200 185 0.005386 10.0.0.27 - - [2026-05-07 04:28:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.005973 10.0.0.27 - - [2026-05-07 04:28:13] "POST /security-groups HTTP/1.1" 200 586 0.087461 10.0.0.249 - - [2026-05-07 04:28:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.005468 10.0.0.27 - - [2026-05-07 04:28:13] "POST /projects HTTP/1.1" 200 575 0.341474 10.0.0.27 - - [2026-05-07 04:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.391363 10.0.0.141 - - [2026-05-07 04:28:13] "GET /project/33d50498-dbe5-4830-90ab-f31a2be3f7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.638581 10.0.0.249 - - [2026-05-07 04:28:13] "POST /access-control-lists HTTP/1.1" 200 589 0.056342 10.0.0.141 - - [2026-05-07 04:28:15] "GET / HTTP/1.1" 200 35931 0.002797 10.0.0.27 - - [2026-05-07 04:28:15] "GET /projects?obj_uuids=e5460a0e-1c0f-464d-b315-2b0449d1f590&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001765 10.0.0.141 - - [2026-05-07 04:28:15] "GET /project/e5460a0e-1c0f-464d-b315-2b0449d1f590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.066196 10.0.0.141 - - [2026-05-07 04:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005474 10.0.0.141 - - [2026-05-07 04:28:16] "GET /security-group/1cf6d707-37e3-46d3-a9fe-a0f4fdeddd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.006748 10.0.0.141 - - [2026-05-07 04:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005171 10.0.0.27 - - [2026-05-07 04:28:16] "GET /projects?obj_uuids=e5460a0e-1c0f-464d-b315-2b0449d1f590&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.003254 10.0.0.141 - - [2026-05-07 04:28:17] "GET /project/e5460a0e-1c0f-464d-b315-2b0449d1f590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.083130 10.0.0.141 - - [2026-05-07 04:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005255 10.0.0.141 - - [2026-05-07 04:28:17] "GET /security-group/1cf6d707-37e3-46d3-a9fe-a0f4fdeddd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.005213 10.0.0.141 - - [2026-05-07 04:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.141 - - [2026-05-07 04:28:17] "PUT /security-group/1cf6d707-37e3-46d3-a9fe-a0f4fdeddd70 HTTP/1.1" 200 262 0.025026 10.0.0.27 - - [2026-05-07 04:28:20] "GET /projects?obj_uuids=33d50498-dbe5-4830-90ab-f31a2be3f7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001626 10.0.0.141 - - [2026-05-07 04:28:20] "GET /project/33d50498-dbe5-4830-90ab-f31a2be3f7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.065899 10.0.0.27 - - [2026-05-07 04:28:20] "GET /projects?obj_uuids=33d50498-dbe5-4830-90ab-f31a2be3f7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001126 10.0.0.141 - - [2026-05-07 04:28:20] "GET /project/33d50498-dbe5-4830-90ab-f31a2be3f7e2?fields=virtual_networks HTTP/1.1" 200 1022 0.058794 10.0.0.27 - - [2026-05-07 04:28:20] "GET /projects?obj_uuids=33d50498-dbe5-4830-90ab-f31a2be3f7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001321 10.0.0.141 - - [2026-05-07 04:28:20] "GET /project/33d50498-dbe5-4830-90ab-f31a2be3f7e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.064626 10.0.0.27 - - [2026-05-07 04:28:20] "GET /projects?obj_uuids=33d50498-dbe5-4830-90ab-f31a2be3f7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001220 10.0.0.141 - - [2026-05-07 04:28:20] "GET /project/33d50498-dbe5-4830-90ab-f31a2be3f7e2?fields=security_groups HTTP/1.1" 200 1243 0.063546 10.0.0.141 - - [2026-05-07 04:28:21] "POST /fqname-to-id HTTP/1.1" 404 192 0.038700 10.0.0.27 - - [2026-05-07 04:28:21] "GET /projects?obj_uuids=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003978 10.0.0.27 - - [2026-05-07 04:28:21] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.27 - - [2026-05-07 04:28:21] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008749 10.0.0.27 - - [2026-05-07 04:28:21] "POST /id-to-fqname HTTP/1.1" 200 194 0.002149 10.0.0.27 - - [2026-05-07 04:28:21] "POST /fqname-to-id HTTP/1.1" 404 203 0.010950 10.0.0.27 - - [2026-05-07 04:28:21] "POST /security-groups HTTP/1.1" 200 595 0.046370 10.0.0.249 - - [2026-05-07 04:28:21] "POST /fqname-to-id HTTP/1.1" 404 238 0.005449 10.0.0.27 - - [2026-05-07 04:28:21] "POST /projects HTTP/1.1" 200 593 0.291529 10.0.0.27 - - [2026-05-07 04:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.368189 10.0.0.249 - - [2026-05-07 04:28:21] "POST /access-control-lists HTTP/1.1" 200 598 0.042031 10.0.0.141 - - [2026-05-07 04:28:22] "GET /project/bd31858b-7d93-4b16-8d81-a75e003bfd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.567486 10.0.0.141 - - [2026-05-07 04:28:23] "GET / HTTP/1.1" 200 35931 0.002401 10.0.0.141 - - [2026-05-07 04:28:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000478 10.0.0.141 - - [2026-05-07 04:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.105350 10.0.0.27 - - [2026-05-07 04:28:25] "GET /projects?obj_uuids=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001272 10.0.0.141 - - [2026-05-07 04:28:25] "GET /project/bd31858b-7d93-4b16-8d81-a75e003bfd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.055594 10.0.0.27 - - [2026-05-07 04:28:25] "GET /projects?obj_uuids=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002045 10.0.0.141 - - [2026-05-07 04:28:25] "POST /neutron/network HTTP/1.1" 200 623 0.230099 10.0.0.141 - - [2026-05-07 04:28:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.005536 10.0.0.141 - - [2026-05-07 04:28:26] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009184 10.0.0.141 - - [2026-05-07 04:28:26] "POST /neutron/network HTTP/1.1" 200 840 0.009104 10.0.0.141 - - [2026-05-07 04:28:26] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007876 10.0.0.141 - - [2026-05-07 04:28:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001419 10.0.0.141 - - [2026-05-07 04:28:26] "POST /neutron/port HTTP/1.1" 200 4182 0.044465 10.0.0.27 - - [2026-05-07 04:28:27] "GET /projects?obj_uuids=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001652 10.0.0.141 - - [2026-05-07 04:28:27] "GET /project/bd31858b-7d93-4b16-8d81-a75e003bfd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.155496 10.0.0.141 - - [2026-05-07 04:28:28] "POST /neutron/port HTTP/1.1" 200 4182 0.065495 10.0.0.141 - - [2026-05-07 04:28:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.001380 10.0.0.141 - - [2026-05-07 04:28:28] "POST /neutron/network HTTP/1.1" 200 850 0.008994 10.0.0.141 - - [2026-05-07 04:28:29] "POST /neutron/port HTTP/1.1" 200 1062 0.030697 10.0.0.141 - - [2026-05-07 04:28:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004959 10.0.0.141 - - [2026-05-07 04:28:30] "POST /neutron/network HTTP/1.1" 200 840 0.008227 10.0.0.249 - - [2026-05-07 04:28:35] "DELETE /access-control-list/5bfb1a43-7ea2-4df5-a62b-5f0146e3f855 HTTP/1.1" 200 115 0.046437 10.0.0.27 - - [2026-05-07 04:28:35] "DELETE /project/33d50498dbe5483090abf31a2be3f7e2 HTTP/1.1" 404 173 0.028911 10.0.0.27 - - [2026-05-07 04:28:35] "DELETE /project/bd31858b7d934b168d81a75e003bfd8c HTTP/1.1" 404 173 0.024082 10.0.0.27 - - [2026-05-07 04:28:35] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001678 10.0.0.27 - - [2026-05-07 04:28:35] "GET /projects?obj_uuids=33d50498-dbe5-4830-90ab-f31a2be3f7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001151 10.0.0.27 - - [2026-05-07 04:28:36] "GET /project/33d50498-dbe5-4830-90ab-f31a2be3f7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.227226 10.0.0.27 - - [2026-05-07 04:28:36] "GET /projects?obj_uuids=33d50498-dbe5-4830-90ab-f31a2be3f7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004741 10.0.0.27 - - [2026-05-07 04:28:36] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.249897 10.0.0.27 - - [2026-05-07 04:28:36] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001165 10.0.0.27 - - [2026-05-07 04:28:36] "GET /project/33d50498-dbe5-4830-90ab-f31a2be3f7e2?fields=security_groups HTTP/1.1" 200 1348 0.116638 10.0.0.27 - - [2026-05-07 04:28:36] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?fields=security_groups HTTP/1.1" 404 203 0.132997 10.0.0.27 - - [2026-05-07 04:28:36] "GET /projects?obj_uuids=ba9684e1-235c-4588-9391-fdca2a88dac1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.012312 10.0.0.27 - - [2026-05-07 04:28:36] "DELETE /security-group/f75618e3-5840-4b4e-909a-f01c91c696bb HTTP/1.1" 200 115 0.123975 10.0.0.27 - - [2026-05-07 04:28:36] "GET /projects?obj_uuids=33d50498-dbe5-4830-90ab-f31a2be3f7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002095 10.0.0.27 - - [2026-05-07 04:28:36] "GET /project/33d50498-dbe5-4830-90ab-f31a2be3f7e2?fields=application_policy_sets HTTP/1.1" 200 1387 0.106297 10.0.0.249 - - [2026-05-07 04:28:36] "DELETE /access-control-list/43bd341f-9d4f-4fc6-bb5c-d4e333cc29fb HTTP/1.1" 200 115 0.087437 10.0.0.27 - - [2026-05-07 04:28:36] "DELETE /project/33d50498-dbe5-4830-90ab-f31a2be3f7e2 HTTP/1.1" 200 115 0.832821 10.0.0.27 - - [2026-05-07 04:28:37] "GET /project/ba9684e1-235c-4588-9391-fdca2a88dac1?fields=application_policy_sets HTTP/1.1" 404 171 0.675253 10.0.0.27 - - [2026-05-07 04:28:37] "DELETE /project/ba9684e1-235c-4588-9391-fdca2a88dac1 HTTP/1.1" 404 171 1.184164 10.0.0.249 - - [2026-05-07 04:28:52] "GET /obj-perms HTTP/1.1" 200 5075 0.117342 10.0.0.141 - - [2026-05-07 04:28:52] "POST /neutron/network HTTP/1.1" 200 850 0.009321 10.0.0.27 - - [2026-05-07 04:28:53] "GET /projects?obj_uuids=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001235 10.0.0.141 - - [2026-05-07 04:28:53] "GET /project/bd31858b-7d93-4b16-8d81-a75e003bfd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.091319 10.0.0.141 - - [2026-05-07 04:28:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012887 10.0.0.141 - - [2026-05-07 04:28:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010710 10.0.0.141 - - [2026-05-07 04:28:54] "POST /neutron/port HTTP/1.1" 200 1126 0.031628 10.0.0.141 - - [2026-05-07 04:28:54] "GET /virtual-machine/92bce6f3-7f1b-4efb-b987-01fb98638d95 HTTP/1.1" 401 293 0.000473 10.0.0.27 - - [2026-05-07 04:28:54] "GET /projects?obj_uuids=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001211 10.0.0.141 - - [2026-05-07 04:28:54] "GET /virtual-machine/92bce6f3-7f1b-4efb-b987-01fb98638d95 HTTP/1.1" 200 1297 0.052567 10.0.0.141 - - [2026-05-07 04:28:54] "GET /virtual-machine-interface/e5115dd6-4e24-4b20-9bf4-8ee7166181f2 HTTP/1.1" 200 2983 0.006629 10.0.0.141 - - [2026-05-07 04:28:54] "POST /neutron/port HTTP/1.1" 200 1062 0.485183 10.0.0.141 - - [2026-05-07 04:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.018956 10.0.0.141 - - [2026-05-07 04:28:54] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005059 10.0.0.141 - - [2026-05-07 04:28:54] "GET /virtual-networks?parent_id=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003664 10.0.0.141 - - [2026-05-07 04:28:55] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.011873 10.0.0.141 - - [2026-05-07 04:28:55] "POST /neutron/port HTTP/1.1" 200 1116 0.225894 10.0.0.141 - - [2026-05-07 04:28:55] "POST /neutron/subnet HTTP/1.1" 200 689 0.021132 10.0.0.141 - - [2026-05-07 04:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010859 10.0.0.141 - - [2026-05-07 04:28:56] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005811 10.0.0.141 - - [2026-05-07 04:28:56] "GET /virtual-networks?parent_id=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004000 10.0.0.141 - - [2026-05-07 04:28:56] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.017981 10.0.0.141 - - [2026-05-07 04:28:56] "POST /neutron/port HTTP/1.1" 200 1126 0.051561 10.0.0.141 - - [2026-05-07 04:29:00] "POST /neutron/port HTTP/1.1" 200 1216 0.051437 10.0.0.141 - - [2026-05-07 04:29:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006582 10.0.0.141 - - [2026-05-07 04:29:00] "POST /neutron/port HTTP/1.1" 200 117 0.002868 10.0.0.141 - - [2026-05-07 04:29:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.018223 10.0.0.141 - - [2026-05-07 04:29:12] "POST /neutron/port HTTP/1.1" 200 1126 0.061137 10.0.0.141 - - [2026-05-07 04:29:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.019323 10.0.0.249 - - [2026-05-07 04:29:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000628 10.0.0.249 - - [2026-05-07 04:29:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000534 10.0.0.27 - - [2026-05-07 04:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000613 10.0.0.27 - - [2026-05-07 04:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000579 10.0.0.249 - - [2026-05-07 04:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000547 10.0.0.249 - - [2026-05-07 04:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000624 10.0.0.141 - - [2026-05-07 04:29:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.141 - - [2026-05-07 04:29:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.27 - - [2026-05-07 04:29:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000490 10.0.0.27 - - [2026-05-07 04:29:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000619 10.0.0.141 - - [2026-05-07 04:29:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.141 - - [2026-05-07 04:29:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000632 10.0.0.141 - - [2026-05-07 04:29:27] "POST /neutron/port HTTP/1.1" 200 1126 0.034958 10.0.0.141 - - [2026-05-07 04:29:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009915 10.0.0.141 - - [2026-05-07 04:29:39] "POST /neutron/port HTTP/1.1" 200 1216 0.023340 10.0.0.141 - - [2026-05-07 04:29:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005227 10.0.0.141 - - [2026-05-07 04:29:39] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.141 - - [2026-05-07 04:29:42] "POST /neutron/port HTTP/1.1" 200 1126 0.027629 10.0.0.141 - - [2026-05-07 04:29:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009473 10.0.0.141 - - [2026-05-07 04:29:43] "GET /virtual-machine/d429a1d3-fcd2-4327-895b-ce48ac84974e HTTP/1.1" 200 1296 0.009287 10.0.0.141 - - [2026-05-07 04:29:43] "GET /virtual-machine-interface/ce0acb86-498b-487a-829e-8fad5ae9e4e1 HTTP/1.1" 200 2982 0.006768 10.0.0.141 - - [2026-05-07 04:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.141 - - [2026-05-07 04:29:43] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004645 10.0.0.141 - - [2026-05-07 04:29:43] "GET /virtual-networks?parent_id=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004341 10.0.0.141 - - [2026-05-07 04:29:43] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007378 10.0.0.141 - - [2026-05-07 04:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.141 - - [2026-05-07 04:29:46] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006548 10.0.0.141 - - [2026-05-07 04:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007710 10.0.0.141 - - [2026-05-07 04:29:50] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.012659 10.0.0.141 - - [2026-05-07 04:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.141 - - [2026-05-07 04:29:54] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007629 10.0.0.141 - - [2026-05-07 04:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.141 - - [2026-05-07 04:29:58] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007784 10.0.0.141 - - [2026-05-07 04:30:02] "POST /neutron/port HTTP/1.1" 200 1105 0.071151 10.0.0.141 - - [2026-05-07 04:30:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004339 10.0.0.141 - - [2026-05-07 04:30:02] "POST /neutron/network HTTP/1.1" 200 925 0.011779 10.0.0.141 - - [2026-05-07 04:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.141 - - [2026-05-07 04:30:02] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009252 10.0.0.141 - - [2026-05-07 04:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005419 10.0.0.141 - - [2026-05-07 04:30:06] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007179 10.0.0.141 - - [2026-05-07 04:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.141 - - [2026-05-07 04:30:11] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006780 10.0.0.141 - - [2026-05-07 04:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.141 - - [2026-05-07 04:30:15] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007274 10.0.0.141 - - [2026-05-07 04:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005526 10.0.0.141 - - [2026-05-07 04:30:19] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006850 10.0.0.141 - - [2026-05-07 04:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007766 10.0.0.141 - - [2026-05-07 04:30:23] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007241 10.0.0.141 - - [2026-05-07 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.141 - - [2026-05-07 04:30:27] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007447 10.0.0.141 - - [2026-05-07 04:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.141 - - [2026-05-07 04:30:31] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007305 10.0.0.141 - - [2026-05-07 04:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.141 - - [2026-05-07 04:30:35] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009225 10.0.0.141 - - [2026-05-07 04:30:39] "POST /neutron/network HTTP/1.1" 200 935 0.009565 10.0.0.141 - - [2026-05-07 04:30:39] "POST /neutron/port HTTP/1.1" 200 117 0.002064 10.0.0.141 - - [2026-05-07 04:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.141 - - [2026-05-07 04:30:39] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007947 10.0.0.141 - - [2026-05-07 04:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006094 10.0.0.141 - - [2026-05-07 04:30:43] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.010609 10.0.0.141 - - [2026-05-07 04:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.141 - - [2026-05-07 04:30:47] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.010214 10.0.0.141 - - [2026-05-07 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005690 10.0.0.141 - - [2026-05-07 04:30:52] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008311 10.0.0.141 - - [2026-05-07 04:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005352 10.0.0.141 - - [2026-05-07 04:30:56] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007131 10.0.0.141 - - [2026-05-07 04:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.141 - - [2026-05-07 04:31:00] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007834 10.0.0.141 - - [2026-05-07 04:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005692 10.0.0.141 - - [2026-05-07 04:31:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005464 10.0.0.141 - - [2026-05-07 04:31:02] "GET /virtual-networks?parent_id=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006545 10.0.0.141 - - [2026-05-07 04:31:02] "GET /virtual-network/7d551a4d-7a06-4167-a971-bdc98bf59e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007685 10.0.0.141 - - [2026-05-07 04:31:02] "POST /neutron/port HTTP/1.1" 200 1216 0.084498 10.0.0.141 - - [2026-05-07 04:31:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006136 10.0.0.141 - - [2026-05-07 04:31:02] "POST /neutron/port HTTP/1.1" 200 1126 0.036126 10.0.0.141 - - [2026-05-07 04:31:02] "POST /neutron/port HTTP/1.1" 200 117 0.001402 10.0.0.141 - - [2026-05-07 04:31:07] "POST /neutron/port HTTP/1.1" 200 1126 0.045633 10.0.0.141 - - [2026-05-07 04:31:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013541 10.0.0.141 - - [2026-05-07 04:31:23] "POST /neutron/port HTTP/1.1" 200 1126 0.025176 10.0.0.141 - - [2026-05-07 04:31:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009537 10.0.0.141 - - [2026-05-07 04:31:38] "POST /neutron/port HTTP/1.1" 200 1126 0.024913 10.0.0.141 - - [2026-05-07 04:31:41] "POST /neutron/port HTTP/1.1" 200 1126 0.061188 10.0.0.141 - - [2026-05-07 04:31:41] "POST /neutron/subnet HTTP/1.1" 200 689 0.013084 10.0.0.141 - - [2026-05-07 04:31:44] "POST /neutron/port HTTP/1.1" 200 1126 0.023310 10.0.0.141 - - [2026-05-07 04:31:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012851 10.0.0.141 - - [2026-05-07 04:31:54] "GET /obj-perms HTTP/1.1" 200 5075 0.082739 10.0.0.141 - - [2026-05-07 04:31:59] "POST /fqname-to-id HTTP/1.1" 404 240 0.005299 10.0.0.141 - - [2026-05-07 04:31:59] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.051393 10.0.0.141 - - [2026-05-07 04:32:00] "GET /bgp-as-a-service/7377856c-b10e-44f9-825b-cbb921383496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.009562 10.0.0.141 - - [2026-05-07 04:32:00] "GET /virtual-machine-interface/ce0acb86-498b-487a-829e-8fad5ae9e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.008376 10.0.0.141 - - [2026-05-07 04:32:00] "POST /ref-update HTTP/1.1" 200 156 0.020269 10.0.0.141 - - [2026-05-07 04:32:00] "POST /neutron/network HTTP/1.1" 200 840 0.010099 10.0.0.141 - - [2026-05-07 04:32:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.023743 10.0.0.249 - - [2026-05-07 04:32:00] "POST /ref-update HTTP/1.1" 200 156 0.050634 10.0.0.141 - - [2026-05-07 04:32:02] "POST /neutron/network HTTP/1.1" 200 935 0.009784 10.0.0.141 - - [2026-05-07 04:32:02] "POST /neutron/port HTTP/1.1" 200 117 0.001611 10.0.0.141 - - [2026-05-07 04:32:32] "GET /bgp-as-a-service/7377856c-b10e-44f9-825b-cbb921383496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.010550 10.0.0.141 - - [2026-05-07 04:32:32] "GET /virtual-machine-interface/ce0acb86-498b-487a-829e-8fad5ae9e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.010701 10.0.0.141 - - [2026-05-07 04:32:32] "POST /ref-update HTTP/1.1" 200 156 0.020600 10.0.0.249 - - [2026-05-07 04:32:32] "POST /ref-update HTTP/1.1" 200 156 0.021209 10.0.0.141 - - [2026-05-07 04:32:32] "DELETE /bgp-as-a-service/7377856c-b10e-44f9-825b-cbb921383496 HTTP/1.1" 200 115 0.077925 10.0.0.141 - - [2026-05-07 04:32:33] "POST /neutron/network HTTP/1.1" 400 204 0.025417 10.0.0.141 - - [2026-05-07 04:32:33] "POST /neutron/port HTTP/1.1" 200 1116 0.031114 10.0.0.141 - - [2026-05-07 04:32:34] "POST /neutron/port HTTP/1.1" 200 151 0.350890 10.0.0.249 - - [2026-05-07 04:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007045 10.0.0.27 - - [2026-05-07 04:32:36] "GET /projects?obj_uuids=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001174 10.0.0.141 - - [2026-05-07 04:32:37] "GET /project/bd31858b-7d93-4b16-8d81-a75e003bfd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.055868 10.0.0.27 - - [2026-05-07 04:32:37] "GET /projects?obj_uuids=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002766 10.0.0.141 - - [2026-05-07 04:32:37] "GET /project/bd31858b-7d93-4b16-8d81-a75e003bfd8c?fields=virtual_networks HTTP/1.1" 200 1041 0.074835 10.0.0.27 - - [2026-05-07 04:32:37] "GET /projects?obj_uuids=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001158 10.0.0.141 - - [2026-05-07 04:32:37] "GET /project/bd31858b-7d93-4b16-8d81-a75e003bfd8c?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.056759 10.0.0.27 - - [2026-05-07 04:32:37] "GET /projects?obj_uuids=bd31858b-7d93-4b16-8d81-a75e003bfd8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001632 10.0.0.141 - - [2026-05-07 04:32:37] "GET /project/bd31858b-7d93-4b16-8d81-a75e003bfd8c?fields=security_groups HTTP/1.1" 200 1271 0.061077 10.0.0.141 - - [2026-05-07 04:32:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.042766 10.0.0.27 - - [2026-05-07 04:32:38] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004144 10.0.0.27 - - [2026-05-07 04:32:38] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.27 - - [2026-05-07 04:32:38] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009374 10.0.0.27 - - [2026-05-07 04:32:39] "POST /id-to-fqname HTTP/1.1" 200 191 0.004230 10.0.0.27 - - [2026-05-07 04:32:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.007525 10.0.0.27 - - [2026-05-07 04:32:39] "POST /security-groups HTTP/1.1" 200 592 0.083916 10.0.0.27 - - [2026-05-07 04:32:39] "POST /projects HTTP/1.1" 200 587 0.353042 10.0.0.27 - - [2026-05-07 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.394118 10.0.0.249 - - [2026-05-07 04:32:39] "POST /access-control-lists HTTP/1.1" 200 597 0.035460 10.0.0.141 - - [2026-05-07 04:32:39] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.573640 10.0.0.141 - - [2026-05-07 04:32:40] "GET / HTTP/1.1" 200 35931 0.001710 10.0.0.141 - - [2026-05-07 04:32:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000749 10.0.0.141 - - [2026-05-07 04:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.100738 10.0.0.27 - - [2026-05-07 04:32:43] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001689 10.0.0.141 - - [2026-05-07 04:32:43] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076596 10.0.0.141 - - [2026-05-07 04:32:43] "POST /neutron/port HTTP/1.1" 200 1216 0.066304 10.0.0.141 - - [2026-05-07 04:32:43] "POST /neutron/network HTTP/1.1" 200 1121 0.009276 10.0.0.141 - - [2026-05-07 04:32:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004805 10.0.0.141 - - [2026-05-07 04:32:43] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.249 - - [2026-05-07 04:32:43] "POST /route-targets HTTP/1.1" 200 327 0.019545 10.0.0.141 - - [2026-05-07 04:32:44] "POST /neutron/network HTTP/1.1" 200 832 0.100444 10.0.0.141 - - [2026-05-07 04:32:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.001920 10.0.0.141 - - [2026-05-07 04:32:44] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008344 10.0.0.141 - - [2026-05-07 04:32:44] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006945 10.0.0.141 - - [2026-05-07 04:32:44] "POST /neutron/subnet HTTP/1.1" 200 719 0.015244 10.0.0.141 - - [2026-05-07 04:32:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.001542 10.0.0.27 - - [2026-05-07 04:32:45] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001139 10.0.0.141 - - [2026-05-07 04:32:45] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.113863 10.0.0.141 - - [2026-05-07 04:32:45] "POST /neutron/network HTTP/1.1" 200 832 0.045082 10.0.0.141 - - [2026-05-07 04:32:46] "POST /id-to-fqname HTTP/1.1" 200 225 0.001890 10.0.0.141 - - [2026-05-07 04:32:46] "POST /neutron/port HTTP/1.1" 200 4182 0.046732 10.0.0.27 - - [2026-05-07 04:32:46] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001351 10.0.0.141 - - [2026-05-07 04:32:47] "POST /neutron/port HTTP/1.1" 200 1060 0.593896 10.0.0.27 - - [2026-05-07 04:32:47] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001447 10.0.0.141 - - [2026-05-07 04:32:47] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.135151 10.0.0.141 - - [2026-05-07 04:32:47] "POST /neutron/network HTTP/1.1" 200 832 0.008298 10.0.0.141 - - [2026-05-07 04:32:47] "POST /neutron/port HTTP/1.1" 200 1124 0.072982 10.0.0.141 - - [2026-05-07 04:32:48] "POST /neutron/subnet HTTP/1.1" 200 693 0.026578 10.0.0.141 - - [2026-05-07 04:32:48] "POST /id-to-fqname HTTP/1.1" 200 225 0.002830 10.0.0.141 - - [2026-05-07 04:32:48] "POST /neutron/network HTTP/1.1" 200 832 0.008343 10.0.0.141 - - [2026-05-07 04:32:48] "POST /neutron/network HTTP/1.1" 200 842 0.017775 10.0.0.141 - - [2026-05-07 04:32:49] "POST /neutron/port HTTP/1.1" 200 1060 0.047241 10.0.0.27 - - [2026-05-07 04:32:49] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001750 10.0.0.141 - - [2026-05-07 04:32:49] "POST /neutron/port HTTP/1.1" 200 1124 0.051826 10.0.0.141 - - [2026-05-07 04:32:49] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.249458 10.0.0.141 - - [2026-05-07 04:32:49] "POST /neutron/network HTTP/1.1" 200 832 0.007711 10.0.0.141 - - [2026-05-07 04:32:50] "POST /neutron/port HTTP/1.1" 200 6124 0.203816 10.0.0.141 - - [2026-05-07 04:32:50] "POST /neutron/port HTTP/1.1" 200 1124 0.048646 10.0.0.27 - - [2026-05-07 04:32:51] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001146 10.0.0.141 - - [2026-05-07 04:32:51] "POST /neutron/port HTTP/1.1" 200 1060 0.703090 10.0.0.141 - - [2026-05-07 04:32:52] "POST /neutron/port HTTP/1.1" 200 1114 0.261765 10.0.0.141 - - [2026-05-07 04:32:52] "POST /neutron/subnet HTTP/1.1" 200 693 0.025854 10.0.0.27 - - [2026-05-07 04:32:55] "GET /obj-perms HTTP/1.1" 200 5075 0.094477 10.0.0.141 - - [2026-05-07 04:32:55] "POST /neutron/port HTTP/1.1" 200 1124 0.056506 10.0.0.141 - - [2026-05-07 04:33:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015542 10.0.0.141 - - [2026-05-07 04:33:11] "POST /neutron/port HTTP/1.1" 200 1124 0.027105 10.0.0.141 - - [2026-05-07 04:33:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008506 10.0.0.141 - - [2026-05-07 04:33:26] "POST /neutron/port HTTP/1.1" 200 1124 0.027936 10.0.0.141 - - [2026-05-07 04:33:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010046 10.0.0.141 - - [2026-05-07 04:33:37] "POST /neutron/port HTTP/1.1" 200 1124 0.039938 10.0.0.249 - - [2026-05-07 04:33:37] "DELETE /access-control-list/71fe0a1d-6d9a-4e83-bd72-67b8fce2ea4a HTTP/1.1" 200 115 0.223753 10.0.0.27 - - [2026-05-07 04:33:37] "DELETE /project/512bff997c354c068db2070dbc7bd4b6 HTTP/1.1" 404 173 0.063247 10.0.0.141 - - [2026-05-07 04:33:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010723 10.0.0.141 - - [2026-05-07 04:33:37] "GET /virtual-machine/e30c209a-c237-4a93-9a66-114df2eba189 HTTP/1.1" 401 293 0.000500 10.0.0.27 - - [2026-05-07 04:33:37] "DELETE /project/bd31858b-7d93-4b16-8d81-a75e003bfd8c HTTP/1.1" 404 177 0.119436 10.0.0.141 - - [2026-05-07 04:33:38] "GET /virtual-machine/e30c209a-c237-4a93-9a66-114df2eba189 HTTP/1.1" 200 1294 0.040409 10.0.0.141 - - [2026-05-07 04:33:38] "GET /virtual-machine-interface/6ceb3a19-9be8-4e54-85e3-97d31fa303f9 HTTP/1.1" 200 2957 0.006777 10.0.0.141 - - [2026-05-07 04:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.141 - - [2026-05-07 04:33:38] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004838 10.0.0.141 - - [2026-05-07 04:33:38] "GET /virtual-networks?parent_id=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003442 10.0.0.141 - - [2026-05-07 04:33:38] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007799 10.0.0.141 - - [2026-05-07 04:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005952 10.0.0.141 - - [2026-05-07 04:33:41] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007915 10.0.0.141 - - [2026-05-07 04:33:45] "POST /neutron/network HTTP/1.1" 200 935 0.014462 10.0.0.141 - - [2026-05-07 04:33:45] "POST /neutron/port HTTP/1.1" 200 117 0.001965 10.0.0.141 - - [2026-05-07 04:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.141 - - [2026-05-07 04:33:45] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007958 10.0.0.141 - - [2026-05-07 04:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.141 - - [2026-05-07 04:33:49] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008018 10.0.0.141 - - [2026-05-07 04:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005355 10.0.0.141 - - [2026-05-07 04:33:53] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007025 10.0.0.249 - - [2026-05-07 04:33:56] "GET /obj-perms HTTP/1.1" 200 5075 0.122104 10.0.0.141 - - [2026-05-07 04:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005591 10.0.0.141 - - [2026-05-07 04:33:57] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006209 10.0.0.141 - - [2026-05-07 04:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.141 - - [2026-05-07 04:34:01] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007080 10.0.0.141 - - [2026-05-07 04:34:03] "POST /neutron/port HTTP/1.1" 200 1216 0.026435 10.0.0.141 - - [2026-05-07 04:34:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006279 10.0.0.141 - - [2026-05-07 04:34:03] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.141 - - [2026-05-07 04:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005640 10.0.0.141 - - [2026-05-07 04:34:06] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007673 10.0.0.141 - - [2026-05-07 04:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.141 - - [2026-05-07 04:34:10] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008813 10.0.0.141 - - [2026-05-07 04:34:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.041731 10.0.0.141 - - [2026-05-07 04:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005250 10.0.0.141 - - [2026-05-07 04:34:14] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008726 10.0.0.141 - - [2026-05-07 04:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005265 10.0.0.141 - - [2026-05-07 04:34:18] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007078 10.0.0.141 - - [2026-05-07 04:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005733 10.0.0.141 - - [2026-05-07 04:34:22] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008058 10.0.0.249 - - [2026-05-07 04:34:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2026-05-07 04:34:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000712 10.0.0.27 - - [2026-05-07 04:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.27 - - [2026-05-07 04:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.249 - - [2026-05-07 04:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.249 - - [2026-05-07 04:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.141 - - [2026-05-07 04:34:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.27 - - [2026-05-07 04:34:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.141 - - [2026-05-07 04:34:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.27 - - [2026-05-07 04:34:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000557 10.0.0.141 - - [2026-05-07 04:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005879 10.0.0.141 - - [2026-05-07 04:34:26] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006877 10.0.0.141 - - [2026-05-07 04:34:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.141 - - [2026-05-07 04:34:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000554 10.0.0.141 - - [2026-05-07 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.141 - - [2026-05-07 04:34:30] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006414 10.0.0.141 - - [2026-05-07 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.141 - - [2026-05-07 04:34:34] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007883 10.0.0.141 - - [2026-05-07 04:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.141 - - [2026-05-07 04:34:38] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008190 10.0.0.141 - - [2026-05-07 04:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.141 - - [2026-05-07 04:34:42] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007749 10.0.0.141 - - [2026-05-07 04:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.141 - - [2026-05-07 04:34:47] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007059 10.0.0.141 - - [2026-05-07 04:34:47] "POST /neutron/network HTTP/1.1" 200 1121 0.013982 10.0.0.141 - - [2026-05-07 04:34:47] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018706 10.0.0.141 - - [2026-05-07 04:34:47] "POST /neutron/network HTTP/1.1" 200 1111 0.015878 10.0.0.141 - - [2026-05-07 04:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.141 - - [2026-05-07 04:34:51] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009195 10.0.0.141 - - [2026-05-07 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.141 - - [2026-05-07 04:34:55] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006828 10.0.0.141 - - [2026-05-07 04:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.141 - - [2026-05-07 04:34:59] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006830 10.0.0.141 - - [2026-05-07 04:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006941 10.0.0.141 - - [2026-05-07 04:35:03] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008874 10.0.0.141 - - [2026-05-07 04:35:05] "POST /neutron/network HTTP/1.1" 200 935 0.012702 10.0.0.141 - - [2026-05-07 04:35:05] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.141 - - [2026-05-07 04:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.141 - - [2026-05-07 04:35:07] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006983 10.0.0.141 - - [2026-05-07 04:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006059 10.0.0.141 - - [2026-05-07 04:35:11] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007103 10.0.0.141 - - [2026-05-07 04:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.141 - - [2026-05-07 04:35:15] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007145 10.0.0.141 - - [2026-05-07 04:35:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012861 10.0.0.141 - - [2026-05-07 04:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.141 - - [2026-05-07 04:35:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011253 10.0.0.141 - - [2026-05-07 04:35:17] "GET /virtual-networks?parent_id=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005667 10.0.0.141 - - [2026-05-07 04:35:17] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006349 10.0.0.141 - - [2026-05-07 04:35:18] "POST /neutron/port HTTP/1.1" 200 1124 0.031358 10.0.0.141 - - [2026-05-07 04:35:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012212 10.0.0.141 - - [2026-05-07 04:35:33] "POST /neutron/port HTTP/1.1" 200 1124 0.030780 10.0.0.141 - - [2026-05-07 04:35:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009698 10.0.0.141 - - [2026-05-07 04:35:48] "POST /neutron/port HTTP/1.1" 200 1105 0.026015 10.0.0.141 - - [2026-05-07 04:35:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005852 10.0.0.141 - - [2026-05-07 04:35:48] "POST /neutron/network HTTP/1.1" 200 925 0.009556 10.0.0.141 - - [2026-05-07 04:35:54] "POST /neutron/port HTTP/1.1" 200 1124 0.026060 10.0.0.141 - - [2026-05-07 04:35:58] "GET /obj-perms HTTP/1.1" 200 5075 0.084830 10.0.0.141 - - [2026-05-07 04:35:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017466 10.0.0.141 - - [2026-05-07 04:36:06] "POST /neutron/port HTTP/1.1" 200 1124 0.061003 10.0.0.141 - - [2026-05-07 04:36:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008687 10.0.0.141 - - [2026-05-07 04:36:06] "POST /neutron/network HTTP/1.1" 200 832 0.010041 10.0.0.141 - - [2026-05-07 04:36:15] "POST /neutron/port HTTP/1.1" 200 1124 0.026168 10.0.0.141 - - [2026-05-07 04:36:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010530 10.0.0.141 - - [2026-05-07 04:36:20] "POST /neutron/port HTTP/1.1" 200 1124 0.040142 10.0.0.141 - - [2026-05-07 04:36:20] "GET /virtual-machine/68b30aac-d6b4-44f5-addc-3a014ccbbdd9 HTTP/1.1" 200 1293 0.007665 10.0.0.141 - - [2026-05-07 04:36:21] "GET /virtual-machine-interface/037e0c40-0113-4f52-980b-83b61f44ef0d HTTP/1.1" 200 2957 0.007213 10.0.0.141 - - [2026-05-07 04:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.141 - - [2026-05-07 04:36:21] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005191 10.0.0.141 - - [2026-05-07 04:36:21] "GET /virtual-networks?parent_id=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004395 10.0.0.141 - - [2026-05-07 04:36:21] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008995 10.0.0.141 - - [2026-05-07 04:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006157 10.0.0.141 - - [2026-05-07 04:36:22] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005522 10.0.0.141 - - [2026-05-07 04:36:22] "GET /virtual-networks?parent_id=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005145 10.0.0.141 - - [2026-05-07 04:36:22] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007425 10.0.0.141 - - [2026-05-07 04:36:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011690 10.0.0.141 - - [2026-05-07 04:36:22] "POST /neutron/port HTTP/1.1" 200 1124 0.023319 10.0.0.141 - - [2026-05-07 04:36:22] "GET /virtual-machine/501ef637-ba29-4f53-bc40-fb219ec3f449 HTTP/1.1" 200 1293 0.011307 10.0.0.141 - - [2026-05-07 04:36:22] "GET /virtual-machine-interface/3bee7132-961b-4198-9870-0b983c533419 HTTP/1.1" 200 2958 0.012937 10.0.0.141 - - [2026-05-07 04:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008108 10.0.0.141 - - [2026-05-07 04:36:22] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006989 10.0.0.141 - - [2026-05-07 04:36:22] "GET /virtual-networks?parent_id=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004474 10.0.0.141 - - [2026-05-07 04:36:22] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009058 10.0.0.141 - - [2026-05-07 04:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.141 - - [2026-05-07 04:36:24] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004974 10.0.0.141 - - [2026-05-07 04:36:24] "GET /virtual-networks?parent_id=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.006477 10.0.0.141 - - [2026-05-07 04:36:24] "GET /virtual-network/ac1cb0a8-eed7-4304-ab26-9221b7ba8d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009482 10.0.0.141 - - [2026-05-07 04:36:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.003797 10.0.0.141 - - [2026-05-07 04:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.141 - - [2026-05-07 04:36:24] "GET /global-system-config/fe8c5d36-0bfd-4431-a544-6174b3f08807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009463 10.0.0.141 - - [2026-05-07 04:36:24] "POST /control-node-zones HTTP/1.1" 200 569 0.040378 10.0.0.141 - - [2026-05-07 04:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.141 - - [2026-05-07 04:36:24] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007740 10.0.0.141 - - [2026-05-07 04:36:24] "GET /control-node-zone/02e1764e-65c4-4d1f-95dd-bf3901bbec7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.008548 10.0.0.141 - - [2026-05-07 04:36:24] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.029586 10.0.0.141 - - [2026-05-07 04:36:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.004518 10.0.0.141 - - [2026-05-07 04:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.141 - - [2026-05-07 04:36:24] "GET /global-system-config/fe8c5d36-0bfd-4431-a544-6174b3f08807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007862 10.0.0.141 - - [2026-05-07 04:36:24] "POST /control-node-zones HTTP/1.1" 200 569 0.047118 10.0.0.141 - - [2026-05-07 04:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.141 - - [2026-05-07 04:36:24] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.007041 10.0.0.141 - - [2026-05-07 04:36:24] "GET /control-node-zone/02eb5b2a-e01f-4a44-9d3a-fac138f2d17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.008558 10.0.0.141 - - [2026-05-07 04:36:25] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.033900 10.0.0.141 - - [2026-05-07 04:36:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.003563 10.0.0.141 - - [2026-05-07 04:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.141 - - [2026-05-07 04:36:25] "GET /global-system-config/fe8c5d36-0bfd-4431-a544-6174b3f08807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007265 10.0.0.141 - - [2026-05-07 04:36:25] "POST /control-node-zones HTTP/1.1" 200 569 0.041034 10.0.0.141 - - [2026-05-07 04:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.141 - - [2026-05-07 04:36:25] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.007869 10.0.0.141 - - [2026-05-07 04:36:25] "GET /control-node-zone/833a8211-2546-4c8d-a32b-2103a1bc88f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007227 10.0.0.141 - - [2026-05-07 04:36:25] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.040574 10.0.0.141 - - [2026-05-07 04:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.141 - - [2026-05-07 04:36:25] "GET /global-system-config/fe8c5d36-0bfd-4431-a544-6174b3f08807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.011597 10.0.0.141 - - [2026-05-07 04:36:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.004630 10.0.0.141 - - [2026-05-07 04:36:25] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.050235 10.0.0.141 - - [2026-05-07 04:36:26] "POST /neutron/subnet HTTP/1.1" 200 719 0.013063 10.0.0.141 - - [2026-05-07 04:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006444 10.0.0.141 - - [2026-05-07 04:36:26] "GET /bgp-as-a-service/a553acf2-8464-4c3c-a020-c9aa2b676fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.010059 10.0.0.141 - - [2026-05-07 04:36:26] "GET /control-node-zone/02e1764e-65c4-4d1f-95dd-bf3901bbec7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005778 10.0.0.141 - - [2026-05-07 04:36:26] "POST /ref-update HTTP/1.1" 200 156 0.018344 10.0.0.141 - - [2026-05-07 04:36:50] "POST /neutron/port HTTP/1.1" 200 1124 0.064862 10.0.0.141 - - [2026-05-07 04:36:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005765 10.0.0.141 - - [2026-05-07 04:36:50] "POST /neutron/network HTTP/1.1" 200 832 0.009301 10.0.0.141 - - [2026-05-07 04:36:51] "GET /bgp-as-a-service/a553acf2-8464-4c3c-a020-c9aa2b676fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.007156 10.0.0.141 - - [2026-05-07 04:36:51] "GET /virtual-machine-interface/6ceb3a19-9be8-4e54-85e3-97d31fa303f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.007016 10.0.0.141 - - [2026-05-07 04:36:51] "POST /ref-update HTTP/1.1" 200 156 0.020253 10.0.0.249 - - [2026-05-07 04:36:51] "POST /ref-update HTTP/1.1" 200 156 0.029041 10.0.0.141 - - [2026-05-07 04:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007510 10.0.0.141 - - [2026-05-07 04:36:53] "GET /global-system-config/fe8c5d36-0bfd-4431-a544-6174b3f08807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009189 10.0.0.141 - - [2026-05-07 04:36:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.004182 10.0.0.141 - - [2026-05-07 04:36:53] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.041111 10.0.0.141 - - [2026-05-07 04:36:53] "POST /neutron/network HTTP/1.1" 200 832 0.010211 10.0.0.141 - - [2026-05-07 04:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.141 - - [2026-05-07 04:36:53] "GET /bgp-as-a-service/beac5293-75d6-4b8c-ae4a-52791f393b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.007981 10.0.0.141 - - [2026-05-07 04:36:53] "GET /control-node-zone/02eb5b2a-e01f-4a44-9d3a-fac138f2d17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005418 10.0.0.141 - - [2026-05-07 04:36:53] "POST /ref-update HTTP/1.1" 200 156 0.019108 10.0.0.27 - - [2026-05-07 04:36:59] "GET /obj-perms HTTP/1.1" 200 5075 0.083174 10.0.0.141 - - [2026-05-07 04:37:04] "GET /bgp-as-a-service/beac5293-75d6-4b8c-ae4a-52791f393b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.008179 10.0.0.141 - - [2026-05-07 04:37:04] "GET /virtual-machine-interface/037e0c40-0113-4f52-980b-83b61f44ef0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006984 10.0.0.141 - - [2026-05-07 04:37:04] "POST /ref-update HTTP/1.1" 200 156 0.018613 10.0.0.249 - - [2026-05-07 04:37:05] "POST /bgp-routers HTTP/1.1" 200 640 0.064575 10.0.0.249 - - [2026-05-07 04:37:05] "PUT /bgp-router/06d02795-1e97-44bb-9142-46d1784995c8 HTTP/1.1" 200 254 0.043745 10.0.0.141 - - [2026-05-07 04:37:06] "POST /neutron/port HTTP/1.1" 200 1216 0.026620 10.0.0.141 - - [2026-05-07 04:37:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005550 10.0.0.141 - - [2026-05-07 04:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.001778 10.0.0.141 - - [2026-05-07 04:37:25] "GET /control-node-zone/02e1764e-65c4-4d1f-95dd-bf3901bbec7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006886 10.0.0.141 - - [2026-05-07 04:37:25] "POST /ref-update HTTP/1.1" 200 156 0.030947 10.0.0.141 - - [2026-05-07 04:37:25] "GET /control-node-zone/02eb5b2a-e01f-4a44-9d3a-fac138f2d17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005378 10.0.0.141 - - [2026-05-07 04:37:25] "POST /ref-update HTTP/1.1" 200 156 0.027177 10.0.0.141 - - [2026-05-07 04:37:25] "GET /control-node-zone/833a8211-2546-4c8d-a32b-2103a1bc88f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004762 10.0.0.141 - - [2026-05-07 04:37:25] "POST /ref-update HTTP/1.1" 200 156 0.026981 10.0.0.141 - - [2026-05-07 04:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.141 - - [2026-05-07 04:37:25] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.007039 10.0.0.141 - - [2026-05-07 04:37:25] "GET /control-node-zone/02e1764e-65c4-4d1f-95dd-bf3901bbec7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005261 10.0.0.141 - - [2026-05-07 04:37:25] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.042015 10.0.0.141 - - [2026-05-07 04:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.141 - - [2026-05-07 04:37:25] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006490 10.0.0.141 - - [2026-05-07 04:37:25] "GET /control-node-zone/02eb5b2a-e01f-4a44-9d3a-fac138f2d17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004945 10.0.0.141 - - [2026-05-07 04:37:25] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.027081 10.0.0.141 - - [2026-05-07 04:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.141 - - [2026-05-07 04:37:25] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005824 10.0.0.141 - - [2026-05-07 04:37:25] "GET /control-node-zone/833a8211-2546-4c8d-a32b-2103a1bc88f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004897 10.0.0.141 - - [2026-05-07 04:37:25] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.031228 10.0.0.141 - - [2026-05-07 04:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.141 - - [2026-05-07 04:37:38] "GET /bgp-as-a-service/a553acf2-8464-4c3c-a020-c9aa2b676fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.009051 10.0.0.141 - - [2026-05-07 04:37:38] "GET /control-node-zone/02e1764e-65c4-4d1f-95dd-bf3901bbec7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004405 10.0.0.141 - - [2026-05-07 04:37:38] "POST /ref-update HTTP/1.1" 200 156 0.023024 10.0.0.141 - - [2026-05-07 04:37:38] "GET /control-node-zone/02e1764e-65c4-4d1f-95dd-bf3901bbec7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004475 10.0.0.141 - - [2026-05-07 04:37:38] "POST /ref-update HTTP/1.1" 200 156 0.029902 10.0.0.141 - - [2026-05-07 04:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.141 - - [2026-05-07 04:37:38] "GET /global-system-config/fe8c5d36-0bfd-4431-a544-6174b3f08807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007529 10.0.0.141 - - [2026-05-07 04:37:38] "POST /neutron/subnet HTTP/1.1" 200 719 0.013365 10.0.0.141 - - [2026-05-07 04:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.141 - - [2026-05-07 04:37:38] "GET /bgp-as-a-service/a553acf2-8464-4c3c-a020-c9aa2b676fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.008435 10.0.0.141 - - [2026-05-07 04:37:38] "GET /control-node-zone/833a8211-2546-4c8d-a32b-2103a1bc88f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004837 10.0.0.141 - - [2026-05-07 04:37:38] "POST /ref-update HTTP/1.1" 200 156 0.023165 10.0.0.141 - - [2026-05-07 04:37:41] "GET /bgp-as-a-service/a553acf2-8464-4c3c-a020-c9aa2b676fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.008463 10.0.0.141 - - [2026-05-07 04:37:41] "GET /virtual-machine-interface/6ceb3a19-9be8-4e54-85e3-97d31fa303f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.009926 10.0.0.141 - - [2026-05-07 04:37:51] "POST /neutron/port HTTP/1.1" 200 1124 0.028650 10.0.0.141 - - [2026-05-07 04:37:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005636 10.0.0.141 - - [2026-05-07 04:37:51] "POST /neutron/network HTTP/1.1" 200 832 0.008585 10.0.0.141 - - [2026-05-07 04:37:54] "GET /bgp-as-a-service/a553acf2-8464-4c3c-a020-c9aa2b676fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.048305 10.0.0.141 - - [2026-05-07 04:37:54] "GET /virtual-machine-interface/6ceb3a19-9be8-4e54-85e3-97d31fa303f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.008075 10.0.0.141 - - [2026-05-07 04:37:55] "POST /ref-update HTTP/1.1" 200 156 0.020400 10.0.0.141 - - [2026-05-07 04:37:55] "GET /bgp-as-a-service/beac5293-75d6-4b8c-ae4a-52791f393b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2448 0.013523 10.0.0.141 - - [2026-05-07 04:37:55] "GET /virtual-machine-interface/037e0c40-0113-4f52-980b-83b61f44ef0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.015851 10.0.0.141 - - [2026-05-07 04:37:55] "POST /ref-update HTTP/1.1" 200 156 0.039355 10.0.0.249 - - [2026-05-07 04:37:55] "DELETE /bgp-router/58cf797f-151f-4f09-a31d-5a7d4447dd71 HTTP/1.1" 200 115 0.096075 10.0.0.141 - - [2026-05-07 04:37:55] "DELETE /bgp-as-a-service/beac5293-75d6-4b8c-ae4a-52791f393b32 HTTP/1.1" 200 115 0.123646 10.0.0.141 - - [2026-05-07 04:37:55] "GET /bgp-as-a-service/a553acf2-8464-4c3c-a020-c9aa2b676fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.021076 10.0.0.141 - - [2026-05-07 04:37:55] "GET /virtual-machine-interface/6ceb3a19-9be8-4e54-85e3-97d31fa303f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.016579 10.0.0.249 - - [2026-05-07 04:37:55] "DELETE /bgp-router/06d02795-1e97-44bb-9142-46d1784995c8 HTTP/1.1" 200 115 0.117425 10.0.0.141 - - [2026-05-07 04:37:55] "DELETE /bgp-as-a-service/a553acf2-8464-4c3c-a020-c9aa2b676fb3 HTTP/1.1" 200 115 0.128287 10.0.0.141 - - [2026-05-07 04:37:55] "GET /control-node-zone/833a8211-2546-4c8d-a32b-2103a1bc88f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006546 10.0.0.141 - - [2026-05-07 04:37:55] "POST /ref-update HTTP/1.1" 200 156 0.030137 10.0.0.141 - - [2026-05-07 04:37:55] "DELETE /control-node-zone/833a8211-2546-4c8d-a32b-2103a1bc88f6 HTTP/1.1" 200 115 0.056185 10.0.0.141 - - [2026-05-07 04:37:55] "GET /control-node-zone/02eb5b2a-e01f-4a44-9d3a-fac138f2d17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.010134 10.0.0.141 - - [2026-05-07 04:37:55] "POST /ref-update HTTP/1.1" 200 156 0.033616 10.0.0.141 - - [2026-05-07 04:37:55] "DELETE /control-node-zone/02eb5b2a-e01f-4a44-9d3a-fac138f2d17b HTTP/1.1" 200 115 0.035127 10.0.0.141 - - [2026-05-07 04:37:55] "GET /control-node-zone/02e1764e-65c4-4d1f-95dd-bf3901bbec7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.007092 10.0.0.141 - - [2026-05-07 04:37:55] "DELETE /control-node-zone/02e1764e-65c4-4d1f-95dd-bf3901bbec7f HTTP/1.1" 200 115 0.037540 10.0.0.141 - - [2026-05-07 04:37:56] "POST /neutron/port HTTP/1.1" 200 1124 0.082634 10.0.0.141 - - [2026-05-07 04:37:57] "POST /neutron/port HTTP/1.1" 200 151 0.290272 10.0.0.141 - - [2026-05-07 04:37:57] "POST /neutron/port HTTP/1.1" 200 151 0.330948 10.0.0.141 - - [2026-05-07 04:37:58] "POST /neutron/network HTTP/1.1" 200 832 0.008719 10.0.0.249 - - [2026-05-07 04:38:00] "GET /obj-perms HTTP/1.1" 200 5075 0.076600 10.0.0.141 - - [2026-05-07 04:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006989 10.0.0.27 - - [2026-05-07 04:38:01] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.076742 10.0.0.141 - - [2026-05-07 04:38:01] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.164141 10.0.0.27 - - [2026-05-07 04:38:01] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001254 10.0.0.141 - - [2026-05-07 04:38:02] "POST /neutron/network HTTP/1.1" 200 614 0.238495 10.0.0.249 - - [2026-05-07 04:38:02] "POST /route-targets HTTP/1.1" 200 327 0.022616 10.0.0.141 - - [2026-05-07 04:38:02] "POST /id-to-fqname HTTP/1.1" 200 225 0.005192 10.0.0.141 - - [2026-05-07 04:38:02] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009187 10.0.0.141 - - [2026-05-07 04:38:02] "POST /neutron/network HTTP/1.1" 200 831 0.009271 10.0.0.141 - - [2026-05-07 04:38:02] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007460 10.0.0.141 - - [2026-05-07 04:38:02] "POST /id-to-fqname HTTP/1.1" 200 225 0.001660 10.0.0.141 - - [2026-05-07 04:38:02] "POST /neutron/port HTTP/1.1" 200 4182 0.041783 10.0.0.27 - - [2026-05-07 04:38:03] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001368 10.0.0.141 - - [2026-05-07 04:38:03] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.088818 10.0.0.141 - - [2026-05-07 04:38:03] "POST /neutron/port HTTP/1.1" 200 4182 0.077780 10.0.0.141 - - [2026-05-07 04:38:04] "POST /id-to-fqname HTTP/1.1" 200 225 0.001903 10.0.0.141 - - [2026-05-07 04:38:04] "POST /neutron/network HTTP/1.1" 200 841 0.008846 10.0.0.141 - - [2026-05-07 04:38:05] "POST /neutron/port HTTP/1.1" 200 1059 0.028607 10.0.0.27 - - [2026-05-07 04:38:05] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001251 10.0.0.141 - - [2026-05-07 04:38:05] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.138308 10.0.0.141 - - [2026-05-07 04:38:05] "POST /neutron/port HTTP/1.1" 200 1123 0.051085 10.0.0.141 - - [2026-05-07 04:38:05] "POST /neutron/subnet HTTP/1.1" 200 689 0.015642 10.0.0.141 - - [2026-05-07 04:38:05] "POST /neutron/port HTTP/1.1" 200 5152 0.078600 10.0.0.141 - - [2026-05-07 04:38:05] "POST /id-to-fqname HTTP/1.1" 200 225 0.001575 10.0.0.141 - - [2026-05-07 04:38:06] "POST /neutron/port HTTP/1.1" 200 1105 0.031462 10.0.0.141 - - [2026-05-07 04:38:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010099 10.0.0.141 - - [2026-05-07 04:38:06] "POST /neutron/subnet HTTP/1.1" 200 689 0.012946 10.0.0.141 - - [2026-05-07 04:38:06] "POST /neutron/network HTTP/1.1" 200 841 0.008806 10.0.0.141 - - [2026-05-07 04:38:06] "POST /neutron/port HTTP/1.1" 200 1059 0.036432 10.0.0.141 - - [2026-05-07 04:38:07] "POST /neutron/port HTTP/1.1" 200 1123 0.029430 10.0.0.27 - - [2026-05-07 04:38:07] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001276 10.0.0.141 - - [2026-05-07 04:38:07] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.095358 10.0.0.141 - - [2026-05-07 04:38:07] "POST /neutron/port HTTP/1.1" 200 117 0.001375 10.0.0.141 - - [2026-05-07 04:38:07] "POST /neutron/port HTTP/1.1" 200 6122 0.066722 10.0.0.141 - - [2026-05-07 04:38:07] "POST /neutron/port HTTP/1.1" 200 1123 0.025411 10.0.0.141 - - [2026-05-07 04:38:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013959 10.0.0.141 - - [2026-05-07 04:38:08] "GET /virtual-machine/9a33fafb-262c-40c0-8e7d-8accadfe2bdd HTTP/1.1" 200 1294 0.012485 10.0.0.141 - - [2026-05-07 04:38:08] "GET /virtual-machine-interface/6409db35-dbaa-4dac-9f9a-097746d27b41 HTTP/1.1" 200 2958 0.010281 10.0.0.141 - - [2026-05-07 04:38:08] "POST /neutron/network HTTP/1.1" 200 841 0.017859 10.0.0.141 - - [2026-05-07 04:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.013107 10.0.0.141 - - [2026-05-07 04:38:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004862 10.0.0.141 - - [2026-05-07 04:38:08] "GET /virtual-networks?parent_id=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005352 10.0.0.141 - - [2026-05-07 04:38:08] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010484 10.0.0.141 - - [2026-05-07 04:38:08] "POST /neutron/port HTTP/1.1" 200 1059 0.028998 10.0.0.141 - - [2026-05-07 04:38:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005650 10.0.0.141 - - [2026-05-07 04:38:09] "POST /neutron/network HTTP/1.1" 200 831 0.008739 10.0.0.141 - - [2026-05-07 04:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.141 - - [2026-05-07 04:38:11] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007643 10.0.0.141 - - [2026-05-07 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.141 - - [2026-05-07 04:38:15] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.012153 10.0.0.141 - - [2026-05-07 04:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.141 - - [2026-05-07 04:38:19] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006494 10.0.0.141 - - [2026-05-07 04:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006346 10.0.0.141 - - [2026-05-07 04:38:23] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009589 10.0.0.141 - - [2026-05-07 04:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.141 - - [2026-05-07 04:38:27] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007297 10.0.0.141 - - [2026-05-07 04:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006366 10.0.0.141 - - [2026-05-07 04:38:31] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008515 10.0.0.141 - - [2026-05-07 04:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.141 - - [2026-05-07 04:38:35] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006444 10.0.0.141 - - [2026-05-07 04:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.141 - - [2026-05-07 04:38:40] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008917 10.0.0.141 - - [2026-05-07 04:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006828 10.0.0.141 - - [2026-05-07 04:38:44] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008242 10.0.0.141 - - [2026-05-07 04:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.141 - - [2026-05-07 04:38:48] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007015 10.0.0.141 - - [2026-05-07 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.141 - - [2026-05-07 04:38:52] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007370 10.0.0.141 - - [2026-05-07 04:38:53] "POST /neutron/network HTTP/1.1" 200 1121 0.009188 10.0.0.141 - - [2026-05-07 04:38:53] "POST /neutron/subnet HTTP/1.1" 200 1375 0.021055 10.0.0.141 - - [2026-05-07 04:38:53] "POST /neutron/network HTTP/1.1" 200 1111 0.014676 10.0.0.141 - - [2026-05-07 04:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.141 - - [2026-05-07 04:38:56] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007597 10.0.0.141 - - [2026-05-07 04:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.141 - - [2026-05-07 04:39:00] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006811 10.0.0.141 - - [2026-05-07 04:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.141 - - [2026-05-07 04:39:04] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007406 10.0.0.141 - - [2026-05-07 04:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.141 - - [2026-05-07 04:39:08] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009189 10.0.0.141 - - [2026-05-07 04:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006201 10.0.0.141 - - [2026-05-07 04:39:12] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007453 10.0.0.141 - - [2026-05-07 04:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.141 - - [2026-05-07 04:39:16] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010532 10.0.0.141 - - [2026-05-07 04:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.141 - - [2026-05-07 04:39:20] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006858 10.0.0.249 - - [2026-05-07 04:39:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000650 10.0.0.249 - - [2026-05-07 04:39:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.141 - - [2026-05-07 04:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009436 10.0.0.141 - - [2026-05-07 04:39:25] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006867 10.0.0.27 - - [2026-05-07 04:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.27 - - [2026-05-07 04:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.249 - - [2026-05-07 04:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.002580 10.0.0.249 - - [2026-05-07 04:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.141 - - [2026-05-07 04:39:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.141 - - [2026-05-07 04:39:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000626 10.0.0.27 - - [2026-05-07 04:39:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.27 - - [2026-05-07 04:39:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.141 - - [2026-05-07 04:39:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.141 - - [2026-05-07 04:39:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.141 - - [2026-05-07 04:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005655 10.0.0.141 - - [2026-05-07 04:39:29] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009749 10.0.0.141 - - [2026-05-07 04:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.141 - - [2026-05-07 04:39:33] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006593 10.0.0.141 - - [2026-05-07 04:39:34] "POST /neutron/port HTTP/1.1" 200 1123 0.072413 10.0.0.141 - - [2026-05-07 04:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.141 - - [2026-05-07 04:39:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005748 10.0.0.141 - - [2026-05-07 04:39:35] "GET /virtual-networks?parent_id=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005234 10.0.0.141 - - [2026-05-07 04:39:35] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009581 10.0.0.141 - - [2026-05-07 04:39:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009148 10.0.0.141 - - [2026-05-07 04:39:46] "POST /neutron/port HTTP/1.1" 200 1123 0.026356 10.0.0.141 - - [2026-05-07 04:39:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009504 10.0.0.141 - - [2026-05-07 04:39:54] "POST /neutron/port HTTP/1.1" 200 1105 0.028326 10.0.0.141 - - [2026-05-07 04:39:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005907 10.0.0.141 - - [2026-05-07 04:39:54] "POST /neutron/network HTTP/1.1" 200 925 0.008763 10.0.0.141 - - [2026-05-07 04:40:01] "POST /neutron/port HTTP/1.1" 200 1123 0.027035 10.0.0.141 - - [2026-05-07 04:40:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009926 10.0.0.141 - - [2026-05-07 04:40:07] "POST /neutron/network HTTP/1.1" 200 1121 0.008978 10.0.0.141 - - [2026-05-07 04:40:07] "POST /neutron/subnet HTTP/1.1" 200 1375 0.020951 10.0.0.141 - - [2026-05-07 04:40:07] "POST /neutron/network HTTP/1.1" 200 1111 0.018605 10.0.0.141 - - [2026-05-07 04:40:17] "POST /neutron/port HTTP/1.1" 200 1123 0.023575 10.0.0.141 - - [2026-05-07 04:40:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009534 10.0.0.141 - - [2026-05-07 04:40:32] "POST /neutron/port HTTP/1.1" 200 1123 0.023654 10.0.0.141 - - [2026-05-07 04:40:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012279 10.0.0.141 - - [2026-05-07 04:40:33] "GET /virtual-machine/ae782be6-c5bd-4642-89bd-b8b71f8427e6 HTTP/1.1" 200 1293 0.046045 10.0.0.141 - - [2026-05-07 04:40:33] "GET /virtual-machine-interface/2d54b350-5904-4952-9c46-510e8f6cf84a HTTP/1.1" 200 2958 0.007339 10.0.0.141 - - [2026-05-07 04:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.141 - - [2026-05-07 04:40:33] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006488 10.0.0.141 - - [2026-05-07 04:40:33] "GET /virtual-networks?parent_id=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004241 10.0.0.141 - - [2026-05-07 04:40:33] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006962 10.0.0.141 - - [2026-05-07 04:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005944 10.0.0.141 - - [2026-05-07 04:40:34] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.012190 10.0.0.141 - - [2026-05-07 04:40:34] "GET /virtual-networks?parent_id=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004573 10.0.0.141 - - [2026-05-07 04:40:34] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007122 10.0.0.141 - - [2026-05-07 04:40:34] "POST /neutron/port HTTP/1.1" 200 1123 0.024265 10.0.0.141 - - [2026-05-07 04:40:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009748 10.0.0.141 - - [2026-05-07 04:40:35] "GET /virtual-machine/112304e2-8098-4ef3-85c1-0afe7a20bdbd HTTP/1.1" 200 1292 0.006855 10.0.0.141 - - [2026-05-07 04:40:35] "GET /virtual-machine-interface/3317b37f-a6d1-4b65-bd59-bf6cb9d3c0f2 HTTP/1.1" 200 2958 0.007143 10.0.0.141 - - [2026-05-07 04:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010632 10.0.0.141 - - [2026-05-07 04:40:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005331 10.0.0.141 - - [2026-05-07 04:40:35] "GET /virtual-networks?parent_id=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004143 10.0.0.141 - - [2026-05-07 04:40:35] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006830 10.0.0.141 - - [2026-05-07 04:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.141 - - [2026-05-07 04:40:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005165 10.0.0.141 - - [2026-05-07 04:40:36] "GET /virtual-networks?parent_id=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004190 10.0.0.141 - - [2026-05-07 04:40:36] "GET /virtual-network/91fcf5c5-deab-4e69-9c24-6e5902aa1fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006279 10.0.0.141 - - [2026-05-07 04:40:36] "POST /neutron/port HTTP/1.1" 200 1123 0.027231 10.0.0.141 - - [2026-05-07 04:40:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.004297 10.0.0.141 - - [2026-05-07 04:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.141 - - [2026-05-07 04:40:41] "GET /global-system-config/fe8c5d36-0bfd-4431-a544-6174b3f08807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009418 10.0.0.141 - - [2026-05-07 04:40:41] "POST /control-node-zones HTTP/1.1" 200 569 0.038430 10.0.0.141 - - [2026-05-07 04:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005440 10.0.0.141 - - [2026-05-07 04:40:41] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.008198 10.0.0.141 - - [2026-05-07 04:40:41] "GET /control-node-zone/fba85b6a-8a50-47b1-8a76-f0068ae898f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.008050 10.0.0.141 - - [2026-05-07 04:40:42] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.027866 10.0.0.141 - - [2026-05-07 04:40:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.004730 10.0.0.141 - - [2026-05-07 04:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.141 - - [2026-05-07 04:40:42] "GET /global-system-config/fe8c5d36-0bfd-4431-a544-6174b3f08807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009112 10.0.0.141 - - [2026-05-07 04:40:42] "POST /control-node-zones HTTP/1.1" 200 569 0.039368 10.0.0.141 - - [2026-05-07 04:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.141 - - [2026-05-07 04:40:42] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006434 10.0.0.141 - - [2026-05-07 04:40:42] "GET /control-node-zone/d691e8fa-bf0f-490a-9cc4-ef9380af1c95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.009718 10.0.0.141 - - [2026-05-07 04:40:42] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.036147 10.0.0.141 - - [2026-05-07 04:40:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.004826 10.0.0.141 - - [2026-05-07 04:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.141 - - [2026-05-07 04:40:42] "GET /global-system-config/fe8c5d36-0bfd-4431-a544-6174b3f08807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009193 10.0.0.141 - - [2026-05-07 04:40:42] "POST /control-node-zones HTTP/1.1" 200 569 0.037565 10.0.0.141 - - [2026-05-07 04:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.141 - - [2026-05-07 04:40:42] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.007590 10.0.0.141 - - [2026-05-07 04:40:42] "GET /control-node-zone/c9c05c07-506e-42d1-b265-918f50906ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.009233 10.0.0.141 - - [2026-05-07 04:40:42] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.033522 10.0.0.141 - - [2026-05-07 04:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.141 - - [2026-05-07 04:40:42] "GET /global-system-config/fe8c5d36-0bfd-4431-a544-6174b3f08807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007447 10.0.0.141 - - [2026-05-07 04:40:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.005133 10.0.0.141 - - [2026-05-07 04:40:43] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.045911 10.0.0.141 - - [2026-05-07 04:40:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.011912 10.0.0.141 - - [2026-05-07 04:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005402 10.0.0.141 - - [2026-05-07 04:40:43] "GET /bgp-as-a-service/2b6167bf-cb83-4f82-9cc5-51b6ba0a3d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.010058 10.0.0.141 - - [2026-05-07 04:40:43] "GET /control-node-zone/fba85b6a-8a50-47b1-8a76-f0068ae898f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005717 10.0.0.141 - - [2026-05-07 04:40:43] "POST /ref-update HTTP/1.1" 200 156 0.020536 10.0.0.141 - - [2026-05-07 04:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.141 - - [2026-05-07 04:40:43] "GET /bgp-as-a-service/2b6167bf-cb83-4f82-9cc5-51b6ba0a3d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.008348 10.0.0.141 - - [2026-05-07 04:40:43] "GET /control-node-zone/d691e8fa-bf0f-490a-9cc4-ef9380af1c95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.015895 10.0.0.141 - - [2026-05-07 04:40:43] "POST /ref-update HTTP/1.1" 200 156 0.022234 10.0.0.141 - - [2026-05-07 04:40:54] "POST /neutron/port HTTP/1.1" 200 1123 0.026189 10.0.0.141 - - [2026-05-07 04:40:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006834 10.0.0.141 - - [2026-05-07 04:40:54] "POST /neutron/network HTTP/1.1" 200 831 0.014794 10.0.0.141 - - [2026-05-07 04:41:02] "GET /obj-perms HTTP/1.1" 200 5075 0.068950 10.0.0.141 - - [2026-05-07 04:41:03] "GET /bgp-as-a-service/2b6167bf-cb83-4f82-9cc5-51b6ba0a3d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008606 10.0.0.141 - - [2026-05-07 04:41:03] "GET /virtual-machine-interface/6409db35-dbaa-4dac-9f9a-097746d27b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006799 10.0.0.141 - - [2026-05-07 04:41:03] "POST /ref-update HTTP/1.1" 200 156 0.017403 10.0.0.249 - - [2026-05-07 04:41:03] "POST /bgp-routers HTTP/1.1" 200 640 0.107334 10.0.0.249 - - [2026-05-07 04:41:03] "PUT /bgp-router/3517f6b0-0609-435b-8e4c-627581281551 HTTP/1.1" 200 254 0.045345 10.0.0.141 - - [2026-05-07 04:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.141 - - [2026-05-07 04:41:04] "GET /global-system-config/fe8c5d36-0bfd-4431-a544-6174b3f08807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.010395 10.0.0.141 - - [2026-05-07 04:41:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.005671 10.0.0.141 - - [2026-05-07 04:41:04] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.044265 10.0.0.141 - - [2026-05-07 04:41:04] "POST /neutron/network HTTP/1.1" 200 831 0.010268 10.0.0.141 - - [2026-05-07 04:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.141 - - [2026-05-07 04:41:04] "GET /bgp-as-a-service/a95b2208-2ab6-4732-9c1f-d077e65bf561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.009759 10.0.0.141 - - [2026-05-07 04:41:04] "GET /control-node-zone/fba85b6a-8a50-47b1-8a76-f0068ae898f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005901 10.0.0.141 - - [2026-05-07 04:41:04] "POST /ref-update HTTP/1.1" 200 156 0.020909 10.0.0.141 - - [2026-05-07 04:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.141 - - [2026-05-07 04:41:04] "GET /bgp-as-a-service/a95b2208-2ab6-4732-9c1f-d077e65bf561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.010159 10.0.0.141 - - [2026-05-07 04:41:04] "GET /control-node-zone/d691e8fa-bf0f-490a-9cc4-ef9380af1c95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004983 10.0.0.141 - - [2026-05-07 04:41:04] "POST /ref-update HTTP/1.1" 200 156 0.021049 10.0.0.141 - - [2026-05-07 04:41:08] "POST /neutron/port HTTP/1.1" 200 1105 0.064446 10.0.0.141 - - [2026-05-07 04:41:08] "POST /neutron/subnet HTTP/1.1" 200 689 0.013887 10.0.0.141 - - [2026-05-07 04:41:13] "GET /bgp-as-a-service/a95b2208-2ab6-4732-9c1f-d077e65bf561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008111 10.0.0.141 - - [2026-05-07 04:41:13] "GET /virtual-machine-interface/2d54b350-5904-4952-9c46-510e8f6cf84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.007258 10.0.0.141 - - [2026-05-07 04:41:13] "POST /ref-update HTTP/1.1" 200 156 0.017922 10.0.0.249 - - [2026-05-07 04:41:14] "POST /ref-update HTTP/1.1" 200 156 0.033025 10.0.0.141 - - [2026-05-07 04:41:37] "GET /bgp-as-a-service/a95b2208-2ab6-4732-9c1f-d077e65bf561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.008235 10.0.0.141 - - [2026-05-07 04:41:37] "GET /virtual-machine-interface/2d54b350-5904-4952-9c46-510e8f6cf84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.010051 10.0.0.141 - - [2026-05-07 04:41:37] "POST /ref-update HTTP/1.1" 200 156 0.018877 10.0.0.249 - - [2026-05-07 04:41:37] "POST /ref-update HTTP/1.1" 200 156 0.027552 10.0.0.141 - - [2026-05-07 04:41:37] "DELETE /bgp-as-a-service/a95b2208-2ab6-4732-9c1f-d077e65bf561 HTTP/1.1" 200 115 0.083905 10.0.0.141 - - [2026-05-07 04:41:37] "GET /bgp-as-a-service/2b6167bf-cb83-4f82-9cc5-51b6ba0a3d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.009633 10.0.0.141 - - [2026-05-07 04:41:37] "GET /virtual-machine-interface/6409db35-dbaa-4dac-9f9a-097746d27b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.010717 10.0.0.141 - - [2026-05-07 04:41:37] "POST /ref-update HTTP/1.1" 200 156 0.023782 10.0.0.249 - - [2026-05-07 04:41:37] "POST /ref-update HTTP/1.1" 200 156 0.050025 10.0.0.141 - - [2026-05-07 04:41:37] "DELETE /bgp-as-a-service/2b6167bf-cb83-4f82-9cc5-51b6ba0a3d5f HTTP/1.1" 200 115 0.116164 10.0.0.141 - - [2026-05-07 04:41:37] "GET /control-node-zone/c9c05c07-506e-42d1-b265-918f50906ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.012649 10.0.0.141 - - [2026-05-07 04:41:37] "POST /ref-update HTTP/1.1" 200 156 0.060421 10.0.0.141 - - [2026-05-07 04:41:38] "DELETE /control-node-zone/c9c05c07-506e-42d1-b265-918f50906ec1 HTTP/1.1" 200 115 0.056634 10.0.0.141 - - [2026-05-07 04:41:38] "GET /control-node-zone/d691e8fa-bf0f-490a-9cc4-ef9380af1c95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006614 10.0.0.141 - - [2026-05-07 04:41:38] "POST /ref-update HTTP/1.1" 200 156 0.030946 10.0.0.141 - - [2026-05-07 04:41:38] "DELETE /control-node-zone/d691e8fa-bf0f-490a-9cc4-ef9380af1c95 HTTP/1.1" 200 115 0.040880 10.0.0.141 - - [2026-05-07 04:41:38] "GET /control-node-zone/fba85b6a-8a50-47b1-8a76-f0068ae898f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005149 10.0.0.141 - - [2026-05-07 04:41:38] "POST /ref-update HTTP/1.1" 200 156 0.024849 10.0.0.141 - - [2026-05-07 04:41:38] "DELETE /control-node-zone/fba85b6a-8a50-47b1-8a76-f0068ae898f7 HTTP/1.1" 200 115 0.044477 10.0.0.141 - - [2026-05-07 04:41:38] "POST /neutron/network HTTP/1.1" 200 831 0.008200 10.0.0.141 - - [2026-05-07 04:41:39] "POST /neutron/port HTTP/1.1" 200 1123 0.044495 10.0.0.141 - - [2026-05-07 04:41:39] "POST /neutron/port HTTP/1.1" 200 1113 0.040667 10.0.0.141 - - [2026-05-07 04:41:39] "POST /neutron/port HTTP/1.1" 200 151 0.305002 10.0.0.27 - - [2026-05-07 04:41:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006320 10.0.0.27 - - [2026-05-07 04:41:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003222 10.0.0.141 - - [2026-05-07 04:41:41] "POST /neutron/network HTTP/1.1" 200 151 0.240946 10.0.0.249 - - [2026-05-07 04:41:41] "DELETE /route-target/c776095a-f29f-4e72-83d4-c2ebc5ac231c HTTP/1.1" 200 115 0.036193 10.0.0.27 - - [2026-05-07 04:41:42] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001371 10.0.0.141 - - [2026-05-07 04:41:42] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.095273 10.0.0.27 - - [2026-05-07 04:41:42] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001178 10.0.0.141 - - [2026-05-07 04:41:42] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?fields=virtual_networks HTTP/1.1" 200 1034 0.063487 10.0.0.27 - - [2026-05-07 04:41:42] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001787 10.0.0.141 - - [2026-05-07 04:41:42] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.076459 10.0.0.27 - - [2026-05-07 04:41:42] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001707 10.0.0.141 - - [2026-05-07 04:41:43] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?fields=security_groups HTTP/1.1" 200 1261 0.056896 10.0.0.141 - - [2026-05-07 04:41:44] "POST /fqname-to-id HTTP/1.1" 404 181 0.051722 10.0.0.27 - - [2026-05-07 04:41:44] "GET /projects?obj_uuids=30496c07-9931-4bdf-b509-a2a70d53ee4d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006037 10.0.0.27 - - [2026-05-07 04:41:44] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001562 10.0.0.27 - - [2026-05-07 04:41:44] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.060738 10.0.0.27 - - [2026-05-07 04:41:44] "POST /id-to-fqname HTTP/1.1" 200 183 0.005689 10.0.0.27 - - [2026-05-07 04:41:44] "POST /fqname-to-id HTTP/1.1" 404 192 0.007502 10.0.0.27 - - [2026-05-07 04:41:44] "POST /security-groups HTTP/1.1" 200 584 0.053385 10.0.0.27 - - [2026-05-07 04:41:44] "POST /projects HTTP/1.1" 200 571 0.309931 10.0.0.27 - - [2026-05-07 04:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.361659 10.0.0.249 - - [2026-05-07 04:41:44] "POST /fqname-to-id HTTP/1.1" 404 226 0.021060 10.0.0.141 - - [2026-05-07 04:41:44] "GET /project/30496c07-9931-4bdf-b509-a2a70d53ee4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.629554 10.0.0.141 - - [2026-05-07 04:41:46] "GET / HTTP/1.1" 200 35931 0.001902 10.0.0.27 - - [2026-05-07 04:41:49] "GET /projects?obj_uuids=30496c07-9931-4bdf-b509-a2a70d53ee4d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001445 10.0.0.141 - - [2026-05-07 04:41:49] "GET /project/30496c07-9931-4bdf-b509-a2a70d53ee4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.072597 10.0.0.27 - - [2026-05-07 04:41:49] "GET /projects?obj_uuids=30496c07-9931-4bdf-b509-a2a70d53ee4d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001169 10.0.0.141 - - [2026-05-07 04:41:49] "GET /project/30496c07-9931-4bdf-b509-a2a70d53ee4d?fields=virtual_networks HTTP/1.1" 200 1018 0.064221 10.0.0.27 - - [2026-05-07 04:41:49] "GET /projects?obj_uuids=30496c07-9931-4bdf-b509-a2a70d53ee4d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001228 10.0.0.141 - - [2026-05-07 04:41:49] "GET /project/30496c07-9931-4bdf-b509-a2a70d53ee4d?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.056204 10.0.0.27 - - [2026-05-07 04:41:49] "GET /projects?obj_uuids=30496c07-9931-4bdf-b509-a2a70d53ee4d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001420 10.0.0.141 - - [2026-05-07 04:41:49] "GET /project/30496c07-9931-4bdf-b509-a2a70d53ee4d?fields=security_groups HTTP/1.1" 200 1237 0.058539 10.0.0.141 - - [2026-05-07 04:41:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.041775 10.0.0.27 - - [2026-05-07 04:41:51] "GET /projects?obj_uuids=025df232-0765-4f95-a72f-684edf1daab6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004291 10.0.0.27 - - [2026-05-07 04:41:51] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.27 - - [2026-05-07 04:41:51] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008391 10.0.0.27 - - [2026-05-07 04:41:51] "POST /id-to-fqname HTTP/1.1" 200 191 0.006329 10.0.0.27 - - [2026-05-07 04:41:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.008453 10.0.0.27 - - [2026-05-07 04:41:51] "POST /security-groups HTTP/1.1" 200 592 0.089709 10.0.0.27 - - [2026-05-07 04:41:51] "POST /projects HTTP/1.1" 200 587 0.346111 10.0.0.27 - - [2026-05-07 04:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.392950 10.0.0.249 - - [2026-05-07 04:41:51] "POST /access-control-lists HTTP/1.1" 200 597 0.040676 10.0.0.141 - - [2026-05-07 04:41:51] "GET /project/025df232-0765-4f95-a72f-684edf1daab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.597753 10.0.0.141 - - [2026-05-07 04:41:53] "GET / HTTP/1.1" 200 35931 0.002422 10.0.0.141 - - [2026-05-07 04:41:55] "POST /neutron/network HTTP/1.1" 200 1121 0.043794 10.0.0.141 - - [2026-05-07 04:41:55] "POST /neutron/subnet HTTP/1.1" 200 1375 0.023108 10.0.0.141 - - [2026-05-07 04:41:55] "POST /neutron/network HTTP/1.1" 200 1111 0.021472 10.0.0.27 - - [2026-05-07 04:41:56] "GET /projects?obj_uuids=025df232-0765-4f95-a72f-684edf1daab6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002262 10.0.0.141 - - [2026-05-07 04:41:56] "GET /project/025df232-0765-4f95-a72f-684edf1daab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.105277 10.0.0.27 - - [2026-05-07 04:41:56] "GET /projects?obj_uuids=025df232-0765-4f95-a72f-684edf1daab6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001206 10.0.0.141 - - [2026-05-07 04:41:56] "GET /project/025df232-0765-4f95-a72f-684edf1daab6?fields=virtual_networks HTTP/1.1" 200 1033 0.079892 10.0.0.27 - - [2026-05-07 04:41:56] "GET /projects?obj_uuids=025df232-0765-4f95-a72f-684edf1daab6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001230 10.0.0.141 - - [2026-05-07 04:41:56] "GET /project/025df232-0765-4f95-a72f-684edf1daab6?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.069688 10.0.0.27 - - [2026-05-07 04:41:56] "GET /projects?obj_uuids=025df232-0765-4f95-a72f-684edf1daab6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001165 10.0.0.141 - - [2026-05-07 04:41:56] "GET /project/025df232-0765-4f95-a72f-684edf1daab6?fields=security_groups HTTP/1.1" 200 1260 0.054465 10.0.0.141 - - [2026-05-07 04:41:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.045712 10.0.0.27 - - [2026-05-07 04:41:58] "GET /projects?obj_uuids=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004192 10.0.0.27 - - [2026-05-07 04:41:58] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.27 - - [2026-05-07 04:41:58] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009372 10.0.0.27 - - [2026-05-07 04:41:58] "POST /id-to-fqname HTTP/1.1" 200 197 0.004828 10.0.0.27 - - [2026-05-07 04:41:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.010377 10.0.0.27 - - [2026-05-07 04:41:58] "POST /security-groups HTTP/1.1" 200 598 0.095483 10.0.0.249 - - [2026-05-07 04:41:58] "POST /fqname-to-id HTTP/1.1" 404 241 0.007668 10.0.0.27 - - [2026-05-07 04:41:58] "POST /projects HTTP/1.1" 200 599 0.353735 10.0.0.27 - - [2026-05-07 04:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.393847 10.0.0.141 - - [2026-05-07 04:41:58] "GET /project/85caf06b-b7ec-4080-84f0-2caabcf88a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.591155 10.0.0.249 - - [2026-05-07 04:41:58] "POST /access-control-lists HTTP/1.1" 200 601 0.075646 10.0.0.141 - - [2026-05-07 04:42:00] "GET / HTTP/1.1" 200 35931 0.002503 10.0.0.141 - - [2026-05-07 04:42:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000546 10.0.0.141 - - [2026-05-07 04:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.123534 10.0.0.141 - - [2026-05-07 04:42:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005550 10.0.0.141 - - [2026-05-07 04:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.141 - - [2026-05-07 04:42:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007985 10.0.0.141 - - [2026-05-07 04:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006874 10.0.0.141 - - [2026-05-07 04:42:02] "PUT /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346 HTTP/1.1" 200 276 0.019050 10.0.0.141 - - [2026-05-07 04:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.27 - - [2026-05-07 04:42:02] "GET /projects?obj_uuids=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001247 10.0.0.141 - - [2026-05-07 04:42:03] "GET /project/85caf06b-b7ec-4080-84f0-2caabcf88a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.074930 10.0.0.27 - - [2026-05-07 04:42:03] "GET /obj-perms HTTP/1.1" 200 5075 0.104463 10.0.0.27 - - [2026-05-07 04:42:04] "POST /useragent-kv HTTP/1.1" 200 115 0.008689 10.0.0.141 - - [2026-05-07 04:42:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.307122 10.0.0.141 - - [2026-05-07 04:42:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001588 10.0.0.141 - - [2026-05-07 04:42:04] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009494 10.0.0.141 - - [2026-05-07 04:42:04] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007439 10.0.0.141 - - [2026-05-07 04:42:04] "POST /neutron/network HTTP/1.1" 200 808 0.010000 10.0.0.141 - - [2026-05-07 04:42:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001729 10.0.0.141 - - [2026-05-07 04:42:04] "POST /neutron/network HTTP/1.1" 200 818 0.010583 10.0.0.27 - - [2026-05-07 04:42:05] "GET /projects?obj_uuids=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001369 10.0.0.141 - - [2026-05-07 04:42:05] "GET /project/85caf06b-b7ec-4080-84f0-2caabcf88a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.091684 10.0.0.141 - - [2026-05-07 04:42:05] "POST /neutron/port HTTP/1.1" 200 117 0.008452 10.0.0.141 - - [2026-05-07 04:42:05] "POST /id-to-fqname HTTP/1.1" 200 218 0.002047 10.0.0.141 - - [2026-05-07 04:42:06] "POST /neutron/network HTTP/1.1" 200 818 0.011800 10.0.0.141 - - [2026-05-07 04:42:07] "POST /neutron/port HTTP/1.1" 200 1062 0.026352 10.0.0.27 - - [2026-05-07 04:42:07] "GET /projects?obj_uuids=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001260 10.0.0.141 - - [2026-05-07 04:42:07] "GET /project/85caf06b-b7ec-4080-84f0-2caabcf88a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.189660 10.0.0.141 - - [2026-05-07 04:42:07] "POST /neutron/network HTTP/1.1" 200 808 0.054430 10.0.0.141 - - [2026-05-07 04:42:07] "POST /neutron/port HTTP/1.1" 200 117 0.001768 10.0.0.141 - - [2026-05-07 04:42:07] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011281 10.0.0.27 - - [2026-05-07 04:42:08] "GET /projects?obj_uuids=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001673 10.0.0.141 - - [2026-05-07 04:42:08] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006970 10.0.0.141 - - [2026-05-07 04:42:08] "POST /neutron/port HTTP/1.1" 200 1062 0.397209 10.0.0.141 - - [2026-05-07 04:42:09] "POST /neutron/port HTTP/1.1" 200 1116 0.138165 10.0.0.141 - - [2026-05-07 04:42:09] "POST /neutron/subnet HTTP/1.1" 200 675 0.015572 10.0.0.249 - - [2026-05-07 04:42:09] "GET /obj-perms HTTP/1.1" 200 5063 0.074748 10.0.0.141 - - [2026-05-07 04:42:10] "POST /neutron/port HTTP/1.1" 200 1126 0.029488 10.0.0.141 - - [2026-05-07 04:42:10] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009820 10.0.0.141 - - [2026-05-07 04:42:10] "POST /neutron/port HTTP/1.1" 200 1126 0.026174 10.0.0.141 - - [2026-05-07 04:42:10] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 401 293 0.000496 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 200 1299 0.071277 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 200 1299 0.006971 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-machine-interface/02295b4d-51b1-4ec8-a588-8ee8fa632545 HTTP/1.1" 200 2948 0.008789 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 200 1299 0.006459 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-machine-interface/02295b4d-51b1-4ec8-a588-8ee8fa632545 HTTP/1.1" 200 2948 0.007042 10.0.0.141 - - [2026-05-07 04:42:11] "GET /instance-ip/fb09dd3f-b9e9-4f07-8e31-c40908a9c4c3 HTTP/1.1" 200 1621 0.009794 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 200 1299 0.006614 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-machine-interface/02295b4d-51b1-4ec8-a588-8ee8fa632545 HTTP/1.1" 200 2948 0.009482 10.0.0.141 - - [2026-05-07 04:42:11] "GET /instance-ip/fb09dd3f-b9e9-4f07-8e31-c40908a9c4c3 HTTP/1.1" 200 1621 0.008408 10.0.0.141 - - [2026-05-07 04:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006788 10.0.0.141 - - [2026-05-07 04:42:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006951 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005446 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006907 10.0.0.141 - - [2026-05-07 04:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.141 - - [2026-05-07 04:42:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005538 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004853 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008535 10.0.0.141 - - [2026-05-07 04:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005419 10.0.0.141 - - [2026-05-07 04:42:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005306 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006096 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007770 10.0.0.141 - - [2026-05-07 04:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.141 - - [2026-05-07 04:42:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005386 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004930 10.0.0.141 - - [2026-05-07 04:42:11] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007079 10.0.0.141 - - [2026-05-07 04:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.141 - - [2026-05-07 04:42:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005412 10.0.0.141 - - [2026-05-07 04:42:12] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003863 10.0.0.141 - - [2026-05-07 04:42:12] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007643 10.0.0.141 - - [2026-05-07 04:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005433 10.0.0.141 - - [2026-05-07 04:42:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005588 10.0.0.141 - - [2026-05-07 04:42:12] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004385 10.0.0.141 - - [2026-05-07 04:42:12] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008729 10.0.0.141 - - [2026-05-07 04:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.141 - - [2026-05-07 04:42:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004801 10.0.0.141 - - [2026-05-07 04:42:12] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004742 10.0.0.141 - - [2026-05-07 04:42:12] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006933 10.0.0.141 - - [2026-05-07 04:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.141 - - [2026-05-07 04:42:15] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007055 10.0.0.141 - - [2026-05-07 04:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.141 - - [2026-05-07 04:42:19] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008881 10.0.0.141 - - [2026-05-07 04:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005230 10.0.0.141 - - [2026-05-07 04:42:23] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007694 10.0.0.141 - - [2026-05-07 04:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.141 - - [2026-05-07 04:42:27] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006655 10.0.0.141 - - [2026-05-07 04:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.141 - - [2026-05-07 04:42:31] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007710 10.0.0.141 - - [2026-05-07 04:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.141 - - [2026-05-07 04:42:35] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006615 10.0.0.27 - - [2026-05-07 04:42:38] "DELETE /project/85caf06bb7ec408084f02caabcf88a39 HTTP/1.1" 404 173 0.024726 10.0.0.27 - - [2026-05-07 04:42:38] "DELETE /project/025df23207654f95a72f684edf1daab6 HTTP/1.1" 404 173 0.029447 10.0.0.27 - - [2026-05-07 04:42:38] "DELETE /project/30496c0799314bdfb509a2a70d53ee4d HTTP/1.1" 404 173 0.022480 10.0.0.27 - - [2026-05-07 04:42:38] "GET /projects?obj_uuids=025df232-0765-4f95-a72f-684edf1daab6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001238 10.0.0.27 - - [2026-05-07 04:42:38] "GET /projects?obj_uuids=30496c07-9931-4bdf-b509-a2a70d53ee4d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001444 10.0.0.27 - - [2026-05-07 04:42:38] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002397 10.0.0.27 - - [2026-05-07 04:42:38] "GET /project/025df232-0765-4f95-a72f-684edf1daab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.086194 10.0.0.27 - - [2026-05-07 04:42:38] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.110258 10.0.0.27 - - [2026-05-07 04:42:38] "GET /project/30496c07-9931-4bdf-b509-a2a70d53ee4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.131784 10.0.0.27 - - [2026-05-07 04:42:38] "GET /projects?obj_uuids=025df232-0765-4f95-a72f-684edf1daab6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001468 10.0.0.27 - - [2026-05-07 04:42:38] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001092 10.0.0.27 - - [2026-05-07 04:42:38] "GET /projects?obj_uuids=30496c07-9931-4bdf-b509-a2a70d53ee4d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001485 10.0.0.249 - - [2026-05-07 04:42:38] "DELETE /access-control-list/f9544fd6-9747-417c-91b1-372d5ef8a5c7 HTTP/1.1" 200 115 0.130019 10.0.0.27 - - [2026-05-07 04:42:38] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?fields=security_groups HTTP/1.1" 200 1104 0.106359 10.0.0.27 - - [2026-05-07 04:42:38] "GET /project/025df232-0765-4f95-a72f-684edf1daab6?fields=security_groups HTTP/1.1" 200 1365 0.138878 10.0.0.27 - - [2026-05-07 04:42:38] "GET /project/30496c07-9931-4bdf-b509-a2a70d53ee4d?fields=security_groups HTTP/1.1" 200 1342 0.125996 10.0.0.27 - - [2026-05-07 04:42:39] "GET /projects?obj_uuids=512bff99-7c35-4c06-8db2-070dbc7bd4b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001484 10.0.0.27 - - [2026-05-07 04:42:39] "GET /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6?fields=application_policy_sets HTTP/1.1" 404 171 0.070203 10.0.0.27 - - [2026-05-07 04:42:39] "DELETE /security-group/49ebbbf5-26b0-438e-9bac-547671906c21 HTTP/1.1" 200 115 0.177703 10.0.0.27 - - [2026-05-07 04:42:39] "GET /projects?obj_uuids=025df232-0765-4f95-a72f-684edf1daab6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.27 - - [2026-05-07 04:42:39] "DELETE /project/512bff99-7c35-4c06-8db2-070dbc7bd4b6 HTTP/1.1" 404 190 0.500676 10.0.0.27 - - [2026-05-07 04:42:39] "DELETE /security-group/e5f52965-f85c-4895-b9c3-81ab67896714 HTTP/1.1" 200 115 0.206605 10.0.0.27 - - [2026-05-07 04:42:39] "GET /projects?obj_uuids=30496c07-9931-4bdf-b509-a2a70d53ee4d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001211 10.0.0.27 - - [2026-05-07 04:42:39] "GET /project/025df232-0765-4f95-a72f-684edf1daab6?fields=application_policy_sets HTTP/1.1" 200 1404 0.077688 10.0.0.27 - - [2026-05-07 04:42:39] "GET /project/30496c07-9931-4bdf-b509-a2a70d53ee4d?fields=application_policy_sets HTTP/1.1" 200 1381 0.132446 10.0.0.249 - - [2026-05-07 04:42:39] "DELETE /access-control-list/5659a72c-aab4-4715-bc03-9aed145526da HTTP/1.1" 200 115 0.142504 10.0.0.27 - - [2026-05-07 04:42:39] "DELETE /project/025df232-0765-4f95-a72f-684edf1daab6 HTTP/1.1" 200 115 0.982086 10.0.0.27 - - [2026-05-07 04:42:39] "DELETE /project/30496c07-9931-4bdf-b509-a2a70d53ee4d HTTP/1.1" 200 115 1.009230 10.0.0.141 - - [2026-05-07 04:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009616 10.0.0.141 - - [2026-05-07 04:42:40] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.011876 10.0.0.141 - - [2026-05-07 04:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.141 - - [2026-05-07 04:42:44] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007413 10.0.0.141 - - [2026-05-07 04:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006673 10.0.0.141 - - [2026-05-07 04:42:48] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006832 10.0.0.141 - - [2026-05-07 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007056 10.0.0.141 - - [2026-05-07 04:42:52] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008143 10.0.0.141 - - [2026-05-07 04:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008112 10.0.0.141 - - [2026-05-07 04:42:54] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008562 10.0.0.141 - - [2026-05-07 04:42:54] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006221 10.0.0.141 - - [2026-05-07 04:42:54] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008952 10.0.0.141 - - [2026-05-07 04:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.141 - - [2026-05-07 04:42:54] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005126 10.0.0.141 - - [2026-05-07 04:42:54] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004055 10.0.0.141 - - [2026-05-07 04:42:54] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008256 10.0.0.141 - - [2026-05-07 04:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.141 - - [2026-05-07 04:42:54] "GET /routing-instance/1b4d957c-9dac-4900-bf8c-afa9e401d7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005841 10.0.0.141 - - [2026-05-07 04:42:54] "GET /route-target/58743652-9ee4-4352-802e-5da2fa0bd5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005808 10.0.0.141 - - [2026-05-07 04:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006466 10.0.0.141 - - [2026-05-07 04:42:55] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005111 10.0.0.141 - - [2026-05-07 04:42:55] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005651 10.0.0.141 - - [2026-05-07 04:42:55] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007054 10.0.0.141 - - [2026-05-07 04:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.141 - - [2026-05-07 04:42:55] "GET /routing-instance/1b4d957c-9dac-4900-bf8c-afa9e401d7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.007821 10.0.0.141 - - [2026-05-07 04:42:55] "GET /route-target/58743652-9ee4-4352-802e-5da2fa0bd5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.008058 10.0.0.141 - - [2026-05-07 04:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008175 10.0.0.141 - - [2026-05-07 04:42:55] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007144 10.0.0.141 - - [2026-05-07 04:42:55] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006621 10.0.0.141 - - [2026-05-07 04:42:55] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007303 10.0.0.141 - - [2026-05-07 04:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005703 10.0.0.141 - - [2026-05-07 04:42:55] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007151 10.0.0.141 - - [2026-05-07 04:42:55] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004678 10.0.0.141 - - [2026-05-07 04:42:55] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007838 10.0.0.141 - - [2026-05-07 04:42:55] "GET /obj-perms HTTP/1.1" 200 5063 0.079450 10.0.0.27 - - [2026-05-07 04:42:56] "GET /obj-perms HTTP/1.1" 200 5063 0.068336 10.0.0.141 - - [2026-05-07 04:42:56] "GET /obj-perms HTTP/1.1" 200 5063 0.004861 10.0.0.141 - - [2026-05-07 04:42:56] "POST /neutron/port HTTP/1.1" 200 1105 0.027213 10.0.0.141 - - [2026-05-07 04:42:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.014469 10.0.0.141 - - [2026-05-07 04:42:56] "GET /obj-perms HTTP/1.1" 200 5063 0.005421 10.0.0.249 - - [2026-05-07 04:42:56] "GET /obj-perms HTTP/1.1" 200 5063 0.007323 10.0.0.141 - - [2026-05-07 04:42:56] "POST /neutron/port HTTP/1.1" 200 1126 0.028994 10.0.0.141 - - [2026-05-07 04:42:56] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011115 10.0.0.141 - - [2026-05-07 04:42:57] "POST /neutron/port HTTP/1.1" 200 1126 0.029309 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 200 1299 0.010175 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 200 1299 0.006232 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-machine-interface/9a8b3fc5-2d27-4c3a-9ae0-c1365c084599 HTTP/1.1" 200 2950 0.007586 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 200 1299 0.006684 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-machine-interface/9a8b3fc5-2d27-4c3a-9ae0-c1365c084599 HTTP/1.1" 200 2950 0.012265 10.0.0.141 - - [2026-05-07 04:42:57] "GET /instance-ip/92acef3a-f7c6-4953-9e98-0510c4ca1018 HTTP/1.1" 200 1621 0.012089 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 200 1299 0.005281 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-machine-interface/9a8b3fc5-2d27-4c3a-9ae0-c1365c084599 HTTP/1.1" 200 2950 0.011420 10.0.0.141 - - [2026-05-07 04:42:57] "GET /instance-ip/92acef3a-f7c6-4953-9e98-0510c4ca1018 HTTP/1.1" 200 1621 0.005681 10.0.0.141 - - [2026-05-07 04:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004821 10.0.0.141 - - [2026-05-07 04:42:57] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005163 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006587 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009826 10.0.0.141 - - [2026-05-07 04:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.141 - - [2026-05-07 04:42:57] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007327 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005142 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007559 10.0.0.141 - - [2026-05-07 04:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.141 - - [2026-05-07 04:42:57] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005249 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004182 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007364 10.0.0.141 - - [2026-05-07 04:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.141 - - [2026-05-07 04:42:57] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004665 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005590 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006963 10.0.0.141 - - [2026-05-07 04:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005210 10.0.0.141 - - [2026-05-07 04:42:57] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005695 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004308 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006997 10.0.0.141 - - [2026-05-07 04:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005486 10.0.0.141 - - [2026-05-07 04:42:57] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005296 10.0.0.141 - - [2026-05-07 04:42:57] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003906 10.0.0.141 - - [2026-05-07 04:42:58] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008438 10.0.0.141 - - [2026-05-07 04:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.141 - - [2026-05-07 04:42:58] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004935 10.0.0.141 - - [2026-05-07 04:42:58] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004085 10.0.0.141 - - [2026-05-07 04:42:58] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008570 10.0.0.141 - - [2026-05-07 04:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.141 - - [2026-05-07 04:42:59] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004713 10.0.0.141 - - [2026-05-07 04:42:59] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004549 10.0.0.141 - - [2026-05-07 04:42:59] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006617 10.0.0.141 - - [2026-05-07 04:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005772 10.0.0.141 - - [2026-05-07 04:42:59] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007201 10.0.0.141 - - [2026-05-07 04:42:59] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004624 10.0.0.141 - - [2026-05-07 04:42:59] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.011513 10.0.0.141 - - [2026-05-07 04:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006054 10.0.0.141 - - [2026-05-07 04:42:59] "GET /routing-instance/1b4d957c-9dac-4900-bf8c-afa9e401d7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.011253 10.0.0.141 - - [2026-05-07 04:42:59] "GET /route-target/58743652-9ee4-4352-802e-5da2fa0bd5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.011108 10.0.0.141 - - [2026-05-07 04:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.141 - - [2026-05-07 04:42:59] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004599 10.0.0.141 - - [2026-05-07 04:42:59] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004355 10.0.0.141 - - [2026-05-07 04:42:59] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009397 10.0.0.141 - - [2026-05-07 04:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.008782 10.0.0.141 - - [2026-05-07 04:43:00] "GET /routing-instance/1b4d957c-9dac-4900-bf8c-afa9e401d7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006655 10.0.0.141 - - [2026-05-07 04:43:00] "GET /route-target/58743652-9ee4-4352-802e-5da2fa0bd5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005520 10.0.0.141 - - [2026-05-07 04:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.141 - - [2026-05-07 04:43:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006232 10.0.0.141 - - [2026-05-07 04:43:00] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005171 10.0.0.141 - - [2026-05-07 04:43:00] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007287 10.0.0.141 - - [2026-05-07 04:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004935 10.0.0.141 - - [2026-05-07 04:43:00] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006077 10.0.0.141 - - [2026-05-07 04:43:00] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004305 10.0.0.141 - - [2026-05-07 04:43:00] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008824 10.0.0.27 - - [2026-05-07 04:43:00] "GET /obj-perms HTTP/1.1" 200 5063 0.006197 10.0.0.141 - - [2026-05-07 04:43:00] "GET /obj-perms HTTP/1.1" 200 5063 0.004361 10.0.0.141 - - [2026-05-07 04:43:00] "GET /obj-perms HTTP/1.1" 200 5063 0.007251 10.0.0.249 - - [2026-05-07 04:43:01] "GET /obj-perms HTTP/1.1" 200 5063 0.006205 10.0.0.27 - - [2026-05-07 04:43:01] "GET /obj-perms HTTP/1.1" 200 5063 0.005350 10.0.0.141 - - [2026-05-07 04:43:01] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 200 1299 0.007499 10.0.0.141 - - [2026-05-07 04:43:01] "GET /virtual-machine-interface/02295b4d-51b1-4ec8-a588-8ee8fa632545 HTTP/1.1" 200 2948 0.009293 10.0.0.141 - - [2026-05-07 04:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006765 10.0.0.141 - - [2026-05-07 04:43:01] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009667 10.0.0.141 - - [2026-05-07 04:43:01] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005072 10.0.0.141 - - [2026-05-07 04:43:01] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008805 10.0.0.141 - - [2026-05-07 04:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006761 10.0.0.141 - - [2026-05-07 04:43:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005823 10.0.0.141 - - [2026-05-07 04:43:02] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004183 10.0.0.141 - - [2026-05-07 04:43:02] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007560 10.0.0.141 - - [2026-05-07 04:43:02] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010178 10.0.0.141 - - [2026-05-07 04:43:07] "POST /neutron/port HTTP/1.1" 200 1126 0.025507 10.0.0.141 - - [2026-05-07 04:43:09] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010378 10.0.0.141 - - [2026-05-07 04:43:11] "POST /neutron/network HTTP/1.1" 200 1121 0.010652 10.0.0.141 - - [2026-05-07 04:43:11] "POST /neutron/subnet HTTP/1.1" 200 1375 0.022409 10.0.0.141 - - [2026-05-07 04:43:11] "POST /neutron/network HTTP/1.1" 200 1111 0.012505 10.0.0.141 - - [2026-05-07 04:43:18] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 200 1299 0.006939 10.0.0.141 - - [2026-05-07 04:43:18] "GET /virtual-machine-interface/9a8b3fc5-2d27-4c3a-9ae0-c1365c084599 HTTP/1.1" 200 2950 0.007737 10.0.0.141 - - [2026-05-07 04:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304 10.0.0.141 - - [2026-05-07 04:43:18] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004955 10.0.0.141 - - [2026-05-07 04:43:18] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004237 10.0.0.141 - - [2026-05-07 04:43:18] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008024 10.0.0.141 - - [2026-05-07 04:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005477 10.0.0.141 - - [2026-05-07 04:43:19] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004756 10.0.0.141 - - [2026-05-07 04:43:19] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004455 10.0.0.141 - - [2026-05-07 04:43:19] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009870 10.0.0.141 - - [2026-05-07 04:43:19] "POST /neutron/port HTTP/1.1" 200 1126 0.023807 10.0.0.141 - - [2026-05-07 04:43:57] "POST /neutron/port HTTP/1.1" 200 1216 0.026146 10.0.0.141 - - [2026-05-07 04:43:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006843 10.0.0.141 - - [2026-05-07 04:43:57] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.141 - - [2026-05-07 04:44:13] "POST /neutron/port HTTP/1.1" 200 1105 0.027189 10.0.0.141 - - [2026-05-07 04:44:13] "POST /neutron/subnet HTTP/1.1" 200 689 0.013311 10.0.0.249 - - [2026-05-07 04:44:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.249 - - [2026-05-07 04:44:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.27 - - [2026-05-07 04:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.27 - - [2026-05-07 04:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.249 - - [2026-05-07 04:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.249 - - [2026-05-07 04:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000587 10.0.0.141 - - [2026-05-07 04:44:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000490 10.0.0.141 - - [2026-05-07 04:44:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.27 - - [2026-05-07 04:44:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.27 - - [2026-05-07 04:44:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000583 10.0.0.141 - - [2026-05-07 04:44:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000562 10.0.0.141 - - [2026-05-07 04:44:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000555 10.0.0.141 - - [2026-05-07 04:44:57] "POST /neutron/port HTTP/1.1" 200 1105 0.029221 10.0.0.141 - - [2026-05-07 04:44:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007454 10.0.0.141 - - [2026-05-07 04:44:57] "POST /neutron/network HTTP/1.1" 200 925 0.010561 10.0.0.141 - - [2026-05-07 04:45:06] "GET /obj-perms HTTP/1.1" 200 5075 0.081972 10.0.0.249 - - [2026-05-07 04:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005395 10.0.0.249 - - [2026-05-07 04:45:06] "GET /virtual-router/99bcb60a-3781-4467-a763-948863ad0a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.006539 10.0.0.141 - - [2026-05-07 04:45:14] "POST /neutron/network HTTP/1.1" 200 818 0.010121 10.0.0.141 - - [2026-05-07 04:45:14] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.141 - - [2026-05-07 04:45:19] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011236 10.0.0.141 - - [2026-05-07 04:45:19] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 200 1299 0.005715 10.0.0.141 - - [2026-05-07 04:45:19] "GET /virtual-machine-interface/02295b4d-51b1-4ec8-a588-8ee8fa632545 HTTP/1.1" 200 2948 0.007284 10.0.0.141 - - [2026-05-07 04:45:19] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 200 1299 0.005220 10.0.0.141 - - [2026-05-07 04:45:19] "GET /virtual-machine-interface/02295b4d-51b1-4ec8-a588-8ee8fa632545 HTTP/1.1" 200 2948 0.012530 10.0.0.141 - - [2026-05-07 04:45:19] "GET /instance-ip/fb09dd3f-b9e9-4f07-8e31-c40908a9c4c3 HTTP/1.1" 200 1621 0.008058 10.0.0.141 - - [2026-05-07 04:45:19] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 200 1299 0.007410 10.0.0.141 - - [2026-05-07 04:45:19] "GET /virtual-machine-interface/02295b4d-51b1-4ec8-a588-8ee8fa632545 HTTP/1.1" 200 2948 0.016536 10.0.0.141 - - [2026-05-07 04:45:19] "GET /instance-ip/fb09dd3f-b9e9-4f07-8e31-c40908a9c4c3 HTTP/1.1" 200 1621 0.008847 10.0.0.141 - - [2026-05-07 04:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005475 10.0.0.141 - - [2026-05-07 04:45:19] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006979 10.0.0.141 - - [2026-05-07 04:45:19] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007201 10.0.0.141 - - [2026-05-07 04:45:19] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008899 10.0.0.141 - - [2026-05-07 04:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005957 10.0.0.141 - - [2026-05-07 04:45:19] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005198 10.0.0.141 - - [2026-05-07 04:45:19] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003906 10.0.0.141 - - [2026-05-07 04:45:19] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007503 10.0.0.141 - - [2026-05-07 04:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005659 10.0.0.141 - - [2026-05-07 04:45:20] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005517 10.0.0.141 - - [2026-05-07 04:45:20] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004575 10.0.0.141 - - [2026-05-07 04:45:20] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007387 10.0.0.141 - - [2026-05-07 04:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.141 - - [2026-05-07 04:45:20] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006860 10.0.0.141 - - [2026-05-07 04:45:20] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004551 10.0.0.141 - - [2026-05-07 04:45:20] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007458 10.0.0.141 - - [2026-05-07 04:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.141 - - [2026-05-07 04:45:20] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005680 10.0.0.141 - - [2026-05-07 04:45:20] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004045 10.0.0.141 - - [2026-05-07 04:45:20] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006902 10.0.0.141 - - [2026-05-07 04:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005280 10.0.0.141 - - [2026-05-07 04:45:20] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005436 10.0.0.141 - - [2026-05-07 04:45:20] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004887 10.0.0.141 - - [2026-05-07 04:45:20] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007390 10.0.0.141 - - [2026-05-07 04:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005209 10.0.0.141 - - [2026-05-07 04:45:20] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007468 10.0.0.141 - - [2026-05-07 04:45:20] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005871 10.0.0.141 - - [2026-05-07 04:45:20] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010943 10.0.0.141 - - [2026-05-07 04:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005055 10.0.0.141 - - [2026-05-07 04:45:21] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004966 10.0.0.141 - - [2026-05-07 04:45:21] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003825 10.0.0.141 - - [2026-05-07 04:45:21] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007208 10.0.0.141 - - [2026-05-07 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.141 - - [2026-05-07 04:45:22] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004198 10.0.0.141 - - [2026-05-07 04:45:22] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003590 10.0.0.141 - - [2026-05-07 04:45:22] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007225 10.0.0.141 - - [2026-05-07 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.141 - - [2026-05-07 04:45:22] "GET /routing-instance/1b4d957c-9dac-4900-bf8c-afa9e401d7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.009633 10.0.0.141 - - [2026-05-07 04:45:22] "GET /route-target/58743652-9ee4-4352-802e-5da2fa0bd5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.007000 10.0.0.141 - - [2026-05-07 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005824 10.0.0.141 - - [2026-05-07 04:45:22] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010090 10.0.0.141 - - [2026-05-07 04:45:22] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005508 10.0.0.141 - - [2026-05-07 04:45:22] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007481 10.0.0.141 - - [2026-05-07 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005701 10.0.0.141 - - [2026-05-07 04:45:22] "GET /routing-instance/1b4d957c-9dac-4900-bf8c-afa9e401d7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005908 10.0.0.141 - - [2026-05-07 04:45:22] "GET /route-target/58743652-9ee4-4352-802e-5da2fa0bd5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004811 10.0.0.141 - - [2026-05-07 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.141 - - [2026-05-07 04:45:22] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005136 10.0.0.141 - - [2026-05-07 04:45:22] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003438 10.0.0.141 - - [2026-05-07 04:45:22] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008524 10.0.0.141 - - [2026-05-07 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.141 - - [2026-05-07 04:45:22] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005445 10.0.0.141 - - [2026-05-07 04:45:22] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004250 10.0.0.141 - - [2026-05-07 04:45:22] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007317 10.0.0.141 - - [2026-05-07 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.141 - - [2026-05-07 04:45:23] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006307 10.0.0.141 - - [2026-05-07 04:45:23] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004916 10.0.0.141 - - [2026-05-07 04:45:23] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007300 10.0.0.27 - - [2026-05-07 04:45:23] "GET /obj-perms HTTP/1.1" 200 5063 0.009076 10.0.0.27 - - [2026-05-07 04:45:29] "GET /obj-perms HTTP/1.1" 200 5063 0.004936 10.0.0.27 - - [2026-05-07 04:45:35] "GET /obj-perms HTTP/1.1" 200 5063 0.005495 10.0.0.141 - - [2026-05-07 04:45:35] "GET /obj-perms HTTP/1.1" 200 5063 0.007107 10.0.0.27 - - [2026-05-07 04:45:35] "GET /obj-perms HTTP/1.1" 200 5063 0.005879 10.0.0.141 - - [2026-05-07 04:45:35] "GET /obj-perms HTTP/1.1" 200 5063 0.004665 10.0.0.249 - - [2026-05-07 04:45:35] "GET /obj-perms HTTP/1.1" 200 5063 0.006772 10.0.0.141 - - [2026-05-07 04:45:35] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 200 1299 0.005067 10.0.0.141 - - [2026-05-07 04:45:35] "GET /virtual-machine-interface/9a8b3fc5-2d27-4c3a-9ae0-c1365c084599 HTTP/1.1" 200 2950 0.009409 10.0.0.141 - - [2026-05-07 04:45:35] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 200 1299 0.006397 10.0.0.141 - - [2026-05-07 04:45:35] "GET /virtual-machine-interface/9a8b3fc5-2d27-4c3a-9ae0-c1365c084599 HTTP/1.1" 200 2950 0.006834 10.0.0.141 - - [2026-05-07 04:45:35] "GET /instance-ip/92acef3a-f7c6-4953-9e98-0510c4ca1018 HTTP/1.1" 200 1621 0.006896 10.0.0.141 - - [2026-05-07 04:45:35] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 200 1299 0.006214 10.0.0.141 - - [2026-05-07 04:45:35] "GET /virtual-machine-interface/9a8b3fc5-2d27-4c3a-9ae0-c1365c084599 HTTP/1.1" 200 2950 0.011869 10.0.0.141 - - [2026-05-07 04:45:35] "GET /instance-ip/92acef3a-f7c6-4953-9e98-0510c4ca1018 HTTP/1.1" 200 1621 0.006067 10.0.0.141 - - [2026-05-07 04:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.141 - - [2026-05-07 04:45:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006268 10.0.0.141 - - [2026-05-07 04:45:35] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004263 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007248 10.0.0.141 - - [2026-05-07 04:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.141 - - [2026-05-07 04:45:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004772 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005108 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006784 10.0.0.141 - - [2026-05-07 04:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.141 - - [2026-05-07 04:45:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005470 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004418 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006344 10.0.0.141 - - [2026-05-07 04:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.141 - - [2026-05-07 04:45:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009712 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007213 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008103 10.0.0.141 - - [2026-05-07 04:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006383 10.0.0.141 - - [2026-05-07 04:45:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005291 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004292 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008398 10.0.0.141 - - [2026-05-07 04:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.141 - - [2026-05-07 04:45:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005150 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004704 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009143 10.0.0.141 - - [2026-05-07 04:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005108 10.0.0.141 - - [2026-05-07 04:45:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005452 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005101 10.0.0.141 - - [2026-05-07 04:45:36] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007574 10.0.0.141 - - [2026-05-07 04:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.141 - - [2026-05-07 04:45:38] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007809 10.0.0.141 - - [2026-05-07 04:45:38] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005221 10.0.0.141 - - [2026-05-07 04:45:38] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008985 10.0.0.141 - - [2026-05-07 04:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005526 10.0.0.141 - - [2026-05-07 04:45:38] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005651 10.0.0.141 - - [2026-05-07 04:45:38] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004541 10.0.0.141 - - [2026-05-07 04:45:38] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007315 10.0.0.141 - - [2026-05-07 04:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.141 - - [2026-05-07 04:45:38] "GET /routing-instance/1b4d957c-9dac-4900-bf8c-afa9e401d7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005977 10.0.0.141 - - [2026-05-07 04:45:38] "GET /route-target/58743652-9ee4-4352-802e-5da2fa0bd5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.007521 10.0.0.141 - - [2026-05-07 04:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005561 10.0.0.141 - - [2026-05-07 04:45:38] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006768 10.0.0.141 - - [2026-05-07 04:45:38] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005583 10.0.0.141 - - [2026-05-07 04:45:38] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010854 10.0.0.141 - - [2026-05-07 04:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.141 - - [2026-05-07 04:45:38] "GET /routing-instance/1b4d957c-9dac-4900-bf8c-afa9e401d7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005613 10.0.0.141 - - [2026-05-07 04:45:38] "GET /route-target/58743652-9ee4-4352-802e-5da2fa0bd5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005784 10.0.0.141 - - [2026-05-07 04:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.141 - - [2026-05-07 04:45:38] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007120 10.0.0.141 - - [2026-05-07 04:45:38] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005727 10.0.0.141 - - [2026-05-07 04:45:39] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008508 10.0.0.141 - - [2026-05-07 04:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005562 10.0.0.141 - - [2026-05-07 04:45:39] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007513 10.0.0.141 - - [2026-05-07 04:45:39] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007777 10.0.0.141 - - [2026-05-07 04:45:39] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008556 10.0.0.141 - - [2026-05-07 04:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005799 10.0.0.141 - - [2026-05-07 04:45:39] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005778 10.0.0.141 - - [2026-05-07 04:45:39] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003928 10.0.0.141 - - [2026-05-07 04:45:39] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007059 10.0.0.27 - - [2026-05-07 04:45:39] "GET /obj-perms HTTP/1.1" 200 5063 0.004864 10.0.0.141 - - [2026-05-07 04:45:39] "GET /obj-perms HTTP/1.1" 200 5063 0.005643 10.0.0.141 - - [2026-05-07 04:45:39] "GET /obj-perms HTTP/1.1" 200 5063 0.004869 10.0.0.249 - - [2026-05-07 04:45:39] "GET /obj-perms HTTP/1.1" 200 5063 0.005330 10.0.0.27 - - [2026-05-07 04:45:39] "GET /obj-perms HTTP/1.1" 200 5063 0.004622 10.0.0.141 - - [2026-05-07 04:45:59] "POST /neutron/port HTTP/1.1" 200 1126 0.025898 10.0.0.141 - - [2026-05-07 04:45:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004985 10.0.0.141 - - [2026-05-07 04:45:59] "POST /neutron/network HTTP/1.1" 200 808 0.010411 10.0.0.141 - - [2026-05-07 04:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.141 - - [2026-05-07 04:45:59] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004438 10.0.0.141 - - [2026-05-07 04:45:59] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004127 10.0.0.141 - - [2026-05-07 04:45:59] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007259 10.0.0.141 - - [2026-05-07 04:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005223 10.0.0.141 - - [2026-05-07 04:46:09] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005323 10.0.0.141 - - [2026-05-07 04:46:09] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004568 10.0.0.141 - - [2026-05-07 04:46:09] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007060 10.0.0.141 - - [2026-05-07 04:46:15] "POST /neutron/network HTTP/1.1" 200 1121 0.045230 10.0.0.141 - - [2026-05-07 04:46:15] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019013 10.0.0.141 - - [2026-05-07 04:46:15] "POST /neutron/network HTTP/1.1" 200 1111 0.015711 10.0.0.141 - - [2026-05-07 04:46:25] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 200 1299 0.006879 10.0.0.141 - - [2026-05-07 04:46:25] "GET /virtual-machine-interface/9a8b3fc5-2d27-4c3a-9ae0-c1365c084599 HTTP/1.1" 200 2950 0.006660 10.0.0.141 - - [2026-05-07 04:46:25] "GET /instance-ip/92acef3a-f7c6-4953-9e98-0510c4ca1018 HTTP/1.1" 200 1621 0.005975 10.0.0.141 - - [2026-05-07 04:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005120 10.0.0.141 - - [2026-05-07 04:46:25] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005516 10.0.0.141 - - [2026-05-07 04:46:25] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006473 10.0.0.141 - - [2026-05-07 04:46:25] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007398 10.0.0.141 - - [2026-05-07 04:46:29] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 200 1299 0.004608 10.0.0.141 - - [2026-05-07 04:46:29] "POST /neutron/port HTTP/1.1" 200 151 0.229363 10.0.0.141 - - [2026-05-07 04:46:31] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.003727 10.0.0.141 - - [2026-05-07 04:46:31] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.003698 10.0.0.141 - - [2026-05-07 04:46:31] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.005106 10.0.0.141 - - [2026-05-07 04:46:32] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.004076 10.0.0.141 - - [2026-05-07 04:46:33] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.007683 10.0.0.141 - - [2026-05-07 04:46:34] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.005444 10.0.0.141 - - [2026-05-07 04:46:35] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.004231 10.0.0.141 - - [2026-05-07 04:46:36] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.003479 10.0.0.141 - - [2026-05-07 04:46:37] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.004936 10.0.0.141 - - [2026-05-07 04:46:37] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.003486 10.0.0.141 - - [2026-05-07 04:46:38] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.004439 10.0.0.141 - - [2026-05-07 04:46:39] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.003780 10.0.0.141 - - [2026-05-07 04:46:40] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.007085 10.0.0.141 - - [2026-05-07 04:46:41] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.004713 10.0.0.141 - - [2026-05-07 04:46:42] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.005102 10.0.0.141 - - [2026-05-07 04:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.141 - - [2026-05-07 04:46:42] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005651 10.0.0.141 - - [2026-05-07 04:46:42] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004235 10.0.0.141 - - [2026-05-07 04:46:42] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010402 10.0.0.141 - - [2026-05-07 04:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.141 - - [2026-05-07 04:46:42] "GET /routing-instance/1b4d957c-9dac-4900-bf8c-afa9e401d7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005794 10.0.0.141 - - [2026-05-07 04:46:42] "GET /route-target/58743652-9ee4-4352-802e-5da2fa0bd5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004865 10.0.0.141 - - [2026-05-07 04:46:42] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.004215 10.0.0.141 - - [2026-05-07 04:46:43] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.007165 10.0.0.141 - - [2026-05-07 04:46:44] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.004597 10.0.0.141 - - [2026-05-07 04:46:45] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.005772 10.0.0.141 - - [2026-05-07 04:46:46] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.005625 10.0.0.141 - - [2026-05-07 04:46:47] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.003911 10.0.0.141 - - [2026-05-07 04:46:47] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.005535 10.0.0.141 - - [2026-05-07 04:46:48] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.005412 10.0.0.141 - - [2026-05-07 04:46:49] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.003988 10.0.0.141 - - [2026-05-07 04:46:50] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.005404 10.0.0.141 - - [2026-05-07 04:46:51] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.004690 10.0.0.141 - - [2026-05-07 04:46:52] "GET /virtual-machine/c7e0df05-affe-441b-895d-a4cd437c0009 HTTP/1.1" 404 171 0.003805 10.0.0.141 - - [2026-05-07 04:46:52] "GET /obj-perms HTTP/1.1" 200 5063 0.005732 10.0.0.249 - - [2026-05-07 04:46:55] "GET /obj-perms HTTP/1.1" 200 5063 0.004842 10.0.0.141 - - [2026-05-07 04:46:58] "GET /obj-perms HTTP/1.1" 200 5063 0.004905 10.0.0.141 - - [2026-05-07 04:46:59] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 200 1299 0.006294 10.0.0.141 - - [2026-05-07 04:47:00] "POST /neutron/port HTTP/1.1" 200 151 0.244734 10.0.0.141 - - [2026-05-07 04:47:00] "POST /neutron/network HTTP/1.1" 200 1121 0.046218 10.0.0.141 - - [2026-05-07 04:47:00] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019888 10.0.0.141 - - [2026-05-07 04:47:00] "POST /neutron/network HTTP/1.1" 200 1111 0.015175 10.0.0.141 - - [2026-05-07 04:47:01] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.004823 10.0.0.141 - - [2026-05-07 04:47:01] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.007489 10.0.0.141 - - [2026-05-07 04:47:01] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.004552 10.0.0.141 - - [2026-05-07 04:47:01] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.004603 10.0.0.141 - - [2026-05-07 04:47:02] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.003629 10.0.0.141 - - [2026-05-07 04:47:03] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.005088 10.0.0.141 - - [2026-05-07 04:47:04] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.004556 10.0.0.141 - - [2026-05-07 04:47:05] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.003784 10.0.0.141 - - [2026-05-07 04:47:06] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.005565 10.0.0.141 - - [2026-05-07 04:47:06] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.003991 10.0.0.141 - - [2026-05-07 04:47:07] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.003709 10.0.0.249 - - [2026-05-07 04:47:08] "GET /obj-perms HTTP/1.1" 200 5075 0.074563 10.0.0.141 - - [2026-05-07 04:47:08] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.004856 10.0.0.141 - - [2026-05-07 04:47:09] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.003721 10.0.0.141 - - [2026-05-07 04:47:10] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.005487 10.0.0.141 - - [2026-05-07 04:47:11] "GET /virtual-machine/574cd3d0-20f7-45fe-ba47-dcf1babe669d HTTP/1.1" 404 171 0.036126 10.0.0.141 - - [2026-05-07 04:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.036352 10.0.0.141 - - [2026-05-07 04:47:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005109 10.0.0.141 - - [2026-05-07 04:47:11] "GET /virtual-networks?parent_id=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004293 10.0.0.141 - - [2026-05-07 04:47:11] "GET /virtual-network/3f957db4-0214-4437-b947-399cd6eb8712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008839 10.0.0.141 - - [2026-05-07 04:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005489 10.0.0.141 - - [2026-05-07 04:47:11] "GET /routing-instance/1b4d957c-9dac-4900-bf8c-afa9e401d7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006241 10.0.0.141 - - [2026-05-07 04:47:11] "GET /route-target/58743652-9ee4-4352-802e-5da2fa0bd5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006590 10.0.0.141 - - [2026-05-07 04:47:11] "GET /obj-perms HTTP/1.1" 200 5063 0.005850 10.0.0.27 - - [2026-05-07 04:47:11] "GET /obj-perms HTTP/1.1" 200 5063 0.006486 10.0.0.249 - - [2026-05-07 04:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.059302 10.0.0.141 - - [2026-05-07 04:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.141 - - [2026-05-07 04:47:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005427 10.0.0.141 - - [2026-05-07 04:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005055 10.0.0.141 - - [2026-05-07 04:47:12] "PUT /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346 HTTP/1.1" 200 276 0.018047 10.0.0.27 - - [2026-05-07 04:47:15] "GET /projects?obj_uuids=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.032758 10.0.0.141 - - [2026-05-07 04:47:15] "GET /project/85caf06b-b7ec-4080-84f0-2caabcf88a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.116623 10.0.0.27 - - [2026-05-07 04:47:15] "GET /projects?obj_uuids=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001431 10.0.0.141 - - [2026-05-07 04:47:15] "GET /project/85caf06b-b7ec-4080-84f0-2caabcf88a39?fields=virtual_networks HTTP/1.1" 200 1045 0.069364 10.0.0.27 - - [2026-05-07 04:47:15] "GET /projects?obj_uuids=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001748 10.0.0.141 - - [2026-05-07 04:47:15] "GET /project/85caf06b-b7ec-4080-84f0-2caabcf88a39?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.054468 10.0.0.27 - - [2026-05-07 04:47:15] "GET /projects?obj_uuids=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001408 10.0.0.141 - - [2026-05-07 04:47:15] "GET /project/85caf06b-b7ec-4080-84f0-2caabcf88a39?fields=security_groups HTTP/1.1" 200 1278 0.059706 10.0.0.141 - - [2026-05-07 04:47:16] "POST /neutron/port HTTP/1.1" 200 1105 0.025187 10.0.0.141 - - [2026-05-07 04:47:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005877 10.0.0.141 - - [2026-05-07 04:47:16] "POST /neutron/network HTTP/1.1" 200 925 0.008945 10.0.0.141 - - [2026-05-07 04:47:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.051840 10.0.0.27 - - [2026-05-07 04:47:16] "GET /projects?obj_uuids=5d69beae-9aa3-4533-a347-0dbaaacac06f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003532 10.0.0.27 - - [2026-05-07 04:47:17] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002584 10.0.0.27 - - [2026-05-07 04:47:17] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042415 10.0.0.27 - - [2026-05-07 04:47:17] "POST /id-to-fqname HTTP/1.1" 200 196 0.001545 10.0.0.27 - - [2026-05-07 04:47:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.004837 10.0.0.27 - - [2026-05-07 04:47:17] "POST /security-groups HTTP/1.1" 200 597 0.047860 10.0.0.27 - - [2026-05-07 04:47:17] "POST /projects HTTP/1.1" 200 597 0.321012 10.0.0.27 - - [2026-05-07 04:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.397865 10.0.0.249 - - [2026-05-07 04:47:17] "POST /access-control-lists HTTP/1.1" 200 602 0.038139 10.0.0.141 - - [2026-05-07 04:47:17] "GET /project/5d69beae-9aa3-4533-a347-0dbaaacac06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.645235 10.0.0.141 - - [2026-05-07 04:47:18] "GET / HTTP/1.1" 200 35931 0.002185 10.0.0.27 - - [2026-05-07 04:47:21] "GET /projects?obj_uuids=5d69beae-9aa3-4533-a347-0dbaaacac06f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001093 10.0.0.141 - - [2026-05-07 04:47:22] "GET /project/5d69beae-9aa3-4533-a347-0dbaaacac06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.068150 10.0.0.27 - - [2026-05-07 04:47:22] "GET /projects?obj_uuids=5d69beae-9aa3-4533-a347-0dbaaacac06f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001406 10.0.0.141 - - [2026-05-07 04:47:22] "GET /project/5d69beae-9aa3-4533-a347-0dbaaacac06f?fields=virtual_networks HTTP/1.1" 200 1044 0.067897 10.0.0.27 - - [2026-05-07 04:47:22] "GET /projects?obj_uuids=5d69beae-9aa3-4533-a347-0dbaaacac06f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001261 10.0.0.141 - - [2026-05-07 04:47:22] "GET /project/5d69beae-9aa3-4533-a347-0dbaaacac06f?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.066498 10.0.0.27 - - [2026-05-07 04:47:22] "GET /projects?obj_uuids=5d69beae-9aa3-4533-a347-0dbaaacac06f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001219 10.0.0.141 - - [2026-05-07 04:47:22] "GET /project/5d69beae-9aa3-4533-a347-0dbaaacac06f?fields=security_groups HTTP/1.1" 200 1276 0.074411 10.0.0.141 - - [2026-05-07 04:47:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.035669 10.0.0.27 - - [2026-05-07 04:47:23] "GET /projects?obj_uuids=fe1485ab-27e5-49bf-a064-6f7dfde5db26&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005090 10.0.0.27 - - [2026-05-07 04:47:23] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001302 10.0.0.27 - - [2026-05-07 04:47:23] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009027 10.0.0.27 - - [2026-05-07 04:47:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.003338 10.0.0.27 - - [2026-05-07 04:47:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.012912 10.0.0.27 - - [2026-05-07 04:47:23] "POST /security-groups HTTP/1.1" 200 591 0.085815 10.0.0.249 - - [2026-05-07 04:47:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.006887 10.0.0.27 - - [2026-05-07 04:47:23] "POST /projects HTTP/1.1" 200 585 0.353653 10.0.0.27 - - [2026-05-07 04:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.397171 10.0.0.141 - - [2026-05-07 04:47:24] "GET /project/fe1485ab-27e5-49bf-a064-6f7dfde5db26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.592410 10.0.0.249 - - [2026-05-07 04:47:24] "POST /access-control-lists HTTP/1.1" 200 594 0.069122 10.0.0.141 - - [2026-05-07 04:47:25] "GET / HTTP/1.1" 200 35931 0.002173 10.0.0.27 - - [2026-05-07 04:47:28] "GET /projects?obj_uuids=fe1485ab-27e5-49bf-a064-6f7dfde5db26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001771 10.0.0.141 - - [2026-05-07 04:47:28] "GET /project/fe1485ab-27e5-49bf-a064-6f7dfde5db26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054765 10.0.0.27 - - [2026-05-07 04:47:28] "GET /projects?obj_uuids=fe1485ab-27e5-49bf-a064-6f7dfde5db26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.141 - - [2026-05-07 04:47:28] "GET /project/fe1485ab-27e5-49bf-a064-6f7dfde5db26?fields=virtual_networks HTTP/1.1" 200 1033 0.069654 10.0.0.27 - - [2026-05-07 04:47:28] "GET /projects?obj_uuids=fe1485ab-27e5-49bf-a064-6f7dfde5db26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001506 10.0.0.141 - - [2026-05-07 04:47:28] "GET /project/fe1485ab-27e5-49bf-a064-6f7dfde5db26?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.060336 10.0.0.27 - - [2026-05-07 04:47:28] "GET /projects?obj_uuids=fe1485ab-27e5-49bf-a064-6f7dfde5db26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.141 - - [2026-05-07 04:47:28] "GET /project/fe1485ab-27e5-49bf-a064-6f7dfde5db26?fields=security_groups HTTP/1.1" 200 1259 0.066802 10.0.0.141 - - [2026-05-07 04:47:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.035393 10.0.0.27 - - [2026-05-07 04:47:29] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004508 10.0.0.27 - - [2026-05-07 04:47:30] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001434 10.0.0.27 - - [2026-05-07 04:47:30] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009760 10.0.0.27 - - [2026-05-07 04:47:30] "POST /id-to-fqname HTTP/1.1" 200 198 0.004161 10.0.0.27 - - [2026-05-07 04:47:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.010339 10.0.0.27 - - [2026-05-07 04:47:30] "POST /security-groups HTTP/1.1" 200 599 0.044183 10.0.0.27 - - [2026-05-07 04:47:30] "POST /projects HTTP/1.1" 200 601 0.289628 10.0.0.27 - - [2026-05-07 04:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.333140 10.0.0.249 - - [2026-05-07 04:47:30] "POST /fqname-to-id HTTP/1.1" 404 241 0.008389 10.0.0.141 - - [2026-05-07 04:47:30] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.550289 10.0.0.141 - - [2026-05-07 04:47:31] "GET / HTTP/1.1" 200 35931 0.002478 10.0.0.141 - - [2026-05-07 04:47:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000489 10.0.0.141 - - [2026-05-07 04:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.092998 10.0.0.27 - - [2026-05-07 04:47:32] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.141 - - [2026-05-07 04:47:32] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058510 10.0.0.249 - - [2026-05-07 04:47:33] "POST /ref-update HTTP/1.1" 200 156 0.044665 10.0.0.27 - - [2026-05-07 04:47:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004765 10.0.0.141 - - [2026-05-07 04:47:33] "POST /neutron/subnet HTTP/1.1" 200 716 0.339873 10.0.0.141 - - [2026-05-07 04:47:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.002128 10.0.0.141 - - [2026-05-07 04:47:33] "GET /virtual-network/be4e85cd-af57-4d69-8af1-68878e5d1f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.010515 10.0.0.141 - - [2026-05-07 04:47:33] "POST /neutron/network HTTP/1.1" 200 976 0.016775 10.0.0.141 - - [2026-05-07 04:47:33] "GET /virtual-network/be4e85cd-af57-4d69-8af1-68878e5d1f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006900 10.0.0.141 - - [2026-05-07 04:47:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.012462 10.0.0.141 - - [2026-05-07 04:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.27 - - [2026-05-07 04:47:34] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001422 10.0.0.141 - - [2026-05-07 04:47:34] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.082962 10.0.0.249 - - [2026-05-07 04:47:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.045632 10.0.0.27 - - [2026-05-07 04:47:34] "POST /useragent-kv HTTP/1.1" 200 115 0.011796 10.0.0.141 - - [2026-05-07 04:47:34] "POST /neutron/subnet HTTP/1.1" 200 716 0.247188 10.0.0.141 - - [2026-05-07 04:47:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001612 10.0.0.141 - - [2026-05-07 04:47:35] "GET /virtual-network/236efaf5-fba6-416c-8f83-ae6d7f337531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.009359 10.0.0.141 - - [2026-05-07 04:47:35] "POST /neutron/network HTTP/1.1" 200 975 0.012349 10.0.0.141 - - [2026-05-07 04:47:35] "GET /virtual-network/236efaf5-fba6-416c-8f83-ae6d7f337531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006988 10.0.0.141 - - [2026-05-07 04:47:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.014149 10.0.0.141 - - [2026-05-07 04:47:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001546 10.0.0.27 - - [2026-05-07 04:47:36] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.141 - - [2026-05-07 04:47:36] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.102552 10.0.0.141 - - [2026-05-07 04:47:36] "POST /neutron/network HTTP/1.1" 200 976 0.057365 10.0.0.141 - - [2026-05-07 04:47:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001525 10.0.0.141 - - [2026-05-07 04:47:37] "POST /neutron/port HTTP/1.1" 200 4182 0.081272 10.0.0.27 - - [2026-05-07 04:47:37] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001519 10.0.0.141 - - [2026-05-07 04:47:38] "POST /neutron/port HTTP/1.1" 200 1154 0.446106 10.0.0.141 - - [2026-05-07 04:47:38] "POST /neutron/port HTTP/1.1" 200 1208 0.142265 10.0.0.27 - - [2026-05-07 04:47:38] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.141 - - [2026-05-07 04:47:38] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.130975 10.0.0.141 - - [2026-05-07 04:47:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005266 10.0.0.141 - - [2026-05-07 04:47:38] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.141 - - [2026-05-07 04:47:38] "POST /neutron/port HTTP/1.1" 200 5246 0.071371 10.0.0.141 - - [2026-05-07 04:47:38] "POST /neutron/port HTTP/1.1" 200 1218 0.026784 10.0.0.27 - - [2026-05-07 04:47:39] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001556 10.0.0.141 - - [2026-05-07 04:47:39] "POST /neutron/port HTTP/1.1" 200 1153 0.505115 10.0.0.141 - - [2026-05-07 04:47:40] "POST /neutron/port HTTP/1.1" 200 1207 0.189717 10.0.0.27 - - [2026-05-07 04:47:40] "DELETE /project/2ae9a4b16b9a4f159e8155d511cd9973 HTTP/1.1" 404 173 0.022009 10.0.0.27 - - [2026-05-07 04:47:40] "DELETE /project/5d69beae9aa34533a3470dbaaacac06f HTTP/1.1" 404 173 0.020631 10.0.0.27 - - [2026-05-07 04:47:40] "DELETE /project/fe1485ab27e549bfa0646f7dfde5db26 HTTP/1.1" 404 173 0.032759 10.0.0.27 - - [2026-05-07 04:47:40] "GET /projects?obj_uuids=5d69beae-9aa3-4533-a347-0dbaaacac06f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002767 10.0.0.27 - - [2026-05-07 04:47:40] "GET /projects?obj_uuids=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002497 10.0.0.27 - - [2026-05-07 04:47:40] "GET /projects?obj_uuids=fe1485ab-27e5-49bf-a064-6f7dfde5db26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001444 10.0.0.27 - - [2026-05-07 04:47:40] "GET /project/5d69beae-9aa3-4533-a347-0dbaaacac06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.106062 10.0.0.27 - - [2026-05-07 04:47:40] "GET /project/fe1485ab-27e5-49bf-a064-6f7dfde5db26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.129767 10.0.0.27 - - [2026-05-07 04:47:40] "GET /projects?obj_uuids=5d69beae-9aa3-4533-a347-0dbaaacac06f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001779 10.0.0.27 - - [2026-05-07 04:47:40] "GET /project/85caf06b-b7ec-4080-84f0-2caabcf88a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.153466 10.0.0.27 - - [2026-05-07 04:47:40] "GET /projects?obj_uuids=fe1485ab-27e5-49bf-a064-6f7dfde5db26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001375 10.0.0.249 - - [2026-05-07 04:47:40] "DELETE /access-control-list/31aa0ea9-0888-4820-9f63-583a5f3ebd64 HTTP/1.1" 200 115 0.143517 10.0.0.27 - - [2026-05-07 04:47:40] "GET /projects?obj_uuids=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003058 10.0.0.141 - - [2026-05-07 04:47:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008071 10.0.0.27 - - [2026-05-07 04:47:40] "GET /project/fe1485ab-27e5-49bf-a064-6f7dfde5db26?fields=security_groups HTTP/1.1" 200 1364 0.124967 10.0.0.27 - - [2026-05-07 04:47:40] "GET /project/5d69beae-9aa3-4533-a347-0dbaaacac06f?fields=security_groups HTTP/1.1" 200 1381 0.167655 10.0.0.27 - - [2026-05-07 04:47:40] "GET /project/85caf06b-b7ec-4080-84f0-2caabcf88a39?fields=security_groups HTTP/1.1" 200 1115 0.162948 10.0.0.27 - - [2026-05-07 04:47:40] "GET /projects?obj_uuids=85caf06b-b7ec-4080-84f0-2caabcf88a39&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001649 10.0.0.141 - - [2026-05-07 04:47:40] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.27 - - [2026-05-07 04:47:40] "GET /project/85caf06b-b7ec-4080-84f0-2caabcf88a39?fields=application_policy_sets HTTP/1.1" 200 1115 0.132803 10.0.0.27 - - [2026-05-07 04:47:40] "DELETE /security-group/e37b9bde-1ae4-4378-8863-dd3d750e5d46 HTTP/1.1" 200 115 0.244988 10.0.0.27 - - [2026-05-07 04:47:40] "GET /projects?obj_uuids=fe1485ab-27e5-49bf-a064-6f7dfde5db26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001505 10.0.0.27 - - [2026-05-07 04:47:40] "DELETE /security-group/d3623280-ec5e-4c7c-8676-86193d9784d7 HTTP/1.1" 200 115 0.238924 10.0.0.27 - - [2026-05-07 04:47:40] "GET /projects?obj_uuids=5d69beae-9aa3-4533-a347-0dbaaacac06f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001227 10.0.0.27 - - [2026-05-07 04:47:40] "DELETE /project/85caf06b-b7ec-4080-84f0-2caabcf88a39 HTTP/1.1" 404 190 0.624701 10.0.0.249 - - [2026-05-07 04:47:40] "DELETE /access-control-list/fbdf6585-448d-438f-aced-34b819bec7c4 HTTP/1.1" 200 115 0.084424 10.0.0.27 - - [2026-05-07 04:47:40] "GET /project/5d69beae-9aa3-4533-a347-0dbaaacac06f?fields=application_policy_sets HTTP/1.1" 200 1420 0.106781 10.0.0.27 - - [2026-05-07 04:47:40] "GET /project/fe1485ab-27e5-49bf-a064-6f7dfde5db26?fields=application_policy_sets HTTP/1.1" 200 1403 0.176758 10.0.0.27 - - [2026-05-07 04:47:41] "DELETE /project/5d69beae-9aa3-4533-a347-0dbaaacac06f HTTP/1.1" 200 115 1.041062 10.0.0.27 - - [2026-05-07 04:47:41] "DELETE /project/fe1485ab-27e5-49bf-a064-6f7dfde5db26 HTTP/1.1" 200 115 1.068896 10.0.0.141 - - [2026-05-07 04:47:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012386 10.0.0.141 - - [2026-05-07 04:47:44] "POST /neutron/port HTTP/1.1" 200 1218 0.031482 10.0.0.141 - - [2026-05-07 04:47:44] "GET /virtual-machine/d7630c3e-8392-43c4-a9c6-ca1ad6fe450a HTTP/1.1" 401 293 0.000564 10.0.0.141 - - [2026-05-07 04:47:44] "GET /virtual-machine/d7630c3e-8392-43c4-a9c6-ca1ad6fe450a HTTP/1.1" 200 1301 0.042172 10.0.0.141 - - [2026-05-07 04:47:44] "GET /virtual-machine-interface/85b2faf8-5d3f-4e23-b6f8-90321564bb2f HTTP/1.1" 200 3157 0.006616 10.0.0.141 - - [2026-05-07 04:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.141 - - [2026-05-07 04:47:44] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006145 10.0.0.141 - - [2026-05-07 04:47:44] "GET /virtual-networks?parent_id=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004527 10.0.0.141 - - [2026-05-07 04:47:44] "GET /virtual-network/be4e85cd-af57-4d69-8af1-68878e5d1f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.009764 10.0.0.141 - - [2026-05-07 04:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.141 - - [2026-05-07 04:47:47] "GET /virtual-network/be4e85cd-af57-4d69-8af1-68878e5d1f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.008234 10.0.0.141 - - [2026-05-07 04:47:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.046004 10.0.0.141 - - [2026-05-07 04:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.141 - - [2026-05-07 04:47:50] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005583 10.0.0.141 - - [2026-05-07 04:47:50] "GET /virtual-networks?parent_id=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004371 10.0.0.141 - - [2026-05-07 04:47:50] "GET /virtual-network/be4e85cd-af57-4d69-8af1-68878e5d1f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007443 10.0.0.141 - - [2026-05-07 04:47:50] "POST /neutron/port HTTP/1.1" 200 1217 0.027448 10.0.0.141 - - [2026-05-07 04:47:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015615 10.0.0.141 - - [2026-05-07 04:47:50] "GET /virtual-machine/b292f56d-62c2-43e9-9fe5-659a21efb57a HTTP/1.1" 200 1301 0.012537 10.0.0.141 - - [2026-05-07 04:47:50] "GET /virtual-machine-interface/05638df8-d811-4c05-bda3-df7b150ae1d2 HTTP/1.1" 200 3156 0.008318 10.0.0.141 - - [2026-05-07 04:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.141 - - [2026-05-07 04:47:50] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010053 10.0.0.141 - - [2026-05-07 04:47:50] "GET /virtual-networks?parent_id=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005042 10.0.0.141 - - [2026-05-07 04:47:50] "GET /virtual-network/236efaf5-fba6-416c-8f83-ae6d7f337531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007647 10.0.0.141 - - [2026-05-07 04:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.141 - - [2026-05-07 04:47:53] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005643 10.0.0.141 - - [2026-05-07 04:47:53] "GET /virtual-networks?parent_id=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004654 10.0.0.141 - - [2026-05-07 04:47:54] "GET /virtual-network/236efaf5-fba6-416c-8f83-ae6d7f337531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007493 10.0.0.141 - - [2026-05-07 04:47:54] "POST /fqname-to-id HTTP/1.1" 404 209 0.004442 10.0.0.141 - - [2026-05-07 04:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.27 - - [2026-05-07 04:47:54] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001324 10.0.0.141 - - [2026-05-07 04:47:54] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065899 10.0.0.141 - - [2026-05-07 04:47:54] "POST /network-policys HTTP/1.1" 200 533 0.047453 10.0.0.141 - - [2026-05-07 04:47:54] "GET /network-policy/8a1b0cdc-0632-43a1-81b2-8ff2cb805d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.009288 10.0.0.141 - - [2026-05-07 04:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.141 - - [2026-05-07 04:47:54] "GET /virtual-network/be4e85cd-af57-4d69-8af1-68878e5d1f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.010666 10.0.0.141 - - [2026-05-07 04:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005843 10.0.0.141 - - [2026-05-07 04:47:54] "GET /network-policy/8a1b0cdc-0632-43a1-81b2-8ff2cb805d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.010472 10.0.0.249 - - [2026-05-07 04:47:54] "POST /fqname-to-id HTTP/1.1" 404 230 0.012537 10.0.0.141 - - [2026-05-07 04:47:54] "POST /ref-update HTTP/1.1" 200 156 0.122979 10.0.0.141 - - [2026-05-07 04:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.010045 10.0.0.141 - - [2026-05-07 04:47:54] "GET /network-policy/8a1b0cdc-0632-43a1-81b2-8ff2cb805d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007793 10.0.0.141 - - [2026-05-07 04:47:54] "POST /neutron/network HTTP/1.1" 200 1062 0.026074 10.0.0.141 - - [2026-05-07 04:47:54] "GET /virtual-network/be4e85cd-af57-4d69-8af1-68878e5d1f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.008427 10.0.0.141 - - [2026-05-07 04:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006096 10.0.0.141 - - [2026-05-07 04:47:54] "GET /network-policy/8a1b0cdc-0632-43a1-81b2-8ff2cb805d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.008618 10.0.0.141 - - [2026-05-07 04:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005491 10.0.0.141 - - [2026-05-07 04:47:55] "GET /virtual-network/236efaf5-fba6-416c-8f83-ae6d7f337531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007787 10.0.0.141 - - [2026-05-07 04:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.141 - - [2026-05-07 04:47:55] "GET /network-policy/8a1b0cdc-0632-43a1-81b2-8ff2cb805d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005165 10.0.0.249 - - [2026-05-07 04:47:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.004080 10.0.0.141 - - [2026-05-07 04:47:55] "POST /ref-update HTTP/1.1" 200 156 0.073953 10.0.0.141 - - [2026-05-07 04:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.249 - - [2026-05-07 04:47:55] "POST /access-control-lists HTTP/1.1" 200 578 0.096261 10.0.0.141 - - [2026-05-07 04:47:55] "GET /network-policy/8a1b0cdc-0632-43a1-81b2-8ff2cb805d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.009564 10.0.0.141 - - [2026-05-07 04:47:55] "GET /virtual-network/236efaf5-fba6-416c-8f83-ae6d7f337531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.016786 10.0.0.141 - - [2026-05-07 04:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005783 10.0.0.141 - - [2026-05-07 04:47:55] "GET /network-policy/8a1b0cdc-0632-43a1-81b2-8ff2cb805d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007699 10.0.0.141 - - [2026-05-07 04:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.27 - - [2026-05-07 04:47:55] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003527 10.0.0.141 - - [2026-05-07 04:47:55] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065751 10.0.0.27 - - [2026-05-07 04:47:55] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001294 10.0.0.141 - - [2026-05-07 04:47:55] "POST /neutron/network HTTP/1.1" 200 585 0.198900 10.0.0.249 - - [2026-05-07 04:47:55] "POST /ref-update HTTP/1.1" 200 156 0.031962 10.0.0.141 - - [2026-05-07 04:47:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.004642 10.0.0.141 - - [2026-05-07 04:47:56] "GET /virtual-network/ad8bc106-a203-488c-abe1-414f4cd6967d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007058 10.0.0.141 - - [2026-05-07 04:47:56] "POST /neutron/network HTTP/1.1" 200 799 0.011698 10.0.0.141 - - [2026-05-07 04:47:56] "GET /virtual-network/ad8bc106-a203-488c-abe1-414f4cd6967d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007146 10.0.0.141 - - [2026-05-07 04:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.27 - - [2026-05-07 04:47:56] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.141 - - [2026-05-07 04:47:56] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.087055 10.0.0.141 - - [2026-05-07 04:47:56] "POST /neutron/network HTTP/1.1" 200 117 0.021010 10.0.0.141 - - [2026-05-07 04:47:57] "POST /neutron/network HTTP/1.1" 200 799 0.010766 10.0.0.141 - - [2026-05-07 04:47:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001461 10.0.0.141 - - [2026-05-07 04:47:57] "GET /virtual-network/b7510d48-9269-4450-904c-2f2f1cb99c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006906 10.0.0.141 - - [2026-05-07 04:47:57] "GET /virtual-network/b7510d48-9269-4450-904c-2f2f1cb99c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006530 10.0.0.141 - - [2026-05-07 04:47:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.012504 10.0.0.141 - - [2026-05-07 04:47:57] "POST /fqname-to-id HTTP/1.1" 404 239 0.004059 10.0.0.141 - - [2026-05-07 04:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.27 - - [2026-05-07 04:47:57] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001443 10.0.0.141 - - [2026-05-07 04:47:57] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067961 10.0.0.141 - - [2026-05-07 04:47:57] "POST /network-policys HTTP/1.1" 200 587 0.044712 10.0.0.141 - - [2026-05-07 04:47:57] "GET /network-policy/dea020c4-f471-4a00-b615-166bd64980cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007326 10.0.0.141 - - [2026-05-07 04:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.141 - - [2026-05-07 04:47:57] "GET /virtual-network/ad8bc106-a203-488c-abe1-414f4cd6967d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006335 10.0.0.141 - - [2026-05-07 04:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.141 - - [2026-05-07 04:47:57] "GET /network-policy/dea020c4-f471-4a00-b615-166bd64980cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004892 10.0.0.249 - - [2026-05-07 04:47:57] "POST /fqname-to-id HTTP/1.1" 404 210 0.008392 10.0.0.141 - - [2026-05-07 04:47:57] "POST /ref-update HTTP/1.1" 200 156 0.068555 10.0.0.141 - - [2026-05-07 04:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.141 - - [2026-05-07 04:47:57] "GET /network-policy/dea020c4-f471-4a00-b615-166bd64980cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.017446 10.0.0.141 - - [2026-05-07 04:47:57] "GET /virtual-network/ad8bc106-a203-488c-abe1-414f4cd6967d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.009915 10.0.0.141 - - [2026-05-07 04:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.141 - - [2026-05-07 04:47:57] "GET /network-policy/dea020c4-f471-4a00-b615-166bd64980cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006480 10.0.0.141 - - [2026-05-07 04:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.141 - - [2026-05-07 04:47:57] "GET /virtual-network/b7510d48-9269-4450-904c-2f2f1cb99c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006490 10.0.0.141 - - [2026-05-07 04:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.141 - - [2026-05-07 04:47:57] "GET /network-policy/dea020c4-f471-4a00-b615-166bd64980cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006349 10.0.0.141 - - [2026-05-07 04:47:58] "POST /ref-update HTTP/1.1" 200 156 0.066901 10.0.0.141 - - [2026-05-07 04:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.249 - - [2026-05-07 04:47:58] "POST /access-control-lists HTTP/1.1" 200 554 0.093994 10.0.0.141 - - [2026-05-07 04:47:58] "GET /network-policy/dea020c4-f471-4a00-b615-166bd64980cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008495 10.0.0.141 - - [2026-05-07 04:47:58] "GET /virtual-network/b7510d48-9269-4450-904c-2f2f1cb99c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.038160 10.0.0.141 - - [2026-05-07 04:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.141 - - [2026-05-07 04:47:58] "GET /network-policy/dea020c4-f471-4a00-b615-166bd64980cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005900 10.0.0.141 - - [2026-05-07 04:47:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.001349 10.0.0.141 - - [2026-05-07 04:47:58] "POST /neutron/port HTTP/1.1" 200 6309 0.063577 10.0.0.27 - - [2026-05-07 04:47:59] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.141 - - [2026-05-07 04:47:59] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.092414 10.0.0.141 - - [2026-05-07 04:47:59] "POST /neutron/network HTTP/1.1" 200 912 0.008586 10.0.0.141 - - [2026-05-07 04:47:59] "POST /neutron/port HTTP/1.1" 200 117 0.009385 10.0.0.141 - - [2026-05-07 04:47:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001653 10.0.0.141 - - [2026-05-07 04:48:00] "POST /neutron/network HTTP/1.1" 200 922 0.012129 10.0.0.141 - - [2026-05-07 04:48:00] "POST /neutron/port HTTP/1.1" 200 1063 0.033034 10.0.0.141 - - [2026-05-07 04:48:01] "POST /neutron/port HTTP/1.1" 200 1127 0.033576 10.0.0.141 - - [2026-05-07 04:48:01] "POST /neutron/port HTTP/1.1" 200 117 0.001375 10.0.0.27 - - [2026-05-07 04:48:01] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001279 10.0.0.141 - - [2026-05-07 04:48:01] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.109637 10.0.0.141 - - [2026-05-07 04:48:01] "POST /neutron/port HTTP/1.1" 200 7283 0.097458 10.0.0.141 - - [2026-05-07 04:48:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005335 10.0.0.141 - - [2026-05-07 04:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005065 10.0.0.141 - - [2026-05-07 04:48:01] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005547 10.0.0.141 - - [2026-05-07 04:48:02] "POST /neutron/port HTTP/1.1" 200 1105 0.025236 10.0.0.141 - - [2026-05-07 04:48:02] "POST /neutron/port HTTP/1.1" 200 1105 0.043856 10.0.0.141 - - [2026-05-07 04:48:02] "POST /neutron/subnet HTTP/1.1" 200 689 0.027189 10.0.0.141 - - [2026-05-07 04:48:02] "POST /neutron/port HTTP/1.1" 200 1063 0.026297 10.0.0.141 - - [2026-05-07 04:48:03] "POST /neutron/port HTTP/1.1" 200 1127 0.029096 10.0.0.141 - - [2026-05-07 04:48:03] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.141 - - [2026-05-07 04:48:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004382 10.0.0.141 - - [2026-05-07 04:48:03] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006832 10.0.0.141 - - [2026-05-07 04:48:03] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006473 10.0.0.141 - - [2026-05-07 04:48:03] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.036198 10.0.0.141 - - [2026-05-07 04:48:03] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.063197 10.0.0.141 - - [2026-05-07 04:48:03] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005016 10.0.0.141 - - [2026-05-07 04:48:03] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005579 10.0.0.141 - - [2026-05-07 04:48:03] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.051802 10.0.0.141 - - [2026-05-07 04:48:03] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.059652 10.0.0.141 - - [2026-05-07 04:48:03] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.019682 10.0.0.141 - - [2026-05-07 04:48:03] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.008981 10.0.0.141 - - [2026-05-07 04:48:03] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.043615 10.0.0.141 - - [2026-05-07 04:48:03] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.060801 10.0.0.141 - - [2026-05-07 04:48:03] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.016864 10.0.0.141 - - [2026-05-07 04:48:03] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007423 10.0.0.141 - - [2026-05-07 04:48:03] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.035152 10.0.0.141 - - [2026-05-07 04:48:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003881 10.0.0.141 - - [2026-05-07 04:48:04] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007379 10.0.0.141 - - [2026-05-07 04:48:04] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005646 10.0.0.141 - - [2026-05-07 04:48:04] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.041666 10.0.0.141 - - [2026-05-07 04:48:04] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.059243 10.0.0.141 - - [2026-05-07 04:48:04] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006565 10.0.0.141 - - [2026-05-07 04:48:04] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.009280 10.0.0.141 - - [2026-05-07 04:48:04] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.056592 10.0.0.141 - - [2026-05-07 04:48:04] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.055701 10.0.0.141 - - [2026-05-07 04:48:04] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.012947 10.0.0.141 - - [2026-05-07 04:48:04] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.018832 10.0.0.141 - - [2026-05-07 04:48:04] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.054365 10.0.0.141 - - [2026-05-07 04:48:04] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.088219 10.0.0.141 - - [2026-05-07 04:48:04] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006745 10.0.0.141 - - [2026-05-07 04:48:04] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.008281 10.0.0.141 - - [2026-05-07 04:48:04] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.042496 10.0.0.141 - - [2026-05-07 04:48:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006418 10.0.0.141 - - [2026-05-07 04:48:04] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006407 10.0.0.141 - - [2026-05-07 04:48:04] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005640 10.0.0.141 - - [2026-05-07 04:48:05] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.054850 10.0.0.141 - - [2026-05-07 04:48:05] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.064028 10.0.0.141 - - [2026-05-07 04:48:05] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.007540 10.0.0.141 - - [2026-05-07 04:48:05] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005686 10.0.0.141 - - [2026-05-07 04:48:05] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.067060 10.0.0.141 - - [2026-05-07 04:48:05] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.051427 10.0.0.141 - - [2026-05-07 04:48:05] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.013280 10.0.0.141 - - [2026-05-07 04:48:05] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.007145 10.0.0.141 - - [2026-05-07 04:48:05] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.062806 10.0.0.141 - - [2026-05-07 04:48:05] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.054055 10.0.0.141 - - [2026-05-07 04:48:05] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.012465 10.0.0.141 - - [2026-05-07 04:48:05] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.010449 10.0.0.141 - - [2026-05-07 04:48:05] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.039284 10.0.0.141 - - [2026-05-07 04:48:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003831 10.0.0.141 - - [2026-05-07 04:48:05] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006653 10.0.0.141 - - [2026-05-07 04:48:05] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007036 10.0.0.141 - - [2026-05-07 04:48:05] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.065471 10.0.0.141 - - [2026-05-07 04:48:06] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.074715 10.0.0.141 - - [2026-05-07 04:48:06] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.009470 10.0.0.141 - - [2026-05-07 04:48:06] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.006175 10.0.0.141 - - [2026-05-07 04:48:06] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.059828 10.0.0.141 - - [2026-05-07 04:48:06] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.082446 10.0.0.141 - - [2026-05-07 04:48:06] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.005895 10.0.0.141 - - [2026-05-07 04:48:06] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.006651 10.0.0.141 - - [2026-05-07 04:48:06] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.053814 10.0.0.141 - - [2026-05-07 04:48:06] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.056670 10.0.0.141 - - [2026-05-07 04:48:08] "GET /obj-perms HTTP/1.1" 200 5075 0.083573 10.0.0.141 - - [2026-05-07 04:48:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009227 10.0.0.141 - - [2026-05-07 04:48:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004940 10.0.0.141 - - [2026-05-07 04:48:16] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006074 10.0.0.141 - - [2026-05-07 04:48:16] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.005440 10.0.0.141 - - [2026-05-07 04:48:16] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.039731 10.0.0.141 - - [2026-05-07 04:48:16] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.045294 10.0.0.141 - - [2026-05-07 04:48:16] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.016881 10.0.0.141 - - [2026-05-07 04:48:16] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.004888 10.0.0.141 - - [2026-05-07 04:48:16] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.040519 10.0.0.141 - - [2026-05-07 04:48:16] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.061199 10.0.0.141 - - [2026-05-07 04:48:17] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.010108 10.0.0.141 - - [2026-05-07 04:48:17] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.007055 10.0.0.141 - - [2026-05-07 04:48:17] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.046154 10.0.0.141 - - [2026-05-07 04:48:17] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.055840 10.0.0.141 - - [2026-05-07 04:48:17] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.015122 10.0.0.141 - - [2026-05-07 04:48:17] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.008164 10.0.0.141 - - [2026-05-07 04:48:17] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.026401 10.0.0.141 - - [2026-05-07 04:48:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006987 10.0.0.141 - - [2026-05-07 04:48:17] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006299 10.0.0.141 - - [2026-05-07 04:48:17] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.004796 10.0.0.141 - - [2026-05-07 04:48:17] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.036749 10.0.0.141 - - [2026-05-07 04:48:17] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.050812 10.0.0.141 - - [2026-05-07 04:48:17] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006519 10.0.0.141 - - [2026-05-07 04:48:17] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.009479 10.0.0.141 - - [2026-05-07 04:48:17] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.045332 10.0.0.141 - - [2026-05-07 04:48:17] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.065158 10.0.0.141 - - [2026-05-07 04:48:17] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.009131 10.0.0.141 - - [2026-05-07 04:48:17] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.007346 10.0.0.141 - - [2026-05-07 04:48:17] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.042707 10.0.0.141 - - [2026-05-07 04:48:17] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.056475 10.0.0.141 - - [2026-05-07 04:48:18] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.008526 10.0.0.141 - - [2026-05-07 04:48:18] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005804 10.0.0.141 - - [2026-05-07 04:48:18] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.038173 10.0.0.141 - - [2026-05-07 04:48:18] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006428 10.0.0.141 - - [2026-05-07 04:48:18] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005851 10.0.0.141 - - [2026-05-07 04:48:18] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005125 10.0.0.141 - - [2026-05-07 04:48:18] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.037669 10.0.0.141 - - [2026-05-07 04:48:18] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.046408 10.0.0.141 - - [2026-05-07 04:48:18] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.010036 10.0.0.141 - - [2026-05-07 04:48:18] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.011897 10.0.0.141 - - [2026-05-07 04:48:18] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.056104 10.0.0.141 - - [2026-05-07 04:48:18] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.052076 10.0.0.141 - - [2026-05-07 04:48:18] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.010708 10.0.0.141 - - [2026-05-07 04:48:18] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.006753 10.0.0.141 - - [2026-05-07 04:48:18] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.040714 10.0.0.141 - - [2026-05-07 04:48:18] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.056906 10.0.0.141 - - [2026-05-07 04:48:18] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.009775 10.0.0.141 - - [2026-05-07 04:48:18] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.006524 10.0.0.141 - - [2026-05-07 04:48:18] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.032660 10.0.0.141 - - [2026-05-07 04:48:19] "POST /ref-update HTTP/1.1" 200 156 0.071063 10.0.0.141 - - [2026-05-07 04:48:19] "POST /neutron/network HTTP/1.1" 200 799 0.025042 10.0.0.141 - - [2026-05-07 04:48:19] "GET /virtual-network/b7510d48-9269-4450-904c-2f2f1cb99c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.011311 10.0.0.141 - - [2026-05-07 04:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005528 10.0.0.249 - - [2026-05-07 04:48:19] "POST /ref-update HTTP/1.1" 200 156 0.044807 10.0.0.141 - - [2026-05-07 04:48:19] "GET /network-policy/dea020c4-f471-4a00-b615-166bd64980cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006122 10.0.0.141 - - [2026-05-07 04:48:19] "POST /ref-update HTTP/1.1" 200 156 0.079848 10.0.0.141 - - [2026-05-07 04:48:19] "GET /virtual-network/ad8bc106-a203-488c-abe1-414f4cd6967d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.010297 10.0.0.141 - - [2026-05-07 04:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.141 - - [2026-05-07 04:48:19] "GET /network-policy/dea020c4-f471-4a00-b615-166bd64980cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005186 10.0.0.141 - - [2026-05-07 04:48:19] "DELETE /network-policy/dea020c4-f471-4a00-b615-166bd64980cc HTTP/1.1" 200 115 0.064247 10.0.0.141 - - [2026-05-07 04:48:19] "POST /neutron/port HTTP/1.1" 200 1117 0.033314 10.0.0.141 - - [2026-05-07 04:48:20] "POST /neutron/port HTTP/1.1" 200 151 0.306372 10.0.0.141 - - [2026-05-07 04:48:20] "POST /neutron/port HTTP/1.1" 200 151 0.307140 10.0.0.249 - - [2026-05-07 04:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.141 - - [2026-05-07 04:48:22] "POST /neutron/network HTTP/1.1" 200 799 0.034128 10.0.0.249 - - [2026-05-07 04:48:22] "DELETE /route-target/b9c09280-9dc8-4408-bbf7-cba35f5fa9ee HTTP/1.1" 200 115 0.029190 10.0.0.141 - - [2026-05-07 04:48:22] "POST /ref-update HTTP/1.1" 200 156 0.090337 10.0.0.141 - - [2026-05-07 04:48:22] "GET /virtual-network/236efaf5-fba6-416c-8f83-ae6d7f337531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.010372 10.0.0.141 - - [2026-05-07 04:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.141 - - [2026-05-07 04:48:22] "GET /network-policy/8a1b0cdc-0632-43a1-81b2-8ff2cb805d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005246 10.0.0.141 - - [2026-05-07 04:48:22] "POST /ref-update HTTP/1.1" 200 156 0.081341 10.0.0.249 - - [2026-05-07 04:48:22] "DELETE /access-control-list/3781d80c-e109-488b-a4b6-c06228a9a283 HTTP/1.1" 200 115 0.057589 10.0.0.141 - - [2026-05-07 04:48:22] "POST /neutron/network HTTP/1.1" 200 976 0.030588 10.0.0.141 - - [2026-05-07 04:48:22] "GET /virtual-network/be4e85cd-af57-4d69-8af1-68878e5d1f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.012953 10.0.0.141 - - [2026-05-07 04:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007524 10.0.0.141 - - [2026-05-07 04:48:22] "GET /network-policy/8a1b0cdc-0632-43a1-81b2-8ff2cb805d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005467 10.0.0.141 - - [2026-05-07 04:48:22] "DELETE /network-policy/8a1b0cdc-0632-43a1-81b2-8ff2cb805d65 HTTP/1.1" 200 115 0.048315 10.0.0.141 - - [2026-05-07 04:48:23] "POST /neutron/port HTTP/1.1" 200 1217 0.025119 10.0.0.141 - - [2026-05-07 04:48:23] "POST /neutron/port HTTP/1.1" 200 1218 0.023388 10.0.0.141 - - [2026-05-07 04:48:25] "POST /neutron/network HTTP/1.1" 200 975 0.014126 10.0.0.249 - - [2026-05-07 04:48:25] "DELETE /route-target/a5254825-0893-4e8b-9805-2fcd69780d9b HTTP/1.1" 200 115 0.027507 10.0.0.27 - - [2026-05-07 04:48:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003902 10.0.0.27 - - [2026-05-07 04:48:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003209 10.0.0.27 - - [2026-05-07 04:48:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005552 10.0.0.27 - - [2026-05-07 04:48:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003120 10.0.0.141 - - [2026-05-07 04:48:25] "POST /neutron/network HTTP/1.1" 200 151 0.188903 10.0.0.141 - - [2026-05-07 04:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005798 10.0.0.27 - - [2026-05-07 04:48:26] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001260 10.0.0.141 - - [2026-05-07 04:48:26] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054273 10.0.0.249 - - [2026-05-07 04:48:27] "POST /route-targets HTTP/1.1" 200 327 0.016519 10.0.0.249 - - [2026-05-07 04:48:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.006230 10.0.0.27 - - [2026-05-07 04:48:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010316 10.0.0.141 - - [2026-05-07 04:48:27] "POST /neutron/subnet HTTP/1.1" 200 716 0.230981 10.0.0.141 - - [2026-05-07 04:48:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001497 10.0.0.141 - - [2026-05-07 04:48:27] "GET /virtual-network/7a33df74-48e2-47f1-be14-5e4580751dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.009115 10.0.0.141 - - [2026-05-07 04:48:27] "POST /neutron/network HTTP/1.1" 200 974 0.012723 10.0.0.141 - - [2026-05-07 04:48:27] "GET /virtual-network/7a33df74-48e2-47f1-be14-5e4580751dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008946 10.0.0.141 - - [2026-05-07 04:48:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.013211 10.0.0.141 - - [2026-05-07 04:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.27 - - [2026-05-07 04:48:27] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.141 - - [2026-05-07 04:48:27] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062625 10.0.0.249 - - [2026-05-07 04:48:28] "POST /ref-update HTTP/1.1" 200 156 0.047446 10.0.0.27 - - [2026-05-07 04:48:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006898 10.0.0.141 - - [2026-05-07 04:48:28] "POST /neutron/subnet HTTP/1.1" 200 716 0.236989 10.0.0.249 - - [2026-05-07 04:48:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.011325 10.0.0.141 - - [2026-05-07 04:48:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001686 10.0.0.141 - - [2026-05-07 04:48:28] "GET /virtual-network/ba1fb498-b6ce-48eb-aea5-3c0033126a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.010530 10.0.0.141 - - [2026-05-07 04:48:28] "POST /neutron/network HTTP/1.1" 200 973 0.011660 10.0.0.141 - - [2026-05-07 04:48:29] "GET /virtual-network/ba1fb498-b6ce-48eb-aea5-3c0033126a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006763 10.0.0.141 - - [2026-05-07 04:48:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.013574 10.0.0.141 - - [2026-05-07 04:48:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001421 10.0.0.27 - - [2026-05-07 04:48:30] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001547 10.0.0.141 - - [2026-05-07 04:48:30] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.111709 10.0.0.141 - - [2026-05-07 04:48:30] "POST /neutron/network HTTP/1.1" 200 974 0.012677 10.0.0.141 - - [2026-05-07 04:48:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.002130 10.0.0.141 - - [2026-05-07 04:48:30] "POST /neutron/port HTTP/1.1" 200 4182 0.054624 10.0.0.27 - - [2026-05-07 04:48:30] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.141 - - [2026-05-07 04:48:31] "POST /neutron/port HTTP/1.1" 200 1152 0.414981 10.0.0.27 - - [2026-05-07 04:48:31] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002136 10.0.0.141 - - [2026-05-07 04:48:31] "POST /neutron/port HTTP/1.1" 200 1206 0.189854 10.0.0.141 - - [2026-05-07 04:48:31] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.166223 10.0.0.141 - - [2026-05-07 04:48:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006266 10.0.0.141 - - [2026-05-07 04:48:31] "POST /neutron/port HTTP/1.1" 200 117 0.001458 10.0.0.141 - - [2026-05-07 04:48:32] "POST /neutron/port HTTP/1.1" 200 5244 0.067398 10.0.0.141 - - [2026-05-07 04:48:32] "POST /neutron/port HTTP/1.1" 200 1216 0.025741 10.0.0.27 - - [2026-05-07 04:48:32] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001199 10.0.0.141 - - [2026-05-07 04:48:33] "POST /neutron/port HTTP/1.1" 200 1151 0.445801 10.0.0.141 - - [2026-05-07 04:48:33] "POST /neutron/port HTTP/1.1" 200 1205 0.191966 10.0.0.141 - - [2026-05-07 04:48:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006292 10.0.0.141 - - [2026-05-07 04:48:33] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.141 - - [2026-05-07 04:48:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010141 10.0.0.141 - - [2026-05-07 04:48:37] "POST /neutron/port HTTP/1.1" 200 1216 0.023241 10.0.0.141 - - [2026-05-07 04:48:37] "GET /virtual-machine/1ab4f47d-10e9-4cc1-bccd-83912d9b79c5 HTTP/1.1" 200 1300 0.007798 10.0.0.141 - - [2026-05-07 04:48:37] "GET /virtual-machine-interface/38db65fa-0aa7-4a6d-810b-5edc11fa1e37 HTTP/1.1" 200 3156 0.007634 10.0.0.141 - - [2026-05-07 04:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005366 10.0.0.141 - - [2026-05-07 04:48:37] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006062 10.0.0.141 - - [2026-05-07 04:48:37] "GET /virtual-networks?parent_id=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004744 10.0.0.141 - - [2026-05-07 04:48:37] "GET /virtual-network/7a33df74-48e2-47f1-be14-5e4580751dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008564 10.0.0.141 - - [2026-05-07 04:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.141 - - [2026-05-07 04:48:41] "GET /virtual-network/7a33df74-48e2-47f1-be14-5e4580751dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006486 10.0.0.141 - - [2026-05-07 04:48:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008144 10.0.0.141 - - [2026-05-07 04:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.141 - - [2026-05-07 04:48:43] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005417 10.0.0.141 - - [2026-05-07 04:48:43] "GET /virtual-networks?parent_id=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004145 10.0.0.141 - - [2026-05-07 04:48:43] "GET /virtual-network/7a33df74-48e2-47f1-be14-5e4580751dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.009876 10.0.0.141 - - [2026-05-07 04:48:43] "POST /neutron/port HTTP/1.1" 200 1215 0.031148 10.0.0.141 - - [2026-05-07 04:48:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009705 10.0.0.141 - - [2026-05-07 04:48:43] "GET /virtual-machine/0c67d057-8712-4edd-85a6-960f6768f89b HTTP/1.1" 200 1298 0.008343 10.0.0.141 - - [2026-05-07 04:48:43] "GET /virtual-machine-interface/9d803d13-20fd-4733-98ef-82f9fa51b545 HTTP/1.1" 200 3158 0.008415 10.0.0.141 - - [2026-05-07 04:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.141 - - [2026-05-07 04:48:43] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005887 10.0.0.141 - - [2026-05-07 04:48:43] "GET /virtual-networks?parent_id=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004555 10.0.0.141 - - [2026-05-07 04:48:43] "GET /virtual-network/ba1fb498-b6ce-48eb-aea5-3c0033126a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.007052 10.0.0.141 - - [2026-05-07 04:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007321 10.0.0.141 - - [2026-05-07 04:48:44] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005162 10.0.0.141 - - [2026-05-07 04:48:44] "GET /virtual-networks?parent_id=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004335 10.0.0.141 - - [2026-05-07 04:48:44] "GET /virtual-network/ba1fb498-b6ce-48eb-aea5-3c0033126a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.008240 10.0.0.141 - - [2026-05-07 04:48:45] "POST /neutron/port HTTP/1.1" 200 1215 0.026416 10.0.0.141 - - [2026-05-07 04:48:50] "POST /fqname-to-id HTTP/1.1" 404 209 0.006597 10.0.0.141 - - [2026-05-07 04:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.27 - - [2026-05-07 04:48:50] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002037 10.0.0.141 - - [2026-05-07 04:48:50] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.078322 10.0.0.141 - - [2026-05-07 04:48:50] "POST /network-policys HTTP/1.1" 200 533 0.039079 10.0.0.141 - - [2026-05-07 04:48:50] "GET /network-policy/8dc0da59-7117-4824-a0e6-ec261dc779be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.010431 10.0.0.141 - - [2026-05-07 04:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.141 - - [2026-05-07 04:48:50] "GET /virtual-network/7a33df74-48e2-47f1-be14-5e4580751dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006865 10.0.0.141 - - [2026-05-07 04:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.141 - - [2026-05-07 04:48:50] "GET /network-policy/8dc0da59-7117-4824-a0e6-ec261dc779be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006165 10.0.0.141 - - [2026-05-07 04:48:50] "POST /ref-update HTTP/1.1" 200 156 0.081461 10.0.0.141 - - [2026-05-07 04:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.016023 10.0.0.141 - - [2026-05-07 04:48:50] "GET /network-policy/8dc0da59-7117-4824-a0e6-ec261dc779be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005521 10.0.0.141 - - [2026-05-07 04:48:50] "GET /virtual-network/7a33df74-48e2-47f1-be14-5e4580751dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.013581 10.0.0.141 - - [2026-05-07 04:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.141 - - [2026-05-07 04:48:51] "GET /network-policy/8dc0da59-7117-4824-a0e6-ec261dc779be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.010710 10.0.0.141 - - [2026-05-07 04:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.011981 10.0.0.141 - - [2026-05-07 04:48:51] "GET /virtual-network/ba1fb498-b6ce-48eb-aea5-3c0033126a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.011109 10.0.0.141 - - [2026-05-07 04:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.141 - - [2026-05-07 04:48:51] "GET /network-policy/8dc0da59-7117-4824-a0e6-ec261dc779be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006240 10.0.0.249 - - [2026-05-07 04:48:51] "POST /fqname-to-id HTTP/1.1" 404 230 0.004460 10.0.0.141 - - [2026-05-07 04:48:51] "POST /ref-update HTTP/1.1" 200 156 0.065091 10.0.0.141 - - [2026-05-07 04:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006292 10.0.0.141 - - [2026-05-07 04:48:51] "GET /network-policy/8dc0da59-7117-4824-a0e6-ec261dc779be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007841 10.0.0.141 - - [2026-05-07 04:48:51] "POST /neutron/network HTTP/1.1" 200 1059 0.021501 10.0.0.141 - - [2026-05-07 04:48:51] "GET /virtual-network/ba1fb498-b6ce-48eb-aea5-3c0033126a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.009067 10.0.0.141 - - [2026-05-07 04:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.141 - - [2026-05-07 04:48:51] "GET /network-policy/8dc0da59-7117-4824-a0e6-ec261dc779be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005253 10.0.0.141 - - [2026-05-07 04:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.27 - - [2026-05-07 04:48:51] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.141 - - [2026-05-07 04:48:51] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052300 10.0.0.249 - - [2026-05-07 04:48:51] "POST /route-targets HTTP/1.1" 200 327 0.022329 10.0.0.27 - - [2026-05-07 04:48:52] "POST /useragent-kv HTTP/1.1" 200 115 0.013770 10.0.0.141 - - [2026-05-07 04:48:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.292364 10.0.0.141 - - [2026-05-07 04:48:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.002051 10.0.0.141 - - [2026-05-07 04:48:52] "GET /virtual-network/cdd95961-d8c1-4879-993b-1e6f48f14d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006861 10.0.0.141 - - [2026-05-07 04:48:52] "GET /virtual-network/cdd95961-d8c1-4879-993b-1e6f48f14d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008961 10.0.0.141 - - [2026-05-07 04:48:52] "POST /neutron/network HTTP/1.1" 200 799 0.010811 10.0.0.141 - - [2026-05-07 04:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.27 - - [2026-05-07 04:48:52] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.141 - - [2026-05-07 04:48:52] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062902 10.0.0.27 - - [2026-05-07 04:48:52] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001223 10.0.0.141 - - [2026-05-07 04:48:52] "POST /neutron/network HTTP/1.1" 200 585 0.178962 10.0.0.249 - - [2026-05-07 04:48:52] "POST /ref-update HTTP/1.1" 200 156 0.032768 10.0.0.141 - - [2026-05-07 04:48:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.004814 10.0.0.141 - - [2026-05-07 04:48:52] "GET /virtual-network/d9498181-9c94-4951-8f05-82acb58473f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008041 10.0.0.141 - - [2026-05-07 04:48:53] "POST /neutron/network HTTP/1.1" 200 799 0.009474 10.0.0.141 - - [2026-05-07 04:48:53] "GET /virtual-network/d9498181-9c94-4951-8f05-82acb58473f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007079 10.0.0.141 - - [2026-05-07 04:48:53] "POST /fqname-to-id HTTP/1.1" 404 239 0.003961 10.0.0.141 - - [2026-05-07 04:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.27 - - [2026-05-07 04:48:53] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.141 - - [2026-05-07 04:48:53] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064601 10.0.0.141 - - [2026-05-07 04:48:53] "POST /network-policys HTTP/1.1" 200 587 0.039688 10.0.0.141 - - [2026-05-07 04:48:53] "GET /network-policy/9c2cebf8-ab5a-4cb4-9c41-6c53dee2ac39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008371 10.0.0.141 - - [2026-05-07 04:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.141 - - [2026-05-07 04:48:53] "GET /virtual-network/cdd95961-d8c1-4879-993b-1e6f48f14d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007420 10.0.0.141 - - [2026-05-07 04:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.141 - - [2026-05-07 04:48:53] "GET /network-policy/9c2cebf8-ab5a-4cb4-9c41-6c53dee2ac39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004810 10.0.0.141 - - [2026-05-07 04:48:53] "POST /ref-update HTTP/1.1" 200 156 0.077735 10.0.0.141 - - [2026-05-07 04:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.141 - - [2026-05-07 04:48:53] "GET /network-policy/9c2cebf8-ab5a-4cb4-9c41-6c53dee2ac39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.011054 10.0.0.141 - - [2026-05-07 04:48:53] "POST /neutron/network HTTP/1.1" 200 912 0.011057 10.0.0.141 - - [2026-05-07 04:48:53] "GET /virtual-network/cdd95961-d8c1-4879-993b-1e6f48f14d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.006717 10.0.0.141 - - [2026-05-07 04:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.141 - - [2026-05-07 04:48:53] "GET /network-policy/9c2cebf8-ab5a-4cb4-9c41-6c53dee2ac39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005464 10.0.0.141 - - [2026-05-07 04:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.141 - - [2026-05-07 04:48:53] "GET /virtual-network/d9498181-9c94-4951-8f05-82acb58473f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007334 10.0.0.141 - - [2026-05-07 04:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.141 - - [2026-05-07 04:48:53] "GET /network-policy/9c2cebf8-ab5a-4cb4-9c41-6c53dee2ac39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005821 10.0.0.249 - - [2026-05-07 04:48:53] "POST /fqname-to-id HTTP/1.1" 404 210 0.006499 10.0.0.141 - - [2026-05-07 04:48:53] "POST /ref-update HTTP/1.1" 200 156 0.072736 10.0.0.141 - - [2026-05-07 04:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005599 10.0.0.141 - - [2026-05-07 04:48:54] "GET /network-policy/9c2cebf8-ab5a-4cb4-9c41-6c53dee2ac39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008254 10.0.0.141 - - [2026-05-07 04:48:54] "GET /virtual-network/d9498181-9c94-4951-8f05-82acb58473f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.011270 10.0.0.141 - - [2026-05-07 04:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005677 10.0.0.141 - - [2026-05-07 04:48:54] "GET /network-policy/9c2cebf8-ab5a-4cb4-9c41-6c53dee2ac39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005213 10.0.0.141 - - [2026-05-07 04:48:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001593 10.0.0.141 - - [2026-05-07 04:48:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.018742 10.0.0.27 - - [2026-05-07 04:48:55] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.141 - - [2026-05-07 04:48:55] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.087566 10.0.0.141 - - [2026-05-07 04:48:55] "POST /neutron/port HTTP/1.1" 200 6305 0.061174 10.0.0.141 - - [2026-05-07 04:48:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001705 10.0.0.141 - - [2026-05-07 04:48:55] "POST /neutron/port HTTP/1.1" 200 6305 0.067207 10.0.0.141 - - [2026-05-07 04:48:56] "POST /neutron/network HTTP/1.1" 200 922 0.011808 10.0.0.141 - - [2026-05-07 04:48:56] "POST /neutron/port HTTP/1.1" 200 1063 0.023375 10.0.0.27 - - [2026-05-07 04:48:56] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001267 10.0.0.141 - - [2026-05-07 04:48:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004785 10.0.0.141 - - [2026-05-07 04:48:57] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.103850 10.0.0.141 - - [2026-05-07 04:48:57] "POST /neutron/port HTTP/1.1" 200 117 0.001462 10.0.0.141 - - [2026-05-07 04:48:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010255 10.0.0.141 - - [2026-05-07 04:48:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.009452 10.0.0.141 - - [2026-05-07 04:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.141 - - [2026-05-07 04:48:57] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006693 10.0.0.27 - - [2026-05-07 04:48:57] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001216 10.0.0.141 - - [2026-05-07 04:48:58] "POST /neutron/port HTTP/1.1" 200 1063 0.400183 10.0.0.141 - - [2026-05-07 04:48:58] "POST /neutron/port HTTP/1.1" 200 1117 0.147730 10.0.0.141 - - [2026-05-07 04:48:58] "POST /neutron/subnet HTTP/1.1" 200 675 0.012526 10.0.0.141 - - [2026-05-07 04:48:58] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004615 10.0.0.141 - - [2026-05-07 04:48:58] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005173 10.0.0.141 - - [2026-05-07 04:48:58] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005833 10.0.0.141 - - [2026-05-07 04:48:58] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.040338 10.0.0.141 - - [2026-05-07 04:48:59] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.066636 10.0.0.141 - - [2026-05-07 04:48:59] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005707 10.0.0.141 - - [2026-05-07 04:48:59] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006987 10.0.0.141 - - [2026-05-07 04:48:59] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.069691 10.0.0.141 - - [2026-05-07 04:48:59] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.063447 10.0.0.141 - - [2026-05-07 04:48:59] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.011466 10.0.0.141 - - [2026-05-07 04:48:59] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.008874 10.0.0.141 - - [2026-05-07 04:48:59] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.046770 10.0.0.141 - - [2026-05-07 04:48:59] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.049590 10.0.0.141 - - [2026-05-07 04:48:59] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006930 10.0.0.141 - - [2026-05-07 04:48:59] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.004852 10.0.0.141 - - [2026-05-07 04:48:59] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.037519 10.0.0.141 - - [2026-05-07 04:48:59] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004880 10.0.0.141 - - [2026-05-07 04:48:59] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006190 10.0.0.141 - - [2026-05-07 04:48:59] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006301 10.0.0.141 - - [2026-05-07 04:48:59] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.038717 10.0.0.141 - - [2026-05-07 04:48:59] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.056517 10.0.0.141 - - [2026-05-07 04:48:59] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.009075 10.0.0.141 - - [2026-05-07 04:48:59] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.004526 10.0.0.141 - - [2026-05-07 04:49:00] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.060778 10.0.0.141 - - [2026-05-07 04:49:00] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.048113 10.0.0.141 - - [2026-05-07 04:49:00] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.008739 10.0.0.141 - - [2026-05-07 04:49:00] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.008803 10.0.0.141 - - [2026-05-07 04:49:00] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.049560 10.0.0.141 - - [2026-05-07 04:49:00] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.067753 10.0.0.141 - - [2026-05-07 04:49:00] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.013405 10.0.0.141 - - [2026-05-07 04:49:00] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006630 10.0.0.141 - - [2026-05-07 04:49:00] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.026576 10.0.0.141 - - [2026-05-07 04:49:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005946 10.0.0.141 - - [2026-05-07 04:49:00] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006832 10.0.0.141 - - [2026-05-07 04:49:00] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007344 10.0.0.141 - - [2026-05-07 04:49:00] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.043783 10.0.0.141 - - [2026-05-07 04:49:00] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.070194 10.0.0.141 - - [2026-05-07 04:49:00] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.012815 10.0.0.141 - - [2026-05-07 04:49:00] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006120 10.0.0.141 - - [2026-05-07 04:49:00] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.053763 10.0.0.141 - - [2026-05-07 04:49:00] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.061974 10.0.0.141 - - [2026-05-07 04:49:01] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.017631 10.0.0.141 - - [2026-05-07 04:49:01] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.011067 10.0.0.141 - - [2026-05-07 04:49:01] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.057218 10.0.0.141 - - [2026-05-07 04:49:01] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.056103 10.0.0.141 - - [2026-05-07 04:49:01] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.009423 10.0.0.141 - - [2026-05-07 04:49:01] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.007044 10.0.0.141 - - [2026-05-07 04:49:01] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.026076 10.0.0.141 - - [2026-05-07 04:49:01] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006792 10.0.0.141 - - [2026-05-07 04:49:01] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007085 10.0.0.141 - - [2026-05-07 04:49:01] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.027053 10.0.0.141 - - [2026-05-07 04:49:01] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006646 10.0.0.141 - - [2026-05-07 04:49:01] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005465 10.0.0.141 - - [2026-05-07 04:49:01] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.024408 10.0.0.141 - - [2026-05-07 04:49:01] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.007085 10.0.0.141 - - [2026-05-07 04:49:01] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2847 0.010228 10.0.0.141 - - [2026-05-07 04:49:01] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.023664 10.0.0.141 - - [2026-05-07 04:49:03] "POST /neutron/port HTTP/1.1" 200 1216 0.034858 10.0.0.141 - - [2026-05-07 04:49:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007290 10.0.0.141 - - [2026-05-07 04:49:03] "POST /neutron/port HTTP/1.1" 200 117 0.001488 10.0.0.141 - - [2026-05-07 04:49:08] "POST /neutron/port HTTP/1.1" 200 1127 0.027144 10.0.0.141 - - [2026-05-07 04:49:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012903 10.0.0.27 - - [2026-05-07 04:49:09] "GET /obj-perms HTTP/1.1" 200 5075 0.070141 10.0.0.141 - - [2026-05-07 04:49:11] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004835 10.0.0.141 - - [2026-05-07 04:49:11] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.006002 10.0.0.141 - - [2026-05-07 04:49:11] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.005068 10.0.0.141 - - [2026-05-07 04:49:11] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.039013 10.0.0.141 - - [2026-05-07 04:49:11] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.046911 10.0.0.141 - - [2026-05-07 04:49:11] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.005675 10.0.0.141 - - [2026-05-07 04:49:11] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.005841 10.0.0.141 - - [2026-05-07 04:49:11] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.052738 10.0.0.141 - - [2026-05-07 04:49:12] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.064367 10.0.0.141 - - [2026-05-07 04:49:12] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2910 0.008099 10.0.0.141 - - [2026-05-07 04:49:12] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2910 0.007656 10.0.0.141 - - [2026-05-07 04:49:12] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.047258 10.0.0.141 - - [2026-05-07 04:49:12] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.087162 10.0.0.141 - - [2026-05-07 04:49:12] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.012362 10.0.0.141 - - [2026-05-07 04:49:12] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.012661 10.0.0.141 - - [2026-05-07 04:49:12] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.032234 10.0.0.141 - - [2026-05-07 04:49:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004527 10.0.0.141 - - [2026-05-07 04:49:12] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006339 10.0.0.141 - - [2026-05-07 04:49:12] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005051 10.0.0.141 - - [2026-05-07 04:49:12] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.033529 10.0.0.141 - - [2026-05-07 04:49:12] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.048515 10.0.0.141 - - [2026-05-07 04:49:12] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.006467 10.0.0.141 - - [2026-05-07 04:49:12] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.005673 10.0.0.141 - - [2026-05-07 04:49:12] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.045277 10.0.0.141 - - [2026-05-07 04:49:12] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.060822 10.0.0.141 - - [2026-05-07 04:49:12] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2910 0.009946 10.0.0.141 - - [2026-05-07 04:49:12] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2910 0.006589 10.0.0.141 - - [2026-05-07 04:49:13] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.050651 10.0.0.141 - - [2026-05-07 04:49:13] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.055416 10.0.0.141 - - [2026-05-07 04:49:13] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.017048 10.0.0.141 - - [2026-05-07 04:49:13] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.016195 10.0.0.141 - - [2026-05-07 04:49:13] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.032376 10.0.0.141 - - [2026-05-07 04:49:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004359 10.0.0.141 - - [2026-05-07 04:49:13] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006144 10.0.0.141 - - [2026-05-07 04:49:13] "GET /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006916 10.0.0.141 - - [2026-05-07 04:49:13] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.046402 10.0.0.141 - - [2026-05-07 04:49:13] "PUT /bgp-router/30153f86-2567-48d0-b446-fa5227497dd2 HTTP/1.1" 200 254 0.052442 10.0.0.141 - - [2026-05-07 04:49:13] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.008303 10.0.0.141 - - [2026-05-07 04:49:13] "GET /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006082 10.0.0.141 - - [2026-05-07 04:49:13] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.051037 10.0.0.141 - - [2026-05-07 04:49:13] "PUT /bgp-router/d4f79f6c-c7b7-488d-a929-a1e37c883025 HTTP/1.1" 200 254 0.057271 10.0.0.141 - - [2026-05-07 04:49:13] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2910 0.007392 10.0.0.141 - - [2026-05-07 04:49:13] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2910 0.007472 10.0.0.141 - - [2026-05-07 04:49:13] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.051860 10.0.0.141 - - [2026-05-07 04:49:13] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.046150 10.0.0.141 - - [2026-05-07 04:49:14] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2910 0.007172 10.0.0.141 - - [2026-05-07 04:49:14] "GET /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2910 0.008226 10.0.0.141 - - [2026-05-07 04:49:14] "PUT /bgp-router/33778e82-2b1a-4704-80a9-641e5e09fa6e HTTP/1.1" 200 254 0.023563 10.0.0.141 - - [2026-05-07 04:49:14] "POST /ref-update HTTP/1.1" 200 156 0.088010 10.0.0.249 - - [2026-05-07 04:49:14] "DELETE /access-control-list/5e41894a-af02-4a7f-b376-a089f89ec4c3 HTTP/1.1" 200 115 0.057560 10.0.0.141 - - [2026-05-07 04:49:14] "GET /virtual-network/d9498181-9c94-4951-8f05-82acb58473f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.011888 10.0.0.141 - - [2026-05-07 04:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006692 10.0.0.141 - - [2026-05-07 04:49:14] "GET /network-policy/9c2cebf8-ab5a-4cb4-9c41-6c53dee2ac39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.009268 10.0.0.141 - - [2026-05-07 04:49:14] "POST /ref-update HTTP/1.1" 200 156 0.072553 10.0.0.249 - - [2026-05-07 04:49:14] "POST /ref-update HTTP/1.1" 200 156 0.036931 10.0.0.141 - - [2026-05-07 04:49:14] "GET /virtual-network/cdd95961-d8c1-4879-993b-1e6f48f14d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.013340 10.0.0.141 - - [2026-05-07 04:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.015399 10.0.0.141 - - [2026-05-07 04:49:14] "GET /network-policy/9c2cebf8-ab5a-4cb4-9c41-6c53dee2ac39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008557 10.0.0.141 - - [2026-05-07 04:49:14] "POST /neutron/port HTTP/1.1" 200 1127 0.036026 10.0.0.141 - - [2026-05-07 04:49:14] "DELETE /network-policy/9c2cebf8-ab5a-4cb4-9c41-6c53dee2ac39 HTTP/1.1" 200 115 0.052048 10.0.0.141 - - [2026-05-07 04:49:15] "POST /neutron/port HTTP/1.1" 200 1117 0.026555 10.0.0.141 - - [2026-05-07 04:49:15] "POST /neutron/port HTTP/1.1" 200 151 0.271258 10.0.0.27 - - [2026-05-07 04:49:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004933 10.0.0.27 - - [2026-05-07 04:49:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003890 10.0.0.141 - - [2026-05-07 04:49:17] "POST /neutron/network HTTP/1.1" 200 151 0.180178 10.0.0.249 - - [2026-05-07 04:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005763 10.0.0.249 - - [2026-05-07 04:49:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.014525 10.0.0.141 - - [2026-05-07 04:49:17] "POST /ref-update HTTP/1.1" 200 156 0.093157 10.0.0.141 - - [2026-05-07 04:49:17] "POST /neutron/network HTTP/1.1" 200 973 0.041615 10.0.0.141 - - [2026-05-07 04:49:17] "GET /virtual-network/ba1fb498-b6ce-48eb-aea5-3c0033126a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006829 10.0.0.141 - - [2026-05-07 04:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005221 10.0.0.249 - - [2026-05-07 04:49:17] "POST /ref-update HTTP/1.1" 200 156 0.043115 10.0.0.141 - - [2026-05-07 04:49:17] "GET /network-policy/8dc0da59-7117-4824-a0e6-ec261dc779be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005247 10.0.0.141 - - [2026-05-07 04:49:17] "POST /ref-update HTTP/1.1" 200 156 0.072513 10.0.0.141 - - [2026-05-07 04:49:17] "GET /virtual-network/7a33df74-48e2-47f1-be14-5e4580751dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.011029 10.0.0.141 - - [2026-05-07 04:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005669 10.0.0.141 - - [2026-05-07 04:49:17] "GET /network-policy/8dc0da59-7117-4824-a0e6-ec261dc779be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005250 10.0.0.141 - - [2026-05-07 04:49:17] "DELETE /network-policy/8dc0da59-7117-4824-a0e6-ec261dc779be HTTP/1.1" 200 115 0.045277 10.0.0.141 - - [2026-05-07 04:49:18] "POST /neutron/port HTTP/1.1" 200 1216 0.027591 10.0.0.141 - - [2026-05-07 04:49:18] "POST /neutron/network HTTP/1.1" 400 204 0.020755 10.0.0.141 - - [2026-05-07 04:49:18] "POST /neutron/subnet HTTP/1.1" 200 1375 0.024612 10.0.0.141 - - [2026-05-07 04:49:18] "POST /neutron/network HTTP/1.1" 200 1111 0.017583 10.0.0.141 - - [2026-05-07 04:49:18] "POST /neutron/port HTTP/1.1" 200 151 0.359742 10.0.0.141 - - [2026-05-07 04:49:19] "POST /neutron/port HTTP/1.1" 200 151 0.425129 10.0.0.249 - - [2026-05-07 04:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005335 10.0.0.141 - - [2026-05-07 04:49:20] "POST /neutron/network HTTP/1.1" 200 974 0.014604 10.0.0.249 - - [2026-05-07 04:49:20] "DELETE /route-target/5a517365-f502-4231-8e77-17f229ea02b4 HTTP/1.1" 200 115 0.033486 10.0.0.27 - - [2026-05-07 04:49:22] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001206 10.0.0.141 - - [2026-05-07 04:49:22] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.066122 10.0.0.27 - - [2026-05-07 04:49:22] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001385 10.0.0.141 - - [2026-05-07 04:49:22] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?fields=virtual_networks HTTP/1.1" 200 1048 0.069305 10.0.0.27 - - [2026-05-07 04:49:22] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001613 10.0.0.141 - - [2026-05-07 04:49:22] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.064914 10.0.0.27 - - [2026-05-07 04:49:22] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.141 - - [2026-05-07 04:49:22] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?fields=security_groups HTTP/1.1" 200 1282 0.062461 10.0.0.141 - - [2026-05-07 04:49:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.035151 10.0.0.27 - - [2026-05-07 04:49:23] "GET /projects?obj_uuids=e9e33e9a-f62d-47bf-8fc3-6031239bb606&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003705 10.0.0.27 - - [2026-05-07 04:49:23] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.27 - - [2026-05-07 04:49:23] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009263 10.0.0.27 - - [2026-05-07 04:49:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.002824 10.0.0.27 - - [2026-05-07 04:49:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.008029 10.0.0.27 - - [2026-05-07 04:49:23] "POST /security-groups HTTP/1.1" 200 586 0.043318 10.0.0.27 - - [2026-05-07 04:49:23] "POST /projects HTTP/1.1" 200 575 0.297918 10.0.0.27 - - [2026-05-07 04:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.335098 10.0.0.249 - - [2026-05-07 04:49:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.012015 10.0.0.141 - - [2026-05-07 04:49:24] "GET /project/e9e33e9a-f62d-47bf-8fc3-6031239bb606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.510705 10.0.0.249 - - [2026-05-07 04:49:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.249 - - [2026-05-07 04:49:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.141 - - [2026-05-07 04:49:25] "GET / HTTP/1.1" 200 35931 0.002542 10.0.0.27 - - [2026-05-07 04:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000594 10.0.0.27 - - [2026-05-07 04:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.249 - - [2026-05-07 04:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000568 10.0.0.249 - - [2026-05-07 04:49:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.141 - - [2026-05-07 04:49:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.27 - - [2026-05-07 04:49:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.141 - - [2026-05-07 04:49:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.27 - - [2026-05-07 04:49:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.141 - - [2026-05-07 04:49:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.141 - - [2026-05-07 04:49:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.141 - - [2026-05-07 04:49:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000514 10.0.0.141 - - [2026-05-07 04:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.034240 10.0.0.141 - - [2026-05-07 04:49:28] "GET /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005538 10.0.0.141 - - [2026-05-07 04:49:28] "GET /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005477 10.0.0.141 - - [2026-05-07 04:49:28] "GET /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005839 10.0.0.141 - - [2026-05-07 04:49:28] "PUT /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd HTTP/1.1" 200 264 0.018322 10.0.0.141 - - [2026-05-07 04:49:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.031773 10.0.0.27 - - [2026-05-07 04:49:30] "GET /projects?obj_uuids=2446c936-6211-4f04-886c-b4367bf4da82&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006374 10.0.0.27 - - [2026-05-07 04:49:30] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001971 10.0.0.27 - - [2026-05-07 04:49:30] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012053 10.0.0.27 - - [2026-05-07 04:49:30] "POST /id-to-fqname HTTP/1.1" 200 185 0.005713 10.0.0.27 - - [2026-05-07 04:49:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.006156 10.0.0.27 - - [2026-05-07 04:49:30] "POST /security-groups HTTP/1.1" 200 586 0.038531 10.0.0.27 - - [2026-05-07 04:49:30] "POST /projects HTTP/1.1" 200 575 0.281338 10.0.0.27 - - [2026-05-07 04:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.320512 10.0.0.249 - - [2026-05-07 04:49:31] "POST /access-control-lists HTTP/1.1" 200 591 0.035221 10.0.0.141 - - [2026-05-07 04:49:31] "GET /project/2446c936-6211-4f04-886c-b4367bf4da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.510057 10.0.0.141 - - [2026-05-07 04:49:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.040232 10.0.0.27 - - [2026-05-07 04:49:31] "GET /projects?obj_uuids=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003473 10.0.0.27 - - [2026-05-07 04:49:31] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001848 10.0.0.27 - - [2026-05-07 04:49:31] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009317 10.0.0.27 - - [2026-05-07 04:49:31] "POST /id-to-fqname HTTP/1.1" 200 185 0.003034 10.0.0.27 - - [2026-05-07 04:49:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.008125 10.0.0.27 - - [2026-05-07 04:49:32] "POST /security-groups HTTP/1.1" 200 586 0.042295 10.0.0.249 - - [2026-05-07 04:49:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.006113 10.0.0.27 - - [2026-05-07 04:49:32] "POST /projects HTTP/1.1" 200 575 0.307489 10.0.0.27 - - [2026-05-07 04:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.362863 10.0.0.141 - - [2026-05-07 04:49:32] "GET /project/c4c51c1b-658f-43e5-b3e4-d39b30f394dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.545931 10.0.0.249 - - [2026-05-07 04:49:32] "POST /access-control-lists HTTP/1.1" 200 589 0.062997 10.0.0.141 - - [2026-05-07 04:49:32] "GET / HTTP/1.1" 200 35931 0.002306 10.0.0.141 - - [2026-05-07 04:49:33] "GET / HTTP/1.1" 200 35931 0.001774 10.0.0.141 - - [2026-05-07 04:49:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.003937 10.0.0.141 - - [2026-05-07 04:49:34] "POST /api-access-lists HTTP/1.1" 200 521 0.033972 10.0.0.141 - - [2026-05-07 04:49:34] "GET /api-access-list/83f8e131-1430-4e44-b585-5396c41f7aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.007051 10.0.0.141 - - [2026-05-07 04:49:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000587 10.0.0.141 - - [2026-05-07 04:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.173880 10.0.0.27 - - [2026-05-07 04:49:35] "GET /projects?obj_uuids=2446c936-6211-4f04-886c-b4367bf4da82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001731 10.0.0.141 - - [2026-05-07 04:49:35] "GET /project/2446c936-6211-4f04-886c-b4367bf4da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.089727 10.0.0.141 - - [2026-05-07 04:49:35] "GET /virtual-networks?parent_id=2446c936-6211-4f04-886c-b4367bf4da82&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.027427 10.0.0.141 - - [2026-05-07 04:49:35] "POST /virtual-networks HTTP/1.1" 200 568 0.140438 10.0.0.141 - - [2026-05-07 04:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.042734 10.0.0.141 - - [2026-05-07 04:49:35] "GET /network-ipam/27f33cd2-137d-4950-8cf0-986cca16b574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.025646 10.0.0.27 - - [2026-05-07 04:49:35] "POST /useragent-kv HTTP/1.1" 200 115 0.009878 10.0.0.141 - - [2026-05-07 04:49:35] "POST /ref-update HTTP/1.1" 200 156 0.147447 10.0.0.141 - - [2026-05-07 04:49:36] "POST /neutron/network HTTP/1.1" 200 833 0.082372 10.0.0.141 - - [2026-05-07 04:49:36] "GET /virtual-network/dc36e1f1-2fc2-48ef-8b1c-cf7f3ad616bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.029417 10.0.0.141 - - [2026-05-07 04:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.033732 10.0.0.141 - - [2026-05-07 04:49:38] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.095424 10.0.0.141 - - [2026-05-07 04:49:39] "GET /virtual-network/dc36e1f1-2fc2-48ef-8b1c-cf7f3ad616bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.087978 10.0.0.141 - - [2026-05-07 04:49:39] "POST /id-to-fqname HTTP/1.1" 401 293 0.000745 10.0.0.141 - - [2026-05-07 04:49:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.055064 10.0.0.141 - - [2026-05-07 04:49:40] "POST /neutron/port HTTP/1.1" 200 4182 0.085193 10.0.0.249 - - [2026-05-07 04:49:41] "DELETE /access-control-list/57f7ed9c-b543-4920-af7e-4555e386c27f HTTP/1.1" 200 115 0.062094 10.0.0.27 - - [2026-05-07 04:49:41] "GET /projects?obj_uuids=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001573 10.0.0.141 - - [2026-05-07 04:49:41] "GET /project/c4c51c1b-658f-43e5-b3e4-d39b30f394dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.120927 10.0.0.27 - - [2026-05-07 04:49:41] "GET /projects?obj_uuids=2ae9a4b1-6b9a-4f15-9e81-55d511cd9973&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001202 10.0.0.27 - - [2026-05-07 04:49:41] "DELETE /project/2446c93662114f04886cb4367bf4da82 HTTP/1.1" 404 173 0.014672 10.0.0.27 - - [2026-05-07 04:49:41] "DELETE /project/c4c51c1b658f43e5b3e4d39b30f394dc HTTP/1.1" 404 173 0.018531 10.0.0.27 - - [2026-05-07 04:49:41] "DELETE /project/e9e33e9af62d47bf8fc36031239bb606 HTTP/1.1" 404 173 0.015555 10.0.0.27 - - [2026-05-07 04:49:41] "GET /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 500 237 0.138620 10.0.0.27 - - [2026-05-07 04:49:41] "DELETE /project/2ae9a4b1-6b9a-4f15-9e81-55d511cd9973 HTTP/1.1" 404 171 0.154600 10.0.0.141 - - [2026-05-07 04:49:41] "POST /neutron/port HTTP/1.1" 200 4182 0.052539 10.0.0.141 - - [2026-05-07 04:49:42] "POST /neutron/network HTTP/1.1" 200 843 0.107208 10.0.0.141 - - [2026-05-07 04:49:43] "POST /neutron/port HTTP/1.1" 200 1056 0.024252 10.0.0.141 - - [2026-05-07 04:49:43] "POST /neutron/port HTTP/1.1" 200 1120 0.027647 10.0.0.141 - - [2026-05-07 04:49:43] "POST /neutron/port HTTP/1.1" 200 117 0.001722 10.0.0.141 - - [2026-05-07 04:49:47] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010619 10.0.0.141 - - [2026-05-07 04:49:47] "POST /neutron/port HTTP/1.1" 200 1120 0.022868 10.0.0.141 - - [2026-05-07 04:49:47] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008536 10.0.0.141 - - [2026-05-07 04:49:47] "GET /virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc HTTP/1.1" 401 293 0.000495 10.0.0.141 - - [2026-05-07 04:49:47] "GET /virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc HTTP/1.1" 200 1288 0.069219 10.0.0.141 - - [2026-05-07 04:49:47] "GET /virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc HTTP/1.1" 200 1288 0.025809 10.0.0.141 - - [2026-05-07 04:49:47] "GET /virtual-machine-interface/797f6bac-e662-4267-9771-da7ff1dcc9f1 HTTP/1.1" 200 2530 0.053698 10.0.0.141 - - [2026-05-07 04:49:48] "GET /virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc HTTP/1.1" 200 1288 0.032846 10.0.0.141 - - [2026-05-07 04:49:48] "GET /virtual-machine-interface/797f6bac-e662-4267-9771-da7ff1dcc9f1 HTTP/1.1" 200 2530 0.045177 10.0.0.141 - - [2026-05-07 04:49:48] "GET /instance-ip/58bcec7e-e3e0-44f5-96da-b0bd3c196562 HTTP/1.1" 200 1626 0.046807 10.0.0.141 - - [2026-05-07 04:49:48] "GET /virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc HTTP/1.1" 200 1288 0.029493 10.0.0.141 - - [2026-05-07 04:49:48] "GET /virtual-machine-interface/797f6bac-e662-4267-9771-da7ff1dcc9f1 HTTP/1.1" 200 2530 0.035307 10.0.0.141 - - [2026-05-07 04:49:48] "GET /instance-ip/58bcec7e-e3e0-44f5-96da-b0bd3c196562 HTTP/1.1" 200 1626 0.024081 10.0.0.141 - - [2026-05-07 04:49:48] "POST /fqname-to-id HTTP/1.1" 403 339 0.026061 10.0.0.141 - - [2026-05-07 04:49:48] "GET / HTTP/1.1" 200 35931 0.002292 10.0.0.141 - - [2026-05-07 04:49:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000611 10.0.0.141 - - [2026-05-07 04:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.040355 10.0.0.141 - - [2026-05-07 04:49:49] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004560 10.0.0.141 - - [2026-05-07 04:49:49] "GET /virtual-networks?parent_id=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.040867 10.0.0.141 - - [2026-05-07 04:49:49] "POST /fqname-to-id HTTP/1.1" 403 339 0.025543 10.0.0.141 - - [2026-05-07 04:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.013489 10.0.0.141 - - [2026-05-07 04:49:49] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009558 10.0.0.141 - - [2026-05-07 04:49:49] "GET /virtual-networks?parent_id=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020649 10.0.0.141 - - [2026-05-07 04:49:49] "POST /fqname-to-id HTTP/1.1" 403 339 0.026720 10.0.0.141 - - [2026-05-07 04:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.141 - - [2026-05-07 04:49:49] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005888 10.0.0.141 - - [2026-05-07 04:49:49] "GET /virtual-networks?parent_id=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.044415 10.0.0.141 - - [2026-05-07 04:49:49] "POST /fqname-to-id HTTP/1.1" 403 339 0.020563 10.0.0.141 - - [2026-05-07 04:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006796 10.0.0.141 - - [2026-05-07 04:49:49] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007037 10.0.0.141 - - [2026-05-07 04:49:49] "GET /virtual-networks?parent_id=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026026 10.0.0.141 - - [2026-05-07 04:49:49] "POST /fqname-to-id HTTP/1.1" 403 339 0.023871 10.0.0.141 - - [2026-05-07 04:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006520 10.0.0.141 - - [2026-05-07 04:49:49] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004684 10.0.0.141 - - [2026-05-07 04:49:49] "GET /virtual-networks?parent_id=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.032355 10.0.0.141 - - [2026-05-07 04:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.025905 10.0.0.141 - - [2026-05-07 04:49:53] "GET /virtual-network/dc36e1f1-2fc2-48ef-8b1c-cf7f3ad616bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.031603 10.0.0.141 - - [2026-05-07 04:49:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.026443 10.0.0.141 - - [2026-05-07 04:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005465 10.0.0.141 - - [2026-05-07 04:49:55] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004820 10.0.0.141 - - [2026-05-07 04:49:55] "GET /virtual-networks?parent_id=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020896 10.0.0.141 - - [2026-05-07 04:49:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.021269 10.0.0.141 - - [2026-05-07 04:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.141 - - [2026-05-07 04:49:55] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004864 10.0.0.141 - - [2026-05-07 04:49:55] "GET /virtual-networks?parent_id=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021945 10.0.0.141 - - [2026-05-07 04:49:55] "POST /fqname-to-id HTTP/1.1" 403 361 0.035036 10.0.0.141 - - [2026-05-07 04:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005202 10.0.0.141 - - [2026-05-07 04:49:55] "GET /routing-instance/41f1f0c0-b457-4c74-b3c2-0b839e4f91e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.006167 10.0.0.141 - - [2026-05-07 04:49:55] "GET /route-target/489d27a8-0ea6-41d6-bed6-cdfe95990e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.022707 10.0.0.141 - - [2026-05-07 04:49:55] "GET /route-target/489d27a8-0ea6-41d6-bed6-cdfe95990e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005543 10.0.0.141 - - [2026-05-07 04:49:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.024974 10.0.0.141 - - [2026-05-07 04:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005713 10.0.0.141 - - [2026-05-07 04:49:55] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005010 10.0.0.141 - - [2026-05-07 04:49:55] "GET /virtual-networks?parent_id=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023524 10.0.0.141 - - [2026-05-07 04:49:56] "POST /fqname-to-id HTTP/1.1" 403 361 0.021448 10.0.0.141 - - [2026-05-07 04:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005257 10.0.0.141 - - [2026-05-07 04:49:56] "GET /routing-instance/41f1f0c0-b457-4c74-b3c2-0b839e4f91e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.006469 10.0.0.141 - - [2026-05-07 04:49:56] "GET /route-target/489d27a8-0ea6-41d6-bed6-cdfe95990e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.022402 10.0.0.141 - - [2026-05-07 04:49:56] "GET /route-target/489d27a8-0ea6-41d6-bed6-cdfe95990e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005470 10.0.0.141 - - [2026-05-07 04:49:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.024444 10.0.0.141 - - [2026-05-07 04:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005026 10.0.0.141 - - [2026-05-07 04:49:56] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006380 10.0.0.141 - - [2026-05-07 04:49:56] "GET /virtual-networks?parent_id=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024175 10.0.0.141 - - [2026-05-07 04:49:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.027641 10.0.0.141 - - [2026-05-07 04:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006256 10.0.0.141 - - [2026-05-07 04:49:56] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006370 10.0.0.141 - - [2026-05-07 04:49:56] "GET /virtual-networks?parent_id=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.031971 10.0.0.141 - - [2026-05-07 04:49:57] "GET /obj-perms HTTP/1.1" 200 4934 0.056759 10.0.0.141 - - [2026-05-07 04:49:57] "GET /obj-perms HTTP/1.1" 200 4934 0.022799 10.0.0.27 - - [2026-05-07 04:49:57] "GET /obj-perms HTTP/1.1" 200 4934 0.090494 10.0.0.141 - - [2026-05-07 04:49:57] "GET /obj-perms HTTP/1.1" 200 4934 0.046274 10.0.0.141 - - [2026-05-07 04:49:57] "GET /obj-perms HTTP/1.1" 200 4934 0.020982 10.0.0.27 - - [2026-05-07 04:49:57] "GET /virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.045267 10.0.0.141 - - [2026-05-07 04:49:57] "GET /obj-perms HTTP/1.1" 200 4934 0.028118 10.0.0.141 - - [2026-05-07 04:49:58] "GET /obj-perms HTTP/1.1" 200 4934 0.090517 10.0.0.249 - - [2026-05-07 04:49:59] "GET /obj-perms HTTP/1.1" 200 5039 0.070102 10.0.0.141 - - [2026-05-07 04:49:59] "GET /obj-perms HTTP/1.1" 200 4934 0.022691 10.0.0.141 - - [2026-05-07 04:49:59] "GET /obj-perms HTTP/1.1" 200 5039 0.084806 10.0.0.249 - - [2026-05-07 04:50:00] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.113834 10.0.0.141 - - [2026-05-07 04:50:00] "GET /virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc HTTP/1.1" 200 1288 0.033576 10.0.0.141 - - [2026-05-07 04:50:01] "POST /neutron/port HTTP/1.1" 200 1120 0.025042 10.0.0.141 - - [2026-05-07 04:50:03] "GET /virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc HTTP/1.1" 404 171 0.027162 10.0.0.141 - - [2026-05-07 04:50:03] "GET /virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc HTTP/1.1" 404 171 0.026431 10.0.0.141 - - [2026-05-07 04:50:03] "GET /virtual-machine/ef6e6cbc-a6dc-4a34-9405-b4db587074cc HTTP/1.1" 404 171 0.024605 10.0.0.141 - - [2026-05-07 04:50:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.025138 10.0.0.141 - - [2026-05-07 04:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.141 - - [2026-05-07 04:50:03] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005639 10.0.0.141 - - [2026-05-07 04:50:03] "GET /virtual-networks?parent_id=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020947 10.0.0.141 - - [2026-05-07 04:50:03] "POST /fqname-to-id HTTP/1.1" 403 361 0.024476 10.0.0.141 - - [2026-05-07 04:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.141 - - [2026-05-07 04:50:03] "GET /routing-instance/41f1f0c0-b457-4c74-b3c2-0b839e4f91e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.007128 10.0.0.141 - - [2026-05-07 04:50:03] "GET /route-target/489d27a8-0ea6-41d6-bed6-cdfe95990e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.024815 10.0.0.141 - - [2026-05-07 04:50:03] "GET /route-target/489d27a8-0ea6-41d6-bed6-cdfe95990e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005584 10.0.0.141 - - [2026-05-07 04:50:03] "GET /obj-perms HTTP/1.1" 200 4934 0.138212 10.0.0.141 - - [2026-05-07 04:50:04] "GET /obj-perms HTTP/1.1" 200 4934 0.088666 10.0.0.141 - - [2026-05-07 04:50:05] "POST /neutron/port HTTP/1.1" 200 1105 0.026320 10.0.0.141 - - [2026-05-07 04:50:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005549 10.0.0.141 - - [2026-05-07 04:50:05] "POST /neutron/network HTTP/1.1" 200 925 0.010322 10.0.0.141 - - [2026-05-07 04:50:10] "GET /obj-perms HTTP/1.1" 200 5075 0.088358 10.0.0.249 - - [2026-05-07 04:50:10] "GET /obj-perms HTTP/1.1" 200 5075 0.080643 10.0.0.141 - - [2026-05-07 04:50:16] "GET /obj-perms HTTP/1.1" 200 5039 0.005814 10.0.0.249 - - [2026-05-07 04:50:16] "GET /obj-perms HTTP/1.1" 200 5039 0.005095 10.0.0.141 - - [2026-05-07 04:50:20] "POST /neutron/network HTTP/1.1" 200 935 0.010698 10.0.0.141 - - [2026-05-07 04:50:20] "POST /neutron/port HTTP/1.1" 200 117 0.001486 10.0.0.141 - - [2026-05-07 04:50:26] "GET /obj-perms HTTP/1.1" 200 5039 0.005498 10.0.0.249 - - [2026-05-07 04:50:26] "GET /obj-perms HTTP/1.1" 200 5039 0.004848 10.0.0.141 - - [2026-05-07 04:50:29] "GET /obj-perms HTTP/1.1" 200 5039 0.004729 10.0.0.27 - - [2026-05-07 04:50:29] "GET /obj-perms HTTP/1.1" 200 5039 0.074465 10.0.0.27 - - [2026-05-07 04:50:30] "POST /useragent-kv HTTP/1.1" 200 115 0.005835 10.0.0.27 - - [2026-05-07 04:50:30] "POST /useragent-kv HTTP/1.1" 200 115 0.005010 10.0.0.141 - - [2026-05-07 04:50:30] "DELETE /virtual-network/dc36e1f1-2fc2-48ef-8b1c-cf7f3ad616bc HTTP/1.1" 200 115 0.201565 10.0.0.249 - - [2026-05-07 04:50:30] "DELETE /route-target/489d27a8-0ea6-41d6-bed6-cdfe95990e3c HTTP/1.1" 200 115 0.045442 10.0.0.141 - - [2026-05-07 04:50:30] "DELETE /api-access-list/83f8e131-1430-4e44-b585-5396c41f7aaa HTTP/1.1" 200 115 0.060947 10.0.0.27 - - [2026-05-07 04:50:30] "GET /projects?obj_uuids=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002401 10.0.0.141 - - [2026-05-07 04:50:30] "GET /project/c4c51c1b-658f-43e5-b3e4-d39b30f394dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.054020 10.0.0.27 - - [2026-05-07 04:50:30] "GET /projects?obj_uuids=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001154 10.0.0.141 - - [2026-05-07 04:50:30] "GET /project/c4c51c1b-658f-43e5-b3e4-d39b30f394dc?fields=virtual_networks HTTP/1.1" 200 1023 0.057032 10.0.0.27 - - [2026-05-07 04:50:30] "GET /projects?obj_uuids=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002111 10.0.0.141 - - [2026-05-07 04:50:30] "GET /project/c4c51c1b-658f-43e5-b3e4-d39b30f394dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.063178 10.0.0.27 - - [2026-05-07 04:50:30] "GET /projects?obj_uuids=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001299 10.0.0.141 - - [2026-05-07 04:50:30] "GET /project/c4c51c1b-658f-43e5-b3e4-d39b30f394dc?fields=security_groups HTTP/1.1" 200 1244 0.061914 10.0.0.27 - - [2026-05-07 04:50:31] "GET /projects?obj_uuids=2446c936-6211-4f04-886c-b4367bf4da82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001360 10.0.0.141 - - [2026-05-07 04:50:31] "GET /project/2446c936-6211-4f04-886c-b4367bf4da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.068558 10.0.0.27 - - [2026-05-07 04:50:31] "GET /projects?obj_uuids=2446c936-6211-4f04-886c-b4367bf4da82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001619 10.0.0.141 - - [2026-05-07 04:50:31] "GET /project/2446c936-6211-4f04-886c-b4367bf4da82?fields=virtual_networks HTTP/1.1" 200 1021 0.063540 10.0.0.27 - - [2026-05-07 04:50:31] "GET /projects?obj_uuids=2446c936-6211-4f04-886c-b4367bf4da82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001422 10.0.0.141 - - [2026-05-07 04:50:31] "GET /project/2446c936-6211-4f04-886c-b4367bf4da82?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.053658 10.0.0.27 - - [2026-05-07 04:50:31] "GET /projects?obj_uuids=2446c936-6211-4f04-886c-b4367bf4da82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001610 10.0.0.141 - - [2026-05-07 04:50:31] "GET /project/2446c936-6211-4f04-886c-b4367bf4da82?fields=security_groups HTTP/1.1" 200 1242 0.064995 10.0.0.141 - - [2026-05-07 04:50:34] "GET /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004854 10.0.0.141 - - [2026-05-07 04:50:34] "PUT /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd HTTP/1.1" 200 264 0.018003 10.0.0.27 - - [2026-05-07 04:50:34] "GET /projects?obj_uuids=e9e33e9a-f62d-47bf-8fc3-6031239bb606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001709 10.0.0.141 - - [2026-05-07 04:50:34] "GET /project/e9e33e9a-f62d-47bf-8fc3-6031239bb606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.084079 10.0.0.27 - - [2026-05-07 04:50:34] "GET /projects?obj_uuids=e9e33e9a-f62d-47bf-8fc3-6031239bb606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001641 10.0.0.141 - - [2026-05-07 04:50:34] "GET /project/e9e33e9a-f62d-47bf-8fc3-6031239bb606?fields=virtual_networks HTTP/1.1" 200 1023 0.077609 10.0.0.27 - - [2026-05-07 04:50:34] "GET /projects?obj_uuids=e9e33e9a-f62d-47bf-8fc3-6031239bb606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001376 10.0.0.141 - - [2026-05-07 04:50:34] "GET /project/e9e33e9a-f62d-47bf-8fc3-6031239bb606?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.065048 10.0.0.27 - - [2026-05-07 04:50:34] "GET /projects?obj_uuids=e9e33e9a-f62d-47bf-8fc3-6031239bb606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001185 10.0.0.141 - - [2026-05-07 04:50:34] "GET /project/e9e33e9a-f62d-47bf-8fc3-6031239bb606?fields=security_groups HTTP/1.1" 200 1244 0.065338 10.0.0.141 - - [2026-05-07 04:50:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.041949 10.0.0.27 - - [2026-05-07 04:50:36] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004135 10.0.0.27 - - [2026-05-07 04:50:36] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.111793 10.0.0.27 - - [2026-05-07 04:50:36] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.125514 10.0.0.27 - - [2026-05-07 04:50:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.007200 10.0.0.27 - - [2026-05-07 04:50:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.008531 10.0.0.27 - - [2026-05-07 04:50:36] "POST /security-groups HTTP/1.1" 200 591 0.104040 10.0.0.27 - - [2026-05-07 04:50:36] "POST /projects HTTP/1.1" 200 585 0.372662 10.0.0.27 - - [2026-05-07 04:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.422709 10.0.0.249 - - [2026-05-07 04:50:36] "POST /fqname-to-id HTTP/1.1" 404 233 0.005471 10.0.0.141 - - [2026-05-07 04:50:37] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.756088 10.0.0.141 - - [2026-05-07 04:50:38] "GET / HTTP/1.1" 200 35931 0.003860 10.0.0.141 - - [2026-05-07 04:50:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000499 10.0.0.141 - - [2026-05-07 04:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.040888 10.0.0.141 - - [2026-05-07 04:50:41] "GET /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004582 10.0.0.141 - - [2026-05-07 04:50:41] "GET /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004517 10.0.0.141 - - [2026-05-07 04:50:41] "GET /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004353 10.0.0.141 - - [2026-05-07 04:50:41] "PUT /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd HTTP/1.1" 200 264 0.017447 10.0.0.27 - - [2026-05-07 04:50:41] "DELETE /project/688714531ba84bcf971944e38da95f5b HTTP/1.1" 404 173 0.014131 10.0.0.27 - - [2026-05-07 04:50:41] "GET /projects?obj_uuids=2446c936-6211-4f04-886c-b4367bf4da82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000964 10.0.0.27 - - [2026-05-07 04:50:41] "GET /projects?obj_uuids=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000816 10.0.0.27 - - [2026-05-07 04:50:41] "GET /projects?obj_uuids=e9e33e9a-f62d-47bf-8fc3-6031239bb606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000813 10.0.0.27 - - [2026-05-07 04:50:41] "GET /project/e9e33e9a-f62d-47bf-8fc3-6031239bb606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.107239 10.0.0.27 - - [2026-05-07 04:50:41] "GET /project/c4c51c1b-658f-43e5-b3e4-d39b30f394dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.127412 10.0.0.27 - - [2026-05-07 04:50:41] "GET /projects?obj_uuids=e9e33e9a-f62d-47bf-8fc3-6031239bb606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002141 10.0.0.27 - - [2026-05-07 04:50:41] "GET /project/2446c936-6211-4f04-886c-b4367bf4da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.156728 10.0.0.27 - - [2026-05-07 04:50:41] "GET /projects?obj_uuids=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002160 10.0.0.27 - - [2026-05-07 04:50:41] "GET /projects?obj_uuids=2446c936-6211-4f04-886c-b4367bf4da82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001977 10.0.0.27 - - [2026-05-07 04:50:41] "GET /project/e9e33e9a-f62d-47bf-8fc3-6031239bb606?fields=security_groups HTTP/1.1" 200 1349 0.120368 10.0.0.27 - - [2026-05-07 04:50:42] "GET /project/2446c936-6211-4f04-886c-b4367bf4da82?fields=security_groups HTTP/1.1" 200 1347 0.110035 10.0.0.27 - - [2026-05-07 04:50:42] "GET /project/c4c51c1b-658f-43e5-b3e4-d39b30f394dc?fields=security_groups HTTP/1.1" 200 1349 0.207463 10.0.0.27 - - [2026-05-07 04:50:42] "DELETE /security-group/011d56a7-77f0-4e62-bbc7-c37d15667875 HTTP/1.1" 200 115 0.186026 10.0.0.27 - - [2026-05-07 04:50:42] "GET /projects?obj_uuids=e9e33e9a-f62d-47bf-8fc3-6031239bb606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001341 10.0.0.27 - - [2026-05-07 04:50:42] "DELETE /security-group/f02d5542-3af1-49c8-95e5-f0eedcfa14ae HTTP/1.1" 200 115 0.176820 10.0.0.27 - - [2026-05-07 04:50:42] "GET /projects?obj_uuids=2446c936-6211-4f04-886c-b4367bf4da82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002369 10.0.0.27 - - [2026-05-07 04:50:42] "GET /project/e9e33e9a-f62d-47bf-8fc3-6031239bb606?fields=application_policy_sets HTTP/1.1" 200 1388 0.197017 10.0.0.27 - - [2026-05-07 04:50:42] "DELETE /security-group/66d1edee-85e4-4be0-b299-91e4e735002b HTTP/1.1" 200 115 0.341743 10.0.0.27 - - [2026-05-07 04:50:42] "GET /project/2446c936-6211-4f04-886c-b4367bf4da82?fields=application_policy_sets HTTP/1.1" 200 1386 0.289780 10.0.0.27 - - [2026-05-07 04:50:42] "GET /projects?obj_uuids=c4c51c1b-658f-43e5-b3e4-d39b30f394dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001252 10.0.0.249 - - [2026-05-07 04:50:42] "DELETE /access-control-list/82f29389-4c42-49c0-83ff-38855064b422 HTTP/1.1" 200 115 0.190036 10.0.0.27 - - [2026-05-07 04:50:42] "GET /project/c4c51c1b-658f-43e5-b3e4-d39b30f394dc?fields=application_policy_sets HTTP/1.1" 200 1388 0.162539 10.0.0.27 - - [2026-05-07 04:50:42] "DELETE /project/e9e33e9a-f62d-47bf-8fc3-6031239bb606 HTTP/1.1" 404 190 1.027120 10.0.0.27 - - [2026-05-07 04:50:42] "DELETE /project/2446c936-6211-4f04-886c-b4367bf4da82 HTTP/1.1" 200 115 1.085582 10.0.0.27 - - [2026-05-07 04:50:42] "DELETE /project/c4c51c1b-658f-43e5-b3e4-d39b30f394dc HTTP/1.1" 200 115 1.176219 10.0.0.249 - - [2026-05-07 04:50:43] "DELETE /access-control-list/6229bc46-539d-4069-af4e-50a68a586450 HTTP/1.1" 200 115 0.058451 10.0.0.141 - - [2026-05-07 04:50:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.048893 10.0.0.27 - - [2026-05-07 04:50:43] "GET /projects?obj_uuids=416ad7eb-76c3-4649-8ca0-538e29ae51ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003711 10.0.0.27 - - [2026-05-07 04:50:43] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001340 10.0.0.27 - - [2026-05-07 04:50:43] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011053 10.0.0.27 - - [2026-05-07 04:50:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.005385 10.0.0.27 - - [2026-05-07 04:50:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.011859 10.0.0.27 - - [2026-05-07 04:50:44] "POST /security-groups HTTP/1.1" 200 591 0.073549 10.0.0.27 - - [2026-05-07 04:50:44] "POST /projects HTTP/1.1" 200 585 0.370008 10.0.0.27 - - [2026-05-07 04:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.419689 10.0.0.249 - - [2026-05-07 04:50:44] "POST /access-control-lists HTTP/1.1" 200 596 0.052209 10.0.0.141 - - [2026-05-07 04:50:44] "GET /project/416ad7eb-76c3-4649-8ca0-538e29ae51ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.654375 10.0.0.141 - - [2026-05-07 04:50:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.035466 10.0.0.27 - - [2026-05-07 04:50:44] "GET /projects?obj_uuids=d712d9cf-4132-4fe0-8bdf-9363a8e6bffd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004746 10.0.0.27 - - [2026-05-07 04:50:44] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001409 10.0.0.27 - - [2026-05-07 04:50:44] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009422 10.0.0.27 - - [2026-05-07 04:50:45] "POST /id-to-fqname HTTP/1.1" 200 190 0.010579 10.0.0.27 - - [2026-05-07 04:50:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.004658 10.0.0.27 - - [2026-05-07 04:50:45] "POST /security-groups HTTP/1.1" 200 591 0.086830 10.0.0.249 - - [2026-05-07 04:50:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.006402 10.0.0.27 - - [2026-05-07 04:50:45] "POST /projects HTTP/1.1" 200 585 0.339612 10.0.0.27 - - [2026-05-07 04:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.395636 10.0.0.141 - - [2026-05-07 04:50:45] "GET /project/d712d9cf-4132-4fe0-8bdf-9363a8e6bffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.573454 10.0.0.249 - - [2026-05-07 04:50:45] "POST /access-control-lists HTTP/1.1" 200 594 0.055292 10.0.0.141 - - [2026-05-07 04:50:46] "GET / HTTP/1.1" 200 35931 0.002043 10.0.0.141 - - [2026-05-07 04:50:47] "GET / HTTP/1.1" 200 35931 0.001703 10.0.0.141 - - [2026-05-07 04:50:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.004411 10.0.0.141 - - [2026-05-07 04:50:47] "POST /api-access-lists HTTP/1.1" 200 521 0.030390 10.0.0.141 - - [2026-05-07 04:50:47] "GET /api-access-list/15340743-f38d-46c7-835e-c0d3d1f0a56e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.008137 10.0.0.141 - - [2026-05-07 04:50:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000527 10.0.0.141 - - [2026-05-07 04:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.064774 10.0.0.27 - - [2026-05-07 04:50:48] "GET /projects?obj_uuids=416ad7eb-76c3-4649-8ca0-538e29ae51ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001821 10.0.0.141 - - [2026-05-07 04:50:48] "GET /project/416ad7eb-76c3-4649-8ca0-538e29ae51ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.081006 10.0.0.141 - - [2026-05-07 04:50:48] "GET /virtual-networks?parent_id=416ad7eb-76c3-4649-8ca0-538e29ae51ff&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025020 10.0.0.141 - - [2026-05-07 04:50:48] "POST /virtual-networks HTTP/1.1" 200 583 0.153342 10.0.0.141 - - [2026-05-07 04:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.040465 10.0.0.141 - - [2026-05-07 04:50:48] "GET /network-ipam/27f33cd2-137d-4950-8cf0-986cca16b574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.028923 10.0.0.27 - - [2026-05-07 04:50:49] "POST /useragent-kv HTTP/1.1" 200 115 0.009483 10.0.0.141 - - [2026-05-07 04:50:49] "POST /ref-update HTTP/1.1" 200 156 0.154002 10.0.0.141 - - [2026-05-07 04:50:49] "POST /neutron/network HTTP/1.1" 200 849 0.113598 10.0.0.141 - - [2026-05-07 04:50:49] "GET /virtual-network/b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.032308 10.0.0.141 - - [2026-05-07 04:50:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000849 10.0.0.141 - - [2026-05-07 04:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.061404 10.0.0.27 - - [2026-05-07 04:50:50] "GET /projects?obj_uuids=d712d9cf-4132-4fe0-8bdf-9363a8e6bffd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001676 10.0.0.141 - - [2026-05-07 04:50:50] "GET /project/d712d9cf-4132-4fe0-8bdf-9363a8e6bffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.087712 10.0.0.141 - - [2026-05-07 04:50:50] "GET /virtual-networks?parent_id=d712d9cf-4132-4fe0-8bdf-9363a8e6bffd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.031109 10.0.0.141 - - [2026-05-07 04:50:50] "POST /virtual-networks HTTP/1.1" 200 583 0.135288 10.0.0.249 - - [2026-05-07 04:50:50] "POST /route-targets HTTP/1.1" 200 327 0.019284 10.0.0.141 - - [2026-05-07 04:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.043132 10.0.0.141 - - [2026-05-07 04:50:50] "GET /network-ipam/27f33cd2-137d-4950-8cf0-986cca16b574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.025581 10.0.0.27 - - [2026-05-07 04:50:50] "POST /useragent-kv HTTP/1.1" 200 115 0.013440 10.0.0.141 - - [2026-05-07 04:50:50] "POST /ref-update HTTP/1.1" 200 156 0.134654 10.0.0.141 - - [2026-05-07 04:50:50] "POST /neutron/network HTTP/1.1" 200 847 0.105337 10.0.0.141 - - [2026-05-07 04:50:51] "GET /virtual-network/a33312b2-9a7b-42a6-ae9b-8aee0d70c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.030309 10.0.0.141 - - [2026-05-07 04:50:51] "POST /neutron/subnet HTTP/1.1" 200 674 0.067028 10.0.0.141 - - [2026-05-07 04:50:52] "GET /virtual-network/b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.065413 10.0.0.141 - - [2026-05-07 04:50:53] "GET /virtual-network/b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.056643 10.0.0.249 - - [2026-05-07 04:50:53] "GET /obj-perms HTTP/1.1" 403 257 0.055954 10.0.0.249 - - [2026-05-07 04:50:54] "GET /virtual-network/b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.022665 10.0.0.27 - - [2026-05-07 04:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.035048 10.0.0.141 - - [2026-05-07 04:50:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.047153 10.0.0.141 - - [2026-05-07 04:50:55] "GET /obj-perms HTTP/1.1" 200 5049 0.067573 10.0.0.141 - - [2026-05-07 04:50:55] "PUT /virtual-network/b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55 HTTP/1.1" 200 264 0.067356 10.0.0.141 - - [2026-05-07 04:50:55] "GET /virtual-network/b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.022969 10.0.0.141 - - [2026-05-07 04:50:56] "GET /virtual-network/b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.050301 10.0.0.249 - - [2026-05-07 04:50:56] "GET /virtual-network/b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.057185 10.0.0.27 - - [2026-05-07 04:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.141 - - [2026-05-07 04:50:57] "GET /virtual-network/b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.026930 10.0.0.141 - - [2026-05-07 04:50:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.050340 10.0.0.141 - - [2026-05-07 04:50:57] "GET /obj-perms HTTP/1.1" 200 5049 0.007936 10.0.0.141 - - [2026-05-07 04:50:57] "PUT /virtual-network/b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55 HTTP/1.1" 200 264 0.075497 10.0.0.27 - - [2026-05-07 04:50:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006794 10.0.0.27 - - [2026-05-07 04:50:57] "POST /useragent-kv HTTP/1.1" 200 115 0.009669 10.0.0.141 - - [2026-05-07 04:50:57] "DELETE /virtual-network/a33312b2-9a7b-42a6-ae9b-8aee0d70c993 HTTP/1.1" 200 115 0.223234 10.0.0.249 - - [2026-05-07 04:50:57] "DELETE /route-target/3e2bcc4b-3139-44f4-91d0-0c04a14a7388 HTTP/1.1" 200 115 0.079868 10.0.0.27 - - [2026-05-07 04:50:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006970 10.0.0.27 - - [2026-05-07 04:50:57] "POST /useragent-kv HTTP/1.1" 200 115 0.010416 10.0.0.141 - - [2026-05-07 04:50:57] "DELETE /virtual-network/b2bea8dc-0ba1-4b59-82ee-d5f952ec7e55 HTTP/1.1" 200 115 0.225372 10.0.0.141 - - [2026-05-07 04:50:58] "DELETE /api-access-list/15340743-f38d-46c7-835e-c0d3d1f0a56e HTTP/1.1" 200 115 0.065168 10.0.0.27 - - [2026-05-07 04:50:58] "GET /projects?obj_uuids=d712d9cf-4132-4fe0-8bdf-9363a8e6bffd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001262 10.0.0.141 - - [2026-05-07 04:50:58] "GET /project/d712d9cf-4132-4fe0-8bdf-9363a8e6bffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.076301 10.0.0.27 - - [2026-05-07 04:50:58] "GET /projects?obj_uuids=d712d9cf-4132-4fe0-8bdf-9363a8e6bffd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001663 10.0.0.141 - - [2026-05-07 04:50:58] "GET /project/d712d9cf-4132-4fe0-8bdf-9363a8e6bffd?fields=virtual_networks HTTP/1.1" 200 1033 0.068173 10.0.0.27 - - [2026-05-07 04:50:58] "GET /projects?obj_uuids=d712d9cf-4132-4fe0-8bdf-9363a8e6bffd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001324 10.0.0.141 - - [2026-05-07 04:50:58] "GET /project/d712d9cf-4132-4fe0-8bdf-9363a8e6bffd?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.068039 10.0.0.27 - - [2026-05-07 04:50:58] "GET /projects?obj_uuids=d712d9cf-4132-4fe0-8bdf-9363a8e6bffd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001734 10.0.0.141 - - [2026-05-07 04:50:58] "GET /project/d712d9cf-4132-4fe0-8bdf-9363a8e6bffd?fields=security_groups HTTP/1.1" 200 1259 0.060467 10.0.0.27 - - [2026-05-07 04:50:59] "GET /projects?obj_uuids=416ad7eb-76c3-4649-8ca0-538e29ae51ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002860 10.0.0.141 - - [2026-05-07 04:50:59] "GET /project/416ad7eb-76c3-4649-8ca0-538e29ae51ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056165 10.0.0.27 - - [2026-05-07 04:50:59] "GET /projects?obj_uuids=416ad7eb-76c3-4649-8ca0-538e29ae51ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001388 10.0.0.141 - - [2026-05-07 04:50:59] "GET /project/416ad7eb-76c3-4649-8ca0-538e29ae51ff?fields=virtual_networks HTTP/1.1" 200 1032 0.060209 10.0.0.27 - - [2026-05-07 04:50:59] "GET /projects?obj_uuids=416ad7eb-76c3-4649-8ca0-538e29ae51ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001349 10.0.0.141 - - [2026-05-07 04:50:59] "GET /project/416ad7eb-76c3-4649-8ca0-538e29ae51ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.054906 10.0.0.27 - - [2026-05-07 04:50:59] "GET /projects?obj_uuids=416ad7eb-76c3-4649-8ca0-538e29ae51ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001303 10.0.0.141 - - [2026-05-07 04:50:59] "GET /project/416ad7eb-76c3-4649-8ca0-538e29ae51ff?fields=security_groups HTTP/1.1" 200 1258 0.072685 10.0.0.141 - - [2026-05-07 04:51:03] "GET / HTTP/1.1" 200 35931 0.002212 10.0.0.141 - - [2026-05-07 04:51:04] "GET / HTTP/1.1" 200 35931 0.001960 10.0.0.141 - - [2026-05-07 04:51:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000541 10.0.0.141 - - [2026-05-07 04:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.121611 10.0.0.27 - - [2026-05-07 04:51:05] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.141 - - [2026-05-07 04:51:05] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.095540 10.0.0.141 - - [2026-05-07 04:51:05] "GET /virtual-networks?parent_id=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.017860 10.0.0.141 - - [2026-05-07 04:51:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.019559 10.0.0.141 - - [2026-05-07 04:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.019728 10.0.0.27 - - [2026-05-07 04:51:05] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001401 10.0.0.141 - - [2026-05-07 04:51:05] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.031093 10.0.0.141 - - [2026-05-07 04:51:05] "POST /service-templates HTTP/1.1" 403 264 0.017560 10.0.0.141 - - [2026-05-07 04:51:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.006382 10.0.0.141 - - [2026-05-07 04:51:05] "POST /api-access-lists HTTP/1.1" 200 555 0.056249 10.0.0.141 - - [2026-05-07 04:51:05] "GET /api-access-list/fb1a0b94-ce36-4fd9-99bd-12d9c30c41bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.008058 10.0.0.141 - - [2026-05-07 04:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.030118 10.0.0.27 - - [2026-05-07 04:51:05] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001412 10.0.0.141 - - [2026-05-07 04:51:06] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.102836 10.0.0.141 - - [2026-05-07 04:51:06] "GET /virtual-networks?parent_id=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.030171 10.0.0.141 - - [2026-05-07 04:51:06] "POST /virtual-networks HTTP/1.1" 200 583 0.125040 10.0.0.249 - - [2026-05-07 04:51:06] "POST /route-targets HTTP/1.1" 200 327 0.018541 10.0.0.141 - - [2026-05-07 04:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.030706 10.0.0.141 - - [2026-05-07 04:51:06] "GET /network-ipam/27f33cd2-137d-4950-8cf0-986cca16b574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.031024 10.0.0.27 - - [2026-05-07 04:51:06] "POST /useragent-kv HTTP/1.1" 200 115 0.011188 10.0.0.141 - - [2026-05-07 04:51:06] "POST /ref-update HTTP/1.1" 200 156 0.117855 10.0.0.141 - - [2026-05-07 04:51:06] "GET /virtual-network/6d5f22d5-b470-4259-a656-cc87b61410ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.027988 10.0.0.141 - - [2026-05-07 04:51:07] "POST /neutron/network HTTP/1.1" 200 849 0.077811 10.0.0.141 - - [2026-05-07 04:51:07] "GET /virtual-network/6d5f22d5-b470-4259-a656-cc87b61410ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007001 10.0.0.141 - - [2026-05-07 04:51:07] "GET /network-ipam/27f33cd2-137d-4950-8cf0-986cca16b574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.006689 10.0.0.141 - - [2026-05-07 04:51:07] "GET /virtual-network/6d5f22d5-b470-4259-a656-cc87b61410ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.009021 10.0.0.141 - - [2026-05-07 04:51:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.024838 10.0.0.141 - - [2026-05-07 04:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.024132 10.0.0.27 - - [2026-05-07 04:51:08] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.141 - - [2026-05-07 04:51:08] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.033631 10.0.0.141 - - [2026-05-07 04:51:08] "POST /service-templates HTTP/1.1" 403 264 0.018451 10.0.0.141 - - [2026-05-07 04:51:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.005497 10.0.0.141 - - [2026-05-07 04:51:09] "POST /api-access-lists HTTP/1.1" 200 521 0.028599 10.0.0.141 - - [2026-05-07 04:51:09] "GET /api-access-list/b9627f91-1608-4879-8482-55dd04846f1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.007816 10.0.0.141 - - [2026-05-07 04:51:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.034432 10.0.0.141 - - [2026-05-07 04:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.025423 10.0.0.27 - - [2026-05-07 04:51:09] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.141 - - [2026-05-07 04:51:09] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.036689 10.0.0.141 - - [2026-05-07 04:51:09] "POST /service-templates HTTP/1.1" 200 551 0.071666 10.0.0.141 - - [2026-05-07 04:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.028352 10.0.0.141 - - [2026-05-07 04:51:09] "GET /service-template/1800bfa6-e022-4b10-976f-0c6f43d16799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.032640 10.0.0.141 - - [2026-05-07 04:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.023894 10.0.0.141 - - [2026-05-07 04:51:09] "GET /service-template/1800bfa6-e022-4b10-976f-0c6f43d16799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.024835 10.0.0.27 - - [2026-05-07 04:51:11] "GET /obj-perms HTTP/1.1" 200 5075 0.382521 10.0.0.141 - - [2026-05-07 04:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.249 - - [2026-05-07 04:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.041996 10.0.0.27 - - [2026-05-07 04:51:12] "GET /virtual-network/6d5f22d5-b470-4259-a656-cc87b61410ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.047096 10.0.0.141 - - [2026-05-07 04:51:12] "GET /obj-perms HTTP/1.1" 403 257 0.054502 10.0.0.141 - - [2026-05-07 04:51:12] "GET /api-access-list/fb1a0b94-ce36-4fd9-99bd-12d9c30c41bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.005897 10.0.0.141 - - [2026-05-07 04:51:12] "PUT /api-access-list/fb1a0b94-ce36-4fd9-99bd-12d9c30c41bf HTTP/1.1" 200 264 0.019605 10.0.0.141 - - [2026-05-07 04:51:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000500 10.0.0.141 - - [2026-05-07 04:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.061181 10.0.0.27 - - [2026-05-07 04:51:13] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001259 10.0.0.141 - - [2026-05-07 04:51:13] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.088366 10.0.0.141 - - [2026-05-07 04:51:13] "GET /virtual-networks?parent_id=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.031271 10.0.0.141 - - [2026-05-07 04:51:13] "POST /virtual-networks HTTP/1.1" 403 263 0.019963 10.0.0.141 - - [2026-05-07 04:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005532 10.0.0.141 - - [2026-05-07 04:51:13] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.052521 10.0.0.141 - - [2026-05-07 04:51:13] "GET /api-access-list/b9627f91-1608-4879-8482-55dd04846f1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006741 10.0.0.141 - - [2026-05-07 04:51:13] "PUT /api-access-list/b9627f91-1608-4879-8482-55dd04846f1d HTTP/1.1" 200 264 0.021978 10.0.0.141 - - [2026-05-07 04:51:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.028501 10.0.0.141 - - [2026-05-07 04:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.027649 10.0.0.27 - - [2026-05-07 04:51:14] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001638 10.0.0.141 - - [2026-05-07 04:51:14] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.032447 10.0.0.141 - - [2026-05-07 04:51:14] "POST /service-templates HTTP/1.1" 403 264 0.018600 10.0.0.141 - - [2026-05-07 04:51:14] "GET /api-access-list/fb1a0b94-ce36-4fd9-99bd-12d9c30c41bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.005815 10.0.0.141 - - [2026-05-07 04:51:14] "PUT /api-access-list/fb1a0b94-ce36-4fd9-99bd-12d9c30c41bf HTTP/1.1" 200 264 0.016475 10.0.0.141 - - [2026-05-07 04:51:14] "GET /api-access-list/b9627f91-1608-4879-8482-55dd04846f1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004400 10.0.0.141 - - [2026-05-07 04:51:14] "PUT /api-access-list/b9627f91-1608-4879-8482-55dd04846f1d HTTP/1.1" 200 264 0.017616 10.0.0.141 - - [2026-05-07 04:51:15] "GET /virtual-network/6d5f22d5-b470-4259-a656-cc87b61410ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.018061 10.0.0.141 - - [2026-05-07 04:51:15] "GET /virtual-network/6d5f22d5-b470-4259-a656-cc87b61410ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.058083 10.0.0.249 - - [2026-05-07 04:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.249 - - [2026-05-07 04:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.27 - - [2026-05-07 04:51:16] "GET /virtual-network/6d5f22d5-b470-4259-a656-cc87b61410ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.025292 10.0.0.27 - - [2026-05-07 04:51:16] "GET /virtual-network/6d5f22d5-b470-4259-a656-cc87b61410ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.057589 10.0.0.141 - - [2026-05-07 04:51:16] "GET /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004637 10.0.0.141 - - [2026-05-07 04:51:16] "PUT /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd HTTP/1.1" 200 264 0.021029 10.0.0.141 - - [2026-05-07 04:51:17] "GET /obj-perms HTTP/1.1" 403 257 0.021537 10.0.0.141 - - [2026-05-07 04:51:17] "GET /obj-perms HTTP/1.1" 403 257 0.018965 10.0.0.141 - - [2026-05-07 04:51:17] "DELETE /api-access-list/fb1a0b94-ce36-4fd9-99bd-12d9c30c41bf HTTP/1.1" 200 115 0.047690 10.0.0.141 - - [2026-05-07 04:51:17] "DELETE /api-access-list/b9627f91-1608-4879-8482-55dd04846f1d HTTP/1.1" 200 115 0.037725 10.0.0.141 - - [2026-05-07 04:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.249 - - [2026-05-07 04:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005429 10.0.0.27 - - [2026-05-07 04:51:19] "GET /virtual-network/6d5f22d5-b470-4259-a656-cc87b61410ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.060690 10.0.0.141 - - [2026-05-07 04:51:19] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.062325 10.0.0.141 - - [2026-05-07 04:51:19] "GET /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005416 10.0.0.141 - - [2026-05-07 04:51:19] "PUT /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd HTTP/1.1" 200 264 0.016900 10.0.0.141 - - [2026-05-07 04:51:19] "GET /virtual-network/6d5f22d5-b470-4259-a656-cc87b61410ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.031347 10.0.0.141 - - [2026-05-07 04:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.022069 10.0.0.141 - - [2026-05-07 04:51:19] "DELETE /service-template/1800bfa6-e022-4b10-976f-0c6f43d16799 HTTP/1.1" 200 115 0.054605 10.0.0.141 - - [2026-05-07 04:51:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.030777 10.0.0.27 - - [2026-05-07 04:51:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004988 10.0.0.27 - - [2026-05-07 04:51:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003461 10.0.0.141 - - [2026-05-07 04:51:20] "DELETE /virtual-network/6d5f22d5-b470-4259-a656-cc87b61410ed HTTP/1.1" 200 115 0.185215 10.0.0.249 - - [2026-05-07 04:51:20] "DELETE /route-target/6b49d0d5-acef-4927-9fc4-9ddb9b478b69 HTTP/1.1" 200 115 0.032913 10.0.0.141 - - [2026-05-07 04:51:20] "GET /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005170 10.0.0.141 - - [2026-05-07 04:51:20] "PUT /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd HTTP/1.1" 200 264 0.016723 10.0.0.141 - - [2026-05-07 04:51:20] "GET /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.005838 10.0.0.141 - - [2026-05-07 04:51:20] "PUT /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd HTTP/1.1" 200 264 0.016038 10.0.0.141 - - [2026-05-07 04:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005132 10.0.0.27 - - [2026-05-07 04:51:23] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001420 10.0.0.141 - - [2026-05-07 04:51:23] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046994 10.0.0.141 - - [2026-05-07 04:51:23] "POST /neutron/network HTTP/1.1" 200 117 0.142423 10.0.0.141 - - [2026-05-07 04:51:24] "POST /neutron/network HTTP/1.1" 200 861 0.011552 10.0.0.141 - - [2026-05-07 04:51:24] "POST /id-to-fqname HTTP/1.1" 200 240 0.001656 10.0.0.141 - - [2026-05-07 04:51:24] "GET /virtual-network/31ed93d4-1140-4086-b3ce-867ee391e21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007084 10.0.0.141 - - [2026-05-07 04:51:24] "GET /virtual-network/31ed93d4-1140-4086-b3ce-867ee391e21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007436 10.0.0.141 - - [2026-05-07 04:51:24] "POST /neutron/subnet HTTP/1.1" 200 719 0.012381 10.0.0.141 - - [2026-05-07 04:51:24] "GET /virtual-network/31ed93d4-1140-4086-b3ce-867ee391e21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007292 10.0.0.141 - - [2026-05-07 04:51:24] "GET /network-ipam/27f33cd2-137d-4950-8cf0-986cca16b574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005677 10.0.0.141 - - [2026-05-07 04:51:24] "GET /virtual-network/31ed93d4-1140-4086-b3ce-867ee391e21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007656 10.0.0.141 - - [2026-05-07 04:51:24] "GET /obj-perms HTTP/1.1" 200 5049 0.005906 10.0.0.141 - - [2026-05-07 04:51:25] "POST /fqname-to-id HTTP/1.1" 404 215 0.005354 10.0.0.141 - - [2026-05-07 04:51:25] "POST /api-access-lists HTTP/1.1" 200 555 0.045253 10.0.0.141 - - [2026-05-07 04:51:25] "GET /api-access-list/9d5904d6-755d-4b5a-b3e8-3083b4c82957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.008425 10.0.0.141 - - [2026-05-07 04:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.031491 10.0.0.27 - - [2026-05-07 04:51:25] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001268 10.0.0.141 - - [2026-05-07 04:51:25] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.107118 10.0.0.27 - - [2026-05-07 04:51:25] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003012 10.0.0.141 - - [2026-05-07 04:51:26] "POST /neutron/network HTTP/1.1" 200 645 0.212173 10.0.0.249 - - [2026-05-07 04:51:26] "POST /route-targets HTTP/1.1" 200 327 0.021498 10.0.0.27 - - [2026-05-07 04:51:26] "POST /useragent-kv HTTP/1.1" 200 115 0.010795 10.0.0.141 - - [2026-05-07 04:51:26] "POST /neutron/subnet HTTP/1.1" 200 719 0.330366 10.0.0.141 - - [2026-05-07 04:51:26] "POST /id-to-fqname HTTP/1.1" 200 240 0.029846 10.0.0.141 - - [2026-05-07 04:51:26] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.027777 10.0.0.141 - - [2026-05-07 04:51:26] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.031528 10.0.0.141 - - [2026-05-07 04:51:26] "POST /neutron/network HTTP/1.1" 200 863 0.045366 10.0.0.141 - - [2026-05-07 04:51:26] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.008146 10.0.0.141 - - [2026-05-07 04:51:26] "GET /network-ipam/27f33cd2-137d-4950-8cf0-986cca16b574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005780 10.0.0.141 - - [2026-05-07 04:51:27] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006988 10.0.0.249 - - [2026-05-07 04:51:27] "GET /obj-perms HTTP/1.1" 200 5049 0.197504 10.0.0.141 - - [2026-05-07 04:51:27] "POST /fqname-to-id HTTP/1.1" 404 232 0.020818 10.0.0.27 - - [2026-05-07 04:51:27] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001331 10.0.0.249 - - [2026-05-07 04:51:28] "POST /access-control-lists HTTP/1.1" 200 626 0.039726 10.0.0.249 - - [2026-05-07 04:51:28] "PUT /access-control-list/fa94c201-0784-4a55-926a-18c07f310838 HTTP/1.1" 200 272 0.029075 10.0.0.141 - - [2026-05-07 04:51:28] "POST /neutron/security_group HTTP/1.1" 200 1426 0.631843 10.0.0.141 - - [2026-05-07 04:51:28] "POST /neutron/security_group HTTP/1.1" 200 1426 0.031683 10.0.0.27 - - [2026-05-07 04:51:29] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002483 10.0.0.141 - - [2026-05-07 04:51:29] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.121752 10.0.0.249 - - [2026-05-07 04:51:29] "PUT /access-control-list/fa94c201-0784-4a55-926a-18c07f310838 HTTP/1.1" 200 272 0.021732 10.0.0.141 - - [2026-05-07 04:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.040467 10.0.0.141 - - [2026-05-07 04:51:29] "GET /security-group/f2e59cca-1006-4055-a50b-b6d5d06b7438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.039587 10.0.0.141 - - [2026-05-07 04:51:30] "POST /id-to-fqname HTTP/1.1" 200 240 0.025210 10.0.0.141 - - [2026-05-07 04:51:31] "POST /neutron/port HTTP/1.1" 200 4182 0.084883 10.0.0.27 - - [2026-05-07 04:51:32] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.141 - - [2026-05-07 04:51:32] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.102695 10.0.0.141 - - [2026-05-07 04:51:32] "POST /neutron/port HTTP/1.1" 200 4182 0.054142 10.0.0.141 - - [2026-05-07 04:51:32] "POST /neutron/network HTTP/1.1" 200 873 0.051380 10.0.0.141 - - [2026-05-07 04:51:33] "POST /neutron/port HTTP/1.1" 200 1059 0.032839 10.0.0.141 - - [2026-05-07 04:51:34] "POST /neutron/port HTTP/1.1" 200 1123 0.025597 10.0.0.141 - - [2026-05-07 04:51:34] "POST /neutron/port HTTP/1.1" 200 117 0.001572 10.0.0.141 - - [2026-05-07 04:51:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.017974 10.0.0.141 - - [2026-05-07 04:51:38] "POST /neutron/port HTTP/1.1" 200 1123 0.024143 10.0.0.141 - - [2026-05-07 04:51:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009780 10.0.0.141 - - [2026-05-07 04:51:38] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60 HTTP/1.1" 401 293 0.000622 10.0.0.141 - - [2026-05-07 04:51:38] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60 HTTP/1.1" 200 1293 0.098918 10.0.0.141 - - [2026-05-07 04:51:38] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60 HTTP/1.1" 200 1293 0.022743 10.0.0.141 - - [2026-05-07 04:51:38] "GET /virtual-machine-interface/7b1258b7-be73-4a2a-b236-8d7e08b90c6d HTTP/1.1" 200 3023 0.030796 10.0.0.141 - - [2026-05-07 04:51:38] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60 HTTP/1.1" 200 1293 0.025742 10.0.0.141 - - [2026-05-07 04:51:38] "GET /virtual-machine-interface/7b1258b7-be73-4a2a-b236-8d7e08b90c6d HTTP/1.1" 200 3023 0.032326 10.0.0.141 - - [2026-05-07 04:51:39] "GET /instance-ip/93a27eeb-a58c-4e7e-a41d-1e61e1deca73 HTTP/1.1" 200 1640 0.031924 10.0.0.141 - - [2026-05-07 04:51:39] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60 HTTP/1.1" 200 1293 0.026918 10.0.0.141 - - [2026-05-07 04:51:39] "GET /virtual-machine-interface/7b1258b7-be73-4a2a-b236-8d7e08b90c6d HTTP/1.1" 200 3023 0.031163 10.0.0.141 - - [2026-05-07 04:51:39] "GET /instance-ip/93a27eeb-a58c-4e7e-a41d-1e61e1deca73 HTTP/1.1" 200 1640 0.030868 10.0.0.141 - - [2026-05-07 04:51:39] "POST /fqname-to-id HTTP/1.1" 403 354 0.025356 10.0.0.141 - - [2026-05-07 04:51:39] "GET / HTTP/1.1" 200 35931 0.002099 10.0.0.141 - - [2026-05-07 04:51:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000503 10.0.0.141 - - [2026-05-07 04:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.049430 10.0.0.141 - - [2026-05-07 04:51:39] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005339 10.0.0.141 - - [2026-05-07 04:51:40] "GET /virtual-networks?parent_id=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031113 10.0.0.141 - - [2026-05-07 04:51:40] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.030738 10.0.0.141 - - [2026-05-07 04:51:40] "POST /fqname-to-id HTTP/1.1" 403 354 0.022820 10.0.0.141 - - [2026-05-07 04:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.141 - - [2026-05-07 04:51:40] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004757 10.0.0.141 - - [2026-05-07 04:51:40] "GET /virtual-networks?parent_id=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.042766 10.0.0.141 - - [2026-05-07 04:51:40] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.033792 10.0.0.141 - - [2026-05-07 04:51:40] "POST /fqname-to-id HTTP/1.1" 403 354 0.024810 10.0.0.141 - - [2026-05-07 04:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.141 - - [2026-05-07 04:51:40] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004815 10.0.0.141 - - [2026-05-07 04:51:40] "GET /virtual-networks?parent_id=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.033770 10.0.0.141 - - [2026-05-07 04:51:40] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.030800 10.0.0.141 - - [2026-05-07 04:51:40] "POST /fqname-to-id HTTP/1.1" 403 354 0.029038 10.0.0.141 - - [2026-05-07 04:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006175 10.0.0.141 - - [2026-05-07 04:51:40] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008046 10.0.0.141 - - [2026-05-07 04:51:40] "GET /virtual-networks?parent_id=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.047387 10.0.0.141 - - [2026-05-07 04:51:40] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.032367 10.0.0.141 - - [2026-05-07 04:51:40] "POST /fqname-to-id HTTP/1.1" 403 354 0.033099 10.0.0.141 - - [2026-05-07 04:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.141 - - [2026-05-07 04:51:40] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008026 10.0.0.141 - - [2026-05-07 04:51:40] "GET /virtual-networks?parent_id=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.036310 10.0.0.141 - - [2026-05-07 04:51:40] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.027577 10.0.0.27 - - [2026-05-07 04:51:42] "DELETE /project/d712d9cf41324fe08bdf9363a8e6bffd HTTP/1.1" 404 173 0.010375 10.0.0.27 - - [2026-05-07 04:51:42] "DELETE /project/416ad7eb76c346498ca0538e29ae51ff HTTP/1.1" 404 173 0.009413 10.0.0.27 - - [2026-05-07 04:51:42] "GET /projects?obj_uuids=d712d9cf-4132-4fe0-8bdf-9363a8e6bffd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.27 - - [2026-05-07 04:51:42] "GET /projects?obj_uuids=416ad7eb-76c3-4649-8ca0-538e29ae51ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.27 - - [2026-05-07 04:51:43] "GET /project/d712d9cf-4132-4fe0-8bdf-9363a8e6bffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.053075 10.0.0.27 - - [2026-05-07 04:51:43] "GET /projects?obj_uuids=d712d9cf-4132-4fe0-8bdf-9363a8e6bffd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001612 10.0.0.27 - - [2026-05-07 04:51:43] "GET /project/416ad7eb-76c3-4649-8ca0-538e29ae51ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.097523 10.0.0.27 - - [2026-05-07 04:51:43] "GET /projects?obj_uuids=416ad7eb-76c3-4649-8ca0-538e29ae51ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003228 10.0.0.27 - - [2026-05-07 04:51:43] "GET /project/d712d9cf-4132-4fe0-8bdf-9363a8e6bffd?fields=security_groups HTTP/1.1" 200 1364 0.101349 10.0.0.27 - - [2026-05-07 04:51:43] "GET /project/416ad7eb-76c3-4649-8ca0-538e29ae51ff?fields=security_groups HTTP/1.1" 200 1363 0.110116 10.0.0.27 - - [2026-05-07 04:51:43] "DELETE /security-group/50063abd-7c86-48bd-ad0b-c0ac8232860a HTTP/1.1" 200 115 0.086391 10.0.0.27 - - [2026-05-07 04:51:43] "GET /projects?obj_uuids=d712d9cf-4132-4fe0-8bdf-9363a8e6bffd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001530 10.0.0.27 - - [2026-05-07 04:51:43] "GET /project/d712d9cf-4132-4fe0-8bdf-9363a8e6bffd?fields=application_policy_sets HTTP/1.1" 200 1403 0.084011 10.0.0.27 - - [2026-05-07 04:51:43] "DELETE /security-group/738f652f-f45a-453f-a29b-cc5d4a302180 HTTP/1.1" 200 115 0.127378 10.0.0.27 - - [2026-05-07 04:51:43] "GET /projects?obj_uuids=416ad7eb-76c3-4649-8ca0-538e29ae51ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001367 10.0.0.249 - - [2026-05-07 04:51:43] "DELETE /access-control-list/fe4a6058-140b-4a7e-ad65-b1eb3a274258 HTTP/1.1" 200 115 0.047179 10.0.0.27 - - [2026-05-07 04:51:43] "GET /project/416ad7eb-76c3-4649-8ca0-538e29ae51ff?fields=application_policy_sets HTTP/1.1" 200 1402 0.088271 10.0.0.27 - - [2026-05-07 04:51:43] "DELETE /project/d712d9cf-4132-4fe0-8bdf-9363a8e6bffd HTTP/1.1" 200 115 0.671234 10.0.0.27 - - [2026-05-07 04:51:43] "DELETE /project/416ad7eb-76c3-4649-8ca0-538e29ae51ff HTTP/1.1" 200 115 0.731766 10.0.0.141 - - [2026-05-07 04:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.024654 10.0.0.141 - - [2026-05-07 04:51:44] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.027044 10.0.0.141 - - [2026-05-07 04:51:46] "POST /fqname-to-id HTTP/1.1" 403 354 0.030695 10.0.0.141 - - [2026-05-07 04:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.141 - - [2026-05-07 04:51:46] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006282 10.0.0.141 - - [2026-05-07 04:51:46] "GET /virtual-networks?parent_id=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.036556 10.0.0.141 - - [2026-05-07 04:51:46] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.030218 10.0.0.141 - - [2026-05-07 04:51:46] "POST /fqname-to-id HTTP/1.1" 403 354 0.026056 10.0.0.141 - - [2026-05-07 04:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006969 10.0.0.141 - - [2026-05-07 04:51:46] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004926 10.0.0.141 - - [2026-05-07 04:51:46] "GET /virtual-networks?parent_id=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.033541 10.0.0.141 - - [2026-05-07 04:51:46] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.030278 10.0.0.141 - - [2026-05-07 04:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.029630 10.0.0.141 - - [2026-05-07 04:51:46] "GET /routing-instance/8796437b-80bb-4339-ae3b-6160ad8def7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.030823 10.0.0.141 - - [2026-05-07 04:51:46] "POST /fqname-to-id HTTP/1.1" 403 354 0.022781 10.0.0.141 - - [2026-05-07 04:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005453 10.0.0.141 - - [2026-05-07 04:51:46] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005092 10.0.0.141 - - [2026-05-07 04:51:46] "GET /virtual-networks?parent_id=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.033106 10.0.0.141 - - [2026-05-07 04:51:47] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.027541 10.0.0.141 - - [2026-05-07 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.027263 10.0.0.141 - - [2026-05-07 04:51:47] "GET /routing-instance/8796437b-80bb-4339-ae3b-6160ad8def7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.027423 10.0.0.27 - - [2026-05-07 04:51:47] "GET /obj-perms HTTP/1.1" 403 257 0.019144 10.0.0.141 - - [2026-05-07 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.141 - - [2026-05-07 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.27 - - [2026-05-07 04:51:47] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.025071 10.0.0.141 - - [2026-05-07 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.141 - - [2026-05-07 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.141 - - [2026-05-07 04:51:47] "GET /obj-perms HTTP/1.1" 403 257 0.029617 10.0.0.141 - - [2026-05-07 04:51:48] "GET /obj-perms HTTP/1.1" 200 5049 0.005669 10.0.0.27 - - [2026-05-07 04:51:48] "GET /obj-perms HTTP/1.1" 200 5049 0.077055 10.0.0.141 - - [2026-05-07 04:51:48] "GET /obj-perms HTTP/1.1" 403 257 0.076089 10.0.0.141 - - [2026-05-07 04:51:49] "GET /obj-perms HTTP/1.1" 403 257 0.030047 10.0.0.27 - - [2026-05-07 04:51:49] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.054192 10.0.0.141 - - [2026-05-07 04:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.023627 10.0.0.27 - - [2026-05-07 04:51:49] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002853 10.0.0.141 - - [2026-05-07 04:51:49] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.135889 10.0.0.141 - - [2026-05-07 04:51:49] "GET /virtual-network/31ed93d4-1140-4086-b3ce-867ee391e21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.042470 10.0.0.141 - - [2026-05-07 04:51:49] "GET /floating-ip-pools?parent_id=31ed93d4-1140-4086-b3ce-867ee391e21e&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.028181 10.0.0.141 - - [2026-05-07 04:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.032764 10.0.0.141 - - [2026-05-07 04:51:49] "GET /floating-ip-pool/cee58b44-92b2-4cc7-934d-8a53b30c9b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.025420 10.0.0.27 - - [2026-05-07 04:51:49] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001282 10.0.0.141 - - [2026-05-07 04:51:50] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.086637 10.0.0.141 - - [2026-05-07 04:51:50] "POST /floating-ips HTTP/1.1" 200 616 0.129993 10.0.0.141 - - [2026-05-07 04:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.040065 10.0.0.141 - - [2026-05-07 04:51:50] "GET /floating-ip/7b72bce7-d9f0-4282-bfca-64f258b6dd9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.033931 10.0.0.141 - - [2026-05-07 04:51:50] "GET /floating-ip/7b72bce7-d9f0-4282-bfca-64f258b6dd9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.033339 10.0.0.141 - - [2026-05-07 04:51:50] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.028773 10.0.0.141 - - [2026-05-07 04:51:50] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.029631 10.0.0.141 - - [2026-05-07 04:51:50] "GET /virtual-machine-interface/7b1258b7-be73-4a2a-b236-8d7e08b90c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.038327 10.0.0.141 - - [2026-05-07 04:51:50] "POST /ref-update HTTP/1.1" 200 156 0.048904 10.0.0.141 - - [2026-05-07 04:51:50] "POST /neutron/floatingip HTTP/1.1" 200 546 0.166189 10.0.0.141 - - [2026-05-07 04:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.022764 10.0.0.141 - - [2026-05-07 04:51:51] "GET /routing-instance/c5d28030-cf5d-4e89-b7a9-4a4952127d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.033739 10.0.0.141 - - [2026-05-07 04:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.141 - - [2026-05-07 04:51:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.064498 10.0.0.141 - - [2026-05-07 04:51:51] "POST /neutron/port HTTP/1.1" 200 1113 0.145615 10.0.0.141 - - [2026-05-07 04:51:52] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60 HTTP/1.1" 200 1293 0.029516 10.0.0.141 - - [2026-05-07 04:51:52] "GET /virtual-machine-interface/7b1258b7-be73-4a2a-b236-8d7e08b90c6d HTTP/1.1" 200 3585 0.032938 10.0.0.141 - - [2026-05-07 04:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.022001 10.0.0.141 - - [2026-05-07 04:51:52] "GET /security-group/f2e59cca-1006-4055-a50b-b6d5d06b7438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.021760 10.0.0.141 - - [2026-05-07 04:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.027422 10.0.0.141 - - [2026-05-07 04:51:52] "GET /security-group/f2e59cca-1006-4055-a50b-b6d5d06b7438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.033722 10.0.0.141 - - [2026-05-07 04:51:52] "POST /neutron/security_group HTTP/1.1" 200 568 0.030255 10.0.0.141 - - [2026-05-07 04:51:53] "DELETE /floating-ip/7b72bce7-d9f0-4282-bfca-64f258b6dd9d HTTP/1.1" 200 115 0.136272 10.0.0.141 - - [2026-05-07 04:51:53] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60 HTTP/1.1" 200 1293 0.030663 10.0.0.141 - - [2026-05-07 04:51:54] "POST /neutron/port HTTP/1.1" 200 151 0.308599 10.0.0.141 - - [2026-05-07 04:51:55] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60 HTTP/1.1" 404 171 0.023995 10.0.0.141 - - [2026-05-07 04:51:55] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60 HTTP/1.1" 404 171 0.023773 10.0.0.141 - - [2026-05-07 04:51:55] "GET /virtual-machine/d5b88b5c-482f-4461-9cb9-1e6d4ff16c60 HTTP/1.1" 404 171 0.020422 10.0.0.141 - - [2026-05-07 04:51:55] "POST /fqname-to-id HTTP/1.1" 403 354 0.033642 10.0.0.141 - - [2026-05-07 04:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.141 - - [2026-05-07 04:51:55] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005524 10.0.0.141 - - [2026-05-07 04:51:55] "GET /virtual-networks?parent_id=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031714 10.0.0.141 - - [2026-05-07 04:51:55] "GET /virtual-network/da52a8ca-924f-403b-9350-38474a1246fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.034985 10.0.0.141 - - [2026-05-07 04:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.024203 10.0.0.141 - - [2026-05-07 04:51:55] "GET /routing-instance/8796437b-80bb-4339-ae3b-6160ad8def7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.031979 10.0.0.141 - - [2026-05-07 04:51:56] "GET /obj-perms HTTP/1.1" 403 257 0.063477 10.0.0.141 - - [2026-05-07 04:51:59] "GET /obj-perms HTTP/1.1" 200 5049 0.005457 10.0.0.27 - - [2026-05-07 04:52:02] "GET /obj-perms HTTP/1.1" 200 5049 0.005773 10.0.0.141 - - [2026-05-07 04:52:05] "GET /obj-perms HTTP/1.1" 200 5049 0.005417 10.0.0.249 - - [2026-05-07 04:52:05] "GET /obj-perms HTTP/1.1" 200 5049 0.005701 10.0.0.141 - - [2026-05-07 04:52:06] "POST /fqname-to-id HTTP/1.1" 404 232 0.038934 10.0.0.249 - - [2026-05-07 04:52:06] "DELETE /access-control-list/fa94c201-0784-4a55-926a-18c07f310838 HTTP/1.1" 200 115 0.078316 10.0.0.141 - - [2026-05-07 04:52:06] "POST /neutron/port HTTP/1.1" 200 1216 0.090879 10.0.0.141 - - [2026-05-07 04:52:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004508 10.0.0.141 - - [2026-05-07 04:52:06] "POST /neutron/network HTTP/1.1" 200 863 0.051123 10.0.0.27 - - [2026-05-07 04:52:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004248 10.0.0.27 - - [2026-05-07 04:52:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003494 10.0.0.141 - - [2026-05-07 04:52:07] "POST /neutron/network HTTP/1.1" 200 151 0.259308 10.0.0.141 - - [2026-05-07 04:52:07] "DELETE /api-access-list/9d5904d6-755d-4b5a-b3e8-3083b4c82957 HTTP/1.1" 200 115 0.060647 10.0.0.249 - - [2026-05-07 04:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005766 10.0.0.27 - - [2026-05-07 04:52:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004380 10.0.0.27 - - [2026-05-07 04:52:07] "POST /useragent-kv HTTP/1.1" 200 115 0.011301 10.0.0.141 - - [2026-05-07 04:52:07] "POST /neutron/network HTTP/1.1" 200 151 0.224188 10.0.0.141 - - [2026-05-07 04:52:10] "GET /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005278 10.0.0.141 - - [2026-05-07 04:52:10] "PUT /api-access-list/a6fd1f28-9785-4f24-9a63-74b0f3298efd HTTP/1.1" 200 264 0.016359 10.0.0.27 - - [2026-05-07 04:52:10] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001456 10.0.0.141 - - [2026-05-07 04:52:10] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050762 10.0.0.27 - - [2026-05-07 04:52:10] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002114 10.0.0.141 - - [2026-05-07 04:52:10] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?fields=virtual_networks HTTP/1.1" 200 1032 0.069062 10.0.0.27 - - [2026-05-07 04:52:10] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001359 10.0.0.141 - - [2026-05-07 04:52:10] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.057048 10.0.0.27 - - [2026-05-07 04:52:10] "GET /projects?obj_uuids=68871453-1ba8-4bcf-9719-44e38da95f5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001289 10.0.0.141 - - [2026-05-07 04:52:10] "GET /project/68871453-1ba8-4bcf-9719-44e38da95f5b?fields=security_groups HTTP/1.1" 200 1258 0.058320 10.0.0.27 - - [2026-05-07 04:52:11] "GET /projects?obj_uuids=e5460a0e-1c0f-464d-b315-2b0449d1f590&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001927 10.0.0.141 - - [2026-05-07 04:52:11] "GET /project/e5460a0e-1c0f-464d-b315-2b0449d1f590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.085793 10.0.0.27 - - [2026-05-07 04:52:12] "GET /obj-perms HTTP/1.1" 200 5075 0.108502 [Introspect:8084]10.0.0.141 - - [2026-05-07 04:52:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001362 10.0.0.141 - - [2026-05-07 04:52:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.080493 10.0.0.27 - - [2026-05-07 04:52:15] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.139807 10.0.0.27 - - [2026-05-07 04:52:15] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001608 10.0.0.27 - - [2026-05-07 04:52:15] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012468 10.0.0.27 - - [2026-05-07 04:52:16] "POST /id-to-fqname HTTP/1.1" 200 191 0.002794 10.0.0.27 - - [2026-05-07 04:52:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.015713 10.0.0.27 - - [2026-05-07 04:52:16] "POST /security-groups HTTP/1.1" 200 592 0.100350 10.0.0.27 - - [2026-05-07 04:52:16] "POST /projects HTTP/1.1" 200 587 0.367141 10.0.0.27 - - [2026-05-07 04:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.422182 10.0.0.141 - - [2026-05-07 04:52:16] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.722025 10.0.0.249 - - [2026-05-07 04:52:16] "POST /access-control-lists HTTP/1.1" 200 597 0.110095 10.0.0.141 - - [2026-05-07 04:52:17] "GET / HTTP/1.1" 200 35931 0.001707 10.0.0.141 - - [2026-05-07 04:52:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000745 10.0.0.141 - - [2026-05-07 04:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.083373 10.0.0.27 - - [2026-05-07 04:52:20] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001172 10.0.0.141 - - [2026-05-07 04:52:20] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.057186 10.0.0.249 - - [2026-05-07 04:52:20] "POST /route-targets HTTP/1.1" 200 327 0.025599 10.0.0.27 - - [2026-05-07 04:52:20] "POST /useragent-kv HTTP/1.1" 200 115 0.010264 10.0.0.141 - - [2026-05-07 04:52:20] "POST /neutron/subnet HTTP/1.1" 200 716 0.353819 10.0.0.141 - - [2026-05-07 04:52:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001678 10.0.0.141 - - [2026-05-07 04:52:20] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006844 10.0.0.141 - - [2026-05-07 04:52:20] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006924 10.0.0.141 - - [2026-05-07 04:52:20] "POST /neutron/network HTTP/1.1" 200 825 0.010030 10.0.0.141 - - [2026-05-07 04:52:21] "POST /neutron/port HTTP/1.1" 200 1216 0.089945 10.0.0.141 - - [2026-05-07 04:52:21] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006936 10.0.0.141 - - [2026-05-07 04:52:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006473 10.0.0.141 - - [2026-05-07 04:52:21] "POST /neutron/port HTTP/1.1" 200 117 0.001625 10.0.0.141 - - [2026-05-07 04:52:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001590 10.0.0.141 - - [2026-05-07 04:52:23] "POST /neutron/network HTTP/1.1" 200 835 0.008917 10.0.0.27 - - [2026-05-07 04:52:24] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001584 10.0.0.141 - - [2026-05-07 04:52:24] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.099951 10.0.0.141 - - [2026-05-07 04:52:24] "POST /neutron/port HTTP/1.1" 200 117 0.008477 10.0.0.141 - - [2026-05-07 04:52:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001621 10.0.0.141 - - [2026-05-07 04:52:25] "POST /neutron/network HTTP/1.1" 200 835 0.012001 10.0.0.141 - - [2026-05-07 04:52:26] "POST /neutron/port HTTP/1.1" 200 1059 0.031786 10.0.0.27 - - [2026-05-07 04:52:26] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002219 10.0.0.141 - - [2026-05-07 04:52:26] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.093589 10.0.0.141 - - [2026-05-07 04:52:26] "POST /neutron/network HTTP/1.1" 200 825 0.009405 10.0.0.141 - - [2026-05-07 04:52:26] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.141 - - [2026-05-07 04:52:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009579 10.0.0.141 - - [2026-05-07 04:52:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010290 10.0.0.141 - - [2026-05-07 04:52:27] "POST /neutron/port HTTP/1.1" 200 1059 0.024981 10.0.0.141 - - [2026-05-07 04:52:27] "POST /neutron/port HTTP/1.1" 200 1123 0.030350 10.0.0.141 - - [2026-05-07 04:52:27] "POST /neutron/port HTTP/1.1" 200 117 0.001399 10.0.0.141 - - [2026-05-07 04:52:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010728 10.0.0.141 - - [2026-05-07 04:52:32] "POST /neutron/port HTTP/1.1" 200 1123 0.037863 10.0.0.141 - - [2026-05-07 04:52:32] "GET /virtual-machine/b1cf847b-3729-4ed2-9f8b-76692434a14f HTTP/1.1" 401 293 0.000507 10.0.0.141 - - [2026-05-07 04:52:32] "GET /virtual-machine/b1cf847b-3729-4ed2-9f8b-76692434a14f HTTP/1.1" 200 1294 0.049378 10.0.0.141 - - [2026-05-07 04:52:32] "GET /virtual-machine-interface/42d794da-7844-43dd-9a7e-e4a603ffc911 HTTP/1.1" 200 2949 0.010811 10.0.0.141 - - [2026-05-07 04:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.141 - - [2026-05-07 04:52:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005176 10.0.0.141 - - [2026-05-07 04:52:32] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004033 10.0.0.141 - - [2026-05-07 04:52:32] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007362 10.0.0.141 - - [2026-05-07 04:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.141 - - [2026-05-07 04:52:35] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010552 10.0.0.141 - - [2026-05-07 04:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005592 10.0.0.141 - - [2026-05-07 04:52:39] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007063 10.0.0.249 - - [2026-05-07 04:52:43] "DELETE /access-control-list/807d46f0-a986-41dd-af55-20dd5f4fbabe HTTP/1.1" 200 115 0.051777 10.0.0.27 - - [2026-05-07 04:52:43] "DELETE /project/018c351cacf240209699ec3e5d5e9af3 HTTP/1.1" 404 173 0.044681 10.0.0.27 - - [2026-05-07 04:52:43] "DELETE /project/68871453-1ba8-4bcf-9719-44e38da95f5b HTTP/1.1" 404 177 0.068634 10.0.0.141 - - [2026-05-07 04:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005228 10.0.0.141 - - [2026-05-07 04:52:44] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006907 10.0.0.141 - - [2026-05-07 04:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.141 - - [2026-05-07 04:52:48] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007886 10.0.0.141 - - [2026-05-07 04:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.141 - - [2026-05-07 04:52:52] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007297 10.0.0.141 - - [2026-05-07 04:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.141 - - [2026-05-07 04:52:56] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008446 10.0.0.141 - - [2026-05-07 04:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006004 10.0.0.141 - - [2026-05-07 04:53:00] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007597 10.0.0.141 - - [2026-05-07 04:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.141 - - [2026-05-07 04:53:04] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007358 10.0.0.141 - - [2026-05-07 04:53:08] "POST /neutron/port HTTP/1.1" 200 1105 0.025666 10.0.0.141 - - [2026-05-07 04:53:08] "POST /neutron/subnet HTTP/1.1" 200 689 0.012055 10.0.0.141 - - [2026-05-07 04:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.141 - - [2026-05-07 04:53:08] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006914 10.0.0.141 - - [2026-05-07 04:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005700 10.0.0.141 - - [2026-05-07 04:53:12] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006529 10.0.0.141 - - [2026-05-07 04:53:12] "GET /obj-perms HTTP/1.1" 200 5075 0.109195 10.0.0.249 - - [2026-05-07 04:53:13] "GET /obj-perms HTTP/1.1" 200 5075 0.077425 10.0.0.141 - - [2026-05-07 04:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.141 - - [2026-05-07 04:53:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005313 10.0.0.141 - - [2026-05-07 04:53:14] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004525 10.0.0.141 - - [2026-05-07 04:53:14] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007139 10.0.0.141 - - [2026-05-07 04:53:15] "POST /neutron/port HTTP/1.1" 200 1123 0.027405 10.0.0.141 - - [2026-05-07 04:53:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009770 10.0.0.141 - - [2026-05-07 04:53:22] "POST /neutron/network HTTP/1.1" 200 935 0.010252 10.0.0.141 - - [2026-05-07 04:53:22] "POST /neutron/port HTTP/1.1" 200 117 0.001714 10.0.0.141 - - [2026-05-07 04:53:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010036 10.0.0.141 - - [2026-05-07 04:53:30] "POST /neutron/port HTTP/1.1" 200 1123 0.069427 10.0.0.141 - - [2026-05-07 04:53:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014381 10.0.0.141 - - [2026-05-07 04:53:36] "POST /neutron/port HTTP/1.1" 200 1123 0.028683 10.0.0.141 - - [2026-05-07 04:53:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011318 10.0.0.141 - - [2026-05-07 04:53:36] "GET /virtual-machine/68ac290f-574e-4a2a-a7a0-4f8f4aa4c56e HTTP/1.1" 200 1293 0.007154 10.0.0.141 - - [2026-05-07 04:53:36] "GET /virtual-machine-interface/5aebd70e-6cde-4dea-8261-9ea1f0e243d6 HTTP/1.1" 200 2948 0.007472 10.0.0.141 - - [2026-05-07 04:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.141 - - [2026-05-07 04:53:36] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004508 10.0.0.141 - - [2026-05-07 04:53:36] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004846 10.0.0.141 - - [2026-05-07 04:53:36] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006631 10.0.0.141 - - [2026-05-07 04:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005757 10.0.0.141 - - [2026-05-07 04:53:37] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007490 10.0.0.141 - - [2026-05-07 04:53:37] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006207 10.0.0.141 - - [2026-05-07 04:53:37] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.012017 10.0.0.141 - - [2026-05-07 04:54:10] "POST /neutron/port HTTP/1.1" 200 1216 0.035002 10.0.0.141 - - [2026-05-07 04:54:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005107 10.0.0.141 - - [2026-05-07 04:54:10] "POST /neutron/port HTTP/1.1" 200 117 0.001434 10.0.0.141 - - [2026-05-07 04:54:24] "POST /neutron/port HTTP/1.1" 200 1216 0.033260 10.0.0.141 - - [2026-05-07 04:54:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004883 10.0.0.141 - - [2026-05-07 04:54:24] "POST /neutron/port HTTP/1.1" 200 117 0.002095 10.0.0.249 - - [2026-05-07 04:54:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.249 - - [2026-05-07 04:54:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.27 - - [2026-05-07 04:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000520 10.0.0.27 - - [2026-05-07 04:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.249 - - [2026-05-07 04:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.249 - - [2026-05-07 04:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.141 - - [2026-05-07 04:54:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.141 - - [2026-05-07 04:54:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.27 - - [2026-05-07 04:54:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.27 - - [2026-05-07 04:54:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000508 10.0.0.141 - - [2026-05-07 04:54:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.141 - - [2026-05-07 04:54:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.141 - - [2026-05-07 04:55:06] "POST /neutron/port HTTP/1.1" 200 1123 0.035010 10.0.0.141 - - [2026-05-07 04:55:06] "GET /virtual-machine/b1cf847b-3729-4ed2-9f8b-76692434a14f HTTP/1.1" 200 1294 0.005643 10.0.0.141 - - [2026-05-07 04:55:06] "GET /virtual-machine-interface/42d794da-7844-43dd-9a7e-e4a603ffc911 HTTP/1.1" 200 2949 0.006880 10.0.0.141 - - [2026-05-07 04:55:06] "GET /virtual-machine/b1cf847b-3729-4ed2-9f8b-76692434a14f HTTP/1.1" 200 1294 0.005985 10.0.0.141 - - [2026-05-07 04:55:06] "GET /virtual-machine-interface/42d794da-7844-43dd-9a7e-e4a603ffc911 HTTP/1.1" 200 2949 0.006861 10.0.0.141 - - [2026-05-07 04:55:06] "GET /instance-ip/3387e8ab-0de2-4089-9828-c081dab5c525 HTTP/1.1" 200 1621 0.007906 10.0.0.141 - - [2026-05-07 04:55:06] "GET /virtual-machine/b1cf847b-3729-4ed2-9f8b-76692434a14f HTTP/1.1" 200 1294 0.005432 10.0.0.141 - - [2026-05-07 04:55:06] "GET /virtual-machine-interface/42d794da-7844-43dd-9a7e-e4a603ffc911 HTTP/1.1" 200 2949 0.006536 10.0.0.141 - - [2026-05-07 04:55:07] "GET /instance-ip/3387e8ab-0de2-4089-9828-c081dab5c525 HTTP/1.1" 200 1621 0.007238 10.0.0.141 - - [2026-05-07 04:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.141 - - [2026-05-07 04:55:07] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004291 10.0.0.141 - - [2026-05-07 04:55:07] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005786 10.0.0.141 - - [2026-05-07 04:55:07] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008786 10.0.0.141 - - [2026-05-07 04:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.141 - - [2026-05-07 04:55:07] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007346 10.0.0.141 - - [2026-05-07 04:55:07] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004525 10.0.0.141 - - [2026-05-07 04:55:07] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009024 10.0.0.141 - - [2026-05-07 04:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006448 10.0.0.141 - - [2026-05-07 04:55:07] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010347 10.0.0.141 - - [2026-05-07 04:55:07] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.008719 10.0.0.141 - - [2026-05-07 04:55:07] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010202 10.0.0.141 - - [2026-05-07 04:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.141 - - [2026-05-07 04:55:07] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004500 10.0.0.141 - - [2026-05-07 04:55:07] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004570 10.0.0.141 - - [2026-05-07 04:55:07] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007254 10.0.0.141 - - [2026-05-07 04:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.141 - - [2026-05-07 04:55:07] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005923 10.0.0.141 - - [2026-05-07 04:55:07] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004621 10.0.0.141 - - [2026-05-07 04:55:07] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007516 10.0.0.141 - - [2026-05-07 04:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006170 10.0.0.141 - - [2026-05-07 04:55:07] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005944 10.0.0.141 - - [2026-05-07 04:55:07] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003751 10.0.0.141 - - [2026-05-07 04:55:07] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007388 10.0.0.141 - - [2026-05-07 04:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.141 - - [2026-05-07 04:55:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004951 10.0.0.141 - - [2026-05-07 04:55:08] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005312 10.0.0.141 - - [2026-05-07 04:55:08] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009227 10.0.0.141 - - [2026-05-07 04:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.141 - - [2026-05-07 04:55:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005070 10.0.0.141 - - [2026-05-07 04:55:08] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004555 10.0.0.141 - - [2026-05-07 04:55:08] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006999 10.0.0.141 - - [2026-05-07 04:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.141 - - [2026-05-07 04:55:08] "GET /routing-instance/89697dc7-723a-454e-8b9c-9277ae3ecea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005942 10.0.0.141 - - [2026-05-07 04:55:08] "GET /route-target/98dd63bb-ce9c-4cbe-a11e-524bfb71df84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004769 10.0.0.141 - - [2026-05-07 04:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005306 10.0.0.141 - - [2026-05-07 04:55:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005986 10.0.0.141 - - [2026-05-07 04:55:08] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003737 10.0.0.141 - - [2026-05-07 04:55:08] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007132 10.0.0.141 - - [2026-05-07 04:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.141 - - [2026-05-07 04:55:08] "GET /routing-instance/89697dc7-723a-454e-8b9c-9277ae3ecea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005183 10.0.0.141 - - [2026-05-07 04:55:08] "GET /route-target/98dd63bb-ce9c-4cbe-a11e-524bfb71df84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005884 10.0.0.141 - - [2026-05-07 04:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.141 - - [2026-05-07 04:55:08] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004882 10.0.0.141 - - [2026-05-07 04:55:08] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004974 10.0.0.141 - - [2026-05-07 04:55:09] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007285 10.0.0.141 - - [2026-05-07 04:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.141 - - [2026-05-07 04:55:09] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007612 10.0.0.141 - - [2026-05-07 04:55:09] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.007663 10.0.0.141 - - [2026-05-07 04:55:09] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009962 10.0.0.141 - - [2026-05-07 04:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005557 10.0.0.141 - - [2026-05-07 04:55:09] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005409 10.0.0.141 - - [2026-05-07 04:55:09] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003678 10.0.0.141 - - [2026-05-07 04:55:09] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008785 10.0.0.27 - - [2026-05-07 04:55:09] "GET /obj-perms HTTP/1.1" 200 5051 0.079121 10.0.0.141 - - [2026-05-07 04:55:09] "GET /obj-perms HTTP/1.1" 200 5051 0.086948 10.0.0.141 - - [2026-05-07 04:55:09] "GET /obj-perms HTTP/1.1" 200 5051 0.004463 10.0.0.27 - - [2026-05-07 04:55:09] "GET /obj-perms HTTP/1.1" 200 5051 0.005000 10.0.0.141 - - [2026-05-07 04:55:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009280 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-machine/68ac290f-574e-4a2a-a7a0-4f8f4aa4c56e HTTP/1.1" 200 1293 0.005335 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-machine-interface/5aebd70e-6cde-4dea-8261-9ea1f0e243d6 HTTP/1.1" 200 2948 0.006711 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-machine/68ac290f-574e-4a2a-a7a0-4f8f4aa4c56e HTTP/1.1" 200 1293 0.005866 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-machine-interface/5aebd70e-6cde-4dea-8261-9ea1f0e243d6 HTTP/1.1" 200 2948 0.006926 10.0.0.141 - - [2026-05-07 04:55:10] "GET /instance-ip/956756ca-6284-46c0-aae4-85c0ef2b6eb3 HTTP/1.1" 200 1622 0.008900 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-machine/68ac290f-574e-4a2a-a7a0-4f8f4aa4c56e HTTP/1.1" 200 1293 0.005696 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-machine-interface/5aebd70e-6cde-4dea-8261-9ea1f0e243d6 HTTP/1.1" 200 2948 0.012302 10.0.0.141 - - [2026-05-07 04:55:10] "GET /instance-ip/956756ca-6284-46c0-aae4-85c0ef2b6eb3 HTTP/1.1" 200 1622 0.006581 10.0.0.141 - - [2026-05-07 04:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004815 10.0.0.141 - - [2026-05-07 04:55:10] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004340 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005870 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007687 10.0.0.141 - - [2026-05-07 04:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.141 - - [2026-05-07 04:55:10] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005272 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004810 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007066 10.0.0.141 - - [2026-05-07 04:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005275 10.0.0.141 - - [2026-05-07 04:55:10] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005095 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004032 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007939 10.0.0.141 - - [2026-05-07 04:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005269 10.0.0.141 - - [2026-05-07 04:55:10] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005438 10.0.0.141 - - [2026-05-07 04:55:10] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004624 10.0.0.141 - - [2026-05-07 04:55:11] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007461 10.0.0.141 - - [2026-05-07 04:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296 10.0.0.141 - - [2026-05-07 04:55:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006651 10.0.0.141 - - [2026-05-07 04:55:11] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005173 10.0.0.141 - - [2026-05-07 04:55:11] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007763 10.0.0.141 - - [2026-05-07 04:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.141 - - [2026-05-07 04:55:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005498 10.0.0.141 - - [2026-05-07 04:55:11] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003839 10.0.0.141 - - [2026-05-07 04:55:11] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007409 10.0.0.141 - - [2026-05-07 04:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.141 - - [2026-05-07 04:55:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005268 10.0.0.141 - - [2026-05-07 04:55:11] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004776 10.0.0.141 - - [2026-05-07 04:55:11] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007106 10.0.0.141 - - [2026-05-07 04:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.141 - - [2026-05-07 04:55:11] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005846 10.0.0.141 - - [2026-05-07 04:55:11] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004658 10.0.0.141 - - [2026-05-07 04:55:11] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007475 10.0.0.141 - - [2026-05-07 04:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.141 - - [2026-05-07 04:55:11] "GET /routing-instance/89697dc7-723a-454e-8b9c-9277ae3ecea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006234 10.0.0.141 - - [2026-05-07 04:55:12] "GET /route-target/98dd63bb-ce9c-4cbe-a11e-524bfb71df84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004836 10.0.0.141 - - [2026-05-07 04:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.141 - - [2026-05-07 04:55:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004038 10.0.0.141 - - [2026-05-07 04:55:12] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004007 10.0.0.141 - - [2026-05-07 04:55:12] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006803 10.0.0.141 - - [2026-05-07 04:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007104 10.0.0.141 - - [2026-05-07 04:55:12] "POST /neutron/network HTTP/1.1" 200 935 0.008503 10.0.0.141 - - [2026-05-07 04:55:12] "GET /routing-instance/89697dc7-723a-454e-8b9c-9277ae3ecea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005659 10.0.0.141 - - [2026-05-07 04:55:12] "GET /route-target/98dd63bb-ce9c-4cbe-a11e-524bfb71df84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004529 10.0.0.141 - - [2026-05-07 04:55:12] "POST /neutron/port HTTP/1.1" 200 117 0.001408 10.0.0.141 - - [2026-05-07 04:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.141 - - [2026-05-07 04:55:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006213 10.0.0.141 - - [2026-05-07 04:55:12] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004147 10.0.0.141 - - [2026-05-07 04:55:12] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007096 10.0.0.141 - - [2026-05-07 04:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.141 - - [2026-05-07 04:55:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004976 10.0.0.141 - - [2026-05-07 04:55:12] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005061 10.0.0.141 - - [2026-05-07 04:55:12] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007084 10.0.0.141 - - [2026-05-07 04:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.141 - - [2026-05-07 04:55:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007035 10.0.0.141 - - [2026-05-07 04:55:12] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004310 10.0.0.141 - - [2026-05-07 04:55:12] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006913 10.0.0.27 - - [2026-05-07 04:55:12] "GET /obj-perms HTTP/1.1" 200 5051 0.005969 10.0.0.141 - - [2026-05-07 04:55:12] "GET /obj-perms HTTP/1.1" 200 5051 0.005586 10.0.0.141 - - [2026-05-07 04:55:12] "GET /obj-perms HTTP/1.1" 200 5051 0.004324 10.0.0.249 - - [2026-05-07 04:55:13] "GET /obj-perms HTTP/1.1" 200 5051 0.077779 10.0.0.141 - - [2026-05-07 04:55:13] "GET /obj-perms HTTP/1.1" 200 5051 0.004670 10.0.0.27 - - [2026-05-07 04:55:13] "GET /obj-perms HTTP/1.1" 200 5051 0.004951 10.0.0.141 - - [2026-05-07 04:55:18] "GET /virtual-machine/68ac290f-574e-4a2a-a7a0-4f8f4aa4c56e HTTP/1.1" 200 1293 0.005893 10.0.0.141 - - [2026-05-07 04:55:19] "POST /neutron/port HTTP/1.1" 200 1113 0.019061 10.0.0.141 - - [2026-05-07 04:55:20] "GET /virtual-machine/68ac290f-574e-4a2a-a7a0-4f8f4aa4c56e HTTP/1.1" 404 171 0.003846 10.0.0.141 - - [2026-05-07 04:55:20] "GET /virtual-machine/68ac290f-574e-4a2a-a7a0-4f8f4aa4c56e HTTP/1.1" 404 171 0.004754 10.0.0.141 - - [2026-05-07 04:55:20] "GET /virtual-machine/68ac290f-574e-4a2a-a7a0-4f8f4aa4c56e HTTP/1.1" 404 171 0.003934 10.0.0.141 - - [2026-05-07 04:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.141 - - [2026-05-07 04:55:21] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006024 10.0.0.141 - - [2026-05-07 04:55:21] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005957 10.0.0.141 - - [2026-05-07 04:55:21] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006393 10.0.0.141 - - [2026-05-07 04:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.141 - - [2026-05-07 04:55:21] "GET /routing-instance/89697dc7-723a-454e-8b9c-9277ae3ecea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006876 10.0.0.141 - - [2026-05-07 04:55:21] "GET /route-target/98dd63bb-ce9c-4cbe-a11e-524bfb71df84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006095 10.0.0.249 - - [2026-05-07 04:55:21] "GET /obj-perms HTTP/1.1" 200 5051 0.007031 10.0.0.141 - - [2026-05-07 04:55:24] "POST /neutron/port HTTP/1.1" 200 1105 0.026973 10.0.0.141 - - [2026-05-07 04:55:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.012203 10.0.0.141 - - [2026-05-07 04:55:27] "GET /obj-perms HTTP/1.1" 200 5051 0.004834 10.0.0.249 - - [2026-05-07 04:55:27] "GET /obj-perms HTTP/1.1" 200 5051 0.004860 10.0.0.141 - - [2026-05-07 04:55:27] "GET /virtual-machine/b1cf847b-3729-4ed2-9f8b-76692434a14f HTTP/1.1" 200 1294 0.006501 10.0.0.141 - - [2026-05-07 04:55:28] "POST /neutron/port HTTP/1.1" 200 1123 0.028131 10.0.0.141 - - [2026-05-07 04:55:29] "GET /virtual-machine/b1cf847b-3729-4ed2-9f8b-76692434a14f HTTP/1.1" 404 171 0.003827 10.0.0.141 - - [2026-05-07 04:55:29] "GET /virtual-machine/b1cf847b-3729-4ed2-9f8b-76692434a14f HTTP/1.1" 404 171 0.004632 10.0.0.141 - - [2026-05-07 04:55:29] "GET /virtual-machine/b1cf847b-3729-4ed2-9f8b-76692434a14f HTTP/1.1" 404 171 0.003928 10.0.0.141 - - [2026-05-07 04:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.141 - - [2026-05-07 04:55:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004980 10.0.0.141 - - [2026-05-07 04:55:30] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004156 10.0.0.141 - - [2026-05-07 04:55:30] "GET /virtual-network/0a197d81-56a2-4f10-b893-8b602f89be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010188 10.0.0.141 - - [2026-05-07 04:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006079 10.0.0.141 - - [2026-05-07 04:55:30] "GET /routing-instance/89697dc7-723a-454e-8b9c-9277ae3ecea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.007297 10.0.0.141 - - [2026-05-07 04:55:30] "GET /route-target/98dd63bb-ce9c-4cbe-a11e-524bfb71df84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.008420 10.0.0.141 - - [2026-05-07 04:55:30] "GET /obj-perms HTTP/1.1" 200 5051 0.004617 10.0.0.27 - - [2026-05-07 04:55:30] "GET /obj-perms HTTP/1.1" 200 5051 0.005155 10.0.0.141 - - [2026-05-07 04:55:36] "GET /obj-perms HTTP/1.1" 200 5051 0.004531 10.0.0.27 - - [2026-05-07 04:55:36] "GET /obj-perms HTTP/1.1" 200 5051 0.005954 10.0.0.141 - - [2026-05-07 04:55:36] "POST /neutron/network HTTP/1.1" 200 825 0.008198 10.0.0.141 - - [2026-05-07 04:55:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.004244 10.0.0.141 - - [2026-05-07 04:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.27 - - [2026-05-07 04:55:40] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.141 - - [2026-05-07 04:55:40] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051390 10.0.0.141 - - [2026-05-07 04:55:40] "POST /network-policys HTTP/1.1" 200 522 0.044100 10.0.0.141 - - [2026-05-07 04:55:40] "GET /network-policy/a202b55b-db59-4de3-a972-9e3ee3d730d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008159 10.0.0.141 - - [2026-05-07 04:55:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.005075 10.0.0.141 - - [2026-05-07 04:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.27 - - [2026-05-07 04:55:40] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001220 10.0.0.141 - - [2026-05-07 04:55:40] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058508 10.0.0.141 - - [2026-05-07 04:55:40] "POST /network-policys HTTP/1.1" 200 522 0.057354 10.0.0.141 - - [2026-05-07 04:55:40] "GET /network-policy/6ae55af8-5a5b-470d-a440-d4b1954c8a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.009191 10.0.0.141 - - [2026-05-07 04:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.27 - - [2026-05-07 04:55:40] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001499 10.0.0.141 - - [2026-05-07 04:55:40] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.056253 10.0.0.141 - - [2026-05-07 04:55:40] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.005264 10.0.0.141 - - [2026-05-07 04:55:40] "POST /virtual-networks HTTP/1.1" 200 546 0.161515 10.0.0.141 - - [2026-05-07 04:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008882 10.0.0.249 - - [2026-05-07 04:55:40] "POST /route-targets HTTP/1.1" 200 327 0.022826 10.0.0.141 - - [2026-05-07 04:55:41] "GET /network-ipam/27f33cd2-137d-4950-8cf0-986cca16b574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.007855 10.0.0.27 - - [2026-05-07 04:55:41] "POST /useragent-kv HTTP/1.1" 200 115 0.008861 10.0.0.141 - - [2026-05-07 04:55:41] "POST /ref-update HTTP/1.1" 200 156 0.110936 10.0.0.141 - - [2026-05-07 04:55:41] "POST /neutron/network HTTP/1.1" 200 809 0.011881 10.0.0.141 - - [2026-05-07 04:55:41] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007626 10.0.0.141 - - [2026-05-07 04:55:41] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007171 10.0.0.141 - - [2026-05-07 04:55:42] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007524 10.0.0.141 - - [2026-05-07 04:55:42] "PUT /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95 HTTP/1.1" 200 264 0.084595 10.0.0.141 - - [2026-05-07 04:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.141 - - [2026-05-07 04:55:42] "GET /network-policy/a202b55b-db59-4de3-a972-9e3ee3d730d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005929 10.0.0.141 - - [2026-05-07 04:55:42] "POST /ref-update HTTP/1.1" 200 156 0.075909 10.0.0.141 - - [2026-05-07 04:55:42] "POST /neutron/network HTTP/1.1" 200 886 0.009094 10.0.0.141 - - [2026-05-07 04:55:42] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006035 10.0.0.249 - - [2026-05-07 04:55:42] "POST /access-control-lists HTTP/1.1" 200 592 0.093615 10.0.0.141 - - [2026-05-07 04:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004944 10.0.0.141 - - [2026-05-07 04:55:42] "GET /network-policy/a202b55b-db59-4de3-a972-9e3ee3d730d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005434 10.0.0.141 - - [2026-05-07 04:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.27 - - [2026-05-07 04:55:42] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001733 10.0.0.141 - - [2026-05-07 04:55:42] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052318 10.0.0.141 - - [2026-05-07 04:55:42] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006313 10.0.0.141 - - [2026-05-07 04:55:42] "POST /virtual-networks HTTP/1.1" 200 546 0.111798 10.0.0.141 - - [2026-05-07 04:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.141 - - [2026-05-07 04:55:42] "GET /network-ipam/27f33cd2-137d-4950-8cf0-986cca16b574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.007966 10.0.0.27 - - [2026-05-07 04:55:43] "POST /useragent-kv HTTP/1.1" 200 115 0.009607 10.0.0.141 - - [2026-05-07 04:55:43] "POST /ref-update HTTP/1.1" 200 156 0.135916 10.0.0.141 - - [2026-05-07 04:55:43] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.008090 10.0.0.141 - - [2026-05-07 04:55:43] "POST /neutron/network HTTP/1.1" 200 809 0.010940 10.0.0.141 - - [2026-05-07 04:55:43] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.009641 10.0.0.141 - - [2026-05-07 04:55:44] "GET /obj-perms HTTP/1.1" 200 5051 0.010229 10.0.0.249 - - [2026-05-07 04:55:44] "GET /obj-perms HTTP/1.1" 200 5051 0.006379 10.0.0.141 - - [2026-05-07 04:55:44] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.009073 10.0.0.141 - - [2026-05-07 04:55:44] "PUT /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e HTTP/1.1" 200 264 0.084325 10.0.0.141 - - [2026-05-07 04:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.141 - - [2026-05-07 04:55:44] "GET /network-policy/6ae55af8-5a5b-470d-a440-d4b1954c8a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006503 10.0.0.249 - - [2026-05-07 04:55:44] "POST /fqname-to-id HTTP/1.1" 404 237 0.004079 10.0.0.141 - - [2026-05-07 04:55:44] "POST /ref-update HTTP/1.1" 200 156 0.092743 10.0.0.141 - - [2026-05-07 04:55:44] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006476 10.0.0.141 - - [2026-05-07 04:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.013234 10.0.0.141 - - [2026-05-07 04:55:44] "GET /network-policy/6ae55af8-5a5b-470d-a440-d4b1954c8a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.020341 10.0.0.141 - - [2026-05-07 04:55:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.002308 10.0.0.141 - - [2026-05-07 04:55:45] "POST /neutron/port HTTP/1.1" 200 4182 0.042947 10.0.0.27 - - [2026-05-07 04:55:46] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001139 10.0.0.141 - - [2026-05-07 04:55:46] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.087941 10.0.0.141 - - [2026-05-07 04:55:46] "POST /neutron/port HTTP/1.1" 200 4182 0.066133 10.0.0.141 - - [2026-05-07 04:55:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001576 10.0.0.141 - - [2026-05-07 04:55:46] "POST /neutron/network HTTP/1.1" 200 896 0.010868 10.0.0.141 - - [2026-05-07 04:55:47] "POST /neutron/port HTTP/1.1" 200 1061 0.026070 10.0.0.27 - - [2026-05-07 04:55:48] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001831 10.0.0.141 - - [2026-05-07 04:55:48] "POST /neutron/port HTTP/1.1" 200 1125 0.056892 10.0.0.141 - - [2026-05-07 04:55:48] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.121408 10.0.0.141 - - [2026-05-07 04:55:48] "POST /neutron/network HTTP/1.1" 200 886 0.055424 10.0.0.141 - - [2026-05-07 04:55:48] "POST /neutron/port HTTP/1.1" 200 5154 0.054127 10.0.0.141 - - [2026-05-07 04:55:48] "POST /neutron/port HTTP/1.1" 200 1125 0.028492 10.0.0.27 - - [2026-05-07 04:55:49] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001283 10.0.0.141 - - [2026-05-07 04:55:49] "POST /neutron/port HTTP/1.1" 200 1061 0.439244 10.0.0.141 - - [2026-05-07 04:55:49] "POST /neutron/port HTTP/1.1" 200 1115 0.171870 10.0.0.141 - - [2026-05-07 04:55:49] "POST /neutron/subnet HTTP/1.1" 200 646 0.012055 10.0.0.141 - - [2026-05-07 04:55:53] "POST /neutron/port HTTP/1.1" 200 1125 0.032660 10.0.0.141 - - [2026-05-07 04:55:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010655 10.0.0.141 - - [2026-05-07 04:55:54] "GET /virtual-machine/c671134e-cf99-4776-afe5-2bb49d54de73 HTTP/1.1" 200 1294 0.008171 10.0.0.141 - - [2026-05-07 04:55:54] "GET /virtual-machine-interface/4a2c1378-05d1-49c5-8c1e-0fd6601ec107 HTTP/1.1" 200 2949 0.007519 10.0.0.141 - - [2026-05-07 04:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.141 - - [2026-05-07 04:55:54] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005682 10.0.0.141 - - [2026-05-07 04:55:54] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005911 10.0.0.141 - - [2026-05-07 04:55:54] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008408 10.0.0.141 - - [2026-05-07 04:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.141 - - [2026-05-07 04:55:57] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.010652 10.0.0.141 - - [2026-05-07 04:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006135 10.0.0.141 - - [2026-05-07 04:56:01] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006577 10.0.0.141 - - [2026-05-07 04:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.141 - - [2026-05-07 04:56:05] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006481 10.0.0.141 - - [2026-05-07 04:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.141 - - [2026-05-07 04:56:09] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008908 10.0.0.141 - - [2026-05-07 04:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005291 10.0.0.141 - - [2026-05-07 04:56:13] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009327 10.0.0.141 - - [2026-05-07 04:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002 10.0.0.141 - - [2026-05-07 04:56:17] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007761 10.0.0.141 - - [2026-05-07 04:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.141 - - [2026-05-07 04:56:21] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007684 10.0.0.141 - - [2026-05-07 04:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.141 - - [2026-05-07 04:56:26] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006546 10.0.0.141 - - [2026-05-07 04:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005999 10.0.0.141 - - [2026-05-07 04:56:30] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006978 10.0.0.141 - - [2026-05-07 04:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.141 - - [2026-05-07 04:56:34] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005502 10.0.0.141 - - [2026-05-07 04:56:34] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004251 10.0.0.141 - - [2026-05-07 04:56:34] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006762 10.0.0.141 - - [2026-05-07 04:56:34] "POST /neutron/port HTTP/1.1" 200 1125 0.036544 10.0.0.141 - - [2026-05-07 04:56:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011317 10.0.0.141 - - [2026-05-07 04:56:44] "POST /neutron/port HTTP/1.1" 200 1125 0.027328 10.0.0.141 - - [2026-05-07 04:56:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016682 10.0.0.141 - - [2026-05-07 04:56:55] "POST /neutron/port HTTP/1.1" 200 1125 0.026707 10.0.0.141 - - [2026-05-07 04:56:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009320 10.0.0.141 - - [2026-05-07 04:56:55] "GET /virtual-machine/ab6e8c7d-6760-4d25-ac26-52fb6776ccca HTTP/1.1" 200 1294 0.009595 10.0.0.141 - - [2026-05-07 04:56:55] "GET /virtual-machine-interface/31ebc844-00a7-4aaa-8261-6e50982af1d5 HTTP/1.1" 200 2948 0.008290 10.0.0.141 - - [2026-05-07 04:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.141 - - [2026-05-07 04:56:55] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005233 10.0.0.141 - - [2026-05-07 04:56:55] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003854 10.0.0.141 - - [2026-05-07 04:56:55] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007552 10.0.0.141 - - [2026-05-07 04:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006500 10.0.0.141 - - [2026-05-07 04:56:56] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007087 10.0.0.141 - - [2026-05-07 04:56:56] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005605 10.0.0.141 - - [2026-05-07 04:56:57] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009430 10.0.0.27 - - [2026-05-07 04:57:16] "GET /obj-perms HTTP/1.1" 200 5075 0.134295 10.0.0.141 - - [2026-05-07 04:57:16] "POST /neutron/port HTTP/1.1" 200 1216 0.083452 10.0.0.141 - - [2026-05-07 04:57:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006181 10.0.0.141 - - [2026-05-07 04:57:17] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.141 - - [2026-05-07 04:57:28] "POST /neutron/port HTTP/1.1" 200 1216 0.072518 10.0.0.141 - - [2026-05-07 04:57:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004715 10.0.0.141 - - [2026-05-07 04:57:28] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.141 - - [2026-05-07 04:58:17] "POST /neutron/port HTTP/1.1" 200 1105 0.030201 10.0.0.141 - - [2026-05-07 04:58:29] "POST /neutron/port HTTP/1.1" 200 1105 0.023153 10.0.0.141 - - [2026-05-07 04:58:29] "POST /neutron/subnet HTTP/1.1" 200 689 0.015798 ++ 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 May 7 04:58:31 AM UTC 2026 ===================' INFO: =================== Thu May 7 04:58:31 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ 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.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.141:8081 10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.141:8086 10.0.0.249: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.141,10.0.0.249,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.141:8082 10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.141:9161 10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.141:9041 10.0.0.249: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.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249: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.141:2181,10.0.0.249:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141:2181,10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249: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.141:5673,10.0.0.249:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.141:5673,10.0.0.249: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.141:6379 10.0.0.249: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.141,10.0.0.249,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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249: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.141:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.141:9092 10.0.0.249: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.141 ++ 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.141,10.0.0.249,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.141,10.0.0.249,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.141,10.0.0.249,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.141,10.0.0.249,10.0.0.27 +++ local servers=10.0.0.141,10.0.0.249,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort +++ cut -d ' ' -f 1 ++++ 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.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( 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.141:9041 10.0.0.249:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.141:9041 10.0.0.249: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 ++ sed 's/^API__//g' ++ sort ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 05/07/2026 04:58:40.844 7f703abc97c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/07/2026 04:58:41.005 7f703abc97c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/07/2026 04:58:41.017 7f703abc97c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/07/2026 04:58:41.018 7f703abc97c0 [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-05-07 04:58:41] "GET / HTTP/1.1" 503 181 0.000255 10.0.0.27 - - [2026-05-07 04:58:41] "GET / HTTP/1.1" 503 181 0.000183 [Introspect:8084]10.0.0.141 - - [2026-05-07 04:58:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3226 0.001982 10.0.0.27 - - [2026-05-07 04:58:42] "GET / HTTP/1.1" 200 45871 0.001667 10.0.0.27 - - [2026-05-07 04:58:42] "GET / HTTP/1.1" 200 45871 0.001746 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-05-07 04:58:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000604 10.0.0.27 - - [2026-05-07 04:58:42] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000371 10.0.0.27 - - [2026-05-07 04:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.659208 10.0.0.27 - - [2026-05-07 04:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.27 - - [2026-05-07 04:58:43] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.393999 10.0.0.27 - - [2026-05-07 04:58:43] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1718 0.004915 /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-05-07 04:58:44] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001112 10.0.0.27 - - [2026-05-07 04:58:44] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.057143 10.0.0.27 - - [2026-05-07 04:58:44] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001349 10.0.0.27 - - [2026-05-07 04:58:44] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?fields=security_groups HTTP/1.1" 200 1089 0.047384 10.0.0.27 - - [2026-05-07 04:58:44] "GET /projects?obj_uuids=f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001051 10.0.0.27 - - [2026-05-07 04:58:44] "GET /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff?fields=application_policy_sets HTTP/1.1" 200 1382 0.056813 10.0.0.27 - - [2026-05-07 04:58:44] "DELETE /project/f3a9a20e-7d87-485d-97d1-fcc4d2afa4ff HTTP/1.1" 409 278 0.261843 [Introspect:8084]10.0.0.141 - - [2026-05-07 04:58:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001337 [Introspect:8084]10.0.0.141 - - [2026-05-07 04:58:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001282 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.141 - - [2026-05-07 04:58:48] "GET /obj-perms HTTP/1.1" 200 5051 0.456221 10.0.0.141 - - [2026-05-07 04:58:48] "GET /obj-perms HTTP/1.1" 200 5051 0.004781 10.0.0.141 - - [2026-05-07 04:58:49] "GET /obj-perms HTTP/1.1" 200 5051 0.005096 10.0.0.141 - - [2026-05-07 04:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.044596 10.0.0.27 - - [2026-05-07 04:58:49] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001219 10.0.0.141 - - [2026-05-07 04:58:49] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.067141 10.0.0.141 - - [2026-05-07 04:58:49] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005770 10.0.0.141 - - [2026-05-07 04:58:49] "POST /virtual-networks HTTP/1.1" 200 546 0.106972 10.0.0.141 - - [2026-05-07 04:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.141 - - [2026-05-07 04:58:49] "GET /network-ipam/27f33cd2-137d-4950-8cf0-986cca16b574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005449 10.0.0.27 - - [2026-05-07 04:58:49] "POST /useragent-kv HTTP/1.1" 200 115 0.024687 10.0.0.141 - - [2026-05-07 04:58:49] "POST /ref-update HTTP/1.1" 200 156 0.134135 10.0.0.141 - - [2026-05-07 04:58:49] "POST /neutron/network HTTP/1.1" 200 809 0.089409 10.0.0.249 - - [2026-05-07 04:58:50] "POST /route-targets HTTP/1.1" 200 327 0.062414 10.0.0.141 - - [2026-05-07 04:58:50] "GET /virtual-network/71599cdf-3029-4cfb-a0d2-0fabe61a5e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007832 10.0.0.141 - - [2026-05-07 04:58:50] "POST /neutron/subnet HTTP/1.1" 200 672 0.012496 10.0.0.141 - - [2026-05-07 04:58:50] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008485 10.0.0.141 - - [2026-05-07 04:58:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001741 10.0.0.141 - - [2026-05-07 04:58:51] "POST /neutron/network HTTP/1.1" 200 896 0.008745 10.0.0.27 - - [2026-05-07 04:58:52] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.141 - - [2026-05-07 04:58:52] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.108078 10.0.0.141 - - [2026-05-07 04:58:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013481 10.0.0.141 - - [2026-05-07 04:58:53] "POST /neutron/network HTTP/1.1" 200 896 0.009375 10.0.0.141 - - [2026-05-07 04:58:53] "POST /neutron/port HTTP/1.1" 200 1061 0.060832 10.0.0.141 - - [2026-05-07 04:58:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004830 10.0.0.141 - - [2026-05-07 04:58:54] "POST /neutron/network HTTP/1.1" 200 886 0.010796 10.0.0.141 - - [2026-05-07 04:58:58] "POST /neutron/port HTTP/1.1" 200 1125 0.039212 10.0.0.141 - - [2026-05-07 04:58:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009511 10.0.0.141 - - [2026-05-07 04:58:58] "GET /virtual-machine/8e57b555-69f6-4dfa-ba94-e5cd102f0207 HTTP/1.1" 200 1294 0.044544 10.0.0.141 - - [2026-05-07 04:58:58] "GET /virtual-machine/8e57b555-69f6-4dfa-ba94-e5cd102f0207 HTTP/1.1" 200 1294 0.005573 10.0.0.141 - - [2026-05-07 04:58:58] "GET /virtual-machine-interface/da279e4a-a9e7-4def-9119-3c34b459c643 HTTP/1.1" 200 2950 0.007068 10.0.0.141 - - [2026-05-07 04:58:58] "GET /virtual-machine/8e57b555-69f6-4dfa-ba94-e5cd102f0207 HTTP/1.1" 200 1294 0.005642 10.0.0.141 - - [2026-05-07 04:58:58] "GET /virtual-machine-interface/da279e4a-a9e7-4def-9119-3c34b459c643 HTTP/1.1" 200 2950 0.009251 10.0.0.141 - - [2026-05-07 04:58:58] "GET /instance-ip/883cbe58-2474-4cf4-9e16-f4c625d45021 HTTP/1.1" 200 1623 0.010512 10.0.0.141 - - [2026-05-07 04:58:58] "GET /virtual-machine/8e57b555-69f6-4dfa-ba94-e5cd102f0207 HTTP/1.1" 200 1294 0.005641 10.0.0.141 - - [2026-05-07 04:58:58] "GET /virtual-machine-interface/da279e4a-a9e7-4def-9119-3c34b459c643 HTTP/1.1" 200 2950 0.008736 10.0.0.141 - - [2026-05-07 04:58:58] "GET /instance-ip/883cbe58-2474-4cf4-9e16-f4c625d45021 HTTP/1.1" 200 1623 0.006564 10.0.0.141 - - [2026-05-07 04:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005387 10.0.0.141 - - [2026-05-07 04:58:58] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005643 10.0.0.141 - - [2026-05-07 04:58:58] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.016791 10.0.0.141 - - [2026-05-07 04:58:58] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006506 10.0.0.141 - - [2026-05-07 04:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.141 - - [2026-05-07 04:58:58] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005726 10.0.0.141 - - [2026-05-07 04:58:58] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004227 10.0.0.141 - - [2026-05-07 04:58:59] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007620 10.0.0.141 - - [2026-05-07 04:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.141 - - [2026-05-07 04:58:59] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004610 10.0.0.141 - - [2026-05-07 04:58:59] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004491 10.0.0.141 - - [2026-05-07 04:58:59] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007833 10.0.0.141 - - [2026-05-07 04:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.141 - - [2026-05-07 04:58:59] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009055 10.0.0.141 - - [2026-05-07 04:58:59] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005478 10.0.0.141 - - [2026-05-07 04:58:59] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007036 10.0.0.141 - - [2026-05-07 04:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005062 10.0.0.141 - - [2026-05-07 04:58:59] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005659 10.0.0.141 - - [2026-05-07 04:58:59] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004142 10.0.0.141 - - [2026-05-07 04:58:59] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009827 10.0.0.141 - - [2026-05-07 04:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008342 10.0.0.141 - - [2026-05-07 04:59:02] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008273 10.0.0.141 - - [2026-05-07 04:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.141 - - [2026-05-07 04:59:06] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008090 10.0.0.141 - - [2026-05-07 04:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.141 - - [2026-05-07 04:59:10] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006955 10.0.0.141 - - [2026-05-07 04:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005563 10.0.0.141 - - [2026-05-07 04:59:14] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007498 10.0.0.141 - - [2026-05-07 04:59:17] "POST /neutron/port HTTP/1.1" 200 1125 0.026572 10.0.0.141 - - [2026-05-07 04:59:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004741 10.0.0.141 - - [2026-05-07 04:59:18] "POST /neutron/network HTTP/1.1" 200 886 0.008528 10.0.0.141 - - [2026-05-07 04:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009063 10.0.0.141 - - [2026-05-07 04:59:18] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006326 10.0.0.249 - - [2026-05-07 04:59:19] "GET /obj-perms HTTP/1.1" 200 5075 0.073156 10.0.0.141 - - [2026-05-07 04:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006227 10.0.0.141 - - [2026-05-07 04:59:23] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008860 10.0.0.249 - - [2026-05-07 04:59:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.249 - - [2026-05-07 04:59:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.27 - - [2026-05-07 04:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.27 - - [2026-05-07 04:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000679 10.0.0.249 - - [2026-05-07 04:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000620 10.0.0.249 - - [2026-05-07 04:59:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000633 10.0.0.141 - - [2026-05-07 04:59:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.141 - - [2026-05-07 04:59:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.27 - - [2026-05-07 04:59:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.27 - - [2026-05-07 04:59:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.141 - - [2026-05-07 04:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005360 10.0.0.141 - - [2026-05-07 04:59:27] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007331 10.0.0.141 - - [2026-05-07 04:59:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000549 10.0.0.141 - - [2026-05-07 04:59:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.141 - - [2026-05-07 04:59:30] "POST /neutron/network HTTP/1.1" 200 896 0.059131 10.0.0.141 - - [2026-05-07 04:59:30] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.141 - - [2026-05-07 04:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006168 10.0.0.141 - - [2026-05-07 04:59:31] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007320 10.0.0.141 - - [2026-05-07 04:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.141 - - [2026-05-07 04:59:35] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009671 10.0.0.141 - - [2026-05-07 04:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005757 10.0.0.141 - - [2026-05-07 04:59:39] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007958 10.0.0.141 - - [2026-05-07 04:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.141 - - [2026-05-07 04:59:41] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005310 10.0.0.141 - - [2026-05-07 04:59:41] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003912 10.0.0.141 - - [2026-05-07 04:59:41] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007237 10.0.0.141 - - [2026-05-07 04:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.141 - - [2026-05-07 04:59:41] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006191 10.0.0.141 - - [2026-05-07 04:59:41] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005792 10.0.0.141 - - [2026-05-07 04:59:41] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006989 10.0.0.141 - - [2026-05-07 04:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.141 - - [2026-05-07 04:59:41] "GET /routing-instance/ac1c0496-34b3-48bb-a6b7-990405daada5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.006680 10.0.0.141 - - [2026-05-07 04:59:41] "GET /route-target/d163be1d-603c-4ea0-bff4-92309abb773b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004498 10.0.0.141 - - [2026-05-07 04:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.141 - - [2026-05-07 04:59:42] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005549 10.0.0.141 - - [2026-05-07 04:59:42] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004866 10.0.0.141 - - [2026-05-07 04:59:42] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007446 10.0.0.141 - - [2026-05-07 04:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.141 - - [2026-05-07 04:59:42] "GET /routing-instance/ac1c0496-34b3-48bb-a6b7-990405daada5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005860 10.0.0.141 - - [2026-05-07 04:59:42] "GET /route-target/d163be1d-603c-4ea0-bff4-92309abb773b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005641 10.0.0.141 - - [2026-05-07 04:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005767 10.0.0.141 - - [2026-05-07 04:59:42] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005496 10.0.0.141 - - [2026-05-07 04:59:42] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004753 10.0.0.141 - - [2026-05-07 04:59:42] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007118 10.0.0.141 - - [2026-05-07 04:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.141 - - [2026-05-07 04:59:42] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005305 10.0.0.141 - - [2026-05-07 04:59:42] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004677 10.0.0.141 - - [2026-05-07 04:59:42] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007191 10.0.0.141 - - [2026-05-07 04:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005119 10.0.0.141 - - [2026-05-07 04:59:42] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006048 10.0.0.141 - - [2026-05-07 04:59:42] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004629 10.0.0.141 - - [2026-05-07 04:59:42] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008020 10.0.0.27 - - [2026-05-07 04:59:42] "GET /obj-perms HTTP/1.1" 200 5051 0.085032 10.0.0.141 - - [2026-05-07 04:59:42] "GET /obj-perms HTTP/1.1" 200 5051 0.005243 10.0.0.141 - - [2026-05-07 04:59:43] "GET /obj-perms HTTP/1.1" 200 5051 0.004200 10.0.0.141 - - [2026-05-07 04:59:43] "GET /obj-perms HTTP/1.1" 200 5051 0.005869 10.0.0.249 - - [2026-05-07 04:59:43] "GET /obj-perms HTTP/1.1" 200 5051 0.075435 10.0.0.27 - - [2026-05-07 04:59:43] "GET /obj-perms HTTP/1.1" 200 5051 0.005998 10.0.0.141 - - [2026-05-07 04:59:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001827 10.0.0.141 - - [2026-05-07 04:59:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011333 10.0.0.27 - - [2026-05-07 04:59:44] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001260 10.0.0.141 - - [2026-05-07 04:59:44] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.109944 10.0.0.141 - - [2026-05-07 04:59:45] "POST /neutron/port HTTP/1.1" 200 7098 0.077873 10.0.0.141 - - [2026-05-07 04:59:45] "POST /neutron/port HTTP/1.1" 200 117 0.008080 10.0.0.141 - - [2026-05-07 04:59:46] "POST /neutron/port HTTP/1.1" 200 1061 0.023794 10.0.0.141 - - [2026-05-07 04:59:46] "POST /neutron/port HTTP/1.1" 200 1125 0.027828 10.0.0.141 - - [2026-05-07 04:59:46] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.141 - - [2026-05-07 04:59:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010278 10.0.0.141 - - [2026-05-07 04:59:50] "POST /neutron/port HTTP/1.1" 200 1125 0.034685 10.0.0.141 - - [2026-05-07 04:59:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013371 10.0.0.141 - - [2026-05-07 04:59:50] "GET /virtual-machine/c6dcf6dd-2383-47e4-ac71-4cc387468262 HTTP/1.1" 200 1294 0.009373 10.0.0.141 - - [2026-05-07 04:59:50] "GET /virtual-machine/c6dcf6dd-2383-47e4-ac71-4cc387468262 HTTP/1.1" 200 1294 0.005821 10.0.0.141 - - [2026-05-07 04:59:50] "GET /virtual-machine-interface/80e57d3e-6319-4507-afb6-4771ab4c5e1e HTTP/1.1" 200 2949 0.006960 10.0.0.141 - - [2026-05-07 04:59:50] "GET /virtual-machine/c6dcf6dd-2383-47e4-ac71-4cc387468262 HTTP/1.1" 200 1294 0.005619 10.0.0.141 - - [2026-05-07 04:59:50] "GET /virtual-machine-interface/80e57d3e-6319-4507-afb6-4771ab4c5e1e HTTP/1.1" 200 2949 0.009365 10.0.0.141 - - [2026-05-07 04:59:50] "GET /instance-ip/a6d0de51-65b8-431f-8acc-d7d3e1510a9a HTTP/1.1" 200 1624 0.019930 10.0.0.141 - - [2026-05-07 04:59:50] "GET /virtual-machine/c6dcf6dd-2383-47e4-ac71-4cc387468262 HTTP/1.1" 200 1294 0.005475 10.0.0.141 - - [2026-05-07 04:59:50] "GET /virtual-machine-interface/80e57d3e-6319-4507-afb6-4771ab4c5e1e HTTP/1.1" 200 2949 0.006812 10.0.0.141 - - [2026-05-07 04:59:50] "GET /instance-ip/a6d0de51-65b8-431f-8acc-d7d3e1510a9a HTTP/1.1" 200 1624 0.005389 10.0.0.141 - - [2026-05-07 04:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005104 10.0.0.141 - - [2026-05-07 04:59:50] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004296 10.0.0.141 - - [2026-05-07 04:59:51] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004209 10.0.0.141 - - [2026-05-07 04:59:51] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007668 10.0.0.141 - - [2026-05-07 04:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.141 - - [2026-05-07 04:59:51] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007038 10.0.0.141 - - [2026-05-07 04:59:51] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005439 10.0.0.141 - - [2026-05-07 04:59:51] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006601 10.0.0.141 - - [2026-05-07 04:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.141 - - [2026-05-07 04:59:51] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004867 10.0.0.141 - - [2026-05-07 04:59:51] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003910 10.0.0.141 - - [2026-05-07 04:59:51] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007823 10.0.0.141 - - [2026-05-07 04:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.141 - - [2026-05-07 04:59:51] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004760 10.0.0.141 - - [2026-05-07 04:59:51] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004392 10.0.0.141 - - [2026-05-07 04:59:51] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008083 10.0.0.141 - - [2026-05-07 04:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.141 - - [2026-05-07 04:59:51] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005537 10.0.0.141 - - [2026-05-07 04:59:51] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004545 10.0.0.141 - - [2026-05-07 04:59:51] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006761 10.0.0.141 - - [2026-05-07 04:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.141 - - [2026-05-07 04:59:54] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006868 10.0.0.141 - - [2026-05-07 04:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.141 - - [2026-05-07 04:59:58] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007179 10.0.0.141 - - [2026-05-07 05:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.141 - - [2026-05-07 05:00:02] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008133 10.0.0.141 - - [2026-05-07 05:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.071985 10.0.0.141 - - [2026-05-07 05:00:07] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008403 10.0.0.141 - - [2026-05-07 05:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.141 - - [2026-05-07 05:00:11] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006936 10.0.0.141 - - [2026-05-07 05:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.141 - - [2026-05-07 05:00:15] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007032 10.0.0.141 - - [2026-05-07 05:00:18] "POST /neutron/port HTTP/1.1" 200 1216 0.026888 10.0.0.141 - - [2026-05-07 05:00:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004513 10.0.0.141 - - [2026-05-07 05:00:18] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.141 - - [2026-05-07 05:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005220 10.0.0.141 - - [2026-05-07 05:00:19] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007327 10.0.0.141 - - [2026-05-07 05:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005549 10.0.0.141 - - [2026-05-07 05:00:23] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007732 10.0.0.141 - - [2026-05-07 05:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007320 10.0.0.141 - - [2026-05-07 05:00:27] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006073 10.0.0.141 - - [2026-05-07 05:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.141 - - [2026-05-07 05:00:29] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005210 10.0.0.141 - - [2026-05-07 05:00:29] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004352 10.0.0.141 - - [2026-05-07 05:00:29] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008694 10.0.0.141 - - [2026-05-07 05:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005612 10.0.0.141 - - [2026-05-07 05:00:29] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005600 10.0.0.141 - - [2026-05-07 05:00:29] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004935 10.0.0.141 - - [2026-05-07 05:00:29] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008416 10.0.0.141 - - [2026-05-07 05:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.141 - - [2026-05-07 05:00:30] "GET /routing-instance/2bff9dc8-d0cf-4578-92f9-cfe4a754bcbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006749 10.0.0.141 - - [2026-05-07 05:00:30] "GET /route-target/467d14a8-f7bd-437f-80bb-e76da76fff96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005875 10.0.0.141 - - [2026-05-07 05:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.141 - - [2026-05-07 05:00:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004753 10.0.0.141 - - [2026-05-07 05:00:30] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004039 10.0.0.141 - - [2026-05-07 05:00:30] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007628 10.0.0.141 - - [2026-05-07 05:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.141 - - [2026-05-07 05:00:30] "GET /routing-instance/2bff9dc8-d0cf-4578-92f9-cfe4a754bcbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006574 10.0.0.141 - - [2026-05-07 05:00:30] "GET /route-target/467d14a8-f7bd-437f-80bb-e76da76fff96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005886 10.0.0.141 - - [2026-05-07 05:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268 10.0.0.141 - - [2026-05-07 05:00:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005685 10.0.0.141 - - [2026-05-07 05:00:30] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004055 10.0.0.141 - - [2026-05-07 05:00:30] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007255 10.0.0.141 - - [2026-05-07 05:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005705 10.0.0.141 - - [2026-05-07 05:00:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005258 10.0.0.141 - - [2026-05-07 05:00:30] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004637 10.0.0.141 - - [2026-05-07 05:00:30] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007961 10.0.0.141 - - [2026-05-07 05:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006160 10.0.0.141 - - [2026-05-07 05:00:30] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007525 10.0.0.141 - - [2026-05-07 05:00:30] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005340 10.0.0.141 - - [2026-05-07 05:00:30] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.012531 10.0.0.141 - - [2026-05-07 05:00:30] "GET /obj-perms HTTP/1.1" 200 5051 0.007586 10.0.0.27 - - [2026-05-07 05:00:30] "GET /obj-perms HTTP/1.1" 200 5051 0.005817 10.0.0.141 - - [2026-05-07 05:00:30] "GET /obj-perms HTTP/1.1" 200 5051 0.004417 10.0.0.27 - - [2026-05-07 05:00:31] "GET /obj-perms HTTP/1.1" 200 5051 0.005161 10.0.0.141 - - [2026-05-07 05:00:31] "GET /virtual-machine/8e57b555-69f6-4dfa-ba94-e5cd102f0207 HTTP/1.1" 200 1294 0.005017 10.0.0.141 - - [2026-05-07 05:00:31] "GET /virtual-machine-interface/da279e4a-a9e7-4def-9119-3c34b459c643 HTTP/1.1" 200 2950 0.006960 10.0.0.141 - - [2026-05-07 05:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005491 10.0.0.141 - - [2026-05-07 05:00:31] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005657 10.0.0.141 - - [2026-05-07 05:00:31] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003822 10.0.0.141 - - [2026-05-07 05:00:31] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007658 10.0.0.141 - - [2026-05-07 05:00:32] "POST /neutron/port HTTP/1.1" 200 1216 0.033354 10.0.0.141 - - [2026-05-07 05:00:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005707 10.0.0.141 - - [2026-05-07 05:00:32] "POST /neutron/port HTTP/1.1" 200 117 0.001936 10.0.0.141 - - [2026-05-07 05:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004909 10.0.0.141 - - [2026-05-07 05:00:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004936 10.0.0.141 - - [2026-05-07 05:00:32] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004628 10.0.0.141 - - [2026-05-07 05:00:32] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008484 10.0.0.141 - - [2026-05-07 05:00:32] "GET /virtual-machine/c6dcf6dd-2383-47e4-ac71-4cc387468262 HTTP/1.1" 200 1294 0.007152 10.0.0.141 - - [2026-05-07 05:00:32] "GET /virtual-machine-interface/80e57d3e-6319-4507-afb6-4771ab4c5e1e HTTP/1.1" 200 2949 0.006831 10.0.0.141 - - [2026-05-07 05:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.141 - - [2026-05-07 05:00:32] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004190 10.0.0.141 - - [2026-05-07 05:00:32] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003959 10.0.0.141 - - [2026-05-07 05:00:32] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008590 10.0.0.141 - - [2026-05-07 05:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006695 10.0.0.141 - - [2026-05-07 05:00:33] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008664 10.0.0.141 - - [2026-05-07 05:00:33] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.007830 10.0.0.141 - - [2026-05-07 05:00:34] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009448 10.0.0.141 - - [2026-05-07 05:00:34] "POST /neutron/port HTTP/1.1" 200 1125 0.026912 10.0.0.141 - - [2026-05-07 05:00:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010814 10.0.0.141 - - [2026-05-07 05:00:44] "POST /neutron/port HTTP/1.1" 200 1125 0.028960 10.0.0.141 - - [2026-05-07 05:00:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011147 10.0.0.141 - - [2026-05-07 05:01:18] "POST /neutron/network HTTP/1.1" 200 935 0.009020 10.0.0.141 - - [2026-05-07 05:01:18] "POST /neutron/port HTTP/1.1" 200 117 0.001660 10.0.0.141 - - [2026-05-07 05:01:32] "POST /neutron/port HTTP/1.1" 200 1105 0.038575 10.0.0.141 - - [2026-05-07 05:01:32] "POST /neutron/subnet HTTP/1.1" 200 689 0.013074 10.0.0.141 - - [2026-05-07 05:01:43] "GET /virtual-machine/c6dcf6dd-2383-47e4-ac71-4cc387468262 HTTP/1.1" 200 1294 0.006213 10.0.0.141 - - [2026-05-07 05:01:44] "POST /neutron/port HTTP/1.1" 200 1125 0.028039 10.0.0.141 - - [2026-05-07 05:01:45] "GET /virtual-machine/c6dcf6dd-2383-47e4-ac71-4cc387468262 HTTP/1.1" 404 171 0.004602 10.0.0.141 - - [2026-05-07 05:01:45] "GET /virtual-machine/c6dcf6dd-2383-47e4-ac71-4cc387468262 HTTP/1.1" 404 171 0.005430 10.0.0.141 - - [2026-05-07 05:01:45] "GET /virtual-machine/c6dcf6dd-2383-47e4-ac71-4cc387468262 HTTP/1.1" 404 171 0.004230 10.0.0.141 - - [2026-05-07 05:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.141 - - [2026-05-07 05:01:46] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004397 10.0.0.141 - - [2026-05-07 05:01:46] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004150 10.0.0.141 - - [2026-05-07 05:01:46] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007773 10.0.0.141 - - [2026-05-07 05:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.141 - - [2026-05-07 05:01:46] "GET /routing-instance/2bff9dc8-d0cf-4578-92f9-cfe4a754bcbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006184 10.0.0.141 - - [2026-05-07 05:01:46] "GET /route-target/467d14a8-f7bd-437f-80bb-e76da76fff96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.007980 10.0.0.141 - - [2026-05-07 05:01:46] "GET /obj-perms HTTP/1.1" 200 5051 0.005046 10.0.0.27 - - [2026-05-07 05:01:46] "GET /obj-perms HTTP/1.1" 200 5051 0.005310 10.0.0.141 - - [2026-05-07 05:01:55] "GET /obj-perms HTTP/1.1" 200 5051 0.005161 10.0.0.27 - - [2026-05-07 05:01:55] "GET /obj-perms HTTP/1.1" 200 5051 0.004849 10.0.0.141 - - [2026-05-07 05:01:59] "GET /obj-perms HTTP/1.1" 200 5051 0.004921 10.0.0.249 - - [2026-05-07 05:01:59] "GET /obj-perms HTTP/1.1" 200 5051 0.005105 10.0.0.141 - - [2026-05-07 05:01:59] "GET /virtual-machine/8e57b555-69f6-4dfa-ba94-e5cd102f0207 HTTP/1.1" 200 1294 0.004730 10.0.0.141 - - [2026-05-07 05:01:59] "POST /neutron/port HTTP/1.1" 200 1125 0.029587 10.0.0.141 - - [2026-05-07 05:02:01] "GET /virtual-machine/8e57b555-69f6-4dfa-ba94-e5cd102f0207 HTTP/1.1" 404 171 0.004451 10.0.0.141 - - [2026-05-07 05:02:01] "GET /virtual-machine/8e57b555-69f6-4dfa-ba94-e5cd102f0207 HTTP/1.1" 404 171 0.005090 10.0.0.141 - - [2026-05-07 05:02:01] "GET /virtual-machine/8e57b555-69f6-4dfa-ba94-e5cd102f0207 HTTP/1.1" 404 171 0.003874 10.0.0.141 - - [2026-05-07 05:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009 10.0.0.141 - - [2026-05-07 05:02:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006459 10.0.0.141 - - [2026-05-07 05:02:02] "GET /virtual-networks?parent_id=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004672 10.0.0.141 - - [2026-05-07 05:02:02] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009957 10.0.0.141 - - [2026-05-07 05:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005612 10.0.0.141 - - [2026-05-07 05:02:02] "GET /routing-instance/ac1c0496-34b3-48bb-a6b7-990405daada5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005335 10.0.0.141 - - [2026-05-07 05:02:02] "GET /route-target/d163be1d-603c-4ea0-bff4-92309abb773b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005308 10.0.0.141 - - [2026-05-07 05:02:08] "GET /obj-perms HTTP/1.1" 200 5051 0.006522 10.0.0.249 - - [2026-05-07 05:02:08] "GET /obj-perms HTTP/1.1" 200 5051 0.005199 10.0.0.27 - - [2026-05-07 05:02:08] "GET /obj-perms HTTP/1.1" 200 5051 0.005273 10.0.0.27 - - [2026-05-07 05:02:09] "POST /useragent-kv HTTP/1.1" 200 115 0.013023 10.0.0.27 - - [2026-05-07 05:02:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003543 10.0.0.141 - - [2026-05-07 05:02:09] "DELETE /virtual-network/71599cdf-3029-4cfb-a0d2-0fabe61a5e9d HTTP/1.1" 200 115 0.171533 10.0.0.249 - - [2026-05-07 05:02:09] "DELETE /route-target/ffeaeb9e-2329-4d55-a43c-0eb6775f24c8 HTTP/1.1" 200 115 0.035830 10.0.0.141 - - [2026-05-07 05:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.141 - - [2026-05-07 05:02:09] "GET /network-policy/6ae55af8-5a5b-470d-a440-d4b1954c8a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005177 10.0.0.141 - - [2026-05-07 05:02:09] "POST /ref-update HTTP/1.1" 200 156 0.076493 10.0.0.141 - - [2026-05-07 05:02:09] "POST /neutron/network HTTP/1.1" 200 809 0.013672 10.0.0.141 - - [2026-05-07 05:02:09] "GET /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.017462 10.0.0.141 - - [2026-05-07 05:02:09] "DELETE /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e HTTP/1.1" 409 234 0.010094 10.0.0.141 - - [2026-05-07 05:02:10] "POST /neutron/port HTTP/1.1" 200 151 0.234116 10.0.0.141 - - [2026-05-07 05:02:10] "POST /neutron/port HTTP/1.1" 200 151 0.297434 10.0.0.27 - - [2026-05-07 05:02:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007957 10.0.0.249 - - [2026-05-07 05:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008976 10.0.0.27 - - [2026-05-07 05:02:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003897 10.0.0.141 - - [2026-05-07 05:02:11] "DELETE /virtual-network/72611885-ec04-475c-a5b8-4a57ed8e4e0e HTTP/1.1" 200 115 0.152254 10.0.0.141 - - [2026-05-07 05:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.141 - - [2026-05-07 05:02:12] "GET /network-policy/a202b55b-db59-4de3-a972-9e3ee3d730d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008156 10.0.0.141 - - [2026-05-07 05:02:12] "POST /ref-update HTTP/1.1" 200 156 0.063912 10.0.0.141 - - [2026-05-07 05:02:12] "GET /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.009815 10.0.0.27 - - [2026-05-07 05:02:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006975 10.0.0.249 - - [2026-05-07 05:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008033 10.0.0.27 - - [2026-05-07 05:02:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005432 10.0.0.141 - - [2026-05-07 05:02:12] "DELETE /virtual-network/6ac54fb7-473b-40bc-b50f-681c6f285e95 HTTP/1.1" 200 115 0.145334 10.0.0.141 - - [2026-05-07 05:02:12] "DELETE /network-policy/6ae55af8-5a5b-470d-a440-d4b1954c8a4f HTTP/1.1" 200 115 0.049836 10.0.0.141 - - [2026-05-07 05:02:12] "DELETE /network-policy/a202b55b-db59-4de3-a972-9e3ee3d730d0 HTTP/1.1" 200 115 0.050747 10.0.0.141 - - [2026-05-07 05:02:21] "GET /obj-perms HTTP/1.1" 200 5075 0.070195 10.0.0.27 - - [2026-05-07 05:02:41] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001162 10.0.0.141 - - [2026-05-07 05:02:41] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.104446 10.0.0.27 - - [2026-05-07 05:02:41] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001686 10.0.0.141 - - [2026-05-07 05:02:41] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?fields=virtual_networks HTTP/1.1" 200 1033 0.050901 10.0.0.27 - - [2026-05-07 05:02:41] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001258 10.0.0.141 - - [2026-05-07 05:02:42] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.053989 10.0.0.27 - - [2026-05-07 05:02:42] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001613 10.0.0.141 - - [2026-05-07 05:02:42] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?fields=security_groups HTTP/1.1" 200 1260 0.056896 10.0.0.141 - - [2026-05-07 05:02:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.054281 10.0.0.27 - - [2026-05-07 05:02:43] "GET /projects?obj_uuids=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006900 10.0.0.27 - - [2026-05-07 05:02:43] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.27 - - [2026-05-07 05:02:43] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008458 10.0.0.27 - - [2026-05-07 05:02:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.004121 10.0.0.27 - - [2026-05-07 05:02:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.007981 10.0.0.27 - - [2026-05-07 05:02:43] "POST /security-groups HTTP/1.1" 200 591 0.047118 10.0.0.27 - - [2026-05-07 05:02:43] "POST /projects HTTP/1.1" 200 585 0.289550 10.0.0.27 - - [2026-05-07 05:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.327730 10.0.0.249 - - [2026-05-07 05:02:43] "POST /access-control-lists HTTP/1.1" 200 596 0.045606 10.0.0.141 - - [2026-05-07 05:02:43] "GET /project/17b59eaa-2fb0-4b86-acb1-8063ebd1f00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.543688 10.0.0.141 - - [2026-05-07 05:02:45] "GET / HTTP/1.1" 200 35931 0.002063 10.0.0.27 - - [2026-05-07 05:02:45] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001131 10.0.0.27 - - [2026-05-07 05:02:45] "DELETE /project/17b59eaa2fb04b86acb18063ebd1f00c HTTP/1.1" 404 173 0.005947 10.0.0.27 - - [2026-05-07 05:02:45] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.058767 10.0.0.27 - - [2026-05-07 05:02:45] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001868 10.0.0.27 - - [2026-05-07 05:02:45] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?fields=security_groups HTTP/1.1" 200 1365 0.068302 10.0.0.27 - - [2026-05-07 05:02:45] "DELETE /security-group/c7962cfe-d63d-4c09-a967-fdd5a7955ab4 HTTP/1.1" 200 115 0.066912 10.0.0.27 - - [2026-05-07 05:02:45] "GET /projects?obj_uuids=018c351c-acf2-4020-9699-ec3e5d5e9af3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001267 10.0.0.249 - - [2026-05-07 05:02:45] "DELETE /access-control-list/be5cdd84-0c2b-4082-a22f-ddb6cf150399 HTTP/1.1" 200 115 0.061889 10.0.0.27 - - [2026-05-07 05:02:45] "GET /project/018c351c-acf2-4020-9699-ec3e5d5e9af3?fields=application_policy_sets HTTP/1.1" 200 1404 0.072942 10.0.0.27 - - [2026-05-07 05:02:45] "DELETE /project/018c351c-acf2-4020-9699-ec3e5d5e9af3 HTTP/1.1" 200 115 0.539572 10.0.0.141 - - [2026-05-07 05:02:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000549 10.0.0.141 - - [2026-05-07 05:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.045518 10.0.0.27 - - [2026-05-07 05:02:47] "GET /projects?obj_uuids=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001459 10.0.0.141 - - [2026-05-07 05:02:47] "GET /project/17b59eaa-2fb0-4b86-acb1-8063ebd1f00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066105 10.0.0.27 - - [2026-05-07 05:02:47] "GET /projects?obj_uuids=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.141 - - [2026-05-07 05:02:48] "POST /neutron/network HTTP/1.1" 200 605 0.258809 10.0.0.141 - - [2026-05-07 05:02:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.005571 10.0.0.141 - - [2026-05-07 05:02:48] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009131 10.0.0.141 - - [2026-05-07 05:02:48] "POST /neutron/network HTTP/1.1" 200 825 0.014696 10.0.0.141 - - [2026-05-07 05:02:48] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006814 10.0.0.249 - - [2026-05-07 05:02:48] "POST /ref-update HTTP/1.1" 200 156 0.049495 10.0.0.141 - - [2026-05-07 05:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005600 10.0.0.27 - - [2026-05-07 05:02:48] "GET /projects?obj_uuids=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001252 10.0.0.141 - - [2026-05-07 05:02:48] "GET /project/17b59eaa-2fb0-4b86-acb1-8063ebd1f00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068848 10.0.0.141 - - [2026-05-07 05:02:49] "POST /neutron/network HTTP/1.1" 200 117 0.034955 10.0.0.141 - - [2026-05-07 05:02:49] "POST /neutron/network HTTP/1.1" 200 823 0.012740 10.0.0.141 - - [2026-05-07 05:02:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001426 10.0.0.141 - - [2026-05-07 05:02:49] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008757 10.0.0.141 - - [2026-05-07 05:02:49] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.012878 10.0.0.141 - - [2026-05-07 05:02:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.013562 10.0.0.141 - - [2026-05-07 05:02:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001686 10.0.0.27 - - [2026-05-07 05:02:51] "GET /projects?obj_uuids=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.141 - - [2026-05-07 05:02:51] "GET /project/17b59eaa-2fb0-4b86-acb1-8063ebd1f00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.146423 10.0.0.141 - - [2026-05-07 05:02:51] "POST /neutron/network HTTP/1.1" 200 825 0.050624 10.0.0.141 - - [2026-05-07 05:02:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001691 10.0.0.141 - - [2026-05-07 05:02:52] "POST /neutron/port HTTP/1.1" 200 4182 0.067352 10.0.0.27 - - [2026-05-07 05:02:52] "GET /projects?obj_uuids=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.141 - - [2026-05-07 05:02:53] "POST /neutron/port HTTP/1.1" 200 1061 0.472265 10.0.0.27 - - [2026-05-07 05:02:53] "GET /projects?obj_uuids=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.141 - - [2026-05-07 05:02:53] "GET /project/17b59eaa-2fb0-4b86-acb1-8063ebd1f00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.119448 10.0.0.141 - - [2026-05-07 05:02:53] "POST /neutron/port HTTP/1.1" 200 1115 0.185530 10.0.0.141 - - [2026-05-07 05:02:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007218 10.0.0.141 - - [2026-05-07 05:02:53] "POST /neutron/port HTTP/1.1" 200 117 0.001707 10.0.0.141 - - [2026-05-07 05:02:53] "POST /neutron/port HTTP/1.1" 200 117 0.007781 10.0.0.141 - - [2026-05-07 05:02:54] "POST /neutron/network HTTP/1.1" 200 833 0.010665 10.0.0.141 - - [2026-05-07 05:02:54] "POST /neutron/port HTTP/1.1" 200 1059 0.027036 10.0.0.141 - - [2026-05-07 05:02:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005784 10.0.0.141 - - [2026-05-07 05:02:55] "POST /neutron/network HTTP/1.1" 200 823 0.010059 10.0.0.141 - - [2026-05-07 05:02:59] "POST /neutron/port HTTP/1.1" 200 1125 0.028619 10.0.0.141 - - [2026-05-07 05:02:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009884 10.0.0.141 - - [2026-05-07 05:02:59] "GET /virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba HTTP/1.1" 401 293 0.000454 10.0.0.141 - - [2026-05-07 05:02:59] "GET /virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba HTTP/1.1" 200 1292 0.042119 10.0.0.141 - - [2026-05-07 05:02:59] "GET /virtual-machine-interface/802dc2bd-4604-4322-90c9-18fe2f23adda HTTP/1.1" 200 2941 0.008104 10.0.0.141 - - [2026-05-07 05:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.141 - - [2026-05-07 05:02:59] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005148 10.0.0.141 - - [2026-05-07 05:02:59] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004333 10.0.0.141 - - [2026-05-07 05:02:59] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007646 10.0.0.141 - - [2026-05-07 05:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.141 - - [2026-05-07 05:03:02] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006838 10.0.0.141 - - [2026-05-07 05:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.141 - - [2026-05-07 05:03:05] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005103 10.0.0.141 - - [2026-05-07 05:03:05] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004395 10.0.0.141 - - [2026-05-07 05:03:05] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007805 10.0.0.141 - - [2026-05-07 05:03:05] "POST /neutron/port HTTP/1.1" 200 1125 0.027317 10.0.0.141 - - [2026-05-07 05:03:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.054302 10.0.0.141 - - [2026-05-07 05:03:10] "POST /neutron/port HTTP/1.1" 200 1123 0.033294 10.0.0.141 - - [2026-05-07 05:03:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010783 10.0.0.141 - - [2026-05-07 05:03:10] "GET /virtual-machine/25e2d3a5-d937-4f92-afef-b571bdb6d56a HTTP/1.1" 200 1292 0.011079 10.0.0.141 - - [2026-05-07 05:03:10] "GET /virtual-machine-interface/d1386eb0-1cca-43ce-af60-72e1acbd9e1e HTTP/1.1" 200 2942 0.008698 10.0.0.141 - - [2026-05-07 05:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.141 - - [2026-05-07 05:03:10] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005308 10.0.0.141 - - [2026-05-07 05:03:10] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004347 10.0.0.141 - - [2026-05-07 05:03:11] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007191 10.0.0.141 - - [2026-05-07 05:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006487 10.0.0.141 - - [2026-05-07 05:03:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004587 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005036 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.011879 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba HTTP/1.1" 200 1292 0.004879 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-machine-interface/802dc2bd-4604-4322-90c9-18fe2f23adda HTTP/1.1" 200 2941 0.006973 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba HTTP/1.1" 200 1292 0.006169 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-machine-interface/802dc2bd-4604-4322-90c9-18fe2f23adda HTTP/1.1" 200 2941 0.007973 10.0.0.141 - - [2026-05-07 05:03:12] "GET /instance-ip/b32aee72-ebdb-498f-be11-f2b66e28030a HTTP/1.1" 200 1622 0.009921 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba HTTP/1.1" 200 1292 0.004836 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-machine-interface/802dc2bd-4604-4322-90c9-18fe2f23adda HTTP/1.1" 200 2941 0.014936 10.0.0.141 - - [2026-05-07 05:03:12] "GET /instance-ip/b32aee72-ebdb-498f-be11-f2b66e28030a HTTP/1.1" 200 1622 0.008118 10.0.0.141 - - [2026-05-07 05:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.141 - - [2026-05-07 05:03:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005392 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006493 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008308 10.0.0.141 - - [2026-05-07 05:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.141 - - [2026-05-07 05:03:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009476 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004184 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007168 10.0.0.141 - - [2026-05-07 05:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.141 - - [2026-05-07 05:03:12] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004763 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003894 10.0.0.141 - - [2026-05-07 05:03:12] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006946 10.0.0.141 - - [2026-05-07 05:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.141 - - [2026-05-07 05:03:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005285 10.0.0.141 - - [2026-05-07 05:03:13] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005993 10.0.0.141 - - [2026-05-07 05:03:13] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007532 10.0.0.141 - - [2026-05-07 05:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.141 - - [2026-05-07 05:03:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005257 10.0.0.141 - - [2026-05-07 05:03:13] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005032 10.0.0.141 - - [2026-05-07 05:03:13] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007978 10.0.0.141 - - [2026-05-07 05:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.141 - - [2026-05-07 05:03:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005313 10.0.0.141 - - [2026-05-07 05:03:13] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004344 10.0.0.141 - - [2026-05-07 05:03:13] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007709 10.0.0.141 - - [2026-05-07 05:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.141 - - [2026-05-07 05:03:13] "GET /routing-instance/0c37f267-2966-4423-8112-52b5bcb83945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.006820 10.0.0.141 - - [2026-05-07 05:03:13] "GET /route-target/8cf0c908-8fd0-40d7-b230-e71286c067b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005602 10.0.0.141 - - [2026-05-07 05:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005328 10.0.0.141 - - [2026-05-07 05:03:13] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005968 10.0.0.141 - - [2026-05-07 05:03:13] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004312 10.0.0.141 - - [2026-05-07 05:03:13] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007982 10.0.0.141 - - [2026-05-07 05:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293 10.0.0.141 - - [2026-05-07 05:03:13] "GET /routing-instance/0c37f267-2966-4423-8112-52b5bcb83945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.006471 10.0.0.141 - - [2026-05-07 05:03:13] "GET /route-target/8cf0c908-8fd0-40d7-b230-e71286c067b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005411 10.0.0.141 - - [2026-05-07 05:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.141 - - [2026-05-07 05:03:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011447 10.0.0.141 - - [2026-05-07 05:03:14] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005821 10.0.0.141 - - [2026-05-07 05:03:14] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008700 10.0.0.141 - - [2026-05-07 05:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.141 - - [2026-05-07 05:03:14] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004961 10.0.0.141 - - [2026-05-07 05:03:14] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004492 10.0.0.141 - - [2026-05-07 05:03:14] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008022 10.0.0.141 - - [2026-05-07 05:03:15] "GET /obj-perms HTTP/1.1" 200 5049 0.083801 10.0.0.27 - - [2026-05-07 05:03:15] "GET /obj-perms HTTP/1.1" 200 5049 0.080622 10.0.0.141 - - [2026-05-07 05:03:15] "GET /obj-perms HTTP/1.1" 200 5049 0.004781 10.0.0.249 - - [2026-05-07 05:03:16] "GET /obj-perms HTTP/1.1" 200 5049 0.082384 10.0.0.27 - - [2026-05-07 05:03:16] "GET /obj-perms HTTP/1.1" 200 5049 0.005171 10.0.0.141 - - [2026-05-07 05:03:16] "POST /neutron/port HTTP/1.1" 200 1123 0.026468 10.0.0.141 - - [2026-05-07 05:03:16] "GET /virtual-machine/25e2d3a5-d937-4f92-afef-b571bdb6d56a HTTP/1.1" 200 1292 0.005818 10.0.0.141 - - [2026-05-07 05:03:16] "GET /virtual-machine-interface/d1386eb0-1cca-43ce-af60-72e1acbd9e1e HTTP/1.1" 200 2942 0.007898 10.0.0.141 - - [2026-05-07 05:03:16] "GET /virtual-machine/25e2d3a5-d937-4f92-afef-b571bdb6d56a HTTP/1.1" 200 1292 0.005354 10.0.0.141 - - [2026-05-07 05:03:16] "GET /virtual-machine-interface/d1386eb0-1cca-43ce-af60-72e1acbd9e1e HTTP/1.1" 200 2942 0.008352 10.0.0.141 - - [2026-05-07 05:03:16] "GET /instance-ip/ce9d9657-d690-4d91-9d55-db734592db4f HTTP/1.1" 200 1620 0.008309 10.0.0.141 - - [2026-05-07 05:03:16] "GET /virtual-machine/25e2d3a5-d937-4f92-afef-b571bdb6d56a HTTP/1.1" 200 1292 0.005059 10.0.0.141 - - [2026-05-07 05:03:16] "GET /virtual-machine-interface/d1386eb0-1cca-43ce-af60-72e1acbd9e1e HTTP/1.1" 200 2942 0.007957 10.0.0.141 - - [2026-05-07 05:03:16] "GET /instance-ip/ce9d9657-d690-4d91-9d55-db734592db4f HTTP/1.1" 200 1620 0.006355 10.0.0.141 - - [2026-05-07 05:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.141 - - [2026-05-07 05:03:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004768 10.0.0.141 - - [2026-05-07 05:03:16] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004532 10.0.0.141 - - [2026-05-07 05:03:16] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006799 10.0.0.141 - - [2026-05-07 05:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005357 10.0.0.141 - - [2026-05-07 05:03:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005518 10.0.0.141 - - [2026-05-07 05:03:16] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004801 10.0.0.141 - - [2026-05-07 05:03:16] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007008 10.0.0.141 - - [2026-05-07 05:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.141 - - [2026-05-07 05:03:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005939 10.0.0.141 - - [2026-05-07 05:03:16] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005423 10.0.0.141 - - [2026-05-07 05:03:16] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007361 10.0.0.141 - - [2026-05-07 05:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.141 - - [2026-05-07 05:03:16] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006063 10.0.0.141 - - [2026-05-07 05:03:17] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004821 10.0.0.141 - - [2026-05-07 05:03:17] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006868 10.0.0.141 - - [2026-05-07 05:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.141 - - [2026-05-07 05:03:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006233 10.0.0.141 - - [2026-05-07 05:03:17] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003841 10.0.0.141 - - [2026-05-07 05:03:17] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.010456 10.0.0.141 - - [2026-05-07 05:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.141 - - [2026-05-07 05:03:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006757 10.0.0.141 - - [2026-05-07 05:03:17] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.007226 10.0.0.141 - - [2026-05-07 05:03:17] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007763 10.0.0.141 - - [2026-05-07 05:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.141 - - [2026-05-07 05:03:17] "GET /routing-instance/c44ce811-e5d6-4dd3-aeae-a76f025b6920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.014054 10.0.0.141 - - [2026-05-07 05:03:17] "GET /route-target/1e891152-b9f2-4f70-991b-326f98ccc771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004955 10.0.0.141 - - [2026-05-07 05:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005606 10.0.0.141 - - [2026-05-07 05:03:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005021 10.0.0.141 - - [2026-05-07 05:03:17] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004128 10.0.0.141 - - [2026-05-07 05:03:17] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.009309 10.0.0.141 - - [2026-05-07 05:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008558 10.0.0.141 - - [2026-05-07 05:03:17] "GET /routing-instance/c44ce811-e5d6-4dd3-aeae-a76f025b6920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005494 10.0.0.141 - - [2026-05-07 05:03:17] "GET /route-target/1e891152-b9f2-4f70-991b-326f98ccc771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005194 10.0.0.141 - - [2026-05-07 05:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005617 10.0.0.141 - - [2026-05-07 05:03:17] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005005 10.0.0.141 - - [2026-05-07 05:03:17] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004582 10.0.0.141 - - [2026-05-07 05:03:18] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.011347 10.0.0.141 - - [2026-05-07 05:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.141 - - [2026-05-07 05:03:18] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006215 10.0.0.141 - - [2026-05-07 05:03:18] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005515 10.0.0.141 - - [2026-05-07 05:03:18] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007729 10.0.0.141 - - [2026-05-07 05:03:18] "GET /obj-perms HTTP/1.1" 200 5049 0.005071 10.0.0.27 - - [2026-05-07 05:03:18] "GET /obj-perms HTTP/1.1" 200 5049 0.004978 10.0.0.141 - - [2026-05-07 05:03:18] "GET /obj-perms HTTP/1.1" 200 5049 0.004272 10.0.0.249 - - [2026-05-07 05:03:18] "GET /obj-perms HTTP/1.1" 200 5049 0.005650 10.0.0.141 - - [2026-05-07 05:03:20] "POST /neutron/port HTTP/1.1" 200 1216 0.026872 10.0.0.141 - - [2026-05-07 05:03:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005218 10.0.0.141 - - [2026-05-07 05:03:20] "POST /neutron/port HTTP/1.1" 200 117 0.001685 10.0.0.141 - - [2026-05-07 05:03:22] "GET /obj-perms HTTP/1.1" 200 5075 0.067361 10.0.0.141 - - [2026-05-07 05:03:29] "GET /virtual-machine/25e2d3a5-d937-4f92-afef-b571bdb6d56a HTTP/1.1" 200 1292 0.005590 10.0.0.141 - - [2026-05-07 05:03:29] "POST /neutron/port HTTP/1.1" 200 1113 0.019954 10.0.0.141 - - [2026-05-07 05:03:31] "GET /virtual-machine/25e2d3a5-d937-4f92-afef-b571bdb6d56a HTTP/1.1" 404 171 0.004345 10.0.0.141 - - [2026-05-07 05:03:31] "GET /virtual-machine/25e2d3a5-d937-4f92-afef-b571bdb6d56a HTTP/1.1" 404 171 0.003576 10.0.0.141 - - [2026-05-07 05:03:31] "GET /virtual-machine/25e2d3a5-d937-4f92-afef-b571bdb6d56a HTTP/1.1" 404 171 0.004304 10.0.0.141 - - [2026-05-07 05:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.141 - - [2026-05-07 05:03:31] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004400 10.0.0.141 - - [2026-05-07 05:03:31] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005488 10.0.0.141 - - [2026-05-07 05:03:31] "GET /virtual-network/d45fe27b-5fac-4941-b332-5f3fca98878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.009206 10.0.0.141 - - [2026-05-07 05:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006235 10.0.0.141 - - [2026-05-07 05:03:31] "GET /routing-instance/c44ce811-e5d6-4dd3-aeae-a76f025b6920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005933 10.0.0.141 - - [2026-05-07 05:03:31] "GET /route-target/1e891152-b9f2-4f70-991b-326f98ccc771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006441 10.0.0.141 - - [2026-05-07 05:03:34] "POST /neutron/port HTTP/1.1" 200 1216 0.023895 10.0.0.141 - - [2026-05-07 05:03:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005168 10.0.0.141 - - [2026-05-07 05:03:34] "POST /neutron/port HTTP/1.1" 200 117 0.001322 10.0.0.141 - - [2026-05-07 05:03:38] "GET /obj-perms HTTP/1.1" 200 5049 0.004776 10.0.0.249 - - [2026-05-07 05:03:38] "GET /obj-perms HTTP/1.1" 200 5049 0.005558 10.0.0.27 - - [2026-05-07 05:03:38] "GET /obj-perms HTTP/1.1" 200 5049 0.004691 10.0.0.141 - - [2026-05-07 05:03:38] "GET /virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba HTTP/1.1" 200 1292 0.005403 10.0.0.141 - - [2026-05-07 05:03:38] "POST /neutron/port HTTP/1.1" 200 1115 0.022635 10.0.0.141 - - [2026-05-07 05:03:40] "GET /virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba HTTP/1.1" 404 171 0.005494 10.0.0.141 - - [2026-05-07 05:03:40] "GET /virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba HTTP/1.1" 404 171 0.003636 10.0.0.141 - - [2026-05-07 05:03:40] "GET /virtual-machine/6c7bfd16-a416-46be-9bfd-4ef50023bdba HTTP/1.1" 404 171 0.003968 10.0.0.141 - - [2026-05-07 05:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005056 10.0.0.141 - - [2026-05-07 05:03:40] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007810 10.0.0.141 - - [2026-05-07 05:03:40] "GET /virtual-networks?parent_id=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006625 10.0.0.141 - - [2026-05-07 05:03:40] "GET /virtual-network/7b1e4341-25fd-4785-ab77-a91957858fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010444 10.0.0.141 - - [2026-05-07 05:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.010986 10.0.0.141 - - [2026-05-07 05:03:40] "GET /routing-instance/0c37f267-2966-4423-8112-52b5bcb83945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.006227 10.0.0.141 - - [2026-05-07 05:03:40] "GET /route-target/8cf0c908-8fd0-40d7-b230-e71286c067b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007824 10.0.0.141 - - [2026-05-07 05:03:40] "GET /obj-perms HTTP/1.1" 200 5049 0.004632 10.0.0.27 - - [2026-05-07 05:03:47] "GET /obj-perms HTTP/1.1" 200 5049 0.005689 10.0.0.141 - - [2026-05-07 05:03:50] "GET /obj-perms HTTP/1.1" 200 5049 0.006854 10.0.0.27 - - [2026-05-07 05:03:56] "GET /obj-perms HTTP/1.1" 200 5049 0.004366 10.0.0.141 - - [2026-05-07 05:03:59] "GET /obj-perms HTTP/1.1" 200 5049 0.005780 10.0.0.27 - - [2026-05-07 05:03:59] "POST /useragent-kv HTTP/1.1" 200 115 0.046378 10.0.0.27 - - [2026-05-07 05:03:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003727 10.0.0.141 - - [2026-05-07 05:03:59] "POST /neutron/network HTTP/1.1" 200 151 0.201781 10.0.0.249 - - [2026-05-07 05:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.069492 10.0.0.249 - - [2026-05-07 05:04:00] "DELETE /route-target/8cf0c908-8fd0-40d7-b230-e71286c067b0 HTTP/1.1" 200 115 0.037986 10.0.0.27 - - [2026-05-07 05:04:01] "GET /projects?obj_uuids=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001282 10.0.0.141 - - [2026-05-07 05:04:01] "GET /project/17b59eaa-2fb0-4b86-acb1-8063ebd1f00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.071282 10.0.0.27 - - [2026-05-07 05:04:01] "GET /projects?obj_uuids=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003338 10.0.0.141 - - [2026-05-07 05:04:01] "GET /project/17b59eaa-2fb0-4b86-acb1-8063ebd1f00c?fields=virtual_networks HTTP/1.1" 200 1032 0.072146 10.0.0.27 - - [2026-05-07 05:04:01] "GET /projects?obj_uuids=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001378 10.0.0.141 - - [2026-05-07 05:04:01] "GET /project/17b59eaa-2fb0-4b86-acb1-8063ebd1f00c?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.052967 10.0.0.27 - - [2026-05-07 05:04:01] "GET /projects?obj_uuids=17b59eaa-2fb0-4b86-acb1-8063ebd1f00c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001328 10.0.0.141 - - [2026-05-07 05:04:01] "GET /project/17b59eaa-2fb0-4b86-acb1-8063ebd1f00c?fields=security_groups HTTP/1.1" 200 1258 0.057036 10.0.0.141 - - [2026-05-07 05:04:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.043801 10.0.0.27 - - [2026-05-07 05:04:03] "GET /projects?obj_uuids=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004721 10.0.0.27 - - [2026-05-07 05:04:03] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001828 10.0.0.27 - - [2026-05-07 05:04:03] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.053516 10.0.0.27 - - [2026-05-07 05:04:03] "POST /id-to-fqname HTTP/1.1" 200 198 0.008418 10.0.0.27 - - [2026-05-07 05:04:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.011696 10.0.0.27 - - [2026-05-07 05:04:03] "POST /security-groups HTTP/1.1" 200 599 0.101784 10.0.0.27 - - [2026-05-07 05:04:03] "POST /projects HTTP/1.1" 200 601 0.369428 10.0.0.27 - - [2026-05-07 05:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.416065 10.0.0.249 - - [2026-05-07 05:04:03] "POST /fqname-to-id HTTP/1.1" 404 241 0.011170 10.0.0.141 - - [2026-05-07 05:04:03] "GET /project/eb0b6f53-3c3e-41de-b630-ceaf8304ffec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.684572 10.0.0.141 - - [2026-05-07 05:04:05] "GET / HTTP/1.1" 200 35931 0.002211 10.0.0.141 - - [2026-05-07 05:04:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000524 10.0.0.141 - - [2026-05-07 05:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.090386 10.0.0.27 - - [2026-05-07 05:04:08] "GET /projects?obj_uuids=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.141 - - [2026-05-07 05:04:09] "GET /project/eb0b6f53-3c3e-41de-b630-ceaf8304ffec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067247 10.0.0.141 - - [2026-05-07 05:04:09] "POST /neutron/network HTTP/1.1" 200 117 0.057679 10.0.0.249 - - [2026-05-07 05:04:09] "POST /ref-update HTTP/1.1" 200 156 0.038266 10.0.0.27 - - [2026-05-07 05:04:09] "POST /useragent-kv HTTP/1.1" 200 115 0.007435 10.0.0.141 - - [2026-05-07 05:04:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.195514 10.0.0.141 - - [2026-05-07 05:04:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001577 10.0.0.141 - - [2026-05-07 05:04:10] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006626 10.0.0.141 - - [2026-05-07 05:04:10] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007093 10.0.0.141 - - [2026-05-07 05:04:10] "POST /neutron/network HTTP/1.1" 200 1007 0.013208 10.0.0.141 - - [2026-05-07 05:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.27 - - [2026-05-07 05:04:10] "GET /projects?obj_uuids=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.141 - - [2026-05-07 05:04:10] "GET /project/eb0b6f53-3c3e-41de-b630-ceaf8304ffec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057441 10.0.0.141 - - [2026-05-07 05:04:10] "POST /neutron/network HTTP/1.1" 200 117 0.020311 10.0.0.27 - - [2026-05-07 05:04:11] "POST /useragent-kv HTTP/1.1" 200 115 0.010041 10.0.0.141 - - [2026-05-07 05:04:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.225057 10.0.0.249 - - [2026-05-07 05:04:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.071544 10.0.0.141 - - [2026-05-07 05:04:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001469 10.0.0.141 - - [2026-05-07 05:04:11] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006928 10.0.0.141 - - [2026-05-07 05:04:11] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007508 10.0.0.141 - - [2026-05-07 05:04:11] "POST /neutron/network HTTP/1.1" 200 1005 0.011189 10.0.0.141 - - [2026-05-07 05:04:11] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007746 10.0.0.141 - - [2026-05-07 05:04:12] "GET /obj-perms HTTP/1.1" 200 5065 0.162949 10.0.0.249 - - [2026-05-07 05:04:13] "GET /obj-perms HTTP/1.1" 200 5065 0.168722 10.0.0.249 - - [2026-05-07 05:04:13] "DELETE /access-control-list/7b67791f-4b75-4058-969f-e2d8332c3ade HTTP/1.1" 200 115 0.050751 10.0.0.27 - - [2026-05-07 05:04:13] "GET /obj-perms HTTP/1.1" 200 5065 0.169425 10.0.0.141 - - [2026-05-07 05:04:14] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008984 10.0.0.141 - - [2026-05-07 05:04:14] "POST /neutron/network HTTP/1.1" 200 1007 0.015176 10.0.0.141 - - [2026-05-07 05:04:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001461 10.0.0.141 - - [2026-05-07 05:04:15] "POST /neutron/port HTTP/1.1" 200 4182 0.061482 10.0.0.27 - - [2026-05-07 05:04:16] "GET /projects?obj_uuids=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001694 10.0.0.141 - - [2026-05-07 05:04:16] "GET /project/eb0b6f53-3c3e-41de-b630-ceaf8304ffec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.096777 10.0.0.141 - - [2026-05-07 05:04:16] "POST /neutron/port HTTP/1.1" 200 4182 0.049571 10.0.0.141 - - [2026-05-07 05:04:17] "POST /neutron/network HTTP/1.1" 200 1017 0.012676 10.0.0.141 - - [2026-05-07 05:04:17] "POST /neutron/port HTTP/1.1" 200 1176 0.065130 10.0.0.141 - - [2026-05-07 05:04:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006921 10.0.0.141 - - [2026-05-07 05:04:18] "POST /neutron/port HTTP/1.1" 200 117 0.001464 10.0.0.141 - - [2026-05-07 05:04:21] "POST /neutron/port HTTP/1.1" 200 1240 0.041339 10.0.0.141 - - [2026-05-07 05:04:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009851 10.0.0.141 - - [2026-05-07 05:04:22] "GET /virtual-machine/0fc05321-29d1-47cf-816d-3aa26c65d6ac HTTP/1.1" 401 293 0.000475 10.0.0.141 - - [2026-05-07 05:04:22] "GET /virtual-machine/0fc05321-29d1-47cf-816d-3aa26c65d6ac HTTP/1.1" 200 1299 0.335373 10.0.0.141 - - [2026-05-07 05:04:22] "GET /virtual-machine-interface/e1f0a0b3-7cb5-4ac0-a1b9-eb1b543fd3bd HTTP/1.1" 200 3176 0.007896 10.0.0.141 - - [2026-05-07 05:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006740 10.0.0.141 - - [2026-05-07 05:04:22] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004616 10.0.0.141 - - [2026-05-07 05:04:22] "GET /virtual-networks?parent_id=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004192 10.0.0.141 - - [2026-05-07 05:04:22] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008224 10.0.0.141 - - [2026-05-07 05:04:23] "POST /neutron/port HTTP/1.1" 200 1105 0.026203 10.0.0.141 - - [2026-05-07 05:04:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005139 10.0.0.141 - - [2026-05-07 05:04:23] "POST /neutron/network HTTP/1.1" 200 925 0.014832 10.0.0.249 - - [2026-05-07 05:04:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000578 10.0.0.249 - - [2026-05-07 05:04:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.27 - - [2026-05-07 05:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000943 10.0.0.27 - - [2026-05-07 05:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.249 - - [2026-05-07 05:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.249 - - [2026-05-07 05:04:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000704 10.0.0.141 - - [2026-05-07 05:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.141 - - [2026-05-07 05:04:26] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006897 10.0.0.141 - - [2026-05-07 05:04:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.27 - - [2026-05-07 05:04:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000621 10.0.0.141 - - [2026-05-07 05:04:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000948 10.0.0.27 - - [2026-05-07 05:04:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000672 10.0.0.141 - - [2026-05-07 05:04:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.141 - - [2026-05-07 05:04:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.141 - - [2026-05-07 05:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009636 10.0.0.141 - - [2026-05-07 05:04:30] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.011367 10.0.0.141 - - [2026-05-07 05:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004976 10.0.0.141 - - [2026-05-07 05:04:34] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007175 10.0.0.141 - - [2026-05-07 05:04:35] "POST /neutron/network HTTP/1.1" 200 935 0.070598 10.0.0.141 - - [2026-05-07 05:04:35] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.141 - - [2026-05-07 05:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.141 - - [2026-05-07 05:04:38] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008848 10.0.0.141 - - [2026-05-07 05:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.141 - - [2026-05-07 05:04:42] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008049 10.0.0.27 - - [2026-05-07 05:04:46] "DELETE /project/eb0b6f533c3e41deb630ceaf8304ffec HTTP/1.1" 404 173 0.005486 10.0.0.27 - - [2026-05-07 05:04:46] "DELETE /project/17b59eaa-2fb0-4b86-acb1-8063ebd1f00c HTTP/1.1" 404 177 0.004975 10.0.0.141 - - [2026-05-07 05:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.141 - - [2026-05-07 05:04:46] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.018009 10.0.0.141 - - [2026-05-07 05:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.141 - - [2026-05-07 05:04:50] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007928 10.0.0.141 - - [2026-05-07 05:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005635 10.0.0.141 - - [2026-05-07 05:04:54] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008517 10.0.0.141 - - [2026-05-07 05:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.141 - - [2026-05-07 05:04:58] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007662 10.0.0.141 - - [2026-05-07 05:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.141 - - [2026-05-07 05:05:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004480 10.0.0.141 - - [2026-05-07 05:05:02] "GET /virtual-networks?parent_id=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004507 10.0.0.141 - - [2026-05-07 05:05:03] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008350 10.0.0.141 - - [2026-05-07 05:05:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009387 10.0.0.141 - - [2026-05-07 05:05:13] "POST /neutron/port HTTP/1.1" 200 1240 0.027284 10.0.0.141 - - [2026-05-07 05:05:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010648 10.0.0.141 - - [2026-05-07 05:05:23] "POST /neutron/port HTTP/1.1" 200 1240 0.033250 10.0.0.249 - - [2026-05-07 05:05:24] "GET /obj-perms HTTP/1.1" 200 5075 0.086966 10.0.0.141 - - [2026-05-07 05:05:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011325 10.0.0.141 - - [2026-05-07 05:05:29] "POST /neutron/port HTTP/1.1" 200 1240 0.026360 10.0.0.141 - - [2026-05-07 05:05:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009881 10.0.0.141 - - [2026-05-07 05:05:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001534 10.0.0.141 - - [2026-05-07 05:05:29] "GET /virtual-machine/0fc05321-29d1-47cf-816d-3aa26c65d6ac HTTP/1.1" 200 1299 0.005146 10.0.0.141 - - [2026-05-07 05:05:29] "GET /virtual-machine-interface/e1f0a0b3-7cb5-4ac0-a1b9-eb1b543fd3bd HTTP/1.1" 200 3176 0.006771 10.0.0.141 - - [2026-05-07 05:05:29] "GET /instance-ip/06d258a3-12ca-434f-aece-8186f31863da HTTP/1.1" 200 1655 0.008796 10.0.0.141 - - [2026-05-07 05:05:29] "GET /instance-ip/69452c08-9eee-4b56-a58d-ee71f738e75e HTTP/1.1" 200 1637 0.008990 10.0.0.141 - - [2026-05-07 05:05:29] "POST /fqname-to-id HTTP/1.1" 404 218 0.004346 10.0.0.141 - - [2026-05-07 05:05:29] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008494 10.0.0.27 - - [2026-05-07 05:05:29] "GET /projects?obj_uuids=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.141 - - [2026-05-07 05:05:29] "GET /project/eb0b6f53-3c3e-41de-b630-ceaf8304ffec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061006 10.0.0.141 - - [2026-05-07 05:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.141 - - [2026-05-07 05:05:29] "GET /security-group/ac821a92-d1b8-48fd-8e7a-c1c679349398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005905 10.0.0.141 - - [2026-05-07 05:05:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.118972 10.0.0.141 - - [2026-05-07 05:05:30] "POST /instance-ips HTTP/1.1" 200 357 0.052317 10.0.0.141 - - [2026-05-07 05:05:30] "GET /instance-ip/7af2bef5-b31a-4d27-ae84-5953dc242860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.007547 10.0.0.141 - - [2026-05-07 05:05:30] "POST /instance-ips HTTP/1.1" 200 357 0.050423 10.0.0.141 - - [2026-05-07 05:05:30] "GET /instance-ip/933b9c82-68dd-4850-ac29-f3809874e887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.007951 10.0.0.141 - - [2026-05-07 05:05:30] "GET /virtual-machine-interface/3b2894ef-1e30-4f8d-86b3-4790241d8736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.007748 10.0.0.141 - - [2026-05-07 05:05:30] "GET /virtual-machine-interface/3b2894ef-1e30-4f8d-86b3-4790241d8736?fields=instance_ip_back_refs HTTP/1.1" 200 1536 0.009176 10.0.0.141 - - [2026-05-07 05:05:30] "GET /instance-ip/7af2bef5-b31a-4d27-ae84-5953dc242860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.005583 10.0.0.141 - - [2026-05-07 05:05:30] "GET /instance-ip/933b9c82-68dd-4850-ac29-f3809874e887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005922 10.0.0.141 - - [2026-05-07 05:05:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001295 10.0.0.141 - - [2026-05-07 05:05:30] "POST /neutron/port HTTP/1.1" 200 5268 0.055756 10.0.0.141 - - [2026-05-07 05:05:30] "POST /neutron/port HTTP/1.1" 200 1082 0.025037 10.0.0.141 - - [2026-05-07 05:05:31] "POST /neutron/port HTTP/1.1" 200 1082 0.019194 10.0.0.141 - - [2026-05-07 05:05:31] "POST /neutron/port HTTP/1.1" 200 117 0.008993 10.0.0.141 - - [2026-05-07 05:05:32] "POST /neutron/network HTTP/1.1" 200 1017 0.013187 10.0.0.141 - - [2026-05-07 05:05:32] "POST /neutron/port HTTP/1.1" 200 1175 0.201472 10.0.0.141 - - [2026-05-07 05:05:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006377 10.0.0.141 - - [2026-05-07 05:05:32] "POST /neutron/port HTTP/1.1" 200 117 0.001449 10.0.0.141 - - [2026-05-07 05:05:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010296 10.0.0.141 - - [2026-05-07 05:05:37] "POST /neutron/port HTTP/1.1" 200 1185 0.028177 10.0.0.141 - - [2026-05-07 05:05:37] "GET /virtual-machine/01545fcb-9f56-41c6-9a59-28e026b25f6f HTTP/1.1" 200 1276 0.008130 10.0.0.141 - - [2026-05-07 05:05:37] "GET /virtual-machine-interface/3b2894ef-1e30-4f8d-86b3-4790241d8736 HTTP/1.1" 200 3224 0.007688 10.0.0.141 - - [2026-05-07 05:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006376 10.0.0.141 - - [2026-05-07 05:05:37] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005536 10.0.0.141 - - [2026-05-07 05:05:37] "GET /virtual-networks?parent_id=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004683 10.0.0.141 - - [2026-05-07 05:05:37] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007900 10.0.0.141 - - [2026-05-07 05:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.141 - - [2026-05-07 05:05:40] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006936 10.0.0.141 - - [2026-05-07 05:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007415 10.0.0.141 - - [2026-05-07 05:05:44] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007270 10.0.0.141 - - [2026-05-07 05:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.141 - - [2026-05-07 05:05:48] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006431 10.0.0.141 - - [2026-05-07 05:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.141 - - [2026-05-07 05:05:52] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008626 10.0.0.141 - - [2026-05-07 05:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005866 10.0.0.141 - - [2026-05-07 05:05:56] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.011138 10.0.0.141 - - [2026-05-07 05:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005452 10.0.0.141 - - [2026-05-07 05:06:00] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.015958 10.0.0.141 - - [2026-05-07 05:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.141 - - [2026-05-07 05:06:05] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007524 10.0.0.141 - - [2026-05-07 05:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006745 10.0.0.141 - - [2026-05-07 05:06:09] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007298 10.0.0.141 - - [2026-05-07 05:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.141 - - [2026-05-07 05:06:13] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007299 10.0.0.141 - - [2026-05-07 05:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.141 - - [2026-05-07 05:06:17] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007039 10.0.0.141 - - [2026-05-07 05:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010059 10.0.0.141 - - [2026-05-07 05:06:21] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007035 10.0.0.27 - - [2026-05-07 05:06:24] "GET /obj-perms HTTP/1.1" 200 5075 0.072382 10.0.0.141 - - [2026-05-07 05:06:24] "POST /neutron/port HTTP/1.1" 200 1216 0.027006 10.0.0.141 - - [2026-05-07 05:06:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007216 10.0.0.141 - - [2026-05-07 05:06:24] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.141 - - [2026-05-07 05:06:24] "GET /obj-perms HTTP/1.1" 200 5075 0.065930 10.0.0.141 - - [2026-05-07 05:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.141 - - [2026-05-07 05:06:25] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007779 10.0.0.141 - - [2026-05-07 05:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.141 - - [2026-05-07 05:06:29] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005568 10.0.0.141 - - [2026-05-07 05:06:29] "GET /virtual-networks?parent_id=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004650 10.0.0.141 - - [2026-05-07 05:06:29] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007547 10.0.0.141 - - [2026-05-07 05:06:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010469 10.0.0.141 - - [2026-05-07 05:06:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008838 10.0.0.141 - - [2026-05-07 05:06:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005573 10.0.0.141 - - [2026-05-07 05:06:35] "POST /neutron/port HTTP/1.1" 200 117 0.001706 10.0.0.141 - - [2026-05-07 05:06:40] "POST /neutron/port HTTP/1.1" 200 1185 0.030213 10.0.0.141 - - [2026-05-07 05:06:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013132 10.0.0.141 - - [2026-05-07 05:06:50] "POST /neutron/port HTTP/1.1" 200 1185 0.027163 10.0.0.141 - - [2026-05-07 05:06:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001645 10.0.0.141 - - [2026-05-07 05:06:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009500 10.0.0.27 - - [2026-05-07 05:06:56] "GET /projects?obj_uuids=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001614 10.0.0.141 - - [2026-05-07 05:06:56] "GET /project/eb0b6f53-3c3e-41de-b630-ceaf8304ffec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.098087 10.0.0.141 - - [2026-05-07 05:06:57] "POST /neutron/port HTTP/1.1" 200 6299 0.071471 10.0.0.141 - - [2026-05-07 05:06:57] "POST /neutron/port HTTP/1.1" 200 117 0.007972 10.0.0.141 - - [2026-05-07 05:06:58] "POST /neutron/port HTTP/1.1" 200 1174 0.036044 10.0.0.141 - - [2026-05-07 05:06:58] "POST /neutron/port HTTP/1.1" 200 1238 0.030879 10.0.0.141 - - [2026-05-07 05:06:58] "POST /neutron/subnet HTTP/1.1" 200 1380 0.020675 10.0.0.141 - - [2026-05-07 05:06:58] "POST /neutron/network HTTP/1.1" 200 1005 0.012474 10.0.0.141 - - [2026-05-07 05:07:02] "POST /neutron/port HTTP/1.1" 200 1238 0.027205 10.0.0.141 - - [2026-05-07 05:07:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009584 10.0.0.141 - - [2026-05-07 05:07:02] "GET /virtual-machine/5ad3ca5a-46d2-41df-b882-d39c5522ce12 HTTP/1.1" 200 1300 0.008549 10.0.0.141 - - [2026-05-07 05:07:02] "GET /virtual-machine-interface/da473040-7648-43fa-b5bc-de168c9400d0 HTTP/1.1" 200 3176 0.007108 10.0.0.141 - - [2026-05-07 05:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005401 10.0.0.141 - - [2026-05-07 05:07:02] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005250 10.0.0.141 - - [2026-05-07 05:07:02] "GET /virtual-networks?parent_id=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.005040 10.0.0.141 - - [2026-05-07 05:07:02] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008963 10.0.0.141 - - [2026-05-07 05:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.141 - - [2026-05-07 05:07:06] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007957 10.0.0.141 - - [2026-05-07 05:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006589 10.0.0.141 - - [2026-05-07 05:07:10] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007379 10.0.0.141 - - [2026-05-07 05:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.141 - - [2026-05-07 05:07:14] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007289 10.0.0.141 - - [2026-05-07 05:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.141 - - [2026-05-07 05:07:18] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007473 10.0.0.141 - - [2026-05-07 05:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.141 - - [2026-05-07 05:07:22] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006294 10.0.0.141 - - [2026-05-07 05:07:25] "POST /neutron/network HTTP/1.1" 200 935 0.011001 10.0.0.141 - - [2026-05-07 05:07:25] "POST /neutron/port HTTP/1.1" 200 117 0.001371 10.0.0.141 - - [2026-05-07 05:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.141 - - [2026-05-07 05:07:26] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007003 10.0.0.141 - - [2026-05-07 05:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.141 - - [2026-05-07 05:07:30] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006865 10.0.0.141 - - [2026-05-07 05:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.141 - - [2026-05-07 05:07:34] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008066 10.0.0.141 - - [2026-05-07 05:07:37] "POST /neutron/port HTTP/1.1" 200 1105 0.026361 10.0.0.141 - - [2026-05-07 05:07:37] "POST /neutron/subnet HTTP/1.1" 200 689 0.011564 10.0.0.141 - - [2026-05-07 05:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.141 - - [2026-05-07 05:07:38] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008945 10.0.0.141 - - [2026-05-07 05:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005471 10.0.0.141 - - [2026-05-07 05:07:42] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009093 10.0.0.141 - - [2026-05-07 05:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.141 - - [2026-05-07 05:07:47] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005316 10.0.0.141 - - [2026-05-07 05:07:47] "GET /virtual-networks?parent_id=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004458 10.0.0.141 - - [2026-05-07 05:07:47] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007694 10.0.0.141 - - [2026-05-07 05:07:47] "POST /neutron/port HTTP/1.1" 200 1238 0.027576 10.0.0.141 - - [2026-05-07 05:07:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009223 10.0.0.141 - - [2026-05-07 05:08:00] "POST /neutron/port HTTP/1.1" 200 1238 0.037845 10.0.0.141 - - [2026-05-07 05:08:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010768 10.0.0.141 - - [2026-05-07 05:08:13] "POST /neutron/port HTTP/1.1" 200 1238 0.026393 10.0.0.141 - - [2026-05-07 05:08:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011783 10.0.0.141 - - [2026-05-07 05:08:13] "POST /neutron/port HTTP/1.1" 200 1238 0.026047 10.0.0.141 - - [2026-05-07 05:08:13] "POST /neutron/network HTTP/1.1" 200 1005 0.016038 10.0.0.141 - - [2026-05-07 05:08:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.002626 10.0.0.141 - - [2026-05-07 05:08:13] "GET /virtual-machine/5ad3ca5a-46d2-41df-b882-d39c5522ce12 HTTP/1.1" 200 1300 0.006315 10.0.0.141 - - [2026-05-07 05:08:13] "GET /virtual-machine-interface/da473040-7648-43fa-b5bc-de168c9400d0 HTTP/1.1" 200 3176 0.009880 10.0.0.141 - - [2026-05-07 05:08:13] "GET /instance-ip/e8a7a33b-0a8a-402f-a6cf-49080809b08f HTTP/1.1" 200 1657 0.012088 10.0.0.141 - - [2026-05-07 05:08:13] "GET /instance-ip/f037b6db-bbeb-4239-9a07-83e0d7665914 HTTP/1.1" 200 1636 0.010312 10.0.0.141 - - [2026-05-07 05:08:13] "POST /fqname-to-id HTTP/1.1" 404 230 0.004328 10.0.0.141 - - [2026-05-07 05:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006793 10.0.0.27 - - [2026-05-07 05:08:13] "GET /projects?obj_uuids=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001639 10.0.0.141 - - [2026-05-07 05:08:14] "GET /project/eb0b6f53-3c3e-41de-b630-ceaf8304ffec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.069806 10.0.0.141 - - [2026-05-07 05:08:14] "POST /network-policys HTTP/1.1" 200 569 0.042052 10.0.0.141 - - [2026-05-07 05:08:14] "GET /network-policy/3fbdf47a-7b23-46fa-9150-36e06888943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.009785 10.0.0.141 - - [2026-05-07 05:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.141 - - [2026-05-07 05:08:14] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007237 10.0.0.141 - - [2026-05-07 05:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007120 10.0.0.141 - - [2026-05-07 05:08:14] "GET /network-policy/3fbdf47a-7b23-46fa-9150-36e06888943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.007149 10.0.0.141 - - [2026-05-07 05:08:14] "POST /ref-update HTTP/1.1" 200 156 0.060882 10.0.0.141 - - [2026-05-07 05:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005795 10.0.0.141 - - [2026-05-07 05:08:14] "GET /network-policy/3fbdf47a-7b23-46fa-9150-36e06888943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005576 10.0.0.141 - - [2026-05-07 05:08:14] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.011751 10.0.0.141 - - [2026-05-07 05:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.141 - - [2026-05-07 05:08:14] "GET /network-policy/3fbdf47a-7b23-46fa-9150-36e06888943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005161 10.0.0.141 - - [2026-05-07 05:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.141 - - [2026-05-07 05:08:14] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006836 10.0.0.141 - - [2026-05-07 05:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.141 - - [2026-05-07 05:08:14] "GET /network-policy/3fbdf47a-7b23-46fa-9150-36e06888943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005159 10.0.0.249 - - [2026-05-07 05:08:14] "POST /access-control-lists HTTP/1.1" 200 596 0.040301 10.0.0.141 - - [2026-05-07 05:08:14] "POST /ref-update HTTP/1.1" 200 156 0.113358 10.0.0.141 - - [2026-05-07 05:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.014555 10.0.0.249 - - [2026-05-07 05:08:14] "POST /ref-update HTTP/1.1" 200 156 0.048777 10.0.0.141 - - [2026-05-07 05:08:14] "GET /network-policy/3fbdf47a-7b23-46fa-9150-36e06888943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006830 10.0.0.141 - - [2026-05-07 05:08:14] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.011750 10.0.0.141 - - [2026-05-07 05:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.141 - - [2026-05-07 05:08:15] "GET /network-policy/3fbdf47a-7b23-46fa-9150-36e06888943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005524 10.0.0.141 - - [2026-05-07 05:08:15] "GET /virtual-machine-interface/da473040-7648-43fa-b5bc-de168c9400d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007636 10.0.0.141 - - [2026-05-07 05:08:15] "PUT /virtual-machine-interface/da473040-7648-43fa-b5bc-de168c9400d0 HTTP/1.1" 200 284 0.023014 10.0.0.141 - - [2026-05-07 05:08:15] "GET /virtual-machine-interface/da473040-7648-43fa-b5bc-de168c9400d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3073 0.009264 10.0.0.141 - - [2026-05-07 05:08:15] "PUT /virtual-machine-interface/da473040-7648-43fa-b5bc-de168c9400d0 HTTP/1.1" 200 284 0.028996 10.0.0.141 - - [2026-05-07 05:08:24] "POST /neutron/port HTTP/1.1" 200 1240 0.025504 10.0.0.141 - - [2026-05-07 05:08:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005872 10.0.0.141 - - [2026-05-07 05:08:24] "POST /neutron/port HTTP/1.1" 200 117 0.001666 10.0.0.141 - - [2026-05-07 05:08:39] "POST /neutron/port HTTP/1.1" 200 1216 0.025139 10.0.0.141 - - [2026-05-07 05:08:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005075 10.0.0.141 - - [2026-05-07 05:08:39] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.141 - - [2026-05-07 05:09:24] "POST /neutron/port HTTP/1.1" 200 1185 0.061374 10.0.0.141 - - [2026-05-07 05:09:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006588 10.0.0.141 - - [2026-05-07 05:09:24] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.249 - - [2026-05-07 05:09:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.249 - - [2026-05-07 05:09:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.27 - - [2026-05-07 05:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.27 - - [2026-05-07 05:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.249 - - [2026-05-07 05:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.249 - - [2026-05-07 05:09:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000565 10.0.0.141 - - [2026-05-07 05:09:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000557 10.0.0.27 - - [2026-05-07 05:09:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.141 - - [2026-05-07 05:09:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000570 10.0.0.27 - - [2026-05-07 05:09:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.141 - - [2026-05-07 05:09:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.141 - - [2026-05-07 05:09:27] "GET /global-system-configs HTTP/1.1" 401 293 0.001127 10.0.0.141 - - [2026-05-07 05:09:41] "POST /neutron/port HTTP/1.1" 200 1105 0.058784 10.0.0.141 - - [2026-05-07 05:09:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007155 10.0.0.141 - - [2026-05-07 05:09:41] "POST /neutron/network HTTP/1.1" 200 925 0.008259 10.0.0.141 - - [2026-05-07 05:10:25] "POST /neutron/network HTTP/1.1" 200 1121 0.009049 10.0.0.141 - - [2026-05-07 05:10:25] "POST /neutron/subnet HTTP/1.1" 200 1375 0.021575 10.0.0.141 - - [2026-05-07 05:10:25] "POST /neutron/network HTTP/1.1" 200 1111 0.012525 10.0.0.249 - - [2026-05-07 05:10:28] "GET /obj-perms HTTP/1.1" 200 5075 0.219013 10.0.0.27 - - [2026-05-07 05:10:28] "GET /obj-perms HTTP/1.1" 200 5075 0.077279 10.0.0.141 - - [2026-05-07 05:10:41] "POST /ref-update HTTP/1.1" 200 156 0.114309 10.0.0.249 - - [2026-05-07 05:10:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.084552 10.0.0.141 - - [2026-05-07 05:10:41] "GET /virtual-network/b4d1f599-8503-4b74-9daf-5c85223f5782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010542 10.0.0.141 - - [2026-05-07 05:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.141 - - [2026-05-07 05:10:41] "GET /network-policy/3fbdf47a-7b23-46fa-9150-36e06888943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006293 10.0.0.141 - - [2026-05-07 05:10:41] "POST /ref-update HTTP/1.1" 200 156 0.089881 10.0.0.141 - - [2026-05-07 05:10:42] "POST /neutron/port HTTP/1.1" 200 1238 0.030778 10.0.0.141 - - [2026-05-07 05:10:42] "GET /virtual-network/f054e97e-0749-4901-8c8f-647a0c8f4558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.011716 10.0.0.141 - - [2026-05-07 05:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.141 - - [2026-05-07 05:10:42] "GET /network-policy/3fbdf47a-7b23-46fa-9150-36e06888943f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.007064 10.0.0.141 - - [2026-05-07 05:10:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008000 10.0.0.141 - - [2026-05-07 05:10:42] "DELETE /network-policy/3fbdf47a-7b23-46fa-9150-36e06888943f HTTP/1.1" 200 115 0.122568 10.0.0.249 - - [2026-05-07 05:10:42] "DELETE /access-control-list/0a1de5e6-c997-4922-90e9-2820176adf80 HTTP/1.1" 200 115 0.142676 10.0.0.141 - - [2026-05-07 05:10:42] "POST /neutron/port HTTP/1.1" 200 117 0.001796 10.0.0.141 - - [2026-05-07 05:10:42] "DELETE /instance-ip/7af2bef5-b31a-4d27-ae84-5953dc242860 HTTP/1.1" 200 115 0.067465 10.0.0.141 - - [2026-05-07 05:10:42] "DELETE /instance-ip/933b9c82-68dd-4850-ac29-f3809874e887 HTTP/1.1" 200 115 0.083940 10.0.0.141 - - [2026-05-07 05:10:42] "DELETE /virtual-machine-interface/3b2894ef-1e30-4f8d-86b3-4790241d8736 HTTP/1.1" 200 115 0.143978 10.0.0.141 - - [2026-05-07 05:10:43] "POST /neutron/port HTTP/1.1" 200 1238 0.091759 10.0.0.141 - - [2026-05-07 05:10:43] "POST /neutron/port HTTP/1.1" 200 1228 0.033179 10.0.0.141 - - [2026-05-07 05:10:43] "POST /neutron/port HTTP/1.1" 200 1230 0.027303 10.0.0.249 - - [2026-05-07 05:10:45] "DELETE /route-target/8f777dd5-e388-4046-8e15-72d21342a38a HTTP/1.1" 200 115 0.038800 10.0.0.27 - - [2026-05-07 05:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.112469 10.0.0.27 - - [2026-05-07 05:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003531 10.0.0.27 - - [2026-05-07 05:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003340 10.0.0.27 - - [2026-05-07 05:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003629 10.0.0.141 - - [2026-05-07 05:10:45] "POST /neutron/network HTTP/1.1" 200 151 0.278009 10.0.0.141 - - [2026-05-07 05:10:48] "POST /neutron/port HTTP/1.1" 200 117 0.014670 10.0.0.27 - - [2026-05-07 05:10:49] "GET /projects?obj_uuids=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.141 - - [2026-05-07 05:10:49] "GET /project/eb0b6f53-3c3e-41de-b630-ceaf8304ffec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.113985 10.0.0.27 - - [2026-05-07 05:10:49] "GET /projects?obj_uuids=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.141 - - [2026-05-07 05:10:49] "GET /project/eb0b6f53-3c3e-41de-b630-ceaf8304ffec?fields=virtual_networks HTTP/1.1" 200 1049 0.089298 10.0.0.27 - - [2026-05-07 05:10:49] "GET /projects?obj_uuids=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.141 - - [2026-05-07 05:10:49] "GET /project/eb0b6f53-3c3e-41de-b630-ceaf8304ffec?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.052714 10.0.0.27 - - [2026-05-07 05:10:49] "GET /projects?obj_uuids=eb0b6f53-3c3e-41de-b630-ceaf8304ffec&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001880 10.0.0.141 - - [2026-05-07 05:10:49] "GET /project/eb0b6f53-3c3e-41de-b630-ceaf8304ffec?fields=security_groups HTTP/1.1" 200 1283 0.084564 10.0.0.141 - - [2026-05-07 05:10:50] "POST /fqname-to-id HTTP/1.1" 404 192 0.039127 10.0.0.27 - - [2026-05-07 05:10:50] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005313 10.0.0.27 - - [2026-05-07 05:10:50] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001287 10.0.0.27 - - [2026-05-07 05:10:50] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.074974 10.0.0.27 - - [2026-05-07 05:10:50] "POST /id-to-fqname HTTP/1.1" 200 194 0.001356 10.0.0.27 - - [2026-05-07 05:10:50] "POST /fqname-to-id HTTP/1.1" 404 203 0.008261 10.0.0.27 - - [2026-05-07 05:10:51] "POST /security-groups HTTP/1.1" 200 595 0.104241 10.0.0.249 - - [2026-05-07 05:10:51] "POST /fqname-to-id HTTP/1.1" 404 238 0.004004 10.0.0.27 - - [2026-05-07 05:10:51] "POST /projects HTTP/1.1" 200 593 0.377759 10.0.0.27 - - [2026-05-07 05:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.432900 10.0.0.141 - - [2026-05-07 05:10:51] "GET /project/69c289cd-63c6-45c6-8135-ea4ddd52976a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.700069 10.0.0.249 - - [2026-05-07 05:10:51] "POST /access-control-lists HTTP/1.1" 200 598 0.058945 10.0.0.141 - - [2026-05-07 05:10:52] "GET / HTTP/1.1" 200 35931 0.003708 10.0.0.141 - - [2026-05-07 05:10:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000509 10.0.0.141 - - [2026-05-07 05:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.132997 10.0.0.27 - - [2026-05-07 05:10:55] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002026 10.0.0.141 - - [2026-05-07 05:10:55] "GET /project/69c289cd-63c6-45c6-8135-ea4ddd52976a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.061721 10.0.0.27 - - [2026-05-07 05:10:55] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001833 10.0.0.141 - - [2026-05-07 05:10:55] "POST /neutron/network HTTP/1.1" 200 609 0.201550 10.0.0.141 - - [2026-05-07 05:10:56] "POST /neutron/network HTTP/1.1" 200 1000 0.016519 10.0.0.141 - - [2026-05-07 05:10:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001534 10.0.0.141 - - [2026-05-07 05:10:56] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006964 10.0.0.141 - - [2026-05-07 05:10:56] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007625 10.0.0.141 - - [2026-05-07 05:10:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.015665 10.0.0.141 - - [2026-05-07 05:10:56] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007801 10.0.0.141 - - [2026-05-07 05:10:57] "GET /obj-perms HTTP/1.1" 200 5057 0.085882 10.0.0.141 - - [2026-05-07 05:10:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001428 10.0.0.141 - - [2026-05-07 05:10:58] "POST /neutron/network HTTP/1.1" 200 1010 0.009043 10.0.0.27 - - [2026-05-07 05:10:59] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001225 10.0.0.141 - - [2026-05-07 05:10:59] "GET /project/69c289cd-63c6-45c6-8135-ea4ddd52976a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.090529 10.0.0.141 - - [2026-05-07 05:10:59] "POST /neutron/port HTTP/1.1" 200 117 0.008998 10.0.0.141 - - [2026-05-07 05:10:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.002053 10.0.0.141 - - [2026-05-07 05:11:00] "POST /neutron/network HTTP/1.1" 200 1010 0.009445 10.0.0.27 - - [2026-05-07 05:11:01] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001613 10.0.0.141 - - [2026-05-07 05:11:01] "GET /project/69c289cd-63c6-45c6-8135-ea4ddd52976a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.160775 10.0.0.141 - - [2026-05-07 05:11:01] "POST /neutron/port HTTP/1.1" 200 1169 0.036237 10.0.0.141 - - [2026-05-07 05:11:01] "POST /neutron/port HTTP/1.1" 200 5261 0.086788 10.0.0.141 - - [2026-05-07 05:11:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006877 10.0.0.141 - - [2026-05-07 05:11:01] "POST /neutron/subnet HTTP/1.1" 200 1375 0.021284 10.0.0.141 - - [2026-05-07 05:11:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001333 10.0.0.141 - - [2026-05-07 05:11:02] "POST /neutron/network HTTP/1.1" 200 1000 0.014314 10.0.0.141 - - [2026-05-07 05:11:02] "POST /neutron/network HTTP/1.1" 200 1010 0.012097 10.0.0.141 - - [2026-05-07 05:11:03] "POST /neutron/port HTTP/1.1" 200 1169 0.032638 10.0.0.27 - - [2026-05-07 05:11:03] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002148 10.0.0.141 - - [2026-05-07 05:11:03] "GET /project/69c289cd-63c6-45c6-8135-ea4ddd52976a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.122061 10.0.0.141 - - [2026-05-07 05:11:03] "POST /neutron/port HTTP/1.1" 200 1233 0.056170 10.0.0.141 - - [2026-05-07 05:11:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004849 10.0.0.141 - - [2026-05-07 05:11:03] "POST /neutron/port HTTP/1.1" 200 117 0.001554 10.0.0.141 - - [2026-05-07 05:11:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010576 10.0.0.141 - - [2026-05-07 05:11:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010545 10.0.0.141 - - [2026-05-07 05:11:04] "POST /neutron/port HTTP/1.1" 200 1233 0.027071 10.0.0.141 - - [2026-05-07 05:11:04] "GET /virtual-machine/87f05a2a-0d58-4407-a640-e2ccd6902f82 HTTP/1.1" 401 293 0.000468 10.0.0.27 - - [2026-05-07 05:11:04] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001197 10.0.0.141 - - [2026-05-07 05:11:04] "POST /neutron/port HTTP/1.1" 200 1169 0.438047 10.0.0.141 - - [2026-05-07 05:11:04] "GET /virtual-machine/87f05a2a-0d58-4407-a640-e2ccd6902f82 HTTP/1.1" 200 1296 0.062612 10.0.0.141 - - [2026-05-07 05:11:04] "GET /virtual-machine-interface/c80e5e8d-1163-4f16-8cbe-d4c226b25daf HTTP/1.1" 200 3156 0.006550 10.0.0.141 - - [2026-05-07 05:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.016444 10.0.0.141 - - [2026-05-07 05:11:05] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005209 10.0.0.141 - - [2026-05-07 05:11:05] "GET /virtual-networks?parent_id=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003109 10.0.0.141 - - [2026-05-07 05:11:05] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006208 10.0.0.141 - - [2026-05-07 05:11:05] "POST /neutron/port HTTP/1.1" 200 1223 0.165483 10.0.0.141 - - [2026-05-07 05:11:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005796 10.0.0.141 - - [2026-05-07 05:11:05] "POST /neutron/port HTTP/1.1" 200 117 0.001555 10.0.0.141 - - [2026-05-07 05:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.141 - - [2026-05-07 05:11:08] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007502 10.0.0.141 - - [2026-05-07 05:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.141 - - [2026-05-07 05:11:12] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.008891 10.0.0.249 - - [2026-05-07 05:11:14] "DELETE /access-control-list/565c5c6b-f1ed-4e4c-935b-092d6b5b4d2c HTTP/1.1" 200 115 0.038934 10.0.0.141 - - [2026-05-07 05:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006122 10.0.0.141 - - [2026-05-07 05:11:16] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007792 10.0.0.141 - - [2026-05-07 05:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.141 - - [2026-05-07 05:11:20] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.008604 10.0.0.141 - - [2026-05-07 05:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.141 - - [2026-05-07 05:11:24] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.008448 10.0.0.141 - - [2026-05-07 05:11:25] "POST /neutron/port HTTP/1.1" 200 1105 0.027406 10.0.0.141 - - [2026-05-07 05:11:25] "POST /neutron/subnet HTTP/1.1" 200 689 0.012598 10.0.0.141 - - [2026-05-07 05:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.141 - - [2026-05-07 05:11:28] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007437 10.0.0.141 - - [2026-05-07 05:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158 10.0.0.141 - - [2026-05-07 05:11:32] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006732 10.0.0.141 - - [2026-05-07 05:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.141 - - [2026-05-07 05:11:36] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.009324 10.0.0.141 - - [2026-05-07 05:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.141 - - [2026-05-07 05:11:41] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007493 10.0.0.141 - - [2026-05-07 05:11:44] "POST /neutron/port HTTP/1.1" 200 1216 0.027279 10.0.0.141 - - [2026-05-07 05:11:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005600 10.0.0.141 - - [2026-05-07 05:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.001467 10.0.0.141 - - [2026-05-07 05:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.141 - - [2026-05-07 05:11:45] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006961 10.0.0.27 - - [2026-05-07 05:11:46] "DELETE /project/69c289cd63c645c68135ea4ddd52976a HTTP/1.1" 404 173 0.003807 10.0.0.27 - - [2026-05-07 05:11:46] "DELETE /project/eb0b6f53-3c3e-41de-b630-ceaf8304ffec HTTP/1.1" 404 177 0.005995 10.0.0.141 - - [2026-05-07 05:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.141 - - [2026-05-07 05:11:49] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006882 10.0.0.141 - - [2026-05-07 05:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005410 10.0.0.141 - - [2026-05-07 05:11:53] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.008091 10.0.0.141 - - [2026-05-07 05:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.141 - - [2026-05-07 05:11:57] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.008089 10.0.0.141 - - [2026-05-07 05:12:01] "POST /neutron/port HTTP/1.1" 200 1233 0.133068 10.0.0.141 - - [2026-05-07 05:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005487 10.0.0.141 - - [2026-05-07 05:12:01] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006682 10.0.0.141 - - [2026-05-07 05:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.141 - - [2026-05-07 05:12:05] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007572 10.0.0.141 - - [2026-05-07 05:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.141 - - [2026-05-07 05:12:07] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005741 10.0.0.141 - - [2026-05-07 05:12:07] "GET /virtual-networks?parent_id=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004173 10.0.0.141 - - [2026-05-07 05:12:07] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007543 10.0.0.141 - - [2026-05-07 05:12:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010172 10.0.0.141 - - [2026-05-07 05:12:18] "POST /neutron/port HTTP/1.1" 200 1233 0.025983 10.0.0.141 - - [2026-05-07 05:12:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010398 10.0.0.141 - - [2026-05-07 05:12:23] "POST /neutron/port HTTP/1.1" 200 1233 0.025574 10.0.0.141 - - [2026-05-07 05:12:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012400 10.0.0.141 - - [2026-05-07 05:12:34] "POST /neutron/port HTTP/1.1" 200 1233 0.025156 10.0.0.141 - - [2026-05-07 05:12:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010056 10.0.0.141 - - [2026-05-07 05:12:34] "GET /virtual-machine/804c34aa-2067-4a22-ba44-631b648c215c HTTP/1.1" 200 1296 0.009804 10.0.0.141 - - [2026-05-07 05:12:34] "GET /virtual-machine-interface/90f09129-039f-4aa7-aa6c-26afbe25eb81 HTTP/1.1" 200 3156 0.009365 10.0.0.141 - - [2026-05-07 05:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.141 - - [2026-05-07 05:12:34] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004977 10.0.0.141 - - [2026-05-07 05:12:34] "GET /virtual-networks?parent_id=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004900 10.0.0.141 - - [2026-05-07 05:12:34] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007792 10.0.0.141 - - [2026-05-07 05:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.141 - - [2026-05-07 05:12:35] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005382 10.0.0.141 - - [2026-05-07 05:12:35] "GET /virtual-networks?parent_id=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004608 10.0.0.141 - - [2026-05-07 05:12:35] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007646 10.0.0.141 - - [2026-05-07 05:12:41] "POST /neutron/port HTTP/1.1" 200 1233 0.028653 10.0.0.141 - - [2026-05-07 05:12:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011226 10.0.0.141 - - [2026-05-07 05:12:41] "GET /virtual-machine/5d6804b0-e99d-4db2-b4af-1d4b6cb3ed63 HTTP/1.1" 200 1296 0.007862 10.0.0.141 - - [2026-05-07 05:12:41] "GET /virtual-machine-interface/7e1e4dbe-e86a-46db-990c-b0e7f1d44f33 HTTP/1.1" 200 3155 0.011106 10.0.0.141 - - [2026-05-07 05:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.141 - - [2026-05-07 05:12:41] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005637 10.0.0.141 - - [2026-05-07 05:12:41] "GET /virtual-networks?parent_id=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004792 10.0.0.141 - - [2026-05-07 05:12:41] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007728 10.0.0.141 - - [2026-05-07 05:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.141 - - [2026-05-07 05:12:42] "GET /global-vrouter-config/54b87cbd-debb-48f3-8ce4-867197ed1346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005977 10.0.0.141 - - [2026-05-07 05:12:42] "GET /virtual-networks?parent_id=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004450 10.0.0.141 - - [2026-05-07 05:12:42] "GET /virtual-network/ae37d2ab-5036-4e16-a0e2-c1328f8cea6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.009928 10.0.0.141 - - [2026-05-07 05:12:42] "GET /virtual-machine-interface/7e1e4dbe-e86a-46db-990c-b0e7f1d44f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.007870 10.0.0.141 - - [2026-05-07 05:12:42] "PUT /virtual-machine-interface/7e1e4dbe-e86a-46db-990c-b0e7f1d44f33 HTTP/1.1" 200 284 0.019016 10.0.0.141 - - [2026-05-07 05:12:44] "POST /neutron/port HTTP/1.1" 200 1105 0.026584 10.0.0.141 - - [2026-05-07 05:12:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006103 10.0.0.141 - - [2026-05-07 05:12:44] "POST /neutron/network HTTP/1.1" 200 925 0.012351 10.0.0.141 - - [2026-05-07 05:13:26] "POST /neutron/network HTTP/1.1" 200 1121 0.010023 10.0.0.141 - - [2026-05-07 05:13:26] "POST /neutron/subnet HTTP/1.1" 200 1375 0.020169 10.0.0.141 - - [2026-05-07 05:13:26] "POST /neutron/network HTTP/1.1" 200 1111 0.013199 10.0.0.249 - - [2026-05-07 05:13:30] "GET /obj-perms HTTP/1.1" 200 5075 0.083420 10.0.0.27 - - [2026-05-07 05:13:31] "GET /obj-perms HTTP/1.1" 200 5075 0.074032 10.0.0.141 - - [2026-05-07 05:13:46] "POST /neutron/network HTTP/1.1" 200 1010 0.009023 10.0.0.141 - - [2026-05-07 05:13:46] "POST /neutron/subnet HTTP/1.1" 200 1375 0.021143 10.0.0.141 - - [2026-05-07 05:13:46] "POST /neutron/network HTTP/1.1" 200 1000 0.013133 10.0.0.249 - - [2026-05-07 05:14:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000542 10.0.0.249 - - [2026-05-07 05:14:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.27 - - [2026-05-07 05:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000622 10.0.0.27 - - [2026-05-07 05:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.249 - - [2026-05-07 05:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.249 - - [2026-05-07 05:14:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.141 - - [2026-05-07 05:14:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.141 - - [2026-05-07 05:14:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000674 10.0.0.27 - - [2026-05-07 05:14:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000837 10.0.0.27 - - [2026-05-07 05:14:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.141 - - [2026-05-07 05:14:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.141 - - [2026-05-07 05:14:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.141 - - [2026-05-07 05:14:29] "POST /neutron/network HTTP/1.1" 200 935 0.047827 10.0.0.141 - - [2026-05-07 05:14:29] "POST /neutron/port HTTP/1.1" 200 117 0.001545 10.0.0.141 - - [2026-05-07 05:14:31] "GET /obj-perms HTTP/1.1" 200 5075 0.084713 10.0.0.141 - - [2026-05-07 05:14:46] "POST /neutron/port HTTP/1.1" 200 1216 0.064970 10.0.0.141 - - [2026-05-07 05:14:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005429 10.0.0.141 - - [2026-05-07 05:14:46] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.141 - - [2026-05-07 05:15:29] "POST /neutron/port HTTP/1.1" 200 1233 0.025914 10.0.0.141 - - [2026-05-07 05:15:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005071 10.0.0.141 - - [2026-05-07 05:15:29] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.141 - - [2026-05-07 05:15:30] "POST /neutron/network HTTP/1.1" 400 204 0.018274 10.0.0.141 - - [2026-05-07 05:15:31] "POST /neutron/port HTTP/1.1" 200 151 0.352206 10.0.0.141 - - [2026-05-07 05:15:31] "POST /neutron/port HTTP/1.1" 200 151 0.442444 10.0.0.141 - - [2026-05-07 05:15:31] "POST /neutron/port HTTP/1.1" 200 151 0.409570 10.0.0.249 - - [2026-05-07 05:15:32] "DELETE /route-target/dd758282-d050-4b52-8a84-9616449513af HTTP/1.1" 200 115 0.030253 10.0.0.27 - - [2026-05-07 05:15:34] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001771 10.0.0.141 - - [2026-05-07 05:15:34] "GET /project/69c289cd-63c6-45c6-8135-ea4ddd52976a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.046169 10.0.0.27 - - [2026-05-07 05:15:34] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001510 10.0.0.141 - - [2026-05-07 05:15:34] "GET /project/69c289cd-63c6-45c6-8135-ea4ddd52976a?fields=virtual_networks HTTP/1.1" 200 1039 0.058558 10.0.0.27 - - [2026-05-07 05:15:34] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002026 10.0.0.141 - - [2026-05-07 05:15:34] "GET /project/69c289cd-63c6-45c6-8135-ea4ddd52976a?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.090823 10.0.0.27 - - [2026-05-07 05:15:34] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004207 10.0.0.141 - - [2026-05-07 05:15:34] "GET /project/69c289cd-63c6-45c6-8135-ea4ddd52976a?fields=security_groups HTTP/1.1" 200 1269 0.067060 10.0.0.141 - - [2026-05-07 05:15:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.043422 10.0.0.27 - - [2026-05-07 05:15:36] "GET /projects?obj_uuids=9d22145a-9688-4d91-9480-e82f8d791b22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008164 10.0.0.27 - - [2026-05-07 05:15:36] "GET /domains?obj_uuids=3edd4d00-4859-4da2-be13-ac2f6d120cbe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003025 10.0.0.27 - - [2026-05-07 05:15:36] "GET /domain/3edd4d00-4859-4da2-be13-ac2f6d120cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.020248 10.0.0.27 - - [2026-05-07 05:15:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.001919 10.0.0.27 - - [2026-05-07 05:15:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.007539 10.0.0.27 - - [2026-05-07 05:15:36] "POST /security-groups HTTP/1.1" 200 591 0.087517 10.0.0.27 - - [2026-05-07 05:15:36] "POST /projects HTTP/1.1" 200 585 0.344629 10.0.0.27 - - [2026-05-07 05:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.398052 10.0.0.249 - - [2026-05-07 05:15:36] "POST /fqname-to-id HTTP/1.1" 404 233 0.017375 10.0.0.141 - - [2026-05-07 05:15:36] "GET /project/9d22145a-9688-4d91-9480-e82f8d791b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.622965 10.0.0.141 - - [2026-05-07 05:15:38] "GET / HTTP/1.1" 200 35931 0.002850 10.0.0.27 - - [2026-05-07 05:15:44] "GET /projects?obj_uuids=9d22145a-9688-4d91-9480-e82f8d791b22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001486 10.0.0.141 - - [2026-05-07 05:15:44] "GET /project/9d22145a-9688-4d91-9480-e82f8d791b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.070353 10.0.0.27 - - [2026-05-07 05:15:44] "GET /projects?obj_uuids=9d22145a-9688-4d91-9480-e82f8d791b22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202 10.0.0.141 - - [2026-05-07 05:15:44] "GET /project/9d22145a-9688-4d91-9480-e82f8d791b22?fields=virtual_networks HTTP/1.1" 200 1033 0.057312 10.0.0.27 - - [2026-05-07 05:15:44] "GET /projects?obj_uuids=9d22145a-9688-4d91-9480-e82f8d791b22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001475 10.0.0.141 - - [2026-05-07 05:15:44] "GET /project/9d22145a-9688-4d91-9480-e82f8d791b22?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.057830 10.0.0.27 - - [2026-05-07 05:15:44] "GET /projects?obj_uuids=9d22145a-9688-4d91-9480-e82f8d791b22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001335 10.0.0.141 - - [2026-05-07 05:15:44] "GET /project/9d22145a-9688-4d91-9480-e82f8d791b22?fields=security_groups HTTP/1.1" 200 1259 0.062764 10.0.0.27 - - [2026-05-07 05:15:46] "DELETE /project/9d22145a96884d919480e82f8d791b22 HTTP/1.1" 404 173 0.006785 10.0.0.27 - - [2026-05-07 05:15:46] "GET /projects?obj_uuids=9d22145a-9688-4d91-9480-e82f8d791b22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001623 10.0.0.27 - - [2026-05-07 05:15:46] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001138 10.0.0.27 - - [2026-05-07 05:15:47] "GET /project/9d22145a-9688-4d91-9480-e82f8d791b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.120041 10.0.0.27 - - [2026-05-07 05:15:47] "GET /projects?obj_uuids=9d22145a-9688-4d91-9480-e82f8d791b22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001080 10.0.0.27 - - [2026-05-07 05:15:47] "GET /project/9d22145a-9688-4d91-9480-e82f8d791b22?fields=security_groups HTTP/1.1" 200 1364 0.056942 10.0.0.27 - - [2026-05-07 05:15:47] "GET /project/69c289cd-63c6-45c6-8135-ea4ddd52976a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.189434 10.0.0.27 - - [2026-05-07 05:15:47] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001266 10.0.0.27 - - [2026-05-07 05:15:47] "GET /project/69c289cd-63c6-45c6-8135-ea4ddd52976a?fields=security_groups HTTP/1.1" 200 1374 0.092859 10.0.0.27 - - [2026-05-07 05:15:47] "DELETE /security-group/f41d4350-24cc-4761-8a08-424d8efd3431 HTTP/1.1" 200 115 0.109417 10.0.0.27 - - [2026-05-07 05:15:47] "GET /projects?obj_uuids=9d22145a-9688-4d91-9480-e82f8d791b22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001430 10.0.0.27 - - [2026-05-07 05:15:47] "GET /project/9d22145a-9688-4d91-9480-e82f8d791b22?fields=application_policy_sets HTTP/1.1" 200 1403 0.074733 10.0.0.27 - - [2026-05-07 05:15:47] "DELETE /security-group/577cd1e0-839f-4e86-ab86-54409053a8c1 HTTP/1.1" 200 115 0.114184 10.0.0.27 - - [2026-05-07 05:15:47] "GET /projects?obj_uuids=69c289cd-63c6-45c6-8135-ea4ddd52976a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001623 10.0.0.249 - - [2026-05-07 05:15:47] "DELETE /access-control-list/fed2f5ce-4c3a-4d64-8cbf-c016ae7485e5 HTTP/1.1" 200 115 0.161162 10.0.0.27 - - [2026-05-07 05:15:47] "GET /project/69c289cd-63c6-45c6-8135-ea4ddd52976a?fields=application_policy_sets HTTP/1.1" 200 1413 0.151378 10.0.0.27 - - [2026-05-07 05:15:47] "DELETE /project/9d22145a-9688-4d91-9480-e82f8d791b22 HTTP/1.1" 200 115 0.679025 10.0.0.27 - - [2026-05-07 05:15:47] "DELETE /project/69c289cd-63c6-45c6-8135-ea4ddd52976a HTTP/1.1" 200 115 0.849860 10.0.0.141 - - [2026-05-07 05:15:48] "POST /neutron/port HTTP/1.1" 200 1105 0.029864 10.0.0.141 - - [2026-05-07 05:15:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007006 10.0.0.141 - - [2026-05-07 05:15:48] "POST /neutron/network HTTP/1.1" 200 925 0.008718 10.0.0.141 - - [2026-05-07 05:17:29] "POST /neutron/network HTTP/1.1" 200 1121 0.010063 10.0.0.141 - - [2026-05-07 05:17:29] "POST /neutron/subnet HTTP/1.1" 200 1375 0.021733 10.0.0.141 - - [2026-05-07 05:17:29] "POST /neutron/network HTTP/1.1" 200 1111 0.012460 10.0.0.249 - - [2026-05-07 05:17:34] "GET /obj-perms HTTP/1.1" 200 5075 0.086951 10.0.0.141 - - [2026-05-07 05:17:52] "POST /neutron/network HTTP/1.1" 200 1121 0.008553 10.0.0.141 - - [2026-05-07 05:17:52] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018021 10.0.0.141 - - [2026-05-07 05:17:52] "POST /neutron/network HTTP/1.1" 200 1111 0.012951 10.0.0.141 - - [2026-05-07 05:18:29] "POST /neutron/network HTTP/1.1" 200 935 0.009506 10.0.0.141 - - [2026-05-07 05:18:29] "POST /neutron/port HTTP/1.1" 200 117 0.001524 10.0.0.27 - - [2026-05-07 05:18:34] "GET /obj-perms HTTP/1.1" 200 5075 0.075505 10.0.0.141 - - [2026-05-07 05:18:35] "GET /obj-perms HTTP/1.1" 200 5075 0.097401 10.0.0.141 - - [2026-05-07 05:18:52] "POST /neutron/port HTTP/1.1" 200 1105 0.030019 10.0.0.141 - - [2026-05-07 05:18:52] "POST /neutron/subnet HTTP/1.1" 200 689 0.012244 [Introspect:8084]10.0.0.27 - - [2026-05-07 05:19:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001129 [Introspect:8084]10.0.0.27 - - [2026-05-07 05:19:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001060